]> code.delx.au - gnu-emacs/blob - ChangeLog
ceceb68e9dc0102c91467744234cfa9652d06bc2
[gnu-emacs] / ChangeLog
1 2015-01-06 Paul Eggert <eggert@cs.ucla.edu>
2
3 Merge from gnulib
4 * lib/stdio.in.h, m4/stdio_h.m4: Update from gnulib, incorporating:
5 2015-01-05 stdio: fix use of PRIdMAX on modern mingw
6
7 2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
8
9 * INSTALL: Mention 'make WERROR_CFLAGS='.
10
11 Clarify 'make info'
12 * Makefile.in (info): Use GNU make conditional rather than
13 an '@' rule with a shell conditional, so that the builder can
14 see the submake.
15
16 Less 'make' chatter for VCSWITNESS
17 * Makefile.in (dirstate, VCSWITNESS): New macros.
18 (src): Use them to lessen 'make' chatter.
19
20 2015-01-01 Paul Eggert <eggert@cs.ucla.edu>
21
22 Merge from gnulib, incorporating:
23 2015-01-01 version-etc: new year
24
25 * .gitattributes: New file.
26
27 * autogen.sh: Port better to non-GNU 'cp'. Reported by Han Boetes.
28
29 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
30
31 Less 'make' chatter at top level
32 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
33 (am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0)
34 (am__v_at_1): New macros, copied from src/Makefile.in.
35 ($(srcdir)/src/config.in, ${srcdir}/info/dir):
36 Be less chatty when not verbose.
37 ($(srcdir)/src/stamp-h.in): Simplify with '$@'.
38
39 2014-12-28 Paul Eggert <eggert@cs.ucla.edu>
40
41 * build-aux/git-hooks/commit-msg: Allow tabs.
42 Treat them as if they were expanded to spaces, with tab stops
43 every 8 columns.
44
45 2014-12-27 Paul Eggert <eggert@cs.ucla.edu>
46
47 * .gitignore: Ignore /conftest*.
48
49 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * build-aux/git-hooks/commit-msg (at_sign): Bump up line-length limit
52 to 78.
53
54 2014-12-25 Paul Eggert <eggert@cs.ucla.edu>
55
56 Prefer stpcpy to strcat.
57 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
58 * lib/stpcpy.c, m4/stpcpy.m4: New files, from gnulib.
59
60 2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org>
61
62 * CONTRIBUTE: Move user-level information to doc/emacs/trouble.texi.
63 Add Savannah url, cleanup announcing freeze.
64 (commit messages): New, gathered from comments on emacs-devel.
65 (Changelog notes): Add reference to GNU coding standards section 5.2;
66 doc 'present tense', bug fix format.
67 (branches): Freeze announcements are made on info-gnu-emacs mailing
68 list.
69 (git vs rename): New.
70
71 2014-12-23 Paul Eggert <eggert@cs.ucla.edu>
72
73 Merge from gnulib.
74 2014-12-20 utimens: remove unnecessary assert
75 2014-12-16 stdalign: port better to HP compilers
76 2014-12-16 stdalign: work around Apple GCC 4.0 bug
77 * lib/stdalign.in.h, lib/utimens.c, m4/stdalign.m4: Update from gnulib.
78
79 2014-12-14 Glenn Morris <rgm@gnu.org>
80
81 * make-dist: No more lib-src/grep-changelog.
82
83 * INSTALL.REPO: Revert 2014-12-06 change.
84
85 2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
86
87 * lib/gnulib.mk: Regenerate.
88
89 2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
90
91 * .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and
92 stddef.h. Remove subsumed entries.
93 Add !lib/std*.in.h, so as to not ignore the .in.h files.
94
95 2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
96
97 Port commit-msg to mawk. Reported by Ted Zlatanov in:
98 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg01093.html
99 * build-aux/git-hooks/commit-msg (space, non_space, non_print):
100 New vars. Use them as approximations to POSIX bracket expressions,
101 on implementations like mawk that do not support POSIX regexps.
102
103 Improve commit-msg messages and autosquash.
104 Reported by Michal Nazarewicz in Bug#19337.
105 * build-aux/git-hooks/commit-msg: Add "commit message" to
106 diagnostics. Distinguish better between tabs and other
107 unprintable chars in diagnostics. Don't complain if a prefix
108 "fixup! " or "squash! " makes a summary line too long.
109
110 2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
111
112 Port commit-message checking to FreeBSD 9.
113 Reported by Jan Djärv in:
114 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00704.html
115 along with some other issues I noticed while testing with FreeBSD.
116 * build-aux/git-hooks/commit-msg: Prefer gawk if available.
117 Prefer en_US.UTF-8 to en_US.utf8, as it's more portable.
118 Work around bug in FreeBSD 9 awk, where /[[:cntrl:]]/ matches
119 ordinary text characters.
120 Be less tricky about quoting "'" in a shell script.
121
122 2014-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 * .gitignore: Ignore autosave files.
125
126 2014-12-12 Paul Eggert <eggert@cs.ucla.edu>
127
128 Merge from gnulib.
129 2014-12-12 stddef: support C11's max_align_t
130 2014-12-11 unistd: fix iOS check conditional
131 2014-12-08 apply _GL_ATTRIBUTE_PURE to some inline functions
132 2014-12-02 support GNU format printf and scanf on mingw
133 * lib/stat-time.h, lib/stddef.in.h, lib/timespec.h:
134 * m4/extensions.m4, m4/stddef_h.m4, m4/stdio_h.m4: Update from gnulib.
135 * lib/gnulib.mk: Regenerate.
136
137 2014-12-06 Stephen Leake <stephen_leake@stephe-leake.org>
138
139 * CONTRIBUTE: Improve; add explicit web references, move some info
140 from admin/notes/* here.
141
142 * INSTALL.REPO: You can't "just run make" after a clean checkout.
143
144 2014-12-05 Stephen Leake <stephen_leake@stephe-leake.org>
145
146 * CONTRIBUTE: Move here from etc/, preparatory to further
147 changes/cleanup.
148
149 2014-12-05 Paul Eggert <eggert@cs.ucla.edu>
150
151 * .gitignore: Remove redundant pattern (subsumed by _*).
152 Avoid "**", as it requires Git 1.8.2 or later.
153
154 2014-12-05 Eli Zaretskii <eliz@gnu.org>
155
156 * .gitignore: Ignore test/biditest.txt.
157
158 2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
159
160 * .gitignore: Ignore loaddefs directly under lisp, and in
161 sub-sub-directories.
162
163 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
164
165 Add more of the old .bzrignore to .gitignore.
166 Plus a few more .gitignore improvements.
167 * .gitignore: Add copyright notice, since it's big enough.
168 Put exceptions immediately after the patterns they're exceptions
169 to, to make them easier to follow.
170 Give four exceptions for the Makefile pattern.
171 Ignore /confdefs.h, test/indent/*.new, TAGS, GPATH, GSYMS, GRTAGS,
172 GTAGS, ID, *.exe, some nextstep-related files,
173 jisx2131-filter, *.orig, *.rej, etc/emacs.tmpdesktop, *.in-h
174 _* (except for build-aux/snippet/_Noreturn.h), /bin/, /BIN/,
175 /data/, etc/icons/, lib/cxxdefs.h, lib/SYS/, /libexec/, /lock/,
176 /README.W32, /share/, /site-lisp/, src/gdb.ini, /var/.
177 Ignore /configure.lineno, since POSIX requires
178 LINENO only with the User Portability Utilities option.
179 Ignore *cust-load.el and *loaddefs.el only under lisp.
180 Ignore core files of various flavors.
181 Do not ignore etc/refcards/gnus-logo.pdf.
182
183 2014-11-29 Eli Zaretskii <eliz@gnu.org>
184
185 * .gitignore: Add back src/_gdbinit, which is a temporary file
186 created by the MS-DOS build.
187
188 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
189
190 Add a.out to .gitignore.
191 Suggested by Lee Duhem in:
192 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01665.html
193 * .gitignore: Add a.out.
194 Move *.log next to *.tmp, since it's generic.
195 Put *.exe before non-generics.
196
197 2014-11-29 Eli Zaretskii <eliz@gnu.org>
198
199 * .gitignore: Resurrect Windows-specific ignorables lost in last
200 changes.
201
202 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
203
204 * .gitignore: Add /emacs-[1-9]*/, and sort better.
205
206 2014-11-29 Ivan Andrus <darthandrus@gmail.com>
207
208 * .gitignore: Add some nextstep/mac ignorables.
209
210 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
211
212 .gitignore cleanup.
213 * .gitignore: Merge contents of subsidiary files and organize the
214 result so as to avoid duplication. Remove no-longer needed entries.
215 * admin/charsets/.gitignore, admin/unidata/.gitignore:
216 * doc/lispintro/.gitignore, etc/.gitignore, leim/.gitignore:
217 * leim/ja-dic/.gitignore, lib-src/.gitignore, lisp/.gitignore:
218 * lisp/calc/.gitignore, lisp/calendar/.gitignore:
219 * lisp/cedet/.gitignore, lisp/emulation/.gitignore:
220 * lisp/erc/.gitignore, lisp/eshell/.gitignore, lisp/gnus/.gitignore:
221 * lisp/international/.gitignore, lisp/language/.gitignore:
222 * lisp/leim/.gitignore, lisp/leim/quail/.gitignore:
223 * lisp/mail/.gitignore, lisp/mh-e/.gitignore, lisp/net/.gitignore:
224 * lisp/nxml/.gitignore, lisp/obsolete/.gitignore:
225 * lisp/play/.gitignore, lisp/progmodes/.gitignore:
226 * lisp/term/.gitignore, lisp/textmodes/.gitignore:
227 * lisp/url/.gitignore, nt/.gitignore, src/.gitignore:
228 Remove; no longer needed.
229
230 2014-11-29 Glenn Morris <rgm@gnu.org>
231
232 * configure.ac: Simplify gnutls tests.
233
234 2014-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * .gitignore: Add entries for emacsvers files.
237
238 2014-11-27 Paul Eggert <eggert@cs.ucla.edu>
239
240 Restore 'Bug#' -> 'debbugs:' rewrite in log-edit-mode.
241 * .dir-locals.el (log-edit-mode): Restore the (log-edit-rewrite-fixes
242 "[ \n](bug#\\([0-9]+\\))" . "debbugs:\\1"). See Glenn Morris in:
243 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01187.html
244
245 Simplify and fix doc-related .gitignore files.
246 This fixes some unwanted 'git status' output after 'make docs'.
247 * .gitignore: Add **/Makefile, **/makefile.
248 Remove Makefile, makefile.
249 Add doc/*/*.xxx rules for the usual kinds of documentation outputs
250 and temporaries. Add doc/misc/cc-mode.ss.
251 * doc/emacs/.gitignore, doc/lispintro/.gitignore, doc/misc/.gitignore:
252 * lwlib/.gitignore, oldXMenu/.gitignore:
253 Remove, as these .gitignore files are no longer needed.
254 * doc/lispintro/.gitignore: Replace with list of exceptional PDF files.
255
256 2014-11-26 Dani Moncayo <dmoncayo@gmail.com>
257
258 * configure.ac [MINGW]: Fix the way of getting the right host
259 platform.
260
261 2014-11-25 Glenn Morris <rgm@gnu.org>
262
263 * configure.ac: Fix yesterday's use of uninitialised $version.
264
265 2014-11-25 Oscar Fuentes <ofv@wanadoo.es>
266
267 * configure.ac [MINGW]: Set $canonical default value as per the
268 compiler's target.
269
270 2014-11-24 Glenn Morris <rgm@gnu.org>
271
272 * configure.ac [HAVE_W32]: Generate nt/*.rc files when HAVE_W32,
273 not just when using mingw32.
274
275 2014-11-22 Glenn Morris <rgm@gnu.org>
276
277 Further reduce number of versioned files storing Emacs version number.
278 * configure.ac (comma_version, comma_space_version) [mingw32]:
279 New output variables.
280 (nt/emacs.rc, nt/emacsclient.rc) [mingw32]: New output files.
281 * make-dist: Update nt/ for *.rc -> *.rc.in changes.
282
283 2014-11-19 Dani Moncayo <dmoncayo@gmail.com>
284
285 * build-aux/msys-to-w32: Simplify implementation and docstring;
286 Paths starting with '%emacs_dir%' are just considered relative.
287
288 2014-11-16 Christoph Scholtes <cschol2112@gmail.com>
289
290 * .gitignore: Ignore generated file lib/stdalign.h.
291
292 2014-11-16 Eli Zaretskii <eliz@gnu.org>
293
294 * .gitignore: Add more ignorables.
295
296 2014-11-14 Andreas Schwab <schwab@linux-m68k.org>
297
298 * Makefile.in (config.status): Don't depend on
299 ${srcdir}/lisp/version.el.
300
301 2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
302
303 Merge from gnulib.
304 2014-11-14 extern-inline: update commentary about GCC bugs
305 2014-11-06 unistd: port to iOS
306 2014-11-04 update from texinfo
307 * doc/misc/texinfo.tex, lib/unistd.in.h, m4/extern-inline.m4:
308 Update from gnulib.
309
310 build: port to GCC 4.6.4 + glibc 2.5
311 On platforms this old, building with _FORTIFY_SOURCE equal to 2
312 results in duplicate definitions of standard library functions.
313 Reported by Nelson H. F. Beebe.
314 * configure.ac (_FORTIFY_SOURCE): Sort after GNULIB_PORTCHECK.
315 By default, do not enable this unless GNULIB_PORTCHECK is defined.
316 This better matches the original intent, which as I recall was to
317 enable these extra checks only with --enable-gcc-warnings.
318
319 2014-11-14 David Reitter <david.reitter@gmail.com>
320
321 * Makefile.in (install-arch-indep): Compress publicsuffix.txt file.
322
323 2014-11-13 Paul Eggert <eggert@cs.ucla.edu>
324
325 * .dir-locals.el: Remove reference to bzr commit --fixes debbugs.
326
327 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
328
329 * .gitignore: Copy over sufficient ignorable files from the old
330 .bzrignore that a simple build doesn't list lots of unregistered files.
331
332 2014-11-11 Eric S. Raymond <esr@thyrsus.com>
333
334 Git transition.
335 * Makefile.in (src): Set VCSWITNESS appropriately for git.
336
337 All bzr revision IDS, and all CVS revision IDs for which a commit
338 could be identified, were changed to time-date!committer version
339 stamps. All .cvsignore files in the history became .gitignore
340 files. Fixes-bug annotations from bzr were copied into the
341 corresponding commit comments.
342
343 (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org.
344 The last CVS commit was 2009-12-27T08:11:12Z!cyd@stupidchicken.com.)
345
346 Committer/author email addresses are generally correct for the
347 transition day, not necessarily when the commit was originally made.
348
349 2014-11-10 Glenn Morris <rgm@gnu.org>
350
351 * configure.ac (doc/man/emacs.1): Generate it.
352 * Makefile.in (top_bootclean): Remove doc/man/emacs.1.
353 * make-dist: Do not distribute doc/man/emacs.1.
354
355 * configure.ac (etc/refcards/emacsver.tex): Generate it.
356 * Makefile.in (etc-emacsver): New PHONY rule.
357 (bootstrap-clean): Delete etc/refcards/emacsver.tex.
358
359 * configure.ac (doc/emacs/emacsver.texi): Generate it.
360 * make-dist (doc/emacs/emacsver.texi) [update]: No longer check it.
361
362 2014-11-08 Dani Moncayo <dmoncayo@gmail.com>
363
364 * build-aux/msys-to-w32: Simplify the initial over-engineered
365 interface, and the implementation.
366 * Makefile.in (epaths-force-w32): Update for the above. Also
367 simplify, assuming that the shell is bash (which is the case in MSYS).
368 (msys_w32prefix_subst, msys_sed_sh_escape): Remove (no longer used).
369
370 2014-11-05 Glenn Morris <rgm@gnu.org>
371
372 * Makefile.in (QUIET_SUBMAKE): Remove.
373 (install-info, uninstall): Use --no-print-directory. (Bug#18908)
374
375 2014-10-25 Eric S. Raymond <esr@thyrsus.com>
376
377 * autogen.sh: Neutralize language specific to a repository type.
378
379 2014-10-23 Paul Eggert <eggert@cs.ucla.edu>
380
381 * Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use of 'wildcard'.
382
383 Fix race in 'make info/dir', and speed it up.
384 * Makefile.in (AWK, srcdir_doc_info_dir_inputs, info_dir_inputs):
385 New macros.
386 (clean): Remove info-dir.*.
387 (info_dir_deps): Depend on make-info-dir too.
388 (${srcdir}/info/dir): Make sure info directory exists.
389 Don't call pwd; just redirect make-info-dir's stdout to temp file.
390 * build-aux/make-info-dir: Send output to stdout.
391 Take input file names from args.
392 Fix a "FIXME inefficient looping" by using awk's associative arrays.
393 Basically, this rewrites the script from scratch, and speeds up
394 'make info/dir' from 2.6s to 0.07s on my platform.
395
396 2014-10-20 Glenn Morris <rgm@gnu.org>
397
398 * Merge in all changes up to 24.4 release.
399
400 2014-10-19 Paul Eggert <eggert@cs.ucla.edu>
401
402 Merge from gnulib, incorporating:
403 2014-10-18 readlinkat: port to AIX 7.1
404 2014-10-07 fcntl: fix error reporting by dupfd
405 * lib/fcntl.c, lib/readlinkat.c, lib/unistd.in.h, m4/readlinkat.m4:
406 * m4/unistd_h.m4: Update from gnulib.
407 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
408
409 2014-10-17 Glenn Morris <rgm@gnu.org>
410
411 * configure.ac: Simplify OS X $canonical tests.
412
413 2014-10-15 Jan Djärv <jan.h.d@swipnet.se>
414
415 * configure.ac: Move the OSX 10.6 test.
416
417 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * .bzrignore: Add uni-brackets.el.
420
421 2014-10-14 Jan Djärv <jan.h.d@swipnet.se>
422
423 * configure.ac: apple-darwin powerpc is unported.
424 Require OSX >= 10.6 even if --with-ns is not given.
425
426 2014-10-12 Ken Brown <kbrown@cornell.edu>
427
428 * configure.ac (LD_SWITCH_SYSTEM_TEMACS) [CYGWIN]: Set stack size
429 to 8 MB. (Bug#18438)
430
431 2014-10-12 Jan Djärv <jan.h.d@swipnet.se>
432
433 * configure.ac: Require OSX 10.6. Remove NSInteger test,
434 use nsfont for Gnustep, macfont for OSX.
435
436 2014-10-12 Paul Eggert <eggert@cs.ucla.edu>
437
438 Fix putenv race conditions that can crash Emacs (Bug#8705).
439 * configure.ac (LOCALTIME_CACHE): Remove.
440 We needn't worry about SunOS 4 any more; Sun dropped support in 2003.
441 All uses of LOCALTIME_CACHE removed. This simplifies the fix.
442 (tzalloc): Add check for this function.
443
444 2014-10-06 Jan Djärv <jan.h.d@swipnet.se>
445
446 * configure.ac: Add -Wno-string-plus-int for clang.
447
448 2014-10-04 Glenn Morris <rgm@gnu.org>
449
450 * configure.ac: Silence warning with some old Xrandr.h. (Bug#18465)
451
452 2014-10-03 Paul Eggert <eggert@cs.ucla.edu>
453
454 * configure.ac: Port to strict POSIX shells on non-MinGW (Bug#18612).
455
456 2014-09-29 Eli Zaretskii <eliz@gnu.org>
457
458 * README: Bump version to 25.0.50.
459
460 * configure.ac (AC_INIT): Bump version to 25.0.50.
461
462 2014-09-29 Dmitry Antipov <dmantipov@yandex.ru>
463
464 * configure.ac (HAVE_STATEMENT_EXPRESSIONS): Remove.
465 For USE_STACK_LISP_OBJECTS, we always assume __GNUC__.
466
467 2014-09-27 Ken Brown <kbrown@cornell.edu>
468
469 * configure.ac [CYGWIN]: Enable sound support.
470
471 2014-09-25 Paul Eggert <eggert@cs.ucla.edu>
472
473 * configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'.
474
475 2014-09-23 Paul Eggert <eggert@cs.ucla.edu>
476
477 Merge from gnulib, incorporating:
478 2014-09-11 fcntl-h: fix compilation with Intel C++ compiler
479 2014-09-04 pthread, pthread_sigmask, threadlib: port to Ubuntu 14.04
480
481 2014-09-22 Jan Djärv <jan.h.d@swipnet.se>
482
483 * configure.ac: Increase headerpad_extra to 1000, update the comment
484 about load commands (Bug#18505).
485
486 2014-09-15 Eli Zaretskii <eliz@gnu.org>
487
488 * configure.ac (HAVE_SOUND): Check for mmsystem.h header that
489 defines the sound stuff on MS-Windows. (Bug#18463)
490
491 2014-09-10 Paul Eggert <eggert@cs.ucla.edu>
492
493 Improve the experimental local and scoped allocation.
494 * configure.ac (HAVE_STRUCT_ATTRIBUTE_ALIGNED)
495 (HAVE_STATEMENT_EXPRESSIONS): New configure-time checks.
496
497 2014-09-07 Paul Eggert <eggert@cs.ucla.edu>
498
499 Expand @AM_DEFAULT_VERBOSITY@ even if Automake is old (Bug#18415).
500 * configure.ac: Assume verbose output for older Automake.
501
502 2014-09-04 Paul Eggert <eggert@cs.ucla.edu>
503
504 * configure.ac (MAKEINFO): Clean up some configuration bitrot.
505 MAKEINFO is already set before we get here, so no need to call AC_PATH_PROG.
506 Bypass $am_missing_run. Simplify version-number checking.
507
508 2014-09-02 Paul Eggert <eggert@cs.ucla.edu>
509
510 Merge from gnulib, incorporating:
511 2014-09-02 gnulib-common.m4: port to GCC 4.2.1 and Sun Studio 12 C++
512 2014-09-01 manywarnings: add GCC 4.9 warnings
513 * m4/gnulib-common.m4, m4/manywarnings.m4: Update from gnulib.
514
515 2014-09-01 Paul Eggert <eggert@cs.ucla.edu>
516
517 --enable-silent-rules now suppresses more chatter.
518 * INSTALL: Document this.
519
520 Clean up extern decls a bit.
521 * configure.ac (WERROR_CFLAGS): Don't disable -Wnested-externs.
522 While we're at it, don't disable -Wlogical-op either.
523
524 2014-08-31 Paul Eggert <eggert@cs.ucla.edu>
525
526 * configure.ac (MAKE): Export it, for config.status.
527 Needed on AIX when 'configure' infers MAKE=gmake.
528 (__restrict_arr): Remove; no longer used.
529
530 2014-08-30 Paul Eggert <eggert@cs.ucla.edu>
531
532 Vector-sorting fixes (Bug#18361).
533 * configure.ac (qsort_r): Remove, as we no longer use qsort-like
534 functions.
535 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
536 * lib/vla.h, m4/vararrays.m4: New files, copied from gnulib.
537 * lib/stdlib.in.h, m4/stdlib_h.m4: Sync from gnulib, incorporating:
538 2014-08-29 qsort_r: new module, for GNU-style qsort_r
539 The previous two files' changes are boilerplate generated by
540 admin/merge-gnulib, and should not affect Emacs.
541
542 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
543
544 * configure.ac (AC_CHECK_FUNCS): Check for qsort_r.
545
546 2014-08-28 Ken Brown <kbrown@cornell.edu>
547
548 * configure.ac (HYBRID_MALLOC): New macro; define to use gmalloc
549 before dumping and the system malloc after dumping. Define on
550 Cygwin. (Bug#18222)
551
552 2014-08-28 Glenn Morris <rgm@gnu.org>
553
554 * Makefile.in (appdatadir): New variable.
555 (install-etc, uninstall, clean): Handle etc/emacs.appdata.xml.
556
557 2014-08-27 Paul Eggert <eggert@cs.ucla.edu>
558
559 Improve robustness of new string-collation code (Bug#18051).
560 * configure.ac (newlocale): Check for this, not for uselocale.
561
562 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
563
564 Detect features needed to handle C stack overflows.
565 * configure.ac: Check for sigaltstack and related sigaction
566 support. Unconditionally check for sigsetjmp and siglongjmp.
567 (HAVE_STACK_OVERFLOW_HANDLING): Define if we can support it.
568
569 (HAVE_LINUX_SYSINFO): Avoid false positive on Solaris.
570
571 2014-08-25 Ken Brown <kbrown@cornell.edu>
572
573 * configure.ac (G_SLICE_ALWAYS_MALLOC): Remove obsolete macro.
574
575 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
576
577 * INSTALL.REPO: Remove reference to obsolete configure scripts
578 on non-Posix platforms (Bug#18323).
579
580 2014-08-24 Michael Albinus <michael.albinus@gmx.de>
581
582 * configure.ac: Check also for the uselocale function. (Bug#18051)
583
584 2014-08-23 Karol Ostrovsky <karol.ostrovsky@gmail.com> (tiny change)
585
586 * configure.ac: Accept "*-mingw*", not just "*-mingw32", as
587 canonical name of a MinGW build, because using MSYS2 'uname'
588 produces "MINGW64".
589
590 2014-08-21 Ken Brown <kbrown@cornell.edu>
591
592 * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the
593 Cygwin-w32 build. (Bug#18302)
594
595 2014-08-11 Paul Eggert <eggert@cs.ucla.edu>
596
597 Don't prevent random file systems from being unmounted (Bug#18232).
598 This fix relies on having the 'fchdir' function, and on having
599 "." be searchable (or at least readable, on platforms lacking O_SEARCH),
600 but that's good enough to handle the vast majority of cases and the
601 remaining folks can just live with the annoyance of file systems
602 that occasionally can't be unmounted.
603 * configure.ac (fchdir): New function to check for.
604 * lib/save-cwd.c: Copy from gnulib, except omit the part that
605 allocates memory, since that can cause problems in Emacs.
606 * lib/save-cwd.h: Copy from gnulib.
607
608 2014-08-10 Eli Zaretskii <eliz@gnu.org>
609
610 * config.bat: Fix some confusing wording.
611
612 2014-08-09 Eli Zaretskii <eliz@gnu.org>
613
614 * config.bat: Fix EOL format in lines modified by last commit.
615
616 2014-08-09 Reuben Thomas <rrt@sc3d.org>
617
618 * make-dist (files): Remove msdos/is_exec.c and sigaction.c.
619 * config.bat: Require DJGPP 2.02 or later.
620
621 2014-08-09 Paul Eggert <eggert@cs.ucla.edu>
622
623 Merge from gnulib, incorporating:
624 2014-08-07 getdtablesize: fall back on sysconf (_SC_OPEN_MAX)
625 2014-08-05 sys_select: fix FD_ZERO problem on Solaris 10
626 * lib/getdtablesize.c, lib/sys_select.in.h: Update from gnulib.
627
628 2014-08-07 Reuben Thomas <rrt@sc3d.org>
629
630 * README: ``MSDOG'' becomes ``MS-DOS''.
631
632 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
633
634 Merge from gnulib, incorporating:
635 2014-08-04 extern-inline: port to FreeBSD, DragonFly
636 * lib/gnulib.mk: Regenerate (comment change only).
637 * m4/extern-inline.m4: Update from gnulib.
638
639 2014-08-02 Paul Eggert <eggert@cs.ucla.edu>
640
641 * configure.ac (HAVE_TIMERFD): Also check for TFD_NONBLOCK,
642 since the code is using TFD_NONBLOCK now.
643
644 2014-07-31 Paul Eggert <eggert@cs.ucla.edu>
645
646 Simplify timerfd configuration and fix some minor glitches.
647 * configure.ac (HAVE_TIMERFD): Define only if TFD_CLOEXEC works,
648 since the code leaked file descriptors to children when !TFD_CLOEXEC.
649 (HAVE_TIMERFD_CLOEXEC): Remove; no longer used.
650 * m4/clock_time.m4 (gl_CLOCK_TIME): Don't check for clock_getres.
651 This reverts the previous change to this file, so it matches
652 gnulib again.
653
654 2014-07-28 Dmitry Antipov <dmantipov@yandex.ru>
655
656 * configure.ac (toplevel): Check whether GNU/Linux-specific
657 timerfd functions and macros are available.
658 * m4/clock_time.m4 (gl_CLOCK_TIME): Check for clock_getres as well.
659
660 2014-07-13 Paul Eggert <eggert@cs.ucla.edu>
661
662 Improve behavior of 'bzr up; cd src; make -k'.
663 * Makefile.in (ACLOCAL_INPUTS): Add all m4/*.m4 files.
664
665 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
666
667 Merge from gnulib, incorporating:
668 2014-06-27 mktime: merge #if/#ifdef usage from glibc
669 * lib/mktime.c: Update from gnulib.
670
671 * Makefile.in (install-arch-indep): Avoid readdir race (Bug#17971).
672
673 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
674
675 * configure.ac: Check whether sys/sysinfo.h provides
676 Linux 'sysinfo' function and 'struct sysinfo' type.
677
678 2014-06-28 Glenn Morris <rgm@gnu.org>
679
680 * configure.ac (lwlib_deps_frag, oldxmenu_deps_frag): New output files.
681 * make-dist (lwlib, oldXMenu): Distribute *.mk.
682
683 2014-06-27 Glenn Morris <rgm@gnu.org>
684
685 * Makefile.in (src): No more need to pass BOOTSTRAPEMACS.
686
687 * make-dist: Exclude test/automated/*.log.
688
689 2014-06-26 Glenn Morris <rgm@gnu.org>
690
691 * Makefile.in (mostlyclean, clean): Maybe clean test/automated.
692
693 2014-06-21 Paul Eggert <eggert@cs.ucla.edu>
694
695 * configure.ac: Warn about --enable-link-time-optimization's issues
696 in --help message (Bug#17806).
697
698 Port to GCC 4.9.0 with link time optimization (Bug#17806).
699 * configure.ac (CFLAGS): With link time optimization,
700 use -ffat-lto-objects if supported; otherwise Emacs won't
701 build with GCC 4.9.0.
702
703 2014-06-20 Paul Eggert <eggert@cs.ucla.edu>
704
705 Diagnose failures due to colons in directory names (Bug#17278).
706 * Makefile.in (epaths-force): Don't allow ':' in directories whose
707 names go into a colon-separated path.
708 * configure.ac: Fail if submake fails.
709
710 2014-06-17 Paul Eggert <eggert@cs.ucla.edu>
711
712 Omit redundant extern decls.
713 Most of this patch is from Dmitry Antipov, in:
714 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00263.html
715 * configure.ac (WERROR_CFLAGS): Add -Wredundant-decls.
716
717 Merge from gnulib, incorporating:
718 2014-06-17 acl: port to gcc -Wredundant-decls
719 2014-06-01 gnulib-common.m4: Fix typo in _GL_UNUSED_LABEL.
720 * lib/acl.h, m4/gnulib-common.m4: Update from gnulib.
721
722 2014-06-15 Glenn Morris <rgm@gnu.org>
723
724 * Makefile.in: Use `make -C' rather than `cd && make' throughout.
725
726 * Makefile.in: Parallelize clean rules using GNU make features.
727 (submake_template): New definition.
728 (mostlyclean_dirs, clean_dirs, distclean_dirs, maintainer_clean_dirs):
729 New variables.
730 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean)
731 (extraclean): Define using each subdirectory as a prequisite.
732 * lib/Makefile.am (bootstrap-clean): New.
733
734 2014-06-15 Paul Eggert <eggert@cs.ucla.edu>
735
736 Port part of the AIX fix to Solaris (Bug#17598).
737 * configure.ac (_REENTRANT): Define on Solaris if HAVE_PTHREAD.
738 This ports part of the recent AIX fixes to Solaris. It is needed
739 for the same reason that _THREAD_SAFE is needed on AIX, e.g., to
740 make sure that each thread has its own 'errno'.
741
742 2014-06-13 Glenn Morris <rgm@gnu.org>
743
744 * Makefile.in (CC, CFLAGS, LDFLAGS, CPPFLAGS, abs_top_srcdir):
745 Remove, no longer used.
746 (lib, lib-src, lisp, nt, src, blessmail, install-arch-dep)
747 (install-nt, install-strip, uninstall, uninstall-nt)
748 (mostlyclean, clean, distclean, bootstrap-clean)
749 (maintainer-clean, extraclean, TAGS, tags, check, $(DOCS)):
750 ($(INSTALL_DOC), $(UNINSTALL_DOC), info, bootstrap, check-declare):
751 GNU make automatically passes command-line arguments to sub-makes.
752
753 2014-06-11 Paul Eggert <eggert@cs.ucla.edu>
754
755 Use a shell function in configure.ac to cut down on code duplication.
756 * configure.ac (emacs_check_gnu_make): New shell function.
757 Use it to avoid duplication when checking for GNU Make.
758 It's OK for 'configure' to use shell functions these days,
759 as long as we follow the advice in the 'Shell Functions'
760 section of the Autoconf manual.
761
762 2014-06-11 Glenn Morris <rgm@gnu.org>
763
764 * configure.ac: Require at least version 3.81 of GNU make.
765
766 2014-06-10 Paul Eggert <eggert@cs.ucla.edu>
767
768 Rely on AC_CANONICAL_HOST to detect whether we're using mingw.
769 See the thread containing:
770 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00206.html
771 * configure.ac (AC_CANONICAL_HOST): Invoke this as early as we
772 can, which is just after AM_INIT_AUTOMAKE. Then check for mingw
773 just after that.
774
775 2014-06-10 Glenn Morris <rgm@gnu.org>
776
777 * Makefile.in (AUTOCONF, AUTOMAKE, AUTOHEADER, ACLOCAL):
778 New, set by configure. Use throughout where appropriate.
779
780 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
781 * configure.ac (INFO_EXT, INFO_OPTS): Remove output variables.
782
783 2014-06-08 Paul Eggert <eggert@cs.ucla.edu>
784
785 Port better to AIX (Bug#17598).
786 * configure.ac (with_xpm_set): New shell var.
787 (_THREAD_SAFE): Define on AIX if HAVE_PTHREAD.
788 (with_xpm): Default to 'no' on AIX.
789 (LIBXPM): Append -lXpm if -lXaw is also used, as the latter
790 requires the former on AIX.
791
792 2014-06-05 Paul Eggert <eggert@cs.ucla.edu>
793
794 Try harder to find GNU Make when configuring.
795 * configure.ac (AC_PROG_MAKE_SET): Define a dummy.
796 (MAKE): Set it to GNU Make, if one can be found.
797 Search PATH for 'make', 'gmake', 'gnumake'.
798 This works better on platforms like AIX, where GNU Make
799 might be in /opt/freeware/bin/make, and reside
800 behind /usr/bin/make in the PATH.
801
802 2014-06-05 Dmitry Antipov <dmantipov@yandex.ru>
803
804 * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.
805 * INSTALL: Mention SVG image support.
806
807 2014-06-05 Paul Eggert <eggert@cs.ucla.edu>
808
809 * configure.ac: --without-all now implies --without-xft, --disable-acl.
810 * INSTALL: Remove apparently unmaintained documentation about what
811 --without-all exactly means.
812
813 2014-06-03 Eli Zaretskii <eliz@gnu.org>
814
815 * configure.ac (C_HEAP_SWITCH): Remove.
816
817 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
818
819 Fix port to 32-bit AIX with xlc (Bug#17598).
820 This doesn't fix Bug#17598, but it does fix a regression since Emacs
821 built with xlc until recently, and perhaps it'll help us fix Bug#17598.
822 * configure.ac (GC_SETJMP_WORKS): Define for AIX, too.
823 Merge from gnulib, incorporating:
824 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
825 * lib/ftoastr.c: Update from gnulib.
826
827 2014-06-01 Paul Eggert <eggert@cs.ucla.edu>
828
829 Merge from gnulib, incorporating:
830 2014-06-02 acl: apply pure attribute to two functions
831 2014-06-01 gnulib-common.m4: add _GL_UNUSED_LABEL
832 2014-05-31 dup2, fcntl, fcntl-h: port to AIX 7.1
833 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
834 * lib/acl-internal.h, lib/fcntl.in.h, lib/ftoastr.h:
835 * m4/dup2.m4, m4/fcntl.m4, m4/gnulib-common.m4:
836 Update from gnulib.
837
838 2014-06-01 Juanma Barranquero <lekktu@gmail.com>
839
840 * configure.ac (C_HEAP_SWITCH): Raise HEAPSIZE value for 32-bit
841 builds on Windows.
842
843 2014-05-29 Paul Eggert <eggert@cs.ucla.edu>
844
845 * configure.ac (pthread_sigmask): Look in LIB_PTHREAD too (Bug#17561).
846 Fixes configuration glitch found in <http://bugs.gnu.org/17561#59>.
847
848 2014-05-29 Eli Zaretskii <eliz@gnu.org>
849
850 * configure.ac (ADDSECTION, TEMACS_POST_LINK): Don't compute,
851 unused.
852
853 2014-05-29 Paul Eggert <eggert@cs.ucla.edu>
854
855 Don't substitute sigprocmask for pthread_sigmask (Bug#17561).
856 sigprocmask isn't portable in a multithreaded process.
857 * configure.ac (gl_THREADLIB): Remove dummy.
858 Merge from gnulib, incorporating:
859 2014-05-28 pthread_sigmask, timer-time: use gl_THREADLIB only if needed
860 * m4/pthread_sigmask.m4, m4/timer_time.m4: Update from gnulib.
861
862 2014-05-29 Glenn Morris <rgm@gnu.org>
863
864 * configure.ac: Explicitly drop some ancient Solaris versions.
865
866 2014-05-27 Fabrice Popineau <fabrice.popineau@gmail.com>
867
868 * configure.ac (C_HEAP_SWITCH): Define for different values of
869 dumped heap size depending on 32/64bits arch on Windows.
870 Don't check for pthreads.h on MinGW32/64, it gets in the way.
871 Use mmap(2) for buffers and system malloc for MinGW32/64.
872 (EMACS_HEAPSIZE): Remove.
873
874 2014-05-27 Paul Eggert <eggert@cs.ucla.edu>
875
876 Merge from gnulib, incorporating:
877 2014-05-21 fchdir: port 'open' and 'close' redefinitions to AIX 7.1
878 * lib/openat-proc.c: Update from gnulib.
879
880 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
881
882 Fix port to 32-bit AIX (Bug#17540).
883 * configure.ac (opsys): On Power Architecture, treat release 7 of
884 AIX like releases 5 and 6.
885
886 2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
887
888 Remove dependencies on getdelim and getline.
889 * configure.ac (getdelim, getline): Remove.
890
891 2014-05-18 Glenn Morris <rgm@gnu.org>
892
893 * configure.ac: Do not bother testing for png in non-graphical builds.
894
895 2014-05-18 Paul Eggert <eggert@cs.ucla.edu>
896
897 Port ctags+etags build to Sun C 5.12.
898 * .bzrignore: Remove lib-src/ctags.c.
899
900 Port recent libpng changes to hosts with missing png.h.
901 * configure.ac (HAVE_PNG): Port to platforms where libpng-config
902 succeeds but png.h is absent, by testing libpng-config's output
903 rather than trusting it. I ran into this problem when building
904 Emacs trunk on a Solaris 10 host.
905
906 2014-05-17 Paul Eggert <eggert@cs.ucla.edu>
907
908 Assume C99 or later (Bug#17487).
909 * lib/stdarg.in.h, lib/stdbool.in.h, m4/stdarg.m4, m4/stdbool.m4:
910 Remove.
911 * configure.ac (_AC_PROG_CC_C89): Define a dummy, to keep 'configure'
912 smaller.
913 (gl_PROG_CC_C99): Use this to get C99 or later.
914 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
915
916 2014-05-16 Paul Eggert <eggert@cs.ucla.edu>
917
918 Don't require pkg-config when building from repository.
919 * INSTALL: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'.
920 * INSTALL.REPO: pkg-config is no longer required to build from
921 the repository.
922 * autogen.sh: Don't check for pkg-config.
923 (progs): Remove pkg-config.
924 (pkg_config_min, AUTORECONF_ENV, env_space, ACLOCAL_PATH):
925 Remove. All uses removed.
926 * m4/pkg.m4: New file, built by admin/merge-pkg-config.
927 * configure.ac: Remove unnecessary m4_pattern_forbid of ^PKG_ and
928 an AC_ARG_VAR of PKG_CONFIG_PATH. pkg.m4 does that for us.
929 (EMACS_CHECK_MODULES): Remove workaround for old pkg-config bug,
930 as we use pkg.m4 from a newer pkg-config.
931
932 2014-05-15 Jan Djärv <jan.h.d@swipnet.se>
933
934 * configure.ac (LIBPNG): Do not test for libpng if NS_IMPL_COCOA.
935
936 2014-05-13 Dmitry Antipov <dmantipov@yandex.ru>
937
938 * configure.ac (HAVE_XFIXES): Define if available.
939 (XFIXES_CFLAGS, XFIXES_LIBS): New AC_SUBSTs.
940 (--enable-link-time-optimization): Add clang support.
941 * INSTALL: Mention it.
942
943 2014-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
944
945 * configure.ac (EMACS_CHECK_MODULES): Fix typo in previous change.
946
947 2014-05-11 Paul Eggert <eggert@cs.ucla.edu>
948
949 Work around bug in pkg-config before 0.26 (Bug#17438).
950 * configure.ac (EMACS_CHECK_MODULES): Check for failed exit status
951 of pkg-config, on older pkg-config versions that don't do it
952 properly.
953
954 2014-05-07 Glenn Morris <rgm@gnu.org>
955
956 * autogen.sh: Check for failing aclocal.
957
958 2014-05-05 Glenn Morris <rgm@gnu.org>
959
960 * autogen.sh: Check any pre-existing ACLOCAL_PATH.
961
962 2014-05-04 Paul Eggert <eggert@cs.ucla.edu>
963
964 Consult libpng-config more consistently (Bug#17339).
965 This is mainly for simplicity, but it should also avoid
966 some future problems like the ones we recently had with NetBSD.
967 * configure.ac (LIBPNG): Configure after LIBZ. Use libpng-config
968 for cflags, too. Append -lz if we're not already doing that with
969 LIBZ. Do not bother appending -lm, since we always append that.
970 Coalesce some duplicate code.
971
972 * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
973
974 Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).
975 * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5.
976 A more-complicated fix would be to remove uses of PixelSetMagickColor,
977 introduced in ImageMagick 6.3.5 (Sept. 2007).
978
979 2014-05-04 Glenn Morris <rgm@gnu.org>
980
981 * configure.ac (LIBPNG): Consult libpng-config for the precise
982 form of "-lpng" to use. (Bug#17339)
983
984 2014-05-03 Glenn Morris <rgm@gnu.org>
985
986 * autogen.sh: If all else fails, try using pkg-config to find pkg.m4.
987
988 2014-05-03 Paul Eggert <eggert@cs.ucla.edu>
989
990 Get --enable-gcc-warnings to work after touching configure.ac.
991 Preserve ACLOCAL_PATH in later builds, so that by default it has
992 the same value as it did in the first build after initial checkout.
993 * Makefile.in (ACLOCAL_PATH): New macro.
994 ($(srcdir)/aclocal.m4): Use it.
995 * configure.ac (ACLOCAL_PATH): AC_SUBST it.
996 * autogen.sh (env_space): New var.
997 Tell user what variables, if any, to pass to 'configure'.
998
999 Get --enable-gcc-warnings working again.
1000 The recent changes to configure.ac removed the transliteration of
1001 -I to -isystem in CFLAGS, which is needed for --enable-gcc-warnings.
1002 Bring this back while keeping the spirit of the recent changes.
1003 * configure.ac (edit_cflags): Restore this shell var, and put it
1004 at the top level, where it'll be useful when emacs-24 is next merged.
1005 (EMACS_CHECK_MODULES): New macro. All uses of PKG_CHECK_MODULES
1006 changed to use it.
1007
1008 Make it easier on maintainers who use their own Automake.
1009 * autogen.sh (ACLOCAL_PATH, AUTORECONF_ENV): New vars.
1010 Set them to avoid problems when maintainers prepend their own
1011 Automake installations to their PATH. Report an error if pkg.m4
1012 can't be found.
1013
1014 2014-05-02 Glenn Morris <rgm@gnu.org>
1015
1016 * configure.ac (PKG_CONFIG_PATH): Declare with AC_ARG_VAR.
1017
1018 * configure.ac (--with-pkg-config-prog): Remove.
1019 Use the PKG_CONFIG environment variable instead if you need it.
1020
1021 * configure.ac: Use pkg-config's pkg.m4, rather than reinventing it.
1022 Add explicit AC_SUBST's where needed.
1023 * autogen.sh (progs): Add pkg-config.
1024 (pkg_config_min): New variable.
1025
1026 * configure.ac (AC_CONFIG_MACRO_DIR): Use it.
1027
1028 * autogen.sh (get_version): Handle no leading whitespace.
1029 (check_version, main): Handle program names with hyphens.
1030
1031 2014-04-30 Glenn Morris <rgm@gnu.org>
1032
1033 * configure.ac: Treat MirBSD as OpenBSD. (Bug#17339)
1034
1035 2014-04-21 Daniel Colascione <dancol@dancol.org>
1036
1037 * .bzrignore: Add a.out to bzr ignore list (a test generates this
1038 file).
1039
1040 2014-04-19 Paul Eggert <eggert@cs.ucla.edu>
1041
1042 Link to glib-using libraries when checking for glib (Bug#17289).
1043 * configure.ac (XGSELOBJ): Include GTK_LIBS, RSVG_LIBS, etc.
1044 when testing whether Glib is linked in. Similarly for CFLAGS.
1045
1046 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
1047
1048 * GNUmakefile: Speed up 'make bootstrap' in fresh checkout.
1049 (ORDINARY_GOALS): New macro, which excludes 'bootstrap'.
1050 (bootstrap, .PHONY): New rules.
1051 * INSTALL.REPO: Document current procedure better.
1052 Move copyright notice to just before license notice.
1053
1054 * Makefile.in (FRC, force-info): Remove.
1055 All uses removed. This hack is no longer needed here
1056 now that we can assume GNU Make's .PHONY feature works.
1057 (bootstrap): No need to make 'info', since 'all' now implies 'info'.
1058
1059 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1060
1061 * config.bat: Update for Emacs 24.4.
1062
1063 2014-04-16 Paul Eggert <eggert@cs.ucla.edu>
1064
1065 Port to IRIX 6.5 (Bug#9684).
1066 This port requires IRIX cc, as I did not have time to get
1067 undump working with the old GCC on the system I had access to,
1068 but that's better than nothing.
1069 * configure.ac (gl_GCC_VERSION_IFELSE): Remove unused macro
1070 that wouldn't have worked anyway, with IRIX cc.
1071 (emacs_cv_clang, emacs_cv_sanitize_address)
1072 (ns_osx_have_104, ns_osx_have_105):
1073 Don't assume '#error' makes the compiler fail,
1074 as this doesn't work with IRIX cc.
1075 (CFLAGS, LIBS): Don't let the GnuTLS results infect later 'configure'
1076 checks. This runs afoul of an IRIX configuration where GnuTLS is
1077 in an optional library that also contains getdelim, and causes
1078 a later 'configure' to incorrectly think getdelim is supported.
1079
1080 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1081
1082 * configure.ac (LN_S_FILEONLY, LN_S): Use "/bin/ln" on MinGW, to
1083 ensure the MSYS ln.exe is invoked.
1084
1085 2014-04-15 Paul Eggert <eggert@cs.ucla.edu>
1086
1087 Remove DATA_SEG_BITS.
1088 * configure.ac (DATA_SEG_BITS): Remove. All uses removed.
1089
1090 2014-04-14 Paul Eggert <eggert@cs.ucla.edu>
1091
1092 * autogen.sh: Use autoreconf's -f option (Bug#17258).
1093
1094 Clean up configure-time library handling a bit.
1095 This patch was inspired by emacs-24 bzr 116961, which fixed
1096 a bug due to sloppy library handling in 'configure'.
1097 * configure.ac (LIB_MATH, LIB_PTHREAD, LIBXMU):
1098 Use AC_SEARCH_LIBS instead of AC_CHECK_LIB as per Autoconf manual.
1099 (LIB_MATH, LIB_PTHREAD, HAVE_X11, IMAGEMAGICK_LIBS, GTK_LIBS)
1100 (DBUS_LIBS, LIBXMU, XFT_LIBS, LIBXSM, LIBXML2_LIBS, LIBS_MAIL)
1101 (with_kerberos):
1102 Don't let the library choice infect $LIBS.
1103 (dnet_ntoa, cma_open): Remove obsolete tests.
1104 (emacs_pthread_function): Probe for pthread_kill, not pthread_self,
1105 as that's a bit more selective on GNU/Linux.
1106 (LIBXEXT): Remove.
1107 (touchlock): Test for existence when $LIBS_MAIL is in use.
1108 (AC_CHECK_FUNCS): Use only $LIB_MATH in addition to $LIBS
1109 when testing for typical functions like accept4, lrand48.
1110 (random, rint): Remove obsolete HP-UX 9 A.09.05 test.
1111
1112 2014-04-11 Glenn Morris <rgm@gnu.org>
1113
1114 * make-dist: Do not distribute generated admin/grammars/Makefile.
1115 Do distribute lib-src/update-game-score.exe.manifest.
1116
1117 2014-04-11 Ken Brown <kbrown@cornell.edu>
1118
1119 * configure.ac (EMACS_MANIFEST): Revert last change (but leave
1120 UPDATE_MANIFEST empty).
1121
1122 2014-04-07 Ken Brown <kbrown@cornell.edu>
1123
1124 * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these
1125 variables empty on Cygwin. (Bug#17176)
1126
1127 2014-04-03 Glenn Morris <rgm@gnu.org>
1128
1129 * make-dist: Further update AC_INIT regexp.
1130
1131 2014-04-02 Glenn Morris <rgm@gnu.org>
1132
1133 * configure.ac: Make the final "Does Emacs use Gsettings" message
1134 consistent with src/config.h.
1135
1136 2014-03-31 Jan Djärv <jan.h.d@swipnet.se>
1137
1138 * configure.ac: Fix errors from previous checkin (GSettings check).
1139
1140 2014-03-29 Jan Djärv <jan.h.d@swipnet.se>
1141
1142 * configure.ac: Add check that GSettings is in libgio (Bug#17118).
1143
1144 2014-03-28 Glenn Morris <rgm@gnu.org>
1145
1146 * configure.ac (AC_INIT): Add "GNU" in package, add bug address.
1147 (PACKAGE_BUGREPORT): Use it.
1148 (make-dist): Update AC_INIT regexp.
1149
1150 * configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency.
1151 (EMACS_CONFIG_FEATURES): New define.
1152
1153 2014-03-27 Paul Eggert <eggert@cs.ucla.edu>
1154
1155 * configure.ac: Suggest './configure MAKE=gmake' in diagnostic.
1156 This tends to work better than 'MAKE=gmake ./configure' if later
1157 builds run config.status etc.
1158
1159 2014-03-27 Glenn Morris <rgm@gnu.org>
1160
1161 * configure.ac: Require GNU make.
1162 (HAVE_GNU_MAKE): Remove.
1163
1164 2014-03-26 Paul Eggert <eggert@cs.ucla.edu>
1165
1166 Merge from gnulib, incorporating:
1167 2014-03-26 strftime: wrap macros in "do {...} while(0)"
1168 * lib/strftime.c: Update from gnulib.
1169
1170 2014-03-26 Glenn Morris <rgm@gnu.org>
1171
1172 * configure.ac (CLASH_DETECTION): Remove option. Every platform
1173 supports it, and the runtime option `create-lockfiles' replaces it.
1174
1175 2014-03-23 Daniel Colascione <dancol@dancol.org>
1176
1177 * configure.ac: (Bug#17069) Include GFILENOTIFY objects in glib check.
1178
1179 2014-03-22 Glenn Morris <rgm@gnu.org>
1180
1181 * make-dist: Do not distribute lib-src/testfile.
1182
1183 2014-03-21 Eli Zaretskii <eliz@gnu.org>
1184
1185 * configure.ac: Bump version to 24.4.50.
1186
1187 2014-03-21 Glenn Morris <rgm@gnu.org>
1188
1189 * Makefile.in (all): Depend on `info'. (Bug#16626)
1190
1191 2014-03-07 Paul Eggert <eggert@cs.ucla.edu>
1192
1193 Merge from gnulib, incorporating:
1194 2014-03-04 stdint: fix missing SIZE_MAX on Android
1195 2013-03-02 sys_types: avoid autoconf warning about gl_SYS_TYPES_H
1196 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1197 * lib/stdint.in.h, lib/sys_types.in.h, m4/sys_types_h.m4:
1198 Update from gnulib.
1199
1200 2014-03-05 Glenn Morris <rgm@gnu.org>
1201
1202 * configure.ac: Tweak the "unported" error message.
1203
1204 2014-03-05 Paul Eggert <eggert@cs.ucla.edu>
1205
1206 Fix configuration bug on Solaris 2.5.1 (Bug#16905).
1207 * configure.ac: Fix a bug in shell pattern matching that caused
1208 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later.
1209
1210 2014-02-25 Paul Eggert <eggert@penguin.cs.ucla.edu>
1211
1212 Merge from gnulib (Bug#16825).
1213 2014-02-25 unistd: port readlink to Mac OS X 10.3.9
1214
1215 2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
1216
1217 Merge from gnulib, incorporating:
1218 2014-02-21 timer: fix uClibc detection of threading
1219 2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf
1220
1221 2014-02-18 Mirek Kaim <mirek.kaim@outlook.com> (tiny change)
1222
1223 * configure.ac [HAVE_W32]: Test for ImageMagick. (Bug#16754)
1224
1225 2014-02-14 Paul Eggert <eggert@cs.ucla.edu>
1226
1227 * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).
1228 This fixes a bug in the previous change. Also, use $(SHELL)
1229 rather than sh, as that's more likely to be portable.
1230
1231 2014-02-13 Paul Eggert <eggert@cs.ucla.edu>
1232
1233 * Makefile.in (install-arch-indep): Simplify (Bug#16717).
1234 This should make it more reliable, and hopefully more portable to
1235 non-GNU 'make' implementations such as HP-UX 'make'.
1236
1237 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
1238
1239 * Makefile.in (install-nt): Also pass datadir.
1240
1241 2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
1242
1243 Merge from gnulib, incorporating:
1244 2014-01-23 pthread: work around winpthread header pollution on mingw
1245 * lib/time.in.h: Update from gnulib.
1246
1247 2014-01-23 Paul Eggert <eggert@cs.ucla.edu>
1248
1249 Merge from gnulib, incorporating:
1250 2014-01-22 qacl: check for fchmod
1251 * m4/acl.m4: Update from gnulib.
1252
1253 2014-01-22 Paul Eggert <eggert@cs.ucla.edu>
1254
1255 Fix miscellaneous update-game-score bugs.
1256 * configure.ac (difftime): Remove.
1257
1258 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
1259
1260 Merge from gnulib, incorporating:
1261 2014-01-20 stdalign: port to HP-UX compilers
1262 2014-01-16 strtoimax: port to platforms lacking 'long long'
1263 2014-01-16 update from texinfo
1264 * lib/stdalign.in.h, lib/strtoimax.c: Update from gnulib.
1265
1266 2014-01-12 Glenn Morris <rgm@gnu.org>
1267
1268 * README: Replace reference to etc/MAILINGLISTS.
1269
1270 2014-01-11 Fabrice Popineau <fabrice.popineau@gmail.com>
1271
1272 * configure.ac: Read $srcdir/nt/mingw-cfg.site when $MSYSTEM is
1273 "MINGW64" as well.
1274
1275 2014-01-11 Paul Eggert <eggert@cs.ucla.edu>
1276
1277 Merge from gnulib, incorporating:
1278 2014-01-07 update from texinfo
1279 2014-01-06 md5, sha1, sha256, sha512: support older autoconf
1280
1281 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
1282
1283 * INSTALL, configure.ac, etc/CONTRIBUTE, nt/INSTALL: Remove
1284 unnecessarily specific references to Bazaar that could better
1285 simply be to the repository.
1286
1287 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
1288
1289 * INSTALL.BZR: Rename to INSTALL.REPO. Remove refs to specific VCS.
1290 * INSTALL, autogen.sh: Update for above change.
1291
1292 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
1293
1294 Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).
1295 Problem and proposed patch reported by Ulrich Mueller;
1296 this patch uses a somewhat-different approach.
1297 * configure.ac (SETFATTR): New variable.
1298
1299 2014-01-03 Paul Eggert <eggert@cs.ucla.edu>
1300
1301 Merge from gnulib, incorporating:
1302 2014-01-02 manywarnings: remove -Wmudflap
1303 This ports better to GCC 4.9-to-be.
1304
1305 2013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
1306
1307 * configure.ac (canonical, C_SWITCH_SYSTEM): Support a 64-bit
1308 MinGW64 build on MS-Windows.
1309
1310 2013-12-29 Jan Djärv <jan.h.d@swipnet.se>
1311
1312 * configure.ac (xcsdkdir): Only set if using xcrun.
1313
1314 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
1315
1316 * configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem.
1317 Reported by YAMAMOTO Mitsuharu in:
1318 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00995.html
1319
1320 2013-12-28 Jan Djärv <jan.h.d@swipnet.se>
1321
1322 * configure.ac: Fix CC detection for xcrun case.
1323
1324 2013-12-28 Paul Eggert <eggert@cs.ucla.edu>
1325
1326 Fix problem with MAKE and xcrun configuration.
1327 * configure.ac: Don't set MAKE unless 'make' doesn't work.
1328 Set it only in the environment, not in the makefile.
1329 Reported by Glenn Morris in:
1330 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html
1331
1332 2013-12-27 Paul Eggert <eggert@cs.ucla.edu>
1333
1334 Port xcrun configuration to GNU/Linux.
1335 * configure.ac (xcsdkdir): Default to empty.
1336 (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to
1337 just before AM_INIT_AUTOMAKE, to make the dependency between it
1338 and automake clearer.
1339 (CC): Don't use AC_PROG_CC twice; only the first use expands to the
1340 shell code that is wanted, which breaks 'configure' on non-Darwin
1341 platforms. Instead, fix CC by hand if it's not found.
1342
1343 2013-12-27 Jan Djärv <jan.h.d@swipnet.se>
1344
1345 * configure.ac: Detect xcrun on OSX and use it for make, gcc and
1346 libxml.
1347
1348 2013-12-26 Paul Eggert <eggert@cs.ucla.edu>
1349
1350 Fix core dumps with gcc -fsanitize=address and GNU/Linux.
1351 * configure.ac: Check whether addresses are sanitized.
1352 (CANNOT_DUMP): Warn if addresses are sanitized and not CANNOT_DUMP.
1353 (DOUG_LEA_MALLOC): Do not define if addresses are sanitized.
1354 (SYSTEM_MALLOC): Define if addresses are sanitized.
1355
1356 2013-12-24 Paul Eggert <eggert@cs.ucla.edu>
1357
1358 Automate the procedure for updating copyright year.
1359 * build-aux/update-copyright: New file.
1360 * make-dist: Distribute it.
1361 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1362
1363 2013-12-23 Andreas Schwab <schwab@linux-m68k.org>
1364
1365 * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
1366 AC_CONFIG_HEADERS.
1367
1368 2013-12-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1369
1370 * .gitignore: Ignore refcard temporaries and info/*.info files.
1371
1372 2013-12-17 Paul Eggert <eggert@cs.ucla.edu>
1373
1374 Merge from gnulib, incorporating:
1375 2013-12-17 gettimeofday: port recent C++ fix to Emacs
1376 2013-12-17 gettimeofday: fix C++ crosscompilation
1377 2013-12-17 qacl: port to Windows better
1378 * lib/file-has-acl.c, lib/time.in.h, m4/gettimeofday.m4, m4/time_h.m4:
1379 Update from gnulib.
1380 * lib/gnulib.mk: Regenerate.
1381
1382 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
1383
1384 * INSTALL: Clarify treatment of image libraries.
1385
1386 2013-12-14 Paul Eggert <eggert@cs.ucla.edu>
1387
1388 Use bool for boolean, focusing on headers.
1389 * configure.ac (PTY_OPEN, GC_MARK_SECONDARY_STACK):
1390 Use bool for boolean.
1391
1392 2013-12-14 Dani Moncayo <dmoncayo@gmail.com>
1393
1394 * configure.ac (srcdir) [MINGW32]: If it is an absolute path,
1395 force the format "/c/foo/bar" to simplify conversions to native
1396 windows format.
1397
1398 2013-12-13 Glenn Morris <rgm@gnu.org>
1399
1400 * INSTALL: No longer mention load-path and site-init/site-load.
1401
1402 2013-12-12 Glenn Morris <rgm@gnu.org>
1403
1404 * Makefile.in (install-info): Handle missing info/dir.
1405 (info_dir_deps): New variable.
1406 (${srcdir}/info/dir): Depend on .texi files rather than .info files.
1407 (check-info): Update topics.
1408 * build-aux/make-info-dir: Use .texi files rather than .info files.
1409 Update topics.
1410
1411 * Makefile.in (install-info): Remove some useless subshells.
1412
1413 Stop keeping info/dir in the repository.
1414 * build-aux/dir_top: Move here from admin/.
1415 * build-aux/make-info-dir: New script.
1416 * Makefile.in (bootstrap-clean): Delete info/.
1417 (info-dir, ${srcdir}/info/dir): New rules.
1418 (info): Also make info-dir.
1419 (check-info): Rename from check-info-dir.
1420 Instead of info/dir entries, check @dircategory in info/*.info.
1421 * make-dist: Use `info' rule rather than `info-real'.
1422 No more info/COPYING (not even the right license for info/ files).
1423 Distribute new build-aux files.
1424
1425 * info/: Remove from repository.
1426
1427 2013-12-11 Glenn Morris <rgm@gnu.org>
1428
1429 * info/dir: Add octave-mode.
1430
1431 2013-12-11 Paul Eggert <eggert@cs.ucla.edu>
1432
1433 Remove the option of using libcrypto.
1434 This scorches the earth and waits for spring;
1435 see Ted Zlatanov and Stefan Monnier in
1436 <http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>.
1437 * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove.
1438 Do not say whether Emacs is configured to use a crypto library,
1439 since it's no longer an option.
1440 (gl_CRYPTO_CHECK): Define a dummy.
1441 * lib/gl_openssl.h, m4/gl-openssl.m4: Remove.
1442
1443 2013-12-10 Paul Eggert <eggert@cs.ucla.edu>
1444
1445 * configure.ac: Disable libcrypto by default.
1446
1447 Merge from gnulib, incorporating:
1448 2013-12-07 md5, sha1, sha256, sha512: fix link error with partial lib
1449 * m4/gl-openssl.m4: Update from gnulib.
1450
1451 2013-12-08 Eli Zaretskii <eliz@gnu.org>
1452
1453 * configure.ac (HAVE_RSVG) [mingw32]: Don't link against librsvg
1454 statically.
1455
1456 2013-12-08 Paul Eggert <eggert@cs.ucla.edu>
1457
1458 * configure.ac: Simplify supression of GTK deprecation warning.
1459 Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line
1460 and into config.h, to shorten the command line when doing 'make'.
1461 Don't AC_SUBST GTK_CFLAGS, as this is not needed.
1462
1463 Use libcrypto's checksum implementations if available, for speed.
1464 On commonly used platform libcrypto uses architecture-specific
1465 assembly code, which is significantly faster than the C code we
1466 were using. See Pádraig Brady's note in
1467 <http://lists.gnu.org/archive/html/bug-gnulib/2013-12/msg00000.html>.
1468 Merge from gnulib, incorporating:
1469 2013-12-07 md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
1470 2013-12-07 md5, sha1, sha256, sha512: add 'auto', and set-default method
1471 2013-12-04 include_next: minimize code duplication
1472 2013-12-03 md5, sha1, sha256, sha512: support mandating use of openssl
1473 2013-12-02 md5, sha1, sha256, sha512: use openssl routines if available
1474 * configure.ac (--without-all): Set with_openssl_default too.
1475 Use gl_SET_CRYPTO_CHECK_DEFAULT to default to 'auto'.
1476 (HAVE_LIB_CRYPTO): New var.
1477 Say whether Emacs is configured to use a crypto library.
1478 * lib/gl_openssl.h, m4/absolute-header.m4, m4/gl-openssl.m4:
1479 New files, copied from gnulib.
1480 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1481 * lib/md5.c, lib/md5.h, lib/sha1.c, lib/sha1.h:
1482 * lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
1483 * m4/include_next.m4, m4/md5.m4, m4/sha1.m4, m4/sha256.m4, m4/sha512.m4:
1484 Update from gnulib.
1485
1486 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
1487
1488 * .dir-locals.el (log-edit-move): Add the "Author: " header.
1489
1490 2013-11-30 Dani Moncayo <dmoncayo@gmail.com>
1491
1492 * build-aux/msys-to-w32 (w32pathlist): Do not translate paths
1493 starting with %emacs_dir%.
1494
1495 2013-11-30 Glenn Morris <rgm@gnu.org>
1496
1497 Stop keeping (most) generated cedet grammar files in the repository.
1498 * configure.ac (SUBDIR_MAKEFILES, AC_CONFIG_FILES):
1499 Add admin/grammars Makefile.
1500 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1501 Also clean admin/grammars, if present.
1502
1503 2013-11-29 Dani Moncayo <dmoncayo@gmail.com>
1504
1505 * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
1506
1507 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1508
1509 * configure.ac (HAVE_MENUS): Remove.
1510
1511 2013-11-28 Glenn Morris <rgm@gnu.org>
1512
1513 * configure.ac (PATH_SEP): Replace with pre-existing SEPCHAR.
1514
1515 2013-11-28 Eli Zaretskii <eliz@gnu.org>
1516
1517 * GNUmakefile (Makefile): Don't use $(CFG).
1518 (CFG): Don't compute.
1519
1520 * configure.ac (PATH_SEP): Set and AC_SUBST.
1521
1522 2013-11-27 Paul Eggert <eggert@cs.ucla.edu>
1523
1524 Merge from gnulib, incorporating:
1525 2013-11-13 getgroups: work around _DARWIN_C_SOURCE problem
1526 * lib/getgroups.c: Update from gnulib.
1527
1528 2013-11-27 Glenn Morris <rgm@gnu.org>
1529
1530 Move ja-dic, quail, leim-list.el from leim to lisp/leim.
1531 * Makefile.in (abs_builddir, leimdir): Remove.
1532 (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory.
1533 (epaths-force-w32): No longer set BLD.
1534 (leim): Remove.
1535 (install-arch-indep): No longer run or install leim.
1536 (mostlyclean, clean): No longer run leim rule.
1537 (bootstrap-clean): Change leim target.
1538 (maintainer-clean): Add leim.
1539 (check-declare): Remove leim.
1540 * README: Update for leim changes.
1541 * configure.ac (leimdir): Remove.
1542 (standardlisppath): No more leimdir.
1543
1544 * make-dist: Update for files from leim/ now being in lisp/leim/.
1545
1546 2013-11-26 Glenn Morris <rgm@gnu.org>
1547
1548 Preload leim-list.el.
1549 * Makefile.in (abs_builddir): New, set by configure.
1550 (buildlisppath): Add leim/.
1551 (epaths-force-w32): Set BLD.
1552
1553 2013-11-21 Paul Eggert <eggert@cs.ucla.edu>
1554
1555 Fix some dependency problems that cause unnecessary recompiles.
1556 * configure.ac (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS):
1557 Remove.
1558 (LIBXMENU): Now is always either empty or a file name,
1559 so that it can be used as a dependency.
1560
1561 2013-11-20 Glenn Morris <rgm@gnu.org>
1562
1563 * make-dist: Distribute build-aux/msys-to-w32.
1564
1565 2013-11-20 Dani Moncayo <dmoncayo@gmail.com>
1566
1567 * build-aux/msys-to-w32: New file.
1568 * Makefile.in (msys_to_w32, msys_lisppath_to_w32): Remove.
1569 (msys_w32prefix_subst): Rename from msys_prefix_subst.
1570 Operate on w32prefixpattern.
1571 (epaths-force-w32): Use build-aux/msys-to-w32.
1572
1573 2013-11-17 Paul Eggert <eggert@cs.ucla.edu>
1574
1575 * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
1576 It apparently doesn't work for GCC 3, and I suppose it's more
1577 trouble than it's worth to worry about this.
1578
1579 2013-11-15 Paul Eggert <eggert@cs.ucla.edu>
1580
1581 * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
1582
1583 2013-11-14 Paul Eggert <eggert@cs.ucla.edu>
1584
1585 Simplify, port and tune bool vector implementation.
1586 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T): Remove.
1587
1588 2013-11-13 Paul Eggert <eggert@cs.ucla.edu>
1589
1590 * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
1591
1592 2013-11-12 Dani Moncayo <dmoncayo@gmail.com>
1593
1594 * configure.ac [MINGW32]: Source nt/mingw-cfg.site.
1595 * make-dist: Don't distribute nt/msysconfig.sh.
1596
1597 * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
1598
1599 2013-11-08 Paul Eggert <eggert@cs.ucla.edu>
1600
1601 Merge from gnulib, incorporating:
1602 2013-11-08 extern-inline: port better to OS X 10.9
1603 2013-11-08 fpending: fix regression on DragonFly BSD
1604 * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4:
1605 Update from gnulib.
1606
1607 2013-11-07 Paul Eggert <eggert@cs.ucla.edu>
1608
1609 Port to C11 aligned_alloc.
1610 * configure.ac (GMALLOC_OBJ): Initialize to empty if !system_malloc
1611 and doug_lea_malloc.
1612 (aligned_alloc): Test for existence if !GMALLOC_OBJ and not darwin.
1613 (posix_memalign): Test for existence only if !GMALLOC_OBJ and
1614 not darwin and !aligned_alloc.
1615
1616 2013-11-05 Glenn Morris <rgm@gnu.org>
1617
1618 * configure.ac (abs_srcdir) [MINGW32]: No point setting it here,
1619 config.status computes it.
1620 * Makefile.in (epaths-force-w32): Move srcdir tweak here.
1621
1622 * autogen/: Remove directory. Move update_autogen to admin/.
1623 * autogen.sh: Remove reference to copy_autogen.
1624 * GNUmakefile (configure):
1625 * Makefile.in (bootstrap): Do not try to run copy_autogen.
1626 * config.bat: Use msdos/autogen rather than autogen.
1627
1628 2013-11-05 Paul Eggert <eggert@cs.ucla.edu>
1629
1630 Simplify and port recent bool vector changes.
1631 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T):
1632 New symbols to configure.
1633
1634 2013-11-04 Eli Zaretskii <eliz@gnu.org>
1635
1636 * configure.ac: Don't disallow builds in non-ASCII directories.
1637 (Bug#15260)
1638
1639 2013-11-04 Paul Eggert <eggert@cs.ucla.edu>
1640
1641 Port to stricter C99 platforms.
1642 Merge from gnulib, incorporating:
1643 2013-11-03 intprops: port to Oracle Studio c99
1644 * lib/intprops.h: Update from gnulib.
1645
1646 2013-11-02 Glenn Morris <rgm@gnu.org>
1647
1648 * Makefile.in (check): Depend on all.
1649
1650 2013-10-31 Glenn Morris <rgm@gnu.org>
1651
1652 * configure.ac: Use [!...] rather than [^...], for ksh. (Bug#15769)
1653
1654 2013-10-30 Glenn Morris <rgm@gnu.org>
1655
1656 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1657 Also clean admin/unidata, if present.
1658
1659 2013-10-27 Glenn Morris <rgm@gnu.org>
1660
1661 * configure.ac: It seems installing in non-ASCII is not, in fact, ok.
1662
1663 2013-10-25 Glenn Morris <rgm@gnu.org>
1664
1665 * configure.ac: It seems _installing_ in non-ASCII is ok, not building.
1666
1667 2013-10-24 Glenn Morris <rgm@gnu.org>
1668
1669 * configure.ac:
1670 * Makefile.in (install-arch-indep, install-etcdoc, install-info):
1671 Avoid non-portable "`\" nesting.
1672
1673 * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
1674
1675 * Makefile.in (abs_top_srcdir): New, set by configure.
1676
1677 2013-10-23 Glenn Morris <rgm@gnu.org>
1678
1679 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260)
1680
1681 Progress towards allowing installation in directories with whitespace.
1682 * Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
1683 (install-arch-indep, install-etcdoc, install-info, install-man)
1684 (install-etc, uninstall, install-nt, uninstall-nt):
1685 Quote entities that might contain whitespace.
1686 * build-aux/update-subdirs: Handle whitespace in argument.
1687 Check cd return value.
1688
1689 Make building in directories with whitespace possible. (Bug#15675)
1690 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
1691 (src/.gdbinit): Use ac_abs_top_srcdir.
1692 * Makefile.in (abs_srcdir): New, set by configure.
1693 (buildlisppath, epaths-force-w32): Use abs_srcdir.
1694 (install-arch-indep, install-etcdoc, install-info, install-man)
1695 (install-etc): Quote entities that might contain whitespace.
1696
1697 2013-10-23 Paul Eggert <eggert@cs.ucla.edu>
1698
1699 Merge from gnulib, incorporating:
1700 2013-10-14 acl: allow cross-compilation to Gentoo
1701 2013-10-18 extern-inline: make safe for -Wundef usage
1702 2013-09-30 fpending: use pure+const function attrs
1703 * lib/fpending.h, m4/acl.m4, m4/extern-inline.m4: Update from gnulib.
1704
1705 2013-10-13 Glenn Morris <rgm@gnu.org>
1706
1707 * configure.ac [alpha]: Explicit error in non-ELF case. (Bug#15601)
1708
1709 2013-10-12 Paul Eggert <eggert@cs.ucla.edu>
1710
1711 Merge from gnulib, incorporating:
1712 2013-10-10 strtoumax: port to Solaris 8
1713 2013-10-09 strtoimax, strtoumax: port to HP-UX 11.11
1714 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1715 * lib/inttypes.in.h, lib/strtoimax.c, m4/inttypes.m4, m4/strtoimax.m4:
1716 * m4/strtoumax.m4:
1717 Update from gnulib.
1718
1719 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1720
1721 * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the empty
1722 string when gnutls2 is installed but gnutls3 is not.
1723
1724 2013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
1725
1726 * configure.ac: Define HAVE_GNUTLS3 if GnuTLS v3 is found.
1727
1728 2013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
1729
1730 * configure.ac: Update for giflib 5. (Bug#15531)
1731
1732 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1733
1734 * configure.ac (HAVE_MENUS): Define unconditionally.
1735
1736 2013-10-07 Paul Eggert <eggert@cs.ucla.edu>
1737
1738 Improve support for popcount and counting trailing zeros (Bug#15550).
1739 Do this by using the Gnulib modules for this.
1740 This should generate faster code on non-GCC, non-MSC platforms,
1741 and make the code a bit more portable, at least in theory.
1742 * lib/count-one-bits.c, lib/count-one-bits.h:
1743 * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
1744 * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
1745 New files, copied from gnulib.
1746 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1747
1748 2013-10-04 Paul Eggert <eggert@cs.ucla.edu>
1749
1750 Use hardware support for byteswapping on glibc x86 etc.
1751 * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
1752 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1753
1754 2013-10-03 Paul Eggert <eggert@cs.ucla.edu>
1755
1756 Merge from gnulib, incorporating:
1757 2013-10-02 verify: new macro 'assume'
1758 2013-09-26 dup2, dup3: work around another cygwin crasher
1759 2013-09-26 getdtablesize: work around cygwin issue
1760
1761 2013-09-25 Paul Eggert <eggert@cs.ucla.edu>
1762
1763 Merge from gnulib, incorporating:
1764 2013-09-24 manywarnings: enable nicer gcc warning messages
1765 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
1766 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
1767 * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
1768 and -funit-at-a-time, since manywarnings does that for us now.
1769
1770 2013-09-23 Jan Djärv <jan.h.d@swipnet.se>
1771
1772 * configure.ac: With clang, check for and use -Wno-switch,
1773 -Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
1774
1775 2013-09-23 Daniel Colascione <dancol@dancol.org>
1776
1777 * configure.ac: Check for valgrind headers.
1778
1779 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1780
1781 * INSTALL: New homepage of libtiff.
1782
1783 2013-09-20 Paul Eggert <eggert@cs.ucla.edu>
1784
1785 Work around performance bug on OS X 10.8 and earlier.
1786 Perhaps Apple will fix this bug some day.
1787 See the thread starting with Daniel Colascione's email in:
1788 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html
1789 * configure.ac (FORTIFY_SOUR): New verbatim section.
1790
1791 2013-09-19 Paul Eggert <eggert@cs.ucla.edu>
1792
1793 Merge from gnulib, incorporating:
1794 2013-09-19 stdio: OS X port of putc_unlocked + extern inline
1795 2013-09-19 signal: OS X port of sigaddset etc. + extern inline
1796 2013-09-19 extern-inline: do not always suppress extern inline on OS X
1797 2013-09-17 getgroups: statement without effect
1798 2013-08-28 headers: check that _GL_INLINE_HEADER_BEGIN is defined
1799
1800 2013-09-19 Eli Zaretskii <eliz@gnu.org>
1801
1802 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
1803 is in the full /d/foo/bar form. See the discussion in
1804 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html,
1805 and in particular
1806 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html
1807 and its followups, for the details.
1808
1809 2013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
1810
1811 * configure.ac: Do not check for g_type_init because we
1812 require glib >= 2.28 for GTK3, glib >= 2.10 for GTK2,
1813 glib >= 2.26 for GSettings and glib >= 2.7.0 for GConf, so
1814 suitable glib should provide g_type_init unconditionally.
1815
1816 2013-09-15 Jan Djärv <jan.h.d@swipnet.se>
1817
1818 * configure.ac: Add check for OSX 10.5, required for macfont.o.
1819
1820 2013-09-09 Glenn Morris <rgm@gnu.org>
1821
1822 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
1823 (LDFLAGS): Move nocombreloc option from here...
1824 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
1825
1826 2013-09-08 Glenn Morris <rgm@gnu.org>
1827
1828 * configure.ac (--without-compress-install):
1829 Rename from --without-compress-info. (Bug#9789)
1830 (GZIP_INFO): Remove.
1831 (GZIP_PROG): Allow --without-compress-install to disable it.
1832 * Makefile.in (GZIP_INFO): Remove all references.
1833
1834 * info/dir: Tweak emacs-gnutls entry.
1835
1836 2013-09-07 Paul Eggert <eggert@cs.ucla.edu>
1837
1838 Port --without-x --enable-gcc-warnings to Fedora 19.
1839 * configure.ac (WERROR_CFLAGS): Omit redundant use of
1840 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
1841 -Wunused-parameter. If there is no window system, also omit
1842 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
1843 is needed for Fedora 19.
1844
1845 2013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
1846
1847 Make --without-x compatible with --enable-gcc-warnings.
1848 * configure.ac: If both --without-x and --enable-gcc-warnings are
1849 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
1850 and -Wno-unused-but-set-parameter.
1851
1852 2013-09-04 Paul Eggert <eggert@cs.ucla.edu>
1853
1854 Makefile improvements.
1855 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
1856 (src): Remove duplicate dependency on FRC.
1857 Invoke just one submake, not two. Avoid the need for 'pwd'.
1858
1859 2013-09-02 Jan Djärv <jan.h.d@swipnet.se>
1860
1861 * configure.ac: Add ns_check_file.
1862
1863 2013-08-31 Glenn Morris <rgm@gnu.org>
1864
1865 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
1866 and voxware to oss.
1867
1868 2013-08-31 Ulrich Müller <ulm@gentoo.org>
1869
1870 * configure.ac: Allow for --with-sound=voxware that will enable
1871 sound but otherwise disable ALSA. This will use the OSS device,
1872 typically /dev/dsp, for sound output. (Bug#15067)
1873
1874 2013-08-31 Glenn Morris <rgm@gnu.org>
1875
1876 * make-dist: Update for nt/INSTALL* changes.
1877
1878 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1879
1880 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1881 for portability to hosts where /bin/sh has problems.
1882
1883 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1884
1885 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
1886
1887 2013-08-27 Paul Eggert <eggert@cs.ucla.edu>
1888
1889 Simplify EMACS_TIME-related code.
1890 Merge from gnulib, incorporating:
1891 2013-08-27 timespec: new convenience constants and function
1892
1893 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
1894
1895 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1896 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
1897
1898 2013-08-27 Glenn Morris <rgm@gnu.org>
1899
1900 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
1901
1902 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1903 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
1904 * Makefile.in (check-info-dir): Ignore efaq-w32.
1905
1906 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
1907 (maintainer-clean, check-declare): Remove pointless subshells.
1908 Check cd return value.
1909
1910 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
1911
1912 Minor merge from gnulib (mostly just for texinfo.tex).
1913
1914 2013-08-22 Paul Eggert <eggert@cs.ucla.edu>
1915
1916 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
1917 This improves on the patch already installed, by quoting options
1918 that contain spaces and suchlike systematically, so that
1919 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
1920 these characters.
1921
1922 2013-08-21 Paul Eggert <eggert@cs.ucla.edu>
1923
1924 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
1925 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
1926 and reports EINVAL, try it again without O_CLOEXEC. This should
1927 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
1928 What were they thinking?
1929
1930 2013-08-20 Paul Eggert <eggert@cs.ucla.edu>
1931
1932 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1933 Fix shell-operator precedence problem in previous change.
1934
1935 2013-08-20 Glenn Morris <rgm@gnu.org>
1936
1937 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1938 Clean test/automated if present.
1939
1940 2013-08-19 Paul Eggert <eggert@cs.ucla.edu>
1941
1942 Merge from gnulib, incorporating:
1943 2013-08-15 warnings: minor optimization
1944 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
1945
1946 2013-08-15 Ken Brown <kbrown@cornell.edu>
1947
1948 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
1949
1950 2013-08-15 Glenn Morris <rgm@gnu.org>
1951
1952 * make-dist: Do not distribute etc/refcards TeX intermediate files.
1953 * Makefile.in (install-arch-indep):
1954 Do not install etc/refcards TeX intermediate files.
1955
1956 2013-08-14 Ulrich Müller <ulm@gentoo.org>
1957
1958 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
1959
1960 2013-08-12 Eli Zaretskii <eliz@gnu.org>
1961
1962 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
1963
1964 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
1965
1966 Minor zlib configuration tweaks.
1967 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
1968
1969 2013-08-12 Eli Zaretskii <eliz@gnu.org>
1970
1971 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
1972
1973 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
1974
1975 Merge from gnulib, incorporating:
1976 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
1977 2013-08-10 sys_time: port to OpenBSD
1978
1979 2013-08-12 Glenn Morris <rgm@gnu.org>
1980
1981 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
1982 with configure's standard --docdir argument. All uses updated.
1983 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
1984 (install-etcdoc): Rename from install-doc. All uses updated.
1985 (uninstall): Run uninstall-doc.
1986 (PSS): Add misc-ps.
1987 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
1988 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
1989 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
1990 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
1991 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
1992 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
1993
1994 2013-08-11 Paul Eggert <eggert@cs.ucla.edu>
1995
1996 Add --with-zlib to 'configure'.
1997 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
1998 can be built without zlib. Don't assume that -lz is needed on
1999 non-PNG hosts. Mention zlib configuration status in 'configure' output.
2000
2001 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2002
2003 * configure.ac: Test for zlib.
2004
2005 2013-08-10 Eli Zaretskii <eliz@gnu.org>
2006
2007 * configure.ac: Define and substitute UPDATE_MANIFEST.
2008
2009 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
2010
2011 * info/dir: Add todo-mode.
2012
2013 2013-08-04 Paul Eggert <eggert@cs.ucla.edu>
2014
2015 Fix some minor races in hosts lacking mkostemp (Bug#15015).
2016 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
2017 * configure.ac (mkostemp): Remove check for this function;
2018 gnulib does the check now.
2019 (mkstemp): Remove check for this no-longer-used function.
2020 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
2021 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
2022 New files, copied from Gnulib.
2023 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2024
2025 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
2026
2027 * INSTALL (DETAILED BUILDING AND INSTALLATION):
2028 Add --without-file-notification to --without-all.
2029
2030 2013-07-29 Xue Fuqiao <xfq.free@gmail.com>
2031
2032 * INSTALL: Fix description.
2033
2034 2013-07-27 Glenn Morris <rgm@gnu.org>
2035
2036 * configure.ac: Extend the --with-sound option to allow
2037 specification of OSS or ALSA (see bug#14812#64).
2038
2039 2013-07-25 Glenn Morris <rgm@gnu.org>
2040
2041 * info/dir: Add ido.
2042
2043 * make-dist: Add a --tests option, to include test/.
2044
2045 2013-07-24 Glenn Morris <rgm@gnu.org>
2046
2047 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
2048
2049 2013-07-23 Glenn Morris <rgm@gnu.org>
2050
2051 * configure.ac (etc, lisp): No need to create specially.
2052 Configure already creates lisp, src/Makefile now creates etc.
2053
2054 2013-07-23 Paul Eggert <eggert@cs.ucla.edu>
2055
2056 Port to GNU/Linux systems with tinfo but not ncurses.
2057 * configure.ac (USE_NCURSES): New symbol.
2058
2059 2013-07-20 Paul Eggert <eggert@cs.ucla.edu>
2060
2061 Fix array bounds violation when pty allocation fails.
2062 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
2063 not sizeof pty_name, since pty_name is now a pointer to the array.
2064
2065 2013-07-13 Paul Eggert <eggert@cs.ucla.edu>
2066
2067 * configure.ac: Simplify --with-file-notification handling.
2068
2069 2013-07-12 Glenn Morris <rgm@gnu.org>
2070
2071 * configure.ac: If with-file-notification=yes, if gfile not found,
2072 go on to try inotify (not on MS Windows or Nextstep).
2073
2074 2013-07-12 Paul Eggert <eggert@cs.ucla.edu>
2075
2076 Fix races with threads and file descriptors.
2077 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
2078
2079 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
2080
2081 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
2082
2083 2013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
2084
2085 * configure.ac (HAVE_W32): Avoid nested functions (the second
2086 argument of AC_LANG_PROGRAM is already expanded inside a
2087 function). (Bug#14830)
2088
2089 2013-07-09 Paul Eggert <eggert@cs.ucla.edu>
2090
2091 Port recent close-on-exec changes to Cygwin (Bug#14821).
2092 * lib/binary-io.c, lib/binary-io.h: New files.
2093 Merge from gnulib, incorporating:
2094 2013-07-09 accept4, dup3, pipe2: port to Cygwin
2095 * lib/pipe2.c: Update from gnulib, as part of this merge.
2096 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2097
2098 Handle errno and exit status a bit more carefully.
2099 * lib/ignore-value.h: Remove this gnulib-imported file.
2100 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2101
2102 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
2103
2104 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
2105
2106 2013-07-08 Paul Eggert <eggert@cs.ucla.edu>
2107
2108 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
2109 This incorporates the following merge from gnulib:
2110 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
2111
2112 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
2113
2114 Port to Ubuntu 10 (Bug#14803).
2115 * configure.ac (accept4): New function to check for.
2116
2117 Make file descriptors close-on-exec when possible (Bug#14803).
2118 * configure.ac (mkostemp): New function to check for.
2119 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
2120 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
2121 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
2122 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2123
2124 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
2125
2126 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
2127 http://bugs.debian.org/712974
2128
2129 2013-07-02 Paul Eggert <eggert@cs.ucla.edu>
2130
2131 Remove some unused macros from 'configure'.
2132 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
2133 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
2134 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
2135 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2136 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2137 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
2138 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
2139 Remove these macros, as they are not used.
2140 (sys_siglist): Remove macro; src/sysdep.c now does this.
2141
2142 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
2143 Also check that it links. Say whether it compiled and linked.
2144
2145 2013-07-01 Paul Eggert <eggert@cs.ucla.edu>
2146
2147 Merge from gnulib, incorporating:
2148 2013-06-23 ignore-value: port to gcc -pedantic
2149 2013-06-21 extern-inline: port to gcc -std=c89
2150
2151 2013-06-30 Paul Eggert <eggert@cs.ucla.edu>
2152
2153 Do not use GTK 3 if it exists but cannot be compiled.
2154 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
2155 exists but cannot be compiled.
2156
2157 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
2158
2159 * Makefile.in (install-arch-indep): Do not create directories passed
2160 with --enable-locallisppath.
2161
2162 2013-06-24 Glenn Morris <rgm@gnu.org>
2163
2164 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
2165
2166 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
2167
2168 * .bzrignore: Add GNU idutils ID database file.
2169
2170 2013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2171
2172 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
2173 as a fallback.
2174
2175 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * .bzrignore: Don't unignore cl-loaddefs.el.
2178
2179 2013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2180
2181 * configure.ac (log2): Check for this function.
2182
2183 2013-06-19 Juanma Barranquero <lekktu@gmail.com>
2184
2185 * .bzrignore: Add GNU GLOBAL files.
2186
2187 2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
2188
2189 Use functions, not macros, for XINT etc. (Bug#11935).
2190 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
2191 as it generates bogus warnings about reasonable casts of calls.
2192
2193 2013-06-16 Paul Eggert <eggert@cs.ucla.edu>
2194
2195 * configure.ac: Report ACL usage at the end (Bug#14612).
2196
2197 2013-06-11 Paul Eggert <eggert@cs.ucla.edu>
2198
2199 --without-all should imply --with-file-notification=no. (Bug#14569)
2200 * configure.ac (with_file_notification): Default to $with_features.
2201
2202 2013-06-09 Paul Eggert <eggert@cs.ucla.edu>
2203
2204 Merge from gnulib, incorporating:
2205 2013-06-02 sig2str: port to C++
2206 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
2207
2208 2013-06-08 Jan Djärv <jan.h.d@swipnet.se>
2209
2210 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
2211 (with_file_notification): Don't set to gfile if with_ns = yes.
2212
2213 2013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
2214
2215 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
2216 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
2217 New variables.
2218 (epaths-force-w32): Use them. (Bug#14513)
2219
2220 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
2221
2222 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
2223
2224 2013-06-03 Eli Zaretskii <eliz@gnu.org>
2225
2226 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
2227 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
2228
2229 2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
2230
2231 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
2232 used. Remove xgselect.o from XOBJ.
2233
2234 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
2235
2236 * configure.ac (file-notification): New option, replaces inotify option.
2237 (HAVE_W32): Remove w32notify.o.
2238 (with_file_notification): Add checks for glib and w32. Adapt check
2239 for inotify.
2240 (Summary): Add entry for file notification.
2241
2242 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
2243 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
2244
2245 2013-06-02 Juanma Barranquero <lekktu@gmail.com>
2246
2247 * .bzrignore: Ignore dirs libexec/, share/ and var/.
2248
2249 2013-05-29 Xue Fuqiao <xfq.free@gmail.com>
2250
2251 * INSTALL: Fix description.
2252
2253 2013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2254
2255 * configure.ac (HAVE_XRANDR): Check availability of
2256 XRRGetScreenResources rather than that of XRRQueryExtension.
2257
2258 2013-05-18 Eli Zaretskii <eliz@gnu.org>
2259
2260 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
2261 nt/epaths.nt, and nt/INSTALL.MSYS.
2262
2263 2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
2264
2265 Port --enable-gcc-warnings to clang.
2266 * configure.ac (nw): Remove obsolescent warnings.
2267 These aren't needed for clang, or for gcc for that matter.
2268 (emacs_cv_clang): New var, which tests for clang.
2269 Omit warnings that clang is too picky about.
2270 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
2271 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
2272
2273 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
2274 Otherwise, 'configure; make' fails on non-Windows builds.
2275
2276 2013-05-16 Eli Zaretskii <eliz@gnu.org>
2277
2278 * lib/Makefile.am: If building for MS-Windows, include
2279 nt/gnulib.mk instead of lib/gnulib.mk.
2280
2281 * configure.ac: Adapt to MSYS build on MS-Windows.
2282
2283 * Makefile.in (NTDIR): New variable, for the MSYS build on
2284 MS-Windows.
2285 (SUBDIR): Add $(NTDIR).
2286 (.PHONY): Add epaths-force-w32.
2287 (msys_to_w32): New variable.
2288 (epaths-force-w32, install-nt, uninstall-nt): New targets.
2289 (lib-src src): Add $(NTLIB) to prerequisites.
2290 (lib lib-src lisp leim nt): Add 'nt'.
2291 (config.status): Use $(CFG).
2292 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
2293 (install, install-arch-dep): Add install-$(NTDIR).
2294 (uninstall): Depend on uninstall-$(NTDIR).
2295 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
2296
2297 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
2298 CONFIG_SITE for the MSYS build on MS-Windows.
2299 (Makefile): Use $(CFG).
2300
2301 * .bzrignore: Ignore *.res, *.tmp, and *.map.
2302 Remove src/emacs.res.
2303
2304 2013-05-16 Paul Eggert <eggert@cs.ucla.edu>
2305
2306 Merge from gnulib, incorporating:
2307 2013-05-15 manywarnings: update for GCC 4.8.0
2308 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
2309 2013-05-15 sig2str, stdio, warnings: port to clang
2310
2311 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2312
2313 * Makefile.in (install-doc): DOC file is not version specific any more.
2314 * .bzrignore: Don't ignore DOC-* any more.
2315
2316 2013-05-13 Paul Eggert <eggert@cs.ucla.edu>
2317
2318 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
2319 Reported privately by Han Boetes <han@boetes.org>.
2320
2321 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
2322
2323 * lib/makefile.w32-in (ACL_H): New macro.
2324 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
2325
2326 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
2327
2328 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
2329 * configure.ac: Remove -with-acl option, since Gnulib does that for
2330 us now.
2331 (LIBACL_LIBS): Remove; no longer needed.
2332 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
2333 for the benefit of the new ACL implementation.
2334 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
2335 ($(BLD)/acl-errno-valid.$(O)): New rule.
2336 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
2337 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
2338 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
2339 New files, taken from gnulib.
2340 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2341
2342 2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
2343
2344 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
2345 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
2346
2347 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
2348
2349 Merge from gnulib, incorporating:
2350 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
2351
2352 2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
2353
2354 * make-dist: Keep necessary restrictions on file access.
2355
2356 2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
2357
2358 Merge from gnulib, incorporating:
2359 2013-04-28 extern-inline: work around bug in Sun c99
2360
2361 2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
2362
2363 Merge from gnulib, incorporating:
2364 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
2365
2366 2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
2367
2368 Port better to AIX (Bug#14258).
2369 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
2370 we did not already infer an optimization option, and -O works.
2371 AIX xlc needs -O, otherwise garbage collection doesn't work.
2372
2373 2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
2374
2375 * make-dist: Do not distribute admin/unidata/Makefile.
2376 It is generated by 'configure'.
2377
2378 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
2379 It messes up 'make distclean', and contains no useful information
2380 because it's a copy of subdirs.el.
2381
2382 2013-04-18 John Marino <gnugcc@marino.st> (tiny change)
2383
2384 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
2385
2386 2013-04-18 Glenn Morris <rgm@gnu.org>
2387
2388 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
2389 (LN_S_FILEONLY): New output variable.
2390 * Makefile.in (LN_S): Remove.
2391 (LN_S_FILEONLY): New, set by configure.
2392 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
2393
2394 2013-04-12 Ken Brown <kbrown@cornell.edu>
2395
2396 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
2397 `canonical' is `x86_64-unknown-cygwin'.
2398
2399 2013-04-09 Ken Brown <kbrown@cornell.edu>
2400
2401 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
2402 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
2403 (Bug#12993)
2404
2405 2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
2406
2407 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
2408 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
2409 and if not on GNU/Linux or FreeBSD.
2410 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
2411 lib/*.o is profiled too.
2412
2413 2013-03-30 Paul Eggert <eggert@cs.ucla.edu>
2414
2415 Merge from gnulib, incorporating:
2416 2013-03-29 stdalign: port to stricter ISO C11
2417 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
2418 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
2419
2420 2013-03-27 Paul Eggert <eggert@cs.ucla.edu>
2421
2422 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
2423 Subsumed by HAVE_XKB. All uses changed.
2424
2425 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
2426
2427 * configure.ac (HAVE_XKB): Define if Xkb is present.
2428
2429 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
2430
2431 Merge from gnulib, incorporating:
2432 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
2433
2434 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2435
2436 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
2437 * Makefile.in (QUIET_SUBMAKE): New macro.
2438 (install-info, uninstall): Use it.
2439
2440 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
2441 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
2442 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
2443 no way to do this in pkg-config, so make do with a reasonable
2444 approximation.
2445
2446 Automate the build of ja-dic.el (Bug#13984).
2447 * .bzrignore: Add leim/ja-dic/.
2448
2449 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
2450
2451 File synchronization fixes (Bug#13944).
2452 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
2453 (fsync): Remove check; now done by gnulib.
2454 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
2455 New files, from gnulib.
2456 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2457
2458 Merge from gnulib, incorporating:
2459 2013-03-13 putenv: port to Solaris 10
2460 2013-03-12 mktime: fix configure typo
2461 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
2462 2013-03-11 putenv: avoid compilation warning on mingw
2463 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
2464
2465 2013-03-11 Glenn Morris <rgm@gnu.org>
2466
2467 * Merge in all changes up to version 24.3 release.
2468
2469 2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
2470
2471 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
2472 It can mess up 'configure' runs.
2473
2474 2013-03-05 Glenn Morris <rgm@gnu.org>
2475
2476 * Makefile.in (install-man): Ignore gzip exit status.
2477
2478 2013-03-03 Glenn Morris <rgm@gnu.org>
2479
2480 * make-dist: Remove lzma (it's replaced by xz).
2481
2482 2013-03-01 Paul Eggert <eggert@cs.ucla.edu>
2483
2484 Merge from gnulib, incorporating:
2485 2013-02-21 putenv: port better to native Windows
2486 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
2487 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
2488
2489 2013-02-28 Ken Brown <kbrown@cornell.edu>
2490
2491 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
2492
2493 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
2494
2495 Simplify data_start configuration (Bug#13783).
2496 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
2497 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
2498 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
2499 not always needed.
2500 (HAVE_DATA_START): New macro.
2501
2502 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
2503
2504 Parallelize documentation builds.
2505 This speeds up building of documentation on multiprocessor
2506 platforms, and is motivated by Texinfo 5.0, which is much slower.
2507 Add a toplevel rule 'make docs' to make all the documentation.
2508 * .bzrignore: Add .dvi, .html, .ps.
2509 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
2510 ($(DOCS), docs, vi, html, pdf, ps): New rules.
2511 (info-real): Depend on $(INFOS) rather than doing it sequentially.
2512 (dvi): Depend on $(DVIS) rather than doing it sequentially.
2513
2514 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
2515
2516 Fix AIX port (Bug#13650).
2517 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
2518
2519 2013-02-12 Eli Zaretskii <eliz@gnu.org>
2520
2521 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
2522 ($(BLD)/memrchr.$(O)): New dependency.
2523
2524 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
2525
2526 Tune by using memchr and memrchr.
2527 * .bzrignore: Add string.h.
2528 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2529 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
2530 New files, from gnulib.
2531
2532 Merge from gnulib, incorporating:
2533 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
2534 2013-02-09 secure_getenv: fix C++ declaration typo
2535
2536 2013-02-11 Glenn Morris <rgm@gnu.org>
2537
2538 * configure.ac (emacs_config_options): Record some env vars.
2539
2540 2013-02-10 Glenn Morris <rgm@gnu.org>
2541
2542 * configure.ac (emacs_config_options): Strip out the (internal)
2543 arguments --no-create and --no-recursion.
2544
2545 2013-02-08 Paul Eggert <eggert@cs.ucla.edu>
2546
2547 Merge from gnulib, incorporating:
2548 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
2549 The MS-Windows port can remove careadlinkatcwd at its convenience.
2550 2013-02-08 extensions: port better to HP-UX
2551 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
2552 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
2553 2013-02-04 secure_getenv: new module [module not used by Emacs]
2554 2013-01-30 sys_time: port to Solaris 2.6
2555
2556 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
2557
2558 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
2559 On my host, this speeds up directory-files-and-attributes by a
2560 factor of 3, when applied to Emacs's src directory.
2561 These functions are standardized by POSIX and are common these
2562 days; fall back on a (slower) gnulib implementation if the host
2563 is too old to supply them.
2564 * .bzrignore: Add lib/dirent.h.
2565 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
2566 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
2567 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
2568 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2569 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
2570 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
2571 * m4/fstatat.m4: New files, from gnulib.
2572 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
2573 These last three are specific to Emacs and are not copied from gnulib.
2574 They are simpler than the gnulib versions and are tuned for Emacs.
2575
2576 2013-02-01 Glenn Morris <rgm@gnu.org>
2577
2578 * make-dist: Only README files exist in lisp/ now, not README*.
2579
2580 2013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
2581
2582 * .bzrignore: Add lib-src/blessmail.
2583
2584 2013-01-23 Paul Eggert <eggert@cs.ucla.edu>
2585
2586 Merge from gnulib, incorporating:
2587 2013-01-16 unistd: port to recent mingw
2588
2589 2013-01-19 Glenn Morris <rgm@gnu.org>
2590
2591 * Makefile.in (install-arch-indep): Put back a chmod that was
2592 removed 2012-05-19. (Bug#13430)
2593
2594 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
2595
2596 Merge from gnulib, incorporating:
2597 2013-01-16 largefile: port better to Mac OS X 10.5
2598 2013-01-15 stdint: fix build with Android's Bionic fox x86
2599
2600 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
2601
2602 * configure.ac: Document that --enable-gcc-warnings emits errors.
2603 (Bug#13448)
2604
2605 2013-01-13 Glenn Morris <rgm@gnu.org>
2606
2607 * make-dist: Add options for xz compression and no compression.
2608
2609 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
2610
2611 Enable conservative stack scanning for all architectures.
2612 Suggested by Stefan Monnier in
2613 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
2614 * configure.ac (GC_MARK_STACK): Remove.
2615
2616 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
2617
2618 * lib/getopt_.h: Remove trailing CRs that crept in.
2619
2620 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2621
2622 * lib/getopt_.h: Regenerate.
2623
2624 2013-01-10 Paul Eggert <eggert@cs.ucla.edu>
2625
2626 Merge from gnulib, incorporating:
2627 2013-01-09 stdlib: port to Solaris 2.6
2628
2629 2013-01-04 Glenn Morris <rgm@gnu.org>
2630
2631 * info/dir: Add htmlfontify.
2632
2633 2013-01-04 Paul Eggert <eggert@cs.ucla.edu>
2634
2635 Merge from gnulib, incorporating:
2636 2013-01-04 stdio: remove now-unnecessary stdio.c
2637 2013-01-04 fprintftime: depend on stdio, not ignore-value
2638 2013-01-04 fwrite: silence __wur only for older glibc versions
2639 2013-01-04 fwrite: silence __wur without using inline
2640 * lib/stdio.c: Remove.
2641 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
2642 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2643
2644 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
2645
2646 Merge from gnulib, incorporating copyright-date changes and:
2647 2012-12-31 dup2: work around cygwin bug
2648
2649 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
2650
2651 * configure.ac: Check for GtkHandlebox.
2652 Check for GtkTearoffMenuItem.
2653 New enable: --enable-gtk-deprecation-warnings, default off.
2654 (HAVE_GTK3): If above enable is off, add
2655 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
2656
2657 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
2658
2659 * configure.ac (TEMACS_LDFLAGS2): Don't define.
2660 (LIBS_GNUSTEP): Set for GNUstep and substitute.
2661 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
2662
2663 2012-12-27 Glenn Morris <rgm@gnu.org>
2664
2665 * configure.ac (emacs_config_options): New.
2666 Use $@ rather than undocumented $ac_configure_args.
2667 Replace any embedded double quotes. (Bug#13274)
2668
2669 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
2670
2671 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
2672 (Bug#13222)
2673
2674 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
2675
2676 Revert static checking of stack smashing.
2677 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
2678 configured with --enable-gcc-warnings. -Wstack-protector causes
2679 diagnostics to be issued on Ubuntu 12.10 x86-64.
2680
2681 2012-12-24 Paul Eggert <eggert@cs.ucla.edu>
2682
2683 Merge from gnulib, incorporating:
2684 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
2685 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
2686 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
2687
2688 2012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
2689
2690 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
2691
2692 2012-12-16 Romain Francoise <romain@orebokech.com>
2693
2694 * configure.ac (acl): New option.
2695 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
2696 provided by libacl on GNU/Linux.
2697
2698 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2699
2700 Fix permissions bugs with setgid directories etc. (Bug#13125)
2701 * configure.ac (BSD4_2): Remove; no longer needed.
2702
2703 2012-12-13 Glenn Morris <rgm@gnu.org>
2704
2705 * info/dir: Add bovine, srecode, wisent.
2706
2707 2012-12-13 Andreas Schwab <schwab@suse.de>
2708
2709 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
2710 (uninstall): Likewise. (Bug#13142)
2711
2712 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
2713
2714 Merge from gnulib for 'inline' (Bug#13040), incorporating:
2715 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
2716 * m4/extern-inline.m4: Update from gnulib.
2717
2718 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
2719
2720 * lib/makefile.w32-in (SIG2STR_H): New macro.
2721 ($(BLD)/sig2str.$(O)): Update dependencies.
2722
2723 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
2724
2725 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
2726 There's no need to test for any of three inotify functions,
2727 since we use all three. Check for just the first one.
2728
2729 2012-12-10 Daniel Colascione <dancol@dancol.org>
2730
2731 * .bzrignore: Add src/emacs.res.
2732
2733 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
2734 build how to compile Windows resource files; use these variables
2735 to tell src/Makefile.in how and whether to compile resources.
2736
2737 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2738
2739 * configure.ac (inotify): New option.
2740 (HAVE_INOTIFY): Test for inotify.
2741
2742 2012-12-09 Andreas Schwab <schwab@linux-m68k.org>
2743
2744 * configure.ac: Fix source command in .gdbinit.
2745 Don't quote $MAKEINFO.
2746
2747 2012-12-09 Paul Eggert <eggert@cs.ucla.edu>
2748
2749 Allow spaces in some configuration vars (Bug#13078).
2750 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
2751 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
2752 All uses quoted, to allow spaces in these vars.
2753
2754 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
2755
2756 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
2757 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
2758 New files, copied automatically from gnulib.
2759 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2760
2761 2012-12-08 Eli Zaretskii <eliz@gnu.org>
2762
2763 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
2764 Remove a stray character at the beginning of the file.
2765 (Bug#13026)
2766
2767 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
2768
2769 Simplify get_lim_data.
2770 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
2771
2772 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
2773 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
2774 Use SIGCHLD rather than SIGCLD.
2775 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
2776 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2777 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
2778
2779 2012-12-06 Glenn Morris <rgm@gnu.org>
2780
2781 * configure.ac: Handle info/ files with or without ".info" extension.
2782
2783 2012-11-30 Paul Eggert <eggert@cs.ucla.edu>
2784
2785 Merge from gnulib for 'inline' (Bug#13040), incorporating:
2786 2012-11-29 snippet/warn-on-use: no 'static inline'
2787 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
2788 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
2789 2012-11-29 fflush, stat: no 'static inline'
2790 2012-11-29 stdio: better 'inline'
2791 2012-11-29 sys_stat: no 'static inline'
2792 2012-11-29 unistd: better 'inline'
2793 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
2794 2012-11-29 extern-inline: no 'static inline'
2795 2012-11-29 sys_socket: better 'inline'
2796 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
2797 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
2798 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
2799 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
2800 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
2801 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
2802 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
2803 Update from gnulib.
2804
2805 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2806
2807 * make-dist (nt): Adjust to changes in names of the *.manifest files.
2808
2809 2012-11-24 Ken Brown <kbrown@cornell.edu>
2810
2811 * configure.ac (HAVE_MOUSE): Remove.
2812
2813 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
2814
2815 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
2816 * configure.ac: Do not check for dirent.h or closdir.
2817
2818 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2819
2820 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
2821 * configure.ac: Do not check for getcwd or getwd.
2822
2823 2012-11-21 Glenn Morris <rgm@gnu.org>
2824
2825 * configure.ac (--enable-profiling): Doc fix.
2826
2827 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
2828
2829 Improve static checking of integer overflow and stack smashing.
2830 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
2831 if using GCC 4.7.2 or later on a platform with
2832 at least 64-bit long int. This improves static checking on these
2833 platforms, when configured with --enable-gcc-warnings.
2834
2835 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2836
2837 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
2838 * configure.ac: Do not check for fcntl.h.
2839 * lib/gnulib.mk: Regenerate.
2840
2841 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
2842
2843 Remove no-longer-used pty_max_bytes variable.
2844 * configure.ac (fpathconf): Remove unnecessary check.
2845
2846 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
2847
2848 Use faccessat, not access, when checking file permissions (Bug#12632).
2849 * .bzrignore: Add lib/fcntl.h.
2850 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
2851 (gl_FCNTL_O_FLAGS): Define a dummy version.
2852 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
2853 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
2854 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
2855 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
2856 New files, from gnulib.
2857 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2858
2859 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
2860
2861 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
2862 * configure.ac (setpgid, setsid): Assume their existence.
2863 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
2864
2865 Simplify by assuming __fpending.
2866 Now that Emacs is using the gnulib fpending module,
2867 there's no need for Emacs to have a separate implementation.
2868 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
2869 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
2870
2871 2012-11-03 Eli Zaretskii <eliz@gnu.org>
2872
2873 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
2874 $(BLD)/close-stream.$(O).
2875 ($(BLD)/close-stream.$(O))
2876 ($(BLD)/fpending.$(O)): New dependencies.
2877
2878 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
2879
2880 Fix data-loss with --batch (Bug#9574).
2881 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
2882 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
2883 New files, from gnulib.
2884 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2885
2886 2012-11-03 Eli Zaretskii <eliz@gnu.org>
2887
2888 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
2889
2890 2012-11-02 Glenn Morris <rgm@gnu.org>
2891
2892 * Makefile.in (EMACS_ICON): New variable.
2893 (install-etc): Use EMACS_ICON to allow choice of icon.
2894
2895 2012-10-26 Glenn Morris <rgm@gnu.org>
2896
2897 * Makefile.in (EMACS_NAME): New variable.
2898 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
2899
2900 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
2901 applied to $EXEEXT.
2902
2903 * Makefile.in (uninstall): Don't abort if some directories are missing.
2904 Apply transformation rules to manual pages, desktop and icon files.
2905 No more emacs22 icons to uninstall.
2906
2907 2012-10-24 Glenn Morris <rgm@gnu.org>
2908
2909 * Makefile.in (install-etc, install-man):
2910 Don't apply program transform to standard file suffixes.
2911
2912 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2913
2914 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
2915 This ports to Gentoo. Problem originally reported against coreutils,
2916 but Emacs has it too.
2917
2918 2012-10-23 Glenn Morris <rgm@gnu.org>
2919
2920 * Makefile.in (emacs_transform): Remove.
2921 (install-man): Revert 2012-10-21 change. (Bug#12713)
2922
2923 2012-10-21 Glenn Morris <rgm@gnu.org>
2924
2925 * Makefile.in (install-etc): Don't install emacs22 icons.
2926
2927 * Makefile.in (emacs_transform): New variable.
2928 (install-etc): Prefer a make variable to a shell variable.
2929
2930 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2931
2932 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
2933
2934 2012-10-15 Glenn Morris <rgm@gnu.org>
2935
2936 * Makefile.in (install-man, install-etc):
2937 Apply $TRANSFORM. (Bug#12536#34)
2938 (clean): Delete etc/emacs.tmpdesktop.
2939
2940 2012-10-11 Kenichi Handa <handa@gnu.org>
2941
2942 * .bzrignore: Add several files under admin/charsets.
2943
2944 2012-10-08 Daniel Colascione <dancol@dancol.org>
2945
2946 * configure.ac: Add --with-w32 as a window system option.
2947 Limit it to Cygwin for now. Integrate w32 into the refactored window
2948 system configuration and set TERM_HEADER to w32term.h when w32 is
2949 configured.
2950
2951 (CYGWIN_OBJ): Add cygw32.o.
2952
2953 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
2954
2955 * configure.ac: Check that OSX is 10.4 or newer.
2956
2957 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
2958
2959 Improve sys_siglist detection.
2960 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
2961 Otherwise, it's not found in either Fedora 17 or Solaris 11.
2962
2963 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
2964
2965 Merge from gnulib, incorporating:
2966 2012-10-02 pselect: reject invalid file descriptors
2967 2012-10-02 ptsname: reject invalid file descriptors
2968 2012-10-02 manywarnings: cater to more gcc infelicities
2969 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
2970 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
2971 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
2972 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2973
2974 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2975
2976 Merge from gnulib, incorporating:
2977 2012-09-28 extern-inline: provide a -Wundef safe config.h
2978
2979 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
2980
2981 Check more robustly for timer_settime.
2982 This should fix an OS X build problem reported by Ivan Andrus in
2983 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
2984 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
2985 does threads its own way.
2986 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2987
2988 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
2989
2990 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
2991 to avoid problems with recursion when using GNU make.
2992
2993 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
2994
2995 * Makefile.in (bootstrap): Simplify build procedure.
2996 Suggested by Wolfgang Jenker in
2997 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
2998
2999 Merge from gnulib, incorporating:
3000 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
3001
3002 2012-09-18 Jan Djärv <jan.h.d@swipnet.se>
3003
3004 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
3005
3006 2012-09-17 Andreas Schwab <schwab@linux-m68k.org>
3007
3008 * Makefile.in (bootstrap): Revert last change. Run config.status
3009 after config.status --recheck, run configure from $(srcdir).
3010 (config.status): Run configure from $(srcdir).
3011
3012 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
3013
3014 * Makefile.in: Fix build error on FreeBSD.
3015 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
3016 Suggested by Wolfgang Jenker in
3017 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
3018 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
3019 This undoes part of the 2012-09-10 patch.
3020 (bootstrap): Run ./configure, rather than trying to run config.status
3021 if it exists. That builds src/epaths.h more reliably.
3022 Run autogen/copy_autogen if autogen.sh fails,
3023 to create 'configure'. Reported by Andreas Schwab in
3024 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
3025 * autogen.sh: Exit with status 1 when failing due to missing tools,
3026 reverting the 2012-09-10 change to this file.
3027 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
3028 Use 'cp -f' for the build-aux files, since the destinations are
3029 typically read-only.
3030
3031 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
3032 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
3033 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
3034
3035 2012-09-17 Glenn Morris <rgm@gnu.org>
3036
3037 * configure.ac (copyright): New output variable.
3038 (COPYRIGHT): New AC_DEFINE.
3039
3040 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
3041
3042 Remove configure's --without-sync-input option (Bug#12450).
3043 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
3044
3045 2012-09-16 Glenn Morris <rgm@gnu.org>
3046
3047 Increase compartmentalization of Nextstep builds rules,
3048 and store Emacs version number in fewer versioned files.
3049 * configure.ac (ns_appsrc): Use relative names.
3050 (ns_frag): Remove.
3051 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
3052 (nextstep/Makefile): Generate these nextstep files.
3053 (SUBDIR_MAKEFILES): Add nextstep.
3054 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
3055 * make-dist (nextstep/templates): Add directory.
3056 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
3057 (nextstep/Cocoa/Emacs.base/Contents)
3058 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
3059
3060 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
3061
3062 Port better to POSIX hosts lacking _setjmp (Bug#12446).
3063 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
3064 (_setjmp, _longjmp): Remove.
3065
3066 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
3067
3068 * configure.ac (--without-sync-input): Fix typo in usage message.
3069
3070 * configure.ac: Port to hosts lacking gtk.
3071 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
3072 better, in particular, problems in invoking pkg-config itself.
3073 This is useful on hosts that don't have pkg-config.
3074 (GTK_MODULES): Do not exit 'configure' simply because gtk3
3075 and gtk2 are both missing. Problem found on Solaris 8.
3076
3077 2012-09-13 Jan Djärv <jan.h.d@swipnet.se>
3078
3079 * configure.ac: Reorder Xaw3d messages.
3080 Report Gtk+ 3 as GTK.
3081
3082 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3083
3084 Simplify SIGIO usage (Bug#12408).
3085 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
3086 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
3087 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
3088 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
3089 to #undef SIGIO now (which was error-prone). Likewise, all uses
3090 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
3091
3092 2012-09-12 Jan Djärv <jan.h.d@swipnet.se>
3093
3094 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
3095 and then gtk2 if not found.
3096 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
3097 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
3098 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
3099
3100 2012-09-11 Glenn Morris <rgm@gnu.org>
3101
3102 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
3103 Be more explicit about dependencies, for parallel `make install'.
3104
3105 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
3106
3107 Simplify, document, and port floating-point (Bug#12381).
3108 * configure.ac (logb, cbrt): Do not check for these functions,
3109 as they are not being used.
3110
3111 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
3112
3113 Improve robustness of 'make bootstrap' (Bug#12376).
3114 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
3115 * INSTALL, README: Document autogen.sh.
3116 * Makefile.in (Makefile): Mark it as precious, since it's updated
3117 atomically.
3118 (MAKE_CONFIG_STATUS): New macro.
3119 (config.status, bootstrap): Use it. This causes 'make bootstrap'
3120 to run config.status with the --recheck option, which is more
3121 appropriate for a bootstrap.
3122 (bootstrap): Run autogen.sh right after cleaning. Don't worry
3123 about failures due to missing tools.
3124 * autogen.sh: Exit with status 101 when failing due to missing tools.
3125 * make-dist: Distribute autogen.sh.
3126
3127 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
3128
3129 Assume C89 or later for math functions (Bug#12381).
3130 * configure.ac (frexp, fmod): Remove checks for these functions,
3131 as we now assume them.
3132 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
3133 (HAVE_EXCEPTION):
3134 Remove; no longer needed.
3135
3136 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
3137
3138 More signal-handler cleanup (Bug#12327).
3139 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
3140
3141 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
3142
3143 Signal-handler cleanup (Bug#12327).
3144 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
3145 Adjust to syssignal.h changes.
3146 (SIGNAL_H_AB): Remove; no longer needed.
3147
3148 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
3149
3150 Simplify redefinition of 'abort' (Bug#12316).
3151 * configure.ac (NO_ABRT): Remove.
3152
3153 * configure.ac (_setjmp, _longjmp): Check by compiling
3154 instead of by guessing. The guesses were wrong for
3155 recent versions of Solaris, such as Solaris 11.
3156
3157 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
3158
3159 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
3160 It generates false alarms in doc.c, regex.c, xdisp.c. See
3161 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
3162
3163 Merge from gnulib, incorporating:
3164 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
3165 2011-11-30 manywarnings: update the list of "all" warnings
3166
3167 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
3168
3169 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
3170
3171 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3172
3173 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
3174 This ports to glibc 2.15 or later, when configured with
3175 --enable-gcc-warnings. See Eric Blake in
3176 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
3177
3178 2012-09-01 Daniel Colascione <dan.colascione@gmail.com>
3179
3180 * configure.ac: Introduce term_header variable, which holds the
3181 value which will become TERM_HEADER in code. We effect our choice
3182 of window system by setting term_header and WINDOW_SYSTEM_OBJ
3183 instead of using ad-hoc variables and flags for each window
3184 system.
3185
3186 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
3187
3188 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
3189 and if the user has not specified CFLAGS. -g3 simplifies
3190 debugging, since it makes macros visible to the debugger.
3191
3192 2012-08-25 Juanma Barranquero <lekktu@gmail.com>
3193
3194 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
3195
3196 2012-08-25 Eli Zaretskii <eliz@gnu.org>
3197
3198 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
3199 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
3200
3201 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3202
3203 On assertion failure, print backtrace if available.
3204 Merge from gnulib, incorporating:
3205 2012-08-24 execinfo: port to FreeBSD
3206 2012-08-22 execinfo: new module
3207 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3208 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
3209
3210 2012-08-22 Glenn Morris <rgm@gnu.org>
3211
3212 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
3213 do not create the bin/emacs link. (Bug#12011)
3214
3215 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
3216
3217 Merge from gnulib, incorporating:
3218 2012-08-20 extern-inline: support old GCC 'inline'
3219
3220 2012-08-20 Glenn Morris <rgm@gnu.org>
3221
3222 * configure.ac (AC_PROG_LN_S): Test for ln.
3223 * Makefile.in (LN_S): New, set by configure.
3224 (install-arch-dep): Use $LN_S.
3225
3226 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
3227
3228 Merge from gnulib, incorporating:
3229 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
3230 2012-08-19 mktime, sys_select: avoid 'static inline'
3231 2012-08-19 gnulib-tool: Fix indentation.
3232
3233 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
3234
3235 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
3236 These files have been unused since the 2012-06-22 patch that
3237 introduced high-resolution time stamps.
3238
3239 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
3240
3241 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
3242 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
3243
3244 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
3245
3246 Merge from gnulib, incorporating:
3247 2012-08-05 extern-inline: also ignore -Wmissing-declarations
3248
3249 2012-08-10 Juanma Barranquero <lekktu@gmail.com>
3250
3251 * lib/makefile.w32-in (STAT_TIME_H): New macro.
3252 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
3253 ($(BLD)/u64.$(O)): Update dependencies.
3254
3255 2012-08-10 Glenn Morris <rgm@gnu.org>
3256
3257 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
3258
3259 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
3260
3261 * configure.ac (--disable-features): Rename to --without-all.
3262 (OPTION_DEFAULT_ON): Change to use with_features.
3263 * INSTALL: Fix description.
3264
3265 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
3266
3267 * configure.ac: New option --disable-features.
3268 (OPTION_DEFAULT_ON): Change to use enable_features.
3269 * INSTALL: Explain --disable-features.
3270
3271 2012-08-07 Glenn Morris <rgm@gnu.org>
3272
3273 * configure.ac: Require automake 1.11 (fairly arbitrarily).
3274 * autogen.sh (automake_min): Get it from configure.ac.
3275
3276 2012-08-06 Glenn Morris <rgm@gnu.org>
3277
3278 * configure.ac (BROKEN_GETWD) [unixware]: New define.
3279
3280 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
3281 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
3282 (DISPNEW_NEEDS_STDIO_EXT): New define.
3283
3284 2012-08-05 Michael Albinus <michael.albinus@gmx.de>
3285
3286 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
3287
3288 2012-08-05 Ulrich Müller <ulm@gentoo.org>
3289
3290 * configure.ac: Disable paxctl if binaries don't have a
3291 PT_PAX_FLAGS program header. (Bug#11979)
3292
3293 2012-08-03 Eli Zaretskii <eliz@gnu.org>
3294
3295 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
3296 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
3297 (SHA512_H): Don't mention u64.h twice.
3298 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
3299 New targets.
3300
3301 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
3302
3303 Merge from gnulib, incorporating:
3304 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
3305
3306 2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3307
3308 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
3309 out-of-tree build.
3310
3311 2012-08-02 Glenn Morris <rgm@gnu.org>
3312
3313 * make-dist: Remove src/s.
3314
3315 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
3316
3317 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3318
3319 Merge from gnulib (Bug#12116), incorporating:
3320 2012-08-01 extern-inline: new module
3321 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
3322 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
3323 New files. The new .c files are for instantiating extern inline
3324 functions.
3325
3326 Port to Solaris 8.
3327 Without this change, 'configure' fails because the recently-added
3328 wait3 prototype in config.h messes up later 'configure' tests.
3329 Fix this problem by droping wait3 and WRETCODE, as they're
3330 no longer needed on hosts that are current porting targets.
3331 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
3332 All uses changed to waitpid and WEXITSTATUS.
3333
3334 Avoid needless autoheader after autogen.sh.
3335 * .bzrignore: Add src/stamp-h.in.
3336 * autogen.sh: Create src/stamp-h.in.
3337
3338 2012-08-01 Glenn Morris <rgm@gnu.org>
3339
3340 * configure.ac (DOS_NT, MSDOS): New system type templates.
3341
3342 2012-08-01 Ulrich Müller <ulm@gentoo.org>
3343
3344 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
3345 Don't include crtbegin.o and crtend.o. (Bug#12047)
3346
3347 2012-08-01 Glenn Morris <rgm@gnu.org>
3348
3349 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
3350 (INTERNAL_TERMINAL): New.
3351
3352 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
3353 (IS_ANY_SEP): Move here from src/lisp.h.
3354
3355 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
3356
3357 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
3358 (CONF_POST_H): New macro.
3359
3360 2012-07-31 Glenn Morris <rgm@gnu.org>
3361
3362 * configure.ac (S_FILE): Remove output variable.
3363
3364 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
3365
3366 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
3367 Move here from src.
3368
3369 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
3370 Move here from conf_post.h.
3371
3372 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3373
3374 Improve OpenMotif detection on GNU/Linux systems.
3375 * configure.ac (MOTIF): Check for /usr/include/openmotif
3376 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
3377
3378 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3379
3380 * Makefile.in (install-arch-indep): Avoid eval.
3381
3382 2012-07-31 Glenn Morris <rgm@gnu.org>
3383
3384 * configure.ac (opsysfile, S_FILE): Now they are always empty.
3385
3386 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
3387 when removing src/s/sol2-6.h yesterday.
3388
3389 * configure.ac (USG5_4): Reintroduce this.
3390 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
3391
3392 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
3393
3394 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
3395 and to s/usg5-4-common.h on irix6-5.
3396
3397 2012-07-30 Glenn Morris <rgm@gnu.org>
3398
3399 * configure.ac (AH_BOTTOM): Use an include file, so that the
3400 contents do not get processed by autoheader.
3401
3402 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3403
3404 Do not overwrite config.status while executing it (Bug#11214).
3405 * Makefile.in (MAKEFILE_NAME): New macro.
3406 ($(MAKEFILE_NAME)): Rename rule from Makefile.
3407 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
3408 so that GNU 'make' isn't tempted to make the Makefile and then
3409 regenerate config.status while config.status is running.
3410
3411 Update .PHONY listings in makefiles.
3412 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
3413 FRC, install-arch-dep, install-arch-indep, install-doc,
3414 install-info, install-man, install-etc, install-strip, uninstall,
3415 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
3416 (.RECURSIVE): Remove; hasn't been needed for years.
3417
3418 2012-07-30 Glenn Morris <rgm@gnu.org>
3419
3420 * configure.ac (SIGNAL_H_AHB): New hack macro.
3421 (opsysfile): Set to empty on netbsd, openbsd.
3422 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
3423
3424 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
3425
3426 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
3427
3428 * Makefile.in (install-arch-indep): Remove sh -x.
3429
3430 2012-07-30 Glenn Morris <rgm@gnu.org>
3431
3432 * configure.ac (opsysfile): Tweak message for null case.
3433
3434 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
3435 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
3436
3437 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
3438
3439 * Makefile.in (install-arch-indep): Handle space in locallisppath.
3440
3441 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
3442
3443 Use Gnulib environ module (Bug#9772).
3444 * m4/environ.m4: New file, from gnulib.
3445 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3446
3447 Use Gnulib stdalign module (Bug#9772, Bug#9960).
3448 This should improve portability of macros like alignof and DECL_ALIGN.
3449 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
3450 * .bzrignore: Add lib/stdalign.h.
3451 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
3452 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
3453 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
3454 fiddles with this, as gnulib now does this for us.
3455
3456 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3457
3458 Fix toolkit configuration report.
3459 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
3460 --with-x-toolkit=gtk3 is used.
3461
3462 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
3463
3464 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
3465 * configure.ac: Configure gnulib at the end, not before running
3466 pkg-config. This restores the behavior before 2012-06-22, when
3467 higher-resolution time stamps were added, and fixes a bug whereby
3468 LIB_PTHREAD was not used and gnulib's part of 'configure'
3469 therefore incorrectly assumed that pthread_sigmask wasn't working.
3470 Fix the problem with -lrt and clock_gettime a different way.
3471 This should complete the fix for Bug#11884.
3472 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
3473
3474 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
3475
3476 Merge from gnulib, incorporating:
3477 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
3478 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
3479
3480 2012-07-14 Glenn Morris <rgm@gnu.org>
3481
3482 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
3483 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
3484
3485 2012-07-13 Glenn Morris <rgm@gnu.org>
3486
3487 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
3488
3489 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
3490 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
3491 Move "system type" macros here from src/s.
3492 (BSD_SYSTEM_AHB): New hack macro.
3493 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
3494
3495 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
3496 (GC_MARK_SECONDARY_STACK): Move here from src/s.
3497
3498 2012-07-12 Glenn Morris <rgm@gnu.org>
3499
3500 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
3501 setting here from src/s/darwin.h.
3502
3503 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
3504 as src/s/darwin.h used to.
3505
3506 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
3507 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
3508 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
3509 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3510 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3511 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
3512 (XOS_NEEDS_TIME_H): Move here from src/s.
3513
3514 2012-07-11 Glenn Morris <rgm@gnu.org>
3515
3516 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
3517 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
3518
3519 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
3520
3521 * configure.ac (tzset): Remove check that's redundant with gnulib.
3522
3523 2012-07-11 Glenn Morris <rgm@gnu.org>
3524
3525 * configure.ac (CLASH_DETECTION): Define unconditionally.
3526
3527 * configure.ac (opsysfile): Use bsd-common on gnu systems.
3528
3529 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT)
3530 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
3531
3532 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
3533
3534 Assume mkdir, rename, rmdir, strerror.
3535 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
3536
3537 2012-07-11 Glenn Morris <rgm@gnu.org>
3538
3539 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
3540
3541 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
3542
3543 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
3544
3545 Remove "#define unix" that is no longer needed (Bug#11905).
3546 Merge from gnulib to make "#define unix" unnecessary, incorporating:
3547 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
3548 2012-07-09 getopt: Simplify after Emacs changed.
3549
3550 2012-07-10 Glenn Morris <rgm@gnu.org>
3551
3552 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
3553 Move here from src/s.
3554
3555 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
3556
3557 * configure.ac (PNG_DEPSTRUCT): Define this instead of
3558 PNG_DEPRECATED.
3559
3560 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3561
3562 Add GCC-style 'const' attribute to functions that can use it.
3563 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
3564 (ATTRIBUTE_CONST): New macro, in config.h.
3565
3566 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * lib/makefile.w32-in: Rework dependencies.
3569 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
3570 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
3571 (U64_H, SHA512_H): New macros.
3572 (SRC): Redefine to point to src/, not current directory.
3573 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
3574 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
3575 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
3576 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
3577 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
3578 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
3579 ($(BLD)/filemode.$(O)): Update dependencies.
3580
3581 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3582
3583 Merge from gnulib, incorporating:
3584 2012-07-09 timespec: mark functions with const attributes
3585
3586 Rename configure.in to configure.ac (Bug#11603).
3587 The name 'configure.in' has been obsolescent for quite some time,
3588 and the next release of Autoconf will generate warnings for it.
3589 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
3590 'configure.in' as autoconf input" in the Autoconf git repository.
3591 * configure.ac: Rename from configure.in.
3592 * INSTALL, INSTALL.BZR, README, make-dist:
3593 * Makefile.in (AUTOCONF_INPUTS):
3594 * autogen.sh (autoconf_min):
3595 * autogen/update_autogen (sources):
3596 Adjust to reflect new name.
3597
3598 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
3599
3600 Restore deprecation warnings, except for older libpng.
3601 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
3602 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
3603 (PNG_DEPRECATED): Define when compiling with older PNG versions.
3604
3605 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
3606
3607 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
3608
3609 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
3610
3611 Improve static checking when configured --with-ns.
3612 See Samuel Bronson's remarks in
3613 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
3614 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
3615 a no-op with recent GCC and harmful in earlier ones.
3616 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
3617 warning when compiling with ObjC. Always omit
3618 -Wunsafe-loop-optimizations, as we don't mind when optimization is
3619 being done correctly.
3620
3621 2012-07-07 Glenn Morris <rgm@gnu.org>
3622
3623 * configure.in (BROKEN_SA_RESTART): Doc fix.
3624
3625 * configure.in: Rather than checking for things then undef'ing
3626 them on some platforms, simply don't check for them.
3627 (getwd): Don't check for it on unixware.
3628 (random, rint): Don't check for these on hpux.
3629 (res_init, libresolv): Don't check for these on darwin.
3630
3631 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
3632
3633 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
3634 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
3635 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
3636 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
3637
3638 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3639
3640 * configure.in: Document --enable-gcc-warnings better.
3641
3642 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
3643 This is safer than strcasecmp, which has unspecified behavior
3644 outside the POSIX locale and in practice sometimes does not work
3645 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
3646 * configure.in (strcasecmp, strncasecmp): Remove checks.
3647
3648 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
3649 * lib/c-strncasecmp.c: New files, taken from gnulib.
3650 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3651
3652 Merge from gnulib, incorporating:
3653 2012-07-06 timespec-sub: avoid duplicate include
3654 Reported by Juanma Barranquero.
3655
3656 2012-07-06 Glenn Morris <rgm@gnu.org>
3657
3658 * make-dist [update]: Let autoreconf figure out what needs updating.
3659 Use `make info-real'. leim/leim-list.el should always exist.
3660 Check cd return value.
3661
3662 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3663
3664 Merge from gnulib. This is for OpenBSD 5.1 amd64.
3665 * m4/sys_time_h.m4: New version from gnulib, incorporating:
3666 2012-07-05 sys_time: allow too-wide tv_sec
3667
3668 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
3669
3670 Merge from gnulib.
3671 * lib/alloca.in.h: New version from gnulib, incorporating:
3672 2012-07-03 alloca: add support for HP NonStop TNS/E native
3673
3674 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
3675
3676 * configure.in: If --enable-gcc-warnings, disable
3677 -Wunsafe-loop-optimizations for -O1 optimization level.
3678
3679 2012-06-30 Glenn Morris <rgm@gnu.org>
3680
3681 * configure.in (standardlisppath): New output variable.
3682 (lisppath): Use standardlisppath.
3683 * Makefile.in (standardlisppath): New, set by configure.
3684 (epaths-force): Use standardlisppath and locallisppath rather than
3685 lisppath.
3686
3687 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3688
3689 * configure.in: Fix previous change. Remove --enable-asserts.
3690 (CPPFLAGS): Remove conditional -DXASSERTS=1.
3691 Add --enable-link-time-optimization.
3692 * INSTALL: Mention this.
3693
3694 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3695
3696 * configure.in: Add glyphs category to --enable-checking option.
3697 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
3698
3699 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3700
3701 * configure.in (ENABLE_CHECKING): Update comment.
3702
3703 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
3704
3705 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
3706 Emacs proper no longer uses these headers, and can rely on Gnulib
3707 for these checks.
3708
3709 Merge from gnulib.
3710 * m4/getopt.m4: Copy new version from gnulib, incorporating:
3711 getopt-posix: No longer guarantee that option processing is resettable.
3712
3713 2012-06-27 Glenn Morris <rgm@gnu.org>
3714
3715 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
3716
3717 * INSTALL: Remove references to paths.el.
3718
3719 2012-06-26 Eli Zaretskii <eliz@gnu.org>
3720
3721 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
3722 This replaces separate dependency for each object file, which required
3723 the same object file to be mentioned twice, causing failures in
3724 parallel builds.
3725
3726 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
3727
3728 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
3729 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
3730
3731 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
3732
3733 * configure.in (AC_CHECK_FUNCS): Detect library functions
3734 strcasecmp and strncasecmp.
3735
3736 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
3737
3738 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
3739 We might as well use the spelling standardized by C11,
3740 as in the long run that should simplify maintenance.
3741 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
3742
3743 2012-06-24 Eli Zaretskii <eliz@gnu.org>
3744
3745 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O))
3746 ($(BLD)/timespec-add.$(O))
3747 ($(BLD)/timespec-sub.$(O)): Don't depend on
3748 $(EMACS_ROOT)/nt/inc/sys/time.h.
3749
3750 * lib/stat-time.h:
3751 * lib/timespec.h:
3752 * lib/utimens.h: Revert last change.
3753
3754 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
3755
3756 Merge from gnulib.
3757 * m4/getopt.m4: Copy new version from gnulib, incorporating:
3758 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
3759
3760 2012-06-23 Eli Zaretskii <eliz@gnu.org>
3761
3762 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
3763 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
3764 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
3765 $(BLD)/timespec-sub.$(O).
3766 ($(BLD)/dtotimespec.$(O))
3767 ($(BLD)/gettime.$(O))
3768 ($(BLD)/timespec-add.$(O))
3769 ($(BLD)/timespec-sub.$(O)): New dependencies.
3770
3771 * lib/stat-time.h:
3772 * lib/timespec.h:
3773 * lib/utimens.h: Include sys/time.h.
3774
3775 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
3776
3777 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
3778 the correct CFLAGS and LIBS.
3779
3780 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3781
3782 Support higher-resolution time stamps (Bug#9000).
3783 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
3784 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
3785 that the new clock stuff doesn't clash with RSVG_LIBS.
3786 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
3787 as gnulib does that for us now.
3788 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
3789 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
3790 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
3791 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
3792 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
3793 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
3794 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
3795 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
3796 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
3797 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
3798 New files, copied automatically from gnulib.
3799 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
3800
3801 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3802
3803 Merge from gnulib.
3804 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
3805 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
3806 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
3807 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
3808 Copy new versions from gnulib, incorporating the following changes:
3809 2012-06-22 time_r: fix typo that always overrode localtime_r decl
3810 2012-06-22 Write "Mac OS X" instead of "MacOS X".
3811 2012-06-21 mktime: fix integer overflow in 'configure'-time test
3812 2012-06-21 nonblocking: Avoid compilation error on mingw64.
3813 2012-06-19 stat, fstat: Avoid warnings on mingw64.
3814 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
3815
3816 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
3817
3818 * configure.in: Rename --enable-use-lisp-union-type to
3819 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
3820 instead of USE_LISP_UNION_TYPE.
3821
3822 2012-06-12 Glenn Morris <rgm@gnu.org>
3823
3824 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
3825 (opsysfile): Set specially for sol2-10.
3826
3827 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
3828 New AC_DEFINEs, for hpux11.
3829 (opsysfile): Set specially for hpux11.
3830
3831 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
3832
3833 * configure.in: Coalesce some function checking.
3834 This makes 'configure' a bit smaller.
3835 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
3836
3837 2012-06-12 Glenn Morris <rgm@gnu.org>
3838
3839 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
3840
3841 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
3842
3843 * configure.in: Anticipate platforms with no src/s file.
3844
3845 2012-06-12 Chong Yidong <cyd@gnu.org>
3846
3847 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
3848
3849 2012-06-11 Glenn Morris <rgm@gnu.org>
3850
3851 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
3852
3853 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
3854
3855 * configure.in (dbus_type_is_valid): Check for library function.
3856
3857 2012-06-06 Glenn Morris <rgm@gnu.org>
3858
3859 * INSTALL, make-dist: Remove vcdiff.
3860
3861 2012-06-03 Glenn Morris <rgm@gnu.org>
3862
3863 * INSTALL, make-dist: Remove rcs-checkin.
3864
3865 2012-06-03 Ulrich Müller <ulm@gentoo.org>
3866
3867 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
3868
3869 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
3870
3871 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
3872 It is confusingly named and rarely useful. See, for example,
3873 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
3874 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
3875 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
3876 * configure.in: Remove --disable-maintainer-mode.
3877 (USE_MAINTAINER_MODE, MAINT): Remove.
3878
3879 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
3880
3881 Make 'configure' a bit smaller and faster.
3882 * configure.in (INSTALL_INFO): Set it with one call to
3883 AC_PATH_PROG, not three.
3884 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
3885 so likely that it'll be needed.
3886 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
3887 (AC_PROG_MAKE_SET): Remove; Automake does this.
3888 (sysinfo): Do not check for this function, as it's never used.
3889 (tzset): Check for this function just once.
3890 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
3891 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
3892
3893 2012-05-27 Eli Zaretskii <eliz@gnu.org>
3894
3895 * config.bat (lib): Create/update lib/stdalign.in-h and
3896 lib/sys_types.in-h.
3897
3898 * lib/makefile.w32-in ($(BLD)/md5.$(O))
3899 ($(BLD)/sha1.$(O))
3900 ($(BLD)/sha256.$(O))
3901 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
3902 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
3903
3904 * lib/getopt_.h: Regenerate.
3905
3906 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
3907
3908 Assume gnulib does largefile.
3909 Gnulib does the largefile configuration anyway, so when configure.in
3910 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
3911 * configure.in (AC_SYS_LARGEFILE): Remove.
3912 * lib/gnulib.mk: Autoupdate.
3913
3914 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
3915
3916 Merge from gnulib. (Bug#11527)
3917
3918 The build procedure now creates <stdalign.h> and <sys/types.h> for
3919 older hosts that lack a working <stdalign.h> or whose
3920 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
3921 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
3922 msdos and nt builds.
3923
3924 Here is a precis of gnulib changes that seem relevant; please see
3925 the gnulib ChangeLog for details.
3926
3927 2012-05-18 crypto: fix bug in large buffer handling
3928 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
3929 2012-05-10 _Noreturn: port config.h to gcc -Wundef
3930 2012-05-08 warnings.m4: give a means to specify the program to compile
3931 2012-05-07 stdint: be more consistent with glibc, SunOS libc
3932 2012-04-21 Large File Support for native Windows platforms.
3933 2012-04-14 stat: Bypass buggy override in mingw64.
3934 2012-03-29 stdio: don't assume gets any more
3935 2012-03-24 Enable common subexpression optimization in GCC.
3936 2012-02-09 maint: replace FSF snail-mail addresses with URLs
3937 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
3938 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
3939 2012-01-21 stdint: Add support for Android.
3940 2012-01-15 Improve support for MSVC 9.
3941 2012-01-08 mktime: Avoid compilation error on Solaris 11.
3942 2012-01-05 Use ', not `, for quoting output.
3943 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
3944 2012-01-05 strtoimax: Work around AIX 5.1 bug.
3945 2012-01-05 inttypes: Modernize.
3946 2011-12-13 inttypes, stdint: add C++11 support
3947 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
3948 2011-11-21 _Noreturn: Check that _MSC_VER is defined
3949 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
3950 2011-11-09 raise: fix mingw handling of SIGPIPE
3951 2011-10-27 Add stdalign module and use it in other modules.
3952
3953 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
3954 * m4/sys_types_h.m4:
3955 New files.
3956 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
3957 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
3958 * build-aux/snippet/warn-on-use.h:
3959 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
3960 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
3961 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
3962 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3963 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
3964 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
3965 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
3966 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
3967 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
3968 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
3969 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
3970 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
3971 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
3972 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
3973 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
3974 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
3975 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
3976 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
3977 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
3978 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
3979 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
3980 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
3981 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
3982 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
3983 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
3984 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
3985 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
3986 Update from gnulib.
3987
3988 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
3989
3990 Remove src/m/*.
3991 * configure.in: Remove all mention of src/m/*.
3992 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
3993 All uses removed.
3994 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
3995 (BITS_PER_LONG_LONG): Move to src/lisp.h.
3996 * lib/makefile.w32-in: Remove dependencies on
3997 $(EMACS_ROOT)/src/m/intel386.h.
3998 * make-dist: Don't make links to src/m.
3999
4000 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
4001
4002 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
4003 Without this further fix, aclocal was being invoked unnecessarily.
4004
4005 2012-05-22 Glenn Morris <rgm@gnu.org>
4006
4007 * Makefile.in (blessmail, install-arch-dep, uninstall):
4008 Check cd lib-src works.
4009 (install-arch-dep, uninstall): Remove unneeded subshells.
4010
4011 2012-05-21 Glenn Morris <rgm@gnu.org>
4012
4013 * update-subdirs: Move to build-aux/.
4014 * make-dist, Makefile.in (install-arch-indep): Update for this change.
4015
4016 * Makefile.in (leimdir): New, set by configure.
4017 (COPYDIR, COPYDESTS): Add leim directories.
4018 (install-leim): Remove.
4019 (install-arch-indep): Handle leim installation directly.
4020
4021 * vpath.sed: Remove unused file.
4022 * make-dist: No more vpath.sed.
4023
4024 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
4025
4026 Use full name for m4/gnulib-comp.m4. (Bug#11529)
4027 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
4028 even though the file's name in gnulib is m4/gnulib-comp.m4.
4029 This had a problem when merging from gnulib, as the code temporarily
4030 renamed it to the full name, causing problems when interrupted.
4031 Now the file has its full name, with the idea that we will find
4032 a solution for MS-DOS that does not affect the rest of Emacs.
4033 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
4034
4035 Assume C89 or later.
4036 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
4037 (POINTER_TYPE, PROTOTYPES): Remove.
4038
4039 Make merging from gnulib a script, not a makefile action.
4040 Putting it in a makefile has some problems with reflection, as
4041 merging from gnulib updates 'configure', which can update the makefile.
4042 Putting it in a standalone script breaks this loop.
4043 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
4044 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
4045 Remove, moving the actions to the script admin/merge-gnulib.
4046
4047 2012-05-21 Glenn Morris <rgm@gnu.org>
4048
4049 * configure.in (LEIM_INSTALLDIR):
4050 Rename to leimdir, treat like lispdir.
4051
4052 2012-05-21 Glenn Morris <rgm@gnu.org>
4053
4054 * Makefile.in (install-arch-indep, install-doc, install-info)
4055 (uninstall): Scrap superfluous subshells.
4056
4057 2012-05-19 Ulrich Müller <ulm@gentoo.org>
4058
4059 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
4060
4061 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
4062
4063 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
4064 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
4065 getsockopt, setsockopt, mremap, mempcpy.
4066
4067 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
4068 is being removed.
4069 (AC_CHECK_FUNCS): Remove ftime.
4070
4071 2012-05-19 Glenn Morris <rgm@gnu.org>
4072
4073 * Makefile.in (install-arch-indep): Remove unneeded subshell.
4074
4075 * Makefile.in (install-arch-indep): Remove unneeded chmod.
4076 Set permissions of lisp/subdirs.el.
4077
4078 * Makefile.in (SUBDIR): Add leim. Update users.
4079
4080 * Makefile.in (lib, lib-src, lisp): Check cd return value.
4081
4082 * Makefile.in (leim): No need to set PARALLEL.
4083
4084 2012-05-18 Glenn Morris <rgm@gnu.org>
4085
4086 * Makefile.in (install-arch-indep, install-info, install-man):
4087 Simplify some one-sided ifs.
4088
4089 * Makefile.in: Install only the relevant DOC file.
4090 (install-arch-indep): Delete etc/DOC*.
4091 (install-doc): No more need to delete etc/DOC.
4092
4093 * Makefile.in (install-arch-indep): Split into several rules.
4094 (install-doc, innstall-info, install-man): New rules.
4095
4096 * configure.in (mandir): May as well include it in the NS app bundle.
4097
4098 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
4099 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
4100 (install-arch-indep): Don't install-etc for self-contained ns builds.
4101
4102 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
4103 No longer unconditonally add /sw directories. (Bug#2280)
4104
4105 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
4106 (install-arch-indep): Depend on install-leim.
4107 (install): Remove explicit install-leim dependence.
4108
4109 * Makefile.in (install-arch-indep):
4110 Move last element of mkdir rule here.
4111 (mkdir): Remove rule.
4112
4113 * Makefile.in (install-arch-indep): Remove unneeded chmods.
4114 INSTALL_DATA does this for us.
4115
4116 * Makefile.in (install-arch-dep): Ensure bindir exists.
4117 Drop mkdir dependency.
4118 (install-arch-indep): Ensure docdir, infodir, mandir exist.
4119 (install-leim): Drop mkdir dependency.
4120 (mkdir): Remove most directories, now made in relevant rules.
4121
4122 * Makefile.in (install-arch-indep): Combine adjacent loops.
4123
4124 2012-05-17 Glenn Morris <rgm@gnu.org>
4125
4126 * Makefile.in (install-etc, mkdir):
4127 Make relevant directories in install-etc rather than mkdir.
4128
4129 * Makefile.in (write_subdir): Create the directory if needed.
4130 (install-arch-dep, mkdir): No need to make site-lisp directories.
4131
4132 * Makefile.in (write_subdir): New.
4133 (install-arch-indep, install-arch-dep): Use $write_subdir.
4134
4135 * configure.in (docdir, etcdir, infodir, lispdir):
4136 For a self-contained ns build, set these to the appropriate values.
4137 * Makefile.in (install-arch-dep): No need to move info/ any more.
4138
4139 * configure.in (ns_self_contained): New output variable.
4140 * Makefile.in (ns_self_contained): New, set by configure.
4141 (install-arch-dep): For a self-contained ns build,
4142 don't bother installing binaries then immediately deleting them.
4143
4144 * Makefile.in (ns_appbindir, ns_appresdir):
4145 Move them before things that may refer to them.
4146 (install-arch-dep): No need to relocate self-contained ns libexec.
4147
4148 * configure.in (archlibdir): Set it for self-contained ns builds.
4149 (libexecdir): Don't expand it now (this is mainly cosmetic).
4150
4151 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
4152
4153 * configure.in: Simplify by removing CPP etc.
4154 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
4155 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
4156 In particular we no longer need to fiddle with CPP, since we don't
4157 use CPP specially any more.
4158 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
4159 adjusted compiler.
4160 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
4161 since gl_EARLY and/or Autoconf already does these.
4162
4163 2012-05-16 Glenn Morris <rgm@gnu.org>
4164
4165 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
4166 (CPP): Do not unconditionally set it on Darwin.
4167 Instead, try to test if -no-cpp-precomp is accepted.
4168 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
4169
4170 2012-05-15 Glenn Morris <rgm@gnu.org>
4171
4172 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
4173
4174 * Makefile.in (install-arch-dep): Do not hard-code version number.
4175
4176 * Makefile.in (install-arch-dep): NS install no longer needs to
4177 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
4178
4179 2012-05-12 Glenn Morris <rgm@gnu.org>
4180
4181 * configure.in (ns_appbindir): Remove trailing "/".
4182
4183 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
4184 (MKDEPDIR): Use $MKDIR_P.
4185 * Makefile.in (MKDIR_P): New, set by configure.
4186 (mkdir): Use $MKDIR_P.
4187
4188 2012-05-11 Glenn Morris <rgm@gnu.org>
4189
4190 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
4191 Use INSTALL_DATA for the DOC file.
4192 Remove dead code for ./lisp that never executes.
4193
4194 2012-05-10 Glenn Morris <rgm@gnu.org>
4195
4196 * configure.in (LEIM_INSTALLDIR): New output variable.
4197
4198 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4199
4200 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
4201
4202 2012-05-08 Glenn Morris <rgm@gnu.org>
4203
4204 * make-dist: No more doc/lispref/*.el.
4205
4206 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
4207
4208 * configure.in: Fix quoting bugs.
4209
4210 2012-05-04 Glenn Morris <rgm@gnu.org>
4211
4212 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
4213
4214 2012-05-02 Glenn Morris <rgm@gnu.org>
4215
4216 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
4217 the choices made by FreeBSD and NetBSD. (Bug#10313)
4218
4219 * Makefile.in (INFO_FILES): Remove variable.
4220 (INFO_NONMISC): New variable.
4221 (install-arch-indep, uninstall): Don't use $INFO_FILES.
4222
4223 * Makefile.in (uninstall): Remove useless-use-of-for; that for
4224 some reason caused problems on an old Solaris.
4225
4226 * Makefile.in (install-arch-indep, uninstall):
4227 Ensure that INSTALL-type commands are run from top-level.
4228
4229 * info/dir: Make some entries consistent with the source texi files.
4230
4231 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
4232
4233 2012-05-02 Glenn Morris <rgm@gnu.org>
4234
4235 * Makefile.in (install-arch-indep):
4236 Combine adjacent install-data and install-info loops.
4237
4238 2012-05-01 Glenn Morris <rgm@gnu.org>
4239
4240 * Makefile.in (MAN_PAGES): Remove.
4241 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
4242
4243 * configure.in: Try libtinfo for tputs.
4244 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
4245
4246 * configure.in: Combine adjacent $opsys case blocks.
4247
4248 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
4249
4250 * configure.in: Invert the TERMINFO logic,
4251 since "yes" is far more common than "no".
4252
4253 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
4254
4255 * configure.in (LD_SWITCH_X_SITE_RPATH):
4256 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
4257
4258 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
4259
4260 2012-04-26 Glenn Morris <rgm@gnu.org>
4261
4262 * make-dist: No more doc/lispref/tindex.pl.
4263
4264 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
4265
4266 * configure.in (dbus_validate_bus_name, dbus_validate_path)
4267 (dbus_validate_interface, dbus_validate_member): Check also for
4268 these library functions.
4269
4270 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
4271
4272 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
4273 With glibc 2.14 or later, when compiled with GCC 4.7.0's
4274 -Werror=deprecated-declarations flag, use of hooks like
4275 __malloc_initialize_hook causes compilation to fail because these
4276 hooks are deprecated. Modify 'configure' to check for these hooks too.
4277 Simplify the 'configure' code to test for all the hooks at once.
4278 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
4279 (emacs_cv_var_doug_lea_malloc): ... this new var.
4280
4281 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
4282
4283 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
4284 dated 2011-10-07. Regenerating from current gnulib would be a
4285 pervasive change, and currently the trunk isn't open to such changes.
4286 * configure.in (WARN_CFLAGS): Remove; no longer needed now
4287 that gnulib does it.
4288 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4289
4290 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
4291
4292 * m4/gl-comp.m4: Update. (Bug#11285)
4293
4294 2012-04-20 Ludovic Courtès <ludo@gnu.org>
4295
4296 * configure.in: Don't use the -R option (Bug#11251).
4297
4298 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
4299
4300 configure: new option --enable-gcc-warnings (Bug#11207)
4301 I have been using this change for many months in my private copy
4302 of Emacs, and have used it to find several bugs. It's mature
4303 enough to publish now.
4304 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
4305 * configure.in: Support --enable-gcc-warnings, in the style of
4306 other GNU packages such as coreutils.
4307 (C_WARNINGS_SWITCH): Remove, replacing with...
4308 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
4309 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
4310 when including system files with GCC.
4311 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
4312 * lib/Makefile.am (AM_CFLAGS): New macro.
4313 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
4314
4315 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4316
4317 * configure.in (AC_CHECK_FUNCS):
4318 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
4319
4320 2012-04-16 Glenn Morris <rgm@gnu.org>
4321
4322 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
4323
4324 * configure.in: Remove X libs workaround for old autoconf.
4325
4326 2012-04-12 Ken Brown <kbrown@cornell.edu>
4327
4328 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
4329
4330 2012-04-11 Glenn Morris <rgm@gnu.org>
4331
4332 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
4333
4334 2012-04-10 Glenn Morris <rgm@gnu.org>
4335
4336 * configure.in: Conditionally generate admin/unidata/Makefile.
4337
4338 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
4339
4340 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
4341
4342 2012-04-09 Glenn Morris <rgm@gnu.org>
4343
4344 * Makefile.in (leim): Check cd return value. Pass fewer variables.
4345 (install-leim): Check cd return value. Pass $MFLAGS.
4346 (install-strip): Pass $MFLAGS.
4347
4348 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
4349 Eg org.texi has been using 4.7 functions for some time.
4350
4351 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
4352
4353 Check pkg-config exit status when configuring (Bug#10626).
4354 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
4355 works; check its exit status. Reported by Jordi Gutiérrez Hermoso in
4356 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
4357
4358 2012-04-07 Glenn Morris <rgm@gnu.org>
4359
4360 * README, configure.in (AC_INIT): Bump version to 24.1.50.
4361
4362 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4363
4364 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
4365
4366 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
4367
4368 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
4369 * configure.in (LIBS_TERMCAP): Default this to the result of
4370 the tputs library search. Do a run-time test for the linkability
4371 of tputs unless cross-compiling, as that's more reliable if the
4372 link flags and libraries are messed up. Don't change LIBS as
4373 a result of the test, as that may mess up later tests.
4374
4375 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
4376
4377 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
4378
4379 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
4380 specific makefiles to support getopt_.h generation with MSVC.
4381
4382 2012-02-04 Glenn Morris <rgm@gnu.org>
4383
4384 * Makefile.in (uninstall):
4385 Handle compressed info files and man pages. (Bug#10718)
4386
4387 2012-02-02 Glenn Morris <rgm@gnu.org>
4388
4389 * configure.in [HAVE_NS]:
4390 Error if use --without-toolkit-scroll-bars. (Bug#10673)
4391
4392 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
4393
4394 Port to older Solaris 10 versions (Bug#10677).
4395 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
4396 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
4397 possibly this is because Sun fixed the 'stat' bug in my version.
4398 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
4399 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
4400 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4401 These changes are based on gnulib version
4402 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
4403 because Emacs is in feature freeze and we do not want to merge any
4404 more-recent changes from gnulib.
4405
4406 2012-01-31 Glenn Morris <rgm@gnu.org>
4407
4408 * configure.in: Throw an explicit error if Motif toolkit was
4409 requested but requirements could not be found.
4410
4411 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
4412
4413 2012-01-30 Eli Zaretskii <eliz@gnu.org>
4414
4415 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
4416 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
4417 with "make -j3".
4418
4419 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
4420
4421 * .bzrignore: Ignore etc/__pycache__.
4422
4423 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
4424
4425 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
4426 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
4427 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
4428 by Nelson H. F. Beebe in
4429 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
4430
4431 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
4432
4433 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
4434
4435 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
4436
4437 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
4438 instead of LDFLAGS (Bug#10230).
4439
4440 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
4441
4442 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
4443
4444 Propagate configure flags to sub-configures.
4445 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
4446 New macros.
4447 (config.status, bootstrap): Use them to propagate configure flags
4448 to sub-configures.
4449 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
4450
4451 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
4452
4453 * .bzrignore: Add config.cache.
4454
4455 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
4456
4457 * configure.in: Check for gtk_window_set_has_resize_grip.
4458
4459 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
4460
4461 * configure.in (HAVE_XPM): Fix typo.
4462
4463 2011-11-22 Glenn Morris <rgm@gnu.org>
4464
4465 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
4466 have confusing effects on the build. (Bug#6401)
4467
4468 * Makefile.in (install-arch-dep): Tweak previous change.
4469
4470 2011-11-22 Yavor Doganov <yavor@gnu.org>
4471
4472 Do not install arch-dependent files in the app bundle if
4473 --disable-ns-self-contained is requested. (Bug#1335)
4474 * configure.in (exec_prefix, libexecdir): Define relative to
4475 `ns_appbindir' only if configured for a self-contained app.
4476 * Makefile.in (install-arch-dep): Test for the existence of
4477 libexec in the Emacs.app bundle before executing commands.
4478
4479 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
4480
4481 * configure.in: Remove reference to src/m/ibms390.h.
4482
4483 2011-11-13 Glenn Morris <rgm@gnu.org>
4484
4485 * INSTALL: Tiny updates for disk space used during installation.
4486
4487 2011-11-05 Eli Zaretskii <eliz@gnu.org>
4488
4489 * lib/makefile.w32-in (FRC): New dummy target.
4490 (TAGS): Depend on FRC.
4491
4492 2011-11-04 Glenn Morris <rgm@gnu.org>
4493
4494 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
4495 Do not include GnuTLS version info in final summary message.
4496
4497 2011-10-31 Eli Zaretskii <eliz@gnu.org>
4498
4499 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
4500 they exist there, else from autogen/.
4501
4502 * make-dist (msdos): Add depfiles.bat and inttypes.h.
4503
4504 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
4505
4506 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
4507
4508 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
4509
4510 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
4511 if the library is found. Otherwise, later configure-time tests,
4512 such as the test for pthread_sigmask, generate the wrong results
4513 on some platforms. Reported by Nali Toja for FreeBSD.
4514
4515 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
4516
4517 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
4518 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
4519 Remove; no longer needed, now that we defer to strftime for time
4520 zone names.
4521
4522 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
4523
4524 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
4525
4526 2011-10-18 Chong Yidong <cyd@gnu.org>
4527
4528 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
4529
4530 2011-10-13 Glenn Morris <rgm@gnu.org>
4531
4532 * configure.in: Also look for tputs in libcurses. (Bug#9736)
4533
4534 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
4535
4536 * configure.in: Remove check for -lintl (Bug#9713).
4537 The check could break 'configure' on GNU/Linux with a (broken) libintl.
4538 The check was helpful but not essential in Solaris 2.6 (1997),
4539 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
4540 obsolete -- Sun dropped support for it in 2006 -- and without
4541 access to that Silurian platform we can't maintain the code anyway.
4542
4543 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
4544
4545 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
4546 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
4547 * m4/gnulib-common.m4: Merge from gnulib.
4548 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
4549 command not found" on powerpc-apple-darwin9.8.0.
4550
4551 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
4552 This is now done by src/alloc.c.
4553
4554 2011-10-02 Richard Stallman <rms@gnu.org>
4555
4556 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
4557 and xlinux_second_failure to xgnu_linux_second_failure.
4558
4559 2011-09-29 Eli Zaretskii <eliz@gnu.org>
4560
4561 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
4562 lib/signal.in-h.
4563
4564 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
4565 Rename signal.in.h and alloca.in.h.
4566
4567 2011-09-28 Eli Zaretskii <eliz@gnu.org>
4568
4569 * INSTALL: Mention that m17n libraries and libotf are needed for
4570 Arabic shaping.
4571
4572 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
4573
4574 Merge from gnulib, improving some licensing wording.
4575 This clarifies and fixes some licensing issues raised by Glenn Morris
4576 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
4577 It also merges the latest version of texinfo.tex and has some
4578 MSVC-related changes that don't affect Emacs.
4579 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
4580 pathmax, and raise, since these are needed only to address
4581 MSVC-related issues that Emacs doesn't have.
4582 * lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
4583 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
4584 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
4585 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
4586 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
4587 * m4/unistd_h.m4: Merge from gnulib.
4588
4589 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
4590
4591 * configure.in: Initialize HAVE_LIBXML2.
4592
4593 2011-09-26 Glenn Morris <rgm@gnu.org>
4594
4595 * make-dist: Add lib/makefile.w32-in.
4596
4597 2011-09-24 Glenn Morris <rgm@gnu.org>
4598
4599 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
4600
4601 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4602
4603 * .dir-locals.el: Change the debbugs regexp to allow having the
4604 bug number as the first thing on a line.
4605
4606 2011-09-15 Glenn Morris <rgm@gnu.org>
4607
4608 * configure.in: Make configure work with recent GNUsteps.
4609 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
4610 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
4611 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
4612
4613 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
4614
4615 Merge from gnulib, porting to Tru64.
4616 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
4617 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
4618 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
4619 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
4620 doesn't affect Emacs.
4621
4622 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
4623
4624 * configure.in (isnan): Remove now-unnecessary check.
4625
4626 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
4627
4628 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
4629 This is to fix the following problems:
4630 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
4631 configured not to use gtk or any other thread-using library,
4632 signals aren't blocked correctly.
4633 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
4634 and IRIX's signal handling.
4635 . On Cygwin 1.7.5 it works around an incompatibility with
4636 the system pthread_sigmask.
4637 . On MacOS X 10.5 (32-bit), files whose inode numbers
4638 exceed 2**31 cannot be read or manipulated.
4639 . pthread_sigmask: Actually use results of gl_THREADLIB.
4640 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
4641 . find 'ar' program that fits with --host argument.
4642 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
4643 * autogen/README: Update destination list.
4644 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
4645 The autogenerated files compile, config.guess,
4646 config.sub, depcomp, install-sh, and missing are now in build-aux.
4647 * m4/largefile.m4: New file, so that Emacs does not mess up when
4648 accessing files with large inode numbers in MacOS X 10.5 and later.
4649 * m4/nocrash.m4: New file, to avoid triggering background debugger
4650 and/or create core dumps during 'configure'.
4651 * build-aux/move-if-change: Renamed from move-if-change.
4652 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
4653 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
4654 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
4655 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
4656 * Makefile.in (epaths-force, sync-from-gnulib):
4657 move-if-change is now in build-aux.
4658 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
4659 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
4660 (mkdir): install-sh is now in build-aux.
4661 * config.bat: c++defs.h is now in build-aux/snippets.
4662 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
4663 usual parameter).
4664 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4665 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
4666 to build-aux/snippet.
4667 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
4668 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
4669 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
4670 Solaris, enables MacOS extensions, and enables nocrash during
4671 'configure'.
4672 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
4673
4674 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
4675
4676 * configure.in (snprintf): New check.
4677
4678 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
4679
4680 * configure.in (opsys): Change pattern to *-*-linux*
4681 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
4682 Remove unreachable pattern hppa*-*-linux-gnu*.
4683 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
4684 and that can't possibly work now that src/m/hp800.h no longer exists.
4685
4686 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
4687
4688 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
4689
4690 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
4691
4692 * configure.in: Add header check: sys/socket.h (Bug#8477),
4693 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
4694 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
4695
4696 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
4697
4698 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
4699 (HAVE_GTK_AND_PTHREAD): Remove.
4700
4701 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
4702
4703 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
4704 build, not just GNUstep (Bug#9177).
4705
4706 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
4707
4708 Assume freestanding C89 headers, string.h, stdlib.h.
4709 Again, this simplifies the code, and all current platforms have these.
4710 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
4711 (AC_HEADER_STDC): Remove.
4712 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
4713 (strchr, strrchr): Remove fallback macros.
4714
4715 Assume support for memcmp, memcpy, memmove, memset.
4716 This simplifies the code a bit. All current platforms have these,
4717 as they are required for C89. If this turns into a problem we
4718 can add the gnulib modules for these (a 1-line change to Makefile.in).
4719 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
4720
4721 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
4722
4723 * GNUmakefile: New file.
4724 This is for convenience, so that one can run GNU make in an
4725 unconfigured source tree, and get a default build.
4726
4727 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
4728
4729 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
4730
4731 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4732
4733 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
4734 so as to suppress address randomization (Bug#8395).
4735
4736 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
4737
4738 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
4739 This fixes a build problem on older Mac OS X hosts.
4740
4741 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
4742 test, which runs afoul of Automake installations where, for example,
4743 /usr/share/aclocal contains a copy of gl_THREADLIB.
4744 Reported by Sven Joachim in
4745 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
4746 This is just a quick temporary fix, specific to Emacs; I'll work
4747 with the other gnulib maintainers to get a more-permanent fix.
4748
4749 Add gnulib's strtoimax module, needed on Solaris 8.
4750 * Makefile.in (GNULIB_MODULES): Add strtoimax.
4751 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
4752 automatically imported from gnulib.
4753 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4754
4755 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
4756
4757 Add gnulib support for pthread_sigmask (Bug#9010).
4758 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
4759 * configure.in (AC_TYPE_UID_T): New dummy macro.
4760 Configure gnulib after adjusting LIBS,
4761 so that gnulib can assume the libraries in LIBS.
4762 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
4763 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
4764 * lib/pthread_sigmask.c:
4765 New files, automatically imported from gnulib.
4766 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
4767 due to the above changes.
4768 * .bzrignore: Add lib/signal.h.
4769
4770 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
4771
4772 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
4773
4774 * configure.in (maintainer-mode): Reflect default in help string.
4775
4776 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4777
4778 * configure.in: Remove reference to iris4d.h.
4779
4780 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
4781
4782 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
4783
4784 2011-07-01 Glenn Morris <rgm@gnu.org>
4785
4786 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
4787
4788 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4789
4790 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
4791 which made ./configure infloop.
4792
4793 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
4794
4795 * configure.in (gsettings): New option and check for GSettings.
4796
4797 2011-06-29 Glenn Morris <rgm@gnu.org>
4798
4799 * configure.in: Try to test for the required crt*.o files.
4800
4801 2011-06-27 Bill Wohler <wohler@newt.com>
4802
4803 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
4804
4805 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
4806
4807 Use gnulib's dup2 module instead of rolling our own.
4808 * Makefile.in (GNULIB_MODULES): Add dup2.
4809 * configure.in: Do not check for dup2; gnulib does that now.
4810 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
4811
4812 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
4813
4814 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
4815
4816 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
4817
4818 Use gnulib's alloca-opt module.
4819 * .bzrignore: Add lib/alloca.h.
4820 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
4821 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
4822 as gnulib now does that for us. Put alloca check in config.h.
4823 Include <alloca.h> before any other include file, for AIX 3.
4824 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4825 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
4826
4827 2011-06-21 Leo Liu <sdl.web@gmail.com>
4828
4829 * m4/sha256.m4:
4830 * m4/sha512.m4:
4831 * m4/gl-comp.m4:
4832 * lib/u64.h:
4833 * lib/sha256.c:
4834 * lib/sha256.h:
4835 * lib/sha512.c:
4836 * lib/sha512.h:
4837 * lib/makefile.w32-in (GNULIBOBJS):
4838 * lib/gnulib.mk:
4839 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
4840 crypto/sha512 modules from gnulib.
4841
4842 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
4843
4844 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
4845
4846 2011-06-17 Glenn Morris <rgm@gnu.org>
4847
4848 * configure.in: Restore the behavior of checking crt-dir only
4849 when the user specified it (not all platforms use it).
4850
4851 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
4852
4853 * m4/lstat.m4: Merge from gnulib (Bug#8878).
4854
4855 2011-06-16 Miles Bader <miles@gnu.org>
4856
4857 * configure.in: Try to determine CRT_DIR automatically when
4858 using gcc.
4859
4860 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
4861
4862 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
4863 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
4864 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
4865 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
4866 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
4867 Merge from gnulib.
4868
4869 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
4870
4871 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
4872
4873 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
4874
4875 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
4876
4877 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
4878
4879 * configure.in: Add --with-wide-int.
4880 * INSTALL: Mention this.
4881
4882 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
4883
4884 Merge from gnulib.
4885 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
4886
4887 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
4888
4889 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
4890
4891 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
4892
4893 Use 'inline', not 'INLINE'.
4894 * configure.in (INLINE): Remove.
4895
4896 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
4897
4898 Adjust to recent gnulib change for @GUARD_PREFIX@.
4899 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
4900 All uses of _GL_ for guard prefixes in lib/*.h replaced with
4901 _@GUARD_PREFIX@_.
4902
4903 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
4904
4905 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
4906
4907 2011-05-24 Glenn Morris <rgm@gnu.org>
4908
4909 * Makefile.in (check): Just give a message if no test/ directory.
4910
4911 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
4912
4913 * configure.in (OPT_MAKEFILES_IN): Remove.
4914 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
4915 (SUBDIR_MAKEFILES_IN): New output variable.
4916 * Makefile.in (OPT_MAKEFILES_IN): Remove.
4917 (SUBDIR_MAKEFILES_IN): Let configure set it.
4918
4919 2011-05-24 Leo Liu <sdl.web@gmail.com>
4920
4921 * m4/sha1.m4:
4922 * m4/gl-comp.m4:
4923 * lib/sha1.h:
4924 * lib/sha1.c:
4925 * lib/makefile.w32-in (GNULIBOBJS):
4926 * lib/gnulib.mk:
4927 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
4928
4929 2011-05-24 Glenn Morris <rgm@gnu.org>
4930
4931 * configure.in: Remove test for already configured source directory.
4932 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
4933
4934 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
4935
4936 2011-05-24 Glenn Morris <rgm@gnu.org>
4937
4938 * make-dist: Don't distribute test/. (Bug#8107)
4939 * configure.in (OPT_MAKEFILES_IN): New output variable.
4940 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
4941 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
4942 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
4943 (check): Give an explicit error if test/ is not present.
4944
4945 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
4946 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
4947 (Makefile): Use $SUBDIR_MAKEFILES_IN.
4948
4949 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
4950
4951 * lib/verify.h: Merge from gnulib.
4952
4953 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
4954
4955 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
4956 Merge from gnulib.
4957
4958 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
4959
4960 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
4961
4962 2011-05-20 Eli Zaretskii <eliz@gnu.org>
4963
4964 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
4965
4966 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
4967
4968 2011-05-20 Glenn Morris <rgm@gnu.org>
4969
4970 * configure.in (lisp_frag): New output file.
4971
4972 2011-05-19 Glenn Morris <rgm@gnu.org>
4973
4974 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
4975 (WINDOW_SUPPORT): Remove output variables that are no longer used.
4976
4977 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
4978
4979 * lib/gnulib.mk:
4980 * lib/intprops.h:
4981 * lib/unistd.in.h:
4982 * m4/inttypes.m4:
4983 * m4/stdint.m4:
4984 * m4/unistd_h.m4: Sync from gnulib.
4985
4986 2011-05-14 Glenn Morris <rgm@gnu.org>
4987
4988 * configure.in: Treat failure to find an X toolkit the same way we treat
4989 failure to find X and image support.
4990
4991 2011-05-12 Glenn Morris <rgm@gnu.org>
4992
4993 * Makefile.in (src, install-arch-indep, bootstrap-clean)
4994 (check-declare): Shell portability fixes. (Bug#8642)
4995
4996 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4997
4998 * configure.in: Require GnuTLS 2.6.x or higher.
4999
5000 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
5001
5002 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
5003 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
5004 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
5005
5006 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
5007 This new gnulib-tool option saves 'configure' the trouble of
5008 checking for strtoull when strtoumax exists.
5009
5010 * configure.in (BITS_PER_LONG_LONG): New macro.
5011
5012 2011-05-05 Glenn Morris <rgm@gnu.org>
5013
5014 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
5015 (top_distclean): Delete config.log~.
5016
5017 2011-04-27 Ben Key <bkey76@gmail.com>
5018
5019 * configure.in: Fixed a bug that caused configure with
5020 --enable-checking=stringoverrun to have no effect.
5021
5022 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
5023
5024 * configure.in: Suppress unnecessary checks for size_t.
5025 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
5026 (size_t): Do not check for this, and do not typedef. This code
5027 is never exercised now.
5028
5029 * Makefile.in (GNULIB_MODULES): Add strtoumax.
5030 This is needed for the new integer-reading code in lread.c.
5031 It automatically pulls in the following gnulib files, which
5032 are used on old-fashioned platforms that don't have strtoumax:
5033 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
5034 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
5035 m4/strtoull.m4, m4/strtoumax.m4.
5036 * .bzrignore: Add lib/inttypes.h.
5037
5038 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
5039
5040 * configure.in: Check for GnuTLS certificate verify callbacks.
5041
5042 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5043
5044 * Makefile.in (config.status): Don't erase in case of error.
5045 In case it disappeared, rebuild it with `configure'.
5046
5047 2011-04-20 Ken Brown <kbrown@cornell.edu>
5048
5049 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
5050
5051 2011-04-12 Glenn Morris <rgm@gnu.org>
5052
5053 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
5054
5055 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
5056
5057 * lib/allocator.c: New file, automatically generated by gnulib.
5058
5059 2011-04-07 Glenn Morris <rgm@gnu.org>
5060
5061 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
5062
5063 2011-04-06 Eli Zaretskii <eliz@gnu.org>
5064
5065 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
5066 Revert last change.
5067
5068 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
5069
5070 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
5071 ($(BLD)/careadlinkat.$(O)): New target.
5072 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
5073 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
5074 Update dependencies.
5075
5076 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
5077
5078 Fix more problems found by GCC 4.6.0's static checks.
5079
5080 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
5081
5082 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
5083 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
5084 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
5085 * m4/ssize_t.m4: New files, automatically generated from gnulib.
5086
5087 2011-04-06 Glenn Morris <rgm@gnu.org>
5088
5089 * autogen/update_autogen: Handle loaddefs-like files as well.
5090 (usage): Add -l, -C.
5091 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
5092 With -l, check status of lisp/ as well.
5093 With -C, clean before building.
5094 (autoreconf): Only pass -f in the `clean' case.
5095 (commit): New function.
5096
5097 2011-03-28 Glenn Morris <rgm@gnu.org>
5098
5099 * autogen/update_autogen: Pass -f to autoreconf.
5100
5101 * autogen.sh (get_version): Discard "not found" lines.
5102 (check_version): Respect $AUTOCONF etc environment variables.
5103
5104 2011-03-27 Glenn Morris <rgm@gnu.org>
5105
5106 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
5107 (AH_BOTTOM): Do not define SIGTYPE.
5108
5109 2011-03-26 Glenn Morris <rgm@gnu.org>
5110
5111 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
5112 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
5113
5114 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
5115
5116 * autogen/update_autogen: Remove useless function keyword.
5117
5118 2011-03-25 Eli Zaretskii <eliz@gnu.org>
5119
5120 * config.bat: Generate src/config.h and lib/Makefile from
5121 autogen/config.in and autogen/Makefile.in.
5122
5123 2011-03-25 Glenn Morris <rgm@gnu.org>
5124
5125 * compile, config.guess, config.sub, depcomp, install-sh, missing:
5126 Remove; autoreconf can supply them.
5127 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
5128 config.guess, install-sh. Pass -i to autoreconf.
5129 * autogen/update_autogen (genfiles): Add compile, config.guess,
5130 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
5131 Discard non-error output from autoreconf in -q case.
5132 * autogen/compile, autogen/config.guess, autogen/config.sub:
5133 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
5134 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
5135 install-sh, missing.
5136
5137 2011-03-23 Glenn Morris <rgm@gnu.org>
5138
5139 * autogen/update_autogen: Fix typo.
5140 (msg): Remove function; use `exec' instead.
5141
5142 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
5143 (sync-from-gnulib): Don't sync mkinstalldirs.
5144 * make-dist: Don't distribute mkinstalldirs.
5145
5146 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
5147
5148 Fix more problems found by GCC 4.5.2's static checks.
5149 * Makefile.in (GNULIB_MODULES): Add socklen.
5150 * configure.in: Do not check for sys/socket.h, since socklen does that.
5151 * m4/socklen.m4: New automatically-generated file, from gnulib.
5152
5153 fakemail: Remove dependency on ignore-value.
5154 * Makefile.in (GNULIB_MODULES): Add stdio.
5155 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
5156 imported from gnulib.
5157 * .bzrignore: Add lib/stdio.h.
5158
5159 2011-03-22 Glenn Morris <rgm@gnu.org>
5160
5161 * autogen/copy_autogen: Work from ./ or ../.
5162 Fix time-stamps.
5163 * autogen.sh: Doc fix.
5164
5165 2011-03-20 Glenn Morris <rgm@gnu.org>
5166
5167 * autogen/: New directory, to be excluded from releases.
5168 * autogen/copy_autogen, autogen/update_autogen: New scripts.
5169 * autogen/README: New file.
5170 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
5171 * autogen/Makefile.in: Add auto-updated generated files.
5172 * autogen.sh: No longer a no-op, now it tests for autotools
5173 and runs them as necessary.
5174 * configure.in: Default maintainer-mode to on.
5175 * aclocal.m4, configure, lib/Makefile.in: Remove files.
5176
5177 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
5178
5179 Update for gnulib.
5180 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
5181 includes <intprops.h> directly.
5182 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
5183 when building Emacs on Solaris 9 and running it on Solaris 10.
5184
5185 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
5186
5187 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
5188
5189 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5190
5191 * Version 23.3 released.
5192
5193 2011-03-06 Glenn Morris <rgm@gnu.org>
5194
5195 * configure.in (FREETYPE_LIBS): Actually set it to something.
5196
5197 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
5198
5199 Work around some portability problems with symlinks.
5200
5201 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
5202 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
5203 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
5204 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
5205 * m4/symlink.m4:
5206 New files, automatically generated from gnulib.
5207 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
5208 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
5209
5210 2011-02-26 Eli Zaretskii <eliz@gnu.org>
5211
5212 * .bzrignore: Ignore new lib/*.in-h files.
5213
5214 * config.bat: Rename stdint.in.h and sys_stat.in.h.
5215 Call depfiles.bat even if lib/deps already exist.
5216
5217 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
5218
5219 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
5220 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
5221 recent changes to configure.in and to gnulib.
5222
5223 2011-02-24 Glenn Morris <rgm@gnu.org>
5224
5225 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
5226 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
5227
5228 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
5229
5230 Assume S_ISLNK etc. work, since gnulib supports this.
5231 * Makefile.in (GNULIB_MODULES): Add sys_stat.
5232 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
5233 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
5234 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
5235
5236 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
5237
5238 * lib/min-max.h: New file, for "min" and "max".
5239
5240 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
5241
5242 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
5243 $(EMACS_ROOT)/nt/inc/stdint.h.
5244
5245 2011-02-21 Eli Zaretskii <eliz@gnu.org>
5246
5247 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
5248 src/makefile.w32-in and adapt. Depend on stamp_BLD.
5249 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
5250
5251 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
5252
5253 Import filemode module from gnulib.
5254 * .bzrignore: Add lib/sys/.
5255 * Makefile.in (GNULIB_MODULES): Add filemode.
5256 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
5257 * lib/filemode.c: Renamed from src/filemode.c and regenerated
5258 from gnulib. This adds support for some more file types, e.g.,
5259 Cray DMF migrated files.
5260 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
5261 * m4/sys_stat_h.m4: New files, generated from gnulib.
5262 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5263 Regenerate.
5264
5265 2011-02-20 Eli Zaretskii <eliz@gnu.org>
5266
5267 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
5268 $(EMACS_ROOT)/nt/inc/sys/stat.h.
5269
5270 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5271
5272 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
5273 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
5274 is no longer needed, due to the recent SSDATA and related changes.
5275 Perhaps -Wno-pointer-sign should also be removed from
5276 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
5277 way to test this so I left it alone.
5278 * configure: Regenerate.
5279
5280 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
5281
5282 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
5283 src/makefile.w32-in.
5284
5285 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5286
5287 Import crypto/md5 and stdint modules from gnulib.
5288 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5289 Regenerate.
5290 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
5291 Import the new versions from gnulib; they assume a C99-style
5292 <stdint.h>, supplied by the stdint module.
5293 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
5294 imported from gnulib.
5295 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
5296
5297 2011-02-19 Eli Zaretskii <eliz@gnu.org>
5298
5299 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
5300 Add lib/deps/.
5301
5302 * config.bat: Configure in `lib'.
5303 Generate *.Po files in lib/deps.
5304
5305 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
5306
5307 Import IRIX 6.5 getloadavg fixes from gnulib.
5308 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
5309
5310 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
5311
5312 Import getloadavg module from gnulib.
5313 * .bzrignore: Add lib/stdlib.h.
5314 * Makefile.in (GNULIB_MODULES): Add getloadavg.
5315 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
5316 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
5317 Remove; gnulib does this now.
5318 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
5319 from gnulib. This adds support for several other systems, such
5320 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
5321 buffer overrun on Linux hosts under very high load, and on hosts
5322 that maintain a channel to the load average file it makes sure
5323 the file descriptor is close-on-exec (on hosts that support this)
5324 and is not stdin, stdout, or stderr.
5325 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
5326 from gnulib.
5327 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5328 Regenerate.
5329
5330 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
5331
5332 Merge from gnulib.
5333
5334 * install-sh: Update to scriptversion 2011-01-19.21.
5335
5336 2011-02-13 Bruno Haible <bruno@clisp.org>
5337
5338 Consistent macro naming for macros that use GCC __attribute__.
5339 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
5340 ATTRIBUTE_DEPRECATED.
5341
5342 2011-02-12 Bruno Haible <bruno@clisp.org>
5343
5344 setlocale: Prefer gnulib's override over libintl's override.
5345 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
5346 GNULIB_defined_setlocale is set.
5347
5348 2011-02-13 Glenn Morris <rgm@gnu.org>
5349
5350 * make-dist: Exclude generated file src/globals.h.
5351
5352 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
5353
5354 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
5355 Sync from gnulib, which has been patched to fix the problem
5356 with the license notices. Reported by Glenn Morris in
5357 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
5358
5359 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 * .bzrignore: Ignore globals.h and related stamp.
5362
5363 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
5364
5365 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
5366 This merges the following fix from gnulib:
5367
5368 2011-02-08 Bruno Haible <bruno@clisp.org>
5369
5370 Split large sed scripts, for HP-UX sed.
5371
5372 2011-02-08 Tom Tromey <tromey@redhat.com>
5373
5374 * configure: Rebuild.
5375 * configure.in (NS_OBJC_OBJ): New subst.
5376
5377 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
5378
5379 gnulib: allow multiple gnulib generated replacements to coexist
5380 This defines a few preprocessor symbols that should not affect Emacs.
5381 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
5382 via "make sync-from-gnulib".
5383
5384 gnulib: undo previous change
5385 The upstream _HEADERS change was backed out of gnulib (see the
5386 same thread). Stay in sync with gnulib.
5387
5388 gnulib: adjust to upstream _HEADERS change
5389 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
5390 New empty macros, to accommodate recent changes to gnulib. See
5391 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
5392 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
5393 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
5394 * lib/time.in.h, lib/unistd.in.h:
5395 Regenerate.
5396
5397 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
5398
5399 sync from gnulib to remove HAVE_STDBOOL_H
5400 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
5401 AC_HEADER_STDBOOL. All uses changed. Do not define
5402 HAVE_STDBOOL_H, as gnulib does not need this. This change is
5403 imported from the latest Autoconf git. It was motivated by Emacs,
5404 which uses gnulib but does not need HAVE_STDBOOL_H.
5405 * configure, src/config.in: Regenerate.
5406 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
5407
5408 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
5409
5410 allow C code to suppress warnings about ignored return values
5411 * Makefile.in (GNULIB_MODULES): Add ignore-value.
5412 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
5413 * lib/ignore-value.h: New file.
5414
5415 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
5416
5417 * configure.in: Test existence of xaw3d library, not just the
5418 header (Bug#7642).
5419
5420 2011-01-31 Eli Zaretskii <eliz@gnu.org>
5421
5422 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
5423 $(BLD)/time_r.$(O).
5424 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
5425 $(EMACS_ROOT)/src/m/intel386.h.
5426 ($(BLD)/strftime.$(O))
5427 ($(BLD)/time_r.$(O)): Define prerequisites.
5428
5429 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
5430
5431 src/emacs.c now gets version number from configure.in
5432 * configure.in (version): Set this from $PACKAGE_VERSION,
5433 which is set from AC_INIT, rather than scouting through src/emacs.c.
5434 * configure: Regenerate.
5435 * make-dist (version): Get it from configure.in, not src/emacs.c.
5436
5437 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5438
5439 strftime: import from gnulib
5440 * Makefile.in (GNULIB_MODULES): Add strftime.
5441 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
5442 needed.
5443 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5444 Regenerate.
5445 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
5446 imported from gnulib.
5447 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
5448 This incorporates many changes from gnulib, including simpler
5449 handling of multibyte formats, porting to mingw32 and other
5450 platforms, and support for higher-resolution time stamps.
5451 Emacs does not yet use the higher-resolution interface.
5452
5453 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5454
5455 gnulib: import mktime and move-if-change fixes from gnulib
5456
5457 * configure: Regenerate from the following.
5458
5459 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5460
5461 mktime: clarify long_int width checking
5462 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
5463 the top level, to make it clearer that the assumption about
5464 long_int width is being checked. See
5465 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
5466
5467 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
5468
5469 TYPE_MAXIMUM: avoid theoretically undefined behavior
5470 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
5471 negative number, which the C Standard says has undefined behavior.
5472 In practice this is not a problem, but might as well do it by the book.
5473 Reported by Rich Felker and Eric Blake; see
5474 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
5475 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
5476 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
5477
5478 mktime: #undef mktime before #defining it
5479 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
5480
5481 mktime: systematically normalize tm_isdst comparisons
5482 * lib/mktime.c (isdst_differ): New function.
5483 (__mktime_internal): Use it systematically for all isdst comparisons.
5484 This completes the fix for libc BZ #6723, and removes the need for
5485 normalizing tm_isdst.
5486 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
5487 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
5488
5489 mktime: fix some integer overflow issues and sidestep the rest
5490
5491 This was prompted by a bug report by Benjamin Lindner for MinGW
5492 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
5493 His bug is due to signed integer overflow (0 - INT_MIN), and I
5494 I scanned through mktime.c looking for other integer overflow
5495 problems, fixing all the bugs I found.
5496
5497 Although the C Standard says the resulting code is still not safe
5498 in the presence of integer overflow, in practice it should be good
5499 enough for all real-world two's-complement implementations, except
5500 for debugging environments that deliberately trap on integer
5501 overflow (e.g., gcc -ftrapv).
5502
5503 * lib/mktime.c (WRAPV): New macro.
5504 (SHR): Also check that long_int and time_t shift right in the
5505 usual way, before using the fast-but-unportable method.
5506 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
5507 used. The code already assumed two's complement, so there's
5508 no need to test for alternatives. All uses removed.
5509 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
5510 the C standard. Reported by Rich Felker in
5511 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
5512 (twos_complement_arithmetic): Also check long_int and time_t.
5513 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
5514 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
5515 (__mktime_internal): Avoid integer overflow with unary subtraction
5516 in two instances where -1 - X is an adequate replacement for -X,
5517 since the calculations are approximate.
5518
5519 2011-01-29 Eric Blake <eblake@redhat.com>
5520
5521 mktime: avoid infinite loop
5522 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
5523 type; behavior is still undefined but portable to all known targets.
5524 Reported by Rich Felker.
5525
5526 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
5527
5528 mktime: avoid problems on NetBSD 5 / i386
5529 * lib/mktime.c (long_int): New type. This works around a problem
5530 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
5531 but time_t is 64 bits, and where I expect the existing code is
5532 wrong in some cases.
5533 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
5534 (ydhms_diff): Bring back the compile-time check for wide-enough
5535 year and yday.
5536
5537 mktime: fix misspelling in comment
5538 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
5539 This merges all recent glibc changes of importance.
5540
5541 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5542
5543 move-if-change: cope with concurrent mv of identical file.
5544 * move-if-change (CMPPROG): Accept environment
5545 variable as an override for `cmp'.
5546 (usage): Document CMPPROG.
5547 Adjust comparison to drop stdout. Cope with failure of mv if
5548 the target file exists and is identical to the source, for
5549 parallel builds.
5550 Report from H.J. Lu against binutils in PR binutils/12283.
5551
5552 2011-01-29 Eli Zaretskii <eliz@gnu.org>
5553
5554 * lib/makefile.w32-in:
5555 * lib/getopt_.h: New files.
5556
5557 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
5558
5559 improve fix for MS-DOS file name clash
5560 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
5561 for portability to POSIX make. Reported by Bruno Haible.
5562 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
5563 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
5564 files from accumulating as garbage. Also reported by Bruno Haible.
5565
5566 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
5567
5568 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
5569 * Makefile.in (DOS-gnulib-comp.m4): New macro.
5570 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
5571 problems with MS-DOS 8+3 file name restrictions.
5572 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
5573 it, it would also cause problems when extracting Emacs distribution
5574 tarballs on MS-DOS hosts.
5575 (ACLOCAL_INPUTS): Adjust to file renaming.
5576 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
5577 * config.guess, config.sub: Sync from gnulib.
5578 * m4/gnulib-cache.m4: Remove from repository.
5579 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
5580
5581 2011-01-25 Glenn Morris <rgm@gnu.org>
5582
5583 * README: Add a note about ranges in copyright years.
5584
5585 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
5586
5587 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
5588
5589 * configure.in: Add HP-UX on IA64 (Bug#6811).
5590
5591 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
5592
5593 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
5594 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
5595 as it is no longer needed.
5596 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
5597 * configure.in: Invoke the new gnulib macro
5598 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
5599 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
5600 * m4/getopt.m4: Sync from gnulib; this removes the need for
5601 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
5602 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
5603 New macro, synced from gnulib.
5604 * m4/warn-on-use.m4: Remove.
5605
5606 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
5607
5608 aclocal.m4: put this file back into repository
5609 This way, we don't have to assume that the maintainer has
5610 the automake package installed. See
5611 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
5612 * .bzrignore: Remove aclocal.m4, undoing the previous change.
5613 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
5614 undoing the previous change.
5615 * aclocal.m4: New file (actually, resurrected).
5616
5617 2011-01-22 Miles Bader <miles@gnu.org>
5618
5619 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
5620 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
5621 Emacs directly uses fontconfig, and breaks building when using a
5622 strict linker).
5623
5624 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
5625
5626 src/config.in: shrink slightly
5627 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
5628 This makes src/config.in a bit smaller, by removing identifiers
5629 like GNULIB_TEST_MKTIME that Emacs does not need.
5630 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
5631 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
5632 Sync from gnulib. This removes a few more unnecessary symbols from
5633 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
5634 * configure, src/config.in: Regenerate.
5635
5636 aclocal.m4: tweaks to regenerate more conveniently
5637 This attempts to act better when the source is in a weird state. See
5638 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
5639 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
5640 * .bzrignore: Add aclocal.m4.
5641
5642 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
5643
5644 aclocal.m4: omit auto-generated file from repository
5645 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
5646 the most recent change here.
5647 * aclocal.m4: Remove from bzr repository. This file is
5648 auto-generated and isn't needed to run 'configure'. See
5649 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
5650
5651 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
5652
5653 Minor Makefile.in tweaks to build from gnulib better.
5654 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
5655 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
5656 (top_maintainer_clean): Don't remove aclocal.m4.
5657
5658 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
5659
5660 Minor cleanups for 'bzr status'
5661 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
5662 the output of config.guess.
5663 * Makefile.in (top_distclean): Remove stamp-h1 too.
5664
5665 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
5666 defined if the compiler supports GCC-style __attribute__
5667 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
5668 this syntax.
5669
5670 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
5671
5672 Makefile.in: tidy up the building of lib
5673 * Makefile.in (am--refresh): Mark as .PHONY.
5674 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
5675 as they're not rebuilt unless you do a "make sync-from-gnulib"
5676 and the former is needed for "configure".
5677 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
5678 has already removed lib/Makefile.
5679
5680 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
5681 This avoids building ftoastr and ldtoastr, which aren't needed. See
5682 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
5683
5684 * .bzrignore: Add .h files that are host-dependent.
5685 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
5686 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
5687 host-dependent and are built as part of an ordinary 'make', and
5688 should not be checked in.
5689
5690 * lib/Makefile.in: Regenerate.
5691 * lib/COPYING: New file, a copy of COPYING.
5692
5693 * configure: Regenerate.
5694 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
5695
5696 Regenerate.
5697 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
5698 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
5699 New files, copied from gnulib by gnulib-tool.
5700 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
5701 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
5702 Regenerate.
5703
5704 Use gnulib's getopt-gnu module.
5705 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
5706 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
5707 representative of the dependencies.
5708 * configure.in: Do not configure getopt, as gnulib does that now.
5709 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
5710 getopt now, in lib.
5711
5712 Regenerate.
5713 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
5714 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
5715 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
5716 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
5717 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
5718 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
5719 * m4/wchar_t.m4, warn-on-use.h:
5720 New files, copied from gnulib by gnulib-tool.
5721 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
5722 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
5723 Regenerate.
5724
5725 Use gnulib's mktime module.
5726 * Makefile.in (GNULIB_MODULES): Add mktime.
5727 * configure.in: Remove code no longer needed, as gnulib now does it.
5728 (AC_CHECK_FUNCS): Remove mktime.
5729 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
5730 (__restrict): Remove, as this now gets in the way of the C99
5731 support for 'restrict' pulled in by the gnulib mktime module.
5732 Code should now use 'restrict' and not '__restrict".
5733 (mktime): Remove.
5734 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
5735 and warn-on-use.h into the distribution.
5736
5737 Regenerate.
5738 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
5739 * lib/ldtoastr.c, m4/c-strtod.m4:
5740 New files, copied from gnulib by gnulib-tool.
5741 * lib/dummy.c: Remove.
5742 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
5743 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
5744 Regenerate.
5745
5746 Use gnulib's ftoastr module.
5747 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
5748
5749 Regenerate.
5750 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
5751 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
5752 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
5753 New files, generated automatically, with 'make sync-from-gnulib'
5754 followed by 'make'.
5755 * configure: Regenerate.
5756
5757 Automate syncing from gnulib.
5758 * INSTALL, README: Document new subdirectory 'lib'.
5759 * Makefile.in (SUBDIR): Add lib.
5760 (SUBDIR_MAKEFILES): Add lib/Makefile.
5761 (lib-src, src, TAGS, tags): Depend on lib.
5762 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
5763 ($(gnulib_srcdir)): New rule.
5764 (sync-from-gnulib): New rule, which is .PHONY.
5765 (lib): New rule, which is like lib-src.
5766 (Makefile): Depend on lib/Makefile.in.
5767 (AUTOCONF_INPUTS): Depend on aclocal.m4.
5768 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
5769 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
5770 (am--refresh): New rule, to pacify Automake.
5771 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
5772 Clean lib, too.
5773 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
5774 droppings.
5775 (maintainer-clean, extraclean): Use it.
5776 * configure.in: Initialize for automake and gnulib, by invoking
5777 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
5778 lib/Makefile, too. Use automake to build gnulib, as gnulib works
5779 more conveniently with automake.
5780 * lib/Makefile.am: New file.
5781 * make-dist: Also put into the distribution aclocal.m4,
5782 compile, depcomp, missing, and the files under lib/.
5783
5784 2011-01-15 Glenn Morris <rgm@gnu.org>
5785
5786 * Makefile.in (epaths-force): No more arch-tag to edit.
5787
5788 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
5789
5790 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
5791
5792 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
5793
5794 * make-dist: Distribute test/ files too.
5795 Distribute every file under test/ that is under version control,
5796 using patterns like *.el to capture files that are added later.
5797 Without this change, "configure" would fail, because it would
5798 attempt to build from a Makefile.in that was not distributed.
5799
5800 2011-01-13 Christian Ohler <ohler@gnu.org>
5801
5802 * Makefile.in (INFO_FILES): Add ERT.
5803
5804 * Makefile.in (check): Run tests in test/automated.
5805
5806 * Makefile.in:
5807 * configure.in: Add test/automated/Makefile.
5808
5809 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
5810
5811 * install-sh, mkinstalldirs, move-if-change: Update from master
5812 source in gnulib.
5813
5814 * config.guess, config.sub: Updated from master source.
5815
5816 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
5817
5818 * configure.in: Check for __builtin_unwind_init.
5819
5820 2011-01-05 Glenn Morris <rgm@gnu.org>
5821
5822 * configure.in (HAVE_MAKEINFO): New output variable.
5823 (MAKEINFO): Reset to "makeinfo" if not found.
5824 * Makefile.in (install-arch-indep, info):
5825 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
5826
5827 2010-12-29 Ulrich Müller <ulm@gentoo.org>
5828
5829 * configure.in: Make gameuser configurable (Bug#7717).
5830
5831 2010-12-15 Glenn Morris <rgm@gnu.org>
5832
5833 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
5834 long absent lib-src/fns-*.el.
5835
5836 2010-12-11 Glenn Morris <rgm@gnu.org>
5837
5838 * make-dist: Exclude etc/*.pyc.
5839
5840 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
5841
5842 * configure.in: Don't double machfile in final message.
5843
5844 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
5845
5846 * configure.in: Fix last change.
5847
5848 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
5849
5850 * configure.in: Remove reference to removed machine description
5851 files and allow $machine and $machfile to be empty.
5852 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
5853
5854 2010-12-03 Glenn Morris <rgm@gnu.org>
5855
5856 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
5857
5858 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
5859
5860 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
5861 (EXTERNALLY_VISIBLE): New definition.
5862
5863 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
5864
5865 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
5866
5867 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5868
5869 * configure.in: Do not check for unconditionally included headers.
5870
5871 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5872
5873 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
5874
5875 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
5876
5877 * configure.in: Don't write a warning for D-Bus anymore.
5878
5879 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
5880
5881 * configure.in: Fix indentation.
5882
5883 2010-10-31 Ken Brown <kbrown@cornell.edu>
5884
5885 * configure.in (checking whether localtime caches TZ):
5886 Use unsetenv instead of modifying environment directly.
5887
5888 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
5889
5890 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
5891 to avoid warning.
5892
5893 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5894
5895 * configure.in: Remove the BROKEN annotation from GnuTLS.
5896
5897 2010-10-22 Glenn Morris <rgm@gnu.org>
5898
5899 * make-dist: Avoid listing .el files twice. Don't try to run
5900 autoconf if --no-update.
5901
5902 2010-10-20 Glenn Morris <rgm@gnu.org>
5903
5904 * make-dist: No longer create lisp/MANIFEST.
5905
5906 2010-10-14 Glenn Morris <rgm@gnu.org>
5907
5908 * BUGS, INSTALL.BZR, README: Updates.
5909
5910 2010-10-13 Glenn Morris <rgm@gnu.org>
5911
5912 * make-dist: Remove --compress. Check for the appropriate
5913 gzip-like executable, and if not found, don't compress.
5914 Check version number in README, don't change it.
5915 Use find for nt/inc/*.h.
5916
5917 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
5918
5919 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
5920 Remove trailing / from directory names.
5921
5922 2010-10-12 Glenn Morris <rgm@gnu.org>
5923
5924 * make-dist: Update and simplify.
5925
5926 2010-10-12 Eli Zaretskii <eliz@gnu.org>
5927
5928 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
5929
5930 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5931
5932 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
5933
5934 2010-10-09 Glenn Morris <rgm@gnu.org>
5935
5936 * make-dist: No more doc/emacs/*.texi.in.
5937
5938 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
5939
5940 2010-10-09 Glenn Morris <rgm@gnu.org>
5941
5942 * configure.in: Combine some conditionals.
5943
5944 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
5945 * make-dist: Include doc/emacs/*.texi.in.
5946
5947 * INSTALL, make-dist: Remove references to b2m.
5948 * Makefile.in (MAN_PAGES): Remove b2m.1.
5949
5950 2010-10-05 Glenn Morris <rgm@gnu.org>
5951
5952 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
5953
5954 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5955
5956 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
5957
5958 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
5959
5960 * configure.in: Include stdlib.h and string.h unconditionally.
5961
5962 2010-09-29 Romain Francoise <romain@orebokech.com>
5963
5964 * configure.in: Don't enable ImageMagick unless HAVE_X11.
5965
5966 2010-09-28 Glenn Morris <rgm@gnu.org>
5967
5968 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
5969 happy.
5970
5971 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5972
5973 * configure.in: Enable imagemagick by default.
5974
5975 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5976
5977 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
5978 GnuTLS libraries.
5979
5980 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
5981
5982 * configure.in: Set up GnuTLS.
5983
5984 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
5985
5986 * configure.in: Announce whether libxml2 is linked to.
5987
5988 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5989
5990 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
5991
5992 2010-09-18 Eli Zaretskii <eliz@gnu.org>
5993
5994 * config.bat: Detect that libxml2 is installed and if so, build
5995 with it.
5996
5997 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5998
5999 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
6000 be used. This fixes a conf problem on Mac OS X.
6001
6002 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6003
6004 * configure.in: Check for libxml2.
6005
6006 2010-09-09 Glenn Morris <rgm@gnu.org>
6007
6008 * make-dist: No more TODO files under lisp/.
6009
6010 2010-09-04 Eli Zaretskii <eliz@gnu.org>
6011
6012 * config.bat: Produce lisp/gnus/_dir-locals.el from
6013 lisp/gnus/.dir-locals.el.
6014
6015 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
6016
6017 * configure.in: Fix check for librsvg, imagemagick and
6018 MagickExportImagePixels.
6019
6020 2010-08-18 Joakim Verona <joakim@verona.se>
6021
6022 * Makefile.in, configure.in: Checks for ImageMagick.
6023
6024 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
6025
6026 * configure.in (AC_PREREQ): Require autoconf 2.65.
6027
6028 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
6029
6030 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
6031
6032 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
6033
6034 * configure.in: Add AC_C_BIGENDIAN.
6035
6036 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
6037
6038 * configure.in (ORDINARY_LINK): Use on hpux* too.
6039
6040 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
6041
6042 * configure.in: Check for util.h.
6043 Use -Wimplicit-function-declaration if compiler supports it.
6044
6045 2010-08-05 Eli Zaretskii <eliz@gnu.org>
6046
6047 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
6048
6049 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
6050
6051 * configure.in: Restore accidentally removed use of
6052 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
6053
6054 2010-07-29 Chad Brown <yandros@mit.edu>
6055
6056 * configure.in: Check for dirent.h.
6057
6058 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
6059
6060 * configure.in: Remove reference to usg5-4, unused.
6061
6062 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
6063
6064 * configure.in: Check for __executable_start.
6065
6066 2010-07-24 Ken Brown <kbrown@cornell.edu>
6067
6068 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
6069
6070 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
6071
6072 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
6073
6074 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
6075
6076 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
6077
6078 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
6079
6080 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
6081 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
6082 (C_OPTIMIZE_SWITCH): Remove.
6083 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
6084
6085 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
6086
6087 * configure.in: Don't check for index and rindex, check for strchr
6088 and strrchr. Define strchr and strrchr as index and rindex,
6089 resp., in src/config.h if not available.
6090
6091 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
6092
6093 * configure.in: Use -Wold-style-definition if available.
6094 This helps with the transition to standard C code, it can be
6095 removed when done.
6096
6097 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
6098
6099 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
6100 and MSWindows.
6101
6102 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
6103
6104 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
6105 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
6106
6107 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
6108
6109 * configure.in (getenv): Remove K&R declaration.
6110
6111 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
6112
6113 * configure.in: Remove define __P.
6114
6115 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
6116
6117 * configure.in (--enable-use-lisp-union-type): New flag.
6118
6119 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
6120
6121 Fix CFLAGS for non-GCC compilers.
6122 * configure.in (CFLAGS): Always use -g like it was done before the
6123 2010-03-30 change.
6124 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
6125 (Bug#6538)
6126
6127 2010-06-30 Glenn Morris <rgm@gnu.org>
6128
6129 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
6130 Set with AC_DEFINE rather than AH_BOTTOM.
6131
6132 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC)
6133 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
6134 Set with shell, not cpp.
6135 (LIBX): Remove, just use -lX11 in the one place this was used.
6136 (cannot_dump): Replace with CANNOT_DUMP.
6137
6138 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
6139
6140 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
6141 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
6142 by minimum required Gtk+ 2.6). Add checks for functions introduced
6143 in Gtk+ 2.14 or newer (bug#6505).
6144
6145 2010-06-26 Eli Zaretskii <eliz@gnu.org>
6146
6147 * config.bat: Remove white space around "+" in COPY commands.
6148
6149 2010-06-23 Glenn Morris <rgm@gnu.org>
6150
6151 * info/dir: Start descriptions in column 32, per Texinfo convention.
6152
6153 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
6154
6155 * INSTALL: Update font information (Bug#6389).
6156
6157 2010-06-16 Glenn Morris <rgm@gnu.org>
6158
6159 * INSTALL: General update.
6160
6161 2010-06-12 Glenn Morris <rgm@gnu.org>
6162
6163 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
6164
6165 2010-06-11 Glenn Morris <rgm@gnu.org>
6166
6167 * configure.in (--without-compress-info): New option.
6168 (GZIP_INFO): New output variable.
6169
6170 * Makefile.in (GZIP_INFO): New, set by configure.
6171 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
6172 Handle man pages in the same way.
6173
6174 2010-06-10 Glenn Morris <rgm@gnu.org>
6175
6176 * Makefile.in (install-arch-indep): Gzip the info files too.
6177
6178 * make-dist: Remove references to non-existent directories and files.
6179
6180 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
6181
6182 * configure.in: Include <strings.h> and <string.h> instead of
6183 "strings.h" and "string.h".
6184
6185 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
6186
6187 * configure.in: Remove code dealing with BSTRING.
6188
6189 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
6190
6191 * configure.in (AC_PREREQ): Require autoconf 2.65.
6192
6193 * configure.in (unxec): Do not define and substitute.
6194 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
6195
6196 2010-06-03 Glenn Morris <rgm@gnu.org>
6197
6198 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
6199
6200 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
6201
6202 Fix alloca definition when using gcc on non-gnu systems.
6203 * configure.in: Use the code sequence indicated by "info autoconf"
6204 for alloca (bug#6170).
6205
6206 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6207
6208 * .bzrignore: Ignore new files from trunk, which appear if you use
6209 colocated branches (i.e. "bzr switch").
6210
6211 2010-05-28 Glenn Morris <rgm@gnu.org>
6212
6213 * configure.in: Simplify some of the $canonical tests.
6214
6215 2010-05-27 Glenn Morris <rgm@gnu.org>
6216
6217 * config.bat: Do not preprocess src/Makefile.in.
6218
6219 * configure.in: Do not preprocess src/Makefile.in.
6220 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
6221 (AC_EGREP_CPP): Test no longer needed.
6222
6223 * make-dist: No more Makefile.c files.
6224
6225 2010-05-26 Glenn Morris <rgm@gnu.org>
6226
6227 * configure.in (YMF_PASS_LDFLAGS): Remove.
6228 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
6229
6230 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
6231 Add $GNUSTEP_LOCAL_HEADERS.
6232 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
6233
6234 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
6235 (GNUSTEP_MAKEFILES): Remove.
6236 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
6237 stuff to here.
6238
6239 2010-05-25 Glenn Morris <rgm@gnu.org>
6240
6241 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
6242 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
6243
6244 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
6245 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
6246 here instead.
6247
6248 2010-05-24 Romain Francoise <romain@orebokech.com>
6249
6250 * make-dist: Look for version in src/emacs.c.
6251 Use lisp/subr.el rather than lisp/version.el for location check.
6252
6253 2010-05-21 Glenn Morris <rgm@gnu.org>
6254
6255 * configure.in (MKDEPDIR): Parallel build tweak.
6256
6257 * configure.in (ns_frag): New output file.
6258
6259 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
6260 (OLDXMENU_TARGET): Set to empty if USE_GTK.
6261
6262 * configure.in (cannot_dump): New output variable.
6263
6264 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
6265
6266 * configure.in: On NetBSD, if terminfo is found, use it in
6267 preference to termcap. (Bug#6190)
6268
6269 2010-05-20 Glenn Morris <rgm@gnu.org>
6270
6271 * make-dist (src): Include *.mk.
6272 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
6273 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
6274 (deps_frag): New output file.
6275 (AUTO_DEPEND): Remove this definition.
6276
6277 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
6278
6279 2010-05-19 Glenn Morris <rgm@gnu.org>
6280
6281 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
6282 (ORDINARY_LINK): New AC_DEFINE.
6283 (LIB_GCC): No need to set if ORDINARY_LINK.
6284
6285 2010-05-18 Glenn Morris <rgm@gnu.org>
6286
6287 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
6288 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
6289
6290 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
6291 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
6292 (RALLOC_OBJ): New output variable.
6293
6294 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
6295 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
6296
6297 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6298
6299 * Makefile.in (src): Provide the name of the VCS file that witnesses
6300 a pull.
6301 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
6302
6303 2010-05-17 Glenn Morris <rgm@gnu.org>
6304
6305 * configure.in (OLDXMENU_DEPS): New output variable.
6306
6307 2010-05-16 Glenn Morris <rgm@gnu.org>
6308
6309 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
6310
6311 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
6312 * Makefile.in (install-arch-dep): Update for above change.
6313
6314 * Makefile.in (ns_appdir): Remove.
6315 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
6316
6317 * configure.in (TEMACS_LDFLAGS2): New output variable.
6318
6319 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
6320 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
6321 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
6322 nothing uses.
6323
6324 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
6325
6326 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
6327 does not use them.
6328 (X11R5_INHIBIT_I18N): Remove, unused.
6329
6330 2010-05-15 Glenn Morris <rgm@gnu.org>
6331
6332 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
6333
6334 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
6335
6336 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
6337
6338 * configure.in: Look for version string in its new location.
6339
6340 2010-05-15 Eli Zaretskii <eliz@gnu.org>
6341
6342 * config.bat: Remove support for DJGPP v1.x.
6343
6344 2010-05-15 Glenn Morris <rgm@gnu.org>
6345
6346 * configure.in (OLDXMENU_TARGET): New output variable.
6347
6348 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
6349
6350 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
6351 and other files that no longer exist.
6352
6353 2010-05-14 Glenn Morris <rgm@gnu.org>
6354
6355 * configure.in (cpp_undefs): Add mktime, register, X11.
6356
6357 * configure.in (GPM_MOUSE_SUPPORT): Remove.
6358 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
6359 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
6360
6361 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
6362 (GNUSTEP_MAKEFILES): Do not output.
6363
6364 2010-05-13 Glenn Morris <rgm@gnu.org>
6365
6366 * configure.in: Fix some paren typos.
6367
6368 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
6369
6370 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
6371
6372 2010-05-12 Glenn Morris <rgm@gnu.org>
6373
6374 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
6375
6376 * configure.in (LIB_GCC): New output variable.
6377
6378 2010-05-11 Glenn Morris <rgm@gnu.org>
6379
6380 * make-dist (msdos): No more mainmake.
6381
6382 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
6383 * config.bat: Do not run cpp on lib-src/Makefile.in.
6384
6385 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
6386
6387 2010-05-10 Glenn Morris <rgm@gnu.org>
6388
6389 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
6390
6391 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
6392 (BLESSMAIL_TARGET): New output variable.
6393
6394 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
6395
6396 * INSTALL: Fix typos.
6397
6398 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
6399
6400 * configure.in: Add check for buggy version of GCC (Bug#6031).
6401
6402 2010-05-08 Glenn Morris <rgm@gnu.org>
6403
6404 * configure.in (HAVE_LIBNCURSES): New local variable.
6405 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
6406 replacing cpp in src/s/*.h and src/Makefile.in.
6407
6408 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
6409
6410 * Version 23.2 released.
6411
6412 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6413
6414 * configure.in: Add tests for `isnan' and `copysign'.
6415
6416 2010-05-07 Eli Zaretskii <eliz@gnu.org>
6417
6418 * config.bat: Allow for 2 leading `#'s in comments in
6419 src/Makefile.in.
6420
6421 2010-05-07 Glenn Morris <rgm@gnu.org>
6422
6423 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
6424 Merges logic from src/s/* and src/Makefile.in.
6425 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
6426
6427 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
6428
6429 Define START_FILES and LIB_STANDARD using autoconf.
6430 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
6431 here from src/s/*.h.
6432 (HAVE_CRTIN): Remove, inline logic in the netbsd
6433 START_FILES/LIB_STANDARD computation.
6434
6435 2010-05-06 Glenn Morris <rgm@gnu.org>
6436
6437 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
6438
6439 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
6440 (LD_SWITCH_X_SITE): Remove unused variables.
6441
6442 2010-05-04 Glenn Morris <rgm@gnu.org>
6443
6444 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
6445 as well.
6446 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
6447
6448 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
6449
6450 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
6451 variables, replacing c_switch_machine, c_switch_system.
6452 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
6453 @c_switch_system@.
6454
6455 2010-05-03 Glenn Morris <rgm@gnu.org>
6456
6457 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
6458
6459 * make-dist: There are no more src/m/*.inp files.
6460
6461 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6462
6463 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
6464 (ac_link): Do not use ld_switch_machine.
6465
6466 2010-05-01 Glenn Morris <rgm@gnu.org>
6467
6468 * configure.in (OTHER_OBJ): Remove.
6469 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
6470
6471 2010-04-30 Glenn Morris <rgm@gnu.org>
6472
6473 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
6474 Elsewhere, maybe include it.
6475
6476 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
6477 (OLDXMENU, LIBXMENU): New output variables.
6478
6479 * configure.in (OTHER_OBJ): New output variable.
6480
6481 2010-04-28 Glenn Morris <rgm@gnu.org>
6482
6483 * configure.in (CYGWIN_OBJ): New output variable.
6484
6485 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
6486
6487 * configure.in (FONT_OBJ): New output variable.
6488
6489 * configure.in (LIBXMU): New output variable.
6490
6491 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
6492
6493 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
6494 userland and maybe change values to i386 (move test from s/amdx86-64.h).
6495
6496 2010-04-27 Glenn Morris <rgm@gnu.org>
6497
6498 * configure.in (LIBXTR6): New output variable. Move unixware special
6499 case here from src/s/unixware.h.
6500
6501 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
6502 in Makefiles.
6503 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
6504
6505 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
6506 (LIBXP): No longer substitute in Makefiles.
6507 (MOTIF_LIBW): New output variable. Move system-specific settings here
6508 from src/s files.
6509
6510 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
6511
6512 Reduce CPP usage.
6513 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
6514 (unexec): Define unconditionally, all platforms define
6515 UNEXEC. AC_SUBST it.
6516 (UNEXEC_SRC): Remove, unused.
6517 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
6518
6519 2010-04-27 Glenn Morris <rgm@gnu.org>
6520
6521 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
6522 replaced by LIBXP.
6523
6524 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
6525 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
6526 On hpux10-20, default to /lib.
6527
6528 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
6529
6530 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
6531
6532 * configure.in (LIBS_MACHINE): Remove, unused.
6533
6534 * configure.in (LIB_MATH): New output variable. Set it for some systems.
6535
6536 2010-04-24 Glenn Morris <rgm@gnu.org>
6537
6538 * configure.in (CRT_DIR): New output variable.
6539 (--with-crt-dir): New option. (Bug#5655)
6540 (HAVE_LIB64_DIR): Remove.
6541
6542 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
6543
6544 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
6545
6546 2010-04-22 Miles Bader <miles@gnu.org>
6547
6548 * configure.in: Get rid of "unix" pre-defined macro when
6549 preprocessing Makefile. (Bug#5857)
6550
6551 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
6552
6553 Avoid non-portable shell command negation
6554 * configure.in: Revert last change.
6555
6556 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6557
6558 * configure.in: Change "if test ! -f" to "if ! test -f".
6559
6560 2010-04-21 Glenn Morris <rgm@gnu.org>
6561
6562 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
6563 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
6564
6565 2010-04-21 Karel Klíč <kklic@redhat.com>
6566
6567 * configure.in: New option: --with(out)-selinux, on by default.
6568 Set HAVE_LIBSELINUX if we find libselinux, and substitute
6569 LIBSELINUX_LIBS in Makefiles.
6570
6571 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
6572
6573 * configure.in: Remove all references to LIBX11_SYSTEM.
6574
6575 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6576
6577 * configure.in: Remove all references to C_DEBUG_SWITCH.
6578
6579 2010-03-27 Eli Zaretskii <eliz@gnu.org>
6580
6581 * config.bat <lib-src>: Edit out lines that begin with several #
6582 characters.
6583
6584 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6585
6586 * configure.in: Remove support for old UNIX System V systems and
6587 for Unixware on non-x86 machines.
6588
6589 * configure.in: Remove support for Solaris on PPC and for old versions.
6590
6591 * configure.in: Remove non-working lynxos port.
6592
6593 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6594
6595 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
6596
6597 2010-03-19 Glenn Morris <rgm@gnu.org>
6598
6599 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
6600 happy.
6601
6602 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
6603
6604 * configure.in: Check for tputs and friends, abort if not
6605 found (bug#5735).
6606
6607 2010-03-18 Glenn Morris <rgm@gnu.org>
6608
6609 * configure.in (--with-x-toolkit): In the help text, say which options
6610 are synonyms.
6611
6612 * configure.in (--with-mmdf, --with-mail-unlink):
6613 New options, off by default.
6614 (--with-mailhost): New option to set default POP host.
6615 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
6616 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
6617 New variables, substituted in Makefiles.
6618 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
6619 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
6620 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
6621 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
6622 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
6623
6624 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
6625
6626 * Makefile.in (uninstall): Handle the case where archlibdir does not
6627 exist. (Bug#5720)
6628
6629 2010-03-12 Eli Zaretskii <eliz@gnu.org>
6630
6631 These changes remove termcap.c from the build on POSIX platforms.
6632 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
6633
6634 * configure: Regenerated.
6635
6636 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
6637
6638 * Branch for 23.2.
6639
6640 2010-01-31 Juri Linkov <juri@jurta.org>
6641
6642 * .bzrignore: Add TAGS-LISP.
6643
6644 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6645
6646 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
6647 this header file).
6648
6649 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
6650
6651 * .bzrignore: Ignore all .exe, instead of individual files.
6652
6653 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
6654
6655 * configure.in: Explicitly check for and link to -lXrender.
6656
6657 2010-01-12 Glenn Morris <rgm@gnu.org>
6658
6659 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
6660 for bug reports for development versions.
6661
6662 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6663
6664 * .bzrignore: Add more ignored patterns, including for the MS-DOS
6665 build.
6666
6667 2009-12-27 Karl Fogel <kfogel@red-bean>
6668
6669 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
6670 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
6671
6672 2009-12-17 Glenn Morris <rgm@gnu.org>
6673
6674 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
6675
6676 2009-12-15 Glenn Morris <rgm@gnu.org>
6677
6678 * info/dir: Add EDT entry.
6679 * Makefile.in (INFO_FILES): Add edt.
6680
6681 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
6682
6683 * configure.in: Check for RSVG if GNUstep is used.
6684
6685 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
6686
6687 * configure.in: Don't check for RSVG or GConf unless X11 is used.
6688
6689 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
6690
6691 * configure.in: Allow compiling Emacs with GTK on Cygwin.
6692
6693 2009-12-01 Glenn Morris <rgm@gnu.org>
6694
6695 * make-dist: Add etc/images/mpc directory.
6696
6697 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6698
6699 * configure.in: Don't check for GConf unless X is used.
6700
6701 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
6702
6703 * configure.in: Use -Wdeclaration-after-statement if available.
6704
6705 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6706
6707 * configure.in: New option: --with(out)-gconf.
6708 Set HAVE_GCONF if we find gconf.
6709
6710 2009-11-17 Glenn Morris <rgm@gnu.org>
6711
6712 * Makefile.in (INFO_FILES): Add semantic.
6713
6714 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
6715
6716 * info/dir: Add Semantic.
6717
6718 2009-11-16 Glenn Morris <rgm@gnu.org>
6719
6720 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
6721 pattern, so as not to exclude makefile*.el. (Bug#4912)
6722
6723 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
6724
6725 * configure.in: --enable-autodepend is new. Check for GNU Make
6726 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
6727 gcc and GNU make to generate dependencies.
6728
6729 2009-10-27 Glenn Morris <rgm@gnu.org>
6730
6731 * make-dist: Make links to doc/lispintro/*.pdf.
6732
6733 2009-10-23 Jim Meyering <meyering@redhat.com>
6734
6735 * configure.in: Invoke $CPP with -P when creating Makefile and
6736 src/Makefile. Without this, gcc 4.4.2 converts each
6737 backslash-newline pair in the input to a bare newline, yielding
6738 invalid Makefiles.
6739
6740 * configure: Regenerate.
6741
6742 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6743
6744 * configure.in (vax-dec-vms): Remove, not supported anymore.
6745
6746 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6747
6748 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
6749 (*-apple-darwin*): Add x86_64 architecture.
6750
6751 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6752
6753 * config.guess, config.sub: Updated from master source.
6754
6755 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6756
6757 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
6758
6759 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
6760
6761 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
6762
6763 2009-09-29 Glenn Morris <rgm@gnu.org>
6764
6765 * make-dist (check): Update for two new levels of subdirectory in lisp/.
6766
6767 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6768
6769 * config.guess, config.sub: Updated from master source.
6770
6771 * configure.in (OTHER_FILES): Define using autoconf not cpp.
6772
6773 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6774
6775 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
6776
6777 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6778
6779 * INSTALL: Update URL for GNU FreeFont.
6780
6781 2009-09-09 Glenn Morris <rgm@gnu.org>
6782
6783 * Makefile.in (install-arch-indep): Don't recursively change perms of
6784 site-lisp and infodir. There may be non-Emacs files in here, and the
6785 files supplied by Emacs are all handled explicitly already. (Bug#3800)
6786 (mkdir): Set umask to world-readable before creating directories.
6787 mkinstalldirs already checks if dirs exist, don't duplicate this test.
6788
6789 2009-08-29 Glenn Morris <rgm@gnu.org>
6790
6791 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
6792 (info): Don't give an error in the absence of makeinfo - let the doc
6793 Makefiles do that, if the info files need rebuilding. (Bug#3982)
6794
6795 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
6796
6797 * Makefile.in (install-arch-indep): If the versioned DOC-####
6798 generated during loadup+dump isn't found, install the plain DOC
6799 file that always gets generated, in case CANNOT_DUMP is set.
6800
6801 * configure.in: Warn if package version specified here doesn't
6802 match the version in version.el.
6803 * configure: Regenerate.
6804
6805 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
6806
6807 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
6808
6809 * configure: Regenerate.
6810
6811 2009-08-19 Glenn Morris <rgm@gnu.org>
6812
6813 * INSTALL: Remove reference to cvtmail.
6814
6815 2009-08-15 CHENG Gao <chenggao@gmail.com>
6816
6817 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
6818
6819 2009-08-02 Kevin Ryde <user42@zip.com.au>
6820
6821 * INSTALL: Fix free fonts URL.
6822
6823 2009-07-22 Glenn Morris <rgm@gnu.org>
6824
6825 * configure.in (AC_PREREQ): Require autoconf 2.62.
6826
6827 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
6828
6829 * configure.in (--enable-checking, --enable-profiling):
6830 Use AS_HELP_STRING.
6831
6832 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6833
6834 * configure.in (--enable-profiling): New option.
6835 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
6836
6837 2009-06-27 Glenn Morris <rgm@gnu.org>
6838
6839 * configure.in: Restore netbsd on mips, mipsel, mipseb.
6840
6841 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6842
6843 * configure.in (--enable-checking): New option.
6844
6845 2009-06-24 Glenn Morris <rgm@gnu.org>
6846
6847 * make-dist: Warn if subdir does not exist in source.
6848 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
6849 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
6850 No longer make links.
6851
6852 2009-06-24 Yavor Doganov <yavor@gnu.org>
6853
6854 * make-dist (tempdir): Don't create directories preferences.gorm
6855 and preferences.nib, they are no longer required.
6856
6857 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
6858
6859 * Branch for 23.1.
6860
6861 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
6862
6863 * configure.in: Delete mac-fix-env target, which has been
6864 removed (Bug#3531).
6865
6866 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
6869
6870 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
6871
6872 * BUGS: Use new binding of view-emacs-problems.
6873
6874 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
6875
6876 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
6877 for Solaris compatibility.
6878
6879 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
6880
6881 * configure: Regenerate.
6882
6883 * configure.in: Disable use of FreeType without libXft.
6884
6885 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
6886
6887 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
6888 Check if it is declared in gtk.h.
6889
6890 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
6891
6892 * Makefile.in (install-arch-indep): Remove .gitignore files.
6893
6894 2009-04-03 Kenichi Handa <handa@m17n.org>
6895
6896 * INSTALL: Make the section "Complex Text Layout support
6897 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
6898
6899 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
6900
6901 * configure.in (rs6000-ibm-aix6*): Fix typo.
6902
6903 2009-03-04 Glenn Morris <rgm@gnu.org>
6904
6905 * Makefile.in (INFO_FILES): Add auth.
6906
6907 2009-03-03 Glenn Morris <rgm@gnu.org>
6908
6909 * info/dir: Add Auth-source.
6910
6911 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6912
6913 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
6914 the second.
6915
6916 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6917
6918 * config.bat: Copy .dbxinit to _dbxinit.
6919
6920 * make-dist (Making links to `info'): Remove .gitignore.
6921
6922 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6923
6924 * Makefile.in (lib-src, lisp): Use simpler rule.
6925 (src): Be more specific to avoid recompiling all the .elc files just
6926 because the bootstrap-emacs is missing.
6927
6928 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
6929
6930 * configure.in: Require librsvg >= 2.11.
6931
6932 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6933
6934 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
6935 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
6936
6937 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6938
6939 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
6940
6941 2009-02-03 Glenn Morris <rgm@gnu.org>
6942
6943 * make-dist: Add some missing files, remove some that are no longer
6944 present.
6945
6946 2009-02-02 Glenn Morris <rgm@gnu.org>
6947
6948 * make-dist: Add some missing nextstep/ files.
6949
6950 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
6951
6952 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
6953
6954 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6955
6956 * configure.in: Add support for m68k-*-netbsd.
6957
6958 2009-01-14 Juri Linkov <juri@jurta.org>
6959
6960 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
6961
6962 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
6963 and bug-reference-mode.
6964
6965 2009-01-11 Juri Linkov <juri@jurta.org>
6966
6967 * INSTALL.CVS: Move configuration explicitly to the first step.
6968
6969 2009-01-09 Glenn Morris <rgm@gnu.org>
6970
6971 * .dir-locals.el: Don't set indent-tabs-mode.
6972
6973 2008-12-30 Kenichi Handa <handa@m17n.org>
6974
6975 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
6976 the function OTF_get_variation_glyphs.
6977
6978 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
6979
6980 * Makefile.in (install-arch-dep): Remove old directories in
6981 ns_app* before moving new directories there.
6982
6983 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
6984
6985 * .dir-locals.el: Remove non-working entry for pmail.
6986 (fill-column): Fix typo.
6987 (change-log-mode): Add fill column.
6988
6989 2008-12-26 Eli Zaretskii <eliz@gnu.org>
6990
6991 * config.bat: Produce _dir-locals.el from .dir-locals.el.
6992
6993 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
6994
6995 * make-dist (tempdir): Distribute .dir-locals.el.
6996
6997 * .dir-locals.el: New file.
6998
6999 2008-12-19 Eli Zaretskii <eliz@gnu.org>
7000
7001 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
7002 for rationale.
7003
7004 2008-12-13 Glenn Morris <rgm@gnu.org>
7005
7006 * Makefile.in (install-arch-indep): Add new man-pages.
7007 (manext): Remove variable.
7008 (MAN_PAGES): New variable.
7009 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
7010 and remove.
7011 (uninstall): Remove desktop file and icons, game scores if empty.
7012
7013 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
7014
7015 * config.guess, config.sub: Updated from master source.
7016
7017 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
7018
7019 * Makefile.in (install-arch-indep): Install ebrowse.1.
7020
7021 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
7022
7023 * configure.in: Add Solaris on x86_64.
7024
7025 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
7026
7027 * config.guess, config.sub: Updated from master source.
7028
7029 2008-12-08 Eli Zaretskii <eliz@gnu.org>
7030
7031 * info/dir: Fix last change.
7032
7033 2008-12-07 Eli Zaretskii <eliz@gnu.org>
7034
7035 * info/dir: Untabify.
7036
7037 2008-11-28 Ulrich Müller <ulm@gentoo.org>
7038
7039 * configure.in: Fix last change.
7040
7041 2008-11-28 Richard M Stallman <rms@gnu.org>
7042
7043 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
7044 New configurations.
7045
7046 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
7047
7048 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
7049 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
7050
7051 2008-11-15 Eli Zaretskii <eliz@gnu.org>
7052
7053 * Makefile.in (INFO_FILES): Remove ns-emacs.
7054
7055 * info/dir (NS-Emacs): Remove entry.
7056
7057 2008-11-08 Eli Zaretskii <eliz@gnu.org>
7058
7059 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
7060
7061 2008-11-07 Glenn Morris <rgm@gnu.org>
7062
7063 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
7064
7065 2008-10-31 Eli Zaretskii <eliz@gnu.org>
7066
7067 * config.bat: Tell user to expect one "File not found" message
7068 while the `doc' directory is being configured.
7069
7070 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
7071
7072 * update-subdirs: Put obsolete directory last.
7073
7074 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
7075
7076 * configure.in: Check fontconfig always.
7077
7078 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7079
7080 * configure (*-solaris2.[7-9]*): Fix typo.
7081
7082 2008-10-24 Glenn Morris <rgm@gnu.org>
7083
7084 * configure.in (--without-sync-input, --with-pkg-config-prog):
7085 Help strings start with lower case.
7086 (--with-gnustep-conf): New option.
7087 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
7088
7089 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
7090
7091 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
7092 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
7093 is not found. (Bug#1230)
7094
7095 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
7096
7097 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
7098 Use sol2-6.h for Solaris 7-9.
7099
7100 2008-10-18 Ulrich Müller <ulm@gentoo.org>
7101
7102 * configure.in: Add support for GNU/Linux on SuperH.
7103
7104 2008-10-12 Andreas Schwab <schwab@suse.de>
7105
7106 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
7107
7108 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
7109
7110 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
7111 "X") to avoid confusion.
7112
7113 * configure: Regenerate.
7114
7115 2008-09-07 Romain Francoise <romain@orebokech.com>
7116
7117 * make-dist: Distribute doc/man/ChangeLog.
7118
7119 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
7120
7121 * configure.in: Disable XFT and Freetype when without X.
7122
7123 * configure: Regenerate.
7124
7125 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
7126
7127 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
7128
7129 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7130
7131 * configure.in (GNUSTEP_SYSTEM_HEADERS):
7132 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
7133
7134 * configure: Regenerate.
7135
7136 2008-08-20 Eli Zaretskii <eliz@gnu.org>
7137
7138 * configure.in: Move "#define subprocesses" before
7139 config_opsysfile is included.
7140
7141 2008-08-19 Kenichi Handa <handa@m17n.org>
7142
7143 * INSTALL (Extra fonts): Mention local fonts, don't mention
7144 mule-unicode.
7145
7146 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
7147
7148 * make-dist: Omit info/.arch-inventory.
7149
7150 2008-08-16 Jason Rumney <jasonr@gnu.org>
7151
7152 * make-dist (tempdir/nt): Link emacsclient.rc.
7153
7154 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7155
7156 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
7157 AC_SUBST it.
7158 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
7159 AC_SUBST it.
7160 (OTHER_FILES): Always define for HAVE_NS.
7161 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
7162 * configure: Regenerate.
7163
7164 2008-08-07 Andreas Schwab <schwab@suse.de>
7165
7166 * configure.in: Correctly handle
7167 --enable-cocoa-experimental-ctrl-g=no and
7168 --enable-ns-self-contained=yes.
7169
7170 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7171
7172 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
7173 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
7174 Don't bother undef'ing since won't have desired effect.
7175
7176 2008-08-06 Andreas Schwab <schwab@suse.de>
7177
7178 * configure.in: Fix quoting.
7179
7180 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
7181
7182 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
7183
7184 2008-08-05 Ulrich Müller <ulm@gentoo.org>
7185
7186 * configure.in: Add checks for krb5_error.text and
7187 krb5_error.e_text struct members.
7188
7189 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
7190
7191 * configure.in: Test for existence of NSInteger.
7192 Suggested by Yavor Doganov.
7193
7194 2008-08-02 Romain Francoise <romain@orebokech.com>
7195
7196 * Makefile.in (INFO_FILES): Add mairix-el.
7197
7198 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7199
7200 * make-dist:
7201 * README: Remove VMS support.
7202 * vms: Remove directory.
7203
7204 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7205
7206 * configure.in (MULTI_KBOARD): Remove.
7207
7208 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7209
7210 * configure.in (DO_BLOCK_INPUT): Remove, unused.
7211
7212 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
7213
7214 * info/dir (File): Add mairix-el.
7215
7216 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7217
7218 Remove support for Mac Carbon.
7219 * mac: Remove directory.
7220 * make-dist:
7221 * configure.in:
7222 * README:
7223 * Makefile.in:
7224 * INSTALL: Remove code for Carbon.
7225 * configure: Regenerate.
7226
7227 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
7228
7229 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
7230
7231 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7232
7233 * configure.in: Check for getrlimit.
7234
7235 * configure: Regenerate.
7236
7237 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7238
7239 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
7240 in src/Makefile.in.
7241 (static): Remove, autoconf would always comment it out anyway.
7242 (subprocesses): Define unconditionally.
7243
7244 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
7245
7246 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
7247 compilation under GNUstep.
7248
7249 2008-07-18 Kenichi Handa <handa@m17n.org>
7250
7251 * INSTALL (Complex Text Layout support libraries): Delete the
7252 paragraph about --enable-font-backend.
7253
7254 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7255
7256 * configure.in: Print out some info to user for NeXTstep builds.
7257 (ns-app): Remove enable option.
7258 (ns-self-contained): Add enable option.
7259 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
7260 GNUstep, use to set install prefixes, and substitute in Makefiles.
7261 * configure: Regenerate.
7262 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
7263 NS app bundle.
7264
7265 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7266
7267 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
7268
7269 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7270
7271 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
7272 NS_IMPL_COCOA.
7273
7274 2008-07-16 Glenn Morris <rgm@gnu.org>
7275
7276 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
7277 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
7278 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
7279 never unset.
7280
7281 * make-dist: Add nextstep/ directories.
7282 (src, lib-src): Add .m files.
7283
7284 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7285
7286 * configure.in (freebsd, kfreebsd): Undo part of previous change.
7287 (USER_FULL_NAME): Remove, not used anymore.
7288 * configure: Regenerate.
7289
7290 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7291
7292 Changes and additions for NeXTstep windowing system (Cocoa and
7293 GNUstep) support.
7294
7295 * configure.in: Add support for NS window system: --with-ns (default
7296 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
7297 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
7298 disable font backend if window system is "none", not if !HAVE_X11.
7299 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
7300 (install-arch-dep): Add commands to assemble NS .app package.
7301
7302 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
7303
7304 * configure.in: Use macppc for Darwin. Remove references to
7305 desupported systems.
7306 * configure: Regenerate.
7307
7308 2008-07-05 Glenn Morris <rgm@gnu.org>
7309
7310 * make-dist (EMACS): Doc fix.
7311 (lisp): There are no *.dat or image files here any more.
7312 (src): There are no *.s files here any more.
7313 (etc/images, etc/images/*): Link to most regular files.
7314
7315 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7316
7317 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
7318
7319 2008-07-01 Glenn Morris <rgm@gnu.org>
7320
7321 * configure.in (cpp_undefs): Rename from `undefs', update uses.
7322 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
7323 and explicitly export there. (Bug#507.)
7324
7325 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7326
7327 * configure.in:
7328 * configure: Remove references to obsolete systems.
7329
7330 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7331
7332 * Makefile.in (Makefile): Use it for its timestamp value as well, and
7333 make it depend on all other */.in files.
7334 (src/Makefile, src/config.stamp, lib-src/Makefile)
7335 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
7336 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
7337 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
7338 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
7339
7340 * configure.in: Don't create src/config.stamp any more.
7341
7342 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7343
7344 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
7345
7346 2008-06-22 Glenn Morris <rgm@gnu.org>
7347
7348 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
7349
7350 2008-06-21 Romain Francoise <romain@orebokech.com>
7351
7352 * Makefile.in (INFO_FILES): Add sasl.
7353
7354 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7355
7356 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
7357 (bootstrap-build): Remove.
7358 (top_bootclean): New var.
7359 (top_distclean, bootstrap-clean): Use it.
7360 (bootstrap): Don't recheck config. Make normally.
7361
7362 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7363
7364 * Makefile.in (SUBDIR): Include `lisp'.
7365 (lisp): Depend on `src'.
7366 (top_distclean): Don't remove config.status.
7367 (bootstrap-clean): New target.
7368 (maintainer-clean): Use it.
7369 (bootstrap): Use bootstrap-clean. Re-run config.status.
7370 (src/bootstrap-emacs${EXEEXT}): New target.
7371 (bootstrap-build): Use it. Don't use bootstrap-prepare because
7372 src/Makefile now takes care of it.
7373 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
7374
7375 2008-06-15 Glenn Morris <rgm@gnu.org>
7376
7377 * info/dir: Add sasl.
7378
7379 2008-06-09 Alan Mackenzie <acm@muc.de>
7380
7381 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
7382
7383 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
7384
7385 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
7386
7387 2008-06-07 Glenn Morris <rgm@gnu.org>
7388
7389 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
7390 serve no purpose.
7391
7392 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7393
7394 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
7395 * configure: Regenerate.
7396
7397 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7398
7399 * update-subdirs: Don't touch subdirs.el if it is unchanged.
7400
7401 2008-05-14 Kenichi Handa <handa@m17n.org>
7402
7403 * configure: Regenerate.
7404
7405 * configure.in: Don't handle --disable-font-backend. Don't print
7406 a message about a font backend.
7407
7408 2008-05-09 Glenn Morris <rgm@gnu.org>
7409
7410 * configure.in: Make absence of makeinfo a fatal error only if the info
7411 files don't exist.
7412 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
7413
7414 2008-05-07 Eli Zaretskii <eliz@gnu.org>
7415
7416 * config.bat: Fix last change: don't use < and > in "rem" lines,
7417 they are interpreted as redirection by DOS shells.
7418
7419 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7420
7421 * configure.in: Check availability of AvailabilityMacros.h
7422 if HAVE_CARBON.
7423
7424 * configure: Regenerate.
7425
7426 2008-05-03 Glenn Morris <rgm@gnu.org>
7427
7428 * configure.in (x_libraries): Remove standard 64-bit directories -
7429 experimental workaround for minor autoconf bug.
7430
7431 * configure.in (--without-makeinfo): New option. If set,
7432 absence of suitable makeinfo is not a fatal error.
7433 * Makefile.in (MAKEINFO): New, set by configure.
7434 (install-arch-indep): Without makeinfo, ignore any missing manuals.
7435 (info-real): New target.
7436 (info): Without makeinfo, do nothing, else call `info-real'.
7437
7438 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
7439
7440 * configure.in: Remove hpux10.20 from the desupported list.
7441
7442 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
7445
7446 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7447
7448 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
7449 rather than change CPPFLAGS.
7450 (HAVE_GTK): Rename to USE_GTK.
7451
7452 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
7453
7454 * configure.in: Replace the obsolete macros AC_AIX and
7455 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
7456
7457 2008-04-05 Andreas Schwab <schwab@suse.de>
7458
7459 * configure.in: No longer create admin/unidata/Makefile.
7460
7461 2008-03-28 Andreas Schwab <schwab@suse.de>
7462
7463 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
7464 (lisp/Makefile): New rule.
7465
7466 2008-03-13 Glenn Morris <rgm@gnu.org>
7467
7468 * configure.in (AC_INIT): Fix version number.
7469 (sync-input): Reword the option, since it's on by default.
7470
7471 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
7472
7473 * configure.in: Add --enable-sync-input, default yes.
7474
7475 2008-03-11 Glenn Morris <rgm@gnu.org>
7476
7477 * Makefile.in (install-etc, mkdir): Handle directory
7478 etc/images/icons/hicolor/*/mimetypes/.
7479
7480 * make-dist: Handle icons/hicolor/scalable directory.
7481
7482 2008-03-05 Glenn Morris <rgm@gnu.org>
7483
7484 * configure.in: Enable font-backend by default.
7485 (USE_FONT_BACKEND): Set to "no" in absence of X.
7486 (PKG_CONFIG): Don't set multiple times, once is enough.
7487 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
7488
7489 2008-03-03 Glenn Morris <rgm@gnu.org>
7490
7491 * Makefile.in (iconsrcdir): New variable.
7492 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
7493 directory.
7494
7495 2008-02-29 Glenn Morris <rgm@gnu.org>
7496
7497 * test/: New directory.
7498
7499 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
7500
7501 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
7502
7503 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
7504
7505 * configure.in: Print an error for systems that we think are obsolete
7506 and are proposed to be removed. Remove some more unused systems.
7507 Add support for powerpc-ibm-aix6*.
7508
7509 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
7510
7511 * configure.in: Remove references to obsolete variables and systems.
7512
7513 2008-02-21 Glenn Morris <rgm@gnu.org>
7514
7515 * Makefile.in (set_installuser): New.
7516 (install-arch-indep): Use set_installuser to avoid duplicate code.
7517
7518 * README.unicode: Split into admin/notes/unicode,font-backend and
7519 remove.
7520
7521 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
7522
7523 * configure.in (arm*-*-freebsd*): Add.
7524
7525 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
7526
7527 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
7528 dealing with obsolete variables.
7529
7530 2008-02-08 Glenn Morris <rgm@gnu.org>
7531
7532 * Makefile.in (check-info-dir): New target.
7533
7534 2008-02-08 Michael Olson <mwolson@gnu.org>
7535
7536 * Makefile.in (INFO_FILES): Add epa.
7537
7538 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
7539 features" section.
7540
7541 2008-02-06 Glenn Morris <rgm@gnu.org>
7542
7543 * configure.in (--with-gcc): Give an error saying this option has
7544 been removed.
7545 (--with-gtk): Remove this option.
7546
7547 2008-02-06 Tom Tromey <tromey@redhat.com>
7548
7549 * configure.in (--with-gcc): Remove.
7550 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
7551
7552 2008-02-05 Ulrich Müller <ulm@gentoo.org>
7553
7554 * INSTALL: Recommend giflib, not libungif.
7555
7556 2008-02-05 Tom Tromey <tromey@redhat.com>
7557
7558 * configure.in (--with-dbus): Default to enabled.
7559
7560 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
7561
7562 * INSTALL (Complex Text Layout support libraries): New section.
7563
7564 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
7565
7566 * make-dist: Remove references to files in mac/ that have been
7567 deleted.
7568
7569 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
7570
7571 * configure.in: For libotf and m17n-flt checks, set shell vars
7572 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
7573 pkg_check_m17n_flt, respectively, for the sake of the summary output.
7574 Reported by Ulrich Müller.
7575
7576 2008-02-02 Eli Zaretskii <eliz@gnu.org>
7577
7578 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
7579 admin/unidata/Makefile.in to Makefile.
7580
7581 2008-02-02 Glenn Morris <rgm@gnu.org>
7582
7583 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
7584 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
7585 (HAVE_XFT): Add "Does Emacs use..." messages at end.
7586
7587 2008-02-01 Miles Bader <miles@gnu.org>
7588
7589 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
7590 [libotf], and [m17n-flt] options.
7591
7592 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7593
7594 * configure.in: Add EMACS_ARG_N([libotf]...), and
7595 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
7596 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
7597 CFLAGS, and LIBS in checking of m17n-flt.
7598
7599 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7600
7601 * configure.in: Check the availability of m17n-flt library.
7602
7603 2008-02-01 Kenichi Handa <handa@m17n.org>
7604
7605 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
7606 not available.
7607
7608 2008-02-01 Kenichi Handa <handa@m17n.org>
7609
7610 * configure.in: New args --enable-font-backend, --with-xft,
7611 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
7612 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
7613 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
7614 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
7615
7616 2008-02-01 Kenichi Handa <handa@m17n.org>
7617
7618 * make-dist: Include etc/charsets in tarball.
7619
7620 2008-02-01 Kenichi Handa <handa@m17n.org>
7621
7622 * configure.in: While running cpp on junk.c, include
7623 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
7624 exists.
7625
7626 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7627
7628 * configure.in (xtensa): Match more configurations.
7629
7630 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
7631
7632 * configure.in: Update comment.
7633
7634 2008-01-26 Glenn Morris <rgm@gnu.org>
7635
7636 * configure.in (--without-gcc): By default, neither off nor on.
7637 (--with-carbon): Tone down rhetoric in help text.
7638
7639 2008-01-25 Glenn Morris <rgm@gnu.org>
7640
7641 * configure.in: Correct usage of OPTION_DEFAULT_ON,
7642 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
7643 Default `Carbon' to off (it's unsupported).
7644
7645 2008-01-24 Glenn Morris <rgm@gnu.org>
7646
7647 * configure.in: Standardize dbus-related messages.
7648
7649 2008-01-23 Michael Olson <mwolson@gnu.org>
7650
7651 * configure.in (pkg-config-prog): Remove initial whitespace.
7652
7653 2008-01-23 Tom Tromey <tromey@redhat.com>
7654
7655 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
7656 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
7657 Update all users.
7658
7659 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
7660
7661 * config.guess, config.sub: Updated from master source.
7662
7663 2008-01-17 Andreas Schwab <schwab@suse.de>
7664
7665 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
7666
7667 2008-01-17 Glenn Morris <rgm@gnu.org>
7668
7669 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
7670
7671 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
7672
7673 * configure.in: Remove more references to unsupported systems.
7674
7675 2008-01-16 Sven Joachim <svenjoac@gmx.de>
7676
7677 * make-dist: Add --lzma.
7678
7679 2008-01-16 Glenn Morris <rgm@gnu.org>
7680
7681 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
7682 configure checks for this.
7683
7684 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
7685
7686 * configure.in: Remove more references to unsupported systems.
7687
7688 2008-01-06 Romain Francoise <romain@orebokech.com>
7689
7690 * configure.in: Delete extra semicolons.
7691
7692 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7693
7694 * configure.in: Remove references to unsupported systems.
7695
7696 2008-01-05 Romain Francoise <romain@orebokech.com>
7697
7698 * make-dist: Add --bzip2. Update copyright.
7699
7700 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7701
7702 * configure.in: Remove support for Masscomp.
7703
7704 2008-01-05 Glenn Morris <rgm@gnu.org>
7705
7706 * Makefile.in (desktopdir, icondir): New variables.
7707 (install-arch-indep): Also depend on `install-etc'.
7708 (install-etc): New target.
7709 (mkdir): Also create the `applications' and `icons' directories.
7710
7711 2008-01-04 Glenn Morris <rgm@gnu.org>
7712
7713 * make-dist: Update for new etc/images/icons/hicolor directory.
7714
7715 2007-12-09 Andreas Schwab <schwab@suse.de>
7716
7717 * configure.in: D-Bus is not enabled by default.
7718
7719 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
7720
7721 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
7722 change.
7723
7724 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
7725
7726 * configure.in: Give package name and version to AC_INIT.
7727
7728 2007-12-03 Magnus Henoch <mange@freemail.hu>
7729
7730 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
7731
7732 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
7733
7734 * configure.in: No need for DBUS_INFO anymore.
7735
7736 * Makefile.in (INFO_FILES): Use dbus unconditionally.
7737
7738 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
7739
7740 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
7741
7742 * Makefile.in (INFO_FILES): Add dbus.
7743
7744 2007-12-02 Romain Francoise <romain@orebokech.com>
7745
7746 * make-dist: Fix last change.
7747
7748 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
7749
7750 * configure.in: Add support for gnu-kfreebsd.
7751
7752 2007-11-28 Glenn Morris <rgm@gnu.org>
7753
7754 * make-dist: Add etc/nxml.
7755
7756 2007-11-24 Romain Francoise <romain@orebokech.com>
7757
7758 * Makefile.in (INFO_FILES): Add nxml-mode.
7759
7760 2007-11-23 Romain Francoise <romain@orebokech.com>
7761
7762 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
7763 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
7764
7765 2007-11-20 Andreas Schwab <schwab@suse.de>
7766
7767 * configure.in: Always include <resolv.h> when checking for res_init.
7768
7769 2007-11-17 Andreas Schwab <schwab@suse.de>
7770
7771 * update-subdirs: Atomically update subdirs.el.
7772
7773 2007-11-17 Glenn Morris <rgm@gnu.org>
7774
7775 * Makefile.in (check-declare): New target.
7776
7777 2007-11-07 Glenn Morris <rgm@gnu.org>
7778
7779 * configure.in: Deprecate Mac Carbon port.
7780
7781 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
7782
7783 * configure.in: Remove HAVE_X11R5 check.
7784
7785 2007-10-31 Glenn Morris <rgm@gnu.org>
7786
7787 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
7788 when changing ownership of installed files.
7789
7790 2007-10-30 Glenn Morris <rgm@gnu.org>
7791
7792 * make-dist: Add new directory etc/gnus.
7793
7794 2007-10-30 Michael Olson <mwolson@gnu.org>
7795
7796 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
7797
7798 2007-10-29 Glenn Morris <rgm@gnu.org>
7799
7800 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
7801
7802 2007-10-23 Glenn Morris <rgm@gnu.org>
7803
7804 * MAINTAINERS: Move to admin/.
7805
7806 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
7807
7808 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
7809 (HAVE_LIBRESOLV): Also define if we are using res_init().
7810
7811 2007-10-17 Glenn Morris <rgm@gnu.org>
7812
7813 * FTP: Remove file, since it's just a duplicate of one in etc/.
7814
7815 2007-10-05 Eli Zaretskii <eliz@gnu.org>
7816
7817 * config.bat: Fix configuring `doc' due to changes in the
7818 directory structure.
7819
7820 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7821
7822 * configure.in: Don't use -lpthread on HP-UX.
7823
7824 2007-09-16 Glenn Morris <rgm@gnu.org>
7825
7826 * make-dist: File gfdl.1 has been removed.
7827
7828 2007-09-15 Glenn Morris <rgm@gnu.org>
7829
7830 * configure.in: Fix makeinfo version regexp.
7831
7832 2007-09-12 Glenn Morris <rgm@gnu.org>
7833
7834 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
7835 implementation of alloca is not found.
7836
7837 * Makefile.in (SOURCES, unlock, relock): Delete.
7838 (install-arch-indep): Do not exclude the etc/ Makefiles.
7839
7840 2007-09-09 Juri Linkov <juri@jurta.org>
7841
7842 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
7843
7844 * README: Add doc/ to documentation directories.
7845
7846 2007-09-08 Michael Olson <mwolson@gnu.org>
7847
7848 * MAINTAINERS: Add myself for ERC and tq.el.
7849 Update for new doc/ directory layout.
7850
7851 2007-09-06 Romain Francoise <romain@orebokech.com>
7852
7853 * make-dist: Update for new doc/ directory layout.
7854
7855 2007-09-06 Glenn Morris <rgm@gnu.org>
7856
7857 * Makefile.in (mansrcdir): New variable.
7858 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
7859 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
7860 update these targets for new doc/ directory layout.
7861 (doc/misc/Makefile): New target.
7862 (install-arch-indep): Use mansrcdir for new location of manpages.
7863 (mostlyclean, clean, distclean, maintainer-clean, unlock)
7864 (relock, info, dvi): Update targets for new doc/ directory layout.
7865
7866 * configure.in (AC_OUTPUT): Update names of generated Makefiles
7867 for new doc/ directory layout.
7868
7869 2007-09-02 Andreas Schwab <schwab@suse.de>
7870
7871 * configure.in: Use AS_HELP_STRING throughout.
7872 * configure: Regenerate.
7873
7874 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
7875
7876 * configure.in: Require Gtk/Glib 2.6.
7877
7878 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
7879
7880 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
7881 Use them throughout in place of AC_ARG_WITH calls.
7882 * configure: Regenerate.
7883
7884 2007-09-01 Andreas Schwab <schwab@suse.de>
7885
7886 * configure.in: Put quotes around nested macro calls.
7887
7888 2007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
7889
7890 * configure.in: Fix typo.
7891 * configure: Regenerate.
7892
7893 2007-08-30 Glenn Morris <rgm@gnu.org>
7894
7895 * configure.in (AH_BOTTOM): Copy some manual changes made to
7896 src/config.in here so they are not lost when it regenerates.
7897
7898 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
7899
7900 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
7901
7902 * README.multi-tty: New file.
7903
7904 2007-08-29 Glenn Morris <rgm@gnu.org>
7905
7906 * README: Increase version to 23.0.50.
7907
7908 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
7909
7910 * configure.in: New option: --without-xaw3d.
7911
7912 2007-08-24 Glenn Morris <rgm@gnu.org>
7913
7914 * configure.in: Check for a suitably recent makeinfo.
7915
7916 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
7917
7918 * configure.in (Check for required libraries): Typo.
7919
7920 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7921
7922 * configure.in: Check librsvg2 also for Mac Carbon.
7923
7924 2007-08-22 Romain Francoise <romain@orebokech.com>
7925
7926 * make-dist: Follow reorganization of files in etc/.
7927
7928 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
7929
7930 * configure.in: Add support for SVG images through librsvg2.
7931
7932 2007-07-28 Eli Zaretskii <eliz@gnu.org>
7933
7934 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
7935 to avoid an error message if there is no DOC there.
7936
7937 2007-07-25 Glenn Morris <rgm@gnu.org>
7938
7939 * Relicense all FSF files to GPLv3 or later.
7940
7941 * COPYING, info/COPYING: Switch to GPLv3.
7942
7943 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
7944
7945 * configure.in: Complain if X seems to be installed but no
7946 development files were found.
7947
7948 2007-06-20 Glenn Morris <rgm@gnu.org>
7949
7950 * configure.in: Prefer libgif over libungif.
7951
7952 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
7953
7954 * configure.in: Check for all image libraries before exiting.
7955
7956 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
7957
7958 * configure.in: Exit with error if image libraries aren't found.
7959
7960 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
7961
7962 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
7963 when compiling without scrollbars.
7964
7965 2007-06-12 Glenn Morris <rgm@gnu.org>
7966
7967 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
7968
7969 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
7970
7971 * configure.in: Change wording about yes/gtk and lucid/athena
7972 being synonyms.
7973
7974 2007-06-08 Glenn Morris <rgm@gnu.org>
7975
7976 * configure.in: Make gtk the default toolkit.
7977
7978 2007-06-07 Glenn Morris <rgm@gnu.org>
7979
7980 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
7981 for a Sun C compiler.
7982
7983 * Makefile.in (install-arch-indep): Install only the DOC- file
7984 specific to the build, if possible, rather than DOC-*.
7985
7986 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7987
7988 * Version 22.1 released.
7989
7990 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
7991
7992 * mkinstalldirs: Sync to version in automake CVS.
7993
7994 2007-05-22 Andreas Schwab <schwab@suse.de>
7995
7996 * configure.in: Prefer build_alias over host when host_alias is not set.
7997 * configure: Regenerate.
7998
7999 2007-05-20 Andreas Schwab <schwab@suse.de>
8000
8001 * configure.in: Remove empty AC_SUBST.
8002 * configure: Regenerate.
8003
8004 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8005
8006 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
8007 it like others.
8008 * configure: Regenerate.
8009
8010 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8011
8012 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
8013 (AC_CHECK_LIB): Add -lgpm.
8014 * configure: Regenerate.
8015
8016 2007-05-03 Glenn Morris <rgm@gnu.org>
8017
8018 * configure: Tweak message about the absence of shell functions.
8019
8020 2007-04-27 Andreas Schwab <schwab@suse.de>
8021
8022 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
8023
8024 2007-04-26 Glenn Morris <rgm@gnu.org>
8025
8026 * README: Increase version to 22.1.50.
8027
8028 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
8029
8030 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
8031
8032 2007-04-19 Glenn Morris <rgm@gnu.org>
8033
8034 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
8035
8036 2007-04-18 Glenn Morris <rgm@gnu.org>
8037
8038 * INSTALL: Mention CPP.
8039
8040 2007-04-15 Glenn Morris <rgm@gnu.org>
8041
8042 * FTP: Replace with a pointer to the web version.
8043
8044 2007-04-13 Glenn Morris <rgm@gnu.org>
8045
8046 * INSTALL: In lib-src, timer, wakeup, yow are removed.
8047
8048 2007-04-04 Glenn Morris <rgm@gnu.org>
8049
8050 * configure.in (NON_GNU_CPP): Use associated preprocessor when
8051 compiling with Sun Studio on Solaris.
8052
8053 2007-03-23 Glenn Morris <rgm@gnu.org>
8054
8055 * configure.in: Restore support for hp800 (removed 2007-01-27)
8056 following clarification of legal status.
8057
8058 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
8059
8060 * configure.in: Add support for AIX4.3 on IBM RS6000.
8061
8062 * configure: Regenerate.
8063
8064 2007-03-20 Richard Stallman <rms@gnu.org>
8065
8066 * configure.in: Fix previous change.
8067
8068 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
8069
8070 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
8071 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
8072 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
8073
8074 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
8075
8076 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
8077 user specifies "without".
8078
8079 * configure: Regenerate.
8080
8081 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
8082
8083 * configure.in: Warning for Gtk+ and Cygwin added.
8084 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
8085
8086 2007-02-27 Glenn Morris <rgm@gnu.org>
8087
8088 * make-dist (oldXMenu): Remove Imakefile.
8089 (etc/images): Add README.
8090
8091 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
8092
8093 * configure.in (xtensa-*-linux-gnu*): New configuration.
8094
8095 * configure: Regenerate.
8096
8097 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
8098
8099 * config.guess, config.sub: Updated from master source.
8100
8101 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8102
8103 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
8104
8105 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
8106
8107 * configure.in: Restore support for hp800's not running HP-UX.
8108
8109 * configure: Regenerate.
8110
8111 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
8112
8113 * configure.in: Remove support for hp800 and sr2k machine types.
8114
8115 * configure: Regenerate.
8116
8117 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
8118
8119 * configure.in: Add check for libXft.
8120
8121 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
8122
8123 * INSTALL: Info files moved to share/info.
8124
8125 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
8126
8127 * configure.in: Detect and use fink-installed in intel-based Mac
8128 builds; change Apple Darwin section to support both PowerPC and
8129 Intel-based Macs.
8130
8131 2006-12-26 Andreas Schwab <schwab@suse.de>
8132
8133 * Makefile.in (datarootdir): Define.
8134
8135 2006-12-24 Richard Stallman <rms@gnu.org>
8136
8137 * configure.in: Require Autoconf 2.61.
8138
8139 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
8140
8141 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
8142 Remove redundant entry for powerpc-apple-netbsd.
8143
8144 * configure: Regenerate.
8145
8146 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
8147
8148 * configure: Regenerate with autoconf 2.61.
8149
8150 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
8151
8152 * configure.in: Detect alsa/asoundlib.h also.
8153 * configure: Regenerate.
8154
8155 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
8156
8157 * configure.in: Check if GTK+ compiles at all.
8158
8159 2006-12-10 Andreas Schwab <schwab@suse.de>
8160
8161 * configure.in: Remove check for struct timezone, its result is
8162 never used.
8163
8164 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
8165
8166 * configure.in: Add support for Solaris 10 on x86-64.
8167
8168 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
8169
8170 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
8171 of PKG_CONFIG_PATH.
8172
8173 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8174
8175 * configure.in (HAVE_SYNC): New test.
8176
8177 2006-12-03 Glenn Morris <rgm@gnu.org>
8178
8179 * Makefile.in: Fix Copyright format.
8180
8181 * configure.in (AH_TOP): Add missing Copyright year.
8182
8183 * update-subdirs: Add missing Copyright years.
8184
8185 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
8186
8187 * Makefile.in: Touch only the parts of the share/emacs directory
8188 specific to this version.
8189
8190 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
8191
8192 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
8193
8194 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8195
8196 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
8197
8198 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8199
8200 * configure.in: Prefer X11 to Carbon only when some X-specific
8201 option is specified (Thanks to Jan Djärv and Andreas Schwab).
8202
8203 2006-11-04 Romain Francoise <romain@orebokech.com>
8204
8205 * Makefile.in (bootstrap-clean-before): Fix typo.
8206 Use new target `bootstrap-clean' in the leim subdirectory.
8207
8208 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8209
8210 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
8211
8212 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8213
8214 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
8215 directories.
8216
8217 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
8218
8219 * configure.in: Enable x86-64 OpenBSD compilation.
8220
8221 2006-10-28 Glenn Morris <rgm@gnu.org>
8222
8223 * AUTHORS: Add cal-html.el author.
8224
8225 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8226
8227 * make-dist: Make links to mac/make-package and
8228 mac/Emacs.app/Contents/Resources/Emacs.icns.
8229
8230 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8231
8232 * README: Bump version number to 22.0.90.
8233
8234 2006-10-23 Andreas Schwab <schwab@suse.de>
8235
8236 * configure.in: Make sure x_default_search_path is always set even
8237 when x_libraries is empty, and look in .../share as well for each
8238 library directory.
8239
8240 2006-09-28 Kenichi Handa <handa@m17n.org>
8241
8242 * configure.in (locallisppath): Don't include leim dir.
8243 (lisppath): Include leim dir.
8244
8245 2006-09-15 Jay Belanger <belanger@truman.edu>
8246
8247 * COPYING: Replace "Library Public License" by "Lesser Public
8248 License" throughout.
8249
8250 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
8251
8252 * make-dist (EMACS): Exit and fail if the EMACS environment
8253 variable is set to something other than an absolute file name.
8254
8255 2006-08-16 Andreas Schwab <schwab@suse.de>
8256
8257 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
8258 of hardcoding it.
8259
8260 2006-08-16 Richard Stallman <rms@gnu.org>
8261
8262 * INSTALL.CVS: Clean up wording.
8263
8264 2006-07-14 Eli Zaretskii <eliz@gnu.org>
8265
8266 * configure.in (PKG_CHECK_MODULES): Redirect the output of
8267 $PKG_CONFIG --exists "$2" to config.log.
8268 * configure: Regenerate.
8269
8270 2006-07-09 Richard Stallman <rms@gnu.org>
8271
8272 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
8273
8274 2006-07-09 Kim F. Storm <storm@cua.dk>
8275
8276 * CONTRIBUTE: Use outline format.
8277 Add section on copyright years (from admin/notes/years).
8278
8279 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8280
8281 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
8282 to /dev/null, since we don't need the error message, just the
8283 exit status.
8284
8285 2006-07-07 Eli Zaretskii <eliz@gnu.org>
8286
8287 * CONTRIBUTE: Slight formatting changes and typo fixes.
8288 Add description of NEWS markings.
8289
8290 2006-07-07 Kim F. Storm <storm@cua.dk>
8291
8292 * CONTRIBUTE: Mention INSTALL.CVS.
8293
8294 2006-07-05 Romain Francoise <romain@orebokech.com>
8295
8296 * make-dist (top-level): Add CONTRIBUTE.
8297
8298 2006-07-04 Richard Stallman <rms@gnu.org>
8299
8300 * CONTRIBUTE: Much rewrite.
8301
8302 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8303
8304 * CONTRIBUTE: New file.
8305
8306 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8307
8308 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
8309
8310 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
8311
8312 * configure.in: Add check for ALSA.
8313
8314 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8315
8316 * Makefile.in (INFO_FILES): Remove emacs-xtra.
8317
8318 * info/dir: Remove the Emacs-Xtra entry.
8319
8320 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
8321
8322 Update copyright year(s) in many files.
8323
8324 2006-04-01 Eli Zaretskii <eliz@gnu.org>
8325
8326 * configure: Regenerated.
8327
8328 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8329
8330 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
8331 --without-toolkit-scroll-bars was specified.
8332
8333 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
8334
8335 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
8336 to CFLAGS. Update Copyright years written to src/config.in.
8337
8338 2006-03-18 Claudio Fontana <claudio@gnu.org>
8339
8340 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
8341 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
8342 to be installed/uninstalled.
8343 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
8344 to Info files installed by Emacs.
8345
8346 2006-03-03 Claudio Fontana <claudio@gnu.org>
8347
8348 * Makefile.in (install, uninstall): Add DESTDIR variable to
8349 support staged installations.
8350
8351 2006-02-14 Richard M. Stallman <rms@gnu.org>
8352
8353 * configure.in (s390x-*-linux-gnu*): New configuration.
8354
8355 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
8356
8357 * configure.in: Require GTK 2.4 or newer.
8358
8359 2006-01-29 Michael Olson <mwolson@gnu.org>
8360
8361 * Makefile.in (install-arch-indep, uninstall): Add ERC.
8362 * info/dir (ERC): New entry.
8363
8364 2006-01-29 Eli Zaretskii <eliz@gnu.org>
8365
8366 * info/dir: Fix last change.
8367
8368 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8369
8370 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
8371
8372 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8373
8374 * info/dir: Untabify the whole file.
8375 (Rcirc): New entry.
8376
8377 2006-01-12 Andreas Schwab <schwab@suse.de>
8378
8379 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
8380 check.
8381
8382 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
8383
8384 * configure.in: Use -Wno-pointer-sign if available.
8385
8386 2005-12-29 Andreas Schwab <schwab@suse.de>
8387
8388 * config.guess, config.sub: Updated from master source.
8389
8390 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8391
8392 * configure.in: Use amdx86-64 for freebsd on x86_64.
8393
8394 2005-11-22 Romain Francoise <romain@orebokech.com>
8395
8396 * make-dist: Add etc/images/icons.
8397
8398 2005-11-03 Andreas Schwab <schwab@suse.de>
8399
8400 * configure.in: Use GZIP_PROG instead of GZIP.
8401
8402 * Makefile.in (GZIP_PROG): Rename from GZIP.
8403 (install-arch-indep): Adjust.
8404
8405 2005-11-01 Andreas Schwab <schwab@suse.de>
8406
8407 * Makefile.in (bootstrap): Fix dependencies for parallel build.
8408 (bootfast): Likewise.
8409
8410 2005-11-01 Romain Francoise <romain@orebokech.com>
8411
8412 * configure.in: Check for gzip.
8413
8414 * Makefile.in (install): Compress source files.
8415
8416 2005-10-24 Steven Tamm <steventamm@mac.com>
8417
8418 * configure.in: Fix darwin386 configuration issue.
8419
8420 2005-10-22 Eli Zaretskii <eliz@gnu.org>
8421
8422 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
8423
8424 2005-10-17 Bill Wohler <wohler@newt.com>
8425
8426 * make-dist: Create and populate etc/images/low-color.
8427
8428 2005-10-15 Bill Wohler <wohler@newt.com>
8429
8430 * make-dist: Create and populate etc/images/gud.
8431
8432 2005-10-08 Richard M. Stallman <rms@gnu.org>
8433
8434 * make-dist (tempparent): Don't check for 14-char file name limit.
8435
8436 2005-10-07 Romain Francoise <romain@orebokech.com>
8437
8438 * make-dist: Add etc/images/ezimage and etc/images/mail
8439 directories. Install images in etc/images.
8440
8441 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8442
8443 * configure.in: Prefer Carbon if --enable-carbon-app or
8444 --with-carbon is explicitly specified even when X11 is detected.
8445
8446 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
8447
8448 * Makefile.in (install-arch-indep, uninstall):
8449 Handle newsticker manual.
8450 (info): Add - to commands.
8451
8452 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
8453
8454 Remove the MAXPATHLEN limitations:
8455
8456 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
8457
8458 2005-09-09 Eli Zaretskii <eliz@gnu.org>
8459
8460 * configure.in <lynxsos*>: Support for LynxOS on PPC.
8461 * configure: Regenerate.
8462
8463 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
8464
8465 * config.guess, config.sub: Updated from master source.
8466
8467 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
8468
8469 * .cvsignore: Add `lock'.
8470
8471 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
8472
8473 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
8474
8475 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
8476
8477 Merge gnulib getopt implementation into Emacs.
8478
8479 * Makefile.in (AUTOCONF_INPUTS): New macro.
8480 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
8481 so that these files also depend on m4/getopt.m4.
8482 * configure.in: Configure getopt by including m4/getopt.m4,
8483 and configuring a getopt replacement if necessary.
8484 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
8485 * m4/getopt.m4: New file.
8486
8487 2005-07-06 Lute Kamstra <lute@gnu.org>
8488
8489 * configure.in: Fix capitalization.
8490
8491 2005-07-04 Lute Kamstra <lute@gnu.org>
8492
8493 Update FSF's address in GPL notices.
8494
8495 2005-06-19 Jérôme Marant <jerome@marant.org>
8496
8497 * Makefile.in (epaths-force): Protect both lisppath and
8498 buildlisppath from whitespace.
8499
8500 2005-06-08 Steven Tamm <steventamm@mac.com>
8501
8502 * configure.in: Support Darwin/MacOSX on Intel.
8503
8504 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
8505
8506 * configure.in (HAVE_CANCELMENUTRACKING): New test.
8507
8508 2005-05-19 Jérôme Marant <jmarant@marant.org>
8509
8510 * configure.in: Add --enable-locallisppath.
8511
8512 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8513
8514 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
8515 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
8516 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
8517
8518 2005-05-07 Jérôme Marant <jerome@marant.org>
8519
8520 * make-dist: Remove references to makefile.nt and makefile.def.
8521 Include widgets and images subdirectories of etc. Do not exclude
8522 ldefs-boot.el.
8523
8524 2005-04-23 Andreas Schwab <schwab@suse.de>
8525
8526 * configure.in: Remove duplicate match for powerpc configuration.
8527
8528 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
8529
8530 * configure.in: Check for <pwd.h>.
8531
8532 2005-04-14 Lute Kamstra <lute@gnu.org>
8533
8534 * make-dist: Distribute all ChangeLog files in lisp/.
8535 Don't distribute ldefs-boot.el.
8536 lisp/makefile.nt no longer exists.
8537
8538 2005-04-13 Lute Kamstra <lute@gnu.org>
8539
8540 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
8541 for "no-byte-compile: t" in the file instead.
8542
8543 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
8546 shadow the main Lesstif/Motif-2.1 libs and includes.
8547
8548 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
8549
8550 * configure.in: Only add XASSERTS to cppflags.
8551
8552 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
8553
8554 * configure.in: Added --enable-asserts.
8555
8556 2005-02-09 Kim F. Storm <storm@cua.dk>
8557
8558 Change release version from 21.4 to 22.1 throughout.
8559 Change development version from 21.3.50 to 22.0.50.
8560
8561 2005-01-19 Steven Tamm <steventamm@mac.com>
8562
8563 * configure.in: Check for <sys/utsname.h>.
8564
8565 2004-12-11 Kim F. Storm <storm@cua.dk>
8566
8567 * Makefile.in (info): Undo 2004-12-05 change.
8568
8569 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8570
8571 * info/dir (File): Add URL and Org Mode manuals.
8572 * Makefile.in (install-arch-indep, uninstall): Add url and org
8573 manuals.
8574
8575 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
8578 committed to src/config.in.
8579
8580 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
8581
8582 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
8583 pthreads and define HAVE_GTK_AND_PTHREAD.
8584
8585 2004-12-05 Richard M. Stallman <rms@gnu.org>
8586
8587 * Makefile.in (info): Ignore errors building info files.
8588
8589 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8590
8591 * config.bat: If 8-byte alignment is not supported, define
8592 NO_DECL_ALIGN in src/config.h, instead of trivially defining
8593 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
8594 filter through Sed to remove the quotes.
8595
8596 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8597
8598 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
8599 not apply to files explicitly `cvs add'ed.
8600
8601 2004-11-12 Eli Zaretskii <eliz@gnu.org>
8602
8603 * config.bat: Don't require djecho.exe for the v1.x build.
8604 Add a test for DECL_ALIGN support, and add a trivial definition to
8605 src/config.h if 8-byte alignment is not supported.
8606
8607 2004-11-08 Kim F. Storm <storm@cua.dk>
8608
8609 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
8610 files before building.
8611 (bootfast, bootstrap-clean-before-fast): New targets, like
8612 bootstrap but don't remove .elc files.
8613
8614 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
8615
8616 * configure.in: Add check for getrusage.
8617
8618 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8619
8620 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
8621 New tests for new and old GTK file dialogs.
8622 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
8623 to no.
8624
8625 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
8626
8627 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
8628 can be set. Remove SETARCH test.
8629
8630 2004-10-08 Steven Tamm <steventamm@mac.com>
8631
8632 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
8633
8634 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
8635
8636 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
8637 AC_MSG_WARN. Move output of warning message to end of configure run.
8638
8639 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
8640
8641 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
8642 Run test to see if heap start address is random.
8643
8644 2004-09-29 Miles Bader <miles@gnu.org>
8645
8646 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
8647 if setarch is present.
8648
8649 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
8650
8651 * configure.in (HAVE_EXECSHIELD): Only define on x86.
8652
8653 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
8654
8655 * configure.in: Check for exec-shield.
8656
8657 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
8658
8659 * Makefile.in (install-arch-indep): Add pgg and sieve.
8660
8661 * info/.cvsignore: Added pgg and sieve.
8662
8663 2004-08-06 Andreas Schwab <schwab@suse.de>
8664
8665 * Makefile.in (install-arch-indep, uninstall): Add flymake.
8666
8667 2004-07-31 Eli Zaretskii <eliz@gnu.org>
8668
8669 * config.bat: Update URLs in the comments.
8670
8671 2004-07-05 Andreas Schwab <schwab@suse.de>
8672
8673 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
8674
8675 2004-06-21 Kenichi Handa <handa@m17n.org>
8676
8677 * make-dist: Link leim-ext.el into tempdir.
8678
8679 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8680
8681 * info/dir (File): Add emacs-xtra.
8682 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
8683
8684 2004-06-12 Juri Linkov <juri@jurta.org>
8685
8686 * info/dir: Move menu help lines from `* Menu:' to file header.
8687 Describe the purpose of a red *.
8688
8689 2004-05-04 Dave Love <fx@gnu.org>
8690
8691 * configure.in: Don't use `extrasub'.
8692
8693 2004-04-29 Dave Love <fx@gnu.org>
8694
8695 * configure.in: Don't forget to quote args to `test'.
8696
8697 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
8698
8699 * autogen.sh: Update filename in "please read" message.
8700
8701 2004-04-17 Richard M. Stallman <rms@gnu.org>
8702
8703 * INSTALL: Move the info about site-lisp dirs,
8704 and say uninstalled Emacs looks there too.
8705
8706 2004-04-04 Eli Zaretskii <eliz@gnu.org>
8707
8708 * config.bat (lib-src): Recognize comment lines in Makefile.in
8709 that have a TAB after the #, to avoid errors in preprocessing with
8710 GCC 3.3.3.
8711
8712 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
8713
8714 * Makefile.in: Mention in comment that `make maintainer-clean'
8715 deletes .elc files.
8716
8717 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8718
8719 * update-subdirs: Add local variables to prevent byte-compiling.
8720
8721 2004-03-21 Dave Love <fx@gnu.org>
8722
8723 * configure.in: Fix previous change.
8724
8725 2004-03-18 Dave Love <fx@gnu.org>
8726
8727 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
8728
8729 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
8730
8731 * info/dir (File): Add SMTP and SES.
8732
8733 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
8734
8735 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
8736 (bootstrap): Use the new bootstrap-prepare target in lisp.
8737
8738 2004-02-18 Kim F. Storm <storm@cua.dk>
8739
8740 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
8741
8742 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8743
8744 * make-dist: Don't link index.*perm and permute-index into tempdir.
8745
8746 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8747
8748 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
8749 to match previous changes by Eli Zaretskii.
8750
8751 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
8752
8753 * Makefile.in: Set CDPATH to an empty string.
8754
8755 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8756
8757 * configure.in <darwin>: Use fink packages if available.
8758
8759 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
8760
8761 * make-dist (lispref): Do include lispref/index.texi.
8762
8763 2004-01-06 Eric Hanchrow <offby1@blarg.net>
8764
8765 * make-dist (tempdir): Include cursors in nt/icons.
8766
8767 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8768
8769 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
8770 clashes with install-sh on 8+3 filesystems.
8771
8772 2003-12-24 Miles Bader <miles@gnu.org>
8773
8774 * .cvsignore: Add .arch-inventory.
8775
8776 2003-12-24 Andreas Schwab <schwab@suse.de>
8777
8778 * configure.in: Check for <sys/socket.h>. Include it before
8779 including <net/if.h>. Move check for <net/if.h> before its use.
8780
8781 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
8782
8783 * Makefile.in (install-arch-dep): Don't let cd output go into
8784 pipe for carbon_appdir.
8785
8786 2003-12-24 Andreas Schwab <schwab@suse.de>
8787
8788 * configure.in (PKG_CHECK_MODULES): Fix quoting.
8789
8790 2003-12-01 Andreas Schwab <schwab@suse.de>
8791
8792 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
8793 hardcoding gcc.
8794
8795 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
8796
8797 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
8798 multiple displays.
8799 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
8800
8801 2003-09-23 Dave Love <fx@gnu.org>
8802
8803 * configure.in: Check members of struct ifreq.
8804
8805 2003-09-14 Kim F. Storm <storm@cua.dk>
8806
8807 * configure.in: Add checks for sys/ioctl.h and net/if.h.
8808
8809 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
8810
8811 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
8812
8813 2003-08-18 Lute Kamstra <lute@gnu.org>
8814
8815 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
8816 required anymore.
8817
8818 2003-08-07 Andrew Choi <akochoi@shaw.ca>
8819
8820 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
8821 option instead of -traditional-cpp for CPP.
8822
8823 2003-07-29 Richard M. Stallman <rms@gnu.org>
8824
8825 * configure.in (HAVE_XIM): Define if XIM is available.
8826
8827 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com>
8828
8829 * configure.in: The function gtk_window_set_icon_from_file was
8830 introduced in GTK+ 2.2, so check for that release.
8831
8832 2003-07-23 Andreas Schwab <schwab@suse.de>
8833
8834 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
8835
8836 * Makefile.in (YACC): Remove, not used.
8837 (MAINT): Don't set.
8838 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
8839 disable dependency on ${srcdir}/configure.in when maintainer mode
8840 is disabled.
8841
8842 2003-07-22 Dave Love <fx@gnu.org>
8843
8844 * configure.in: Make XRegisterIMInstantiateCallback test depend on
8845 HAVE_X11, not with_xim.
8846 (HAVE_CRTIN): Provide template.
8847 <with_png>: Test for png.h and libpng/png.h.
8848
8849 2003-07-15 Andreas Schwab <schwab@suse.de>
8850
8851 * configure.in: Temporarily leave quoting for AC_DEFINE.
8852
8853 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
8854
8855 * configure.in: Check for posix_memalign.
8856
8857 2003-07-12 Richard M. Stallman <rms@gnu.org>
8858
8859 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
8860
8861 2003-07-09 Kim F. Storm <storm@cua.dk>
8862
8863 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
8864 functionality of --without-xim.
8865
8866 2003-06-29 Dave Love <fx@gnu.org>
8867
8868 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
8869
8870 2003-06-23 Dave Love <fx@gnu.org>
8871
8872 * configure.in: Check for sys/_mbstate_t.h.
8873 Test XRegisterIMInstantiateCallback prototype.
8874 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
8875
8876 2003-06-06 Dave Love <fx@gnu.org>
8877
8878 * configure.in: Check for locale.h.
8879
8880 2003-06-05 Dave Love <fx@gnu.org>
8881
8882 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
8883 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
8884 (NLIST_STRUCT): Don't define.
8885 (AH_BOTTOM): Define my_strftime.
8886
8887 2003-06-02 Richard M. Stallman <rms@gnu.org>
8888
8889 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
8890
8891 2003-05-24 Andreas Schwab <schwab@suse.de>
8892
8893 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
8894 bzero, and bcmp.
8895
8896 2003-05-22 Dave Love <fx@gnu.org>
8897
8898 * configure.in: Remove redundant test for term.h. Test for difftime.
8899
8900 2003-05-20 Dave Love <fx@gnu.org>
8901
8902 * configure.in: Append * to s390-*-linux-gnu case.
8903 (LIBMAIL) <lockfile>: Don't define.
8904
8905 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
8906
8907 * INSTALL (* GNU/Linux development packages): Mention Debian and
8908 RedHat package names.
8909
8910 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
8911
8912 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
8913
8914 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
8915
8916 * INSTALL (* GNU/Linux development packages): Tell people to
8917 install additional packages for compiling Emacs.
8918
8919 2003-04-30 Richard M. Stallman <rms@gnu.org>
8920
8921 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
8922
8923 2003-04-28 Francesco Potortì <pot@gnu.org>
8924
8925 * configure.in: Undo last (RMS') change, as it is useless, per
8926 Dave Love.
8927
8928 2003-04-08 Richard M. Stallman <rms@gnu.org>
8929
8930 * configure.in: Put #include of jpeglib.h at start of line.
8931
8932 2003-04-06 Francesco Potortì <pot@gnu.org>
8933
8934 * configure.in: Use the same configuration for all aix5, not just
8935 aix5.1.
8936
8937 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
8938
8939 * configure.in: Check for need for bigtoc support on IBM AIX for
8940 solving a linker table overflow problem.
8941
8942 2003-03-03 Rob Browning <rlb@defaultvalue.org>
8943
8944 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
8945 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
8946 over bzero, bcmp, and bcopy.
8947
8948 2003-02-23 Simon Josefsson <jas@extundo.com>
8949
8950 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
8951
8952 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
8953
8954 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
8955
8956 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
8957
8958 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
8959
8960 2003-02-08 Andreas Schwab <schwab@suse.de>
8961
8962 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
8963 instead of the substitution.
8964
8965 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8966
8967 * Makefile.in: Use @EXEEXT@ for Cygwin.
8968 Use USERNAME if LOGNAME is not set (for Cygwin).
8969
8970 * configure.in: Add opsys=cygwin.
8971
8972 2003-01-22 Andreas Schwab <schwab@suse.de>
8973
8974 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
8975 redefining it explicitly in src/config.in.
8976
8977 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
8978
8979 * Makefile.in (bootstrap): Make bootstrap-after.
8980
8981 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
8982
8983 * configure.in: Fix --with-gtk.
8984
8985 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8986
8987 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
8988
8989 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
8990
8991 2003-01-14 Francesco Potortì <pot@gnu.org>
8992
8993 * configure.in (m68k-motorola-sysv): Remove (obsolete).
8994
8995 2003-01-07 Steven Tamm <steventamm@mac.com>
8996
8997 * configure.in: New option, --enable-carbon-app, to specify
8998 that the application should be installed
8999 * Makefile.in (install-arch-dep): On Mac OS X, install the
9000 Emacs.app application if carbon-app is enabled.
9001
9002 2003-01-06 Dave Love <fx@gnu.org>
9003
9004 * configure.in: Check for nl_langinfo.
9005 [!HAVE_SIZE_T]: Fix typedef.
9006
9007 2003-01-06 David Kastrup <dak@gnu.org>
9008
9009 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
9010
9011 * configure.in: Add tests for install-info.
9012
9013 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
9014
9015 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
9016 use again sol2-6 instead of sol2-8.
9017
9018 2002-12-09 Dave Love <fx@gnu.org>
9019
9020 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
9021
9022 2002-12-08 Andreas Schwab <schwab@suse.de>
9023
9024 * Makefile.in (install-arch-indep): Revert last change.
9025
9026 2002-11-27 Dave Love <fx@gnu.org>
9027
9028 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
9029 Check for __sys_siglist too. Check for memset.
9030 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
9031
9032 2002-11-22 Juanma Barranquero <lektu@terra.es>
9033
9034 * config.guess, config.sub: Updated from master source.
9035
9036 2002-11-19 Karl Fogel <kfogel@red-bean.com>
9037
9038 * autogen.sh: New file.
9039
9040 2002-11-18 Dave Love <fx@gnu.org>
9041
9042 * configure.in: Tidy up various quoting issues throughout.
9043 Use AC_GNU_SOURCE.
9044 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
9045 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
9046 Maybe define bcopy, bzero, bcmp.
9047 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
9048 non-existent machine file).
9049 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
9050 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
9051 (nlist.h): Move test up.
9052
9053 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
9054
9055 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
9056
9057 2002-11-14 Francesco Potortì <pot@gnu.org>
9058
9059 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
9060
9061 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com>
9062
9063 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
9064
9065 2002-11-08 Dave Love <fx@gnu.org>
9066
9067 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
9068 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
9069
9070 2002-11-07 Miles Bader <miles@gnu.org>
9071
9072 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
9073 Handle separate-build-dir case.
9074
9075 2002-11-06 Richard M. Stallman <rms@gnu.org>
9076
9077 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
9078 bulletproof. $bar may be empty when there are no .elc files.
9079
9080 2002-10-30 Dave Love <fx@gnu.org>
9081
9082 * configure.in: Require autoconf 2.53. Test for pty.h,
9083 sys/mman.h, sys/param.h, mremap, memmove.
9084 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
9085 (AC_PROG_YACC): Delete.
9086 (size_t): Use AC_CHECK_TYPES.
9087 (AH_TOP): Up-date copyright.
9088
9089 2002-10-01 Juanma Barranquero <lektu@terra.es>
9090
9091 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
9092
9093 2002-09-19 Richard M. Stallman <rms@gnu.org>
9094
9095 * configure.in: Fix the LessTif-directory-finder for real.
9096
9097 2002-09-14 Richard M. Stallman <rms@gnu.org>
9098
9099 * Makefile.in (maybe_bootstrap): Test for complete absence
9100 of compiled Lisp files.
9101
9102 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
9103
9104 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
9105 (bootstrap-clean-after): Delete.
9106 (bootstrap): Make the sequencing explicit.
9107
9108 2002-09-10 Richard M. Stallman <rms@gnu.org>
9109
9110 * configure.in: Fix previous LessTif change.
9111
9112 2002-09-09 Richard M. Stallman <rms@gnu.org>
9113
9114 * configure.in (powerpcle-*-solaris2.5*): New configuration.
9115 (powerpcle-*-solaris*): Use version 2.6 as default.
9116 (*-sunos5.6*, *-solaris2.6*): New alternative.
9117 (*-sunos5*): Use version 2.6 as default.
9118
9119 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9120
9121 * configure.in: Fix typo.
9122
9123 2002-09-05 Richard M. Stallman <rms@gnu.org>
9124
9125 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
9126
9127 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
9128 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
9129
9130 2002-08-26 Kim F. Storm <storm@cua.dk>
9131
9132 * Makefile.in (install-arch-indep): Do not remove DOC file
9133 when it is the only DOC file installed; this is the case when
9134 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
9135
9136 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
9137
9138 * configure.in: Fix typo.
9139
9140 2002-07-24 Richard M. Stallman <rms@gnu.org>
9141
9142 * configure.in: Don't print anything special about gamedir.
9143
9144 * configure.in: Delete nonstandard --with-game-user option.
9145
9146 2002-07-21 Richard M. Stallman <rms@gnu.org>
9147
9148 * Makefile.in (gamedir, localstatedir): New variables.
9149 (epaths-force): Insert value of gamedir into PATH_GAME.
9150
9151 * configure.in (gamedir): Handle it like lispdir.
9152 (--with-game-dir option): Delete.
9153
9154 2002-06-21 Pavel Janík <Pavel@Janik.cz>
9155
9156 * configure.in: Add support for mipseb-*-netbsd* machines.
9157
9158 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9159
9160 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
9161
9162 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9163
9164 * info/dir (File): Add an entry for Tramp.
9165
9166 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
9167
9168 * INSTALL-CVS: New file.
9169
9170 2002-06-07 Andreas Schwab <schwab@suse.de>
9171
9172 * configure.in (x86_64-*-linux-gnu*): New system.
9173
9174 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
9175
9176 * config.bat: Handle the case when lispintro is truncated to lispintr.
9177
9178 2002-05-26 Paul Eggert <eggert@twinsun.com>
9179
9180 * config.guess, config.sub: Updated from master source.
9181
9182 2002-05-09 Richard M. Stallman <rms@gnu.org>
9183
9184 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
9185
9186 2002-05-04 Pavel Janík <Pavel@Janik.cz>
9187
9188 * make-dist: Do not distribute lock/ directory.
9189
9190 2002-04-30 Andrew Choi <akochoi@shaw.ca>
9191
9192 * configure.in: Provide documentation string when defining
9193 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
9194 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
9195
9196 2002-04-29 Colin Walters <walters@verbum.org>
9197
9198 * configure.in: Delete configure check for access to the game user.
9199
9200 2002-04-29 Pavel Janík <Pavel@Janik.cz>
9201
9202 * make-dist: lwlib/Imakefile is removed.
9203
9204 2002-04-26 Andrew Choi <akochoi@shaw.ca>
9205
9206 * configure.in: Add support for powerpc-apple-darwin*.
9207 (HAVE_CARBON): Add.
9208
9209 * make-dist: Create directories in mac/Emacs.app.
9210
9211 2002-04-25 Pavel Janík <Pavel@Janik.cz>
9212
9213 * make-dist: lwlib-Xol* are removed.
9214
9215 2002-04-23 Andreas Schwab <schwab@suse.de>
9216
9217 * Makefile.in (MAINT): New variable.
9218 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
9219 instead of configure.in, to avoid running autoconf and autoheader
9220 unless explicitly requested.
9221
9222 2002-04-16 Eli Zaretskii <eliz@gnu.org>
9223
9224 * config.bat: Update for msdos/sed2v2.inp.
9225
9226 2002-04-15 Andreas Schwab <schwab@suse.de>
9227
9228 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
9229 * configure.in: Add config header templates to all AC_DEFINE and
9230 AC_DEFINE_UNQUOTED symbols.
9231 * make-dist: Run autoheader if necessary.
9232
9233 2002-04-10 Colin Walters <walters@verbum.org>
9234
9235 * configure.in: Add --game-dir, --game-user. Test to see if we
9236 can use them.
9237
9238 2002-04-08 Pavel Janík <Pavel@Janik.cz>
9239
9240 * configure.in: Add --with-sound.
9241
9242 2002-03-18 Kim F. Storm <storm@cua.dk>
9243
9244 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
9245 and getsockname functions. Test for sys/un.h include file.
9246
9247 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
9248
9249 * configure.in: Support AIX 5.1.
9250
9251 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
9252
9253 * configure.in: Added test for X Session Management (HAVE_X_SM).
9254
9255 2002-03-03 Richard M. Stallman <rms@gnu.org>
9256
9257 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
9258 Run chown $${LOGNAME} on files installed by tar xvf.
9259
9260 2002-03-03 Kim F. Storm <storm@cua.dk>
9261
9262 * configure.in: Test for getpeername.
9263
9264 2002-03-01 Richard M. Stallman <rms@gnu.org>
9265
9266 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
9267 (HAVE_GIF): Don't use old libungif versions that crash.
9268
9269 2002-02-26 Richard M. Stallman <rms@gnu.org>
9270
9271 * configure.in <making srcdir absolute>: Verify that PWD is correct,
9272 not just well-formed and valid.
9273 (mips-compaq-nonstopux*): New configuration.
9274
9275 2002-02-18 Paul Eggert <eggert@twinsun.com>
9276
9277 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
9278 "sed q" is a portable equivalent to plain "head -1".
9279
9280 2002-02-13 Richard M. Stallman <rms@gnu.org>
9281
9282 * Makefile.in (maybe_bootstrap): Do `exit 1'.
9283 (all): Don't depend on maybe_bootstrap here.
9284 (${SUBDIR}): Depend on it here instead.
9285
9286 2002-02-08 Richard M. Stallman <rms@gnu.org>
9287
9288 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
9289
9290 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
9291
9292 * configure.in: Recognize BSD/OS 5.0.
9293
9294 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
9295
9296 * make-dist: Make version checking in emacs.texi consistent with
9297 how we set it there.
9298
9299 2001-12-29 Kim F. Storm <storm@cua.dk>
9300
9301 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
9302
9303 2001-12-28 Richard M. Stallman <rms@gnu.org>
9304
9305 * configure.in: Test for mbsinit.
9306
9307 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9308
9309 These changes make Leim part of the standard distribution:
9310
9311 * README: Add info about the `leim' directory.
9312
9313 * INSTALL: Remove text that describes Leim as a separate package.
9314
9315 * noleim-Makefile.in: File removed.
9316
9317 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
9318 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
9319 Leim files out of the Emacs tree. Don't prepare a separate tarball
9320 for Leim.
9321
9322 2001-12-11 Richard M. Stallman <rms@gnu.org>
9323
9324 * configure.in (hppa*-*-linux-gnu*): New alternative.
9325
9326 2001-12-08 Pavel Janík <Pavel@Janik.cz>
9327
9328 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
9329 creating distribution.
9330
9331 2001-12-06 Paul Eggert <eggert@twinsun.com>
9332
9333 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
9334 (AC_FUNC_VFORK): Remove.
9335 (AC_FUNC_FORK): Add.
9336 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
9337 this is required by recent Autoconf versions.
9338
9339 2001-12-02 Pavel Janík <Pavel@Janik.cz>
9340
9341 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
9342 TODO, vms-pp.trans and others).
9343
9344 2001-11-29 Pavel Janík <Pavel@Janik.cz>
9345
9346 * make-dist: Use COPYING from the top-level directory.
9347
9348 2001-11-29 Gerd Moellmann <gerd@gnu.org>
9349
9350 * configure.in: Add support for FreeBSD/Alpha.
9351
9352 2001-11-29 Pavel Janík <Pavel@Janik.cz>
9353
9354 * make-dist: Add COPYING to the top-level directory of the
9355 distribution. Simplify the logic behind copying.
9356
9357 * Makefile.in (maybe_bootstrap): Fix previous change.
9358
9359 2001-11-28 Richard M. Stallman <rms@gnu.org>
9360
9361 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
9362
9363 2001-11-26 Richard M. Stallman <rms@gnu.org>
9364
9365 * Makefile.in: bootstrap should not delete dumped executables.
9366 (bootstrap-clean-before): New target.
9367 (bootstrap): Use bootstrap-clean-before instead of clean.
9368 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
9369
9370 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
9371
9372 These changes add the Emacs Lisp Introduction manual to the
9373 distribution:
9374
9375 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
9376
9377 * make-dist: Copy the files in lispintro directory.
9378
9379 * config.bat: Configure in the lispintro directory.
9380
9381 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
9382
9383 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
9384 (lispintro/Makefile): New target.
9385 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
9386 (unlock, relock, info, dvi): Ditto.
9387
9388 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9389
9390 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
9391
9392 * make-dist (etc): Don't distribute gfdl.1.
9393
9394 2001-11-22 Colin Walters <walters@debian.org>
9395
9396 * Makefile.in (install-arch-indep): Install the calc .info files.
9397 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
9398
9399 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9400
9401 * make-dist (lispref): Add *.txt, *.el, permute-index, and
9402 tindex.pl to the list of those being put into the distribution.
9403
9404 2001-11-16 Eli Zaretskii <eliz@gnu.org>
9405
9406 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
9407
9408 2001-11-15 Pavel Janík <Pavel@Janik.cz>
9409
9410 * Makefile.in (uninstall): Fix previous change.
9411
9412 * configure.in, Makefile.in: Add support for --program-prefix,
9413 --program-suffix and --program-transform-name options.
9414
9415 2001-11-13 Pavel Janík <Pavel@Janik.cz>
9416
9417 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
9418 (install-arch-indep): Install emacsclient manual page.
9419 (uninstall): Uninstall emacsclient manual page.
9420
9421 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
9422
9423 * make-dist: Add lispref/index.*perm files to the distribution.
9424 From Pavel Janík <Pavel@Janik.cz>.
9425
9426 2001-11-12 Pavel Janík <Pavel@Janik.cz>
9427
9428 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
9429
9430 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9431
9432 * configure.in: AC_OUTPUT lispref/Makefile.
9433
9434 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9435
9436 The following changes add the ELisp reference manual to the
9437 distribution.
9438
9439 * make-dist: Add the lispref directory to the distribution.
9440
9441 * Makefile.in (install-arch-indep): Add elisp* to the list of
9442 installed Info files.
9443 (SUBDIR_MAKEFILES): Add lispref/Makefile.
9444 (lispref/Makefile): New target.
9445 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
9446 Add commands for the lispref directory.
9447 (info, dvi): Ditto.
9448
9449 * config.bat: Configure in `lispref'.
9450
9451 2001-11-09 Richard M. Stallman <rms@gnu.org>
9452
9453 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
9454
9455 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9456
9457 * make-dist (tempdir): Copy AUTHORS as well.
9458
9459 2001-11-06 Sam Steingold <sds@gnu.org>
9460
9461 * configure.in: Added a check for <nlist.h>.
9462
9463 2001-11-01 Pavel Janík <Pavel@Janik.cz>
9464
9465 * configure.in: Reindent --help output.
9466 From Per Starbäck (starback@ling.uu.se).
9467
9468 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
9469
9470 * configure.in: New entry for HP/UX-11.
9471
9472 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
9473 From Eric S. Raymond <esr@golux.thyrsus.com>.
9474
9475 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9476
9477 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
9478 <athornton@sinenomine.net>.
9479
9480 2001-10-25 Gerd Moellmann <gerd@gnu.org>
9481
9482 * Makefile.in (maybe_bootstrap): New target.
9483 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
9484
9485 2001-10-24 Ken Raeburn <raeburn@gnu.org>
9486
9487 * configure.in: If --with-hesiod is given, look for
9488 hes_getmailhost and res_send or __res_send; check hesiod and
9489 resolv libraries respectively if system libraries don't supply them.
9490
9491 2001-10-24 Gerd Moellmann <gerd@gnu.org>
9492
9493 * configure.in: Use $MAKE for `make' if set.
9494
9495 2001-10-22 Gerd Moellmann <gerd@gnu.org>
9496
9497 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
9498 to tar options.
9499
9500 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9501
9502 * (Version 21.1 released).
9503
9504 2001-10-20 Miles Bader <miles@gnu.org>
9505
9506 * configure.in (configuration): Set from `host' if `host_alias'
9507 isn't defined.
9508
9509 2001-10-19 Andreas Schwab <schwab@suse.de>
9510
9511 * configure.in: Make ready for autoconf 2.5x.
9512 (AC_PREREQ): Require autoconf 2.50.
9513 * aclocal.m4: Removed.
9514 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
9515
9516 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9517
9518 * README: Bump Emacs version to 21.1.50.
9519
9520 2001-10-05 Gerd Moellmann <gerd@gnu.org>
9521
9522 * Branch for 21.1.
9523
9524 2001-09-05 Gerd Moellmann <gerd@gnu.org>
9525
9526 * configure.in: Avoid `$@' which is handled specially in
9527 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
9528
9529 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
9530
9531 * make-dist (nt): Add subdirs.el to the list of distributed files.
9532
9533 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
9534
9535 * configure.in (machine): Add an entry for
9536 hppa1.1-hitachi-hiuxwe2*.
9537
9538 2001-05-28 Gerd Moellmann <gerd@gnu.org>
9539
9540 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
9541 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
9542
9543 2001-05-14 Gerd Moellmann <gerd@gnu.org>
9544
9545 * make-dist: Copy texinfo.tex unconditionally.
9546
9547 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
9548
9549 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
9550 that are installed.
9551
9552 2001-04-06 Gerd Moellmann <gerd@gnu.org>
9553
9554 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
9555 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
9556
9557 * make-dist: Handle leim/MISC-DIC. Only include
9558 `[a-zA-Z]*.{el,elc}' from leim/quail.
9559
9560 2001-04-05 Gerd Moellmann <gerd@gnu.org>
9561
9562 * Makefile.in (install-arch-indep): Remove .cvsignore files.
9563
9564 2001-03-30 Gerd Moellmann <gerd@gnu.org>
9565
9566 * Makefile.in (.PHONY): Add for bootstrap targets.
9567 (bootstrap-clean): New target.
9568 (bootstrap): Use it instead of `clean'.
9569
9570 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
9571
9572 * Makefile.in (SUBDIR): Remove leim.
9573 (all, .RECURSIVE, extraclean): Add leim explicitly.
9574 (leim): Provide separate rule which exports PARALLEL=0 into the
9575 environment.
9576
9577 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9578
9579 * configure.in (HAVE_XPM): Don't print the result of the check for
9580 XpmReturnAllocPixels if we don't have an xpm.h.
9581
9582 2001-03-05 Gerd Moellmann <gerd@gnu.org>
9583
9584 * COPYING: New file.
9585
9586 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
9587
9588 * config.bat: Update the copyright.
9589
9590 2001-02-23 Kenichi Handa <handa@etl.go.jp>
9591
9592 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
9593 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
9594 to `yes'. Later in AC_OUTPUT, check this variable.
9595
9596 2001-02-09 Dave Love <fx@gnu.org>
9597
9598 * AUTHORS: Updated.
9599
9600 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
9601
9602 * info/dir (Ebrowse): Fix the entry (was missing a dot).
9603
9604 2001-02-02 Gerd Moellmann <gerd@gnu.org>
9605
9606 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
9607
9608 * Makefile.in (uninstall): Ignore exit code of `rm'.
9609
9610 * Makefile.in (uninstall): Remove more info files.
9611 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
9612
9613 2001-01-31 Gerd Moellmann <gerd@gnu.org>
9614
9615 * noleim-Makefile.in (extraclean): Add.
9616
9617 2001-01-28 Gerd Moellmann <gerd@gnu.org>
9618
9619 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
9620 it quiet.
9621
9622 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
9623
9624 * Makefile.in (tags): Fix typo.
9625
9626 2001-01-13 Kenichi Handa <handa@etl.go.jp>
9627
9628 * configure.in: Fix typo in the code setting x_search_path.
9629
9630 2001-01-10 Dave Love <fx@gnu.org>
9631
9632 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
9633 -lXext.
9634 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
9635 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
9636 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
9637 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
9638 (now in $LIBS).
9639
9640 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
9641
9642 * config.bat: Run the preprocessor with -traditional.
9643
9644 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
9645
9646 * INSTALL: Move copying conditions to end of file.
9647
9648 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9649
9650 * INSTALL: Add basic installation procedure which assumes
9651 `configure' does its job. Elaborate on image support libraries.
9652 Add a pointer to Xaw3d library. Add advice about solving
9653 configure-time problems by looking in config.log and setting
9654 variables in the environment.
9655
9656 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9657
9658 * Makefile.in (install-arch-indep): If tar fails, exit with
9659 exit code 1.
9660
9661 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9662
9663 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
9664 source file includes XKBlib.h. On some broken Solaris systems,
9665 there is an XKBlib.h, reportedly, but header files included by
9666 XKBlib.h are missing.
9667
9668 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9669
9670 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
9671
9672 2000-12-11 Dave Love <fx@gnu.org>
9673
9674 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
9675
9676 2000-12-11 Paul Eggert <eggert@twinsun.com>
9677
9678 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
9679 Merge fixes from latest GNU tar version. These macros no longer
9680 futz with _XOPEN_SOURCE, as that was not portable in practice.
9681 (AC_FUNC_FSEEKO): New macro.
9682
9683 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
9684 ftello.
9685
9686 2000-12-05 Dave Love <fx@gnu.org>
9687
9688 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
9689
9690 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9691
9692 * info/dir: Change the category to "Emacs".
9693
9694 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9695
9696 * make-dist (tempdir): Remove epaths.h from the distribution
9697 instead of paths.h.
9698
9699 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9700
9701 * config.bat: Check for existence of djecho.exe, and print an
9702 error message if it is not available.
9703
9704 * INSTALL: Describe possible problem with djecho.exe in old
9705 versions of DJGPP v2.x.
9706
9707 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9708
9709 * configure.in: Initialize HAVE_LIBXP to no.
9710
9711 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9712
9713 * configure.in: Use m/macppc.h instead of the non-existent
9714 m/powerpc.h.
9715
9716 2000-11-21 Gerd Moellmann <gerd@gnu.org>
9717
9718 * Makefile.in (install-arch-indep): Also install info/eshell*
9719 and info/speedbar*.
9720
9721 * configure.in (HAVE_PNG): Check for the presence of
9722 png_get_channels to rule out older PNG libs.
9723
9724 * configure.in (AC_OUTPUT): Arrange to emit definitions of
9725 GCC and NON_GNU_CPP into config.status.
9726
9727 2000-11-20 Dave Love <fx@gnu.org>
9728
9729 * configure.in: Fix last change.
9730
9731 * GETTING.GNU.SOFTWARE: Deleted.
9732 * FTP: New file to replace it.
9733 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
9734
9735 2000-11-20 Gerd Moellmann <gerd@gnu.org>
9736
9737 * configure.in: Use -traditional with GNU cpp.
9738
9739 2000-11-17 Gerd Moellmann <gerd@gnu.org>
9740
9741 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
9742 Distribute more files from the nt/ subdir. Distribute PBM
9743 image files from subdirs of lisp/. Distribute old change logs
9744 from subdirs of lisp/. Distribute play/5x5.el.
9745
9746 2000-11-11 Dave Love <fx@gnu.org>
9747
9748 * config.sub, config.guess: Updated from master source.
9749
9750 2000-11-07 Dave Love <fx@gnu.org>
9751
9752 * configure.in: Test for mkstemp.
9753
9754 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
9755
9756 * info/dir (Top): Rearrange menu items more logically, and put
9757 them into a single category. Add menu items for RefTeX and
9758 Widget.
9759
9760 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9761
9762 * Makefile.in (install-arch-indep): Use --info-dir instead of
9763 --dir-file, and a simple argument instead of --info-file, so that
9764 the Debian version of install-info also works.
9765
9766 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9767
9768 * info/dir (Speedbar): Add entry.
9769
9770 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9771
9772 * INSTALL: Describe the new image-support options to the configure
9773 script. List URLs where image support libraries can be found.
9774
9775 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
9776
9777 * info/dir (Top): Add an entry for Eshell.
9778
9779 2000-10-02 Dave Love <fx@gnu.org>
9780
9781 * configure.in: Check for gai_strerror.
9782
9783 2000-10-01 Andreas Schwab <schwab@suse.de>
9784
9785 * Makefile.in (install-arch-indep): Update list of installed info files.
9786
9787 2000-09-30 Gerd Moellmann <gerd@gnu.org>
9788
9789 * configure.in: Support `sparc*-*-netbsd*'.
9790
9791 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
9792
9793 * info/dir (MIME): Add entry for emacs-mime.
9794
9795 2000-09-29 Dave Love <fx@gnu.org>
9796
9797 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
9798
9799 2000-09-26 Gerd Moellmann <gerd@gnu.org>
9800
9801 * make-dist: Adapt to the change of leim/Makefile which was
9802 necessary to ensure a reasonably working `make dist'.
9803
9804 * leim-Makefile.in: Moved to leim/Makefile.in..
9805
9806 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
9807
9808 2000-09-21 Kenichi Handa <handa@etl.go.jp>
9809
9810 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
9811 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
9812 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
9813 files to .elc.
9814 (${TIT}): Adjust for the above change.
9815 (clean mostlyclean): Likewise.
9816 (.el.elc): New target.
9817
9818 2000-09-19 Gerd Moellmann <gerd@gnu.org>
9819
9820 * make-dist: Include XPM and XBM files in lisp/ and subdirs
9821 in the distribution.
9822
9823 2000-09-18 Gerd Moellmann <gerd@gnu.org>
9824
9825 * make-dist (skk): Rename to `ja-dic' because the leim directory
9826 was renamed.
9827
9828 2000-09-14 Dave Love <fx@gnu.org>
9829
9830 * configure.in: Fix spurion in last change.
9831
9832 2000-09-14 Gerd Moellmann <gerd@gnu.org>
9833
9834 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
9835 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
9836 to `no' if defined. Change result report.
9837
9838 2000-09-08 Dave Love <fx@gnu.org>
9839
9840 * configure.in: Remove spurious `@'s.
9841
9842 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
9843 autoconf.
9844
9845 2000-09-06 Gerd Moellmann <gerd@gnu.org>
9846
9847 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
9848 file and print informational message.
9849
9850 * configure.in (AC_FUNC_MMAP): Add.
9851
9852 2000-09-01 Gerd Moellmann <gerd@gnu.org>
9853
9854 * configure.in: Add ``checking'' messages for
9855 XpmReturnAllocPixels.
9856
9857 2000-08-28 Gerd Moellmann <gerd@gnu.org>
9858
9859 * configure.in: Check <strings.h>; check `index' and `rindex'
9860 functions.
9861
9862 2000-08-26 Kenichi Handa <handa@etl.go.jp>
9863
9864 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
9865 "case "${canonical}" in".
9866
9867 2000-08-25 Dave Love <fx@gnu.org>
9868
9869 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
9870
9871 2000-08-25 Kenichi Handa <handa@etl.go.jp>
9872
9873 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
9874
9875 2000-08-24 Gerd Moellmann <gerd@gnu.org>
9876
9877 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
9878 contains a relative path. Protect against unusable values of $PWD.
9879
9880 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9881
9882 * info/dir (WoMan): Add entry.
9883
9884 * config.bat (maindir): Update src/_gdbinit even if it does
9885 already exist.
9886
9887 2000-08-07 Gerd Moellmann <gerd@gnu.org>
9888
9889 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
9890
9891 2000-08-03 Gerd Moellmann <gerd@gnu.org>
9892
9893 * configure.in: Add support for ia64*-*-linux*.
9894
9895 2000-07-27 Gerd Moellmann <gerd@gnu.org>
9896
9897 * make-dist (aclocal.m4): Include in distribution.
9898
9899 2000-07-26 Dave Love <fx@gnu.org>
9900
9901 * configure.in (AC_SYS_LARGEFILE): Move earlier.
9902
9903 2000-07-24 Dave Love <fx@gnu.org>
9904
9905 * configure.in: Add AC_SIZE_T.
9906
9907 2000-07-18 Dave Love <fx@gnu.org>
9908
9909 * configure.in: Reorder so that most tests are done after CPPFLAGS
9910 is set from the C_SWITCH_... definitions.
9911
9912 2000-07-10 Gerd Moellmann <gerd@gnu.org>
9913
9914 * configure.in (HAVE_XPM): Undo previous change. Check for
9915 preprocessor define XpmReturnAllocPixels.
9916
9917 2000-07-06 Gerd Moellmann <gerd@gnu.org>
9918
9919 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
9920 instead of XpmReadFileToPixmap.
9921
9922 2000-07-05 Ken Raeburn <raeburn@gnu.org>
9923
9924 * configure.in: Check for <soundcard.h>. Look for ossaudio
9925 library, and set LIBSOUND accordingly.
9926
9927 2000-07-05 Dave Love <fx@gnu.org>
9928
9929 * configure.in: Use AC_HEADER_SYS_WAIT.
9930
9931 2000-07-05 Gerd Moellmann <gerd@gnu.org>
9932
9933 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
9934 lisp/Makefile. Distribute lisp/Makefile.in instead of
9935 lisp/Makefile.
9936
9937 2000-06-30 Ken Raeburn <raeburn@gnu.org>
9938
9939 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
9940 while searching for image-handling libraries.
9941
9942 2000-06-26 Gerd Moellmann <gerd@gnu.org>
9943
9944 * configure.in (--with-xim): New option.
9945
9946 2000-06-23 Dave Love <fx@gnu.org>
9947
9948 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
9949 for struct timezone and test how we can call gettimeofday.
9950 Check for OSF 5+. Check for term.h.
9951
9952 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
9953 version.
9954
9955 2000-06-23 Gerd Moellmann <gerd@gnu.org>
9956
9957 * configure.in (HAVE_LIBXP): Change test for libXp.
9958
9959 2000-06-21 Dave Love <fx@gnu.org>
9960
9961 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
9962 simple test for getloadavg and substitute GETLOADAVG_LIBS.
9963 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
9964
9965 2000-06-19 Dave Love <fx@gnu.org>
9966
9967 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
9968 _XOPEN_SOURCE is defined.
9969
9970 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9971
9972 * Makefile.in (distclean): Also make distclean in lisp/.
9973
9974 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9975
9976 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
9977
9978 2000-06-15 Gerd Moellmann <gerd@gnu.org>
9979
9980 * make-dist: Add --help and --snapshot options.
9981
9982 2000-06-14 Gerd Moellmann <gerd@gnu.org>
9983
9984 * configure.in: Generate lisp/Makefile.
9985
9986 * configure.in: Add support for `*-lynxos*'.
9987 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
9988 recommended by <Karen.Dorhamer@compaq.com> to fix problems
9989 on Tru64 UNIX v5.0.
9990
9991 2000-06-13 Ken Raeburn <raeburn@gnu.org>
9992
9993 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
9994 it's on a continuation line.
9995
9996 2000-06-02 Dave Love <fx@gnu.org>
9997
9998 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
9999 files.
10000
10001 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
10002 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
10003 test.
10004
10005 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
10006 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
10007
10008 2000-05-26 Gerd Moellmann <gerd@gnu.org>
10009
10010 * configure.in: Add check for speed_t typedef.
10011
10012 2000-05-25 Ken Raeburn <raeburn@gnu.org>
10013
10014 * Makefile.in (install-arch-dep): Install fns-*.el only if it
10015 exists; it won't in the CANNOT_DUMP case.
10016
10017 2000-05-25 Gerd Moellmann <gerd@gnu.org>
10018
10019 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
10020 On FreeBSD, the exit status is 1 if CDPATH is not set.
10021 (install-arch-indep): Install ebrowse.info.
10022
10023 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
10024
10025 * configure.in: Check for grandpt and getpt.
10026
10027 2000-05-09 Dave Love <fx@gnu.org>
10028
10029 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
10030
10031 2000-05-05 Gerd Moellmann <gerd@gnu.org>
10032
10033 * make-dist: Make a link for lib-src/grep-changelog.
10034 Copy install-sh.
10035
10036 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
10037
10038 * config.bat: Identify the beginning of the cpp stuff in
10039 src/Makefile.in and lib-src/Makefile.in more accurately.
10040
10041 2000-04-27 Gerd Moellmann <gerd@gnu.org>
10042
10043 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
10044
10045 2000-04-19 Gerd Moellmann <gerd@gnu.org>
10046
10047 * configure.in: Add support for `powerpc-*-netbsd*'.
10048
10049 2000-04-19 Dave Love <fx@gnu.org>
10050
10051 * configure.in: Don't use AC_FUNC_GETLOADAVG.
10052
10053 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
10054
10055 2000-04-16 Dave Love <fx@gnu.org>
10056
10057 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
10058
10059 2000-04-14 Dave Love <fx@gnu.org>
10060
10061 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
10062
10063 * aclocal.m4 (AC_FUNC_MKTIME): New.
10064
10065 2000-03-28 Ken Raeburn <raeburn@gnu.org>
10066
10067 * configure.in: Line up "--help" output a little better.
10068
10069 2000-03-26 Gerd Moellmann <gerd@gnu.org>
10070
10071 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
10072 New targets.
10073 (bootstrap): Rewritten in terms of the new targets above.
10074 Make info files, too.
10075
10076 2000-03-12 Gerd Moellmann <gerd@gnu.org>
10077
10078 * config.guess, config.sub: Use the versions of the files from
10079 subversions.
10080
10081 2000-03-08 Dave Love <fx@gnu.org>
10082
10083 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
10084 AC_C_VOLATILE. Define POINTER_TYPE.
10085
10086 * aclocal.m4: New file.
10087
10088 2000-03-02 Gerd Moellmann <gerd@gnu.org>
10089
10090 * configure.in (machine): Add `mipsel-*-netbsd*' and
10091 `arm-*-netbsd*'.
10092
10093 2000-03-01 Gerd Moellmann <gerd@gnu.org>
10094
10095 * configure.in (machine): Add support for `*-auspex-sunos*'.
10096
10097 2000-02-29 Gerd Moellmann <gerd@gnu.org>
10098
10099 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
10100
10101 2000-02-18 Dave Love <fx@gnu.org>
10102
10103 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
10104
10105 2000-02-18 Andreas Schwab <schwab@suse.de>
10106
10107 * Makefile.in (install-arch-indep): Add eudc to list of installed
10108 info files.
10109
10110 2000-02-17 Ken Raeburn <raeburn@gnu.org>
10111
10112 * configure.in: Include -lz and -ljpeg (if it's available) when
10113 testing for the tiff library.
10114
10115 2000-02-17 Gerd Moellmann <gerd@gnu.org>
10116
10117 * configure.in: Remove LISP_FLOAT_TYPE.
10118
10119 2000-02-12 Dave Love <fx@gnu.org>
10120
10121 * configure.in: Use AC_FUNC_VFORK.
10122
10123 2000-02-01 Gerd Moellmann <gerd@gnu.org>
10124
10125 * make-dist: Various fixes for new development tree.
10126
10127 * leim-Makefile.in: New file.
10128
10129 2000-01-31 Gerd Moellmann <gerd@gnu.org>
10130
10131 * Makefile.in (dist): Call ./make-dist.
10132
10133 2000-01-24 Dave Love <fx@gnu.org>
10134
10135 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
10136
10137 2000-01-18 Gerd Moellmann <gerd@gnu.org>
10138
10139 * configure.in (HAVE_GIF): Check for DGifOpen instead of
10140 DGifOpenFileName.
10141
10142 2000-01-11 Andreas Schwab <schwab@suse.de>
10143
10144 * Makefile.in (install-arch-indep): Update list of info files to
10145 be installed.
10146
10147 2000-01-05 Dave Love <fx@gnu.org>
10148
10149 * configure.in: Check for jerror.h as well as libjpeg.
10150
10151 2000-01-03 Andreas Schwab <schwab@suse.de>
10152
10153 * Makefile.in (install-arch-indep): Install autotype*.
10154 Run install-info on autotype and emacs-faq.info.
10155
10156 1999-12-04 Dave Love <fx@gnu.org>
10157
10158 * Makefile.in (install-arch-indep): Depend on `info'.
10159 (install-strip): Use `install' as sub-make target.
10160
10161 1999-11-23 Ken Raeburn <raeburn@gnu.org>
10162
10163 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
10164 didn't need to be deleted. Check for the k5crypto library as well
10165 as the crypto library; MIT Kerberos 1.1 changed the name.
10166
10167 1999-11-18 Dave Love <fx@gnu.org>
10168
10169 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
10170
10171 1999-11-11 Erik Naggum <erik@naggum.no>
10172
10173 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
10174
10175 1999-11-08 Dave Love <fx@gnu.org>
10176
10177 * configure.in: Fix change for --with-pop default.
10178
10179 1999-11-04 Dave Love <fx@gnu.org>
10180
10181 * configure.in: Default to --with-pop. Change sense of with-gcc
10182 and with-toolkit-scroll-bars messages to reflect the defaults.
10183
10184 1999-11-01 Gerd Moellmann <gerd@gnu.org>
10185
10186 * INSTALL: Mention the Emacs Lisp Reference.
10187
10188 1999-10-27 Noah Friedman <friedman@splode.com>
10189
10190 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
10191
10192 1999-10-23 Gerd Moellmann <gerd@gnu.org>
10193
10194 * Makefile.in (bootstrap): New target.
10195
10196 1999-10-19 Paul Eggert <eggert@twinsun.com>
10197
10198 Add support for large files. Merge glibc 2.1.2.
10199
10200 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
10201 (HAVE_TM_GMTOFF): New symbol.
10202 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
10203 mbrlen, strsignal.
10204 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
10205
10206 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
10207
10208 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
10209 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
10210
10211 1999-10-09 Richard M. Stallman <rms@gnu.org>
10212
10213 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
10214 Unset CDPATH to prevent cd from generating output.
10215
10216 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
10217
10218 * update-subdirs: Also ignore CVS subdirs.
10219
10220 1999-10-07 Gerd Moellmann <gerd@gnu.org>
10221
10222 * Makefile.in (install-arch-indep): Add ada-mode.
10223
10224 1999-10-06 Dave Love <fx@gnu.org>
10225
10226 * Makefile.in: Add rules for config.status, configure.
10227
10228 1999-09-07 Gerd Moellmann <gerd@gnu.org>
10229
10230 * configure.in (--with-sound): Remove.
10231
10232 1999-08-30 Gerd Moellmann <gerd@gnu.org>
10233
10234 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
10235 the test for Xaw3d.
10236 (HAVE_TIFF): Add -lm to library check.
10237
10238 1999-08-28 Richard Stallman <rms@gnu.org>
10239
10240 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
10241 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
10242 after the other X-related libraries.
10243
10244 1999-08-21 Dave Love <fx@gnu.org>
10245
10246 * configure.in: Don't check for jpeglib.h.
10247
10248 1999-08-20 Gerd Moellmann <gerd@gnu.org>
10249
10250 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
10251 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
10252
10253 1999-08-18 Dave Love <fx@gnu.org>
10254
10255 * configure.in: Check for termcap.h.
10256
10257 1999-08-15 Gerd Moellmann <gerd@gnu.org>
10258
10259 * configure.in: Add --with-toolkit-scroll-bars. If "no",
10260 use Emacs' scroll bars, even if configured for Motif or when
10261 Xaw3d is available.
10262
10263 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
10264
10265 * configure.in: Check for getaddrinfo.
10266
10267 1999-08-04 Eli Zaretskii <eliz@gnu.org>
10268
10269 * config.bat: Make --no-debug work again by removing -gcoff.
10270
10271 1999-07-30 Dave Love <fx@gnu.org>
10272
10273 * configure.in: Check for stdlib.h.
10274
10275 1999-07-19 Dave Love <fx@gnu.org>
10276
10277 * configure.in: Grok sparc64-*-linux-gnu*.
10278
10279 1999-07-12 Richard Stallman <rms@gnu.org>
10280
10281 * Version 20.4 released.
10282
10283 1999-06-23 Karl Heuer <kwzh@gnu.org>
10284
10285 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
10286 Quote $EMACS, in case it's a program with args.
10287
10288 1999-06-15 Gerd Moellmann <gerd@gnu.org>
10289
10290 * configure.in (HAVE_GIF): Use libungif instead of libgif
10291 because the former doesn't contain patented compression code.
10292
10293 1999-05-29 Richard M. Stallman <rms@gnu.org>
10294
10295 * configure.in: Delete the Kerberos stuff.
10296
10297 1999-05-27 Greg Hudson <ghudson@mit.edu>
10298
10299 * configure.in: Prefer kerberos 5 names.
10300
10301 1999-04-26 Richard M. Stallman <rms@gnu.org>
10302
10303 * configure.in: Check for libXp.
10304
10305 1999-04-08 Richard Stallman <rms@gnu.org>
10306
10307 * make-dist: Include change logs in subdirs of `lisp'.
10308
10309 1999-04-05 Richard Stallman <rms@gnu.org>
10310
10311 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
10312 (install-arch-indep): Make ${datadir}/emacs world-readable.
10313
10314 1999-03-30 Eli Zaretskii <eliz@gnu.org>
10315
10316 * config.bat: Use epaths.* instead of paths.*.
10317
10318 1999-03-07 Eli Zaretskii <eliz@gnu.org>
10319
10320 * INSTALL: Add detailed instructions to unpack and install
10321 intlfonts on MS-DOS.
10322
10323 1999-02-26 Richard Stallman <rms@gnu.org>
10324
10325 * configure.in: Use epaths.h and epaths-force instead of paths...
10326
10327 * Makefile.in (epaths-force): Rename from paths-force;
10328 operate on epaths.in and produce epaths.h.
10329
10330 1999-02-24 Richard Stallman <rms@gnu.org>
10331
10332 * make-dist: Fix nt/icons directory handling.
10333
10334 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
10335
10336 * configure.in (f301-fujitsu-uxpv4.1): New target.
10337
10338 1999-02-20 Richard Stallman <rms@gnu.org>
10339
10340 * make-dist (tempparent): Fix command to update info files.
10341
10342 1999-02-09 Richard Stallman <rms@gnu.org>
10343
10344 * configure.in (powerpc-apple-netbsd*): New alternative.
10345
10346 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
10347
10348 * make-dist: Include the new directory nt/icons in distributions.
10349
10350 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10351
10352 * configure.in: Change message about HAVE_XFREE386.
10353
10354 1999-01-07 Eli Zaretskii <eliz@gnu.org>
10355
10356 * config.bat: Support configuring with leim.
10357
10358 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
10359
10360 * configure.in (mips-sgi-irix6.5): New target.
10361
10362 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10363
10364 * configure.in: Remove GSS-API support, since it has been removed
10365 from movemail.
10366
10367 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10368
10369 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
10370
10371 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
10372
10373 * Makefile.in: Don't install customize info file.
10374 Run install-info on viper info file.
10375
10376 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10377
10378 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
10379
10380 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10381
10382 * configure.in (*-*-bsdi4*): New target.
10383
10384 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
10385
10386 * configure.in: Fix previous change.
10387
10388 1998-11-11 Richard Stallman <rms@gnu.org>
10389
10390 * configure.in (aviion-intel): New machine.
10391
10392 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10393
10394 * configure.in (mips-nec-sysv4*): New target.
10395
10396 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10397
10398 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
10399 from lisp.
10400
10401 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10402
10403 * make-dist: Don't include fns*.el in dist.
10404
10405 1998-10-30 Dave Love <fx@gnu.org>
10406
10407 * configure.in: Don't mkdir cpp.
10408
10409 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10410
10411 * Makefile.in (install-arch-dep): Install src/fns-*.el in
10412 ${archlibdir}.
10413
10414 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10415
10416 * Version 20.3 released.
10417
10418 1998-07-30 Paul Eggert <eggert@twinsun.com>
10419
10420 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
10421 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
10422 (lwlib/Makefile, leim/Makefile):
10423 Prepend $(srcdir)/ to rule dependencies outside this dir.
10424
10425 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10426
10427 * configure.in: Use unset CDPATH instead of making it empty.
10428
10429 1998-06-20 Karl Heuer <kwzh@gnu.org>
10430
10431 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
10432
10433 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10434
10435 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
10436 and default.el. Sort the results.
10437
10438 1998-05-31 Karl Heuer <kwzh@gnu.org>
10439
10440 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
10441 writable.
10442
10443 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10444
10445 * Makefile.in (install-arch-indep):
10446 Don't alter site-lisp/subdirs.el if it exists.
10447
10448 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10449
10450 * Makefile.in (install-arch-indep): Put `-' on commands to create
10451 subdirs.el in site-lisp dirs.
10452
10453 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
10454
10455 * Makefile.in (install-arch-indep): Fix typo in previous change.
10456
10457 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
10458
10459 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
10460
10461 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
10462
10463 * Makefile.in (mkdir): Create the site-lisp dirs.
10464 (install-arch-indep): Make site-lisp/subdirs files world-readable.
10465
10466 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
10467
10468 * Makefile.in (INSTALL_INFO): New variable.
10469 (install-arch-indep): Don't replace the dir file if it already exists.
10470 Use the install-info program, via INSTALL_INFO, to add entries.
10471 Make the `info' subdir and the Info files world-readable.
10472
10473 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
10474
10475 * config.bat: Make sure the environment is large enough to support
10476 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
10477
10478 1998-04-10 Karl Heuer <kwzh@gnu.org>
10479
10480 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
10481
10482 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10483
10484 * configure.in: Add --with-gssapi to specify GSS-API
10485 authentication support for movemail.
10486
10487 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10488
10489 * Makefile.in (install-arch-indep): Fix previous change.
10490
10491 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10492
10493 * Makefile.in (info): Run man in build dir, not srcdir.
10494
10495 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10496
10497 * Makefile.in (install-arch-indep): Fix previous change.
10498
10499 1998-03-23 Kenichi Handa <handa@etl.go.jp>
10500
10501 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
10502
10503 1998-03-22 Richard Stallman <rms@gnu.org>
10504
10505 * Makefile.in (install-arch-indep): Put special subdirs.el files
10506 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
10507
10508 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
10509
10510 * make-dist: Fix shell syntax in check for missing .el or .elc files.
10511
10512 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
10513
10514 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
10515 (m68*-hp-hpux*): Handle versions 1X like 10.
10516
10517 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
10518
10519 * make-dist: PROBLEMS is now in etc, not top level dir.
10520
10521 * Makefile.in (SOURCES): Delete PROBLEMS.
10522
10523 1998-02-25 Richard Stallman <rms@gnu.org>
10524
10525 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
10526
10527 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
10528
10529 1998-01-17 Richard Stallman <rms@gnu.org>
10530
10531 * Makefile.in (install-arch-indep): Add semicolon before `else'.
10532
10533 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
10534
10535 * make-dist (tempparent): New option --no-check.
10536
10537 * make-dist: Don't do anything with cpp directory.
10538
10539 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
10540
10541 * configure.in (sparc-fujitsu-sysv4*): New target.
10542
10543 1997-12-17 Andreas Schwab <schwab@gnu.org>
10544
10545 * configure.in: Cache more tests. Add missing quotes around
10546 message with embedded comma.
10547
10548 1997-12-04 Karl Heuer <kwzh@gnu.org>
10549
10550 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
10551
10552 1997-11-26 Joel N. Weber II <devnull@gnu.org>
10553
10554 * make-dist: Changed the comment about `umask 0' to say `Don't
10555 restrict access to any files.'; previously it said `Don't protect
10556 any files', which may have implied that we think fascism is good.
10557
10558 1997-11-24 Paul Eggert <eggert@twinsun.com>
10559
10560 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
10561 strftime needs the underlying host's strftime for locale dependent
10562 formats.
10563
10564 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
10565
10566 * configure.in (i586-dg-dguxR4.*): New name in case branch.
10567
10568 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
10569
10570 * config.bat: Configure the man subdirectory.
10571
10572 1997-11-07 Paul Eggert <eggert@twinsun.com>
10573
10574 * configure.in (AC_CHECK_LIB): Add -lintl.
10575
10576 1997-11-07 Karl Heuer <kwzh@gnu.org>
10577
10578 * make-dist (check for .elc files): Avoid bash-specific syntax.
10579 (check for overflow 14-char limit): Simplify.
10580
10581 1997-11-07 Richard Stallman <rms@gnu.org>
10582
10583 * Makefile.in (install): Move blessmail last.
10584
10585 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10586
10587 * configure.in (gettimeofday, one arg or two):
10588 Clarify messages by avoiding double negative.
10589
10590 1997-09-30 Karl Eichwalder <ke@suse.de>
10591
10592 * Makefile.in (install-arch-indep): Install the widget info file.
10593
10594 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10595
10596 * configure.in (with-pop, with-kerberos): Need to check Kerberos
10597 libraries in reverse order, so that libraries will appear in the
10598 correct dependency order on the link line (and so that the
10599 configure checks themselves will work properly when early
10600 libraries depend on later ones).
10601
10602 1997-09-21 Erik Naggum <erik@naggum.no>
10603
10604 * make-dist (making links to `src'): Keep timestamp on copied files.
10605
10606 * make-delta: New script to produce delta distributions.
10607
10608 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10609
10610 * Version 20.2 released.
10611
10612 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10613
10614 * Version 20.1 released.
10615
10616 * Makefile.in (install-leim): Depend on mkdir.
10617 (leim): Depend on src.
10618
10619 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10620
10621 * configure.in: Recognize alpha* instead of just alpha.
10622
10623 1997-09-12 Paul Eggert <eggert@twinsun.com>
10624
10625 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
10626
10627 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10628
10629 * update-subdirs: Use rm -f.
10630
10631 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10632
10633 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
10634 Ignore subdirs named Old.
10635
10636 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
10637
10638 * configure.in: Add OpenBSD clause to set $machine.
10639
10640 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10641
10642 * make-dist: Recompile everything after updating various Lisp files.
10643 Recompile in leim as well as lisp.
10644 Check in leim as well as lisp for mismatched files and too-long names.
10645
10646 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10647
10648 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
10649
10650 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10651
10652 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
10653 before trying to copy anything from it.
10654
10655 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10656
10657 * Makefile.in (man/Makefile): New target.
10658 (tags): Define env var EMACS and run Makefile from build dir.
10659
10660 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
10661
10662 * config.bat: If src/_gdbinit doesn't exist, try using
10663 src/.gdbinit to create it (for building on Windows 95).
10664
10665 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10666
10667 * Makefile.in (install-arch-indep):
10668 Discard extra data in tar | tar pipes.
10669
10670 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
10671
10672 * configure.in (x_default_search_path):
10673 Corrected '${x_library}' to '${x_library}/X11'.
10674
10675 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10676
10677 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
10678
10679 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10680
10681 * configure.in: Support auto-configuration of both Kerberos V4 and
10682 Kerberos V5 for movemail, including detection of V4 and V5 header
10683 files and libraries.
10684
10685 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
10686
10687 * configure.in: Compute x_default_search_path
10688 and substitute into makefiles.
10689
10690 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
10691
10692 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10693
10694 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
10695
10696 1997-08-07 Erik Naggum <erik@naggum.no>
10697
10698 * configure.in: Remove lockdir, it is no longer needed.
10699 * Makefile.in (mkdir): Don't create lockdir.
10700 (lockdir): Variable deleted.
10701 (paths-force): Don't operate on PATH_LOCK.
10702
10703 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10704
10705 * leim-Makefile.in (clean, distclean): New targets.
10706
10707 * make-dist: Include leim/ChangeLog in leim distribution.
10708
10709 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10710
10711 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
10712
10713 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10714
10715 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
10716
10717 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10718
10719 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
10720
10721 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10722
10723 * make-dist: Update leim/leim-list.el.
10724 Pass along value of $EMACS when updating lisp dir.
10725
10726 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10727
10728 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
10729 prerequisite to the use of Doug Lea's malloc.
10730
10731 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10732
10733 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
10734
10735 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
10736
10737 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10738
10739 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
10740
10741 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10742
10743 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
10744 to news-r6.h.
10745
10746 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
10747
10748 * config.bat: Use `sed' instead of `cp', which might not be
10749 installed.
10750
10751 1997-07-09 Kenichi Handa <handa@etl.go.jp>
10752
10753 * Makefile.in (mostlyclean): Add cleaning leim directory.
10754 (clean, distclean, maintainer-clean): Likewise.
10755
10756 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10757
10758 * make-dist (bogosities): Check subdirs of `lisp' also.
10759
10760 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10761
10762 * make-dist (etc): Really avoid symlinks now.
10763 (lisp): Don't delete from subdirs the things we never copy.
10764
10765 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10766
10767 * Makefile.in (install-arch-indep): Correct the target name.
10768 The first letter `i' was dropped by the previous change of mine.
10769
10770 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10771
10772 * configure.in (leim/Makefile): Generate this.
10773 (*-sysv4.2uw*): Recognize new alternative.
10774
10775 * leim-Makefile.in: Renamed from leim-Makefile.
10776
10777 * make-dist: Set up real-leim subdirectory,
10778 with the real contents of leim; then move it to
10779 a separate top-level directory.
10780
10781 * make-dist: Don't mention site-lisp, site-init, site-start
10782 or default, when listing files hat are not compiled and should be.
10783
10784 * configure.in: Create src/config.stamp at the end.
10785
10786 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10787
10788 * Makefile.in (install-leim): Correct previous change.
10789
10790 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10791
10792 * Makefile.in (install-leim): New target.
10793 (install): Depend on install-leim.
10794
10795 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10796
10797 * Makefile.in (SUBDIR): Add leim.
10798 (SUBDIR_MAKEFILES): Add leim/Makefile.
10799 (leim/Makefile): New target.
10800
10801 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10802
10803 * leim-Makefile: New file.
10804 * make-dist: Initialize a `leim' subdirectory with that makefile.
10805
10806 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10807
10808 * configure.in (GNU_MALLOC_reason): Fix message text.
10809
10810 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10811
10812 * make-dist (lisp): Don't process subdirs that start with =.
10813 (etc): Copy symlinks, as in src.
10814
10815 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10816
10817 * configure.in (i*86-*-unixware*): New alternative.
10818
10819 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10820
10821 * Makefile.in (src/config.stamp): Target renamed from src/config.h
10822 and touch it explicitly.
10823
10824 * configure.in (mips-sony-newsos6*): New alternative.
10825 (mips-*-linux-gnu*): New alternative.
10826 (*-*-bsdi*): New alternative.
10827 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
10828
10829 1997-06-22 Dave Love <d.love@dl.ac.uk>
10830
10831 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
10832 (src/config.h): New target to re-configure if src/config.in is patched.
10833
10834 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10835
10836 * configure.in (shutdown): Check for `shutdown' function.
10837
10838 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10839
10840 * update-subdirs: Include the directory "language" in subdirs.
10841
10842 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10843
10844 * configure.in (m88k-dg-dgux4*): New alternative.
10845 (alpha-*-netbsd*): New alternative.
10846 (powerpcle-*-solaris2*): New alternative.
10847
10848 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10849
10850 * make-dist: Warn about .el files that are not compiled.
10851
10852 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10853
10854 * Makefile.in (dist): Don't run update-subdirs here,
10855 since make-dist now gets that done.
10856
10857 * make-dist: Use the new `updates' target in lisp/Makefile.
10858
10859 * make-dist: Use new non-file targets in lisp/Makefile.
10860
10861 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10862
10863 * make-dist: Handle all subdirs of `lisp' uniformly.
10864 Don't handle `term' and `language' specially.
10865 Clear out umask at the beginning.
10866
10867 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10868
10869 * make-dist: Use Make to update finder-inf.el and autoloads.
10870 Also update cus-load.el.
10871
10872 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10873
10874 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
10875 in case it is desirable to disable the GNU malloc features with glibc.
10876
10877 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10878
10879 * configure.in (DOUG_LEA_MALLOC):
10880 Define if malloc_{get,set}_state exist.
10881
10882 1997-03-05 Kenichi Handa <handa@etl.go.jp>
10883
10884 * make-dist: Make links for files under lisp/language.
10885
10886 1997-02-20 Kenichi Handa <handa@etl.go.jp>
10887
10888 * update-subdirs: Exclude the directory "language" from subdirs.
10889
10890 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
10891
10892 * configure.in: Check for rint and cbrt.
10893
10894 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10895
10896 * make-dist: Use $EMACS to say where to run Emacs.
10897 Add --no-update option.
10898
10899 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10900
10901 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
10902
10903 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10904
10905 * make-dist (copying src): Check thoroughly for symlinks
10906 and copy them in all cases. Regularize the linking of *.in
10907 and *.opt and ChangeLog files.
10908 (copying lib-src): Likewise.
10909 Don't rm getdate.c or y.tab.*--they don't exist any more.
10910
10911 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
10912
10913 * configure.in: Check for libmail, maillock.h and
10914 touchlock (for movemail).
10915
10916 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10917
10918 * configure.in (limits.h): Check for this file.
10919
10920 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10921
10922 * configure.in (rs6000-ibm-aix4.2): New alternative.
10923 (rs6000-ibm-aix4.0): New alternative.
10924 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
10925
10926 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
10927
10928 * configure.in: Recognize vax-*-netbsd*.
10929
10930 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10931
10932 * configure.in (locallisppath): Add leim directory.
10933
10934 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
10935
10936 * config.bat: Make sure `mv' supports forward slashes and -f.
10937
10938 1996-10-28 Christian Limpach <chris@nice.ch>
10939
10940 * configure.in (hppa*-next-nextstep*): * added after hppa
10941 to accept hppa1.0 and hppa1.1.
10942
10943 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
10944
10945 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
10946 * configure.in (ld_switch_machine): Fix typo.
10947
10948 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10949
10950 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
10951 from config.h and use them in $ac_link.
10952
10953 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
10954
10955 * configure.in: Create a subdir named `lisp'.
10956
10957 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10958
10959 * configure.in: Check for getcwd.
10960
10961 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10962
10963 * configure.in: Check for termios.h. Check for setpgid.
10964
10965 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10966
10967 * configure.in: Check for setrlimit.
10968
10969 1996-08-31 Paul Eggert <eggert@twinsun.com>
10970
10971 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
10972
10973 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10974
10975 * configure.in: Check for utimes.
10976
10977 * configure.in: Check for com_err library, but only
10978 if --with-kerberos was used. Check for krb and des
10979 only if --with-kerberos.
10980
10981 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10982
10983 * Makefile.in (INSTALL_STRIP): New variable.
10984 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
10985 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
10986
10987 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10988
10989 * configure.in: Check for krb and des libraries.
10990
10991 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10992
10993 * configure.in (*-sunos4.1.[3-9]*noshare):
10994 Use sunos413, not sunos4-1-3.
10995 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
10996 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
10997
10998 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10999
11000 * Makefile.in (src/paths.h): Target deleted.
11001 (paths-force): Delete all dependencies on this target
11002 but don't delete the target.
11003 (install): Depend on `all'.
11004 (paths-force): Don't print a message.
11005
11006 * configure.in: Generate src/paths.h here.
11007
11008 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11009
11010 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
11011 New variables that affect linking only.
11012 (alpha-dec-osf*): Use those instead of previous change.
11013
11014 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11015
11016 * Makefile.in (install-arch-indep): Install info/messages.
11017
11018 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11019
11020 * Version 19.33 released.
11021
11022 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
11023
11024 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
11025 Fix previous change.
11026
11027 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11028
11029 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
11030 New alternative.
11031
11032 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11033
11034 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
11035 and NON_GCC_TEST_OPTIONS.
11036
11037 1996-08-06 Paul Eggert <eggert@twinsun.com>
11038
11039 * configure.in (LOCALTIME_CACHE): Don't put a string literal
11040 "TZ=..." in environ.
11041
11042 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11043
11044 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
11045
11046 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11047
11048 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
11049 the more general *-sunos4.1.[3-9]* clause.
11050
11051 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11052
11053 * Version 19.32 released.
11054
11055 * configure.in (*-sco3.2v5*):
11056 Set OVERRIDE_CPPFLAG to a string of one space.
11057 Fix the code that uses OVERRIDE_CPPFLAG.
11058
11059 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
11060
11061 * configure.in: Undo previous change.
11062
11063 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11064
11065 * config.sub: Use `pc', not `unknown', when canonicalizing
11066 the vendor for ...86.
11067
11068 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
11069
11070 * configure.in: Check for termios.h header.
11071
11072 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
11073
11074 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
11075
11076 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
11077
11078 * configure.in: Split bsdos2 and bsdos2-1.
11079
11080 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11081
11082 * config.sub: If last two words are not a recognized
11083 KERNEL-OS pair, use just the last word as OS, as in 19.31.
11084 Make conversion of gnu/linux to linux-gnu really work.
11085
11086 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
11087
11088 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11089
11090 * configure.in (check for using Lucid widgets by default):
11091 Eliminate indentation that confuses some compilers.
11092
11093 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11094
11095 * config.sub: Convert linux and gnu/linux to linux-gnu.
11096
11097 * make-dist: Don't update getdate.c.
11098 Ignore =... files when checking for too-long Lisp file names.
11099
11100 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11101
11102 * configure.in (euidaccess): Check for that, not for eaccess.
11103
11104 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11105
11106 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
11107 before `noshare'.
11108 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
11109
11110 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11111
11112 * configure.in: Rename lignux to linux-gnu in configuration names.
11113 Use gnu-linux as the opsys value (s/ file name).
11114 Allow i686 just like i386, i486, i586.
11115
11116 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11117
11118 * configure.in (i*86-*-sco3.2v5): New alternative.
11119 (OVERRIDE_CPPFLAG): New variable.
11120 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
11121
11122 * configure.in: Specify vpath for .texi files.
11123
11124 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11125
11126 * configure.in: Always check for HAVE_X11R5.
11127 Separately decide whether to use a toolkit by default.
11128
11129 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
11130
11131 * configure.in: If X11R5 is missing the Xaw headers,
11132 default to --with-x-toolkit=no.
11133
11134 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11135
11136 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
11137
11138 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11139
11140 * Makefile.in (install-arch-indep): If cd etc makes output,
11141 don't treat that as part of the tar data.
11142 Check that ./lisp actually exists.
11143
11144 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
11145
11146 * make-dist: Check for long file names.
11147
11148 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11149
11150 * Version 19.31 released.
11151
11152 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11153
11154 * configure.in: Recognize sparc-*-lignux.
11155
11156 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
11157
11158 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
11159 Don't include config.w95.
11160
11161 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
11162
11163 * make-dist: Replace --no-clean-up and --no-tar options
11164 with --clean-up and --tar, so that the default is useful.
11165
11166 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
11167
11168 * config.bat: Make sure the GDB init file is called src/_gdbinit;
11169 if not, tell the user to rename it and abort.
11170
11171 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
11172
11173 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
11174 test program.
11175
11176 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11177
11178 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
11179
11180 * make-dist (MANIFEST): Fix previous change.
11181 (msdos): Put mainmake.v2 into the dist.
11182
11183 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
11184
11185 * make-dist: Exit if autoconf fails.
11186
11187 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
11188
11189 * config.bat: Set djgpp-ver, and unset it at the end.
11190 Add a number of conditionals for DJGPP version 2.
11191 Rename label libsrc2 to libsrc3.
11192 Substitute for LDFLAGS in src/Makefile.
11193 Substitute for ALL_CFLAGS in lib-src/Makefile.
11194
11195 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11196
11197 * configure.in (ncurses): Check this after checking fns like strerror.
11198
11199 1996-04-08 Erik Naggum <erik@naggum.no>
11200
11201 * make-dist (MANIFEST): Don't include lines from =files.
11202
11203 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11204
11205 * make-dist: Don't put lisp/dired.todo in the dist.
11206
11207 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
11208
11209 * configure.in (HAVE_NCURSES): Look for library named ncurses.
11210
11211 * configure.in (setlocale): Check for it.
11212
11213 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
11214
11215 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11216
11217 * configure.in: Use lignux instead of linux as value of opsys.
11218
11219 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11220
11221 * Makefile.in (install-strip): Fix whitespace.
11222 Get rid of continuation.
11223
11224 * config.sub: Convert linux or gnu/linux to lignux.
11225
11226 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11227
11228 * configure.in: Accept lignux in configuration name.
11229
11230 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11231
11232 * Makefile.in (install-strip): New target.
11233
11234 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11235
11236 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
11237 -f failed to do the job on Suns.
11238
11239 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11240
11241 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
11242
11243 * configure.in (linux/version.h): Check for this header.
11244
11245 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
11246
11247 * configure.in: Remove -fno-builtin hackery from -lm check.
11248
11249 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
11250
11251 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
11252 just this test.
11253
11254 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
11255
11256 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11257
11258 * configure.in: Check for ncurses.
11259
11260 1996-02-28 Paul Eggert <eggert@twinsun.com>
11261
11262 * configure.in (LOCALTIME_CACHE):
11263 Also define if localtime mishandles unsetting TZ.
11264 This works around a localtime bug in mips-dec-ultrix.
11265
11266 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11267
11268 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
11269
11270 * configure.in: Improve messages about X versions.
11271
11272 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11273
11274 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
11275
11276 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11277
11278 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
11279 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
11280
11281 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
11282 (install): Put install-arch-indep before install-arch-dep.
11283
11284 1996-02-20 Dave Love <d.love@dl.ac.uk>
11285
11286 * INSTALL: Clarify info about MS-DOS path handling.
11287
11288 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11289
11290 * Makefile.in (install-arch-indep): Install info/ccmode*.
11291 In previous change, protect against /bin/pwd returning null string.
11292
11293 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11294
11295 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
11296 to lispdir.
11297
11298 1996-02-01 Paul Eggert <eggert@twinsun.com>
11299
11300 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
11301
11302 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11303
11304 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
11305
11306 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11307
11308 * Makefile.in (extraclean): Use ${top_distclean} to ensure
11309 we delete everything distclean deletes.
11310
11311 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
11312
11313 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
11314
11315 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11316
11317 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
11318 into LDFLAGS instead of into LIBS.
11319
11320 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11321
11322 * configure.in (HAVE_XMU): Fix typo in previous change.
11323
11324 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11325
11326 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
11327
11328 1996-01-10 Erik Naggum <erik@naggum.no>
11329
11330 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
11331
11332 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
11333
11334 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
11335
11336 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11337
11338 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
11339 and use -lXt to link it.
11340
11341 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11342
11343 * configure.in (locallisppath): Put version-specific dir first.
11344
11345 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11346
11347 * configure.in (hppa-*-nextstep*): New alternative.
11348 (USE_X_TOOLKIT): By default, set this to "maybe";
11349 and change that later to LUCID or "no" according to X11 version.
11350
11351 * make-dist: Recompile outdated .elc files and update all autoloads.
11352
11353 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11354
11355 * configure.in (locallisppath): Fix typo in last change: " -> '.
11356
11357 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11358
11359 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
11360
11361 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11362
11363 * Makefile.in (install-arch-indep): Give all files read permission.
11364
11365 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11366
11367 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
11368 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
11369
11370 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11371
11372 * configure.in: Determine HAVE_X11R6.
11373 (HAVE_MENUS): Rename from HAVE_X_MENU.
11374
11375 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11376
11377 * configure.in: Just "solaris" now defaults to version 2.4.
11378 Add sunos4.1.n-noshare as alternative.
11379
11380 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11381
11382 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
11383
11384 1995-11-29 Erik Naggum <erik@naggum.no>
11385
11386 * Makefile.in (install-arch-indep): Add missing backslash.
11387
11388 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
11389
11390 * Makefile.in (install-arch-indep): Don't install
11391 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
11392
11393 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11394
11395 * Makefile.in (install-arch-indep): Fix previous change.
11396
11397 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
11398
11399 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11400
11401 * Version 19.30 released.
11402
11403 * make-dist (lisp): Exclude subdirs.el.
11404
11405 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11406
11407 * make-dist (etc): Delete *.orig and *.rej.
11408
11409 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11410
11411 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
11412
11413 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11414
11415 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
11416
11417 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
11418
11419 * make-dist (nt): Rename install, readme, and todo to
11420 INSTALL, README, and TODO.
11421
11422 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11423
11424 * make-dist (lisp): Don't distribute site-start.
11425
11426 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
11427
11428 * make-dist: Break the hard link on alloca.c.
11429
11430 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11431
11432 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
11433
11434 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11435
11436 * make-dist (src, lib-src): Don't distribute Makefile.c.
11437 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
11438
11439 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11440
11441 * Makefile.in (mkdir): Create man1dir, not mandir.
11442 (uninstall): Use man1dir, not mandir.
11443
11444 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11445
11446 * Makefile.in (man1dir): New variable.
11447 (install-arch-indep): Use man1dir.
11448
11449 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
11450
11451 * make-dist: Create lisp/MANIFEST.
11452
11453 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11454
11455 * configure.in (m68k-*-linux*): New alternative.
11456
11457 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11458
11459 * make-dist: Use new names config.in, paths.in, and
11460 {src,lib-src}/Makefile.in.
11461
11462 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11463
11464 * configure.in: Don't bother checking for drem.
11465
11466 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11467
11468 * Makefile.in (distclean): Delete line with just a tab in it.
11469 (install-arch-indep): Delete spaces that precede tabs.
11470 Delete spurious `fi' left from previous change.
11471 (install): Supply `true' as command, to avoid null command.
11472
11473 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11474
11475 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
11476
11477 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11478
11479 * configure.in (powerpc-*-solaris2): New alternative.
11480
11481 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
11482
11483 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
11484 of paths.h.tmp$$, to avoid going beyond 14 characters.
11485
11486 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11487
11488 * configure.in: Improve error msg for invalid --with-x-toolkit value.
11489
11490 1995-09-06 Paul Eggert <eggert@twinsun.com>
11491
11492 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
11493 if localtime caches TZ. Check for tzset.
11494
11495 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11496
11497 * config.bat: Simplify using new names file names src/makefile.in,
11498 config.in, paths.in. Change Echo commands not to use `.
11499
11500 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11501
11502 * Makefile.in (install-arch-indep): Always install the new dir file;
11503 rename the previous dir file to dir.bak or dir.old.
11504
11505 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11506
11507 * configure.in (RANLIB): Substitute this into makefiles.
11508 Set it specially on solaris; set it by default on other systems.
11509
11510 * configure.in: Fix previous Alpha change.
11511
11512 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11513
11514 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
11515 NON_GCC_TEST_OPTIONS.
11516
11517 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11518
11519 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
11520 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
11521
11522 * configure.in (alpha-*-linux*): New configuration.
11523
11524 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11525
11526 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
11527 (m68k-next-nextstep*): New alias for that.
11528 (i*86-*-nextstep*): Use nextstep.h.
11529 (sparc-*-nextstep*): New configuration.
11530
11531 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11532
11533 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
11534 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
11535
11536 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11537
11538 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
11539 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
11540
11541 1995-07-18 Mike Long <mike.long@analog.com>
11542
11543 * make-dist: Fix update of finder-inf.el, and byte-compile it.
11544
11545 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11546
11547 * Makefile.in (src/paths.h, paths-force):
11548 Rename src/paths.h.in to src/paths.in.
11549 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
11550
11551 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
11552 Use Makefile.c for intermediate file.
11553 Rename src/config.h.in to src/config.in.
11554
11555 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
11556
11557 * configure.in (mips-dec-ultrix*): Assume version 4.3.
11558 (mips-dec-ultrix4.[12]): New alternative for old versions.
11559
11560 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11561
11562 * make-dist: Don't break intra-tree links.
11563
11564 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11565
11566 * configure.in: Put back archlibdir initialization.
11567 Require autoconf 2.4.1 or later.
11568
11569 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11570
11571 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
11572 (mips-mips-riscos5*): New alternative.
11573
11574 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11575
11576 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
11577
11578 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11579
11580 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
11581 (mandir, infodir, archlibdir): Initializations deleted.
11582
11583 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
11584 On hpux9shr, use hpux9shxr4.h.
11585
11586 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
11587
11588 * configure.in: Added target mips-dec-mach_bsd4.3.
11589 * config.guess: Guess mips-dec-mach_bsd4.3.
11590
11591 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11592
11593 * Makefile.in (mkdir): Use symbolic chmod.
11594
11595 1995-06-22 Paul Eggert <eggert@twinsun.com>
11596
11597 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
11598 SunOS 4.1.5 through 4.1.9, should they ever exist.)
11599
11600 1995-06-22 Paul Eggert <eggert@twinsun.com>
11601
11602 * Makefile.in (SUBDIR_MAKEFILES):
11603 Add man/Makefile, so `make distclean' removes it.
11604 (top_distclean): Add config.log to the list of files to be removed.
11605
11606 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11607
11608 * Version 19.29 released.
11609
11610 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11611
11612 * configure.in: Fix the previous change to verify that the -b
11613 option really solves the problem.
11614
11615 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
11616
11617 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11618
11619 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
11620
11621 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11622
11623 * configure.in: Report more clearly when there is no special
11624 dir to search for X includes or libraries.
11625
11626 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11627
11628 * configure.in: Check for -lpthreads, not -lpthread.
11629
11630 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
11631
11632 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
11633
11634 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11635
11636 * configure.in: Check for -lpthread.
11637
11638 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11639
11640 * Makefile.in (install-arch-indep): Install info files for mh-e.
11641 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
11642
11643 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11644
11645 * configure.in (*-solaris2.5): New configuration.
11646
11647 * make-dist: Copy new files config.nt and config.w95.
11648
11649 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11650
11651 * configure.in: Use x_includes, not x_libraries, for -I.
11652 Make bitmapdir a colon-separated list.
11653
11654 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
11655
11656 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
11657
11658 * configure.in: Allow x_libraries and x_includes to be paths.
11659
11660 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11661
11662 * configure.in: Fix typo.
11663
11664 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11665
11666 * INSTALL: Clarify use of site-init.el.
11667
11668 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
11669
11670 * configure.in: Pass arg to sqrt.
11671
11672 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11673
11674 * make-dist: Fix May 6 change.
11675
11676 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11677
11678 * vpath.sed: Delete reference to ymakefile.
11679
11680 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11681
11682 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
11683
11684 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11685
11686 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
11687
11688 * update-subdirs: Specify /bin/sh to run the script.
11689
11690 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11691
11692 * make-dist: Put src/makefile.nt in dist.
11693
11694 * configure.in (i[345]86-*-bsdi2*): New configuration.
11695 (vax-dec-bsd386*): Delete.
11696
11697 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11698
11699 * configure.in: Make sure CDPATH doesn't mess up PWD check.
11700 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
11701 Use fmod instead of logb in -lm check.
11702
11703 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11704
11705 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
11706 Use bsd4-3. Don't set NON_GNU_CPP.
11707
11708 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
11709 In nt, copy various different things, but not *.cmd.
11710 Fix the ln commands for the subdirs of nt.
11711
11712 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11713
11714 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
11715
11716 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11717
11718 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
11719 since that's what the header file expects.
11720
11721 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
11722
11723 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
11724 and 68040 based machines when choosing options for gnucc.
11725
11726 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11727
11728 * Makefile.in (top_distclean): Delete config.cache.
11729
11730 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11731
11732 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
11733
11734 * configure.in: Use m/ncr386.h.
11735
11736 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11737
11738 * Makefile.in (install-arch-indep): Undo Sep 23 change.
11739
11740 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11741
11742 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
11743 (man): Don't copy texindex.c and getopt.c; they're deleted.
11744 (etc): Omit `e'; it's a subdirectory.
11745 (etc/e): Use `../..', not `..', to reference top level.
11746
11747 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
11748
11749 * Makefile.in (install-arch-indep, dist):
11750 Look for `update-subdir' in $(srcdir).
11751
11752 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11753
11754 * make-dist: Include mkinstalldirs in distribution.
11755
11756 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11757
11758 * make-dist: Add missing close backquote.
11759
11760 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11761
11762 * make-dist: Don't distribute shortnames directory.
11763
11764 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11765
11766 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
11767
11768 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11769
11770 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
11771
11772 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11773
11774 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
11775
11776 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11777
11778 * configure.in (mips-sgi-irix6): New configuration.
11779
11780 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11781
11782 * Makefile.in (maintainer-clean): Rename from realclean.
11783
11784 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11785
11786 * configure.in: Create a .gdbinit that sources the real one,
11787 if using a different build directory.
11788
11789 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11790
11791 * configure.in: Check for sys/select.h.
11792
11793 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11794
11795 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
11796
11797 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11798
11799 * configure.in: Handle isc 4.1 operating system.
11800
11801 1994-12-10 Richard Stallman <rms@kepa>
11802
11803 * configure.in (rs6000-ibm-aix4.1*): New alternative.
11804 (rs6000-ibm-aix4*): New alternative.
11805
11806 1994-12-06 Richard Stallman <rms@kepa>
11807
11808 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
11809
11810 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11811
11812 * configure.in: Don't try to make directories that are guaranteed
11813 to already exist.
11814
11815 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11816
11817 * configure.in: Generate man/Makefile from man/Makefile.in.
11818 Create the man subdir.
11819
11820 * Makefile.in (dvi): Run Make in our man subdir.
11821
11822 * make-dist: Create subdir etc/e.
11823 Make links to it.
11824 Put man/Makefile.in in dist, instead of man/Makefile.
11825
11826 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
11827
11828 * configure.in: Add --with-pop, --with-kerberos, and
11829 --with-hesiod for movemail.
11830
11831 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11832
11833 * configure.in (m68*-apollo*): Use s/domain.h.
11834
11835 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11836
11837 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
11838
11839 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11840
11841 * configure.in: Don't add -I, -L, -R options for cc if their
11842 arguments would be empty.
11843
11844 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11845
11846 * configure.in (i860-intel-osf1*): New alternative.
11847 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
11848 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
11849
11850 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11851
11852 * configure.in: Make h_errno check not use nested functions.
11853
11854 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11855
11856 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
11857
11858 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11859
11860 * Makefile.in (install-arch-indep): Avoid continued comment
11861 swallowing target line.
11862
11863 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
11864
11865 * configure.in: Protect a character class with `changequote'.
11866
11867 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11868
11869 * configure.in: Accept `news' as a synonym for `newsos'.
11870
11871 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11872
11873 * Makefile.in: Don't rm files if cd fails.
11874
11875 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11876
11877 * make-dist: Put nt subdir and its subdirs in the dist.
11878 (lib-src): Put makefile.nt in the dist.
11879 (lisp): Put makefile.nt in the dist.
11880
11881 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11882
11883 * configure.in: Change a stray `[' to `test'.
11884
11885 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11886
11887 * configure.in: Adapt for Autoconf v2. Use the standard argument
11888 parser, host type canonicalizer, X11 finder, and message
11889 printing macros. Use the new macro names. Use `test' instead of `['.
11890
11891 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11892
11893 * configure.in: Check for getpagesize.
11894
11895 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11896
11897 * make-dist (msdos): Put sed* in the distribution.
11898
11899 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
11900
11901 * config.bat: New option, `--with-x', for configuring Emacs
11902 for use with the X11 system DesqView/X.
11903 New option, `--no-debug', for compiling Emacs without debug
11904 information thus saving disk space.
11905 (src/config.h, src/paths.h): Use `update' (which is like
11906 `move-if-changed') to change the file.
11907 (src/config.h): When configuring for X11 perform extra changes.
11908 (src/makefile): When configuring for X11 perform extra changes.
11909 (lib-src): Remove temporary files.
11910 (): Check that `sed', `rm', `mv', and `gcc' are available.
11911
11912 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11913
11914 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
11915
11916 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
11917
11918 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11919
11920 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
11921
11922 * configure.in (canonical): Substitute var into makefiles.
11923 (bitmapdir): Likewise.
11924
11925 * Makefile.in (bitmapdir): New variable.
11926 (src/paths.h, paths-force): Edit PATH_BITMAPS.
11927
11928 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11929
11930 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
11931
11932 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
11933 * update-subdirs: New shell script.
11934
11935 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11936
11937 * Makefile.in (top_distclean): Don't rm build-install.
11938 (SOURCES): Delete build-install.in.
11939
11940 * make-dist: Don't distribute build-ins.in.
11941 * build-ins.in: File deleted.
11942
11943 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
11944
11945 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
11946
11947 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11948
11949 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
11950
11951 * configure.in (libexecdir): Rename from libdir. New default.
11952 (sharedstatedir): Rename from statedir. New default.
11953 (datadir): New default.
11954
11955 * make-dist: Don't distribute subdirs.el.
11956
11957 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11958
11959 * configure.in (eaccess): Check for it.
11960
11961 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11962
11963 * configure.in (mktime): Check for it.
11964
11965 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
11966
11967 * configure.in (motif): Add support for usage and option checking.
11968
11969 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
11970
11971 * configure.in (utimes): Check for it.
11972
11973 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
11974
11975 * Makefile.in (install-arch-indep): Don't do mkdir here.
11976
11977 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11978
11979 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
11980 riscix.h renamed to acorn.h.
11981
11982 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
11983
11984 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
11985 New configurations.
11986
11987 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11988
11989 * configure.in: Remove trailing slashes from srcdir.
11990
11991 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11992
11993 * configure.in (i[345]86-sequent-ptx*): Handle.
11994
11995 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11996
11997 * Makefile.in (paths-force): Depend on src/paths.h.
11998
11999 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
12000
12001 * configure.in (config_options): Save all arguments, not just some.
12002
12003 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
12004
12005 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
12006
12007 * configure.in: Add AC_AIX.
12008 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
12009
12010 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12011
12012 * configure.in (parsing options): Simplify sed command to delete -'s.
12013
12014 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
12015
12016 * configure.in (config_options): New shell variable.
12017 Pass its value to C code in EMACS_CONFIG_OPTIONS.
12018
12019 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12020
12021 * configure.in (alpha-dec-osf*): New target.
12022
12023 * Makefile.in: Use just one FRC target.
12024
12025 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12026
12027 * Makefile.in (removenullpaths, paths-force):
12028 Use name paths.h.tmp$$, which depends on the pid.
12029
12030 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12031
12032 * Makefile.in (removenullpaths, paths-force):
12033 Put paths.h.tmp in top-level dir, not in src.
12034
12035 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12036
12037 * Version 19.27 released.
12038
12039 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12040
12041 * Version 19.26 released.
12042
12043 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12044
12045 * configure.in: Check for lrand48, not rand48.
12046
12047 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12048
12049 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
12050 (powerpc-ibm-aix*): New aliases.
12051
12052 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12053
12054 * make-dist (src/m, src/s): Put *.inp in distribution.
12055
12056 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12057
12058 * configure.in: Accept i586 and i486 along with i386.
12059
12060 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12061
12062 * configure.in: Do compute unexec, LIBX, system_malloc, etc
12063 even if CPP env var was set by the user.
12064
12065 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
12066
12067 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
12068
12069 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
12070
12071 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12072
12073 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
12074
12075 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12076
12077 * configure.in: Check more specifically for i*86-sun-sunos.
12078
12079 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
12080
12081 * configure.in: Handle solaris 2.4.
12082
12083 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12084
12085 * configure.in (rand48): Check for it.
12086
12087 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12088
12089 * make-dist: Update the info files.
12090
12091 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12092
12093 * configure.in: Make "checking..." messages' style consistent.
12094 (HAVE_H_ERRNO): New test.
12095
12096 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12097
12098 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
12099
12100 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12101
12102 * configure.in (CFLAGS): If the envvar was specified, use that.
12103 And set REAL_CFLAGS from it too.
12104
12105 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12106
12107 * make-dist: Update finder-inf.el.
12108
12109 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12110
12111 * make-dist (msdos): Include sed4.inp in dist.
12112
12113 * Makefile.in (libsrc_libs): Var deleted.
12114
12115 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12116
12117 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
12118
12119 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12120
12121 * configure.in (mips-sony-newsos4*): New alias.
12122
12123 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12124
12125 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
12126 (*-convex-convexos*): Accept this as alias.
12127
12128 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12129
12130 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
12131 for two different uses.
12132
12133 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12134
12135 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
12136
12137 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12138
12139 * make-dist: Put ./BUGS into the distrib.
12140
12141 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12142
12143 * configure.in: Handle 386 running Solaris 2.
12144
12145 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12146
12147 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
12148
12149 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12150
12151 * configure.in (mips-sony-newsos*): Use news-risc.h.
12152
12153 * configure.in: Accept bsdi as opsys, like bsd386.
12154
12155 1994-06-01 Morten Welinder (terra@diku.dk)
12156
12157 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
12158
12159 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12160
12161 * Version 19.25 released.
12162
12163 * make-dist (shortversion): Don't assume another period follows.
12164
12165 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12166
12167 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
12168 (uninstall): Use /bin/pwd.
12169
12170 * Makefile.in (blessmail): Depend on src.
12171 (all): Don't depend on blessmail.
12172
12173 * Makefile.in (src/paths.h): Don't force recomputation.
12174 (paths-force): New target; force recomputation of paths.h.
12175 (all): Depend on paths-force.
12176 (src, lib-src): Depend on src/paths.h.
12177
12178 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
12179 NON_GCC_TEST_OPTIONS.
12180
12181 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12182
12183 * configure.in: Don't insist on subversions for irix.
12184
12185 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12186
12187 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
12188
12189 * configure.in (i[34]86-next-*): New alternative.
12190
12191 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12192
12193 * Version 19.24 released.
12194
12195 * configure.in: New config hppa*-hp-hpux9shr*.
12196
12197 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
12198
12199 * config.bat: Doc fix.
12200
12201 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12202
12203 * Makefile.in (mostlyclean, clean, distclean, realclean)
12204 (extraclean): Don't act on man subdir if it doesn't exist.
12205
12206 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12207
12208 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
12209 Use them to set up CC.
12210 (*-sun-sunos4.1.3): Set them.
12211
12212 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12213
12214 * Makefile.in (lib-src): Don't depend on src/paths.h.
12215
12216 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12217
12218 * build-ins.in (copydests): Get rid of spurious `-'s.
12219
12220 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
12221
12222 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12223
12224 * Version 19.23 released.
12225
12226 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
12227 for the Xlib and Xt checks; then restore old CFLAGS.
12228
12229 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12230
12231 * configure.in (HAVE_X11XTR6): Add newline before #if.
12232 Add newline after #endif.
12233
12234 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12235
12236 * configure.in (HAVE_X11XTR6): Arrange to define it.
12237
12238 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12239
12240 * Makefile.in (install): Depend on blessmail.
12241
12242 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
12243
12244 * configure.in (mips-siemens-sysv*): Put quotes around value
12245 containing blanks.
12246
12247 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12248
12249 * Makefile.in (TAGS): Use the makefile in src subdir.
12250
12251 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12252
12253 * configure.in (opsys): Recognize `gnu'.
12254
12255 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12256
12257 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
12258
12259 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
12260
12261 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
12262 version > 1.8.
12263
12264 1994-05-08 Morten Welinder (terra@diku.dk)
12265
12266 * config.bat: Forcibly remove "# " style comments from makefiles.
12267
12268 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12269
12270 * Makefile.in (uninstall): When processing lispdir and etcdir,
12271 do nothing unless it exists and is a directory.
12272
12273 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12274
12275 * Makefile.in (install-arch-indep): Do install info/dired-x*.
12276 Merge code in from install-doc.
12277 (install-doc): Merge code back into install-arch-indep.
12278 (install-arch-dep): Don't depend on install-doc.
12279
12280 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
12281
12282 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12283
12284 * configure.in (making src/Makefile and lib-src/Makefile):
12285 Split off the autoconf substitutions and don't pass them thru cpp.
12286 (undefs): Use $canonical as well as $configuration.
12287
12288 * make-dist: Distribute lisp/Makefile.
12289
12290 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
12291 Use lower case names for the s files.
12292
12293 1994-05-03 Morten Welinder (terra@diku.dk)
12294
12295 * config.bat: Added possibility for different file name
12296 transcriptions in lib-src.
12297
12298 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12299
12300 * Makefile.in (lib-src): Undo previous change.
12301 (blessmail): New target to run maybe-blessmail in lib-src.
12302 (all): Depend on blessmail.
12303
12304 * Makefile.in (lib-src): Depend on src.
12305
12306 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
12307
12308 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
12309 (m88k-dg-dgux5.4R2): dgux5.4R2.
12310
12311 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12312
12313 * configure.in (window_system): Restore accidentally deleted code
12314 that uses AC_FIND_X.
12315
12316 * make-dist: Distribute config.bat.
12317
12318 1994-04-29 Morten Welinder (terra@diku.dk)
12319
12320 * config.bat: Corrected the configuration of lib-src
12321 to keep up with configure. Add note about dos version 3
12322 or better needed (djgpp needs that). Add note explaining
12323 that either install in c:/emacs or edit the script.
12324 Don't change to c:/emacs, but assume we're there (to minimize
12325 the number of places to change).
12326
12327 * config.bat: Build-in the first step towards X11 support with
12328 the X11 emulator that exists. At this time it won't work,
12329 and several files are missing.
12330
12331 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12332
12333 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
12334 Don't look for -lresolv.
12335
12336 * Makefile.in (lib-src): Depend on src/paths.h.
12337
12338 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12339
12340 * configure.in: Restore deleted AC_SUBST of `configuration'.
12341 Improve error message for bad --with-x-toolkit value.
12342
12343 * configure.in: Define CONFIGURATION in src/config.h
12344 rather than substituting in src/Makefile.in.
12345
12346 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12347
12348 * Makefile.in (install-doc): New target.
12349 (install-arch-dep): Depend on install-doc.
12350 (mkdir): Create docdir.
12351
12352 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12353
12354 * configure.in: Test for libresolv.a.
12355 Substitute machfile and opsysfile.
12356
12357 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12358
12359 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
12360 (install-arch-dep): Install under the name $(EMACS).
12361
12362 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12363
12364 * configure.in (version): Use entire value of emacs-version.
12365 (mips-siemens-sysv*): New alternative.
12366
12367 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12368
12369 * Makefile.in (install-arch-indep): Don't install dired-x*.
12370
12371 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12372
12373 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
12374 Fix definition of $undefs.
12375
12376 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12377
12378 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
12379
12380 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
12381
12382 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
12383
12384 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
12385
12386 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12387
12388 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
12389 and run it thru cpp, as with src/Makefile.in.
12390
12391 * configure.in: Use AC_SET_MAKE.
12392
12393 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12394
12395 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
12396
12397 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12398
12399 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
12400
12401 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
12402 (printing the choices): Make the toolkit message unconditional.
12403 (USE_X_TOOLKIT): Use `none', not `no', if none.
12404 (include libsrc_libs): Include config.h, and specify -I for srcdir.
12405 Get rid of temp file foofoo1.
12406
12407 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12408
12409 * configure.in (CFLAGS): Use shell syntax, not Makefile.
12410
12411 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12412
12413 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
12414 (printing the choices): State choice of toolkit.
12415 (libsrc_libs): Recalculate after writing config.h;
12416 then update lib-src/Makefile.
12417
12418 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12419
12420 * configure.in: Add sunos4shr as alternative for suns.
12421 Conditionals testing for null $CC were backwards.
12422
12423 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12424
12425 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
12426
12427 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12428
12429 * configure.in: Handle -isc4.0*.
12430
12431 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12432
12433 * configure.in (esix5): Set NON_GNU_CPP.
12434
12435 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
12436
12437 * Makefile.in (thisdir): Nonsensical variable removed.
12438 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
12439 back to $thisdir, rather than the directory `this_dir'.
12440
12441 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12442
12443 * Makefile.in (install-arch-indep): Add missing backslash after a
12444 `then'.
12445
12446 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12447
12448 * Makefile.in (thisdir): New variable.
12449 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
12450
12451 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12452
12453 * configure.in: Add freebsd.
12454
12455 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12456
12457 * configure.in: Check for fpathconf.
12458
12459 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12460
12461 * configure.in (with_x_toolkit): Fix typo in previous change.
12462
12463 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12464
12465 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
12466
12467 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12468
12469 * configure.in (with_x_toolkit): Don't allow motif or open-look.
12470
12471 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12472
12473 * configure.in: Fix value of docdir.
12474 * Makefile.in (install-arch-indep): Install DOC* in docdir.
12475
12476 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12477
12478 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
12479
12480 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
12481
12482 * configure.in: New variable docdir to control where the docstring
12483 file goes.
12484 Makefile.in: Use it to initialize PATH_DOC in paths.h.
12485
12486 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12487
12488 * configure.in: When --run-in-place, don't inherit archlibdir.
12489
12490 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12491
12492 * Makefile.in (install-arch-dep, install-arch-indep):
12493 New targets split up former do-install rule.
12494 (do-install): Target deleted.
12495
12496 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12497
12498 * configure.in (mips-sony-newsos*): New configuration.
12499
12500 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
12501
12502 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
12503
12504 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12505
12506 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
12507
12508 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12509
12510 * configure.in: Don't initialize CC.
12511
12512 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12513
12514 * configure.in (creating src/Makefile): Also generate -U switches
12515 for symbols in the $configuration value.
12516
12517 * configure.in: Check for sys_siglist being declared in system header.
12518
12519 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12520
12521 * configure.in (creating src/Makefile): Delete blank lines
12522 along with lines of whitespace.
12523 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
12524
12525 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12526
12527 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
12528 like C_SWITCH_SYSTEM.
12529 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
12530
12531 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12532
12533 * configure.in (drem): Check for this function.
12534
12535 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12536
12537 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
12538 If CPP was inherited from environment, don't use NON_GNU_CPP.
12539 (NON_GNU_CC): Likewise.
12540 (handling with_gcc): Use explicit if in the `no' case.
12541 (cc_specified): New variable; if set, don't use NON_GNU_CC.
12542
12543 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12544
12545 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
12546
12547 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12548
12549 * configure.in: Check whether fmod exists.
12550
12551 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12552
12553 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
12554 {src,lisp}/OChangeLog.
12555
12556 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12557
12558 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
12559 necessary for proper operation. This code works with the current
12560 released version of Autoconf.
12561
12562 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12563
12564 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
12565 (USE_X_TOOLKIT): Define it for all values except `no'.
12566
12567 * configure.in: Undo first Jan 8 change and Jan 16 change.
12568
12569 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12570
12571 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
12572 Substitute USE_X_TOOLKIT as both C macro and Make variable.
12573
12574 * Makefile.in (lwlib/Makefile): New target.
12575 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
12576 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
12577 (unlock, relock): Handle lwlib subdir.
12578
12579 * Makefile.in: Add some .PHONY targets.
12580
12581 * make-dist: Handle lwlib subdir like oldXMenu subdir.
12582
12583 * lwlib: New subdirectory.
12584
12585 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12586
12587 * configure.in: If CPP has a value that is a directory,
12588 discard the value.
12589
12590 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12591
12592 * configure.in (srcdir_undefs): Add g flag to sed substitution to
12593 remove -U[0-9]*.
12594
12595 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12596
12597 * Makefile.in (do-install): Install the dired-x info files.
12598
12599 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
12600 (See src/s/sol2.h.)
12601
12602 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12603
12604 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
12605
12606 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12607
12608 * configure.in (creating src/Makefile): Put code inside 2nd arg to
12609 AC_OUTPUT as it should be; hopefully no one will again see fit to
12610 gratuitously break this and not make a change log entry.
12611 Optimized sed processing of Makefile.in and cpp output; now
12612 preserves comments previously removed from the cpp input.
12613 Eliminated temp file for cpp output. Generate -U switches to
12614 undefine all identifiers that appear in the directory name
12615 ${srcdir}; pass these to cpp.
12616
12617 * configure.in (version): Fix sed regexp to match two-elt version
12618 number.
12619
12620 * configure.in: Check for strerror.
12621
12622 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12623
12624 * configure.in: Test for bcmp.
12625
12626 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12627
12628 * make-dist (tempdir): Put subdir msdos into the distribution.
12629
12630 1993-01-07 Morten Welinder (terra@diku.dk)
12631
12632 * config.bat: New file.
12633
12634 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12635
12636 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
12637
12638 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12639
12640 * configure.in (m68*-next-*): Don't care about which os is specified.
12641 (i[34]86-*-*): Check for *-nextstop*.
12642
12643 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12644
12645 * configure.in: Check for setsid.
12646
12647 1993-12-17 Richard Stallman (rms@srarc2)
12648
12649 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
12650
12651 1993-12-15 Richard Stallman (rms@srarc2)
12652
12653 * Makefile.in (mkdir): Make only the lockdir writable.
12654
12655 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
12656
12657 1993-12-11 Richard Stallman (rms@srarc2)
12658
12659 * Makefile.in (libdir): Use @libdir@.
12660
12661 1993-12-08 Richard Stallman (rms@srarc2)
12662
12663 * Makefile.in (install): Add empty command.
12664
12665 1993-12-04 Richard Stallman (rms@srarc2)
12666
12667 * make-dist: Put man/getopt.c in the dist.
12668
12669 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
12670
12671 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
12672
12673 1993-12-03 Richard Stallman (rms@srarc2)
12674
12675 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
12676 Set it for all solaris versions.
12677 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
12678 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
12679 Likewise for NON_GNU_CC and CC.
12680
12681 1993-12-01 Richard Stallman (rms@srarc2)
12682
12683 * configure.in (mips-mips-riscos4*): Assign variable CC.
12684 (checking ${with_gcc}): If "no", don't override CC if already set.
12685 (CC): Initialize it as empty.
12686
12687 1993-11-30 Richard Stallman (rms@srarc2)
12688
12689 * configure.in (Suns): Set CPP if *-solaris2.3*.
12690
12691 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12692
12693 * Version 19.22 released.
12694
12695 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
12696
12697 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12698
12699 * make-dist: When breaking links, use cp -p.
12700 Copy install.sh into distribution.
12701 Move the temp dir up into the parent dir;
12702 don't leave the staging dir make-dist.tmp... in existence.
12703 * install.sh: New file.
12704
12705 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12706
12707 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
12708
12709 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12710
12711 * configure.in (version): When --run-in-place, exclude
12712 ${datadir}/emacs/site-lisp from locallisppath.
12713
12714 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12715
12716 * configure.in: Delete jumk.c before writing it.
12717
12718 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12719
12720 * Version 19.21 released.
12721
12722 * Makefile.in (mkdir): Ignore error from chmod.
12723
12724 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12725
12726 * make-dist: Don't put lisp/forms.README in the distribution.
12727
12728 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12729
12730 * configure.in (creating src/Makefile): Before running cpp,
12731 discard all lines that start with `# Generated' or /**/#.
12732
12733 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12734
12735 * Version 19.20 released.
12736
12737 * make-dist: Use build-ins.in, not build-install.in.
12738 Don't bother updating TAGS since it's not included.
12739
12740 * build-ins.in: Renamed from build-install.in.
12741
12742 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12743
12744 * make-dist: Don't try to link *.texinfo--there are none now.
12745 When running make in lib-src, specify YACC var value.
12746
12747 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12748
12749 * configure.in (extrasub): Add vpath patterns for %.[yls].
12750
12751 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
12752 Instead just include the commands to make src/Makefile as the
12753 second arg to AC_OUTPUT.
12754
12755 * configure.in: Use : instead of dnl for comment inside
12756 $makefile_command.
12757
12758 * configure.in: No longer use vpath_sed. Instead, when we notice
12759 srcdir already configured, set extrasub to hack vpath in the
12760 makefiles.
12761
12762 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
12763 before moving it.
12764 * Makefile.in (VPATH): Define to @srcdir@.
12765
12766 1993-09-28 Brian J. Fox (bfox@cubit)
12767
12768 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
12769 doesn't exist. Just copy src/Makefile.in instead.
12770 Touch all of the Makefiles after editing config.status.
12771
12772 * INSTALL: Update documentation to match new configuration
12773 mechanism.
12774
12775 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
12776
12777 * configure.in: Allow any of the path or directory Makefile
12778 variables to be set with flags to configure. Create all Makefiles
12779 at configure time. Edit special commands into config.status after
12780 src/Makefile.in is built from src/Makefile.
12781
12782 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
12783 If these files are out of date, simply have config.status
12784 rebuild them; don't rebuild them explicitly.
12785
12786 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
12787
12788 * build-install.in: Change src/xemacs to src/emacs. We no longer
12789 create src/xemacs, so the file wouldn't be found.
12790
12791 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
12792
12793 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
12794
12795 * configure.in: Avoid forcing the search of /usr/include before
12796 fixed include files by resetting C_SWITCH_X_SITE if it is
12797 "-I/usr/include".
12798
12799 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12800
12801 * Makefile.in (@rip_paths@locallisppath):
12802 Delete ${datadir}/emacs/site-lisp.
12803
12804 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12805
12806 * configure.in:
12807 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
12808 Remove ${extra_output} from AC_OUTPUT call.
12809
12810 1993-09-17 Brian J. Fox (bfox@inferno)
12811
12812 * make-dist: Quote backquotes found in strings to be echoed.
12813
12814 * configure.in: Use "sh -c pwd" when we want to avoid having the
12815 shell fix up the value of $PWD.
12816
12817 1993-09-13 Brian J. Fox (bfox@inferno)
12818
12819 * Makefile.in (do-install): Don't abort if ln or chmod at the end
12820 of the installation fail. Suggested by Karl Berry.
12821
12822 1993-08-30 Brian J. Fox (bfox@inferno)
12823
12824 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
12825 was used. Set MAKEFLAGS from MFLAGS.
12826
12827 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12828
12829 * configure.in: Test for res_init in libc.
12830
12831 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12832
12833 * configure.in: In the file ${tempcname}, use configure___
12834 instead of @configure@.
12835
12836 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
12837
12838 * make-dist: Dist vpath.sed.
12839
12840 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
12841 Depend on vpath.sed.
12842 Replace sed command for VPATH with @vpath_sed@.
12843
12844 * configure.in: Substitute variable `vpath_sed'.
12845 If not in $srcdir and $srcdir is configured,
12846 issue warning that GNU make is required,
12847 and set vpath_sed to use vpath.sed script.
12848
12849 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12850
12851 * configure.in: Remove check for $srcdir being configured.
12852 This pretty much works now.
12853 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
12854 Check for XFree86 (/usr/X386/include) independent of whether
12855 -lXbsd exists.
12856
12857 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
12858 realclean, unlock, relock): Use `$(MAKE)' in place of plain
12859 `make'.
12860
12861 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12862
12863 * Version 19.19 released.
12864
12865 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
12866
12867 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12868
12869 * configure.in: Check for XScreenNumberOfScreen.
12870
12871 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12872
12873 * configure.in: Add * to end of all configuration alternatives.
12874 (m68*-sony-newsos3*): New alternative.
12875
12876 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12877
12878 * make-dist: Include getdate.c in distribution.
12879
12880 * configure.in: For --help, use $PAGER if it is set.
12881 (LIB_X11_LIB): Default to -lX11.
12882 (mips-sgi-irix5.*): New alternative.
12883
12884 * Makefile.in (do-install): Install info/gnus* and info/sc*.
12885
12886 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
12887 Recognize *.B8.* as hpux version 8.
12888 (m68*-tektronix-bsd*): Fix typo in tek4300.
12889 (AC_HAVE_FUNCS): Add ftime.
12890
12891 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12892
12893 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
12894 Use tekxd88, not tekXD88.
12895
12896 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12897
12898 * configure.in: Check for -lm. Then can check for frexp and logb.
12899
12900 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12901
12902 * Version 19.18 released.
12903
12904 * make-dist (src): Don't put gnu-hp300 in dist.
12905 (src, lisp): Include OChangeLog in dist.
12906
12907 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12908
12909 * configure.in: Test for presence of logb and frexp functions.
12910
12911 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12912
12913 * configure.in (machine): Add i370-ibm-aix*.
12914
12915 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12916
12917 * configure.in (function checks): Test for mkdir and rmdir.
12918
12919 * configure.in (function checks): Don't test for random and bcopy
12920 only when we're building with X; look for them all the time.
12921
12922 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12923
12924 * configure.in: Test for availability of bcopy functions, searching
12925 the X libraries if we're using X.
12926
12927 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
12928 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
12929 versions of AIX, and needs to be passed to the loader.
12930
12931 * configure.in: Test for the availability of the
12932 XScreenResourceString function.
12933
12934 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
12935
12936 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
12937 LD_SWITCH_X_SITE and assume --with-x11.
12938 Only look for X11 files if we weren't told about a window system
12939 or if we were told to use X11 but not told where.
12940 Search the libraries from the s and/or m files when checking for
12941 functions.
12942
12943 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
12944
12945 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12946
12947 * make-dist: Include lisp/dired.todo in the distribution.
12948
12949 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12950
12951 * configure.in: Add code to set HAVE_INET_SOCKETS.
12952
12953 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12954
12955 * configure.in: If we do find x_includes and x_libraries
12956 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
12957
12958 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12959
12960 * make-dist: Include src/gnu-hp300 in the dist.
12961
12962 * configure.in (canonical): New variable holds the canonicalized
12963 configuration. Don't alter `configuration'. Use `configuration'
12964 for Makefile.in for file naming.
12965 (testing x_includes and x_libraries): Use =, not ==.
12966
12967 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12968
12969 * Version 19.17 released.
12970
12971 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
12972 directory's makefile. This allows the invocation of CPP which
12973 builds xmakefile to receive these switches. The SunSoft C
12974 preprocessor inserts spaces between tokens if it doesn't get the
12975 -Xs flag requested in src/s/sol2.h.
12976
12977 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
12978
12979 * configure.in (m68k-bull-sysv3): New config.
12980
12981 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12982
12983 * configure.in: Use the autoconf AC_FIND_X macro to try to find
12984 the X Windows libraries.
12985
12986 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12987
12988 * make-dist (tempdir): Don't create lisp/forms-mode directory in
12989 the distribution. Those files aren't kept in their own
12990 subdirectory any more.
12991
12992 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12993
12994 * Version 19.16 released.
12995
12996 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12997
12998 * configure.in: Add --verbose flag.
12999
13000 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13001
13002 * version 19.15 released.
13003
13004 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13005
13006 * Makefile.in (top_distclean): Use -f switch when cleaning out
13007 lock dir; it might be empty.
13008
13009 * configure.in: Only check for -lXbsd once.
13010
13011 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13012
13013 * Version 19.14 released.
13014
13015 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13016
13017 * make-dist: If using gzip, create distribution with '.gz' extension.
13018
13019 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
13020 (lisp/forms-mode): This doesn't exist anymore.
13021
13022 * configure.in: Look for the closedir function.
13023
13024 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13025
13026 * configure.in (CPP): Autoconf sets this to a shell variable
13027 reference, which doesn't work when it's edited into a makefile.
13028 Expand that variable reference.
13029
13030 * Makefile.in (CPP): New variable.
13031 (src/Makefile): Edit CPP into src/Makefile.
13032
13033 * Makefile.in (src/Makefile): Don't bother exiting single quotes
13034 and entering double quotes to get the values of LD_SWITCH_X_SITE
13035 and the other make variables; make substitutes them in anyway.
13036
13037 * Makefile.in (uninstall): Don't remove the lisp and etc
13038 directories if they're in the source tree.
13039
13040 Bring mumbleclean targets into conformance with GNU coding standards.
13041 * Makefile.in (mostlyclean, clean): Separate these two; just have
13042 them pass the request to the subdirectory makefiles.
13043 (distclean): Pass the request down, and then get rid of the
13044 files configure built, and get rid of the Makefiles.
13045 (realclean): Pass the request down, and then do the same things
13046 distclean does.
13047 (uninstall, info, dvi): New targets.
13048
13049 * configure.in: Move clause for PC-compatible i386 box to the end
13050 of the case statement, to avoid masking configurations below.
13051
13052 * configure.in: Add case for m88k-motorola-sysv4.
13053
13054 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
13055 the HP 68000 machines.
13056
13057 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
13058 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
13059 preprocessor won't fiddle with them.
13060
13061 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13062
13063 * Makefile.in (TAGS): cd to src to run etags.
13064
13065 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13066
13067 * configure.in (version): Check the X libraries for XrmSetDatabase
13068 and random, and see if we have -lXbsd.
13069
13070 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13071
13072 * configure.in: Pass "-Isrc" to the CPP we run to examine the
13073 s/*.h and m/*.h files. Martin Tomes
13074 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
13075
13076 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13077
13078 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
13079 above the general i386 alternative.
13080
13081 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13082
13083 * configure.in: Recognize configuration name for Data General
13084 AViiON machines.
13085
13086 * configure.in: Use AC_LONG_FILE_NAMES.
13087
13088 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13089
13090 * configure.in: Test for bison.
13091 * Makefile.in (YACC): New variable.
13092 (lib-src/Makefile.in): Edit YACC into the makefile.
13093
13094 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13095
13096 * Version 19.13 released.
13097
13098 * configure.in (CFLAGS): Don't set this according to the value of
13099 the GCC shell variable. Instead, consult the machine and system
13100 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
13101 test __GNUC__ while we're at it.
13102
13103 * configure.in: Remove extra ;; from hpux cases.
13104
13105 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13106
13107 * configure.in: Check to see if the system has -ldnet.
13108
13109 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13110
13111 * make-dist: Add clauses to distribute lisp/forms-mode.
13112
13113 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13114
13115 * configure.in (machine): Fix the versions in hpux version number test.
13116 Do not guess based on cpu type. Do check for explicit system version.
13117
13118 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13119
13120 * configure.in: Do NOT look for `unknown' as company name.
13121
13122 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13123
13124 * configure.in: Fix typo in message.
13125
13126 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13127
13128 * Version 19.12 released.
13129
13130 * Makefile.in (do-install): Correct previous etc-copying change.
13131 Partially rewrite using `if'.
13132 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
13133
13134 * Version 19.11 released.
13135
13136 * configure.in: Handle 386bsd.
13137
13138 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13139
13140 * make-dist: Update getdate.c.
13141
13142 * configure.in: Handle bsd386.
13143
13144 * Makefile.in (do-install): Use `-' in tar options.
13145
13146 * configure.in: Change ! "${...}" to x"${...}" = x.
13147
13148 * Makefile.in (do-install): Copy the DOC-* files from the build
13149 etc directory, as well as lots of things from ${srcdir}/etc.
13150
13151 * make-dist: Copy config.guess.
13152
13153 * configure.in: Handle AIX versions 1.2, 1.3.
13154
13155 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13156
13157 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
13158 the configuration name mips-mips-usg* to represent USG systems.
13159
13160 * configure.in: Fix logic to detect if srcdir is already configured.
13161
13162 * Makefile.in: Pass in LD_SWITCH_X_SITE.
13163
13164 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
13165 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
13166 of a directory; cd might fail, and have pwd print out the current
13167 directory.
13168
13169 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13170
13171 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
13172
13173 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13174
13175 * configure.in: Complain if srcdir points at an already-configured
13176 tree.
13177
13178 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13179
13180 * Version 19.10 released.
13181
13182 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13183
13184 * Makefile.in: Use Makefile comments, not C comments.
13185
13186 * configure.in: Add case for the Tektronix XD88.
13187
13188 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13189
13190 * configure.in: Handle sysv4.2 and sysvr4.2.
13191
13192 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13193
13194 * configure.in: Traverse the argument list without destroying it;
13195 don't use shift. It turns out that "set - ${saved_arguments}"
13196 doesn't work portably.
13197
13198 * configure.in: Add missing "fi".
13199
13200 * make-dist: Rebuild configure if configure.in is newer.
13201
13202 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
13203 targets to be executed even if make remembers that it has already
13204 satisfied FRC.
13205
13206 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13207
13208 * Makefile.in (do-install): Delete redundant code to copy etc twice.
13209
13210 * configure.in (romp): Handle various version numbers with aos and bsd.
13211
13212 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13213
13214 * configure.in: Fix message text.
13215
13216 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13217
13218 * make-dist: Make a `site-lisp' directory in the distribution,
13219 instead of a `local-lisp' directory, which hasn't been the
13220 appropriate name for a long time.
13221 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
13222 from the distribution first, then /usr/local/lib/emacs/site-lisp.
13223
13224 * Makefile.in (do-install): Correctly detect if ./etc and
13225 ${srcdir}/etc are the same.
13226
13227 * configure.in: Extract UNEXEC from the system configuration
13228 files, compute the name of the source file corresponding to the
13229 object file, and #define it as UNEXEC_SRC in config.h.
13230
13231 * configure.in: If srcdir is '.', then try using PWD to make it
13232 absolute.
13233
13234 * configure.in: Include ${srcdir} in the printed report, to help
13235 people notice if it's an automounter path.
13236
13237 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13238
13239 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
13240
13241 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13242
13243 * Makefile.in (do-install): Delete the dest dir, not the source dir,
13244 when they are different. Add `shift' command.
13245 (COPYDESTS, COPYDIR): Delete external-lisp dir.
13246 (externallispdir): Var deleted.
13247
13248 * configure.in: Delete spurious paren outputting short_usage.
13249
13250 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13251
13252 * Version 19.9 released.
13253
13254 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13255
13256 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
13257 subdirectory makes.
13258
13259 * make-dist: Check for .elc files with no corresponding .el file.
13260
13261 * Makefile.in (mkdir): Make all the directories in locallisppath.
13262
13263 * config.guess: New file.
13264 * configure.in: Use it, tentatively.
13265 * INSTALL: Mention its usage.
13266
13267 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
13268 the former gives you the operating system rev directly.
13269 Use s/hpux.h if we don't recognize what we got.
13270
13271 * Makefile.in (do-install): Don't remove a destination directory
13272 if it's the same as the source. If ${srcdir}/info == ${infodir},
13273 don't try to copy the info files.
13274
13275 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
13276 doesn't work if you're not using a separate source directory.
13277 (do-install): Copy the build tree's etc directory only after
13278 making sure it's not also the source tree's etc directory.
13279
13280 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13281
13282 * configure.in: Handle sunos4.1.3 specially.
13283
13284 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13285
13286 * Makefile.in (INSTALL): Add definition.
13287
13288 * configure.in: Fix some messages. Support -with-gnu-cc.
13289 At the end, use `set --', not `set -'.
13290 Delete spurious `.h' in hpux alternatives.
13291
13292 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13293
13294 * Version 19.8 released.
13295
13296 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13297
13298 * configure.in: When looking for source in the same directory as
13299 the configure script, make the path thus discovered absolute.
13300 If the user specifies the `--srcdir' switch, make that directory
13301 absolute too.
13302
13303 * Makefile.in (srcdir): Remove comment saying this doesn't work.
13304
13305 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
13306 too, as the value of the PATH_INFO macro.
13307
13308 * configure.in: Check to see if the source lives in the same
13309 directory as the configure script.
13310
13311 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13312
13313 * Makefile.in (install): Split this into `install' and
13314 `do-install', to give people more control over exactly what gets
13315 done.
13316 (do-install): New target, containing the guts of `install'.
13317 Don't remove and recreate the directories inside the copying loop - do
13318 it all before the copying loop. Pass more flags to the lib-src
13319 make.
13320 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
13321 avoid errors and warnings.
13322
13323 * configure.in: For generic IBM PC boxes, insist on "unknown" for
13324 the manufacturer - the more general case was blocking other i386
13325 configuration names below, and that's how the names are written in
13326 MACHINES anyway.
13327
13328 * make-dist: When breaking links, remove the link before moving
13329 the copy onto it, to avoid interactive behavior.
13330
13331 * Makefile.in: Doc fix.
13332
13333 * configure.in: Doc fix.
13334
13335 * INSTALL: Mention --exec-prefix option.
13336
13337 * configure.in: Add support for the `--exec-prefix' option.
13338 * Makefile.in: Accept that support.
13339
13340 * configure.in: Use the AC_PROG_INSTALL macro.
13341 * Makefile.in (INSTALL): Variable removed.
13342 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
13343
13344 * configure.in: Distinguish between hp800's and hp700's by calling
13345 "uname -m".
13346
13347 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13348
13349 * configure.in: Recognize configuration names for i860 boxes
13350 running SYSV.
13351
13352 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13353
13354 * configure.in: Distinguish between hp800's and hp700's by the
13355 version of HP/UX they run, since that's something people are more
13356 likely to know - hp700's run 8.0.
13357 Add HP 700 configuration.
13358
13359 * configure.in: Test for the presence of the `rename' function.
13360
13361 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
13362 configure.in.
13363 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
13364
13365 * make-dist: Break intra-tree links.
13366
13367 * configure.in: Explain that this is an autoconf script, and give
13368 instructions for rebuilding configure from it. Arrange to put
13369 comments in configure explaining this too.
13370
13371 * configure.in: Make the first line of the configure script be
13372 "#!/bin/sh". Leaving the first line blank didn't work.
13373
13374 * configure.in (long_usage): Remove; made short_usage describe
13375 the options briefly.
13376
13377 * configure.in: Implement the --prefix option.
13378 * Makefile.in (prefix): Add support for it here.
13379 * INSTALL: Document it here.
13380
13381 * Makefile.in (install): Don't assume that the files in the `info'
13382 subdirectory match *.info. They don't have that prefix.
13383
13384 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13385
13386 * configure.in: Add case for version 5 of Esix.
13387
13388 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13389
13390 * Version 19.7 released.
13391
13392 * make-dist: There aren't any *.com files in lib-src anymore.
13393
13394 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
13395 them; they're symlinks to other filesystems on the GNU machines.
13396
13397 * make-dist: Check that the manual reflects the same version of
13398 Emacs as stated in lisp/version.el. Edit that version number into
13399 the README file.
13400
13401 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13402
13403 * configure.in: Remove the hack of AC_DEFINE; use
13404 AC_DEFINE_UNQUOTED.
13405
13406 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13407
13408 * make-dist: Don't distribute precomp.com, compile.com, or
13409 link.com from ./src; they're in ./vms now.
13410
13411 Some time-handling patches from Paul Eggert:
13412 * configure.in: Add AC_TIMEZONE.
13413
13414 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13415
13416 * configure.in: Recognize Linux as a valid operating system for
13417 the i386.
13418
13419 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13420
13421 * make-dist: Distribute some VMS files we got from Richard Levitte.
13422
13423 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
13424 the source for the sed command, not oldXMenu/Makefile.
13425
13426 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13427
13428 * INSTALL: Don't claim the srcdir option doesn't work.
13429
13430 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13431
13432 * configure.in: Include remarks saying what order the autoconf
13433 tests should go in, and remind people to change config.h.in
13434 whenever they add autoconf tests which make #definitions.
13435
13436 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
13437
13438 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13439
13440 * Makefile.in (oldXMenu/Makefile): Make this depend on
13441 ${srcdir}/oldXMenu/Makefile.in, not itself.
13442
13443 * PROBLEMS: Some updates from David J. Mackenzie.
13444
13445 More changes from David J. Mackenzie.
13446 * Makefile.in (install.sysv, install.xenix, install.aix):
13447 Targets removed; autoconf and config.h should specify all these
13448 differences.
13449 (buildlisppath): Make this path depend on ${srcdir}.
13450 (INSTALLFLAGS): Remove.
13451 (INSTALL): Include the -c flag.
13452 (install): Change the way we invoke install accordingly.
13453
13454 Install ${srcdir} changes from DJM.
13455 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
13456 list.
13457 (COPYDIR, COPYDESTS): Install files from both the etc directory in
13458 the source tree and the etc directory in the object tree.
13459 (${SUBDIR}): Pass the prefix variable down to submakes.
13460 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
13461 in /bin.
13462 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
13463 values for srcdir and VPATH.
13464 (install): Add `v' flag to tar command. Make sure that `dir'
13465 exists in ${srcdir}/info before copying it. Remember that the man
13466 pages come from the source tree, not the object tree.
13467 * configure.in: Remove remarks saying that the --srcdir option
13468 doesn't work.
13469 Create the etc directory in the object tree.
13470 Recognize configuration names of the form *-sun-solaris*.
13471 Recognize sunos5 and solaris as operating system names.
13472
13473 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
13474 lib-src/getdate.y and src/systime.h.
13475
13476 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13477
13478 * make-dist: Make links in info subdir.
13479
13480 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13481
13482 * configure.in: Call AC_STDC_HEADERS.
13483
13484 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13485
13486 * configure.in: Sidestep autoconf's quoting of the second argument
13487 of AC_DEFINE, so we can specify the value to put there. It would
13488 be nice if autoconf provided some way to specify computed values
13489 for macros.
13490
13491 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13492
13493 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
13494 this is always just -DHAVE_CONFIG_H.
13495
13496 The GNU coding standards specify that CFLAGS should be left for
13497 users to set.
13498 * Makefile.in (CFLAGS): Let configure determine the default value
13499 for this.
13500 Don't have it default to DEFS.
13501 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
13502 (lib-src/Makefile, src/Makefile): Edit the default value for
13503 CFLAGS into these files, not DEFS.
13504 * configure.in (CFLAGS): Choose a default value for this - "-g"
13505 normally, or "-g -O" if we're using GCC. Edit it into the
13506 top-level Makefile.
13507
13508 * configure.in: When scanning the machine and system description
13509 #include files, write their names to conftest.c properly.
13510
13511 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13512
13513 * configure.in: In configuration name case for Apallos running
13514 Domainios, set opsys, not opsysfile.
13515
13516 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
13517 src/config.h, instead of AC_OUTPUT; the latter overwrites
13518 src/config.h even when it hasn't changed, puts a makefile-style
13519 comment at the top even though it's C code, and produces a
13520 config.status script which doesn't do the job right.
13521
13522 * configure.in: Add AC_LN_S test, so we can tell whether or not we
13523 can use a symbolic link to get the X Menu library into src.
13524 * Makefile.in (LN_S): New variable.
13525 (src/Makefile): Edit the value of LN_S into this makefile.
13526
13527 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13528
13529 * configure.in: Support *-sco3.2v4* as opsystem.
13530
13531 * make-dist: Don't include calc directory.
13532 Exclude many files in the man directory; copy a few.
13533
13534 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13535
13536 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
13537 call AC_STRUCT_TM to see what's in time.h.
13538
13539 * configure.in: Employ quoting stupidity to get the value of CPP
13540 to expand properly.
13541
13542 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13543
13544 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
13545 variable to scan the machine and system description files.
13546
13547 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
13548 so that getdate.y builds correctly.
13549
13550 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13551
13552 * configure.in (tempcname): Change this to "conftest.c", so it will
13553 work properly on systems with short filenames; this is the name
13554 autoconf uses.
13555
13556 * configure.in: Also detect the availability of dup2 and
13557 gethostname.
13558
13559 * configure.in: Use the AC_ALLOCA test.
13560 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
13561 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
13562
13563 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13564
13565 * make-dist: Distribute configure, as well as configure.in.
13566 Oversight.
13567
13568 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13569
13570 * Makefile.in (install): Print out the name of the directory we're
13571 copying, so people can have some idea of whether we're making
13572 progress.
13573
13574 * Makefile.in (install.aix, install.xenix, install.sysv, install):
13575 Don't forget to re-create the COPYDESTS directories after we clear
13576 them out.
13577
13578 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13579
13580 * Makefile.in: Add autoconf cookies so that the configure
13581 script can comment out sections of path variable definitions to
13582 choose between the installable configuration and the run-in-place
13583 configuration.
13584 * configure.in: Add new option `--run-in-place', to select the
13585 run-in-place path definitions.
13586
13587 * configure.in: Add a clause to the big configuration name case
13588 for the NeXT machine.
13589
13590 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13591
13592 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13593 Make sure that each source directory exists, and is different from
13594 the destination directory; then, delete the destination before
13595 copying over the source.
13596
13597 * make-dist: Distribute configure.in, instead of configure.
13598
13599 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13600
13601 * configure.in: Don't set CC to "gcc -O" if the user specifies
13602 `--with-gcc'. Add -O to DEFS if GCC is set.
13603
13604 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13605
13606 * Makefile.in (clean mostlyclean): Missing right paren.
13607
13608 * configure.in: When checking for X windows, search for an X11
13609 subdirectory of ${x_includes}.
13610
13611 * configure.in: Check for gettimeofday function, for getdate.y.
13612
13613 Change `configure' to a mixture of custom code and autoconf stuff.
13614 autoconf can't derive all the information we need, but we'd really
13615 like to be able to take advantage of some of its tests, and its
13616 file-editing facilities.
13617 * configure.in: Renamed from configure.
13618 Quote the sections of shell script we want copied literally to
13619 the configure script.
13620 (compile): Initialize this to make the autoconf macros' code happy.
13621 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
13622 code to do their jobs.
13623 Use autoconf to produce Makefile and src/config.h.
13624 Remove the Makefile-style comment that autoconf places at the top
13625 of src/config.h.
13626 (config_h_opts): Remove - no longer necessary.
13627 * Makefile.in (configname): Rename to configuration.
13628 (CONFIG_CFLAGS): Rename to DEFS.
13629 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
13630 get values via autoload @cookies@.
13631 (libsrc_libs): Get this from autoconf. We used to do nothing
13632 about this.
13633 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
13634
13635 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
13636 Don't echo the move-if-change command.
13637
13638 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
13639
13640 * make-dist: Distribute lib-src/rcs-checkin.
13641
13642 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
13643 Don't try to make links to the RCS or Old subdirectories.
13644 Use the appropriate extension for the compression type in use.
13645 Create the tar file in the shell's initial default directory, not
13646 in ${tempparent}.
13647 Erase the whole ${tempparent} tree, not just ${tempdir}.
13648
13649 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13650
13651 * Makefile.in (src/paths.h): Don't echo the huge sed command we
13652 use to build paths.h.
13653 (lib-src/Makefile, src/Makefile): Similarly.
13654
13655 * configure: Extend test for working `const' keyword to handle AIX
13656 3.2 cc.
13657
13658 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13659
13660 * make-dist: Distribute lisp/term/ChangeLog.
13661
13662 Arrange for C compilation throughout the tree to get
13663 C_SWITCH_SYSTEM from the configuration files.
13664 * configure: Extract C_SWITCH_SYSTEM from the machine and
13665 system-dependent files, and save it in the top-level Makefile.
13666 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
13667 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
13668
13669 * make-dist: Include the VMS support files in oldXMenu in the
13670 distribution.
13671
13672 * configure: Doc fix.
13673
13674 * configure: Fix corrupted config_h_opts.
13675
13676 * configure: Properly report option names in error messages.
13677
13678 * configure: Properly recognize --x-includes and --x-libraries
13679 options.
13680
13681 * configure: Fix syntax errors in code handling XFree386.
13682
13683 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13684
13685 * configure: Add special code to detect XFree386, and tell
13686 config.h about it.
13687
13688 * configure: Properly handle extracting values of LIBS_MACHINE and
13689 LIBS_SYSTEM that contain spaces.
13690
13691 * configure: Add `--x-includes' and `--x-libraries' options.
13692 I think these are dopey, but no less than three alpha testers, at
13693 large sites, have said they have their X files installed in odd
13694 places. Implement them by setting C_SWITCH_X_SITE and
13695 LD_SWITCH_X_SITE in src/config.h.
13696
13697 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13698
13699 * make-dist: Don't distribute etc/Old files.
13700
13701 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
13702 backups.
13703
13704 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13705
13706 * make-dist: Fix typo.
13707
13708 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13709
13710 * make-dist: Corrected typo, fixed it to discard = and TAGS files
13711 in some cases where it should but didn't seen to.
13712
13713 * Makefile.in: Added unlock and relock productions.
13714
13715 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13716
13717 * make-dist: Add a --compress option to force make-dist to use
13718 compress.
13719
13720 * make-dist: Use gzip, if we can find it.
13721
13722 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
13723 make rs6000-ibm-aix default to -aix32.
13724
13725 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13726
13727 * Makefile.in: Added `Developer's configuration' section.
13728
13729 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13730
13731 * Makefile.in: Add commented-out variable settings for developer's
13732 configuration.
13733
13734 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13735
13736 * make-dist: Distribute `src/bitmaps' too.
13737
13738 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
13739
13740 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
13741 make rs6000-ibm-aix default to -aix32.
13742
13743 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13744
13745 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
13746
13747 * Makefile.in (install.sysv): Add a second `$' in front of
13748 `${dest}', so that the shell will expand it, instead of Make.
13749
13750 * configure: When processing the name of the configure script,
13751 collapse `././' to `./', but leave a single `./' prefix alone.
13752
13753 * configure: Doc fix.
13754
13755 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13756
13757 * configure: Handle isc3.0 correctly.
13758
13759 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13760
13761 * make-dist: Don't try to copy the COPYING notice into
13762 external-lisp; we're not distributing that directory any more.
13763
13764 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13765
13766 * Makefile.in (install, install.aix, install.xenix, install.sysv):
13767 Remove CVS subdirectories from the installed directory trees, as
13768 well as RCS directories.
13769
13770 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13771
13772 * make-dist: Only copy gmalloc.c if we couldn't link it.
13773 Don't try to copy man/{README,Makefile} unless they actually exist.
13774
13775 * Makefile.in (lisppath): Don't include externallispdir in this.
13776 We're not sure whether we're even going to distribute the
13777 directory yet.
13778
13779 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13780
13781 * make-dist: Don't distribute the external-lisp directory anymore.
13782 * INSTALL: Remove all references to external-lisp.
13783
13784 * configure: Detect whether the compiler supports `const'
13785 properly, and edit src/config.h accordingly.
13786
13787 * configure: Tweak layout of final report.
13788
13789 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
13790 CFLAGS.
13791
13792 * Makefile.in (locallisppath): Make this default to
13793 ${datadir}/emacs/site-lisp, instead of
13794 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
13795 the same thing, and local-lisp causes completion conflicts with
13796 lock.
13797 (lisppath): Add ${externallispdir} to this.
13798 * INSTALL: Adjust installation directions.
13799
13800 * Makefile.in (externallispdir): New variable, to say where to
13801 install the externally-maintained lisp files.
13802 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
13803 the others.
13804 * INSTALL: Describe external-lisp and the new externallispdir
13805 variable.
13806
13807 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13808
13809 * configure (progname): New option `--with-gcc'. Make it clearer
13810 how we are trying to guess whether or not we have GCC.
13811 * INSTALL: Document the `--with-gcc' option, and improve
13812 description of `--with-x' options.
13813
13814 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13815
13816 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
13817 ${infodir} from these variables; we have written out explicit code
13818 to install the info files.
13819
13820 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13821
13822 * make-dist: Don't distributed the RCS files in the etc directory.
13823
13824 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13825
13826 * Makefile.in: Some makes can't handle comments in the middle of
13827 commands; move them to before the whole rule.
13828
13829 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13830
13831 * README: Mention what Emacs is.
13832
13833 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13834
13835 * make-dist: Include `./lisp/calc-2.02' in the distribution.
13836 Add `./cpp' and `./man' back into the distribution.
13837
13838 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13839
13840 * Makefile.in: Define MAKE, and use where appropriate.
13841
13842 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13843
13844 * make-dist: Remember that the authoritative COPYING notice is
13845 `etc/COPYING', not `../etc/COPYING'.
13846
13847 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13848
13849 * make-dist: Make sure that the COPYING notices in each directory
13850 are copies, not symlinks.
13851
13852 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13853
13854 * INSTALL: The build process produces an executable called `emacs'
13855 now. Change references.
13856 * Makefile.in: Adjust `install.mumble' targets to install
13857 `src/emacs', not `src/xemacs'.
13858
13859 * configure: Start with a blank line; this keeps some old CSH's
13860 from thinking it's a CSH script. Most systems will just use
13861 /bin/sh to run it, which is what we're expecting; the only other
13862 shells which might try to interpret it themselves are probably
13863 Bourne-compatible.
13864
13865 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13866
13867 * INSTALL: Improvements suggested by David Mackenzie.
13868
13869 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13870
13871 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13872 Don't try to copy the info files if there aren't any; the
13873 unexpanded globbing pattern disappoints `install'. Ignore the
13874 return status of that command.
13875
13876 * INSTALL: Updated for new configuration arrangement.
13877
13878 * configure: Don't make the top-level Makefile read-only - people
13879 may want to edit the values of the path variables.
13880
13881 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13882 Install the info files in ${infodir}. Install the executable
13883 under both `emacs' and `emacs-VERSION'.
13884
13885 * Makefile.in: Doc fix.
13886
13887 * Makefile.in (exec_prefix): New variable, as per latest version
13888 of coding standards.
13889 (bindir, libdir): Use it, instead of `prefix'.
13890 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
13891
13892 * Makefile.in (mandir): Make the default value for this depend on
13893 $(prefix).
13894
13895 * Makefile.in (datadir, statedir, libdir): Make these all default
13896 to ${prefix}/lib.
13897 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
13898 Adjust to compensate.
13899
13900 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13901 Install the etags and ctags man pages too.
13902
13903 * Makefile.in (distclean): Don't delete backup files; that's the
13904 job of extraclean.
13905 (extraclean): Like distclean, but deletes backup and autosave files.
13906
13907 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13908
13909 Make path specification conform to GNU coding standards.
13910 * configure (long_usage): Remove all traces of old arguments from
13911 usage messages, and document the options we do accept in more
13912 detail: -with-x... and --srcdir.
13913 (options, boolean_opts): Delete; we don't have enough options to
13914 make this worthwhile.
13915 (prefix, bindir, lisppath, datadir, libdir, lockdir): Delete,
13916 along with the code which supported them; these should be set as
13917 arguments to the top-level make.
13918 (config_h_opts): Since this no longer doubles as a list of option
13919 names, make them upper case; this simplifies the code which uses
13920 them to build the sed command to edit src/config.h. Change the
13921 code which sets them.
13922 (cc, g, O): Don't allow the user to set these using options; they
13923 should be specified using `CC=' and `CFLAGS=' arguments to the
13924 top-level make. Just choose reasonable default values for them,
13925 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
13926 values.
13927 (gnu_malloc, rel_alloc): Don't allow the user to set these using
13928 options; use them whenever the configuration files say they're
13929 possible.
13930 Simplify the argument processing loop. Don't accept abbreviations
13931 for option names; these might conflict with other configuration
13932 options in the future.
13933 Add some support for the `--srcdir' option. Check for the sources
13934 in . and .. if `--srcdir' is omitted. If the directories we will
13935 compile in don't exist yet, create them under the current directory.
13936 Note that the rest of the build process doesn't really support
13937 this.
13938 Edit only the top Makefile. That should edit the others.
13939 Edit into the makefile: `version', from lisp/version.el, `configname'
13940 and `srcdir' from the configuration arguments, `CC' and
13941 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
13942 the user's path, and LOADLIBES as gleaned from the system
13943 description files.
13944 Simplify the report generated; it doesn't need to include any
13945 description of paths now.
13946 Make `config.status' exec configure instead of just calling it, so
13947 there's no harm in overwriting `config.status'.
13948 * Makefile.in (version, configname): New variables, used to choose
13949 the default values for datadir and libdir.
13950 Path variables rearranged into two clearer groups:
13951 - In the first group are the variables specified by the GNU coding
13952 standards (prefix, bindir, datadir, statedir, libdir, mandir,
13953 manext, infodir, and srcdir).
13954 - In the second are the variables actually used for Emacs's paths
13955 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
13956 archlibdir), which depend on the first category.
13957 datadir and libdir default to directories under
13958 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
13959 demand.
13960 etcdir and lispdir default to subdirectories of datadir.
13961 archlibdir defaults to libdir.
13962 The new installation tree is a bit deeper than it used to be, so
13963 use the new make-path program in lib-src to build them all.
13964 Always build a new src/paths.h.tmp and then move-if-change it to
13965 src/paths.h, to avoid unnecessary rebuilds while responding to the
13966 right changes.
13967 Remove all mention of arch-lib. Run utility commands from
13968 lib-src, and let the executables be copied into archlibdir when
13969 Emacs is installed.
13970 Add targets for src/Makefile, lib-src/Makefile, and
13971 oldXMenu/Makefile, editing the values of the path variables into
13972 them.
13973 Let lib-src do its own installation.
13974 (datadir): Default to putting data files under
13975 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
13976 (emacsdir): Variable deleted; it would only be confusing to use.
13977 (lispdir, etcdir): Default to ${datadir}/lisp.
13978 (mkdir): Use make-path for this.
13979 (lockdir): Do this in mkdir.
13980 (Makefile): New target.
13981
13982 * configure (usage_message): Rename to long_usage.
13983
13984 * make-dist: Don't bother creating an arch-lib directory; that's
13985 only for installation now.
13986
13987 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13988
13989 * configure: Use GCC-style configuration names, using config.sub.
13990 Change the usage and help messages.
13991
13992 * configure: Initialize window_system, not indow_system.
13993
13994 * configure: Report which window system, compiler, and signal
13995 handler return type we decide to use.
13996
13997 * make-dist: Explain what's going on if config.sub and gmalloc.c
13998 can't be linked. Place the code which copies them near the code
13999 which links the rest of the files around them.
14000
14001 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
14002
14003 * make-dist: Don't bother to distribute src/*.com, or
14004 src/vmsbuild; those have all been moved to `../vms'.
14005
14006 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14007
14008 * make-dist: Don't forget that the way to avoid filenames starting
14009 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
14010 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
14011 couldn't make hard links to, since we have two already, and
14012 perhaps more to come.
14013
14014 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14015
14016 * configure: When editing parameters into lib-src/Makefile, change
14017 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
14018 needs some other flags too.
14019
14020 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14021
14022 * configure: Remove spurious echo of the configuration name.
14023
14024 * make-dist: Don't distribute files in src/m and src/s whose names
14025 begin with `='.
14026
14027 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14028
14029 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
14030 Also LISP_FLOAT_TYPE.
14031
14032 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14033
14034 * make-dist: Copy config.sub, since it's a symbolic link to a file
14035 on another file system.
14036
14037 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14038
14039 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
14040 distribution.
14041
14042 * config.sub: New file, to help us recognize configuration names.
14043 * make-dist: Include it in the distribution.
14044
14045 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14046
14047 * configure: Convert `-' to `_' in specified option names.
14048 Accept options with --. Delete --highpri and --have-x-menu options.
14049 New options --with-x and --with-x10 replace -window-system.
14050 Don't mention options --gnu-malloc, --rel-alloc
14051 or --lisp-float-type in help message.
14052
14053 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14054
14055 * make-dist: Include the `vms' subdirectory in the distribution.
14056
14057 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14058
14059 * configure: Remove lines starting with "# DIST: " when building
14060 lib-src/Makefile and src/Makefile. This allows us to mark the
14061 "Makefile.in" files with explanatory comments which won't also get
14062 stuck in the Makefiles.
14063
14064 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14065
14066 * make-dist: Don't use the '+' operator in the sed regular
14067 expression that extracts the version number from lisp/version.el;
14068 Ultrix sed doesn't seem support the operator. Just double the
14069 operand and use *.
14070
14071 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14072
14073 * Makefile.in: Doc fix.
14074
14075 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14076
14077 * configure: Rewrite sed command to remove at most one ./ prefix;
14078 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
14079 group.
14080
14081 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14082
14083 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
14084
14085 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14086
14087 * make-dist: Go ahead and build a new TAGS file, unless the
14088 --newer option was specified. Don't try to delete a TAGS file
14089 from etc; it's not kept there, and shouldn't be deleted anyway.
14090
14091 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14092
14093 * make-dist: If the lisp directory contains a default.el, don't
14094 distribute it.
14095
14096 * configure: When searching signal.h for the type of a signal
14097 return handler, make a copy of it, not a symbolic link to it; that
14098 way, it will work on systems that don't have symbolic links.
14099
14100 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
14101
14102 * make-dist: Taught it about vcdiff and rcs2log, added --newer
14103 option for generating incremental distributions. Stopped it from
14104 generating a TAGS file into the distribution; that sucker is
14105 *big*, and easily enough generated with the toplevel makefile.
14106
14107 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14108
14109 * configure: When writing config.status, don't prefix progname
14110 with a '.'; it might be absolute.
14111
14112 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14113
14114 * configure: Choose to use X11 if either /usr/lib/libX11.a or
14115 /usr/include/X11 exist, not only if both exist.
14116
14117 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14118
14119 * make-dist: Make the new external-lisp directory a duplicate of
14120 the external-lisp directory, not the lisp directory.
14121
14122 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14123
14124 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
14125 clean' in arch-lib; it doesn't even have a Makefile.
14126
14127 * Makefile.in (clean, mostlyclean): In the test which tries to
14128 distinguish between the build directory, which should be cleaned,
14129 and the installed directory, which shouldn't, cd to `${emacsdir}',
14130 not `${DESTDIR}${LIBDIR}'.
14131
14132 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14133
14134 * make-dist: Be sure to delete the .c and .h files that YACC and
14135 BISON create from getdate.y.
14136
14137 * external-lisp: New directory; see `external-lisp/README'.
14138 * make-dist: Added support for the external-lisp subdirectory.
14139
14140 * make-dist: Changed message which complains that make-dist wasn't
14141 invoked in the right directory to indicate which files it was
14142 looking for.
14143
14144 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14145
14146 * configure: Add comments explaining why we can't translate
14147 character ranges or control characters in `tr'.
14148
14149 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14150
14151 * configure: When generating the configuration message, we used to
14152 build the message from the start so that each line began with "# "
14153 so that it would be a comment in `config.status'. However, this
14154 causes trouble if any of the variables we use in the message
14155 expand to more than one line of text - as gnu_malloc_reason
14156 sometimes does. So instead, we build the message as it should be
14157 printed to the user (i.e. without the "# " prefixes), and stick on
14158 the "# "s when we write it to `config.status'.
14159
14160 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
14161 `lib-src' and `arch-lib'.
14162
14163 * configure: When generating report and `config.status' file, note
14164 that bindir only determines where `make install' and
14165 `build-install' will place the executables; this should make it
14166 clear that the ordinary build process will not try to install
14167 things.
14168
14169 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14170
14171 * make-dist: Change messages to say that we are 'making links to
14172 X', rather than 'copying X'. And put `' quotes around file names.
14173
14174 * make-dist: Include '.tmp' in the name of the staging directory.
14175
14176 * make-dist: Pass the `-f' option to rm when you're not sure that
14177 the files you're removing actually exist.
14178
14179 * make-dist: When setting up etc/COPYING, always nuke whatever is
14180 there, and then copy it in, to make sure we get a real file.
14181
14182 * make-dist: Don't try to distribute *.defns files any more.
14183 The only such file was for simula.el, which has been superseded by a
14184 version which doesn't have a separate .defns file.
14185
14186 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
14187
14188 * make-dist: Don't distribute configured versions of config.h.in,
14189 paths.h.in, Makefile.in in src.
14190
14191 * configure: Delete .tmp files before creating them; don't bother
14192 trying to make final targets writable first, since it won't
14193 matter to move-if-change.
14194
14195 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14196
14197 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
14198 mkdir and chmod in the center of all the conditionals. GNU Make
14199 will strip these out, but other makes won't.
14200
14201 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14202
14203 * make-dist: Include move-if-change in list of files to distribute.
14204
14205 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14206
14207 * configure: Remove any "." elements from the program name.
14208
14209 * configure: Don't record the values of all the possible arguments
14210 in config.status; only record the options that the user specified.
14211
14212 * configure: Use move-if-change to move in the new src/config.h.
14213
14214 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
14215
14216 * move-if-change: New file, copied from gcc release.
14217 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
14218 a temp file, so we don't update paths.h if an error occurs or if
14219 it doesn't need changing.
14220
14221 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14222
14223 * Makefile.in (src/paths.h): Do not install a value for the
14224 PATH_SUPERLOCK value; that macro doesn't exist anymore.
14225 * build-install.in: Same thing.
14226
14227 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14228
14229 * make-dist: Check the flag called "make_tar", not "make_dir"; the
14230 latter, being a typo, is always false, resulting in a program
14231 whose default behavior is to painstakingly build a copy of the
14232 source tree, and then delete it. Rah.
14233
14234 * Makefile.in: Add dist target, and comment for it.
14235
14236 * configure: When scanning <signal.h> for a declaration for
14237 signal, create a symbolic link with a name ending in .c, so the
14238 compiler won't complain that it's only been given .h files.
14239
14240 * configure: Check whether there are any arguments available
14241 before shifting to get the value of a non-boolean parameter.
14242
14243 * make-dist: Doc fix.
14244
14245 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14246
14247 * configure: Instead of grepping /usr/include/signal.h for a
14248 signal declaration, run /usr/include/signal.h or
14249 /usr/include/sys/signal.h through cpp and grep for the
14250 declaration.
14251
14252 * configure: Redirect the output of grep to /dev/null instead of
14253 using grep -s - that flag means different things on other systems.
14254
14255 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
14256 since the former is recognizable even if you don't know what
14257 'dumping' is.
14258 * configure: Accommodate that change.
14259
14260 * configure: Accept options for all of the directories you can
14261 change in the Makefile.
14262
14263 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
14264
14265 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
14266 FOO before you can use them.
14267
14268 * build-install.in: Made the "Where To Install Things" section
14269 conform with the similar section from Makefile.in. Copied section
14270 which builds src/paths.h from src/paths.h.in from the Makefile.
14271
14272 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14273
14274 * configure: Write config.status to pass its command-line
14275 arguments on to configure, so that people can use it to recreate
14276 an old configuration, with minor changes.
14277
14278 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14279
14280 * configure: Don't rely on option variables being unset if their
14281 values are the empty string. In particular, when producing the
14282 English report, don't assume that highpri will be unset when no
14283 increased priority has been requested; -highpri='' should be the
14284 same as omitting -highpri altogether.
14285
14286 * configure: Fix dumb bug: when running the system and machine
14287 description files through cpp, mark those lines that we want to
14288 evaluate with the string '@configure@', and then only evaluate
14289 them. This way if the files include anything that actually
14290 generates text (type definitions or external declarations, say),
14291 we won't try to eval it.
14292
14293 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14294
14295 * make-dist: New shell script.
14296
14297 * configure: When creating foo from foo.in, make foo read-only to
14298 remind people to edit the .in file instead.
14299
14300 * INSTALL: Changed references to config.h-dist to config.h.in.
14301 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
14302 to build src/paths.h from src/paths.h.in; added a paragraph to do
14303 this.
14304 * configure, Makefile, build-install: Changed filenames like
14305 FOO-dist to FOO.in.
14306
14307 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14308
14309 * Makefile, build-install: Renamed to Makefile.in and
14310 build-install.in; the configure script will edit these to produce
14311 the usable Makefile and build-install.
14312 * configure: Changed to produce ./Makefile, ./build-install,
14313 lib-src/Makefile, and src/Makefile from their *.in counterparts,
14314 instead of editing them in place.
14315
14316 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14317
14318 * Makefile: Re-arranged so that the undumped Emacs will search
14319 ../lisp *after* the site's local elisp files.
14320 (locallisppath, dumplisppath): New variables.
14321 (lisppath): This variable's default value is now chosen based on
14322 $(locallisppath) and $(lispdir); while it used to be the
14323 customization point for adding site-local elisp directories to
14324 load-path, that job is now handled mostly by locallisppath.
14325 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
14326 Check the values being assigned to the *LOADSEARCH macros for null
14327 path elements (like '::' in 'foo::bar').
14328
14329 * configure: When checking if the machine- and system-dependent
14330 files define a particular macro or not, actually run them through
14331 CPP and test the macros with #ifs, instead of just grepping for
14332 the macros' names. In particular, check for SYSTEM_MALLOC in this
14333 way.
14334
14335 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14336
14337 * Makefile (install): Don't use -s in install. (Keep the symbols.)
14338
14339 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14340
14341 * configure: Make the config.status file an executable shell
14342 script which will recreate the same configuration. Include the
14343 verbal description of the current configuration as a comment in
14344 the script.
14345 * INSTALL: Doc fix.
14346
14347 * Makefile: Brought the Makefile up to the GNU coding
14348 standards, as described in standards.text:
14349 (TAGS): New name for the target which rebuilds the tags table.
14350 (check): New target; doesn't do anything yet.
14351 (mostlyclean): New target, synonymous with clean.
14352 (realclean): New target. Currently, this just calls the
14353 subdirectories's makefiles and then deletes config.status.
14354 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
14355 New variables.
14356 Installation directory variables changed to conform.
14357 (install, install.sysv, install.xenix, install.aix): Change the
14358 code which copies the directories into their installed location to
14359 allow the installed locations to be in several different
14360 directories; the old version assumed that they would all be in
14361 $(emacsdir).
14362 (mkdir, lockdir): Allow the installed locations to be in several
14363 different directories.
14364 * INSTALL: Doc fix.
14365
14366 * build-install: Use the same variable names as the Makefile.
14367 Allow the installed locations to be in several different
14368 directories.
14369
14370 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14371
14372 * Makefile (src/paths.h): Instead of using a single sed command to
14373 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
14374 separately, and don't forget to append "/!!!SuperLock!!!" to the
14375 value of the PATH_SUPERLOCK macro.
14376
14377 * config.emacs: Renamed to configure, for consistency with other
14378 GNU products. Internal references changed.
14379 INSTALL, Makefile: References changed.
14380
14381 * lock: New directory, which should always be empty. If this
14382 directory doesn't exist, Emacs won't complain; it just won't lock.
14383 Having this here means that people can just unpack Emacs, build
14384 it, and have locking work.
14385
14386 * share-lib: Re-renamed to etc, for the sake of tradition.
14387 * config.emacs: Changed default value for datadir to ../etc.
14388 * INSTALL, README: Adjusted.
14389
14390 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14391
14392 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
14393 by running CPP on the appropriate s/*.h and m/*.h files.
14394
14395 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14396
14397 * config.emacs: Make sure to set the "exit on error" flag once
14398 we've removed config.status; errors should abort the configuration.
14399
14400 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14401
14402 * config.emacs: Added -distribute option, so that the Makefile
14403 paths are in their proper form. I don't know why this matters.
14404
14405 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14406
14407 * local-lisp: New directory, empty in the distribution, for people
14408 to put local elisp code in.
14409 * config.emacs: Include it in the default load path.
14410 * README: Document it.
14411
14412 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14413
14414 * config.emacs: Guess the type of signal handling functions based
14415 on the contents of /usr/include/signal.h.
14416
14417 * config.emacs: Print out progress report messages.
14418
14419 * Makefile (src/paths.h): Don't generically replace
14420 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
14421 editing of the other entries, and each entry should be dealt with
14422 explicitly anyway.
14423
14424 * build-install: Converted from C-shell to Bourne shell.
14425 * config.emacs: Edit build-install properly.
14426
14427 * config.emacs: Doc fix.
14428
14429 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14430
14431 * Makefile (install): Remove `B' from tar xf command.
14432
14433 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14434
14435 * config.emacs: Removed support for the `maintain-environment'
14436 option; the only important difference between this and its absence
14437 has been removed.
14438 * INSTALL: Removed mention of `maintain-environment'.
14439
14440 * config.emacs: Fix arguments to sed when processing boolean
14441 arguments.
14442
14443 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
14444
14445 * config.emacs: New file, to help automate the installation
14446 process.
14447
14448 * Makefile: Lots of changes to support the separation of etc into
14449 architecture-dependent and -independent files:
14450 (EMACSROOT): New variable, giving the directory under which all of
14451 Emacs's libraries should be installed. Changed rest of file to
14452 use it.
14453 (LIBDIR): Now denotes only architecture-dependent dir.
14454 (DATADIR): New variable, denoting architecture-independent dir.
14455 (LOCKDIR): New variable, for completeness.
14456 (SUBDIR): No more etc, new lib-src.
14457 (COPYDIR): No more etc, new arch-lib and share-lib.
14458 (src/paths.h): Set PATH_DATA and the LOCK macros too.
14459 (src): Now depends on lib-src, not etc.
14460 * build-install: Changes parallel to the above.
14461 * README: Describe the new arrangement.
14462
14463 * vms: New subdirectory for all the VMS stuff.
14464
14465 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
14466
14467 * Makefile (LISPPATH): New variable.
14468 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
14469
14470 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
14471
14472 * Makefile (install, install.sysv, install.xenix):
14473 Install wakeup instead of loadst. No need for setuid or setgid.
14474
14475 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14476
14477 * Makefile (clean): Clean etc if that's not the installation dir.
14478
14479 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14480
14481 * Makefile (paths.h): Make sed alter each name in the path.
14482
14483 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14484
14485 * Makefile (install.sysv): Use cpio, not tar.
14486
14487 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14488
14489 * Makefile (lockdir): Rename `lock' target.
14490 Depend on it from install*, not from `all'.
14491
14492 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
14493
14494 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
14495 to match build-install and paths.h.
14496
14497 ;; Local Variables:
14498 ;; coding: utf-8
14499 ;; End:
14500
14501 Copyright (C) 1993-1999, 2001-2015 Free Software Foundation, Inc.
14502
14503 This file is part of GNU Emacs.
14504
14505 GNU Emacs is free software: you can redistribute it and/or modify
14506 it under the terms of the GNU General Public License as published by
14507 the Free Software Foundation, either version 3 of the License, or
14508 (at your option) any later version.
14509
14510 GNU Emacs is distributed in the hope that it will be useful,
14511 but WITHOUT ANY WARRANTY; without even the implied warranty of
14512 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14513 GNU General Public License for more details.
14514
14515 You should have received a copy of the GNU General Public License
14516 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.