]> code.delx.au - gnu-emacs/blob - ChangeLog
2d02bdff3add41df99c1d6e80b9ed4486fe5c4a5
[gnu-emacs] / ChangeLog
1 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
2
3 * autogen.sh: Port better to non-GNU 'cp'.
4 Problem reported by Han Boetes.
5
6 2014-12-28 Paul Eggert <eggert@cs.ucla.edu>
7
8 * build-aux/git-hooks/commit-msg: Allow tabs.
9 Treat them as if they were expanded to spaces, with tab stops
10 every 8 columns.
11
12 2014-12-17 Paul Eggert <eggert@cs.ucla.edu>
13
14 * .gitignore: Ignore /conftest*.
15
16 2014-12-15 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * build-aux/git-hooks/commit-msg (at_sign): Bump up line-length limit
19 to 78.
20
21 2014-12-12 Paul Eggert <eggert@cs.ucla.edu>
22
23 Git ignore lib/std*.h
24 * .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and
25 stddef.h. Remove subsumed entries.
26 Add !lib/std*.in.h, so as to not ignore the .in.h files.
27
28 2014-12-11 Paul Eggert <eggert@cs.ucla.edu>
29
30 Port commit-msg to mawk
31 Problem reported by Ted Zlatanov in:
32 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg01093.html
33 * build-aux/git-hooks/commit-msg (space, non_space, non_print):
34 New vars. Use them as approximations to POSIX bracket expressions,
35 on implementations like mawk that do not support POSIX regexps.
36
37 Improve commit-msg messages and autosquash
38 Problem reported by Michal Nazarewicz in Bug#19337.
39 * build-aux/git-hooks/commit-msg: Add "commit message" to
40 diagnostics. Distinguish better between tabs and other
41 unprintable chars in diagnostics. Don't complain if a prefix
42 "fixup! " or "squash! " makes a summary line too long.
43
44 2014-12-08 Paul Eggert <eggert@cs.ucla.edu>
45
46 Port commit-message checking to FreeBSD 9.
47 This fixes a bug reported by Jan Djärv in:
48 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00704.html
49 along with some other issues I noticed while testing with FreeBSD.
50 * build-aux/git-hooks/commit-msg: Prefer gawk if available.
51 Prefer en_US.UTF-8 to en_US.utf8, as it's more portable.
52 Work around bug in FreeBSD 9 awk, where /[[:cntrl:]]/ matches
53 ordinary text characters.
54 Be less tricky about quoting "'" in a shell script.
55
56 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
57
58 * .gitignore: Ignore autosave files.
59
60 2014-12-01 Paul Eggert <eggert@cs.ucla.edu>
61
62 * .gitignore: Remove redundant pattern (subsumed by _*).
63 Avoid "**", as it requires Git 1.8.2 or later.
64
65 2014-11-21 Paul Eggert <eggert@cs.ucla.edu>
66
67 Add more of the old .bzrignore to .gitignore.
68 Plus a few more .gitignore improvements.
69 * .gitignore: Add copyright notice, since it's big enough.
70 Put exceptions immediately after the patterns they're exceptions
71 to, to make them easier to follow.
72 Give four exceptions for the Makefile pattern.
73 Ignore /confdefs.h, test/indent/*.new, TAGS, GPATH, GSYMS, GRTAGS,
74 GTAGS, ID, *.exe, some nextstep-related files,
75 jisx2131-filter, *.orig, *.rej, etc/emacs.tmpdesktop, *.in-h
76 _* (except for build-aux/snippet/_Noreturn.h), /bin/, /BIN/,
77 /data/, etc/icons/, lib/cxxdefs.h, lib/SYS/, /libexec/, /lock/,
78 /README.W32, /share/, /site-lisp/, src/gdb.ini, /var/.
79 Ignore /configure.lineno, since POSIX requires
80 LINENO only with the User Portability Utilities option.
81 Ignore *cust-load.el and *loaddefs.el only under lisp.
82 Ignore core files of various flavors.
83 Do not ignore etc/refcards/gnus-logo.pdf.
84
85 2014-11-21 Eli Zaretskii <eliz@gnu.org>
86
87 * .gitignore: Add back src/_gdbinit, which is a temporary file
88 created by the MS-DOS build.
89
90 2014-11-20 Paul Eggert <eggert@cs.ucla.edu>
91
92 Add a.out to .gitignore.
93 Suggested by Lee Duhem in:
94 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01665.html
95 * .gitignore: Add a.out.
96 Move *.log next to *.tmp, since it's generic.
97 Put *.exe before non-generics.
98
99 2014-11-19 Eli Zaretskii <eliz@gnu.org>
100
101 * .gitignore: Resurrect Windows-specific ignorables lost in last
102 changes.
103
104 2014-11-19 Paul Eggert <eggert@cs.ucla.edu>
105
106 * .gitignore: Add /emacs-[1-9]*/, and sort better.
107
108 2014-11-18 Ivan Andrus <darthandrus@gmail.com>
109
110 * .gitignore: Add some nextstep/mac ignorables.
111
112 2014-11-18 Paul Eggert <eggert@cs.ucla.edu>
113
114 .gitignore cleanup.
115 * .gitignore: Merge contents of subsidiary files and organize the
116 result so as to avoid duplication. Remove no-longer needed entries.
117 * admin/charsets/.gitignore, admin/unidata/.gitignore:
118 * doc/lispintro/.gitignore, etc/.gitignore, leim/.gitignore:
119 * leim/ja-dic/.gitignore, lib-src/.gitignore, lisp/.gitignore:
120 * lisp/calc/.gitignore, lisp/calendar/.gitignore:
121 * lisp/cedet/.gitignore, lisp/emulation/.gitignore:
122 * lisp/erc/.gitignore, lisp/eshell/.gitignore, lisp/gnus/.gitignore:
123 * lisp/international/.gitignore, lisp/language/.gitignore:
124 * lisp/leim/.gitignore, lisp/leim/quail/.gitignore:
125 * lisp/mail/.gitignore, lisp/mh-e/.gitignore, lisp/net/.gitignore:
126 * lisp/nxml/.gitignore, lisp/obsolete/.gitignore:
127 * lisp/play/.gitignore, lisp/progmodes/.gitignore:
128 * lisp/term/.gitignore, lisp/textmodes/.gitignore:
129 * lisp/url/.gitignore, nt/.gitignore, src/.gitignore:
130 Remove; no longer needed.
131
132 2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
133
134 Restore 'Bug#' -> 'debbugs:' rewrite in log-edit-mode.
135 * .dir-locals.el (log-edit-mode): Restore the (log-edit-rewrite-fixes
136 "[ \n](bug#\\([0-9]+\\))" . "debbugs:\\1"). See Glenn Morris in:
137 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01187.html
138
139 Simplify and fix doc-related .gitignore files.
140 This fixes some unwanted 'git status' output after 'make docs'.
141 * .gitignore: Add **/Makefile, **/makefile.
142 Remove Makefile, makefile.
143 Add doc/*/*.xxx rules for the usual kinds of documentation outputs
144 and temporaries. Add doc/misc/cc-mode.ss.
145 * doc/emacs/.gitignore, doc/lispintro/.gitignore, doc/misc/.gitignore:
146 * lwlib/.gitignore, oldXMenu/.gitignore:
147 Remove, as these .gitignore files are no longer needed.
148 * doc/lispintro/.gitignore: Replace with list of exceptional PDF files.
149
150 2014-11-15 Christoph Scholtes <cschol2112@gmail.com>
151
152 * .gitignore: Ignore generated file lib/stdalign.h.
153
154 2014-11-13 Paul Eggert <eggert@cs.ucla.edu>
155
156 Backport fix for minor Bazaar leftovers.
157 * .dir-locals.el: Remove reference to bzr commit --fixes debbugs.
158
159 2014-11-13 Eli Zaretskii <eliz@gnu.org>
160
161 * .gitignore: Add more ignorables.
162
163 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
164
165 * .gitignore: Copy over sufficient ignorable files from the old
166 .bzrignore that a simple build doesn't list lots of unregistered files.
167
168 2014-11-11 Eric S. Raymond <esr@thyrsus.com>
169
170 Git transition.
171 * Makefile.in (src): Set VCSWITNESS appropriately for git.
172
173 All bzr revision IDS, and all CVS revision IDs for which a commit
174 could be identified, were changed to time-date!committer version
175 stamps. All .cvsignore files in the history became .gitignore
176 files. Fixes-bug annotations from bzr were copied into the
177 corresponding commit comments.
178
179 (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org.
180 The last CVS commit was 2009-12-27T08:11:12Z!cyd@stupidchicken.com.)
181
182 Committer/author email addresses are generally correct for the
183 transition day, not necessarily when the commit was originally made.
184
185 2014-11-05 Glenn Morris <rgm@gnu.org>
186
187 * Makefile.in (install-info, uninstall): Restore pre-2012-12-13
188 solution. (Bug#18908)
189
190 2014-10-31 Eric S. Raymond <esr@thyrsus.com>
191
192 * autogen.sh: Neutralize language specific to a repository type.
193
194 2014-10-23 Paul Eggert <eggert@cs.ucla.edu>
195
196 * Makefile.in (${srcdir}/info/dir): Make sure info directory exists.
197
198 2014-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * configure.ac: Bump version to 24.4.51 to avoid ambiguity with the old
201 trunk's 24.4.50.
202
203 2014-10-20 Glenn Morris <rgm@gnu.org>
204
205 * Version 24.4 released.
206
207 2014-10-11 Ken Brown <kbrown@cornell.edu>
208
209 * configure.ac (LD_SWITCH_SYSTEM_TEMACS) [CYGWIN]: Set stack size
210 to 8 MB. (Bug#18438)
211
212 2014-10-02 Paul Eggert <eggert@cs.ucla.edu>
213
214 * configure.ac: Port to strict POSIX shells on non-MinGW (Bug#18612).
215
216 2014-09-21 Jan Djärv <jan.h.d@swipnet.se>
217
218 * configure.ac: Increase headerpad_extra to 1000, update the comment
219 about load commands (Bug#18505).
220
221 2014-09-13 Eli Zaretskii <eliz@gnu.org>
222
223 * configure.ac (HAVE_SOUND): Check for mmsystem.h header that
224 defines the sound stuff on MS-Windows. (Bug#18463)
225
226 2014-08-22 Ken Brown <kbrown@cornell.edu>
227
228 * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the
229 Cygwin-w32 build. (Bug#18302)
230
231 2014-08-10 Paul Eggert <eggert@cs.ucla.edu>
232
233 Don't prevent random file systems from being unmounted (Bug#18232).
234 This fix relies on having the 'fchdir' function, and on having
235 "." be searchable (or at least readable, on platforms lacking O_SEARCH),
236 but that's good enough to handle the vast majority of cases and the
237 remaining folks can just live with the annoyance of file systems
238 that occasionally can't be unmounted.
239 * configure.ac (fchdir): New function to check for.
240 * lib/save-cwd.c: Copy from gnulib, except omit the part that
241 allocates memory, since that can cause problems in Emacs.
242 * lib/save-cwd.h: Copy from gnulib.
243
244 2014-07-11 Paul Eggert <eggert@cs.ucla.edu>
245
246 * Makefile.in (install-arch-indep): Avoid readdir race (Bug#17971).
247
248 2014-06-20 Paul Eggert <eggert@cs.ucla.edu>
249
250 * configure.ac: Warn about --enable-link-time-optimization's issues
251 in --help message (Bug#17806).
252
253 Port to GCC 4.9.0 with link time optimization (Bug#17806).
254 * configure.ac (CFLAGS): With link time optimization,
255 use -ffat-lto-objects if supported; otherwise Emacs won't
256 build with GCC 4.9.0.
257
258 2014-06-14 Paul Eggert <eggert@cs.ucla.edu>
259
260 Port part of the AIX fix to Solaris (Bug#17598).
261 * configure.ac (_REENTRANT): Define on Solaris if HAVE_PTHREAD.
262 This ports part of the recent AIX fixes to Solaris. It is needed
263 for the same reason that _THREAD_SAFE is needed on AIX, e.g., to
264 make sure that each thread has its own 'errno'.
265
266 2014-06-11 Paul Eggert <eggert@cs.ucla.edu>
267
268 Backport fcntl.h AIX fix from the trunk (Bug#17598).
269 This fixes a bug with the shell freezing. See:
270 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17598#185
271 Merge from gnulib, incorporating:
272 2014-05-31 dup2, fcntl, fcntl-h: port to AIX 7.1
273 * lib/fcntl.in.h, m4/dup2.m4, m4/fcntl.m4:
274 Update from gnulib.
275
276 2014-06-07 Paul Eggert <eggert@cs.ucla.edu>
277
278 Port better to AIX (Bug#17598).
279 * configure.ac (with_xpm_set): New shell var.
280 (_THREAD_SAFE): Define on AIX if HAVE_PTHREAD.
281 (with_xpm): Default to 'no' on AIX.
282 (LIBXPM): Append -lXpm if -lXaw is also used, as the latter
283 requires the former on AIX.
284
285 2014-05-30 Paul Eggert <eggert@cs.ucla.edu>
286
287 Fix port to 32-bit AIX with xlc (Bug#17598).
288 This doesn't fix Bug#17598, but it does fix a regression since Emacs
289 built with xlc until recently, and perhaps it'll help us fix Bug#17598.
290 * configure.ac (GC_SETJMP_WORKS): Define for AIX, too.
291 Merge from gnulib, incorporating:
292 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
293 * lib/ftoastr.c: Update from gnulib.
294
295 2014-05-22 Paul Eggert <eggert@cs.ucla.edu>
296
297 Fix port to 32-bit AIX (Bug#17540).
298 * configure.ac (opsys): On Power Architecture, treat release 7 of
299 AIX like releases 5 and 6.
300
301 2014-05-18 Glenn Morris <rgm@gnu.org>
302
303 * configure.ac (INSTALL_INFO):
304 Revert to just checking for "install-info".
305
306 2014-05-17 Glenn Morris <rgm@gnu.org>
307
308 * configure.ac (INSTALL_INFO): Try the identical-but-quieter-on-Debian
309 "ginstall-info" before "install-info".
310
311 2014-05-04 Paul Eggert <eggert@cs.ucla.edu>
312
313 Revert recent libpng changes (Bug#17339).
314 They fix only bugs that aren't being reported, so it may be better
315 to do them on the trunk.
316 * configure.ac (PNG_CFLAGS): Remove. All uses removed.
317 (LIBPNG): Don't be consistent about -lpng16 versus -lpng.
318 Ignore libpng-config's exit status. Always append -lz -lm.
319
320 * configure.ac (LIBPNG): Add -lz -lm on platforms where they're needed
321 but libpng-config --libs omits them. Problem reported by Glenn
322 Morris.
323
324 2014-05-03 Paul Eggert <eggert@cs.ucla.edu>
325
326 Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).
327 * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5.
328 A more-complicated fix would be to remove uses of PixelSetMagickColor,
329 introduced in ImageMagick 6.3.5 (Sept. 2007).
330
331 2014-05-02 Paul Eggert <eggert@cs.ucla.edu>
332
333 Consult libpng-config more consistently (Bug#17339).
334 * configure.ac (edit_cflags): Move this up and to the top level,
335 so that PNG_CFLAGS can use it too.
336 (PNG_CFLAGS): New var.
337 (png_longjmp): Use PNG_CFLAGS when checking.
338 (LIBPNG): Be consistent about -lpng16 etc; e.g., don't use -lpng16
339 in some places and -lpng in others. Test libpng-config's exit
340 status. If it succeeds, use its output rather than appending -lz -lm.
341
342 2014-05-01 Glenn Morris <rgm@gnu.org>
343
344 * configure.ac (LIBPNG): Consult libpng-config for the precise
345 form of "-lpng" to use. (Bug#17339)
346
347 2014-04-29 Glenn Morris <rgm@gnu.org>
348
349 * configure.ac: Treat MirBSD as OpenBSD. (Bug#17339)
350
351 2014-04-16 Eli Zaretskii <eliz@gnu.org>
352
353 * config.bat: Update for Emacs 24.4.
354
355 2014-04-13 Paul Eggert <eggert@cs.ucla.edu>
356
357 Port to IRIX 6.5 (Bug#9684).
358 This port requires IRIX cc, as I did not have time to get
359 undump working with the old GCC on the system I had access to,
360 but that's better than nothing.
361 * configure.ac (gl_GCC_VERSION_IFELSE): Remove unused macro
362 that wouldn't have worked anyway, with IRIX cc.
363 (emacs_cv_clang, emacs_cv_sanitize_address)
364 (ns_osx_have_104, ns_osx_have_105):
365 Don't assume '#error' makes the compiler fail,
366 as this doesn't work with IRIX cc.
367 (CFLAGS, LIBS): Don't let the GnuTLS results infect later 'configure'
368 checks. This runs afoul of an IRIX configuration where GnuTLS is
369 in an optional library that also contains getdelim, and causes
370 a later 'configure' to incorrectly think getdelim is supported.
371
372 2014-04-13 Eli Zaretskii <eliz@gnu.org>
373
374 * configure.ac (LN_S_FILEONLY, LN_S): Use "/bin/ln" on MinGW, to
375 ensure the MSYS ln.exe is invoked.
376
377 2014-04-11 Glenn Morris <rgm@gnu.org>
378
379 * make-dist: Do not distribute generated admin/grammars/Makefile.
380 Do distribute lib-src/update-game-score.exe.manifest.
381
382 2014-04-09 Ken Brown <kbrown@cornell.edu>
383
384 * configure.ac (EMACS_MANIFEST): Revert last change (but leave
385 UPDATE_MANIFEST empty).
386
387 2014-04-03 Ken Brown <kbrown@cornell.edu>
388
389 * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these
390 variables empty on Cygwin. (Bug#17176)
391
392 2014-03-31 Glenn Morris <rgm@gnu.org>
393
394 * configure.ac: Make the final "Does Emacs use Gsettings" message
395 consistent with src/config.h.
396
397 2014-03-31 Jan Djärv <jan.h.d@swipnet.se>
398
399 * configure.ac: Fix errors from previous checkin (GSettings check).
400 Backport from trunk.
401
402 2014-03-30 Daniel Colascione <dancol@dancol.org>
403
404 * configure.ac: Include GFILENOTIFY objects in glib check. (Bug#17069)
405
406 2014-03-30 Jan Djärv <jan.h.d@swipnet.se>
407
408 * configure.ac: Add check that GSettings is in libgio (Bug#17118).
409 Backport from trunk.
410
411 2014-03-26 Paul Eggert <eggert@cs.ucla.edu>
412
413 Merge from gnulib, incorporating:
414 2014-03-26 strftime: wrap macros in "do {...} while(0)"
415 * lib/strftime.c: Update from gnulib.
416
417 2014-03-07 Paul Eggert <eggert@cs.ucla.edu>
418
419 Merge from gnulib, incorporating:
420 2014-03-04 stdint: fix missing SIZE_MAX on Android
421 2013-03-02 sys_types: avoid autoconf warning about gl_SYS_TYPES_H
422 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
423 * lib/stdint.in.h, lib/sys_types.in.h, m4/sys_types_h.m4:
424 Update from gnulib.
425
426 2014-03-05 Glenn Morris <rgm@gnu.org>
427
428 * configure.ac: Tweak the "unported" error message.
429
430 2014-03-05 Paul Eggert <eggert@cs.ucla.edu>
431
432 Fix configuration bug on Solaris 2.5.1 (Bug#16905).
433 * configure.ac: Fix a bug in shell pattern matching that caused
434 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later.
435
436 2014-02-25 Paul Eggert <eggert@penguin.cs.ucla.edu>
437
438 Merge from gnulib (Bug#16825).
439 2014-02-25 unistd: port readlink to Mac OS X 10.3.9
440
441 2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
442
443 Merge from gnulib, incorporating:
444 2014-02-21 timer: fix uClibc detection of threading
445 2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf
446
447 2014-02-18 Mirek Kaim <mirek.kaim@outlook.com> (tiny change)
448
449 * configure.ac [HAVE_W32]: Test for ImageMagick. (Bug#16754)
450
451 2014-02-14 Paul Eggert <eggert@cs.ucla.edu>
452
453 * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).
454 This fixes a bug in the previous change. Also, use $(SHELL)
455 rather than sh, as that's more likely to be portable.
456
457 2014-02-13 Paul Eggert <eggert@cs.ucla.edu>
458
459 * Makefile.in (install-arch-indep): Simplify (Bug#16717).
460 This should make it more reliable, and hopefully more portable to
461 non-GNU 'make' implementations such as HP-UX 'make'.
462
463 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
464
465 * Makefile.in (install-nt): Also pass datadir.
466
467 2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
468
469 Merge from gnulib, incorporating:
470 2014-01-23 pthread: work around winpthread header pollution on mingw
471 * lib/time.in.h: Update from gnulib.
472
473 2014-01-23 Paul Eggert <eggert@cs.ucla.edu>
474
475 Merge from gnulib, incorporating:
476 2014-01-22 qacl: check for fchmod
477 * m4/acl.m4: Update from gnulib.
478
479 2014-01-22 Paul Eggert <eggert@cs.ucla.edu>
480
481 Fix miscellaneous update-game-score bugs.
482 * configure.ac (difftime): Remove.
483
484 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
485
486 Merge from gnulib, incorporating:
487 2014-01-20 stdalign: port to HP-UX compilers
488 2014-01-16 strtoimax: port to platforms lacking 'long long'
489 2014-01-16 update from texinfo
490 * lib/stdalign.in.h, lib/strtoimax.c: Update from gnulib.
491
492 2014-01-12 Glenn Morris <rgm@gnu.org>
493
494 * README: Replace reference to etc/MAILINGLISTS.
495
496 2014-01-11 Fabrice Popineau <fabrice.popineau@gmail.com>
497
498 * configure.ac: Read $srcdir/nt/mingw-cfg.site when $MSYSTEM is
499 "MINGW64" as well.
500
501 2014-01-11 Paul Eggert <eggert@cs.ucla.edu>
502
503 Merge from gnulib, incorporating:
504 2014-01-07 update from texinfo
505 2014-01-06 md5, sha1, sha256, sha512: support older autoconf
506
507 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
508
509 * INSTALL, configure.ac, etc/CONTRIBUTE, nt/INSTALL: Remove
510 unnecessarily specific references to Bazaar that could better
511 simply be to the repository.
512
513 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
514
515 * INSTALL.BZR: Rename to INSTALL.REPO. Remove refs to specific VCS.
516 * INSTALL, autogen.sh: Update for above change.
517
518 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
519
520 Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).
521 Problem and proposed patch reported by Ulrich Mueller;
522 this patch uses a somewhat-different approach.
523 * configure.ac (SETFATTR): New variable.
524
525 2014-01-03 Paul Eggert <eggert@cs.ucla.edu>
526
527 Merge from gnulib, incorporating:
528 2014-01-02 manywarnings: remove -Wmudflap
529 This ports better to GCC 4.9-to-be.
530
531 2013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
532
533 * configure.ac (canonical, C_SWITCH_SYSTEM): Support a 64-bit
534 MinGW64 build on MS-Windows.
535
536 2013-12-29 Jan Djärv <jan.h.d@swipnet.se>
537
538 * configure.ac (xcsdkdir): Only set if using xcrun.
539
540 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
541
542 * configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem.
543 Reported by YAMAMOTO Mitsuharu in:
544 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00995.html
545
546 2013-12-28 Jan Djärv <jan.h.d@swipnet.se>
547
548 * configure.ac: Fix CC detection for xcrun case.
549
550 2013-12-28 Paul Eggert <eggert@cs.ucla.edu>
551
552 Fix problem with MAKE and xcrun configuration.
553 * configure.ac: Don't set MAKE unless 'make' doesn't work.
554 Set it only in the environment, not in the makefile.
555 Problem reported by Glenn Morris in:
556 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html
557
558 2013-12-27 Paul Eggert <eggert@cs.ucla.edu>
559
560 Port xcrun configuration to GNU/Linux.
561 * configure.ac (xcsdkdir): Default to empty.
562 (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to
563 just before AM_INIT_AUTOMAKE, to make the dependency between it
564 and automake clearer.
565 (CC): Don't use AC_PROG_CC twice; only the first use expands to the
566 shell code that is wanted, which breaks 'configure' on non-Darwin
567 platforms. Instead, fix CC by hand if it's not found.
568
569 2013-12-27 Jan Djärv <jan.h.d@swipnet.se>
570
571 * configure.ac: Detect xcrun on OSX and use it for make, gcc and
572 libxml.
573
574 2013-12-26 Paul Eggert <eggert@cs.ucla.edu>
575
576 Fix core dumps with gcc -fsanitize=address and GNU/Linux.
577 * configure.ac: Check whether addresses are sanitized.
578 (CANNOT_DUMP): Warn if addresses are sanitized and not CANNOT_DUMP.
579 (DOUG_LEA_MALLOC): Do not define if addresses are sanitized.
580 (SYSTEM_MALLOC): Define if addresses are sanitized.
581
582 2013-12-24 Paul Eggert <eggert@cs.ucla.edu>
583
584 Automate the procedure for updating copyright year.
585 * build-aux/update-copyright: New file.
586 * make-dist: Distribute it.
587 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
588
589 2013-12-23 Andreas Schwab <schwab@linux-m68k.org>
590
591 * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
592 AC_CONFIG_HEADERS.
593
594 2013-12-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
595
596 * .gitignore: Ignore refcard temporaries and info/*.info files.
597
598 2013-12-17 Paul Eggert <eggert@cs.ucla.edu>
599
600 Merge from gnulib, incorporating:
601 2013-12-17 gettimeofday: port recent C++ fix to Emacs
602 2013-12-17 gettimeofday: fix C++ crosscompilation
603 2013-12-17 qacl: port to Windows better
604 * lib/file-has-acl.c, lib/time.in.h, m4/gettimeofday.m4, m4/time_h.m4:
605 Update from gnulib.
606 * lib/gnulib.mk: Regenerate.
607
608 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
609
610 * INSTALL: Clarify treatment of image libraries.
611
612 2013-12-14 Paul Eggert <eggert@cs.ucla.edu>
613
614 Use bool for boolean, focusing on headers.
615 * configure.ac (PTY_OPEN, GC_MARK_SECONDARY_STACK):
616 Use bool for boolean.
617
618 2013-12-14 Dani Moncayo <dmoncayo@gmail.com>
619
620 * configure.ac (srcdir) [MINGW32]: If it is an absolute path,
621 force the format "/c/foo/bar" to simplify conversions to native
622 windows format.
623
624 2013-12-13 Glenn Morris <rgm@gnu.org>
625
626 * INSTALL: No longer mention load-path and site-init/site-load.
627
628 2013-12-12 Glenn Morris <rgm@gnu.org>
629
630 * Makefile.in (install-info): Handle missing info/dir.
631 (info_dir_deps): New variable.
632 (${srcdir}/info/dir): Depend on .texi files rather than .info files.
633 (check-info): Update topics.
634 * build-aux/make-info-dir: Use .texi files rather than .info files.
635 Update topics.
636
637 * Makefile.in (install-info): Remove some useless subshells.
638
639 Stop keeping info/dir in the repository.
640 * build-aux/dir_top: Move here from admin/.
641 * build-aux/make-info-dir: New script.
642 * Makefile.in (bootstrap-clean): Delete info/.
643 (info-dir, ${srcdir}/info/dir): New rules.
644 (info): Also make info-dir.
645 (check-info): Rename from check-info-dir.
646 Instead of info/dir entries, check @dircategory in info/*.info.
647 * make-dist: Use `info' rule rather than `info-real'.
648 No more info/COPYING (not even the right license for info/ files).
649 Distribute new build-aux files.
650
651 * info/: Remove from repository.
652
653 2013-12-11 Glenn Morris <rgm@gnu.org>
654
655 * info/dir: Add octave-mode.
656
657 2013-12-11 Paul Eggert <eggert@cs.ucla.edu>
658
659 Remove the option of using libcrypto.
660 This scorches the earth and waits for spring;
661 see Ted Zlatanov and Stefan Monnier in
662 <http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>.
663 * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove.
664 Do not say whether Emacs is configured to use a crypto library,
665 since it's no longer an option.
666 (gl_CRYPTO_CHECK): Define a dummy.
667 * lib/gl_openssl.h, m4/gl-openssl.m4: Remove.
668
669 2013-12-10 Paul Eggert <eggert@cs.ucla.edu>
670
671 * configure.ac: Disable libcrypto by default.
672
673 Merge from gnulib, incorporating:
674 2013-12-07 md5, sha1, sha256, sha512: fix link error with partial lib
675 * m4/gl-openssl.m4: Update from gnulib.
676
677 2013-12-08 Eli Zaretskii <eliz@gnu.org>
678
679 * configure.ac (HAVE_RSVG) [mingw32]: Don't link against librsvg
680 statically.
681
682 2013-12-08 Paul Eggert <eggert@cs.ucla.edu>
683
684 * configure.ac: Simplify supression of GTK deprecation warning.
685 Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line
686 and into config.h, to shorten the command line when doing 'make'.
687 Don't AC_SUBST GTK_CFLAGS, as this is not needed.
688
689 Use libcrypto's checksum implementations if available, for speed.
690 On commonly used platform libcrypto uses architecture-specific
691 assembly code, which is significantly faster than the C code we
692 were using. See Pádraig Brady's note in
693 <http://lists.gnu.org/archive/html/bug-gnulib/2013-12/msg00000.html>.
694 Merge from gnulib, incorporating:
695 2013-12-07 md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
696 2013-12-07 md5, sha1, sha256, sha512: add 'auto', and set-default method
697 2013-12-04 include_next: minimize code duplication
698 2013-12-03 md5, sha1, sha256, sha512: support mandating use of openssl
699 2013-12-02 md5, sha1, sha256, sha512: use openssl routines if available
700 * configure.ac (--without-all): Set with_openssl_default too.
701 Use gl_SET_CRYPTO_CHECK_DEFAULT to default to 'auto'.
702 (HAVE_LIB_CRYPTO): New var.
703 Say whether Emacs is configured to use a crypto library.
704 * lib/gl_openssl.h, m4/absolute-header.m4, m4/gl-openssl.m4:
705 New files, copied from gnulib.
706 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
707 * lib/md5.c, lib/md5.h, lib/sha1.c, lib/sha1.h:
708 * lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
709 * m4/include_next.m4, m4/md5.m4, m4/sha1.m4, m4/sha256.m4, m4/sha512.m4:
710 Update from gnulib.
711
712 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
713
714 * .dir-locals.el (log-edit-move): Add the "Author: " header.
715
716 2013-11-30 Dani Moncayo <dmoncayo@gmail.com>
717
718 * build-aux/msys-to-w32 (w32pathlist): Do not translate paths
719 starting with %emacs_dir%.
720
721 2013-11-30 Glenn Morris <rgm@gnu.org>
722
723 Stop keeping (most) generated cedet grammar files in the repository.
724 * configure.ac (SUBDIR_MAKEFILES, AC_CONFIG_FILES):
725 Add admin/grammars Makefile.
726 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
727 Also clean admin/grammars, if present.
728
729 2013-11-29 Dani Moncayo <dmoncayo@gmail.com>
730
731 * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
732
733 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * configure.ac (HAVE_MENUS): Remove.
736
737 2013-11-28 Glenn Morris <rgm@gnu.org>
738
739 * configure.ac (PATH_SEP): Replace with pre-existing SEPCHAR.
740
741 2013-11-28 Eli Zaretskii <eliz@gnu.org>
742
743 * GNUmakefile (Makefile): Don't use $(CFG).
744 (CFG): Don't compute.
745
746 * configure.ac (PATH_SEP): Set and AC_SUBST.
747
748 2013-11-27 Paul Eggert <eggert@cs.ucla.edu>
749
750 Merge from gnulib, incorporating:
751 2013-11-13 getgroups: work around _DARWIN_C_SOURCE problem
752 * lib/getgroups.c: Update from gnulib.
753
754 2013-11-27 Glenn Morris <rgm@gnu.org>
755
756 Move ja-dic, quail, leim-list.el from leim to lisp/leim.
757 * Makefile.in (abs_builddir, leimdir): Remove.
758 (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory.
759 (epaths-force-w32): No longer set BLD.
760 (leim): Remove.
761 (install-arch-indep): No longer run or install leim.
762 (mostlyclean, clean): No longer run leim rule.
763 (bootstrap-clean): Change leim target.
764 (maintainer-clean): Add leim.
765 (check-declare): Remove leim.
766 * README: Update for leim changes.
767 * configure.ac (leimdir): Remove.
768 (standardlisppath): No more leimdir.
769
770 * make-dist: Update for files from leim/ now being in lisp/leim/.
771
772 2013-11-26 Glenn Morris <rgm@gnu.org>
773
774 Preload leim-list.el.
775 * Makefile.in (abs_builddir): New, set by configure.
776 (buildlisppath): Add leim/.
777 (epaths-force-w32): Set BLD.
778
779 2013-11-21 Paul Eggert <eggert@cs.ucla.edu>
780
781 Fix some dependency problems that cause unnecessary recompiles.
782 * configure.ac (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS):
783 Remove.
784 (LIBXMENU): Now is always either empty or a file name,
785 so that it can be used as a dependency.
786
787 2013-11-20 Glenn Morris <rgm@gnu.org>
788
789 * make-dist: Distribute build-aux/msys-to-w32.
790
791 2013-11-20 Dani Moncayo <dmoncayo@gmail.com>
792
793 * build-aux/msys-to-w32: New file.
794 * Makefile.in (msys_to_w32, msys_lisppath_to_w32): Remove.
795 (msys_w32prefix_subst): Rename from msys_prefix_subst.
796 Operate on w32prefixpattern.
797 (epaths-force-w32): Use build-aux/msys-to-w32.
798
799 2013-11-17 Paul Eggert <eggert@cs.ucla.edu>
800
801 * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
802 It apparently doesn't work for GCC 3, and I suppose it's more
803 trouble than it's worth to worry about this.
804
805 2013-11-15 Paul Eggert <eggert@cs.ucla.edu>
806
807 * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
808
809 2013-11-14 Paul Eggert <eggert@cs.ucla.edu>
810
811 Simplify, port and tune bool vector implementation.
812 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T): Remove.
813
814 2013-11-13 Paul Eggert <eggert@cs.ucla.edu>
815
816 * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
817
818 2013-11-12 Dani Moncayo <dmoncayo@gmail.com>
819
820 * configure.ac [MINGW32]: Source nt/mingw-cfg.site.
821 * make-dist: Don't distribute nt/msysconfig.sh.
822
823 * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
824
825 2013-11-08 Paul Eggert <eggert@cs.ucla.edu>
826
827 Merge from gnulib, incorporating:
828 2013-11-08 extern-inline: port better to OS X 10.9
829 2013-11-08 fpending: fix regression on DragonFly BSD
830 * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4:
831 Update from gnulib.
832
833 2013-11-07 Paul Eggert <eggert@cs.ucla.edu>
834
835 Port to C11 aligned_alloc.
836 * configure.ac (GMALLOC_OBJ): Initialize to empty if !system_malloc
837 and doug_lea_malloc.
838 (aligned_alloc): Test for existence if !GMALLOC_OBJ and not darwin.
839 (posix_memalign): Test for existence only if !GMALLOC_OBJ and
840 not darwin and !aligned_alloc.
841
842 2013-11-05 Glenn Morris <rgm@gnu.org>
843
844 * configure.ac (abs_srcdir) [MINGW32]: No point setting it here,
845 config.status computes it.
846 * Makefile.in (epaths-force-w32): Move srcdir tweak here.
847
848 * autogen/: Remove directory. Move update_autogen to admin/.
849 * autogen.sh: Remove reference to copy_autogen.
850 * GNUmakefile (configure):
851 * Makefile.in (bootstrap): Do not try to run copy_autogen.
852 * config.bat: Use msdos/autogen rather than autogen.
853
854 2013-11-05 Paul Eggert <eggert@cs.ucla.edu>
855
856 Simplify and port recent bool vector changes.
857 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T):
858 New symbols to configure.
859
860 2013-11-04 Eli Zaretskii <eliz@gnu.org>
861
862 * configure.ac: Don't disallow builds in non-ASCII directories.
863 (Bug#15260)
864
865 2013-11-04 Paul Eggert <eggert@cs.ucla.edu>
866
867 Port to stricter C99 platforms.
868 Merge from gnulib, incorporating:
869 2013-11-03 intprops: port to Oracle Studio c99
870 * lib/intprops.h: Update from gnulib.
871
872 2013-11-02 Glenn Morris <rgm@gnu.org>
873
874 * Makefile.in (check): Depend on all.
875
876 2013-10-31 Glenn Morris <rgm@gnu.org>
877
878 * configure.ac: Use [!...] rather than [^...], for ksh. (Bug#15769)
879
880 2013-10-30 Glenn Morris <rgm@gnu.org>
881
882 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
883 Also clean admin/unidata, if present.
884
885 2013-10-27 Glenn Morris <rgm@gnu.org>
886
887 * configure.ac: It seems installing in non-ASCII is not, in fact, ok.
888
889 2013-10-25 Glenn Morris <rgm@gnu.org>
890
891 * configure.ac: It seems _installing_ in non-ASCII is ok, not building.
892
893 2013-10-24 Glenn Morris <rgm@gnu.org>
894
895 * configure.ac:
896 * Makefile.in (install-arch-indep, install-etcdoc, install-info):
897 Avoid non-portable "`\" nesting.
898
899 * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
900
901 * Makefile.in (abs_top_srcdir): New, set by configure.
902
903 2013-10-23 Glenn Morris <rgm@gnu.org>
904
905 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260)
906
907 Progress towards allowing installation in directories with whitespace.
908 * Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
909 (install-arch-indep, install-etcdoc, install-info, install-man)
910 (install-etc, uninstall, install-nt, uninstall-nt):
911 Quote entities that might contain whitespace.
912 * build-aux/update-subdirs: Handle whitespace in argument.
913 Check cd return value.
914
915 Make building in directories with whitespace possible. (Bug#15675)
916 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
917 (src/.gdbinit): Use ac_abs_top_srcdir.
918 * Makefile.in (abs_srcdir): New, set by configure.
919 (buildlisppath, epaths-force-w32): Use abs_srcdir.
920 (install-arch-indep, install-etcdoc, install-info, install-man)
921 (install-etc): Quote entities that might contain whitespace.
922
923 2013-10-23 Paul Eggert <eggert@cs.ucla.edu>
924
925 Merge from gnulib, incorporating:
926 2013-10-14 acl: allow cross-compilation to Gentoo
927 2013-10-18 extern-inline: make safe for -Wundef usage
928 2013-09-30 fpending: use pure+const function attrs
929 * lib/fpending.h, m4/acl.m4, m4/extern-inline.m4: Update from gnulib.
930
931 2013-10-13 Glenn Morris <rgm@gnu.org>
932
933 * configure.ac [alpha]: Explicit error in non-ELF case. (Bug#15601)
934
935 2013-10-12 Paul Eggert <eggert@cs.ucla.edu>
936
937 Merge from gnulib, incorporating:
938 2013-10-10 strtoumax: port to Solaris 8
939 2013-10-09 strtoimax, strtoumax: port to HP-UX 11.11
940 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
941 * lib/inttypes.in.h, lib/strtoimax.c, m4/inttypes.m4, m4/strtoimax.m4:
942 * m4/strtoumax.m4:
943 Update from gnulib.
944
945 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
946
947 * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the empty
948 string when gnutls2 is installed but gnutls3 is not.
949
950 2013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
951
952 * configure.ac: Define HAVE_GNUTLS3 if GnuTLS v3 is found.
953
954 2013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
955
956 * configure.ac: Update for giflib 5. (Bug#15531)
957
958 2013-10-08 Eli Zaretskii <eliz@gnu.org>
959
960 * configure.ac (HAVE_MENUS): Define unconditionally.
961
962 2013-10-07 Paul Eggert <eggert@cs.ucla.edu>
963
964 Improve support for popcount and counting trailing zeros (Bug#15550).
965 Do this by using the Gnulib modules for this.
966 This should generate faster code on non-GCC, non-MSC platforms,
967 and make the code a bit more portable, at least in theory.
968 * lib/count-one-bits.c, lib/count-one-bits.h:
969 * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
970 * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
971 New files, copied from gnulib.
972 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
973
974 2013-10-04 Paul Eggert <eggert@cs.ucla.edu>
975
976 Use hardware support for byteswapping on glibc x86 etc.
977 * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
978 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
979
980 2013-10-03 Paul Eggert <eggert@cs.ucla.edu>
981
982 Merge from gnulib, incorporating:
983 2013-10-02 verify: new macro 'assume'
984 2013-09-26 dup2, dup3: work around another cygwin crasher
985 2013-09-26 getdtablesize: work around cygwin issue
986
987 2013-09-25 Paul Eggert <eggert@cs.ucla.edu>
988
989 Merge from gnulib, incorporating:
990 2013-09-24 manywarnings: enable nicer gcc warning messages
991 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
992 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
993 * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
994 and -funit-at-a-time, since manywarnings does that for us now.
995
996 2013-09-23 Jan Djärv <jan.h.d@swipnet.se>
997
998 * configure.ac: With clang, check for and use -Wno-switch,
999 -Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
1000
1001 2013-09-23 Daniel Colascione <dancol@dancol.org>
1002
1003 * configure.ac: Check for valgrind headers.
1004
1005 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1006
1007 * INSTALL: New homepage of libtiff.
1008
1009 2013-09-20 Paul Eggert <eggert@cs.ucla.edu>
1010
1011 Work around performance bug on OS X 10.8 and earlier.
1012 Perhaps Apple will fix this bug some day.
1013 See the thread starting with Daniel Colascione's email in:
1014 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html
1015 * configure.ac (FORTIFY_SOUR): New verbatim section.
1016
1017 2013-09-19 Paul Eggert <eggert@cs.ucla.edu>
1018
1019 Merge from gnulib, incorporating:
1020 2013-09-19 stdio: OS X port of putc_unlocked + extern inline
1021 2013-09-19 signal: OS X port of sigaddset etc. + extern inline
1022 2013-09-19 extern-inline: do not always suppress extern inline on OS X
1023 2013-09-17 getgroups: statement without effect
1024 2013-08-28 headers: check that _GL_INLINE_HEADER_BEGIN is defined
1025
1026 2013-09-19 Eli Zaretskii <eliz@gnu.org>
1027
1028 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
1029 is in the full /d/foo/bar form. See the discussion in
1030 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html,
1031 and in particular
1032 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html
1033 and its followups, for the details.
1034
1035 2013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
1036
1037 * configure.ac: Do not check for g_type_init because we
1038 require glib >= 2.28 for GTK3, glib >= 2.10 for GTK2,
1039 glib >= 2.26 for GSettings and glib >= 2.7.0 for GConf, so
1040 suitable glib should provide g_type_init unconditionally.
1041
1042 2013-09-15 Jan Djärv <jan.h.d@swipnet.se>
1043
1044 * configure.ac: Add check for OSX 10.5, required for macfont.o.
1045
1046 2013-09-09 Glenn Morris <rgm@gnu.org>
1047
1048 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
1049 (LDFLAGS): Move nocombreloc option from here...
1050 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
1051
1052 2013-09-08 Glenn Morris <rgm@gnu.org>
1053
1054 * configure.ac (--without-compress-install):
1055 Rename from --without-compress-info. (Bug#9789)
1056 (GZIP_INFO): Remove.
1057 (GZIP_PROG): Allow --without-compress-install to disable it.
1058 * Makefile.in (GZIP_INFO): Remove all references.
1059
1060 * info/dir: Tweak emacs-gnutls entry.
1061
1062 2013-09-07 Paul Eggert <eggert@cs.ucla.edu>
1063
1064 Port --without-x --enable-gcc-warnings to Fedora 19.
1065 * configure.ac (WERROR_CFLAGS): Omit redundant use of
1066 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
1067 -Wunused-parameter. If there is no window system, also omit
1068 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
1069 is needed for Fedora 19.
1070
1071 2013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
1072
1073 Make --without-x compatible with --enable-gcc-warnings.
1074 * configure.ac: If both --without-x and --enable-gcc-warnings are
1075 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
1076 and -Wno-unused-but-set-parameter.
1077
1078 2013-09-04 Paul Eggert <eggert@cs.ucla.edu>
1079
1080 Makefile improvements.
1081 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
1082 (src): Remove duplicate dependency on FRC.
1083 Invoke just one submake, not two. Avoid the need for 'pwd'.
1084
1085 2013-09-02 Jan Djärv <jan.h.d@swipnet.se>
1086
1087 * configure.ac: Add ns_check_file.
1088
1089 2013-08-31 Glenn Morris <rgm@gnu.org>
1090
1091 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
1092 and voxware to oss.
1093
1094 2013-08-31 Ulrich Müller <ulm@gentoo.org>
1095
1096 * configure.ac: Allow for --with-sound=voxware that will enable
1097 sound but otherwise disable ALSA. This will use the OSS device,
1098 typically /dev/dsp, for sound output. (Bug#15067)
1099
1100 2013-08-31 Glenn Morris <rgm@gnu.org>
1101
1102 * make-dist: Update for nt/INSTALL* changes.
1103
1104 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1105
1106 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1107 for portability to hosts where /bin/sh has problems.
1108
1109 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
1112
1113 2013-08-27 Paul Eggert <eggert@cs.ucla.edu>
1114
1115 Simplify EMACS_TIME-related code.
1116 Merge from gnulib, incorporating:
1117 2013-08-27 timespec: new convenience constants and function
1118
1119 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
1120
1121 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1122 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
1123
1124 2013-08-27 Glenn Morris <rgm@gnu.org>
1125
1126 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
1127
1128 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1129 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
1130 * Makefile.in (check-info-dir): Ignore efaq-w32.
1131
1132 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
1133 (maintainer-clean, check-declare): Remove pointless subshells.
1134 Check cd return value.
1135
1136 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
1137
1138 Minor merge from gnulib (mostly just for texinfo.tex).
1139
1140 2013-08-22 Paul Eggert <eggert@cs.ucla.edu>
1141
1142 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
1143 This improves on the patch already installed, by quoting options
1144 that contain spaces and suchlike systematically, so that
1145 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
1146 these characters.
1147
1148 2013-08-21 Paul Eggert <eggert@cs.ucla.edu>
1149
1150 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
1151 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
1152 and reports EINVAL, try it again without O_CLOEXEC. This should
1153 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
1154 What were they thinking?
1155
1156 2013-08-20 Paul Eggert <eggert@cs.ucla.edu>
1157
1158 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1159 Fix shell-operator precedence problem in previous change.
1160
1161 2013-08-20 Glenn Morris <rgm@gnu.org>
1162
1163 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1164 Clean test/automated if present.
1165
1166 2013-08-19 Paul Eggert <eggert@cs.ucla.edu>
1167
1168 Merge from gnulib, incorporating:
1169 2013-08-15 warnings: minor optimization
1170 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
1171
1172 2013-08-15 Ken Brown <kbrown@cornell.edu>
1173
1174 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
1175
1176 2013-08-15 Glenn Morris <rgm@gnu.org>
1177
1178 * make-dist: Do not distribute etc/refcards TeX intermediate files.
1179 * Makefile.in (install-arch-indep):
1180 Do not install etc/refcards TeX intermediate files.
1181
1182 2013-08-14 Ulrich Müller <ulm@gentoo.org>
1183
1184 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
1185
1186 2013-08-12 Eli Zaretskii <eliz@gnu.org>
1187
1188 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
1189
1190 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
1191
1192 Minor zlib configuration tweaks.
1193 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
1194
1195 2013-08-12 Eli Zaretskii <eliz@gnu.org>
1196
1197 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
1198
1199 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
1200
1201 Merge from gnulib, incorporating:
1202 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
1203 2013-08-10 sys_time: port to OpenBSD
1204
1205 2013-08-12 Glenn Morris <rgm@gnu.org>
1206
1207 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
1208 with configure's standard --docdir argument. All uses updated.
1209 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
1210 (install-etcdoc): Rename from install-doc. All uses updated.
1211 (uninstall): Run uninstall-doc.
1212 (PSS): Add misc-ps.
1213 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
1214 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
1215 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
1216 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
1217 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
1218 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
1219
1220 2013-08-11 Paul Eggert <eggert@cs.ucla.edu>
1221
1222 Add --with-zlib to 'configure'.
1223 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
1224 can be built without zlib. Don't assume that -lz is needed on
1225 non-PNG hosts. Mention zlib configuration status in 'configure' output.
1226
1227 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1228
1229 * configure.ac: Test for zlib.
1230
1231 2013-08-10 Eli Zaretskii <eliz@gnu.org>
1232
1233 * configure.ac: Define and substitute UPDATE_MANIFEST.
1234
1235 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
1236
1237 * info/dir: Add todo-mode.
1238
1239 2013-08-04 Paul Eggert <eggert@cs.ucla.edu>
1240
1241 Fix some minor races in hosts lacking mkostemp (Bug#15015).
1242 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
1243 * configure.ac (mkostemp): Remove check for this function;
1244 gnulib does the check now.
1245 (mkstemp): Remove check for this no-longer-used function.
1246 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
1247 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
1248 New files, copied from Gnulib.
1249 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1250
1251 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
1252
1253 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add
1254 --without-file-notification to --without-all.
1255
1256 2013-07-29 Xue Fuqiao <xfq.free@gmail.com>
1257
1258 * INSTALL: Fix description.
1259
1260 2013-07-27 Glenn Morris <rgm@gnu.org>
1261
1262 * configure.ac: Extend the --with-sound option to allow
1263 specification of OSS or ALSA (see bug#14812#64).
1264
1265 2013-07-25 Glenn Morris <rgm@gnu.org>
1266
1267 * info/dir: Add ido.
1268
1269 * make-dist: Add a --tests option, to include test/.
1270
1271 2013-07-24 Glenn Morris <rgm@gnu.org>
1272
1273 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
1274
1275 2013-07-23 Glenn Morris <rgm@gnu.org>
1276
1277 * configure.ac (etc, lisp): No need to create specially.
1278 Configure already creates lisp, src/Makefile now creates etc.
1279
1280 2013-07-23 Paul Eggert <eggert@cs.ucla.edu>
1281
1282 Port to GNU/Linux systems with tinfo but not ncurses.
1283 * configure.ac (USE_NCURSES): New symbol.
1284
1285 2013-07-20 Paul Eggert <eggert@cs.ucla.edu>
1286
1287 Fix array bounds violation when pty allocation fails.
1288 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
1289 not sizeof pty_name, since pty_name is now a pointer to the array.
1290
1291 2013-07-13 Paul Eggert <eggert@cs.ucla.edu>
1292
1293 * configure.ac: Simplify --with-file-notification handling.
1294
1295 2013-07-12 Glenn Morris <rgm@gnu.org>
1296
1297 * configure.ac: If with-file-notification=yes, if gfile not found,
1298 go on to try inotify (not on MS Windows or Nextstep).
1299
1300 2013-07-12 Paul Eggert <eggert@cs.ucla.edu>
1301
1302 Fix races with threads and file descriptors.
1303 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
1304
1305 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1306
1307 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
1308
1309 2013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
1310
1311 * configure.ac (HAVE_W32): Avoid nested functions (the second
1312 argument of AC_LANG_PROGRAM is already expanded inside a
1313 function). (Bug#14830)
1314
1315 2013-07-09 Paul Eggert <eggert@cs.ucla.edu>
1316
1317 Port recent close-on-exec changes to Cygwin (Bug#14821).
1318 * lib/binary-io.c, lib/binary-io.h: New files.
1319 Merge from gnulib, incorporating:
1320 2013-07-09 accept4, dup3, pipe2: port to Cygwin
1321 * lib/pipe2.c: Update from gnulib, as part of this merge.
1322 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1323
1324 Handle errno and exit status a bit more carefully.
1325 * lib/ignore-value.h: Remove this gnulib-imported file.
1326 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1327
1328 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
1329
1330 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
1331
1332 2013-07-08 Paul Eggert <eggert@cs.ucla.edu>
1333
1334 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
1335 This incorporates the following merge from gnulib:
1336 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
1337
1338 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
1339
1340 Port to Ubuntu 10 (Bug#14803).
1341 * configure.ac (accept4): New function to check for.
1342
1343 Make file descriptors close-on-exec when possible (Bug#14803).
1344 * configure.ac (mkostemp): New function to check for.
1345 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
1346 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
1347 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
1348 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1349
1350 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
1351
1352 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
1353 http://bugs.debian.org/712974
1354
1355 2013-07-02 Paul Eggert <eggert@cs.ucla.edu>
1356
1357 Remove some unused macros from 'configure'.
1358 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
1359 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
1360 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
1361 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
1362 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
1363 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
1364 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
1365 Remove these macros, as they are not used.
1366 (sys_siglist): Remove macro; src/sysdep.c now does this.
1367
1368 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
1369 Also check that it links. Say whether it compiled and linked.
1370
1371 2013-07-01 Paul Eggert <eggert@cs.ucla.edu>
1372
1373 Merge from gnulib, incorporating:
1374 2013-06-23 ignore-value: port to gcc -pedantic
1375 2013-06-21 extern-inline: port to gcc -std=c89
1376
1377 2013-06-30 Paul Eggert <eggert@cs.ucla.edu>
1378
1379 Do not use GTK 3 if it exists but cannot be compiled.
1380 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
1381 exists but cannot be compiled.
1382
1383 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
1384
1385 * Makefile.in (install-arch-indep): Do not create directories passed
1386 with --enable-locallisppath.
1387
1388 2013-06-24 Glenn Morris <rgm@gnu.org>
1389
1390 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
1391
1392 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
1393
1394 * .bzrignore: Add GNU idutils ID database file.
1395
1396 2013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1397
1398 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
1399 as a fallback.
1400
1401 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1402
1403 * .bzrignore: Don't unignore cl-loaddefs.el.
1404
1405 2013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1406
1407 * configure.ac (log2): Check for this function.
1408
1409 2013-06-19 Juanma Barranquero <lekktu@gmail.com>
1410
1411 * .bzrignore: Add GNU GLOBAL files.
1412
1413 2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
1414
1415 Use functions, not macros, for XINT etc. (Bug#11935).
1416 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
1417 as it generates bogus warnings about reasonable casts of calls.
1418
1419 2013-06-16 Paul Eggert <eggert@cs.ucla.edu>
1420
1421 * configure.ac: Report ACL usage at the end (Bug#14612).
1422
1423 2013-06-11 Paul Eggert <eggert@cs.ucla.edu>
1424
1425 --without-all should imply --with-file-notification=no. (Bug#14569)
1426 * configure.ac (with_file_notification): Default to $with_features.
1427
1428 2013-06-09 Paul Eggert <eggert@cs.ucla.edu>
1429
1430 Merge from gnulib, incorporating:
1431 2013-06-02 sig2str: port to C++
1432 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
1433
1434 2013-06-08 Jan Djärv <jan.h.d@swipnet.se>
1435
1436 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
1437 (with_file_notification): Don't set to gfile if with_ns = yes.
1438
1439 2013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
1440
1441 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
1442 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
1443 New variables.
1444 (epaths-force-w32): Use them. (Bug#14513)
1445
1446 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
1447
1448 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
1449
1450 2013-06-03 Eli Zaretskii <eliz@gnu.org>
1451
1452 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
1453 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
1454
1455 2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
1456
1457 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
1458 used. Remove xgselect.o from XOBJ.
1459
1460 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
1461
1462 * configure.ac (file-notification): New option, replaces inotify option.
1463 (HAVE_W32): Remove w32notify.o.
1464 (with_file_notification): Add checks for glib and w32. Adapt check
1465 for inotify.
1466 (Summary): Add entry for file notification.
1467
1468 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
1469 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
1470
1471 2013-06-02 Juanma Barranquero <lekktu@gmail.com>
1472
1473 * .bzrignore: Ignore dirs libexec/, share/ and var/.
1474
1475 2013-05-29 Xue Fuqiao <xfq.free@gmail.com>
1476
1477 * INSTALL: Fix description.
1478
1479 2013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1480
1481 * configure.ac (HAVE_XRANDR): Check availability of
1482 XRRGetScreenResources rather than that of XRRQueryExtension.
1483
1484 2013-05-18 Eli Zaretskii <eliz@gnu.org>
1485
1486 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
1487 nt/epaths.nt, and nt/INSTALL.MSYS.
1488
1489 2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
1490
1491 Port --enable-gcc-warnings to clang.
1492 * configure.ac (nw): Remove obsolescent warnings.
1493 These aren't needed for clang, or for gcc for that matter.
1494 (emacs_cv_clang): New var, which tests for clang.
1495 Omit warnings that clang is too picky about.
1496 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
1497 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
1498
1499 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
1500 Otherwise, 'configure; make' fails on non-Windows builds.
1501
1502 2013-05-16 Eli Zaretskii <eliz@gnu.org>
1503
1504 * lib/Makefile.am: If building for MS-Windows, include
1505 nt/gnulib.mk instead of lib/gnulib.mk.
1506
1507 * configure.ac: Adapt to MSYS build on MS-Windows.
1508
1509 * Makefile.in (NTDIR): New variable, for the MSYS build on
1510 MS-Windows.
1511 (SUBDIR): Add $(NTDIR).
1512 (.PHONY): Add epaths-force-w32.
1513 (msys_to_w32): New variable.
1514 (epaths-force-w32, install-nt, uninstall-nt): New targets.
1515 (lib-src src): Add $(NTLIB) to prerequisites.
1516 (lib lib-src lisp leim nt): Add 'nt'.
1517 (config.status): Use $(CFG).
1518 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
1519 (install, install-arch-dep): Add install-$(NTDIR).
1520 (uninstall): Depend on uninstall-$(NTDIR).
1521 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
1522
1523 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
1524 CONFIG_SITE for the MSYS build on MS-Windows.
1525 (Makefile): Use $(CFG).
1526
1527 * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
1528 src/emacs.res.
1529
1530 2013-05-16 Paul Eggert <eggert@cs.ucla.edu>
1531
1532 Merge from gnulib, incorporating:
1533 2013-05-15 manywarnings: update for GCC 4.8.0
1534 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
1535 2013-05-15 sig2str, stdio, warnings: port to clang
1536
1537 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1538
1539 * Makefile.in (install-doc): DOC file is not version specific any more.
1540 * .bzrignore: Don't ignore DOC-* any more.
1541
1542 2013-05-13 Paul Eggert <eggert@cs.ucla.edu>
1543
1544 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
1545 Reported privately by Han Boetes <han@boetes.org>.
1546
1547 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
1548
1549 * lib/makefile.w32-in (ACL_H): New macro.
1550 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
1551
1552 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
1553
1554 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
1555 * configure.ac: Remove -with-acl option, since Gnulib does that for
1556 us now.
1557 (LIBACL_LIBS): Remove; no longer needed.
1558 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
1559 for the benefit of the new ACL implementation.
1560 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
1561 ($(BLD)/acl-errno-valid.$(O)): New rule.
1562 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
1563 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
1564 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
1565 New files, taken from gnulib.
1566 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1567
1568 2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
1569
1570 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
1571 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
1572
1573 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
1574
1575 Merge from gnulib, incorporating:
1576 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
1577
1578 2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
1579
1580 * make-dist: Keep necessary restrictions on file access.
1581
1582 2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
1583
1584 Merge from gnulib, incorporating:
1585 2013-04-28 extern-inline: work around bug in Sun c99
1586
1587 2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
1588
1589 Merge from gnulib, incorporating:
1590 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
1591
1592 2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
1593
1594 Port better to AIX (Bug#14258).
1595 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
1596 we did not already infer an optimization option, and -O works.
1597 AIX xlc needs -O, otherwise garbage collection doesn't work.
1598
1599 2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
1600
1601 * make-dist: Do not distribute admin/unidata/Makefile.
1602 It is generated by 'configure'.
1603
1604 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
1605 It messes up 'make distclean', and contains no useful information
1606 because it's a copy of subdirs.el.
1607
1608 2013-04-18 John Marino <gnugcc@marino.st> (tiny change)
1609
1610 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
1611
1612 2013-04-18 Glenn Morris <rgm@gnu.org>
1613
1614 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
1615 (LN_S_FILEONLY): New output variable.
1616 * Makefile.in (LN_S): Remove.
1617 (LN_S_FILEONLY): New, set by configure.
1618 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
1619
1620 2013-04-12 Ken Brown <kbrown@cornell.edu>
1621
1622 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
1623 `canonical' is `x86_64-unknown-cygwin'.
1624
1625 2013-04-09 Ken Brown <kbrown@cornell.edu>
1626
1627 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
1628 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
1629 (Bug#12993)
1630
1631 2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
1632
1633 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
1634 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
1635 and if not on GNU/Linux or FreeBSD.
1636 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
1637 lib/*.o is profiled too.
1638
1639 2013-03-30 Paul Eggert <eggert@cs.ucla.edu>
1640
1641 Merge from gnulib, incorporating:
1642 2013-03-29 stdalign: port to stricter ISO C11
1643 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
1644 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
1645
1646 2013-03-27 Paul Eggert <eggert@cs.ucla.edu>
1647
1648 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
1649 Subsumed by HAVE_XKB. All uses changed.
1650
1651 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
1652
1653 * configure.ac (HAVE_XKB): Define if Xkb is present.
1654
1655 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
1656
1657 Merge from gnulib, incorporating:
1658 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
1659
1660 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1661
1662 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
1663 * Makefile.in (QUIET_SUBMAKE): New macro.
1664 (install-info, uninstall): Use it.
1665
1666 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
1667 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
1668 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
1669 no way to do this in pkg-config, so make do with a reasonable
1670 approximation.
1671
1672 Automate the build of ja-dic.el (Bug#13984).
1673 * .bzrignore: Add leim/ja-dic/.
1674
1675 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
1676
1677 File synchronization fixes (Bug#13944).
1678 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
1679 (fsync): Remove check; now done by gnulib.
1680 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
1681 New files, from gnulib.
1682 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1683
1684 Merge from gnulib, incorporating:
1685 2013-03-13 putenv: port to Solaris 10
1686 2013-03-12 mktime: fix configure typo
1687 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
1688 2013-03-11 putenv: avoid compilation warning on mingw
1689 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
1690
1691 2013-03-11 Glenn Morris <rgm@gnu.org>
1692
1693 * Merge in all changes up to version 24.3 release.
1694
1695 2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
1696
1697 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
1698 It can mess up 'configure' runs.
1699
1700 2013-03-05 Glenn Morris <rgm@gnu.org>
1701
1702 * Makefile.in (install-man): Ignore gzip exit status.
1703
1704 2013-03-03 Glenn Morris <rgm@gnu.org>
1705
1706 * make-dist: Remove lzma (it's replaced by xz).
1707
1708 2013-03-01 Paul Eggert <eggert@cs.ucla.edu>
1709
1710 Merge from gnulib, incorporating:
1711 2013-02-21 putenv: port better to native Windows
1712 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
1713 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
1714
1715 2013-02-28 Ken Brown <kbrown@cornell.edu>
1716
1717 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
1718
1719 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
1720
1721 Simplify data_start configuration (Bug#13783).
1722 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
1723 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
1724 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
1725 not always needed.
1726 (HAVE_DATA_START): New macro.
1727
1728 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1729
1730 Parallelize documentation builds.
1731 This speeds up building of documentation on multiprocessor
1732 platforms, and is motivated by Texinfo 5.0, which is much slower.
1733 Add a toplevel rule 'make docs' to make all the documentation.
1734 * .bzrignore: Add .dvi, .html, .ps.
1735 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
1736 ($(DOCS), docs, vi, html, pdf, ps): New rules.
1737 (info-real): Depend on $(INFOS) rather than doing it sequentially.
1738 (dvi): Depend on $(DVIS) rather than doing it sequentially.
1739
1740 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
1741
1742 Fix AIX port (Bug#13650).
1743 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
1744
1745 2013-02-12 Eli Zaretskii <eliz@gnu.org>
1746
1747 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
1748 ($(BLD)/memrchr.$(O)): New dependency.
1749
1750 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
1751
1752 Tune by using memchr and memrchr.
1753 * .bzrignore: Add string.h.
1754 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1755 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
1756 New files, from gnulib.
1757
1758 Merge from gnulib, incorporating:
1759 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
1760 2013-02-09 secure_getenv: fix C++ declaration typo
1761
1762 2013-02-11 Glenn Morris <rgm@gnu.org>
1763
1764 * configure.ac (emacs_config_options): Record some env vars.
1765
1766 2013-02-10 Glenn Morris <rgm@gnu.org>
1767
1768 * configure.ac (emacs_config_options): Strip out the (internal)
1769 arguments --no-create and --no-recursion.
1770
1771 2013-02-08 Paul Eggert <eggert@cs.ucla.edu>
1772
1773 Merge from gnulib, incorporating:
1774 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
1775 The MS-Windows port can remove careadlinkatcwd at its convenience.
1776 2013-02-08 extensions: port better to HP-UX
1777 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
1778 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
1779 2013-02-04 secure_getenv: new module [module not used by Emacs]
1780 2013-01-30 sys_time: port to Solaris 2.6
1781
1782 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
1783
1784 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
1785 On my host, this speeds up directory-files-and-attributes by a
1786 factor of 3, when applied to Emacs's src directory.
1787 These functions are standardized by POSIX and are common these
1788 days; fall back on a (slower) gnulib implementation if the host
1789 is too old to supply them.
1790 * .bzrignore: Add lib/dirent.h.
1791 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
1792 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
1793 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
1794 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1795 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
1796 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
1797 * m4/fstatat.m4: New files, from gnulib.
1798 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
1799 These last three are specific to Emacs and are not copied from gnulib.
1800 They are simpler than the gnulib versions and are tuned for Emacs.
1801
1802 2013-02-01 Glenn Morris <rgm@gnu.org>
1803
1804 * make-dist: Only README files exist in lisp/ now, not README*.
1805
1806 2013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
1807
1808 * .bzrignore: Add lib-src/blessmail.
1809
1810 2013-01-23 Paul Eggert <eggert@cs.ucla.edu>
1811
1812 Merge from gnulib, incorporating:
1813 2013-01-16 unistd: port to recent mingw
1814
1815 2013-01-19 Glenn Morris <rgm@gnu.org>
1816
1817 * Makefile.in (install-arch-indep): Put back a chmod that was
1818 removed 2012-05-19. (Bug#13430)
1819
1820 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
1821
1822 Merge from gnulib, incorporating:
1823 2013-01-16 largefile: port better to Mac OS X 10.5
1824 2013-01-15 stdint: fix build with Android's Bionic fox x86
1825
1826 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
1827
1828 * configure.ac: Document that --enable-gcc-warnings emits errors.
1829 (Bug#13448)
1830
1831 2013-01-13 Glenn Morris <rgm@gnu.org>
1832
1833 * make-dist: Add options for xz compression and no compression.
1834
1835 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
1836
1837 Enable conservative stack scanning for all architectures.
1838 Suggested by Stefan Monnier in
1839 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
1840 * configure.ac (GC_MARK_STACK): Remove.
1841
1842 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
1843
1844 * lib/getopt_.h: Remove trailing CRs that crept in.
1845
1846 2013-01-11 Eli Zaretskii <eliz@gnu.org>
1847
1848 * lib/getopt_.h: Regenerate.
1849
1850 2013-01-10 Paul Eggert <eggert@cs.ucla.edu>
1851
1852 Merge from gnulib, incorporating:
1853 2013-01-09 stdlib: port to Solaris 2.6
1854
1855 2013-01-04 Glenn Morris <rgm@gnu.org>
1856
1857 * info/dir: Add htmlfontify.
1858
1859 2013-01-04 Paul Eggert <eggert@cs.ucla.edu>
1860
1861 Merge from gnulib, incorporating:
1862 2013-01-04 stdio: remove now-unnecessary stdio.c
1863 2013-01-04 fprintftime: depend on stdio, not ignore-value
1864 2013-01-04 fwrite: silence __wur only for older glibc versions
1865 2013-01-04 fwrite: silence __wur without using inline
1866 * lib/stdio.c: Remove.
1867 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
1868 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1869
1870 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
1871
1872 Merge from gnulib, incorporating copyright-date changes and:
1873 2012-12-31 dup2: work around cygwin bug
1874
1875 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
1876
1877 * configure.ac: Check for GtkHandlebox.
1878 Check for GtkTearoffMenuItem.
1879 New enable: --enable-gtk-deprecation-warnings, default off.
1880 (HAVE_GTK3): If above enable is off, add
1881 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
1882
1883 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
1884
1885 * configure.ac (TEMACS_LDFLAGS2): Don't define.
1886 (LIBS_GNUSTEP): Set for GNUstep and substitute.
1887 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
1888
1889 2012-12-27 Glenn Morris <rgm@gnu.org>
1890
1891 * configure.ac (emacs_config_options): New.
1892 Use $@ rather than undocumented $ac_configure_args.
1893 Replace any embedded double quotes. (Bug#13274)
1894
1895 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1896
1897 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
1898 (Bug#13222)
1899
1900 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
1901
1902 Revert static checking of stack smashing.
1903 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
1904 configured with --enable-gcc-warnings. -Wstack-protector causes
1905 diagnostics to be issued on Ubuntu 12.10 x86-64.
1906
1907 2012-12-24 Paul Eggert <eggert@cs.ucla.edu>
1908
1909 Merge from gnulib, incorporating:
1910 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
1911 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
1912 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
1913
1914 2012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1915
1916 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
1917
1918 2012-12-16 Romain Francoise <romain@orebokech.com>
1919
1920 * configure.ac (acl): New option.
1921 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
1922 provided by libacl on GNU/Linux.
1923
1924 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1925
1926 Fix permissions bugs with setgid directories etc. (Bug#13125)
1927 * configure.ac (BSD4_2): Remove; no longer needed.
1928
1929 2012-12-13 Glenn Morris <rgm@gnu.org>
1930
1931 * info/dir: Add bovine, srecode, wisent.
1932
1933 2012-12-13 Andreas Schwab <schwab@suse.de>
1934
1935 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
1936 (uninstall): Likewise. (Bug#13142)
1937
1938 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1939
1940 Merge from gnulib for 'inline' (Bug#13040), incorporating:
1941 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
1942 * m4/extern-inline.m4: Update from gnulib.
1943
1944 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
1945
1946 * lib/makefile.w32-in (SIG2STR_H): New macro.
1947 ($(BLD)/sig2str.$(O)): Update dependencies.
1948
1949 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
1950
1951 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
1952 There's no need to test for any of three inotify functions,
1953 since we use all three. Check for just the first one.
1954
1955 2012-12-10 Daniel Colascione <dancol@dancol.org>
1956
1957 * .bzrignore: Add src/emacs.res.
1958
1959 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
1960 build how to compile Windows resource files; use these variables
1961 to tell src/Makefile.in how and whether to compile resources.
1962
1963 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1964
1965 * configure.ac (inotify): New option.
1966 (HAVE_INOTIFY): Test for inotify.
1967
1968 2012-12-09 Andreas Schwab <schwab@linux-m68k.org>
1969
1970 * configure.ac: Fix source command in .gdbinit.
1971 Don't quote $MAKEINFO.
1972
1973 2012-12-09 Paul Eggert <eggert@cs.ucla.edu>
1974
1975 Allow spaces in some configuration vars (Bug#13078).
1976 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
1977 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
1978 All uses quoted, to allow spaces in these vars.
1979
1980 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1981
1982 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
1983 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
1984 New files, copied automatically from gnulib.
1985 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1986
1987 2012-12-08 Eli Zaretskii <eliz@gnu.org>
1988
1989 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
1990 Remove a stray character at the beginning of the file.
1991 (Bug#13026)
1992
1993 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1994
1995 Simplify get_lim_data.
1996 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
1997
1998 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
1999 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
2000 Use SIGCHLD rather than SIGCLD.
2001 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
2002 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2003 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
2004
2005 2012-12-06 Glenn Morris <rgm@gnu.org>
2006
2007 * configure.ac: Handle info/ files with or without ".info" extension.
2008
2009 2012-11-30 Paul Eggert <eggert@cs.ucla.edu>
2010
2011 Merge from gnulib for 'inline' (Bug#13040), incorporating:
2012 2012-11-29 snippet/warn-on-use: no 'static inline'
2013 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
2014 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
2015 2012-11-29 fflush, stat: no 'static inline'
2016 2012-11-29 stdio: better 'inline'
2017 2012-11-29 sys_stat: no 'static inline'
2018 2012-11-29 unistd: better 'inline'
2019 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
2020 2012-11-29 extern-inline: no 'static inline'
2021 2012-11-29 sys_socket: better 'inline'
2022 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
2023 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
2024 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
2025 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
2026 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
2027 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
2028 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
2029 Update from gnulib.
2030
2031 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2032
2033 * make-dist (nt): Adjust to changes in names of the *.manifest files.
2034
2035 2012-11-24 Ken Brown <kbrown@cornell.edu>
2036
2037 * configure.ac (HAVE_MOUSE): Remove.
2038
2039 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
2040
2041 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
2042 * configure.ac: Do not check for dirent.h or closdir.
2043
2044 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2045
2046 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
2047 * configure.ac: Do not check for getcwd or getwd.
2048
2049 2012-11-21 Glenn Morris <rgm@gnu.org>
2050
2051 * configure.ac (--enable-profiling): Doc fix.
2052
2053 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
2054
2055 Improve static checking of integer overflow and stack smashing.
2056 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
2057 if using GCC 4.7.2 or later on a platform with
2058 at least 64-bit long int. This improves static checking on these
2059 platforms, when configured with --enable-gcc-warnings.
2060
2061 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2062
2063 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
2064 * configure.ac: Do not check for fcntl.h.
2065 * lib/gnulib.mk: Regenerate.
2066
2067 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
2068
2069 Remove no-longer-used pty_max_bytes variable.
2070 * configure.ac (fpathconf): Remove unnecessary check.
2071
2072 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
2073
2074 Use faccessat, not access, when checking file permissions (Bug#12632).
2075 * .bzrignore: Add lib/fcntl.h.
2076 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
2077 (gl_FCNTL_O_FLAGS): Define a dummy version.
2078 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
2079 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
2080 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
2081 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
2082 New files, from gnulib.
2083 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2084
2085 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
2086
2087 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
2088 * configure.ac (setpgid, setsid): Assume their existence.
2089 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
2090
2091 Simplify by assuming __fpending.
2092 Now that Emacs is using the gnulib fpending module,
2093 there's no need for Emacs to have a separate implementation.
2094 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
2095 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
2096
2097 2012-11-03 Eli Zaretskii <eliz@gnu.org>
2098
2099 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
2100 $(BLD)/close-stream.$(O).
2101 ($(BLD)/close-stream.$(O))
2102 ($(BLD)/fpending.$(O)): New dependencies.
2103
2104 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
2105
2106 Fix data-loss with --batch (Bug#9574).
2107 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
2108 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
2109 New files, from gnulib.
2110 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2111
2112 2012-11-03 Eli Zaretskii <eliz@gnu.org>
2113
2114 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
2115
2116 2012-11-02 Glenn Morris <rgm@gnu.org>
2117
2118 * Makefile.in (EMACS_ICON): New variable.
2119 (install-etc): Use EMACS_ICON to allow choice of icon.
2120
2121 2012-10-26 Glenn Morris <rgm@gnu.org>
2122
2123 * Makefile.in (EMACS_NAME): New variable.
2124 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
2125
2126 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
2127 applied to $EXEEXT.
2128
2129 * Makefile.in (uninstall): Don't abort if some directories are missing.
2130 Apply transformation rules to manual pages, desktop and icon files.
2131 No more emacs22 icons to uninstall.
2132
2133 2012-10-24 Glenn Morris <rgm@gnu.org>
2134
2135 * Makefile.in (install-etc, install-man):
2136 Don't apply program transform to standard file suffixes.
2137
2138 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2139
2140 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
2141 This ports to Gentoo. Problem originally reported against coreutils,
2142 but Emacs has it too.
2143
2144 2012-10-23 Glenn Morris <rgm@gnu.org>
2145
2146 * Makefile.in (emacs_transform): Remove.
2147 (install-man): Revert 2012-10-21 change. (Bug#12713)
2148
2149 2012-10-21 Glenn Morris <rgm@gnu.org>
2150
2151 * Makefile.in (install-etc): Don't install emacs22 icons.
2152
2153 * Makefile.in (emacs_transform): New variable.
2154 (install-etc): Prefer a make variable to a shell variable.
2155
2156 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
2159
2160 2012-10-15 Glenn Morris <rgm@gnu.org>
2161
2162 * Makefile.in (install-man, install-etc):
2163 Apply $TRANSFORM. (Bug#12536#34)
2164 (clean): Delete etc/emacs.tmpdesktop.
2165
2166 2012-10-11 Kenichi Handa <handa@gnu.org>
2167
2168 * .bzrignore: Add several files under admin/charsets.
2169
2170 2012-10-08 Daniel Colascione <dancol@dancol.org>
2171
2172 * configure.ac: Add --with-w32 as a window system option.
2173 Limit it to Cygwin for now. Integrate w32 into the refactored window
2174 system configuration and set TERM_HEADER to w32term.h when w32 is
2175 configured.
2176
2177 (CYGWIN_OBJ): Add cygw32.o.
2178
2179 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
2180
2181 * configure.ac: Check that OSX is 10.4 or newer.
2182
2183 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
2184
2185 Improve sys_siglist detection.
2186 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
2187 Otherwise, it's not found in either Fedora 17 or Solaris 11.
2188
2189 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
2190
2191 Merge from gnulib, incorporating:
2192 2012-10-02 pselect: reject invalid file descriptors
2193 2012-10-02 ptsname: reject invalid file descriptors
2194 2012-10-02 manywarnings: cater to more gcc infelicities
2195 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
2196 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
2197 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
2198 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2199
2200 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2201
2202 Merge from gnulib, incorporating:
2203 2012-09-28 extern-inline: provide a -Wundef safe config.h
2204
2205 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
2206
2207 Check more robustly for timer_settime.
2208 This should fix an OS X build problem reported by Ivan Andrus in
2209 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
2210 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
2211 does threads its own way.
2212 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2213
2214 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
2215
2216 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
2217 to avoid problems with recursion when using GNU make.
2218
2219 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
2220
2221 * Makefile.in (bootstrap): Simplify build procedure.
2222 Suggested by Wolfgang Jenker in
2223 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
2224
2225 Merge from gnulib, incorporating:
2226 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
2227
2228 2012-09-18 Jan Djärv <jan.h.d@swipnet.se>
2229
2230 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
2231
2232 2012-09-17 Andreas Schwab <schwab@linux-m68k.org>
2233
2234 * Makefile.in (bootstrap): Revert last change. Run config.status
2235 after config.status --recheck, run configure from $(srcdir).
2236 (config.status): Run configure from $(srcdir).
2237
2238 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
2239
2240 * Makefile.in: Fix build error on FreeBSD.
2241 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
2242 Suggested by Wolfgang Jenker in
2243 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
2244 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
2245 This undoes part of the 2012-09-10 patch.
2246 (bootstrap): Run ./configure, rather than trying to run config.status
2247 if it exists. That builds src/epaths.h more reliably.
2248 Run autogen/copy_autogen if autogen.sh fails,
2249 to create 'configure'; problem reported by Andreas Schwab in
2250 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
2251 * autogen.sh: Exit with status 1 when failing due to missing tools,
2252 reverting the 2012-09-10 change to this file.
2253 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
2254 Use 'cp -f' for the build-aux files, since the destinations are
2255 typically read-only.
2256
2257 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
2258 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
2259 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
2260
2261 2012-09-17 Glenn Morris <rgm@gnu.org>
2262
2263 * configure.ac (copyright): New output variable.
2264 (COPYRIGHT): New AC_DEFINE.
2265
2266 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
2267
2268 Remove configure's --without-sync-input option (Bug#12450).
2269 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
2270
2271 2012-09-16 Glenn Morris <rgm@gnu.org>
2272
2273 Increase compartmentalization of Nextstep builds rules,
2274 and store Emacs version number in fewer versioned files.
2275 * configure.ac (ns_appsrc): Use relative names.
2276 (ns_frag): Remove.
2277 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
2278 (nextstep/Makefile): Generate these nextstep files.
2279 (SUBDIR_MAKEFILES): Add nextstep.
2280 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
2281 * make-dist (nextstep/templates): Add directory.
2282 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
2283 (nextstep/Cocoa/Emacs.base/Contents)
2284 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
2285
2286 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
2287
2288 Port better to POSIX hosts lacking _setjmp (Bug#12446).
2289 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
2290 (_setjmp, _longjmp): Remove.
2291
2292 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
2293
2294 * configure.ac (--without-sync-input): Fix typo in usage message.
2295
2296 * configure.ac: Port to hosts lacking gtk.
2297 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
2298 better, in particular, problems in invoking pkg-config itself.
2299 This is useful on hosts that don't have pkg-config.
2300 (GTK_MODULES): Do not exit 'configure' simply because gtk3
2301 and gtk2 are both missing. Problem found on Solaris 8.
2302
2303 2012-09-13 Jan Djärv <jan.h.d@swipnet.se>
2304
2305 * configure.ac: Reorder Xaw3d messages.
2306 Report Gtk+ 3 as GTK.
2307
2308 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2309
2310 Simplify SIGIO usage (Bug#12408).
2311 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
2312 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
2313 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
2314 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
2315 to #undef SIGIO now (which was error-prone). Likewise, all uses
2316 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
2317
2318 2012-09-12 Jan Djärv <jan.h.d@swipnet.se>
2319
2320 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
2321 and then gtk2 if not found.
2322 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
2323 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
2324 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
2325
2326 2012-09-11 Glenn Morris <rgm@gnu.org>
2327
2328 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
2329 Be more explicit about dependencies, for parallel `make install'.
2330
2331 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2332
2333 Simplify, document, and port floating-point (Bug#12381).
2334 * configure.ac (logb, cbrt): Do not check for these functions,
2335 as they are not being used.
2336
2337 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
2338
2339 Improve robustness of 'make bootstrap' (Bug#12376).
2340 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
2341 * INSTALL, README: Document autogen.sh.
2342 * Makefile.in (Makefile): Mark it as precious, since it's updated
2343 atomically.
2344 (MAKE_CONFIG_STATUS): New macro.
2345 (config.status, bootstrap): Use it. This causes 'make bootstrap'
2346 to run config.status with the --recheck option, which is more
2347 appropriate for a bootstrap.
2348 (bootstrap): Run autogen.sh right after cleaning. Don't worry
2349 about failures due to missing tools.
2350 * autogen.sh: Exit with status 101 when failing due to missing tools.
2351 * make-dist: Distribute autogen.sh.
2352
2353 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
2354
2355 Assume C89 or later for math functions (Bug#12381).
2356 * configure.ac (frexp, fmod): Remove checks for these functions,
2357 as we now assume them.
2358 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
2359 (HAVE_EXCEPTION):
2360 Remove; no longer needed.
2361
2362 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
2363
2364 More signal-handler cleanup (Bug#12327).
2365 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
2366
2367 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
2368
2369 Signal-handler cleanup (Bug#12327).
2370 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
2371 Adjust to syssignal.h changes.
2372 (SIGNAL_H_AB): Remove; no longer needed.
2373
2374 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
2375
2376 Simplify redefinition of 'abort' (Bug#12316).
2377 * configure.ac (NO_ABRT): Remove.
2378
2379 * configure.ac (_setjmp, _longjmp): Check by compiling
2380 instead of by guessing. The guesses were wrong for
2381 recent versions of Solaris, such as Solaris 11.
2382
2383 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
2384
2385 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
2386 It generates false alarms in doc.c, regex.c, xdisp.c. See
2387 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
2388
2389 Merge from gnulib, incorporating:
2390 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
2391 2011-11-30 manywarnings: update the list of "all" warnings
2392
2393 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
2394
2395 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
2396
2397 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2398
2399 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
2400 This ports to glibc 2.15 or later, when configured with
2401 --enable-gcc-warnings. See Eric Blake in
2402 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
2403
2404 2012-09-01 Daniel Colascione <dan.colascione@gmail.com>
2405
2406 * configure.ac: Introduce term_header variable, which holds the
2407 value which will become TERM_HEADER in code. We effect our choice
2408 of window system by setting term_header and WINDOW_SYSTEM_OBJ
2409 instead of using ad-hoc variables and flags for each window
2410 system.
2411
2412 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
2413
2414 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
2415 and if the user has not specified CFLAGS. -g3 simplifies
2416 debugging, since it makes macros visible to the debugger.
2417
2418 2012-08-25 Juanma Barranquero <lekktu@gmail.com>
2419
2420 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
2421
2422 2012-08-25 Eli Zaretskii <eliz@gnu.org>
2423
2424 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
2425 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
2426
2427 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2428
2429 On assertion failure, print backtrace if available.
2430 Merge from gnulib, incorporating:
2431 2012-08-24 execinfo: port to FreeBSD
2432 2012-08-22 execinfo: new module
2433 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2434 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
2435
2436 2012-08-22 Glenn Morris <rgm@gnu.org>
2437
2438 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
2439 do not create the bin/emacs link. (Bug#12011)
2440
2441 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2442
2443 Merge from gnulib, incorporating:
2444 2012-08-20 extern-inline: support old GCC 'inline'
2445
2446 2012-08-20 Glenn Morris <rgm@gnu.org>
2447
2448 * configure.ac (AC_PROG_LN_S): Test for ln.
2449 * Makefile.in (LN_S): New, set by configure.
2450 (install-arch-dep): Use $LN_S.
2451
2452 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
2453
2454 Merge from gnulib, incorporating:
2455 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
2456 2012-08-19 mktime, sys_select: avoid 'static inline'
2457 2012-08-19 gnulib-tool: Fix indentation.
2458
2459 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2460
2461 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
2462 These files have been unused since the 2012-06-22 patch that
2463 introduced high-resolution time stamps.
2464
2465 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
2466
2467 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
2468 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
2469
2470 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2471
2472 Merge from gnulib, incorporating:
2473 2012-08-05 extern-inline: also ignore -Wmissing-declarations
2474
2475 2012-08-10 Juanma Barranquero <lekktu@gmail.com>
2476
2477 * lib/makefile.w32-in (STAT_TIME_H): New macro.
2478 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
2479 ($(BLD)/u64.$(O)): Update dependencies.
2480
2481 2012-08-10 Glenn Morris <rgm@gnu.org>
2482
2483 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
2484
2485 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2486
2487 * configure.ac (--disable-features): Rename to --without-all.
2488 (OPTION_DEFAULT_ON): Change to use with_features.
2489 * INSTALL: Fix description.
2490
2491 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2492
2493 * configure.ac: New option --disable-features.
2494 (OPTION_DEFAULT_ON): Change to use enable_features.
2495 * INSTALL: Explain --disable-features.
2496
2497 2012-08-07 Glenn Morris <rgm@gnu.org>
2498
2499 * configure.ac: Require automake 1.11 (fairly arbitrarily).
2500 * autogen.sh (automake_min): Get it from configure.ac.
2501
2502 2012-08-06 Glenn Morris <rgm@gnu.org>
2503
2504 * configure.ac (BROKEN_GETWD) [unixware]: New define.
2505
2506 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
2507 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
2508 (DISPNEW_NEEDS_STDIO_EXT): New define.
2509
2510 2012-08-05 Michael Albinus <michael.albinus@gmx.de>
2511
2512 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
2513
2514 2012-08-05 Ulrich Müller <ulm@gentoo.org>
2515
2516 * configure.ac: Disable paxctl if binaries don't have a
2517 PT_PAX_FLAGS program header. (Bug#11979)
2518
2519 2012-08-03 Eli Zaretskii <eliz@gnu.org>
2520
2521 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
2522 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
2523 (SHA512_H): Don't mention u64.h twice.
2524 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
2525 New targets.
2526
2527 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
2528
2529 Merge from gnulib, incorporating:
2530 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
2531
2532 2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2533
2534 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
2535 out-of-tree build.
2536
2537 2012-08-02 Glenn Morris <rgm@gnu.org>
2538
2539 * make-dist: Remove src/s.
2540
2541 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
2542
2543 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2544
2545 Merge from gnulib (Bug#12116), incorporating:
2546 2012-08-01 extern-inline: new module
2547 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
2548 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
2549 New files. The new .c files are for instantiating extern inline
2550 functions.
2551
2552 Port to Solaris 8.
2553 Without this change, 'configure' fails because the recently-added
2554 wait3 prototype in config.h messes up later 'configure' tests.
2555 Fix this problem by droping wait3 and WRETCODE, as they're
2556 no longer needed on hosts that are current porting targets.
2557 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
2558 All uses changed to waitpid and WEXITSTATUS.
2559
2560 Avoid needless autoheader after autogen.sh.
2561 * .bzrignore: Add src/stamp-h.in.
2562 * autogen.sh: Create src/stamp-h.in.
2563
2564 2012-08-01 Glenn Morris <rgm@gnu.org>
2565
2566 * configure.ac (DOS_NT, MSDOS): New system type templates.
2567
2568 2012-08-01 Ulrich Müller <ulm@gentoo.org>
2569
2570 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
2571 Don't include crtbegin.o and crtend.o. (Bug#12047)
2572
2573 2012-08-01 Glenn Morris <rgm@gnu.org>
2574
2575 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
2576 (INTERNAL_TERMINAL): New.
2577
2578 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
2579 (IS_ANY_SEP): Move here from src/lisp.h.
2580
2581 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
2582
2583 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
2584 (CONF_POST_H): New macro.
2585
2586 2012-07-31 Glenn Morris <rgm@gnu.org>
2587
2588 * configure.ac (S_FILE): Remove output variable.
2589
2590 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
2591
2592 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
2593 Move here from src.
2594
2595 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
2596 Move here from conf_post.h.
2597
2598 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2599
2600 Improve OpenMotif detection on GNU/Linux systems.
2601 * configure.ac (MOTIF): Check for /usr/include/openmotif
2602 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
2603
2604 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2605
2606 * Makefile.in (install-arch-indep): Avoid eval.
2607
2608 2012-07-31 Glenn Morris <rgm@gnu.org>
2609
2610 * configure.ac (opsysfile, S_FILE): Now they are always empty.
2611
2612 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
2613 when removing src/s/sol2-6.h yesterday.
2614
2615 * configure.ac (USG5_4): Reintroduce this.
2616 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
2617
2618 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
2619
2620 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
2621 and to s/usg5-4-common.h on irix6-5.
2622
2623 2012-07-30 Glenn Morris <rgm@gnu.org>
2624
2625 * configure.ac (AH_BOTTOM): Use an include file, so that the
2626 contents do not get processed by autoheader.
2627
2628 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2629
2630 Do not overwrite config.status while executing it (Bug#11214).
2631 * Makefile.in (MAKEFILE_NAME): New macro.
2632 ($(MAKEFILE_NAME)): Rename rule from Makefile.
2633 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
2634 so that GNU 'make' isn't tempted to make the Makefile and then
2635 regenerate config.status while config.status is running.
2636
2637 Update .PHONY listings in makefiles.
2638 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
2639 FRC, install-arch-dep, install-arch-indep, install-doc,
2640 install-info, install-man, install-etc, install-strip, uninstall,
2641 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
2642 (.RECURSIVE): Remove; hasn't been needed for years.
2643
2644 2012-07-30 Glenn Morris <rgm@gnu.org>
2645
2646 * configure.ac (SIGNAL_H_AHB): New hack macro.
2647 (opsysfile): Set to empty on netbsd, openbsd.
2648 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
2649
2650 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
2651
2652 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
2653
2654 * Makefile.in (install-arch-indep): Remove sh -x.
2655
2656 2012-07-30 Glenn Morris <rgm@gnu.org>
2657
2658 * configure.ac (opsysfile): Tweak message for null case.
2659
2660 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
2661 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
2662
2663 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
2664
2665 * Makefile.in (install-arch-indep): Handle space in locallisppath.
2666
2667 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
2668
2669 Use Gnulib environ module (Bug#9772).
2670 * m4/environ.m4: New file, from gnulib.
2671 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2672
2673 Use Gnulib stdalign module (Bug#9772, Bug#9960).
2674 This should improve portability of macros like alignof and DECL_ALIGN.
2675 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
2676 * .bzrignore: Add lib/stdalign.h.
2677 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
2678 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
2679 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
2680 fiddles with this, as gnulib now does this for us.
2681
2682 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2683
2684 Fix toolkit configuration report.
2685 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
2686 --with-x-toolkit=gtk3 is used.
2687
2688 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
2689
2690 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
2691 * configure.ac: Configure gnulib at the end, not before running
2692 pkg-config. This restores the behavior before 2012-06-22, when
2693 higher-resolution time stamps were added, and fixes a bug whereby
2694 LIB_PTHREAD was not used and gnulib's part of 'configure'
2695 therefore incorrectly assumed that pthread_sigmask wasn't working.
2696 Fix the problem with -lrt and clock_gettime a different way.
2697 This should complete the fix for Bug#11884.
2698 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
2699
2700 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
2701
2702 Merge from gnulib, incorporating:
2703 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
2704 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
2705
2706 2012-07-14 Glenn Morris <rgm@gnu.org>
2707
2708 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
2709 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
2710
2711 2012-07-13 Glenn Morris <rgm@gnu.org>
2712
2713 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
2714
2715 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
2716 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
2717 Move "system type" macros here from src/s.
2718 (BSD_SYSTEM_AHB): New hack macro.
2719 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
2720
2721 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
2722 (GC_MARK_SECONDARY_STACK): Move here from src/s.
2723
2724 2012-07-12 Glenn Morris <rgm@gnu.org>
2725
2726 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
2727 setting here from src/s/darwin.h.
2728
2729 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
2730 as src/s/darwin.h used to.
2731
2732 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
2733 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
2734 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
2735 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
2736 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
2737 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
2738 (XOS_NEEDS_TIME_H): Move here from src/s.
2739
2740 2012-07-11 Glenn Morris <rgm@gnu.org>
2741
2742 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
2743 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
2744
2745 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2746
2747 * configure.ac (tzset): Remove check that's redundant with gnulib.
2748
2749 2012-07-11 Glenn Morris <rgm@gnu.org>
2750
2751 * configure.ac (CLASH_DETECTION): Define unconditionally.
2752
2753 * configure.ac (opsysfile): Use bsd-common on gnu systems.
2754
2755 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT)
2756 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
2757
2758 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2759
2760 Assume mkdir, rename, rmdir, strerror.
2761 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
2762
2763 2012-07-11 Glenn Morris <rgm@gnu.org>
2764
2765 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
2766
2767 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
2768
2769 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
2770
2771 Remove "#define unix" that is no longer needed (Bug#11905).
2772 Merge from gnulib to make "#define unix" unnecessary, incorporating:
2773 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
2774 2012-07-09 getopt: Simplify after Emacs changed.
2775
2776 2012-07-10 Glenn Morris <rgm@gnu.org>
2777
2778 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
2779 Move here from src/s.
2780
2781 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
2782
2783 * configure.ac (PNG_DEPSTRUCT): Define this instead of
2784 PNG_DEPRECATED.
2785
2786 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2787
2788 Add GCC-style 'const' attribute to functions that can use it.
2789 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
2790 (ATTRIBUTE_CONST): New macro, in config.h.
2791
2792 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
2793
2794 * lib/makefile.w32-in: Rework dependencies.
2795 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
2796 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
2797 (U64_H, SHA512_H): New macros.
2798 (SRC): Redefine to point to src/, not current directory.
2799 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
2800 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
2801 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
2802 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
2803 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
2804 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
2805 ($(BLD)/filemode.$(O)): Update dependencies.
2806
2807 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2808
2809 Merge from gnulib, incorporating:
2810 2012-07-09 timespec: mark functions with const attributes
2811
2812 Rename configure.in to configure.ac (Bug#11603).
2813 The name 'configure.in' has been obsolescent for quite some time,
2814 and the next release of Autoconf will generate warnings for it.
2815 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
2816 'configure.in' as autoconf input" in the Autoconf git repository.
2817 * configure.ac: Rename from configure.in.
2818 * INSTALL, INSTALL.BZR, README, make-dist:
2819 * Makefile.in (AUTOCONF_INPUTS):
2820 * autogen.sh (autoconf_min):
2821 * autogen/update_autogen (sources):
2822 Adjust to reflect new name.
2823
2824 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
2825
2826 Restore deprecation warnings, except for older libpng.
2827 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
2828 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
2829 (PNG_DEPRECATED): Define when compiling with older PNG versions.
2830
2831 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
2832
2833 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
2834
2835 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
2836
2837 Improve static checking when configured --with-ns.
2838 See Samuel Bronson's remarks in
2839 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
2840 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
2841 a no-op with recent GCC and harmful in earlier ones.
2842 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
2843 warning when compiling with ObjC. Always omit
2844 -Wunsafe-loop-optimizations, as we don't mind when optimization is
2845 being done correctly.
2846
2847 2012-07-07 Glenn Morris <rgm@gnu.org>
2848
2849 * configure.in (BROKEN_SA_RESTART): Doc fix.
2850
2851 * configure.in: Rather than checking for things then undef'ing
2852 them on some platforms, simply don't check for them.
2853 (getwd): Don't check for it on unixware.
2854 (random, rint): Don't check for these on hpux.
2855 (res_init, libresolv): Don't check for these on darwin.
2856
2857 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
2858
2859 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
2860 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
2861 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
2862 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
2863
2864 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2865
2866 * configure.in: Document --enable-gcc-warnings better.
2867
2868 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
2869 This is safer than strcasecmp, which has unspecified behavior
2870 outside the POSIX locale and in practice sometimes does not work
2871 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
2872 * configure.in (strcasecmp, strncasecmp): Remove checks.
2873
2874 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
2875 * lib/c-strncasecmp.c: New files, taken from gnulib.
2876 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2877
2878 Merge from gnulib, incorporating:
2879 2012-07-06 timespec-sub: avoid duplicate include
2880 Reported by Juanma Barranquero.
2881
2882 2012-07-06 Glenn Morris <rgm@gnu.org>
2883
2884 * make-dist [update]: Let autoreconf figure out what needs updating.
2885 Use `make info-real'. leim/leim-list.el should always exist.
2886 Check cd return value.
2887
2888 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2889
2890 Merge from gnulib. This is for OpenBSD 5.1 amd64.
2891 * m4/sys_time_h.m4: New version from gnulib, incorporating:
2892 2012-07-05 sys_time: allow too-wide tv_sec
2893
2894 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2895
2896 Merge from gnulib.
2897 * lib/alloca.in.h: New version from gnulib, incorporating:
2898 2012-07-03 alloca: add support for HP NonStop TNS/E native
2899
2900 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
2901
2902 * configure.in: If --enable-gcc-warnings, disable
2903 -Wunsafe-loop-optimizations for -O1 optimization level.
2904
2905 2012-06-30 Glenn Morris <rgm@gnu.org>
2906
2907 * configure.in (standardlisppath): New output variable.
2908 (lisppath): Use standardlisppath.
2909 * Makefile.in (standardlisppath): New, set by configure.
2910 (epaths-force): Use standardlisppath and locallisppath rather than
2911 lisppath.
2912
2913 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2914
2915 * configure.in: Fix previous change. Remove --enable-asserts.
2916 (CPPFLAGS): Remove conditional -DXASSERTS=1.
2917 Add --enable-link-time-optimization.
2918 * INSTALL: Mention this.
2919
2920 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2921
2922 * configure.in: Add glyphs category to --enable-checking option.
2923 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
2924
2925 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2926
2927 * configure.in (ENABLE_CHECKING): Update comment.
2928
2929 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
2930
2931 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
2932 Emacs proper no longer uses these headers, and can rely on Gnulib
2933 for these checks.
2934
2935 Merge from gnulib.
2936 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2937 getopt-posix: No longer guarantee that option processing is resettable.
2938
2939 2012-06-27 Glenn Morris <rgm@gnu.org>
2940
2941 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
2942
2943 * INSTALL: Remove references to paths.el.
2944
2945 2012-06-26 Eli Zaretskii <eliz@gnu.org>
2946
2947 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
2948 This replaces separate dependency for each object file, which required
2949 the same object file to be mentioned twice, causing failures in
2950 parallel builds.
2951
2952 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
2953
2954 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
2955 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
2956
2957 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
2958
2959 * configure.in (AC_CHECK_FUNCS): Detect library functions
2960 strcasecmp and strncasecmp.
2961
2962 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
2963
2964 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
2965 We might as well use the spelling standardized by C11,
2966 as in the long run that should simplify maintenance.
2967 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
2968
2969 2012-06-24 Eli Zaretskii <eliz@gnu.org>
2970
2971 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O))
2972 ($(BLD)/timespec-add.$(O))
2973 ($(BLD)/timespec-sub.$(O)): Don't depend on
2974 $(EMACS_ROOT)/nt/inc/sys/time.h.
2975
2976 * lib/stat-time.h:
2977 * lib/timespec.h:
2978 * lib/utimens.h: Revert last change.
2979
2980 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
2981
2982 Merge from gnulib.
2983 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2984 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
2985
2986 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2987
2988 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
2989 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
2990 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
2991 $(BLD)/timespec-sub.$(O).
2992 ($(BLD)/dtotimespec.$(O))
2993 ($(BLD)/gettime.$(O))
2994 ($(BLD)/timespec-add.$(O))
2995 ($(BLD)/timespec-sub.$(O)): New dependencies.
2996
2997 * lib/stat-time.h:
2998 * lib/timespec.h:
2999 * lib/utimens.h: Include sys/time.h.
3000
3001 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
3002
3003 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
3004 the correct CFLAGS and LIBS.
3005
3006 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3007
3008 Support higher-resolution time stamps (Bug#9000).
3009 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
3010 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
3011 that the new clock stuff doesn't clash with RSVG_LIBS.
3012 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
3013 as gnulib does that for us now.
3014 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
3015 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
3016 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
3017 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
3018 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
3019 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
3020 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
3021 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
3022 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
3023 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
3024 New files, copied automatically from gnulib.
3025 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
3026
3027 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3028
3029 Merge from gnulib.
3030 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
3031 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
3032 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
3033 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
3034 Copy new versions from gnulib, incorporating the following changes:
3035 2012-06-22 time_r: fix typo that always overrode localtime_r decl
3036 2012-06-22 Write "Mac OS X" instead of "MacOS X".
3037 2012-06-21 mktime: fix integer overflow in 'configure'-time test
3038 2012-06-21 nonblocking: Avoid compilation error on mingw64.
3039 2012-06-19 stat, fstat: Avoid warnings on mingw64.
3040 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
3041
3042 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
3043
3044 * configure.in: Rename --enable-use-lisp-union-type to
3045 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
3046 instead of USE_LISP_UNION_TYPE.
3047
3048 2012-06-12 Glenn Morris <rgm@gnu.org>
3049
3050 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
3051 (opsysfile): Set specially for sol2-10.
3052
3053 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
3054 New AC_DEFINEs, for hpux11.
3055 (opsysfile): Set specially for hpux11.
3056
3057 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
3058
3059 * configure.in: Coalesce some function checking.
3060 This makes 'configure' a bit smaller.
3061 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
3062
3063 2012-06-12 Glenn Morris <rgm@gnu.org>
3064
3065 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
3066
3067 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
3068
3069 * configure.in: Anticipate platforms with no src/s file.
3070
3071 2012-06-12 Chong Yidong <cyd@gnu.org>
3072
3073 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
3074
3075 2012-06-11 Glenn Morris <rgm@gnu.org>
3076
3077 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
3078
3079 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
3080
3081 * configure.in (dbus_type_is_valid): Check for library function.
3082
3083 2012-06-06 Glenn Morris <rgm@gnu.org>
3084
3085 * INSTALL, make-dist: Remove vcdiff.
3086
3087 2012-06-03 Glenn Morris <rgm@gnu.org>
3088
3089 * INSTALL, make-dist: Remove rcs-checkin.
3090
3091 2012-06-03 Ulrich Müller <ulm@gentoo.org>
3092
3093 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
3094
3095 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
3096
3097 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
3098 It is confusingly named and rarely useful. See, for example,
3099 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
3100 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
3101 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
3102 * configure.in: Remove --disable-maintainer-mode.
3103 (USE_MAINTAINER_MODE, MAINT): Remove.
3104
3105 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
3106
3107 Make 'configure' a bit smaller and faster.
3108 * configure.in (INSTALL_INFO): Set it with one call to
3109 AC_PATH_PROG, not three.
3110 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
3111 so likely that it'll be needed.
3112 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
3113 (AC_PROG_MAKE_SET): Remove; Automake does this.
3114 (sysinfo): Do not check for this function, as it's never used.
3115 (tzset): Check for this function just once.
3116 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
3117 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
3118
3119 2012-05-27 Eli Zaretskii <eliz@gnu.org>
3120
3121 * config.bat (lib): Create/update lib/stdalign.in-h and
3122 lib/sys_types.in-h.
3123
3124 * lib/makefile.w32-in ($(BLD)/md5.$(O))
3125 ($(BLD)/sha1.$(O))
3126 ($(BLD)/sha256.$(O))
3127 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
3128 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
3129
3130 * lib/getopt_.h: Regenerate.
3131
3132 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
3133
3134 Assume gnulib does largefile.
3135 Gnulib does the largefile configuration anyway, so when configure.in
3136 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
3137 * configure.in (AC_SYS_LARGEFILE): Remove.
3138 * lib/gnulib.mk: Autoupdate.
3139
3140 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
3141
3142 Merge from gnulib. (Bug#11527)
3143
3144 The build procedure now creates <stdalign.h> and <sys/types.h> for
3145 older hosts that lack a working <stdalign.h> or whose
3146 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
3147 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
3148 msdos and nt builds.
3149
3150 Here is a precis of gnulib changes that seem relevant; please see
3151 the gnulib ChangeLog for details.
3152
3153 2012-05-18 crypto: fix bug in large buffer handling
3154 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
3155 2012-05-10 _Noreturn: port config.h to gcc -Wundef
3156 2012-05-08 warnings.m4: give a means to specify the program to compile
3157 2012-05-07 stdint: be more consistent with glibc, SunOS libc
3158 2012-04-21 Large File Support for native Windows platforms.
3159 2012-04-14 stat: Bypass buggy override in mingw64.
3160 2012-03-29 stdio: don't assume gets any more
3161 2012-03-24 Enable common subexpression optimization in GCC.
3162 2012-02-09 maint: replace FSF snail-mail addresses with URLs
3163 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
3164 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
3165 2012-01-21 stdint: Add support for Android.
3166 2012-01-15 Improve support for MSVC 9.
3167 2012-01-08 mktime: Avoid compilation error on Solaris 11.
3168 2012-01-05 Use ', not `, for quoting output.
3169 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
3170 2012-01-05 strtoimax: Work around AIX 5.1 bug.
3171 2012-01-05 inttypes: Modernize.
3172 2011-12-13 inttypes, stdint: add C++11 support
3173 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
3174 2011-11-21 _Noreturn: Check that _MSC_VER is defined
3175 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
3176 2011-11-09 raise: fix mingw handling of SIGPIPE
3177 2011-10-27 Add stdalign module and use it in other modules.
3178
3179 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
3180 * m4/sys_types_h.m4:
3181 New files.
3182 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
3183 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
3184 * build-aux/snippet/warn-on-use.h:
3185 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
3186 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
3187 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
3188 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3189 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
3190 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
3191 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
3192 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
3193 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
3194 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
3195 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
3196 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
3197 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
3198 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
3199 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
3200 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
3201 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
3202 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
3203 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
3204 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
3205 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
3206 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
3207 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
3208 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
3209 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
3210 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
3211 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
3212 Update from gnulib.
3213
3214 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
3215
3216 Remove src/m/*.
3217 * configure.in: Remove all mention of src/m/*.
3218 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
3219 All uses removed.
3220 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
3221 (BITS_PER_LONG_LONG): Move to src/lisp.h.
3222 * lib/makefile.w32-in: Remove dependencies on
3223 $(EMACS_ROOT)/src/m/intel386.h.
3224 * make-dist: Don't make links to src/m.
3225
3226 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
3227
3228 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
3229 Without this further fix, aclocal was being invoked unnecessarily.
3230
3231 2012-05-22 Glenn Morris <rgm@gnu.org>
3232
3233 * Makefile.in (blessmail, install-arch-dep, uninstall):
3234 Check cd lib-src works.
3235 (install-arch-dep, uninstall): Remove unneeded subshells.
3236
3237 2012-05-21 Glenn Morris <rgm@gnu.org>
3238
3239 * update-subdirs: Move to build-aux/.
3240 * make-dist, Makefile.in (install-arch-indep): Update for this change.
3241
3242 * Makefile.in (leimdir): New, set by configure.
3243 (COPYDIR, COPYDESTS): Add leim directories.
3244 (install-leim): Remove.
3245 (install-arch-indep): Handle leim installation directly.
3246
3247 * vpath.sed: Remove unused file.
3248 * make-dist: No more vpath.sed.
3249
3250 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
3251
3252 Use full name for m4/gnulib-comp.m4. (Bug#11529)
3253 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
3254 even though the file's name in gnulib is m4/gnulib-comp.m4.
3255 This had a problem when merging from gnulib, as the code temporarily
3256 renamed it to the full name, causing problems when interrupted.
3257 Now the file has its full name, with the idea that we will find
3258 a solution for MS-DOS that does not affect the rest of Emacs.
3259 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
3260
3261 Assume C89 or later.
3262 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
3263 (POINTER_TYPE, PROTOTYPES): Remove.
3264
3265 Make merging from gnulib a script, not a makefile action.
3266 Putting it in a makefile has some problems with reflection, as
3267 merging from gnulib updates 'configure', which can update the makefile.
3268 Putting it in a standalone script breaks this loop.
3269 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
3270 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
3271 Remove, moving the actions to the script admin/merge-gnulib.
3272
3273 2012-05-21 Glenn Morris <rgm@gnu.org>
3274
3275 * configure.in (LEIM_INSTALLDIR):
3276 Rename to leimdir, treat like lispdir.
3277
3278 2012-05-21 Glenn Morris <rgm@gnu.org>
3279
3280 * Makefile.in (install-arch-indep, install-doc, install-info)
3281 (uninstall): Scrap superfluous subshells.
3282
3283 2012-05-19 Ulrich Müller <ulm@gentoo.org>
3284
3285 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
3286
3287 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
3288
3289 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
3290 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
3291 getsockopt, setsockopt, mremap, mempcpy.
3292
3293 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
3294 is being removed.
3295 (AC_CHECK_FUNCS): Remove ftime.
3296
3297 2012-05-19 Glenn Morris <rgm@gnu.org>
3298
3299 * Makefile.in (install-arch-indep): Remove unneeded subshell.
3300
3301 * Makefile.in (install-arch-indep): Remove unneeded chmod.
3302 Set permissions of lisp/subdirs.el.
3303
3304 * Makefile.in (SUBDIR): Add leim. Update users.
3305
3306 * Makefile.in (lib, lib-src, lisp): Check cd return value.
3307
3308 * Makefile.in (leim): No need to set PARALLEL.
3309
3310 2012-05-18 Glenn Morris <rgm@gnu.org>
3311
3312 * Makefile.in (install-arch-indep, install-info, install-man):
3313 Simplify some one-sided ifs.
3314
3315 * Makefile.in: Install only the relevant DOC file.
3316 (install-arch-indep): Delete etc/DOC*.
3317 (install-doc): No more need to delete etc/DOC.
3318
3319 * Makefile.in (install-arch-indep): Split into several rules.
3320 (install-doc, innstall-info, install-man): New rules.
3321
3322 * configure.in (mandir): May as well include it in the NS app bundle.
3323
3324 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
3325 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
3326 (install-arch-indep): Don't install-etc for self-contained ns builds.
3327
3328 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
3329 No longer unconditonally add /sw directories. (Bug#2280)
3330
3331 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
3332 (install-arch-indep): Depend on install-leim.
3333 (install): Remove explicit install-leim dependence.
3334
3335 * Makefile.in (install-arch-indep):
3336 Move last element of mkdir rule here.
3337 (mkdir): Remove rule.
3338
3339 * Makefile.in (install-arch-indep): Remove unneeded chmods.
3340 INSTALL_DATA does this for us.
3341
3342 * Makefile.in (install-arch-dep): Ensure bindir exists.
3343 Drop mkdir dependency.
3344 (install-arch-indep): Ensure docdir, infodir, mandir exist.
3345 (install-leim): Drop mkdir dependency.
3346 (mkdir): Remove most directories, now made in relevant rules.
3347
3348 * Makefile.in (install-arch-indep): Combine adjacent loops.
3349
3350 2012-05-17 Glenn Morris <rgm@gnu.org>
3351
3352 * Makefile.in (install-etc, mkdir):
3353 Make relevant directories in install-etc rather than mkdir.
3354
3355 * Makefile.in (write_subdir): Create the directory if needed.
3356 (install-arch-dep, mkdir): No need to make site-lisp directories.
3357
3358 * Makefile.in (write_subdir): New.
3359 (install-arch-indep, install-arch-dep): Use $write_subdir.
3360
3361 * configure.in (docdir, etcdir, infodir, lispdir):
3362 For a self-contained ns build, set these to the appropriate values.
3363 * Makefile.in (install-arch-dep): No need to move info/ any more.
3364
3365 * configure.in (ns_self_contained): New output variable.
3366 * Makefile.in (ns_self_contained): New, set by configure.
3367 (install-arch-dep): For a self-contained ns build,
3368 don't bother installing binaries then immediately deleting them.
3369
3370 * Makefile.in (ns_appbindir, ns_appresdir):
3371 Move them before things that may refer to them.
3372 (install-arch-dep): No need to relocate self-contained ns libexec.
3373
3374 * configure.in (archlibdir): Set it for self-contained ns builds.
3375 (libexecdir): Don't expand it now (this is mainly cosmetic).
3376
3377 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
3378
3379 * configure.in: Simplify by removing CPP etc.
3380 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
3381 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
3382 In particular we no longer need to fiddle with CPP, since we don't
3383 use CPP specially any more.
3384 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
3385 adjusted compiler.
3386 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
3387 since gl_EARLY and/or Autoconf already does these.
3388
3389 2012-05-16 Glenn Morris <rgm@gnu.org>
3390
3391 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
3392 (CPP): Do not unconditionally set it on Darwin.
3393 Instead, try to test if -no-cpp-precomp is accepted.
3394 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
3395
3396 2012-05-15 Glenn Morris <rgm@gnu.org>
3397
3398 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
3399
3400 * Makefile.in (install-arch-dep): Do not hard-code version number.
3401
3402 * Makefile.in (install-arch-dep): NS install no longer needs to
3403 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
3404
3405 2012-05-12 Glenn Morris <rgm@gnu.org>
3406
3407 * configure.in (ns_appbindir): Remove trailing "/".
3408
3409 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
3410 (MKDEPDIR): Use $MKDIR_P.
3411 * Makefile.in (MKDIR_P): New, set by configure.
3412 (mkdir): Use $MKDIR_P.
3413
3414 2012-05-11 Glenn Morris <rgm@gnu.org>
3415
3416 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
3417 Use INSTALL_DATA for the DOC file.
3418 Remove dead code for ./lisp that never executes.
3419
3420 2012-05-10 Glenn Morris <rgm@gnu.org>
3421
3422 * configure.in (LEIM_INSTALLDIR): New output variable.
3423
3424 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3425
3426 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
3427
3428 2012-05-08 Glenn Morris <rgm@gnu.org>
3429
3430 * make-dist: No more doc/lispref/*.el.
3431
3432 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
3433
3434 * configure.in: Fix quoting bugs.
3435
3436 2012-05-04 Glenn Morris <rgm@gnu.org>
3437
3438 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
3439
3440 2012-05-02 Glenn Morris <rgm@gnu.org>
3441
3442 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
3443 the choices made by FreeBSD and NetBSD. (Bug#10313)
3444
3445 * Makefile.in (INFO_FILES): Remove variable.
3446 (INFO_NONMISC): New variable.
3447 (install-arch-indep, uninstall): Don't use $INFO_FILES.
3448
3449 * Makefile.in (uninstall): Remove useless-use-of-for; that for
3450 some reason caused problems on an old Solaris.
3451
3452 * Makefile.in (install-arch-indep, uninstall):
3453 Ensure that INSTALL-type commands are run from top-level.
3454
3455 * info/dir: Make some entries consistent with the source texi files.
3456
3457 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
3458
3459 2012-05-02 Glenn Morris <rgm@gnu.org>
3460
3461 * Makefile.in (install-arch-indep):
3462 Combine adjacent install-data and install-info loops.
3463
3464 2012-05-01 Glenn Morris <rgm@gnu.org>
3465
3466 * Makefile.in (MAN_PAGES): Remove.
3467 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
3468
3469 * configure.in: Try libtinfo for tputs.
3470 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
3471
3472 * configure.in: Combine adjacent $opsys case blocks.
3473
3474 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
3475
3476 * configure.in: Invert the TERMINFO logic,
3477 since "yes" is far more common than "no".
3478
3479 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
3480
3481 * configure.in (LD_SWITCH_X_SITE_RPATH):
3482 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
3483
3484 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
3485
3486 2012-04-26 Glenn Morris <rgm@gnu.org>
3487
3488 * make-dist: No more doc/lispref/tindex.pl.
3489
3490 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
3491
3492 * configure.in (dbus_validate_bus_name, dbus_validate_path)
3493 (dbus_validate_interface, dbus_validate_member): Check also for
3494 these library functions.
3495
3496 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
3497
3498 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
3499 With glibc 2.14 or later, when compiled with GCC 4.7.0's
3500 -Werror=deprecated-declarations flag, use of hooks like
3501 __malloc_initialize_hook causes compilation to fail because these
3502 hooks are deprecated. Modify 'configure' to check for these hooks too.
3503 Simplify the 'configure' code to test for all the hooks at once.
3504 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
3505 (emacs_cv_var_doug_lea_malloc): ... this new var.
3506
3507 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
3508
3509 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
3510 dated 2011-10-07. Regenerating from current gnulib would be a
3511 pervasive change, and currently the trunk isn't open to such changes.
3512 * configure.in (WARN_CFLAGS): Remove; no longer needed now
3513 that gnulib does it.
3514 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3515
3516 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
3517
3518 * m4/gl-comp.m4: Update. (Bug#11285)
3519
3520 2012-04-20 Ludovic Courtès <ludo@gnu.org>
3521
3522 * configure.in: Don't use the -R option (Bug#11251).
3523
3524 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
3525
3526 configure: new option --enable-gcc-warnings (Bug#11207)
3527 I have been using this change for many months in my private copy
3528 of Emacs, and have used it to find several bugs. It's mature
3529 enough to publish now.
3530 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
3531 * configure.in: Support --enable-gcc-warnings, in the style of
3532 other GNU packages such as coreutils.
3533 (C_WARNINGS_SWITCH): Remove, replacing with...
3534 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
3535 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
3536 when including system files with GCC.
3537 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
3538 * lib/Makefile.am (AM_CFLAGS): New macro.
3539 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
3540
3541 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3542
3543 * configure.in (AC_CHECK_FUNCS):
3544 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
3545
3546 2012-04-16 Glenn Morris <rgm@gnu.org>
3547
3548 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
3549
3550 * configure.in: Remove X libs workaround for old autoconf.
3551
3552 2012-04-12 Ken Brown <kbrown@cornell.edu>
3553
3554 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
3555
3556 2012-04-11 Glenn Morris <rgm@gnu.org>
3557
3558 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
3559
3560 2012-04-10 Glenn Morris <rgm@gnu.org>
3561
3562 * configure.in: Conditionally generate admin/unidata/Makefile.
3563
3564 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
3565
3566 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
3567
3568 2012-04-09 Glenn Morris <rgm@gnu.org>
3569
3570 * Makefile.in (leim): Check cd return value. Pass fewer variables.
3571 (install-leim): Check cd return value. Pass $MFLAGS.
3572 (install-strip): Pass $MFLAGS.
3573
3574 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
3575 Eg org.texi has been using 4.7 functions for some time.
3576
3577 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
3578
3579 Check pkg-config exit status when configuring (Bug#10626).
3580 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
3581 works; check its exit status. Problem reported by Jordi Gutiérrez
3582 Hermoso in
3583 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
3584
3585 2012-04-07 Glenn Morris <rgm@gnu.org>
3586
3587 * README, configure.in (AC_INIT): Bump version to 24.1.50.
3588
3589 2012-04-07 Eli Zaretskii <eliz@gnu.org>
3590
3591 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
3592
3593 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
3594
3595 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
3596 * configure.in (LIBS_TERMCAP): Default this to the result of
3597 the tputs library search. Do a run-time test for the linkability
3598 of tputs unless cross-compiling, as that's more reliable if the
3599 link flags and libraries are messed up. Don't change LIBS as
3600 a result of the test, as that may mess up later tests.
3601
3602 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
3603
3604 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3605
3606 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
3607 specific makefiles to support getopt_.h generation with MSVC.
3608
3609 2012-02-04 Glenn Morris <rgm@gnu.org>
3610
3611 * Makefile.in (uninstall):
3612 Handle compressed info files and man pages. (Bug#10718)
3613
3614 2012-02-02 Glenn Morris <rgm@gnu.org>
3615
3616 * configure.in [HAVE_NS]:
3617 Error if use --without-toolkit-scroll-bars. (Bug#10673)
3618
3619 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
3620
3621 Port to older Solaris 10 versions (Bug#10677).
3622 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
3623 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
3624 possibly this is because Sun fixed the 'stat' bug in my version.
3625 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
3626 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
3627 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3628 These changes are based on gnulib version
3629 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
3630 because Emacs is in feature freeze and we do not want to merge any
3631 more-recent changes from gnulib.
3632
3633 2012-01-31 Glenn Morris <rgm@gnu.org>
3634
3635 * configure.in: Throw an explicit error if Motif toolkit was
3636 requested but requirements could not be found.
3637
3638 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
3639
3640 2012-01-30 Eli Zaretskii <eliz@gnu.org>
3641
3642 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
3643 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
3644 with "make -j3".
3645
3646 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
3647
3648 * .bzrignore: Ignore etc/__pycache__.
3649
3650 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
3651
3652 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
3653 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
3654 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
3655 by Nelson H. F. Beebe in
3656 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
3657
3658 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
3659
3660 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
3661
3662 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
3663
3664 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
3665 instead of LDFLAGS (Bug#10230).
3666
3667 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
3668
3669 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
3670
3671 Propagate configure flags to sub-configures.
3672 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
3673 New macros.
3674 (config.status, bootstrap): Use them to propagate configure flags
3675 to sub-configures.
3676 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
3677
3678 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
3679
3680 * .bzrignore: Add config.cache.
3681
3682 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
3683
3684 * configure.in: Check for gtk_window_set_has_resize_grip.
3685
3686 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3687
3688 * configure.in (HAVE_XPM): Fix typo.
3689
3690 2011-11-22 Glenn Morris <rgm@gnu.org>
3691
3692 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
3693 have confusing effects on the build. (Bug#6401)
3694
3695 * Makefile.in (install-arch-dep): Tweak previous change.
3696
3697 2011-11-22 Yavor Doganov <yavor@gnu.org>
3698
3699 Do not install arch-dependent files in the app bundle if
3700 --disable-ns-self-contained is requested. (Bug#1335)
3701 * configure.in (exec_prefix, libexecdir): Define relative to
3702 `ns_appbindir' only if configured for a self-contained app.
3703 * Makefile.in (install-arch-dep): Test for the existence of
3704 libexec in the Emacs.app bundle before executing commands.
3705
3706 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
3707
3708 * configure.in: Remove reference to src/m/ibms390.h.
3709
3710 2011-11-13 Glenn Morris <rgm@gnu.org>
3711
3712 * INSTALL: Tiny updates for disk space used during installation.
3713
3714 2011-11-05 Eli Zaretskii <eliz@gnu.org>
3715
3716 * lib/makefile.w32-in (FRC): New dummy target.
3717 (TAGS): Depend on FRC.
3718
3719 2011-11-04 Glenn Morris <rgm@gnu.org>
3720
3721 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
3722 Do not include GnuTLS version info in final summary message.
3723
3724 2011-10-31 Eli Zaretskii <eliz@gnu.org>
3725
3726 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
3727 they exist there, else from autogen/.
3728
3729 * make-dist (msdos): Add depfiles.bat and inttypes.h.
3730
3731 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
3732
3733 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
3734
3735 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
3736
3737 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
3738 if the library is found. Otherwise, later configure-time tests,
3739 such as the test for pthread_sigmask, generate the wrong results
3740 on some platforms. Problem reported for FreeBSD by Nali Toja.
3741
3742 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
3743
3744 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
3745 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
3746 Remove; no longer needed, now that we defer to strftime for time
3747 zone names.
3748
3749 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
3750
3751 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
3752
3753 2011-10-18 Chong Yidong <cyd@gnu.org>
3754
3755 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
3756
3757 2011-10-13 Glenn Morris <rgm@gnu.org>
3758
3759 * configure.in: Also look for tputs in libcurses. (Bug#9736)
3760
3761 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
3762
3763 * configure.in: Remove check for -lintl (Bug#9713).
3764 The check could break 'configure' on GNU/Linux with a (broken) libintl.
3765 The check was helpful but not essential in Solaris 2.6 (1997),
3766 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
3767 obsolete -- Sun dropped support for it in 2006 -- and without
3768 access to that Silurian platform we can't maintain the code anyway.
3769
3770 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
3771
3772 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
3773 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
3774 * m4/gnulib-common.m4: Merge from gnulib.
3775 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
3776 command not found" on powerpc-apple-darwin9.8.0.
3777
3778 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
3779 This is now done by src/alloc.c.
3780
3781 2011-10-02 Richard Stallman <rms@gnu.org>
3782
3783 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
3784 and xlinux_second_failure to xgnu_linux_second_failure.
3785
3786 2011-09-29 Eli Zaretskii <eliz@gnu.org>
3787
3788 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
3789 lib/signal.in-h.
3790
3791 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
3792 Rename signal.in.h and alloca.in.h.
3793
3794 2011-09-28 Eli Zaretskii <eliz@gnu.org>
3795
3796 * INSTALL: Mention that m17n libraries and libotf are needed for
3797 Arabic shaping.
3798
3799 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
3800
3801 Merge from gnulib, improving some licensing wording.
3802 This clarifies and fixes some licensing issues raised by Glenn Morris
3803 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
3804 It also merges the latest version of texinfo.tex and has some
3805 MSVC-related changes that don't affect Emacs.
3806 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
3807 pathmax, and raise, since these are needed only to address
3808 MSVC-related issues that Emacs doesn't have.
3809 * lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
3810 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
3811 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
3812 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
3813 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
3814 * m4/unistd_h.m4: Merge from gnulib.
3815
3816 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
3817
3818 * configure.in: Initialize HAVE_LIBXML2.
3819
3820 2011-09-26 Glenn Morris <rgm@gnu.org>
3821
3822 * make-dist: Add lib/makefile.w32-in.
3823
3824 2011-09-24 Glenn Morris <rgm@gnu.org>
3825
3826 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
3827
3828 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3829
3830 * .dir-locals.el: Change the debbugs regexp to allow having the
3831 bug number as the first thing on a line.
3832
3833 2011-09-15 Glenn Morris <rgm@gnu.org>
3834
3835 * configure.in: Make configure work with recent GNUsteps.
3836 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
3837 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
3838 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
3839
3840 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
3841
3842 Merge from gnulib, porting to Tru64.
3843 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
3844 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3845 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
3846 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
3847 doesn't affect Emacs.
3848
3849 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
3850
3851 * configure.in (isnan): Remove now-unnecessary check.
3852
3853 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
3854
3855 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
3856 This is to fix the following problems:
3857 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
3858 configured not to use gtk or any other thread-using library,
3859 signals aren't blocked correctly.
3860 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
3861 and IRIX's signal handling.
3862 . On Cygwin 1.7.5 it works around an incompatibility with
3863 the system pthread_sigmask.
3864 . On MacOS X 10.5 (32-bit), files whose inode numbers
3865 exceed 2**31 cannot be read or manipulated.
3866 . pthread_sigmask: Actually use results of gl_THREADLIB.
3867 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
3868 . find 'ar' program that fits with --host argument.
3869 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
3870 * autogen/README: Update destination list.
3871 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
3872 The autogenerated files compile, config.guess,
3873 config.sub, depcomp, install-sh, and missing are now in build-aux.
3874 * m4/largefile.m4: New file, so that Emacs does not mess up when
3875 accessing files with large inode numbers in MacOS X 10.5 and later.
3876 * m4/nocrash.m4: New file, to avoid triggering background debugger
3877 and/or create core dumps during 'configure'.
3878 * build-aux/move-if-change: Renamed from move-if-change.
3879 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
3880 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
3881 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
3882 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
3883 * Makefile.in (epaths-force, sync-from-gnulib):
3884 move-if-change is now in build-aux.
3885 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
3886 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
3887 (mkdir): install-sh is now in build-aux.
3888 * config.bat: c++defs.h is now in build-aux/snippets.
3889 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
3890 usual parameter).
3891 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3892 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
3893 to build-aux/snippet.
3894 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
3895 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
3896 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
3897 Solaris, enables MacOS extensions, and enables nocrash during
3898 'configure'.
3899 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
3900
3901 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
3902
3903 * configure.in (snprintf): New check.
3904
3905 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
3906
3907 * configure.in (opsys): Change pattern to *-*-linux*
3908 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
3909 Remove unreachable pattern hppa*-*-linux-gnu*.
3910 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
3911 and that can't possibly work now that src/m/hp800.h no longer exists.
3912
3913 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
3914
3915 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
3916
3917 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
3918
3919 * configure.in: Add header check: sys/socket.h (Bug#8477),
3920 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
3921 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
3922
3923 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
3924
3925 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
3926 (HAVE_GTK_AND_PTHREAD): Remove.
3927
3928 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
3929
3930 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
3931 build, not just GNUstep (Bug#9177).
3932
3933 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
3934
3935 Assume freestanding C89 headers, string.h, stdlib.h.
3936 Again, this simplifies the code, and all current platforms have these.
3937 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
3938 (AC_HEADER_STDC): Remove.
3939 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
3940 (strchr, strrchr): Remove fallback macros.
3941
3942 Assume support for memcmp, memcpy, memmove, memset.
3943 This simplifies the code a bit. All current platforms have these,
3944 as they are required for C89. If this turns into a problem we
3945 can add the gnulib modules for these (a 1-line change to Makefile.in).
3946 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
3947
3948 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
3949
3950 * GNUmakefile: New file.
3951 This is for convenience, so that one can run GNU make in an
3952 unconfigured source tree, and get a default build.
3953
3954 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
3955
3956 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
3957
3958 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3959
3960 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
3961 so as to suppress address randomization (Bug#8395).
3962
3963 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
3964
3965 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
3966 This fixes a build problem on older Mac OS X hosts.
3967
3968 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
3969 test, which runs afoul of Automake installations where, for example,
3970 /usr/share/aclocal contains a copy of gl_THREADLIB.
3971 Problem reported by Sven Joachim in
3972 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
3973 This is just a quick temporary fix, specific to Emacs; I'll work
3974 with the other gnulib maintainers to get a more-permanent fix.
3975
3976 Add gnulib's strtoimax module, needed on Solaris 8.
3977 * Makefile.in (GNULIB_MODULES): Add strtoimax.
3978 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
3979 automatically imported from gnulib.
3980 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3981
3982 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
3983
3984 Add gnulib support for pthread_sigmask (Bug#9010).
3985 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
3986 * configure.in (AC_TYPE_UID_T): New dummy macro.
3987 Configure gnulib after adjusting LIBS,
3988 so that gnulib can assume the libraries in LIBS.
3989 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
3990 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
3991 * lib/pthread_sigmask.c:
3992 New files, automatically imported from gnulib.
3993 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
3994 due to the above changes.
3995 * .bzrignore: Add lib/signal.h.
3996
3997 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
3998
3999 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
4000
4001 * configure.in (maintainer-mode): Reflect default in help string.
4002
4003 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4004
4005 * configure.in: Remove reference to iris4d.h.
4006
4007 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
4008
4009 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
4010
4011 2011-07-01 Glenn Morris <rgm@gnu.org>
4012
4013 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
4014
4015 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4016
4017 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
4018 which made ./configure infloop.
4019
4020 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
4021
4022 * configure.in (gsettings): New option and check for GSettings.
4023
4024 2011-06-29 Glenn Morris <rgm@gnu.org>
4025
4026 * configure.in: Try to test for the required crt*.o files.
4027
4028 2011-06-27 Bill Wohler <wohler@newt.com>
4029
4030 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
4031
4032 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
4033
4034 Use gnulib's dup2 module instead of rolling our own.
4035 * Makefile.in (GNULIB_MODULES): Add dup2.
4036 * configure.in: Do not check for dup2; gnulib does that now.
4037 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
4038
4039 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
4040
4041 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
4042
4043 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
4044
4045 Use gnulib's alloca-opt module.
4046 * .bzrignore: Add lib/alloca.h.
4047 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
4048 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
4049 as gnulib now does that for us. Put alloca check in config.h.
4050 Include <alloca.h> before any other include file, for AIX 3.
4051 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4052 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
4053
4054 2011-06-21 Leo Liu <sdl.web@gmail.com>
4055
4056 * m4/sha256.m4:
4057 * m4/sha512.m4:
4058 * m4/gl-comp.m4:
4059 * lib/u64.h:
4060 * lib/sha256.c:
4061 * lib/sha256.h:
4062 * lib/sha512.c:
4063 * lib/sha512.h:
4064 * lib/makefile.w32-in (GNULIBOBJS):
4065 * lib/gnulib.mk:
4066 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
4067 crypto/sha512 modules from gnulib.
4068
4069 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
4070
4071 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
4072
4073 2011-06-17 Glenn Morris <rgm@gnu.org>
4074
4075 * configure.in: Restore the behavior of checking crt-dir only
4076 when the user specified it (not all platforms use it).
4077
4078 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
4079
4080 * m4/lstat.m4: Merge from gnulib (Bug#8878).
4081
4082 2011-06-16 Miles Bader <miles@gnu.org>
4083
4084 * configure.in: Try to determine CRT_DIR automatically when
4085 using gcc.
4086
4087 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
4088
4089 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
4090 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
4091 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
4092 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
4093 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
4094 Merge from gnulib.
4095
4096 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
4097
4098 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
4099
4100 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
4101
4102 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
4103
4104 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
4105
4106 * configure.in: Add --with-wide-int.
4107 * INSTALL: Mention this.
4108
4109 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
4110
4111 Merge from gnulib.
4112 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
4113
4114 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
4115
4116 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
4117
4118 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
4119
4120 Use 'inline', not 'INLINE'.
4121 * configure.in (INLINE): Remove.
4122
4123 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
4124
4125 Adjust to recent gnulib change for @GUARD_PREFIX@.
4126 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
4127 All uses of _GL_ for guard prefixes in lib/*.h replaced with
4128 _@GUARD_PREFIX@_.
4129
4130 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
4131
4132 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
4133
4134 2011-05-24 Glenn Morris <rgm@gnu.org>
4135
4136 * Makefile.in (check): Just give a message if no test/ directory.
4137
4138 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
4139
4140 * configure.in (OPT_MAKEFILES_IN): Remove.
4141 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
4142 (SUBDIR_MAKEFILES_IN): New output variable.
4143 * Makefile.in (OPT_MAKEFILES_IN): Remove.
4144 (SUBDIR_MAKEFILES_IN): Let configure set it.
4145
4146 2011-05-24 Leo Liu <sdl.web@gmail.com>
4147
4148 * m4/sha1.m4:
4149 * m4/gl-comp.m4:
4150 * lib/sha1.h:
4151 * lib/sha1.c:
4152 * lib/makefile.w32-in (GNULIBOBJS):
4153 * lib/gnulib.mk:
4154 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
4155
4156 2011-05-24 Glenn Morris <rgm@gnu.org>
4157
4158 * configure.in: Remove test for already configured source directory.
4159 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
4160
4161 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
4162
4163 2011-05-24 Glenn Morris <rgm@gnu.org>
4164
4165 * make-dist: Don't distribute test/. (Bug#8107)
4166 * configure.in (OPT_MAKEFILES_IN): New output variable.
4167 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
4168 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
4169 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
4170 (check): Give an explicit error if test/ is not present.
4171
4172 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
4173 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
4174 (Makefile): Use $SUBDIR_MAKEFILES_IN.
4175
4176 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
4177
4178 * lib/verify.h: Merge from gnulib.
4179
4180 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
4181
4182 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
4183 Merge from gnulib.
4184
4185 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
4186
4187 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
4188
4189 2011-05-20 Eli Zaretskii <eliz@gnu.org>
4190
4191 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
4192
4193 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
4194
4195 2011-05-20 Glenn Morris <rgm@gnu.org>
4196
4197 * configure.in (lisp_frag): New output file.
4198
4199 2011-05-19 Glenn Morris <rgm@gnu.org>
4200
4201 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
4202 (WINDOW_SUPPORT): Remove output variables that are no longer used.
4203
4204 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
4205
4206 * lib/gnulib.mk:
4207 * lib/intprops.h:
4208 * lib/unistd.in.h:
4209 * m4/inttypes.m4:
4210 * m4/stdint.m4:
4211 * m4/unistd_h.m4: Sync from gnulib.
4212
4213 2011-05-14 Glenn Morris <rgm@gnu.org>
4214
4215 * configure.in: Treat failure to find an X toolkit the same way we treat
4216 failure to find X and image support.
4217
4218 2011-05-12 Glenn Morris <rgm@gnu.org>
4219
4220 * Makefile.in (src, install-arch-indep, bootstrap-clean)
4221 (check-declare): Shell portability fixes. (Bug#8642)
4222
4223 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4224
4225 * configure.in: Require GnuTLS 2.6.x or higher.
4226
4227 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4228
4229 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
4230 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
4231 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
4232
4233 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
4234 This new gnulib-tool option saves 'configure' the trouble of
4235 checking for strtoull when strtoumax exists.
4236
4237 * configure.in (BITS_PER_LONG_LONG): New macro.
4238
4239 2011-05-05 Glenn Morris <rgm@gnu.org>
4240
4241 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
4242 (top_distclean): Delete config.log~.
4243
4244 2011-04-27 Ben Key <bkey76@gmail.com>
4245
4246 * configure.in: Fixed a bug that caused configure with
4247 --enable-checking=stringoverrun to have no effect.
4248
4249 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
4250
4251 * configure.in: Suppress unnecessary checks for size_t.
4252 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
4253 (size_t): Do not check for this, and do not typedef. This code
4254 is never exercised now.
4255
4256 * Makefile.in (GNULIB_MODULES): Add strtoumax.
4257 This is needed for the new integer-reading code in lread.c.
4258 It automatically pulls in the following gnulib files, which
4259 are used on old-fashioned platforms that don't have strtoumax:
4260 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
4261 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
4262 m4/strtoull.m4, m4/strtoumax.m4.
4263 * .bzrignore: Add lib/inttypes.h.
4264
4265 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
4266
4267 * configure.in: Check for GnuTLS certificate verify callbacks.
4268
4269 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4270
4271 * Makefile.in (config.status): Don't erase in case of error.
4272 In case it disappeared, rebuild it with `configure'.
4273
4274 2011-04-20 Ken Brown <kbrown@cornell.edu>
4275
4276 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
4277
4278 2011-04-12 Glenn Morris <rgm@gnu.org>
4279
4280 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
4281
4282 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
4283
4284 * lib/allocator.c: New file, automatically generated by gnulib.
4285
4286 2011-04-07 Glenn Morris <rgm@gnu.org>
4287
4288 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
4289
4290 2011-04-06 Eli Zaretskii <eliz@gnu.org>
4291
4292 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
4293 Revert last change.
4294
4295 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
4296
4297 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
4298 ($(BLD)/careadlinkat.$(O)): New target.
4299 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
4300 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
4301 Update dependencies.
4302
4303 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
4304
4305 Fix more problems found by GCC 4.6.0's static checks.
4306
4307 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
4308
4309 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
4310 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
4311 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
4312 * m4/ssize_t.m4: New files, automatically generated from gnulib.
4313
4314 2011-04-06 Glenn Morris <rgm@gnu.org>
4315
4316 * autogen/update_autogen: Handle loaddefs-like files as well.
4317 (usage): Add -l, -C.
4318 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
4319 With -l, check status of lisp/ as well.
4320 With -C, clean before building.
4321 (autoreconf): Only pass -f in the `clean' case.
4322 (commit): New function.
4323
4324 2011-03-28 Glenn Morris <rgm@gnu.org>
4325
4326 * autogen/update_autogen: Pass -f to autoreconf.
4327
4328 * autogen.sh (get_version): Discard "not found" lines.
4329 (check_version): Respect $AUTOCONF etc environment variables.
4330
4331 2011-03-27 Glenn Morris <rgm@gnu.org>
4332
4333 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
4334 (AH_BOTTOM): Do not define SIGTYPE.
4335
4336 2011-03-26 Glenn Morris <rgm@gnu.org>
4337
4338 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
4339 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
4340
4341 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
4342
4343 * autogen/update_autogen: Remove useless function keyword.
4344
4345 2011-03-25 Eli Zaretskii <eliz@gnu.org>
4346
4347 * config.bat: Generate src/config.h and lib/Makefile from
4348 autogen/config.in and autogen/Makefile.in.
4349
4350 2011-03-25 Glenn Morris <rgm@gnu.org>
4351
4352 * compile, config.guess, config.sub, depcomp, install-sh, missing:
4353 Remove; autoreconf can supply them.
4354 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
4355 config.guess, install-sh. Pass -i to autoreconf.
4356 * autogen/update_autogen (genfiles): Add compile, config.guess,
4357 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
4358 Discard non-error output from autoreconf in -q case.
4359 * autogen/compile, autogen/config.guess, autogen/config.sub:
4360 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
4361 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
4362 install-sh, missing.
4363
4364 2011-03-23 Glenn Morris <rgm@gnu.org>
4365
4366 * autogen/update_autogen: Fix typo.
4367 (msg): Remove function; use `exec' instead.
4368
4369 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
4370 (sync-from-gnulib): Don't sync mkinstalldirs.
4371 * make-dist: Don't distribute mkinstalldirs.
4372
4373 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
4374
4375 Fix more problems found by GCC 4.5.2's static checks.
4376 * Makefile.in (GNULIB_MODULES): Add socklen.
4377 * configure.in: Do not check for sys/socket.h, since socklen does that.
4378 * m4/socklen.m4: New automatically-generated file, from gnulib.
4379
4380 fakemail: Remove dependency on ignore-value.
4381 * Makefile.in (GNULIB_MODULES): Add stdio.
4382 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
4383 imported from gnulib.
4384 * .bzrignore: Add lib/stdio.h.
4385
4386 2011-03-22 Glenn Morris <rgm@gnu.org>
4387
4388 * autogen/copy_autogen: Work from ./ or ../.
4389 Fix time-stamps.
4390 * autogen.sh: Doc fix.
4391
4392 2011-03-20 Glenn Morris <rgm@gnu.org>
4393
4394 * autogen/: New directory, to be excluded from releases.
4395 * autogen/copy_autogen, autogen/update_autogen: New scripts.
4396 * autogen/README: New file.
4397 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
4398 * autogen/Makefile.in: Add auto-updated generated files.
4399 * autogen.sh: No longer a no-op, now it tests for autotools
4400 and runs them as necessary.
4401 * configure.in: Default maintainer-mode to on.
4402 * aclocal.m4, configure, lib/Makefile.in: Remove files.
4403
4404 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
4405
4406 Update for gnulib.
4407 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
4408 includes <intprops.h> directly.
4409 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
4410 when building Emacs on Solaris 9 and running it on Solaris 10.
4411
4412 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
4413
4414 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
4415
4416 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4417
4418 * Version 23.3 released.
4419
4420 2011-03-06 Glenn Morris <rgm@gnu.org>
4421
4422 * configure.in (FREETYPE_LIBS): Actually set it to something.
4423
4424 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
4425
4426 Work around some portability problems with symlinks.
4427
4428 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
4429 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
4430 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
4431 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
4432 * m4/symlink.m4:
4433 New files, automatically generated from gnulib.
4434 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4435 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
4436
4437 2011-02-26 Eli Zaretskii <eliz@gnu.org>
4438
4439 * .bzrignore: Ignore new lib/*.in-h files.
4440
4441 * config.bat: Rename stdint.in.h and sys_stat.in.h.
4442 Call depfiles.bat even if lib/deps already exist.
4443
4444 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
4445
4446 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
4447 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
4448 recent changes to configure.in and to gnulib.
4449
4450 2011-02-24 Glenn Morris <rgm@gnu.org>
4451
4452 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
4453 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
4454
4455 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
4456
4457 Assume S_ISLNK etc. work, since gnulib supports this.
4458 * Makefile.in (GNULIB_MODULES): Add sys_stat.
4459 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
4460 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
4461 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
4462
4463 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
4464
4465 * lib/min-max.h: New file, for "min" and "max".
4466
4467 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
4468
4469 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
4470 $(EMACS_ROOT)/nt/inc/stdint.h.
4471
4472 2011-02-21 Eli Zaretskii <eliz@gnu.org>
4473
4474 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
4475 src/makefile.w32-in and adapt. Depend on stamp_BLD.
4476 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
4477
4478 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
4479
4480 Import filemode module from gnulib.
4481 * .bzrignore: Add lib/sys/.
4482 * Makefile.in (GNULIB_MODULES): Add filemode.
4483 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
4484 * lib/filemode.c: Renamed from src/filemode.c and regenerated
4485 from gnulib. This adds support for some more file types, e.g.,
4486 Cray DMF migrated files.
4487 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
4488 * m4/sys_stat_h.m4: New files, generated from gnulib.
4489 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4490 Regenerate.
4491
4492 2011-02-20 Eli Zaretskii <eliz@gnu.org>
4493
4494 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
4495 $(EMACS_ROOT)/nt/inc/sys/stat.h.
4496
4497 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
4498
4499 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
4500 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
4501 is no longer needed, due to the recent SSDATA and related changes.
4502 Perhaps -Wno-pointer-sign should also be removed from
4503 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
4504 way to test this so I left it alone.
4505 * configure: Regenerate.
4506
4507 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
4508
4509 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
4510 src/makefile.w32-in.
4511
4512 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
4513
4514 Import crypto/md5 and stdint modules from gnulib.
4515 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4516 Regenerate.
4517 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
4518 Import the new versions from gnulib; they assume a C99-style
4519 <stdint.h>, supplied by the stdint module.
4520 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
4521 imported from gnulib.
4522 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
4523
4524 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4525
4526 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
4527 Add lib/deps/.
4528
4529 * config.bat: Configure in `lib'.
4530 Generate *.Po files in lib/deps.
4531
4532 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
4533
4534 Import IRIX 6.5 getloadavg fixes from gnulib.
4535 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
4536
4537 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
4538
4539 Import getloadavg module from gnulib.
4540 * .bzrignore: Add lib/stdlib.h.
4541 * Makefile.in (GNULIB_MODULES): Add getloadavg.
4542 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
4543 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
4544 Remove; gnulib does this now.
4545 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
4546 from gnulib. This adds support for several other systems, such
4547 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
4548 buffer overrun on Linux hosts under very high load, and on hosts
4549 that maintain a channel to the load average file it makes sure
4550 the file descriptor is close-on-exec (on hosts that support this)
4551 and is not stdin, stdout, or stderr.
4552 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
4553 from gnulib.
4554 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4555 Regenerate.
4556
4557 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
4558
4559 Merge from gnulib.
4560
4561 * install-sh: Update to scriptversion 2011-01-19.21.
4562
4563 2011-02-13 Bruno Haible <bruno@clisp.org>
4564
4565 Consistent macro naming for macros that use GCC __attribute__.
4566 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
4567 ATTRIBUTE_DEPRECATED.
4568
4569 2011-02-12 Bruno Haible <bruno@clisp.org>
4570
4571 setlocale: Prefer gnulib's override over libintl's override.
4572 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
4573 GNULIB_defined_setlocale is set.
4574
4575 2011-02-13 Glenn Morris <rgm@gnu.org>
4576
4577 * make-dist: Exclude generated file src/globals.h.
4578
4579 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
4580
4581 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
4582 Sync from gnulib, which has been patched to fix the problem
4583 with the license notices. Problem reported by Glenn Morris in
4584 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
4585
4586 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
4587
4588 * .bzrignore: Ignore globals.h and related stamp.
4589
4590 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
4591
4592 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
4593 This merges the following fix from gnulib:
4594
4595 2011-02-08 Bruno Haible <bruno@clisp.org>
4596
4597 Split large sed scripts, for HP-UX sed.
4598
4599 2011-02-08 Tom Tromey <tromey@redhat.com>
4600
4601 * configure: Rebuild.
4602 * configure.in (NS_OBJC_OBJ): New subst.
4603
4604 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
4605
4606 gnulib: allow multiple gnulib generated replacements to coexist
4607 This defines a few preprocessor symbols that should not affect Emacs.
4608 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
4609 via "make sync-from-gnulib".
4610
4611 gnulib: undo previous change
4612 The upstream _HEADERS change was backed out of gnulib (see the
4613 same thread). Stay in sync with gnulib.
4614
4615 gnulib: adjust to upstream _HEADERS change
4616 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
4617 New empty macros, to accommodate recent changes to gnulib. See
4618 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
4619 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
4620 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
4621 * lib/time.in.h, lib/unistd.in.h:
4622 Regenerate.
4623
4624 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
4625
4626 sync from gnulib to remove HAVE_STDBOOL_H
4627 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
4628 AC_HEADER_STDBOOL. All uses changed. Do not define
4629 HAVE_STDBOOL_H, as gnulib does not need this. This change is
4630 imported from the latest Autoconf git. It was motivated by Emacs,
4631 which uses gnulib but does not need HAVE_STDBOOL_H.
4632 * configure, src/config.in: Regenerate.
4633 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
4634
4635 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
4636
4637 allow C code to suppress warnings about ignored return values
4638 * Makefile.in (GNULIB_MODULES): Add ignore-value.
4639 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4640 * lib/ignore-value.h: New file.
4641
4642 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
4643
4644 * configure.in: Test existence of xaw3d library, not just the
4645 header (Bug#7642).
4646
4647 2011-01-31 Eli Zaretskii <eliz@gnu.org>
4648
4649 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
4650 $(BLD)/time_r.$(O).
4651 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
4652 $(EMACS_ROOT)/src/m/intel386.h.
4653 ($(BLD)/strftime.$(O))
4654 ($(BLD)/time_r.$(O)): Define prerequisites.
4655
4656 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
4657
4658 src/emacs.c now gets version number from configure.in
4659 * configure.in (version): Set this from $PACKAGE_VERSION,
4660 which is set from AC_INIT, rather than scouting through src/emacs.c.
4661 * configure: Regenerate.
4662 * make-dist (version): Get it from configure.in, not src/emacs.c.
4663
4664 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4665
4666 strftime: import from gnulib
4667 * Makefile.in (GNULIB_MODULES): Add strftime.
4668 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
4669 needed.
4670 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4671 Regenerate.
4672 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
4673 imported from gnulib.
4674 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
4675 This incorporates many changes from gnulib, including simpler
4676 handling of multibyte formats, porting to mingw32 and other
4677 platforms, and support for higher-resolution time stamps.
4678 Emacs does not yet use the higher-resolution interface.
4679
4680 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4681
4682 gnulib: import mktime and move-if-change fixes from gnulib
4683
4684 * configure: Regenerate from the following.
4685
4686 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4687
4688 mktime: clarify long_int width checking
4689 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
4690 the top level, to make it clearer that the assumption about
4691 long_int width is being checked. See
4692 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
4693
4694 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
4695
4696 TYPE_MAXIMUM: avoid theoretically undefined behavior
4697 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
4698 negative number, which the C Standard says has undefined behavior.
4699 In practice this is not a problem, but might as well do it by the book.
4700 Reported by Rich Felker and Eric Blake; see
4701 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
4702 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4703 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
4704
4705 mktime: #undef mktime before #defining it
4706 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
4707
4708 mktime: systematically normalize tm_isdst comparisons
4709 * lib/mktime.c (isdst_differ): New function.
4710 (__mktime_internal): Use it systematically for all isdst comparisons.
4711 This completes the fix for libc BZ #6723, and removes the need for
4712 normalizing tm_isdst.
4713 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
4714 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
4715
4716 mktime: fix some integer overflow issues and sidestep the rest
4717
4718 This was prompted by a bug report by Benjamin Lindner for MinGW
4719 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
4720 His bug is due to signed integer overflow (0 - INT_MIN), and I
4721 I scanned through mktime.c looking for other integer overflow
4722 problems, fixing all the bugs I found.
4723
4724 Although the C Standard says the resulting code is still not safe
4725 in the presence of integer overflow, in practice it should be good
4726 enough for all real-world two's-complement implementations, except
4727 for debugging environments that deliberately trap on integer
4728 overflow (e.g., gcc -ftrapv).
4729
4730 * lib/mktime.c (WRAPV): New macro.
4731 (SHR): Also check that long_int and time_t shift right in the
4732 usual way, before using the fast-but-unportable method.
4733 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
4734 used. The code already assumed two's complement, so there's
4735 no need to test for alternatives. All uses removed.
4736 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
4737 the C standard. Problem reported by Rich Felker in
4738 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
4739 (twos_complement_arithmetic): Also check long_int and time_t.
4740 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
4741 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
4742 (__mktime_internal): Avoid integer overflow with unary subtraction
4743 in two instances where -1 - X is an adequate replacement for -X,
4744 since the calculations are approximate.
4745
4746 2011-01-29 Eric Blake <eblake@redhat.com>
4747
4748 mktime: avoid infinite loop
4749 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
4750 type; behavior is still undefined but portable to all known targets.
4751 Reported by Rich Felker.
4752
4753 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
4754
4755 mktime: avoid problems on NetBSD 5 / i386
4756 * lib/mktime.c (long_int): New type. This works around a problem
4757 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
4758 but time_t is 64 bits, and where I expect the existing code is
4759 wrong in some cases.
4760 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
4761 (ydhms_diff): Bring back the compile-time check for wide-enough
4762 year and yday.
4763
4764 mktime: fix misspelling in comment
4765 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
4766 This merges all recent glibc changes of importance.
4767
4768 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4769
4770 move-if-change: cope with concurrent mv of identical file.
4771 * move-if-change (CMPPROG): Accept environment
4772 variable as an override for `cmp'.
4773 (usage): Document CMPPROG.
4774 Adjust comparison to drop stdout. Cope with failure of mv if
4775 the target file exists and is identical to the source, for
4776 parallel builds.
4777 Report from H.J. Lu against binutils in PR binutils/12283.
4778
4779 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4780
4781 * lib/makefile.w32-in:
4782 * lib/getopt_.h: New files.
4783
4784 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
4785
4786 improve fix for MS-DOS file name clash
4787 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
4788 for portability to POSIX make. Reported by Bruno Haible.
4789 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
4790 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
4791 files from accumulating as garbage. Also reported by Bruno Haible.
4792
4793 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
4794
4795 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
4796 * Makefile.in (DOS-gnulib-comp.m4): New macro.
4797 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
4798 problems with MS-DOS 8+3 file name restrictions.
4799 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
4800 it, it would also cause problems when extracting Emacs distribution
4801 tarballs on MS-DOS hosts.
4802 (ACLOCAL_INPUTS): Adjust to file renaming.
4803 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
4804 * config.guess, config.sub: Sync from gnulib.
4805 * m4/gnulib-cache.m4: Remove from repository.
4806 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
4807
4808 2011-01-25 Glenn Morris <rgm@gnu.org>
4809
4810 * README: Add a note about ranges in copyright years.
4811
4812 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
4813
4814 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
4815
4816 * configure.in: Add HP-UX on IA64 (Bug#6811).
4817
4818 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
4819
4820 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
4821 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
4822 as it is no longer needed.
4823 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
4824 * configure.in: Invoke the new gnulib macro
4825 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
4826 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
4827 * m4/getopt.m4: Sync from gnulib; this removes the need for
4828 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
4829 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
4830 New macro, synced from gnulib.
4831 * m4/warn-on-use.m4: Remove.
4832
4833 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
4834
4835 aclocal.m4: put this file back into repository
4836 This way, we don't have to assume that the maintainer has
4837 the automake package installed. See
4838 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
4839 * .bzrignore: Remove aclocal.m4, undoing the previous change.
4840 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
4841 undoing the previous change.
4842 * aclocal.m4: New file (actually, resurrected).
4843
4844 2011-01-22 Miles Bader <miles@gnu.org>
4845
4846 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
4847 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
4848 Emacs directly uses fontconfig, and breaks building when using a
4849 strict linker).
4850
4851 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
4852
4853 src/config.in: shrink slightly
4854 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
4855 This makes src/config.in a bit smaller, by removing identifiers
4856 like GNULIB_TEST_MKTIME that Emacs does not need.
4857 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
4858 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
4859 Sync from gnulib. This removes a few more unnecessary symbols from
4860 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
4861 * configure, src/config.in: Regenerate.
4862
4863 aclocal.m4: tweaks to regenerate more conveniently
4864 This attempts to act better when the source is in a weird state. See
4865 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
4866 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
4867 * .bzrignore: Add aclocal.m4.
4868
4869 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
4870
4871 aclocal.m4: omit auto-generated file from repository
4872 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
4873 the most recent change here.
4874 * aclocal.m4: Remove from bzr repository. This file is
4875 auto-generated and isn't needed to run 'configure'. See
4876 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
4877
4878 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
4879
4880 Minor Makefile.in tweaks to build from gnulib better.
4881 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
4882 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
4883 (top_maintainer_clean): Don't remove aclocal.m4.
4884
4885 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
4886
4887 Minor cleanups for 'bzr status'
4888 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
4889 the output of config.guess.
4890 * Makefile.in (top_distclean): Remove stamp-h1 too.
4891
4892 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
4893 defined if the compiler supports GCC-style __attribute__
4894 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
4895 this syntax.
4896
4897 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
4898
4899 Makefile.in: tidy up the building of lib
4900 * Makefile.in (am--refresh): Mark as .PHONY.
4901 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
4902 as they're not rebuilt unless you do a "make sync-from-gnulib"
4903 and the former is needed for "configure".
4904 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
4905 has already removed lib/Makefile.
4906
4907 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
4908 This avoids building ftoastr and ldtoastr, which aren't needed. See
4909 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
4910
4911 * .bzrignore: Add .h files that are host-dependent.
4912 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
4913 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
4914 host-dependent and are built as part of an ordinary 'make', and
4915 should not be checked in.
4916
4917 * lib/Makefile.in: Regenerate.
4918 * lib/COPYING: New file, a copy of COPYING.
4919
4920 * configure: Regenerate.
4921 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
4922
4923 Regenerate.
4924 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
4925 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
4926 New files, copied from gnulib by gnulib-tool.
4927 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
4928 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4929 Regenerate.
4930
4931 Use gnulib's getopt-gnu module.
4932 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
4933 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
4934 representative of the dependencies.
4935 * configure.in: Do not configure getopt, as gnulib does that now.
4936 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
4937 getopt now, in lib.
4938
4939 Regenerate.
4940 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
4941 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
4942 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
4943 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
4944 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
4945 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
4946 * m4/wchar_t.m4, warn-on-use.h:
4947 New files, copied from gnulib by gnulib-tool.
4948 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4949 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4950 Regenerate.
4951
4952 Use gnulib's mktime module.
4953 * Makefile.in (GNULIB_MODULES): Add mktime.
4954 * configure.in: Remove code no longer needed, as gnulib now does it.
4955 (AC_CHECK_FUNCS): Remove mktime.
4956 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
4957 (__restrict): Remove, as this now gets in the way of the C99
4958 support for 'restrict' pulled in by the gnulib mktime module.
4959 Code should now use 'restrict' and not '__restrict".
4960 (mktime): Remove.
4961 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
4962 and warn-on-use.h into the distribution.
4963
4964 Regenerate.
4965 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
4966 * lib/ldtoastr.c, m4/c-strtod.m4:
4967 New files, copied from gnulib by gnulib-tool.
4968 * lib/dummy.c: Remove.
4969 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4970 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4971 Regenerate.
4972
4973 Use gnulib's ftoastr module.
4974 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
4975
4976 Regenerate.
4977 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
4978 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
4979 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
4980 New files, generated automatically, with 'make sync-from-gnulib'
4981 followed by 'make'.
4982 * configure: Regenerate.
4983
4984 Automate syncing from gnulib.
4985 * INSTALL, README: Document new subdirectory 'lib'.
4986 * Makefile.in (SUBDIR): Add lib.
4987 (SUBDIR_MAKEFILES): Add lib/Makefile.
4988 (lib-src, src, TAGS, tags): Depend on lib.
4989 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
4990 ($(gnulib_srcdir)): New rule.
4991 (sync-from-gnulib): New rule, which is .PHONY.
4992 (lib): New rule, which is like lib-src.
4993 (Makefile): Depend on lib/Makefile.in.
4994 (AUTOCONF_INPUTS): Depend on aclocal.m4.
4995 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
4996 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
4997 (am--refresh): New rule, to pacify Automake.
4998 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
4999 Clean lib, too.
5000 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
5001 droppings.
5002 (maintainer-clean, extraclean): Use it.
5003 * configure.in: Initialize for automake and gnulib, by invoking
5004 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
5005 lib/Makefile, too. Use automake to build gnulib, as gnulib works
5006 more conveniently with automake.
5007 * lib/Makefile.am: New file.
5008 * make-dist: Also put into the distribution aclocal.m4,
5009 compile, depcomp, missing, and the files under lib/.
5010
5011 2011-01-15 Glenn Morris <rgm@gnu.org>
5012
5013 * Makefile.in (epaths-force): No more arch-tag to edit.
5014
5015 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
5016
5017 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
5018
5019 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
5020
5021 * make-dist: Distribute test/ files too.
5022 Distribute every file under test/ that is under version control,
5023 using patterns like *.el to capture files that are added later.
5024 Without this change, "configure" would fail, because it would
5025 attempt to build from a Makefile.in that was not distributed.
5026
5027 2011-01-13 Christian Ohler <ohler@gnu.org>
5028
5029 * Makefile.in (INFO_FILES): Add ERT.
5030
5031 * Makefile.in (check): Run tests in test/automated.
5032
5033 * Makefile.in:
5034 * configure.in: Add test/automated/Makefile.
5035
5036 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
5037
5038 * install-sh, mkinstalldirs, move-if-change: Update from master
5039 source in gnulib.
5040
5041 * config.guess, config.sub: Updated from master source.
5042
5043 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
5044
5045 * configure.in: Check for __builtin_unwind_init.
5046
5047 2011-01-05 Glenn Morris <rgm@gnu.org>
5048
5049 * configure.in (HAVE_MAKEINFO): New output variable.
5050 (MAKEINFO): Reset to "makeinfo" if not found.
5051 * Makefile.in (install-arch-indep, info):
5052 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
5053
5054 2010-12-29 Ulrich Müller <ulm@gentoo.org>
5055
5056 * configure.in: Make gameuser configurable (Bug#7717).
5057
5058 2010-12-15 Glenn Morris <rgm@gnu.org>
5059
5060 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
5061 long absent lib-src/fns-*.el.
5062
5063 2010-12-11 Glenn Morris <rgm@gnu.org>
5064
5065 * make-dist: Exclude etc/*.pyc.
5066
5067 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
5068
5069 * configure.in: Don't double machfile in final message.
5070
5071 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
5072
5073 * configure.in: Fix last change.
5074
5075 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
5076
5077 * configure.in: Remove reference to removed machine description
5078 files and allow $machine and $machfile to be empty.
5079 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
5080
5081 2010-12-03 Glenn Morris <rgm@gnu.org>
5082
5083 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
5084
5085 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
5086
5087 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
5088 (EXTERNALLY_VISIBLE): New definition.
5089
5090 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
5091
5092 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
5093
5094 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5095
5096 * configure.in: Do not check for unconditionally included headers.
5097
5098 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
5101
5102 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
5103
5104 * configure.in: Don't write a warning for D-Bus anymore.
5105
5106 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
5107
5108 * configure.in: Fix indentation.
5109
5110 2010-10-31 Ken Brown <kbrown@cornell.edu>
5111
5112 * configure.in (checking whether localtime caches TZ):
5113 Use unsetenv instead of modifying environment directly.
5114
5115 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
5116
5117 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
5118 to avoid warning.
5119
5120 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5121
5122 * configure.in: Remove the BROKEN annotation from GnuTLS.
5123
5124 2010-10-22 Glenn Morris <rgm@gnu.org>
5125
5126 * make-dist: Avoid listing .el files twice. Don't try to run
5127 autoconf if --no-update.
5128
5129 2010-10-20 Glenn Morris <rgm@gnu.org>
5130
5131 * make-dist: No longer create lisp/MANIFEST.
5132
5133 2010-10-14 Glenn Morris <rgm@gnu.org>
5134
5135 * BUGS, INSTALL.BZR, README: Updates.
5136
5137 2010-10-13 Glenn Morris <rgm@gnu.org>
5138
5139 * make-dist: Remove --compress. Check for the appropriate
5140 gzip-like executable, and if not found, don't compress.
5141 Check version number in README, don't change it.
5142 Use find for nt/inc/*.h.
5143
5144 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
5145
5146 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
5147 Remove trailing / from directory names.
5148
5149 2010-10-12 Glenn Morris <rgm@gnu.org>
5150
5151 * make-dist: Update and simplify.
5152
5153 2010-10-12 Eli Zaretskii <eliz@gnu.org>
5154
5155 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
5156
5157 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5158
5159 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
5160
5161 2010-10-09 Glenn Morris <rgm@gnu.org>
5162
5163 * make-dist: No more doc/emacs/*.texi.in.
5164
5165 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
5166
5167 2010-10-09 Glenn Morris <rgm@gnu.org>
5168
5169 * configure.in: Combine some conditionals.
5170
5171 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
5172 * make-dist: Include doc/emacs/*.texi.in.
5173
5174 * INSTALL, make-dist: Remove references to b2m.
5175 * Makefile.in (MAN_PAGES): Remove b2m.1.
5176
5177 2010-10-05 Glenn Morris <rgm@gnu.org>
5178
5179 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
5180
5181 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5182
5183 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
5184
5185 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
5186
5187 * configure.in: Include stdlib.h and string.h unconditionally.
5188
5189 2010-09-29 Romain Francoise <romain@orebokech.com>
5190
5191 * configure.in: Don't enable ImageMagick unless HAVE_X11.
5192
5193 2010-09-28 Glenn Morris <rgm@gnu.org>
5194
5195 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
5196 happy.
5197
5198 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5199
5200 * configure.in: Enable imagemagick by default.
5201
5202 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5203
5204 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
5205 GnuTLS libraries.
5206
5207 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
5208
5209 * configure.in: Set up GnuTLS.
5210
5211 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
5212
5213 * configure.in: Announce whether libxml2 is linked to.
5214
5215 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5216
5217 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
5218
5219 2010-09-18 Eli Zaretskii <eliz@gnu.org>
5220
5221 * config.bat: Detect that libxml2 is installed and if so, build
5222 with it.
5223
5224 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5225
5226 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
5227 be used. This fixes a conf problem on Mac OS X.
5228
5229 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5230
5231 * configure.in: Check for libxml2.
5232
5233 2010-09-09 Glenn Morris <rgm@gnu.org>
5234
5235 * make-dist: No more TODO files under lisp/.
5236
5237 2010-09-04 Eli Zaretskii <eliz@gnu.org>
5238
5239 * config.bat: Produce lisp/gnus/_dir-locals.el from
5240 lisp/gnus/.dir-locals.el.
5241
5242 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
5243
5244 * configure.in: Fix check for librsvg, imagemagick and
5245 MagickExportImagePixels.
5246
5247 2010-08-18 Joakim Verona <joakim@verona.se>
5248
5249 * Makefile.in, configure.in: Checks for ImageMagick.
5250
5251 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
5252
5253 * configure.in (AC_PREREQ): Require autoconf 2.65.
5254
5255 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
5256
5257 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
5258
5259 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
5260
5261 * configure.in: Add AC_C_BIGENDIAN.
5262
5263 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
5264
5265 * configure.in (ORDINARY_LINK): Use on hpux* too.
5266
5267 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
5268
5269 * configure.in: Check for util.h.
5270 Use -Wimplicit-function-declaration if compiler supports it.
5271
5272 2010-08-05 Eli Zaretskii <eliz@gnu.org>
5273
5274 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
5275
5276 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
5277
5278 * configure.in: Restore accidentally removed use of
5279 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
5280
5281 2010-07-29 Chad Brown <yandros@mit.edu>
5282
5283 * configure.in: Check for dirent.h.
5284
5285 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
5286
5287 * configure.in: Remove reference to usg5-4, unused.
5288
5289 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
5290
5291 * configure.in: Check for __executable_start.
5292
5293 2010-07-24 Ken Brown <kbrown@cornell.edu>
5294
5295 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
5296
5297 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
5298
5299 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
5300
5301 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
5302
5303 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
5304
5305 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5306
5307 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
5308 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
5309 (C_OPTIMIZE_SWITCH): Remove.
5310 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
5311
5312 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
5313
5314 * configure.in: Don't check for index and rindex, check for strchr
5315 and strrchr. Define strchr and strrchr as index and rindex,
5316 resp., in src/config.h if not available.
5317
5318 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
5319
5320 * configure.in: Use -Wold-style-definition if available.
5321 This helps with the transition to standard C code, it can be
5322 removed when done.
5323
5324 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
5325
5326 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
5327 and MSWindows.
5328
5329 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
5330
5331 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
5332 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
5333
5334 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5335
5336 * configure.in (getenv): Remove K&R declaration.
5337
5338 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
5339
5340 * configure.in: Remove define __P.
5341
5342 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
5343
5344 * configure.in (--enable-use-lisp-union-type): New flag.
5345
5346 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
5347
5348 Fix CFLAGS for non-GCC compilers.
5349 * configure.in (CFLAGS): Always use -g like it was done before the
5350 2010-03-30 change.
5351 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
5352 (Bug#6538)
5353
5354 2010-06-30 Glenn Morris <rgm@gnu.org>
5355
5356 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
5357 Set with AC_DEFINE rather than AH_BOTTOM.
5358
5359 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC)
5360 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
5361 Set with shell, not cpp.
5362 (LIBX): Remove, just use -lX11 in the one place this was used.
5363 (cannot_dump): Replace with CANNOT_DUMP.
5364
5365 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
5366
5367 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
5368 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
5369 by minimum required Gtk+ 2.6). Add checks for functions introduced
5370 in Gtk+ 2.14 or newer (bug#6505).
5371
5372 2010-06-26 Eli Zaretskii <eliz@gnu.org>
5373
5374 * config.bat: Remove white space around "+" in COPY commands.
5375
5376 2010-06-23 Glenn Morris <rgm@gnu.org>
5377
5378 * info/dir: Start descriptions in column 32, per Texinfo convention.
5379
5380 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
5381
5382 * INSTALL: Update font information (Bug#6389).
5383
5384 2010-06-16 Glenn Morris <rgm@gnu.org>
5385
5386 * INSTALL: General update.
5387
5388 2010-06-12 Glenn Morris <rgm@gnu.org>
5389
5390 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
5391
5392 2010-06-11 Glenn Morris <rgm@gnu.org>
5393
5394 * configure.in (--without-compress-info): New option.
5395 (GZIP_INFO): New output variable.
5396
5397 * Makefile.in (GZIP_INFO): New, set by configure.
5398 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
5399 Handle man pages in the same way.
5400
5401 2010-06-10 Glenn Morris <rgm@gnu.org>
5402
5403 * Makefile.in (install-arch-indep): Gzip the info files too.
5404
5405 * make-dist: Remove references to non-existent directories and files.
5406
5407 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
5408
5409 * configure.in: Include <strings.h> and <string.h> instead of
5410 "strings.h" and "string.h".
5411
5412 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
5413
5414 * configure.in: Remove code dealing with BSTRING.
5415
5416 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
5417
5418 * configure.in (AC_PREREQ): Require autoconf 2.65.
5419
5420 * configure.in (unxec): Do not define and substitute.
5421 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
5422
5423 2010-06-03 Glenn Morris <rgm@gnu.org>
5424
5425 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
5426
5427 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
5428
5429 Fix alloca definition when using gcc on non-gnu systems.
5430 * configure.in: Use the code sequence indicated by "info autoconf"
5431 for alloca (bug#6170).
5432
5433 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * .bzrignore: Ignore new files from trunk, which appear if you use
5436 colocated branches (i.e. "bzr switch").
5437
5438 2010-05-28 Glenn Morris <rgm@gnu.org>
5439
5440 * configure.in: Simplify some of the $canonical tests.
5441
5442 2010-05-27 Glenn Morris <rgm@gnu.org>
5443
5444 * config.bat: Do not preprocess src/Makefile.in.
5445
5446 * configure.in: Do not preprocess src/Makefile.in.
5447 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
5448 (AC_EGREP_CPP): Test no longer needed.
5449
5450 * make-dist: No more Makefile.c files.
5451
5452 2010-05-26 Glenn Morris <rgm@gnu.org>
5453
5454 * configure.in (YMF_PASS_LDFLAGS): Remove.
5455 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
5456
5457 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
5458 Add $GNUSTEP_LOCAL_HEADERS.
5459 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
5460
5461 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
5462 (GNUSTEP_MAKEFILES): Remove.
5463 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
5464 stuff to here.
5465
5466 2010-05-25 Glenn Morris <rgm@gnu.org>
5467
5468 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
5469 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
5470
5471 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
5472 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
5473 here instead.
5474
5475 2010-05-24 Romain Francoise <romain@orebokech.com>
5476
5477 * make-dist: Look for version in src/emacs.c.
5478 Use lisp/subr.el rather than lisp/version.el for location check.
5479
5480 2010-05-21 Glenn Morris <rgm@gnu.org>
5481
5482 * configure.in (MKDEPDIR): Parallel build tweak.
5483
5484 * configure.in (ns_frag): New output file.
5485
5486 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
5487 (OLDXMENU_TARGET): Set to empty if USE_GTK.
5488
5489 * configure.in (cannot_dump): New output variable.
5490
5491 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
5492
5493 * configure.in: On NetBSD, if terminfo is found, use it in
5494 preference to termcap. (Bug#6190)
5495
5496 2010-05-20 Glenn Morris <rgm@gnu.org>
5497
5498 * make-dist (src): Include *.mk.
5499 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
5500 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
5501 (deps_frag): New output file.
5502 (AUTO_DEPEND): Remove this definition.
5503
5504 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
5505
5506 2010-05-19 Glenn Morris <rgm@gnu.org>
5507
5508 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
5509 (ORDINARY_LINK): New AC_DEFINE.
5510 (LIB_GCC): No need to set if ORDINARY_LINK.
5511
5512 2010-05-18 Glenn Morris <rgm@gnu.org>
5513
5514 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
5515 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
5516
5517 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
5518 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
5519 (RALLOC_OBJ): New output variable.
5520
5521 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
5522 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
5523
5524 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5525
5526 * Makefile.in (src): Provide the name of the VCS file that witnesses
5527 a pull.
5528 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
5529
5530 2010-05-17 Glenn Morris <rgm@gnu.org>
5531
5532 * configure.in (OLDXMENU_DEPS): New output variable.
5533
5534 2010-05-16 Glenn Morris <rgm@gnu.org>
5535
5536 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
5537
5538 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
5539 * Makefile.in (install-arch-dep): Update for above change.
5540
5541 * Makefile.in (ns_appdir): Remove.
5542 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
5543
5544 * configure.in (TEMACS_LDFLAGS2): New output variable.
5545
5546 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
5547 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
5548 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
5549 nothing uses.
5550
5551 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
5552
5553 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
5554 does not use them.
5555 (X11R5_INHIBIT_I18N): Remove, unused.
5556
5557 2010-05-15 Glenn Morris <rgm@gnu.org>
5558
5559 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
5560
5561 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
5562
5563 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
5564
5565 * configure.in: Look for version string in its new location.
5566
5567 2010-05-15 Eli Zaretskii <eliz@gnu.org>
5568
5569 * config.bat: Remove support for DJGPP v1.x.
5570
5571 2010-05-15 Glenn Morris <rgm@gnu.org>
5572
5573 * configure.in (OLDXMENU_TARGET): New output variable.
5574
5575 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
5576
5577 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
5578 and other files that no longer exist.
5579
5580 2010-05-14 Glenn Morris <rgm@gnu.org>
5581
5582 * configure.in (cpp_undefs): Add mktime, register, X11.
5583
5584 * configure.in (GPM_MOUSE_SUPPORT): Remove.
5585 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
5586 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
5587
5588 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
5589 (GNUSTEP_MAKEFILES): Do not output.
5590
5591 2010-05-13 Glenn Morris <rgm@gnu.org>
5592
5593 * configure.in: Fix some paren typos.
5594
5595 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
5596
5597 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
5598
5599 2010-05-12 Glenn Morris <rgm@gnu.org>
5600
5601 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
5602
5603 * configure.in (LIB_GCC): New output variable.
5604
5605 2010-05-11 Glenn Morris <rgm@gnu.org>
5606
5607 * make-dist (msdos): No more mainmake.
5608
5609 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
5610 * config.bat: Do not run cpp on lib-src/Makefile.in.
5611
5612 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
5613
5614 2010-05-10 Glenn Morris <rgm@gnu.org>
5615
5616 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
5617
5618 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
5619 (BLESSMAIL_TARGET): New output variable.
5620
5621 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5622
5623 * INSTALL: Fix typos.
5624
5625 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5626
5627 * configure.in: Add check for buggy version of GCC (Bug#6031).
5628
5629 2010-05-08 Glenn Morris <rgm@gnu.org>
5630
5631 * configure.in (HAVE_LIBNCURSES): New local variable.
5632 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
5633 replacing cpp in src/s/*.h and src/Makefile.in.
5634
5635 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5636
5637 * Version 23.2 released.
5638
5639 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5640
5641 * configure.in: Add tests for `isnan' and `copysign'.
5642
5643 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5644
5645 * config.bat: Allow for 2 leading `#'s in comments in
5646 src/Makefile.in.
5647
5648 2010-05-07 Glenn Morris <rgm@gnu.org>
5649
5650 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
5651 Merges logic from src/s/* and src/Makefile.in.
5652 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
5653
5654 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
5655
5656 Define START_FILES and LIB_STANDARD using autoconf.
5657 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
5658 here from src/s/*.h.
5659 (HAVE_CRTIN): Remove, inline logic in the netbsd
5660 START_FILES/LIB_STANDARD computation.
5661
5662 2010-05-06 Glenn Morris <rgm@gnu.org>
5663
5664 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
5665
5666 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
5667 (LD_SWITCH_X_SITE): Remove unused variables.
5668
5669 2010-05-04 Glenn Morris <rgm@gnu.org>
5670
5671 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
5672 as well.
5673 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
5674
5675 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
5676
5677 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
5678 variables, replacing c_switch_machine, c_switch_system.
5679 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
5680 @c_switch_system@.
5681
5682 2010-05-03 Glenn Morris <rgm@gnu.org>
5683
5684 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
5685
5686 * make-dist: There are no more src/m/*.inp files.
5687
5688 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5689
5690 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
5691 (ac_link): Do not use ld_switch_machine.
5692
5693 2010-05-01 Glenn Morris <rgm@gnu.org>
5694
5695 * configure.in (OTHER_OBJ): Remove.
5696 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
5697
5698 2010-04-30 Glenn Morris <rgm@gnu.org>
5699
5700 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
5701 Elsewhere, maybe include it.
5702
5703 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
5704 (OLDXMENU, LIBXMENU): New output variables.
5705
5706 * configure.in (OTHER_OBJ): New output variable.
5707
5708 2010-04-28 Glenn Morris <rgm@gnu.org>
5709
5710 * configure.in (CYGWIN_OBJ): New output variable.
5711
5712 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
5713
5714 * configure.in (FONT_OBJ): New output variable.
5715
5716 * configure.in (LIBXMU): New output variable.
5717
5718 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
5719
5720 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
5721 userland and maybe change values to i386 (move test from s/amdx86-64.h).
5722
5723 2010-04-27 Glenn Morris <rgm@gnu.org>
5724
5725 * configure.in (LIBXTR6): New output variable. Move unixware special
5726 case here from src/s/unixware.h.
5727
5728 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
5729 in Makefiles.
5730 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
5731
5732 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
5733 (LIBXP): No longer substitute in Makefiles.
5734 (MOTIF_LIBW): New output variable. Move system-specific settings here
5735 from src/s files.
5736
5737 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
5738
5739 Reduce CPP usage.
5740 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
5741 (unexec): Define unconditionally, all platforms define
5742 UNEXEC. AC_SUBST it.
5743 (UNEXEC_SRC): Remove, unused.
5744 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
5745
5746 2010-04-27 Glenn Morris <rgm@gnu.org>
5747
5748 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
5749 replaced by LIBXP.
5750
5751 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
5752 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
5753 On hpux10-20, default to /lib.
5754
5755 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
5756
5757 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
5758
5759 * configure.in (LIBS_MACHINE): Remove, unused.
5760
5761 * configure.in (LIB_MATH): New output variable. Set it for some systems.
5762
5763 2010-04-24 Glenn Morris <rgm@gnu.org>
5764
5765 * configure.in (CRT_DIR): New output variable.
5766 (--with-crt-dir): New option. (Bug#5655)
5767 (HAVE_LIB64_DIR): Remove.
5768
5769 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
5770
5771 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
5772
5773 2010-04-22 Miles Bader <miles@gnu.org>
5774
5775 * configure.in: Get rid of "unix" pre-defined macro when
5776 preprocessing Makefile. (Bug#5857)
5777
5778 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
5779
5780 Avoid non-portable shell command negation
5781 * configure.in: Revert last change.
5782
5783 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5784
5785 * configure.in: Change "if test ! -f" to "if ! test -f".
5786
5787 2010-04-21 Glenn Morris <rgm@gnu.org>
5788
5789 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
5790 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
5791
5792 2010-04-21 Karel Klíč <kklic@redhat.com>
5793
5794 * configure.in: New option: --with(out)-selinux, on by default.
5795 Set HAVE_LIBSELINUX if we find libselinux, and substitute
5796 LIBSELINUX_LIBS in Makefiles.
5797
5798 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
5799
5800 * configure.in: Remove all references to LIBX11_SYSTEM.
5801
5802 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5803
5804 * configure.in: Remove all references to C_DEBUG_SWITCH.
5805
5806 2010-03-27 Eli Zaretskii <eliz@gnu.org>
5807
5808 * config.bat <lib-src>: Edit out lines that begin with several #
5809 characters.
5810
5811 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5812
5813 * configure.in: Remove support for old UNIX System V systems and
5814 for Unixware on non-x86 machines.
5815
5816 * configure.in: Remove support for Solaris on PPC and for old versions.
5817
5818 * configure.in: Remove non-working lynxos port.
5819
5820 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5821
5822 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
5823
5824 2010-03-19 Glenn Morris <rgm@gnu.org>
5825
5826 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
5827 happy.
5828
5829 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
5830
5831 * configure.in: Check for tputs and friends, abort if not
5832 found (bug#5735).
5833
5834 2010-03-18 Glenn Morris <rgm@gnu.org>
5835
5836 * configure.in (--with-x-toolkit): In the help text, say which options
5837 are synonyms.
5838
5839 * configure.in (--with-mmdf, --with-mail-unlink):
5840 New options, off by default.
5841 (--with-mailhost): New option to set default POP host.
5842 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
5843 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
5844 New variables, substituted in Makefiles.
5845 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
5846 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
5847 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
5848 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
5849 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
5850
5851 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5852
5853 * Makefile.in (uninstall): Handle the case where archlibdir does not
5854 exist. (Bug#5720)
5855
5856 2010-03-12 Eli Zaretskii <eliz@gnu.org>
5857
5858 These changes remove termcap.c from the build on POSIX platforms.
5859 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
5860
5861 * configure: Regenerated.
5862
5863 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5864
5865 * Branch for 23.2.
5866
5867 2010-01-31 Juri Linkov <juri@jurta.org>
5868
5869 * .bzrignore: Add TAGS-LISP.
5870
5871 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5872
5873 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
5874 this header file).
5875
5876 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5877
5878 * .bzrignore: Ignore all .exe, instead of individual files.
5879
5880 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
5881
5882 * configure.in: Explicitly check for and link to -lXrender.
5883
5884 2010-01-12 Glenn Morris <rgm@gnu.org>
5885
5886 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
5887 for bug reports for development versions.
5888
5889 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5890
5891 * .bzrignore: Add more ignored patterns, including for the MS-DOS
5892 build.
5893
5894 2009-12-27 Karl Fogel <kfogel@red-bean>
5895
5896 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
5897 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
5898
5899 2009-12-17 Glenn Morris <rgm@gnu.org>
5900
5901 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
5902
5903 2009-12-15 Glenn Morris <rgm@gnu.org>
5904
5905 * info/dir: Add EDT entry.
5906 * Makefile.in (INFO_FILES): Add edt.
5907
5908 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
5909
5910 * configure.in: Check for RSVG if GNUstep is used.
5911
5912 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
5913
5914 * configure.in: Don't check for RSVG or GConf unless X11 is used.
5915
5916 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
5917
5918 * configure.in: Allow compiling Emacs with GTK on Cygwin.
5919
5920 2009-12-01 Glenn Morris <rgm@gnu.org>
5921
5922 * make-dist: Add etc/images/mpc directory.
5923
5924 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5925
5926 * configure.in: Don't check for GConf unless X is used.
5927
5928 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5929
5930 * configure.in: Use -Wdeclaration-after-statement if available.
5931
5932 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5933
5934 * configure.in: New option: --with(out)-gconf.
5935 Set HAVE_GCONF if we find gconf.
5936
5937 2009-11-17 Glenn Morris <rgm@gnu.org>
5938
5939 * Makefile.in (INFO_FILES): Add semantic.
5940
5941 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
5942
5943 * info/dir: Add Semantic.
5944
5945 2009-11-16 Glenn Morris <rgm@gnu.org>
5946
5947 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
5948 pattern, so as not to exclude makefile*.el. (Bug#4912)
5949
5950 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
5951
5952 * configure.in: --enable-autodepend is new. Check for GNU Make
5953 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
5954 gcc and GNU make to generate dependencies.
5955
5956 2009-10-27 Glenn Morris <rgm@gnu.org>
5957
5958 * make-dist: Make links to doc/lispintro/*.pdf.
5959
5960 2009-10-23 Jim Meyering <meyering@redhat.com>
5961
5962 * configure.in: Invoke $CPP with -P when creating Makefile and
5963 src/Makefile. Without this, gcc 4.4.2 converts each
5964 backslash-newline pair in the input to a bare newline, yielding
5965 invalid Makefiles.
5966
5967 * configure: Regenerate.
5968
5969 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5970
5971 * configure.in (vax-dec-vms): Remove, not supported anymore.
5972
5973 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5974
5975 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
5976 (*-apple-darwin*): Add x86_64 architecture.
5977
5978 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5979
5980 * config.guess, config.sub: Updated from master source.
5981
5982 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
5983
5984 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
5985
5986 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
5987
5988 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
5989
5990 2009-09-29 Glenn Morris <rgm@gnu.org>
5991
5992 * make-dist (check): Update for two new levels of subdirectory in lisp/.
5993
5994 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5995
5996 * config.guess, config.sub: Updated from master source.
5997
5998 * configure.in (OTHER_FILES): Define using autoconf not cpp.
5999
6000 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6001
6002 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
6003
6004 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6005
6006 * INSTALL: Update URL for GNU FreeFont.
6007
6008 2009-09-09 Glenn Morris <rgm@gnu.org>
6009
6010 * Makefile.in (install-arch-indep): Don't recursively change perms of
6011 site-lisp and infodir. There may be non-Emacs files in here, and the
6012 files supplied by Emacs are all handled explicitly already. (Bug#3800)
6013 (mkdir): Set umask to world-readable before creating directories.
6014 mkinstalldirs already checks if dirs exist, don't duplicate this test.
6015
6016 2009-08-29 Glenn Morris <rgm@gnu.org>
6017
6018 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
6019 (info): Don't give an error in the absence of makeinfo - let the doc
6020 Makefiles do that, if the info files need rebuilding. (Bug#3982)
6021
6022 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
6023
6024 * Makefile.in (install-arch-indep): If the versioned DOC-####
6025 generated during loadup+dump isn't found, install the plain DOC
6026 file that always gets generated, in case CANNOT_DUMP is set.
6027
6028 * configure.in: Warn if package version specified here doesn't
6029 match the version in version.el.
6030 * configure: Regenerate.
6031
6032 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
6033
6034 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
6035
6036 * configure: Regenerate.
6037
6038 2009-08-19 Glenn Morris <rgm@gnu.org>
6039
6040 * INSTALL: Remove reference to cvtmail.
6041
6042 2009-08-15 CHENG Gao <chenggao@gmail.com>
6043
6044 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
6045
6046 2009-08-02 Kevin Ryde <user42@zip.com.au>
6047
6048 * INSTALL: Fix free fonts URL.
6049
6050 2009-07-22 Glenn Morris <rgm@gnu.org>
6051
6052 * configure.in (AC_PREREQ): Require autoconf 2.62.
6053
6054 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
6055
6056 * configure.in (--enable-checking, --enable-profiling):
6057 Use AS_HELP_STRING.
6058
6059 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6060
6061 * configure.in (--enable-profiling): New option.
6062 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
6063
6064 2009-06-27 Glenn Morris <rgm@gnu.org>
6065
6066 * configure.in: Restore netbsd on mips, mipsel, mipseb.
6067
6068 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6069
6070 * configure.in (--enable-checking): New option.
6071
6072 2009-06-24 Glenn Morris <rgm@gnu.org>
6073
6074 * make-dist: Warn if subdir does not exist in source.
6075 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
6076 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
6077 No longer make links.
6078
6079 2009-06-24 Yavor Doganov <yavor@gnu.org>
6080
6081 * make-dist (tempdir): Don't create directories preferences.gorm
6082 and preferences.nib, they are no longer required.
6083
6084 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
6085
6086 * Branch for 23.1.
6087
6088 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
6089
6090 * configure.in: Delete mac-fix-env target, which has been
6091 removed (Bug#3531).
6092
6093 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6094
6095 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
6096
6097 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
6098
6099 * BUGS: Use new binding of view-emacs-problems.
6100
6101 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
6102
6103 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
6104 for Solaris compatibility.
6105
6106 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
6107
6108 * configure: Regenerate.
6109
6110 * configure.in: Disable use of FreeType without libXft.
6111
6112 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
6113
6114 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
6115 Check if it is declared in gtk.h.
6116
6117 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
6118
6119 * Makefile.in (install-arch-indep): Remove .gitignore files.
6120
6121 2009-04-03 Kenichi Handa <handa@m17n.org>
6122
6123 * INSTALL: Make the section "Complex Text Layout support
6124 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
6125
6126 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
6127
6128 * configure.in (rs6000-ibm-aix6*): Fix typo.
6129
6130 2009-03-04 Glenn Morris <rgm@gnu.org>
6131
6132 * Makefile.in (INFO_FILES): Add auth.
6133
6134 2009-03-03 Glenn Morris <rgm@gnu.org>
6135
6136 * info/dir: Add Auth-source.
6137
6138 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
6141 the second.
6142
6143 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6144
6145 * config.bat: Copy .dbxinit to _dbxinit.
6146
6147 * make-dist (Making links to `info'): Remove .gitignore.
6148
6149 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6150
6151 * Makefile.in (lib-src, lisp): Use simpler rule.
6152 (src): Be more specific to avoid recompiling all the .elc files just
6153 because the bootstrap-emacs is missing.
6154
6155 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
6156
6157 * configure.in: Require librsvg >= 2.11.
6158
6159 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6160
6161 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
6162 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
6163
6164 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6165
6166 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
6167
6168 2009-02-03 Glenn Morris <rgm@gnu.org>
6169
6170 * make-dist: Add some missing files, remove some that are no longer
6171 present.
6172
6173 2009-02-02 Glenn Morris <rgm@gnu.org>
6174
6175 * make-dist: Add some missing nextstep/ files.
6176
6177 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
6178
6179 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
6180
6181 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6182
6183 * configure.in: Add support for m68k-*-netbsd.
6184
6185 2009-01-14 Juri Linkov <juri@jurta.org>
6186
6187 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
6188
6189 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
6190 and bug-reference-mode.
6191
6192 2009-01-11 Juri Linkov <juri@jurta.org>
6193
6194 * INSTALL.CVS: Move configuration explicitly to the first step.
6195
6196 2009-01-09 Glenn Morris <rgm@gnu.org>
6197
6198 * .dir-locals.el: Don't set indent-tabs-mode.
6199
6200 2008-12-30 Kenichi Handa <handa@m17n.org>
6201
6202 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
6203 the function OTF_get_variation_glyphs.
6204
6205 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
6206
6207 * Makefile.in (install-arch-dep): Remove old directories in
6208 ns_app* before moving new directories there.
6209
6210 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
6211
6212 * .dir-locals.el: Remove non-working entry for pmail.
6213 (fill-column): Fix typo.
6214 (change-log-mode): Add fill column.
6215
6216 2008-12-26 Eli Zaretskii <eliz@gnu.org>
6217
6218 * config.bat: Produce _dir-locals.el from .dir-locals.el.
6219
6220 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
6221
6222 * make-dist (tempdir): Distribute .dir-locals.el.
6223
6224 * .dir-locals.el: New file.
6225
6226 2008-12-19 Eli Zaretskii <eliz@gnu.org>
6227
6228 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
6229 for rationale.
6230
6231 2008-12-13 Glenn Morris <rgm@gnu.org>
6232
6233 * Makefile.in (install-arch-indep): Add new man-pages.
6234 (manext): Remove variable.
6235 (MAN_PAGES): New variable.
6236 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
6237 and remove.
6238 (uninstall): Remove desktop file and icons, game scores if empty.
6239
6240 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
6241
6242 * config.guess, config.sub: Updated from master source.
6243
6244 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6245
6246 * Makefile.in (install-arch-indep): Install ebrowse.1.
6247
6248 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6249
6250 * configure.in: Add Solaris on x86_64.
6251
6252 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6253
6254 * config.guess, config.sub: Updated from master source.
6255
6256 2008-12-08 Eli Zaretskii <eliz@gnu.org>
6257
6258 * info/dir: Fix last change.
6259
6260 2008-12-07 Eli Zaretskii <eliz@gnu.org>
6261
6262 * info/dir: Untabify.
6263
6264 2008-11-28 Ulrich Müller <ulm@gentoo.org>
6265
6266 * configure.in: Fix last change.
6267
6268 2008-11-28 Richard M Stallman <rms@gnu.org>
6269
6270 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
6271 New configurations.
6272
6273 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
6274
6275 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
6276 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
6277
6278 2008-11-15 Eli Zaretskii <eliz@gnu.org>
6279
6280 * Makefile.in (INFO_FILES): Remove ns-emacs.
6281
6282 * info/dir (NS-Emacs): Remove entry.
6283
6284 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6285
6286 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
6287
6288 2008-11-07 Glenn Morris <rgm@gnu.org>
6289
6290 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
6291
6292 2008-10-31 Eli Zaretskii <eliz@gnu.org>
6293
6294 * config.bat: Tell user to expect one "File not found" message
6295 while the `doc' directory is being configured.
6296
6297 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
6298
6299 * update-subdirs: Put obsolete directory last.
6300
6301 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
6302
6303 * configure.in: Check fontconfig always.
6304
6305 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6306
6307 * configure (*-solaris2.[7-9]*): Fix typo.
6308
6309 2008-10-24 Glenn Morris <rgm@gnu.org>
6310
6311 * configure.in (--without-sync-input, --with-pkg-config-prog):
6312 Help strings start with lower case.
6313 (--with-gnustep-conf): New option.
6314 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
6315
6316 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
6317
6318 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
6319 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
6320 is not found. (Bug#1230)
6321
6322 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6323
6324 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
6325 Use sol2-6.h for Solaris 7-9.
6326
6327 2008-10-18 Ulrich Müller <ulm@gentoo.org>
6328
6329 * configure.in: Add support for GNU/Linux on SuperH.
6330
6331 2008-10-12 Andreas Schwab <schwab@suse.de>
6332
6333 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
6334
6335 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
6336
6337 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
6338 "X") to avoid confusion.
6339
6340 * configure: Regenerate.
6341
6342 2008-09-07 Romain Francoise <romain@orebokech.com>
6343
6344 * make-dist: Distribute doc/man/ChangeLog.
6345
6346 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6347
6348 * configure.in: Disable XFT and Freetype when without X.
6349
6350 * configure: Regenerate.
6351
6352 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6353
6354 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
6355
6356 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6357
6358 * configure.in (GNUSTEP_SYSTEM_HEADERS):
6359 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
6360
6361 * configure: Regenerate.
6362
6363 2008-08-20 Eli Zaretskii <eliz@gnu.org>
6364
6365 * configure.in: Move "#define subprocesses" before
6366 config_opsysfile is included.
6367
6368 2008-08-19 Kenichi Handa <handa@m17n.org>
6369
6370 * INSTALL (Extra fonts): Mention local fonts, don't mention
6371 mule-unicode.
6372
6373 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
6374
6375 * make-dist: Omit info/.arch-inventory.
6376
6377 2008-08-16 Jason Rumney <jasonr@gnu.org>
6378
6379 * make-dist (tempdir/nt): Link emacsclient.rc.
6380
6381 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6382
6383 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
6384 AC_SUBST it.
6385 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
6386 AC_SUBST it.
6387 (OTHER_FILES): Always define for HAVE_NS.
6388 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
6389 * configure: Regenerate.
6390
6391 2008-08-07 Andreas Schwab <schwab@suse.de>
6392
6393 * configure.in: Correctly handle
6394 --enable-cocoa-experimental-ctrl-g=no and
6395 --enable-ns-self-contained=yes.
6396
6397 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6398
6399 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
6400 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
6401 Don't bother undef'ing since won't have desired effect.
6402
6403 2008-08-06 Andreas Schwab <schwab@suse.de>
6404
6405 * configure.in: Fix quoting.
6406
6407 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
6408
6409 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
6410
6411 2008-08-05 Ulrich Müller <ulm@gentoo.org>
6412
6413 * configure.in: Add checks for krb5_error.text and
6414 krb5_error.e_text struct members.
6415
6416 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
6417
6418 * configure.in: Test for existence of NSInteger.
6419 Suggested by Yavor Doganov.
6420
6421 2008-08-02 Romain Francoise <romain@orebokech.com>
6422
6423 * Makefile.in (INFO_FILES): Add mairix-el.
6424
6425 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6426
6427 * make-dist:
6428 * README: Remove VMS support.
6429 * vms: Remove directory.
6430
6431 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6432
6433 * configure.in (MULTI_KBOARD): Remove.
6434
6435 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6436
6437 * configure.in (DO_BLOCK_INPUT): Remove, unused.
6438
6439 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
6440
6441 * info/dir (File): Add mairix-el.
6442
6443 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6444
6445 Remove support for Mac Carbon.
6446 * mac: Remove directory.
6447 * make-dist:
6448 * configure.in:
6449 * README:
6450 * Makefile.in:
6451 * INSTALL: Remove code for Carbon.
6452 * configure: Regenerate.
6453
6454 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
6455
6456 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
6457
6458 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
6459
6460 * configure.in: Check for getrlimit.
6461
6462 * configure: Regenerate.
6463
6464 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6465
6466 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
6467 in src/Makefile.in.
6468 (static): Remove, autoconf would always comment it out anyway.
6469 (subprocesses): Define unconditionally.
6470
6471 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
6472
6473 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
6474 compilation under GNUstep.
6475
6476 2008-07-18 Kenichi Handa <handa@m17n.org>
6477
6478 * INSTALL (Complex Text Layout support libraries): Delete the
6479 paragraph about --enable-font-backend.
6480
6481 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
6482
6483 * configure.in: Print out some info to user for NeXTstep builds.
6484 (ns-app): Remove enable option.
6485 (ns-self-contained): Add enable option.
6486 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
6487 GNUstep, use to set install prefixes, and substitute in Makefiles.
6488 * configure: Regenerate.
6489 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
6490 NS app bundle.
6491
6492 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6493
6494 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
6495
6496 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
6497
6498 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
6499 NS_IMPL_COCOA.
6500
6501 2008-07-16 Glenn Morris <rgm@gnu.org>
6502
6503 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
6504 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
6505 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
6506 never unset.
6507
6508 * make-dist: Add nextstep/ directories.
6509 (src, lib-src): Add .m files.
6510
6511 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6512
6513 * configure.in (freebsd, kfreebsd): Undo part of previous change.
6514 (USER_FULL_NAME): Remove, not used anymore.
6515 * configure: Regenerate.
6516
6517 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6518
6519 Changes and additions for NeXTstep windowing system (Cocoa and
6520 GNUstep) support.
6521
6522 * configure.in: Add support for NS window system: --with-ns (default
6523 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
6524 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
6525 disable font backend if window system is "none", not if !HAVE_X11.
6526 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
6527 (install-arch-dep): Add commands to assemble NS .app package.
6528
6529 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
6530
6531 * configure.in: Use macppc for Darwin. Remove references to
6532 desupported systems.
6533 * configure: Regenerate.
6534
6535 2008-07-05 Glenn Morris <rgm@gnu.org>
6536
6537 * make-dist (EMACS): Doc fix.
6538 (lisp): There are no *.dat or image files here any more.
6539 (src): There are no *.s files here any more.
6540 (etc/images, etc/images/*): Link to most regular files.
6541
6542 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6543
6544 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
6545
6546 2008-07-01 Glenn Morris <rgm@gnu.org>
6547
6548 * configure.in (cpp_undefs): Rename from `undefs', update uses.
6549 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
6550 and explicitly export there. (Bug#507.)
6551
6552 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6553
6554 * configure.in:
6555 * configure: Remove references to obsolete systems.
6556
6557 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6558
6559 * Makefile.in (Makefile): Use it for its timestamp value as well, and
6560 make it depend on all other */.in files.
6561 (src/Makefile, src/config.stamp, lib-src/Makefile)
6562 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
6563 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
6564 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
6565 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
6566
6567 * configure.in: Don't create src/config.stamp any more.
6568
6569 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6570
6571 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
6572
6573 2008-06-22 Glenn Morris <rgm@gnu.org>
6574
6575 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
6576
6577 2008-06-21 Romain Francoise <romain@orebokech.com>
6578
6579 * Makefile.in (INFO_FILES): Add sasl.
6580
6581 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6582
6583 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
6584 (bootstrap-build): Remove.
6585 (top_bootclean): New var.
6586 (top_distclean, bootstrap-clean): Use it.
6587 (bootstrap): Don't recheck config. Make normally.
6588
6589 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 * Makefile.in (SUBDIR): Include `lisp'.
6592 (lisp): Depend on `src'.
6593 (top_distclean): Don't remove config.status.
6594 (bootstrap-clean): New target.
6595 (maintainer-clean): Use it.
6596 (bootstrap): Use bootstrap-clean. Re-run config.status.
6597 (src/bootstrap-emacs${EXEEXT}): New target.
6598 (bootstrap-build): Use it. Don't use bootstrap-prepare because
6599 src/Makefile now takes care of it.
6600 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
6601
6602 2008-06-15 Glenn Morris <rgm@gnu.org>
6603
6604 * info/dir: Add sasl.
6605
6606 2008-06-09 Alan Mackenzie <acm@muc.de>
6607
6608 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
6609
6610 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
6611
6612 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
6613
6614 2008-06-07 Glenn Morris <rgm@gnu.org>
6615
6616 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
6617 serve no purpose.
6618
6619 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
6620
6621 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
6622 * configure: Regenerate.
6623
6624 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6625
6626 * update-subdirs: Don't touch subdirs.el if it is unchanged.
6627
6628 2008-05-14 Kenichi Handa <handa@m17n.org>
6629
6630 * configure: Regenerate.
6631
6632 * configure.in: Don't handle --disable-font-backend. Don't print
6633 a message about a font backend.
6634
6635 2008-05-09 Glenn Morris <rgm@gnu.org>
6636
6637 * configure.in: Make absence of makeinfo a fatal error only if the info
6638 files don't exist.
6639 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
6640
6641 2008-05-07 Eli Zaretskii <eliz@gnu.org>
6642
6643 * config.bat: Fix last change: don't use < and > in "rem" lines,
6644 they are interpreted as redirection by DOS shells.
6645
6646 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6647
6648 * configure.in: Check availability of AvailabilityMacros.h
6649 if HAVE_CARBON.
6650
6651 * configure: Regenerate.
6652
6653 2008-05-03 Glenn Morris <rgm@gnu.org>
6654
6655 * configure.in (x_libraries): Remove standard 64-bit directories -
6656 experimental workaround for minor autoconf bug.
6657
6658 * configure.in (--without-makeinfo): New option. If set,
6659 absence of suitable makeinfo is not a fatal error.
6660 * Makefile.in (MAKEINFO): New, set by configure.
6661 (install-arch-indep): Without makeinfo, ignore any missing manuals.
6662 (info-real): New target.
6663 (info): Without makeinfo, do nothing, else call `info-real'.
6664
6665 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6666
6667 * configure.in: Remove hpux10.20 from the desupported list.
6668
6669 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6670
6671 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
6672
6673 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6674
6675 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
6676 rather than change CPPFLAGS.
6677 (HAVE_GTK): Rename to USE_GTK.
6678
6679 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
6680
6681 * configure.in: Replace the obsolete macros AC_AIX and
6682 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
6683
6684 2008-04-05 Andreas Schwab <schwab@suse.de>
6685
6686 * configure.in: No longer create admin/unidata/Makefile.
6687
6688 2008-03-28 Andreas Schwab <schwab@suse.de>
6689
6690 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
6691 (lisp/Makefile): New rule.
6692
6693 2008-03-13 Glenn Morris <rgm@gnu.org>
6694
6695 * configure.in (AC_INIT): Fix version number.
6696 (sync-input): Reword the option, since it's on by default.
6697
6698 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
6699
6700 * configure.in: Add --enable-sync-input, default yes.
6701
6702 2008-03-11 Glenn Morris <rgm@gnu.org>
6703
6704 * Makefile.in (install-etc, mkdir): Handle directory
6705 etc/images/icons/hicolor/*/mimetypes/.
6706
6707 * make-dist: Handle icons/hicolor/scalable directory.
6708
6709 2008-03-05 Glenn Morris <rgm@gnu.org>
6710
6711 * configure.in: Enable font-backend by default.
6712 (USE_FONT_BACKEND): Set to "no" in absence of X.
6713 (PKG_CONFIG): Don't set multiple times, once is enough.
6714 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
6715
6716 2008-03-03 Glenn Morris <rgm@gnu.org>
6717
6718 * Makefile.in (iconsrcdir): New variable.
6719 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
6720 directory.
6721
6722 2008-02-29 Glenn Morris <rgm@gnu.org>
6723
6724 * test/: New directory.
6725
6726 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
6727
6728 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
6729
6730 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
6731
6732 * configure.in: Print an error for systems that we think are obsolete
6733 and are proposed to be removed. Remove some more unused systems.
6734 Add support for powerpc-ibm-aix6*.
6735
6736 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6737
6738 * configure.in: Remove references to obsolete variables and systems.
6739
6740 2008-02-21 Glenn Morris <rgm@gnu.org>
6741
6742 * Makefile.in (set_installuser): New.
6743 (install-arch-indep): Use set_installuser to avoid duplicate code.
6744
6745 * README.unicode: Split into admin/notes/unicode,font-backend and
6746 remove.
6747
6748 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
6749
6750 * configure.in (arm*-*-freebsd*): Add.
6751
6752 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6753
6754 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
6755 dealing with obsolete variables.
6756
6757 2008-02-08 Glenn Morris <rgm@gnu.org>
6758
6759 * Makefile.in (check-info-dir): New target.
6760
6761 2008-02-08 Michael Olson <mwolson@gnu.org>
6762
6763 * Makefile.in (INFO_FILES): Add epa.
6764
6765 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
6766 features" section.
6767
6768 2008-02-06 Glenn Morris <rgm@gnu.org>
6769
6770 * configure.in (--with-gcc): Give an error saying this option has
6771 been removed.
6772 (--with-gtk): Remove this option.
6773
6774 2008-02-06 Tom Tromey <tromey@redhat.com>
6775
6776 * configure.in (--with-gcc): Remove.
6777 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
6778
6779 2008-02-05 Ulrich Müller <ulm@gentoo.org>
6780
6781 * INSTALL: Recommend giflib, not libungif.
6782
6783 2008-02-05 Tom Tromey <tromey@redhat.com>
6784
6785 * configure.in (--with-dbus): Default to enabled.
6786
6787 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
6788
6789 * INSTALL (Complex Text Layout support libraries): New section.
6790
6791 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
6792
6793 * make-dist: Remove references to files in mac/ that have been
6794 deleted.
6795
6796 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
6797
6798 * configure.in: For libotf and m17n-flt checks, set shell vars
6799 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
6800 pkg_check_m17n_flt, respectively, for the sake of the summary output.
6801 Reported by Ulrich Müller.
6802
6803 2008-02-02 Eli Zaretskii <eliz@gnu.org>
6804
6805 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
6806 admin/unidata/Makefile.in to Makefile.
6807
6808 2008-02-02 Glenn Morris <rgm@gnu.org>
6809
6810 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
6811 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
6812 (HAVE_XFT): Add "Does Emacs use..." messages at end.
6813
6814 2008-02-01 Miles Bader <miles@gnu.org>
6815
6816 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
6817 [libotf], and [m17n-flt] options.
6818
6819 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6820
6821 * configure.in: Add EMACS_ARG_N([libotf]...), and
6822 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
6823 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
6824 CFLAGS, and LIBS in checking of m17n-flt.
6825
6826 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6827
6828 * configure.in: Check the availability of m17n-flt library.
6829
6830 2008-02-01 Kenichi Handa <handa@m17n.org>
6831
6832 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
6833 not available.
6834
6835 2008-02-01 Kenichi Handa <handa@m17n.org>
6836
6837 * configure.in: New args --enable-font-backend, --with-xft,
6838 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
6839 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
6840 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
6841 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
6842
6843 2008-02-01 Kenichi Handa <handa@m17n.org>
6844
6845 * make-dist: Include etc/charsets in tarball.
6846
6847 2008-02-01 Kenichi Handa <handa@m17n.org>
6848
6849 * configure.in: While running cpp on junk.c, include
6850 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
6851 exists.
6852
6853 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
6854
6855 * configure.in (xtensa): Match more configurations.
6856
6857 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
6858
6859 * configure.in: Update comment.
6860
6861 2008-01-26 Glenn Morris <rgm@gnu.org>
6862
6863 * configure.in (--without-gcc): By default, neither off nor on.
6864 (--with-carbon): Tone down rhetoric in help text.
6865
6866 2008-01-25 Glenn Morris <rgm@gnu.org>
6867
6868 * configure.in: Correct usage of OPTION_DEFAULT_ON,
6869 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
6870 Default `Carbon' to off (it's unsupported).
6871
6872 2008-01-24 Glenn Morris <rgm@gnu.org>
6873
6874 * configure.in: Standardize dbus-related messages.
6875
6876 2008-01-23 Michael Olson <mwolson@gnu.org>
6877
6878 * configure.in (pkg-config-prog): Remove initial whitespace.
6879
6880 2008-01-23 Tom Tromey <tromey@redhat.com>
6881
6882 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
6883 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
6884 Update all users.
6885
6886 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
6887
6888 * config.guess, config.sub: Updated from master source.
6889
6890 2008-01-17 Andreas Schwab <schwab@suse.de>
6891
6892 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
6893
6894 2008-01-17 Glenn Morris <rgm@gnu.org>
6895
6896 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
6897
6898 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
6899
6900 * configure.in: Remove more references to unsupported systems.
6901
6902 2008-01-16 Sven Joachim <svenjoac@gmx.de>
6903
6904 * make-dist: Add --lzma.
6905
6906 2008-01-16 Glenn Morris <rgm@gnu.org>
6907
6908 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
6909 configure checks for this.
6910
6911 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
6912
6913 * configure.in: Remove more references to unsupported systems.
6914
6915 2008-01-06 Romain Francoise <romain@orebokech.com>
6916
6917 * configure.in: Delete extra semicolons.
6918
6919 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6920
6921 * configure.in: Remove references to unsupported systems.
6922
6923 2008-01-05 Romain Francoise <romain@orebokech.com>
6924
6925 * make-dist: Add --bzip2. Update copyright.
6926
6927 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6928
6929 * configure.in: Remove support for Masscomp.
6930
6931 2008-01-05 Glenn Morris <rgm@gnu.org>
6932
6933 * Makefile.in (desktopdir, icondir): New variables.
6934 (install-arch-indep): Also depend on `install-etc'.
6935 (install-etc): New target.
6936 (mkdir): Also create the `applications' and `icons' directories.
6937
6938 2008-01-04 Glenn Morris <rgm@gnu.org>
6939
6940 * make-dist: Update for new etc/images/icons/hicolor directory.
6941
6942 2007-12-09 Andreas Schwab <schwab@suse.de>
6943
6944 * configure.in: D-Bus is not enabled by default.
6945
6946 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
6947
6948 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
6949 change.
6950
6951 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
6952
6953 * configure.in: Give package name and version to AC_INIT.
6954
6955 2007-12-03 Magnus Henoch <mange@freemail.hu>
6956
6957 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
6958
6959 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
6960
6961 * configure.in: No need for DBUS_INFO anymore.
6962
6963 * Makefile.in (INFO_FILES): Use dbus unconditionally.
6964
6965 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
6966
6967 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
6968
6969 * Makefile.in (INFO_FILES): Add dbus.
6970
6971 2007-12-02 Romain Francoise <romain@orebokech.com>
6972
6973 * make-dist: Fix last change.
6974
6975 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
6976
6977 * configure.in: Add support for gnu-kfreebsd.
6978
6979 2007-11-28 Glenn Morris <rgm@gnu.org>
6980
6981 * make-dist: Add etc/nxml.
6982
6983 2007-11-24 Romain Francoise <romain@orebokech.com>
6984
6985 * Makefile.in (INFO_FILES): Add nxml-mode.
6986
6987 2007-11-23 Romain Francoise <romain@orebokech.com>
6988
6989 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
6990 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
6991
6992 2007-11-20 Andreas Schwab <schwab@suse.de>
6993
6994 * configure.in: Always include <resolv.h> when checking for res_init.
6995
6996 2007-11-17 Andreas Schwab <schwab@suse.de>
6997
6998 * update-subdirs: Atomically update subdirs.el.
6999
7000 2007-11-17 Glenn Morris <rgm@gnu.org>
7001
7002 * Makefile.in (check-declare): New target.
7003
7004 2007-11-07 Glenn Morris <rgm@gnu.org>
7005
7006 * configure.in: Deprecate Mac Carbon port.
7007
7008 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
7009
7010 * configure.in: Remove HAVE_X11R5 check.
7011
7012 2007-10-31 Glenn Morris <rgm@gnu.org>
7013
7014 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
7015 when changing ownership of installed files.
7016
7017 2007-10-30 Glenn Morris <rgm@gnu.org>
7018
7019 * make-dist: Add new directory etc/gnus.
7020
7021 2007-10-30 Michael Olson <mwolson@gnu.org>
7022
7023 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
7024
7025 2007-10-29 Glenn Morris <rgm@gnu.org>
7026
7027 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
7028
7029 2007-10-23 Glenn Morris <rgm@gnu.org>
7030
7031 * MAINTAINERS: Move to admin/.
7032
7033 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
7034
7035 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
7036 (HAVE_LIBRESOLV): Also define if we are using res_init().
7037
7038 2007-10-17 Glenn Morris <rgm@gnu.org>
7039
7040 * FTP: Remove file, since it's just a duplicate of one in etc/.
7041
7042 2007-10-05 Eli Zaretskii <eliz@gnu.org>
7043
7044 * config.bat: Fix configuring `doc' due to changes in the
7045 directory structure.
7046
7047 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7048
7049 * configure.in: Don't use -lpthread on HP-UX.
7050
7051 2007-09-16 Glenn Morris <rgm@gnu.org>
7052
7053 * make-dist: File gfdl.1 has been removed.
7054
7055 2007-09-15 Glenn Morris <rgm@gnu.org>
7056
7057 * configure.in: Fix makeinfo version regexp.
7058
7059 2007-09-12 Glenn Morris <rgm@gnu.org>
7060
7061 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
7062 implementation of alloca is not found.
7063
7064 * Makefile.in (SOURCES, unlock, relock): Delete.
7065 (install-arch-indep): Do not exclude the etc/ Makefiles.
7066
7067 2007-09-09 Juri Linkov <juri@jurta.org>
7068
7069 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
7070
7071 * README: Add doc/ to documentation directories.
7072
7073 2007-09-08 Michael Olson <mwolson@gnu.org>
7074
7075 * MAINTAINERS: Add myself for ERC and tq.el.
7076 Update for new doc/ directory layout.
7077
7078 2007-09-06 Romain Francoise <romain@orebokech.com>
7079
7080 * make-dist: Update for new doc/ directory layout.
7081
7082 2007-09-06 Glenn Morris <rgm@gnu.org>
7083
7084 * Makefile.in (mansrcdir): New variable.
7085 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
7086 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
7087 update these targets for new doc/ directory layout.
7088 (doc/misc/Makefile): New target.
7089 (install-arch-indep): Use mansrcdir for new location of manpages.
7090 (mostlyclean, clean, distclean, maintainer-clean, unlock)
7091 (relock, info, dvi): Update targets for new doc/ directory layout.
7092
7093 * configure.in (AC_OUTPUT): Update names of generated Makefiles
7094 for new doc/ directory layout.
7095
7096 2007-09-02 Andreas Schwab <schwab@suse.de>
7097
7098 * configure.in: Use AS_HELP_STRING throughout.
7099 * configure: Regenerate.
7100
7101 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
7102
7103 * configure.in: Require Gtk/Glib 2.6.
7104
7105 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
7106
7107 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
7108 Use them throughout in place of AC_ARG_WITH calls.
7109 * configure: Regenerate.
7110
7111 2007-09-01 Andreas Schwab <schwab@suse.de>
7112
7113 * configure.in: Put quotes around nested macro calls.
7114
7115 2007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
7116
7117 * configure.in: Fix typo.
7118 * configure: Regenerate.
7119
7120 2007-08-30 Glenn Morris <rgm@gnu.org>
7121
7122 * configure.in (AH_BOTTOM): Copy some manual changes made to
7123 src/config.in here so they are not lost when it regenerates.
7124
7125 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
7126
7127 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
7128
7129 * README.multi-tty: New file.
7130
7131 2007-08-29 Glenn Morris <rgm@gnu.org>
7132
7133 * README: Increase version to 23.0.50.
7134
7135 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
7136
7137 * configure.in: New option: --without-xaw3d.
7138
7139 2007-08-24 Glenn Morris <rgm@gnu.org>
7140
7141 * configure.in: Check for a suitably recent makeinfo.
7142
7143 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
7144
7145 * configure.in (Check for required libraries): Typo.
7146
7147 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7148
7149 * configure.in: Check librsvg2 also for Mac Carbon.
7150
7151 2007-08-22 Romain Francoise <romain@orebokech.com>
7152
7153 * make-dist: Follow reorganization of files in etc/.
7154
7155 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
7156
7157 * configure.in: Add support for SVG images through librsvg2.
7158
7159 2007-07-28 Eli Zaretskii <eliz@gnu.org>
7160
7161 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
7162 to avoid an error message if there is no DOC there.
7163
7164 2007-07-25 Glenn Morris <rgm@gnu.org>
7165
7166 * Relicense all FSF files to GPLv3 or later.
7167
7168 * COPYING, info/COPYING: Switch to GPLv3.
7169
7170 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
7171
7172 * configure.in: Complain if X seems to be installed but no
7173 development files were found.
7174
7175 2007-06-20 Glenn Morris <rgm@gnu.org>
7176
7177 * configure.in: Prefer libgif over libungif.
7178
7179 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
7180
7181 * configure.in: Check for all image libraries before exiting.
7182
7183 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
7184
7185 * configure.in: Exit with error if image libraries aren't found.
7186
7187 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
7188
7189 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
7190 when compiling without scrollbars.
7191
7192 2007-06-12 Glenn Morris <rgm@gnu.org>
7193
7194 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
7195
7196 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
7197
7198 * configure.in: Change wording about yes/gtk and lucid/athena
7199 being synonyms.
7200
7201 2007-06-08 Glenn Morris <rgm@gnu.org>
7202
7203 * configure.in: Make gtk the default toolkit.
7204
7205 2007-06-07 Glenn Morris <rgm@gnu.org>
7206
7207 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
7208 for a Sun C compiler.
7209
7210 * Makefile.in (install-arch-indep): Install only the DOC- file
7211 specific to the build, if possible, rather than DOC-*.
7212
7213 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7214
7215 * Version 22.1 released.
7216
7217 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
7218
7219 * mkinstalldirs: Sync to version in automake CVS.
7220
7221 2007-05-22 Andreas Schwab <schwab@suse.de>
7222
7223 * configure.in: Prefer build_alias over host when host_alias is not set.
7224 * configure: Regenerate.
7225
7226 2007-05-20 Andreas Schwab <schwab@suse.de>
7227
7228 * configure.in: Remove empty AC_SUBST.
7229 * configure: Regenerate.
7230
7231 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7232
7233 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
7234 it like others.
7235 * configure: Regenerate.
7236
7237 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7238
7239 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
7240 (AC_CHECK_LIB): Add -lgpm.
7241 * configure: Regenerate.
7242
7243 2007-05-03 Glenn Morris <rgm@gnu.org>
7244
7245 * configure: Tweak message about the absence of shell functions.
7246
7247 2007-04-27 Andreas Schwab <schwab@suse.de>
7248
7249 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
7250
7251 2007-04-26 Glenn Morris <rgm@gnu.org>
7252
7253 * README: Increase version to 22.1.50.
7254
7255 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
7256
7257 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
7258
7259 2007-04-19 Glenn Morris <rgm@gnu.org>
7260
7261 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
7262
7263 2007-04-18 Glenn Morris <rgm@gnu.org>
7264
7265 * INSTALL: Mention CPP.
7266
7267 2007-04-15 Glenn Morris <rgm@gnu.org>
7268
7269 * FTP: Replace with a pointer to the web version.
7270
7271 2007-04-13 Glenn Morris <rgm@gnu.org>
7272
7273 * INSTALL: In lib-src, timer, wakeup, yow are removed.
7274
7275 2007-04-04 Glenn Morris <rgm@gnu.org>
7276
7277 * configure.in (NON_GNU_CPP): Use associated preprocessor when
7278 compiling with Sun Studio on Solaris.
7279
7280 2007-03-23 Glenn Morris <rgm@gnu.org>
7281
7282 * configure.in: Restore support for hp800 (removed 2007-01-27)
7283 following clarification of legal status.
7284
7285 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
7286
7287 * configure.in: Add support for AIX4.3 on IBM RS6000.
7288
7289 * configure: Regenerate.
7290
7291 2007-03-20 Richard Stallman <rms@gnu.org>
7292
7293 * configure.in: Fix previous change.
7294
7295 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
7296
7297 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
7298 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
7299 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
7300
7301 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
7302
7303 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
7304 user specifies "without".
7305
7306 * configure: Regenerate.
7307
7308 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
7309
7310 * configure.in: Warning for Gtk+ and Cygwin added.
7311 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
7312
7313 2007-02-27 Glenn Morris <rgm@gnu.org>
7314
7315 * make-dist (oldXMenu): Remove Imakefile.
7316 (etc/images): Add README.
7317
7318 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
7319
7320 * configure.in (xtensa-*-linux-gnu*): New configuration.
7321
7322 * configure: Regenerate.
7323
7324 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
7325
7326 * config.guess, config.sub: Updated from master source.
7327
7328 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7329
7330 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
7331
7332 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
7333
7334 * configure.in: Restore support for hp800's not running HP-UX.
7335
7336 * configure: Regenerate.
7337
7338 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
7339
7340 * configure.in: Remove support for hp800 and sr2k machine types.
7341
7342 * configure: Regenerate.
7343
7344 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
7345
7346 * configure.in: Add check for libXft.
7347
7348 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
7349
7350 * INSTALL: Info files moved to share/info.
7351
7352 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
7353
7354 * configure.in: Detect and use fink-installed in intel-based Mac
7355 builds; change Apple Darwin section to support both PowerPC and
7356 Intel-based Macs.
7357
7358 2006-12-26 Andreas Schwab <schwab@suse.de>
7359
7360 * Makefile.in (datarootdir): Define.
7361
7362 2006-12-24 Richard Stallman <rms@gnu.org>
7363
7364 * configure.in: Require Autoconf 2.61.
7365
7366 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
7367
7368 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
7369 Remove redundant entry for powerpc-apple-netbsd.
7370
7371 * configure: Regenerate.
7372
7373 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
7374
7375 * configure: Regenerate with autoconf 2.61.
7376
7377 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
7378
7379 * configure.in: Detect alsa/asoundlib.h also.
7380 * configure: Regenerate.
7381
7382 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
7383
7384 * configure.in: Check if GTK+ compiles at all.
7385
7386 2006-12-10 Andreas Schwab <schwab@suse.de>
7387
7388 * configure.in: Remove check for struct timezone, its result is
7389 never used.
7390
7391 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
7392
7393 * configure.in: Add support for Solaris 10 on x86-64.
7394
7395 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
7396
7397 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
7398 of PKG_CONFIG_PATH.
7399
7400 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7401
7402 * configure.in (HAVE_SYNC): New test.
7403
7404 2006-12-03 Glenn Morris <rgm@gnu.org>
7405
7406 * Makefile.in: Fix Copyright format.
7407
7408 * configure.in (AH_TOP): Add missing Copyright year.
7409
7410 * update-subdirs: Add missing Copyright years.
7411
7412 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
7413
7414 * Makefile.in: Touch only the parts of the share/emacs directory
7415 specific to this version.
7416
7417 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
7418
7419 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
7420
7421 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7422
7423 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
7424
7425 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7426
7427 * configure.in: Prefer X11 to Carbon only when some X-specific
7428 option is specified (Thanks to Jan Djärv and Andreas Schwab).
7429
7430 2006-11-04 Romain Francoise <romain@orebokech.com>
7431
7432 * Makefile.in (bootstrap-clean-before): Fix typo.
7433 Use new target `bootstrap-clean' in the leim subdirectory.
7434
7435 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7436
7437 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
7438
7439 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7440
7441 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
7442 directories.
7443
7444 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
7445
7446 * configure.in: Enable x86-64 OpenBSD compilation.
7447
7448 2006-10-28 Glenn Morris <rgm@gnu.org>
7449
7450 * AUTHORS: Add cal-html.el author.
7451
7452 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7453
7454 * make-dist: Make links to mac/make-package and
7455 mac/Emacs.app/Contents/Resources/Emacs.icns.
7456
7457 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7458
7459 * README: Bump version number to 22.0.90.
7460
7461 2006-10-23 Andreas Schwab <schwab@suse.de>
7462
7463 * configure.in: Make sure x_default_search_path is always set even
7464 when x_libraries is empty, and look in .../share as well for each
7465 library directory.
7466
7467 2006-09-28 Kenichi Handa <handa@m17n.org>
7468
7469 * configure.in (locallisppath): Don't include leim dir.
7470 (lisppath): Include leim dir.
7471
7472 2006-09-15 Jay Belanger <belanger@truman.edu>
7473
7474 * COPYING: Replace "Library Public License" by "Lesser Public
7475 License" throughout.
7476
7477 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
7478
7479 * make-dist (EMACS): Exit and fail if the EMACS environment
7480 variable is set to something other than an absolute file name.
7481
7482 2006-08-16 Andreas Schwab <schwab@suse.de>
7483
7484 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
7485 of hardcoding it.
7486
7487 2006-08-16 Richard Stallman <rms@gnu.org>
7488
7489 * INSTALL.CVS: Clean up wording.
7490
7491 2006-07-14 Eli Zaretskii <eliz@gnu.org>
7492
7493 * configure.in (PKG_CHECK_MODULES): Redirect the output of
7494 $PKG_CONFIG --exists "$2" to config.log.
7495 * configure: Regenerate.
7496
7497 2006-07-09 Richard Stallman <rms@gnu.org>
7498
7499 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
7500
7501 2006-07-09 Kim F. Storm <storm@cua.dk>
7502
7503 * CONTRIBUTE: Use outline format.
7504 Add section on copyright years (from admin/notes/years).
7505
7506 2006-07-08 Eli Zaretskii <eliz@gnu.org>
7507
7508 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
7509 to /dev/null, since we don't need the error message, just the
7510 exit status.
7511
7512 2006-07-07 Eli Zaretskii <eliz@gnu.org>
7513
7514 * CONTRIBUTE: Slight formatting changes and typo fixes.
7515 Add description of NEWS markings.
7516
7517 2006-07-07 Kim F. Storm <storm@cua.dk>
7518
7519 * CONTRIBUTE: Mention INSTALL.CVS.
7520
7521 2006-07-05 Romain Francoise <romain@orebokech.com>
7522
7523 * make-dist (top-level): Add CONTRIBUTE.
7524
7525 2006-07-04 Richard Stallman <rms@gnu.org>
7526
7527 * CONTRIBUTE: Much rewrite.
7528
7529 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
7530
7531 * CONTRIBUTE: New file.
7532
7533 2006-06-24 Eli Zaretskii <eliz@gnu.org>
7534
7535 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
7536
7537 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
7538
7539 * configure.in: Add check for ALSA.
7540
7541 2006-05-06 Eli Zaretskii <eliz@gnu.org>
7542
7543 * Makefile.in (INFO_FILES): Remove emacs-xtra.
7544
7545 * info/dir: Remove the Emacs-Xtra entry.
7546
7547 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
7548
7549 Update copyright year(s) in many files.
7550
7551 2006-04-01 Eli Zaretskii <eliz@gnu.org>
7552
7553 * configure: Regenerated.
7554
7555 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7556
7557 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
7558 --without-toolkit-scroll-bars was specified.
7559
7560 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
7561
7562 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
7563 to CFLAGS. Update Copyright years written to src/config.in.
7564
7565 2006-03-18 Claudio Fontana <claudio@gnu.org>
7566
7567 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
7568 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
7569 to be installed/uninstalled.
7570 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
7571 to Info files installed by Emacs.
7572
7573 2006-03-03 Claudio Fontana <claudio@gnu.org>
7574
7575 * Makefile.in (install, uninstall): Add DESTDIR variable to
7576 support staged installations.
7577
7578 2006-02-14 Richard M. Stallman <rms@gnu.org>
7579
7580 * configure.in (s390x-*-linux-gnu*): New configuration.
7581
7582 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
7583
7584 * configure.in: Require GTK 2.4 or newer.
7585
7586 2006-01-29 Michael Olson <mwolson@gnu.org>
7587
7588 * Makefile.in (install-arch-indep, uninstall): Add ERC.
7589 * info/dir (ERC): New entry.
7590
7591 2006-01-29 Eli Zaretskii <eliz@gnu.org>
7592
7593 * info/dir: Fix last change.
7594
7595 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7596
7597 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
7598
7599 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7600
7601 * info/dir: Untabify the whole file.
7602 (Rcirc): New entry.
7603
7604 2006-01-12 Andreas Schwab <schwab@suse.de>
7605
7606 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
7607 check.
7608
7609 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7610
7611 * configure.in: Use -Wno-pointer-sign if available.
7612
7613 2005-12-29 Andreas Schwab <schwab@suse.de>
7614
7615 * config.guess, config.sub: Updated from master source.
7616
7617 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7618
7619 * configure.in: Use amdx86-64 for freebsd on x86_64.
7620
7621 2005-11-22 Romain Francoise <romain@orebokech.com>
7622
7623 * make-dist: Add etc/images/icons.
7624
7625 2005-11-03 Andreas Schwab <schwab@suse.de>
7626
7627 * configure.in: Use GZIP_PROG instead of GZIP.
7628
7629 * Makefile.in (GZIP_PROG): Rename from GZIP.
7630 (install-arch-indep): Adjust.
7631
7632 2005-11-01 Andreas Schwab <schwab@suse.de>
7633
7634 * Makefile.in (bootstrap): Fix dependencies for parallel build.
7635 (bootfast): Likewise.
7636
7637 2005-11-01 Romain Francoise <romain@orebokech.com>
7638
7639 * configure.in: Check for gzip.
7640
7641 * Makefile.in (install): Compress source files.
7642
7643 2005-10-24 Steven Tamm <steventamm@mac.com>
7644
7645 * configure.in: Fix darwin386 configuration issue.
7646
7647 2005-10-22 Eli Zaretskii <eliz@gnu.org>
7648
7649 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
7650
7651 2005-10-17 Bill Wohler <wohler@newt.com>
7652
7653 * make-dist: Create and populate etc/images/low-color.
7654
7655 2005-10-15 Bill Wohler <wohler@newt.com>
7656
7657 * make-dist: Create and populate etc/images/gud.
7658
7659 2005-10-08 Richard M. Stallman <rms@gnu.org>
7660
7661 * make-dist (tempparent): Don't check for 14-char file name limit.
7662
7663 2005-10-07 Romain Francoise <romain@orebokech.com>
7664
7665 * make-dist: Add etc/images/ezimage and etc/images/mail
7666 directories. Install images in etc/images.
7667
7668 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7669
7670 * configure.in: Prefer Carbon if --enable-carbon-app or
7671 --with-carbon is explicitly specified even when X11 is detected.
7672
7673 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
7674
7675 * Makefile.in (install-arch-indep, uninstall):
7676 Handle newsticker manual.
7677 (info): Add - to commands.
7678
7679 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
7680
7681 Remove the MAXPATHLEN limitations:
7682
7683 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
7684
7685 2005-09-09 Eli Zaretskii <eliz@gnu.org>
7686
7687 * configure.in <lynxsos*>: Support for LynxOS on PPC.
7688 * configure: Regenerate.
7689
7690 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
7691
7692 * config.guess, config.sub: Updated from master source.
7693
7694 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
7695
7696 * .cvsignore: Add `lock'.
7697
7698 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
7699
7700 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
7701
7702 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
7703
7704 Merge gnulib getopt implementation into Emacs.
7705
7706 * Makefile.in (AUTOCONF_INPUTS): New macro.
7707 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
7708 so that these files also depend on m4/getopt.m4.
7709 * configure.in: Configure getopt by including m4/getopt.m4,
7710 and configuring a getopt replacement if necessary.
7711 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
7712 * m4/getopt.m4: New file.
7713
7714 2005-07-06 Lute Kamstra <lute@gnu.org>
7715
7716 * configure.in: Fix capitalization.
7717
7718 2005-07-04 Lute Kamstra <lute@gnu.org>
7719
7720 Update FSF's address in GPL notices.
7721
7722 2005-06-19 Jérôme Marant <jerome@marant.org>
7723
7724 * Makefile.in (epaths-force): Protect both lisppath and
7725 buildlisppath from whitespace.
7726
7727 2005-06-08 Steven Tamm <steventamm@mac.com>
7728
7729 * configure.in: Support Darwin/MacOSX on Intel.
7730
7731 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
7732
7733 * configure.in (HAVE_CANCELMENUTRACKING): New test.
7734
7735 2005-05-19 Jérôme Marant <jmarant@marant.org>
7736
7737 * configure.in: Add --enable-locallisppath.
7738
7739 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7740
7741 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
7742 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
7743 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
7744
7745 2005-05-07 Jérôme Marant <jerome@marant.org>
7746
7747 * make-dist: Remove references to makefile.nt and makefile.def.
7748 Include widgets and images subdirectories of etc. Do not exclude
7749 ldefs-boot.el.
7750
7751 2005-04-23 Andreas Schwab <schwab@suse.de>
7752
7753 * configure.in: Remove duplicate match for powerpc configuration.
7754
7755 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
7756
7757 * configure.in: Check for <pwd.h>.
7758
7759 2005-04-14 Lute Kamstra <lute@gnu.org>
7760
7761 * make-dist: Distribute all ChangeLog files in lisp/.
7762 Don't distribute ldefs-boot.el.
7763 lisp/makefile.nt no longer exists.
7764
7765 2005-04-13 Lute Kamstra <lute@gnu.org>
7766
7767 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
7768 for "no-byte-compile: t" in the file instead.
7769
7770 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7771
7772 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
7773 shadow the main Lesstif/Motif-2.1 libs and includes.
7774
7775 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
7776
7777 * configure.in: Only add XASSERTS to cppflags.
7778
7779 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
7780
7781 * configure.in: Added --enable-asserts.
7782
7783 2005-02-09 Kim F. Storm <storm@cua.dk>
7784
7785 Change release version from 21.4 to 22.1 throughout.
7786 Change development version from 21.3.50 to 22.0.50.
7787
7788 2005-01-19 Steven Tamm <steventamm@mac.com>
7789
7790 * configure.in: Check for <sys/utsname.h>.
7791
7792 2004-12-11 Kim F. Storm <storm@cua.dk>
7793
7794 * Makefile.in (info): Undo 2004-12-05 change.
7795
7796 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7797
7798 * info/dir (File): Add URL and Org Mode manuals.
7799 * Makefile.in (install-arch-indep, uninstall): Add url and org
7800 manuals.
7801
7802 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7803
7804 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
7805 committed to src/config.in.
7806
7807 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
7808
7809 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
7810 pthreads and define HAVE_GTK_AND_PTHREAD.
7811
7812 2004-12-05 Richard M. Stallman <rms@gnu.org>
7813
7814 * Makefile.in (info): Ignore errors building info files.
7815
7816 2004-11-27 Eli Zaretskii <eliz@gnu.org>
7817
7818 * config.bat: If 8-byte alignment is not supported, define
7819 NO_DECL_ALIGN in src/config.h, instead of trivially defining
7820 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
7821 filter through Sed to remove the quotes.
7822
7823 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7824
7825 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
7826 not apply to files explicitly `cvs add'ed.
7827
7828 2004-11-12 Eli Zaretskii <eliz@gnu.org>
7829
7830 * config.bat: Don't require djecho.exe for the v1.x build.
7831 Add a test for DECL_ALIGN support, and add a trivial definition to
7832 src/config.h if 8-byte alignment is not supported.
7833
7834 2004-11-08 Kim F. Storm <storm@cua.dk>
7835
7836 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
7837 files before building.
7838 (bootfast, bootstrap-clean-before-fast): New targets, like
7839 bootstrap but don't remove .elc files.
7840
7841 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
7842
7843 * configure.in: Add check for getrusage.
7844
7845 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
7846
7847 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
7848 New tests for new and old GTK file dialogs.
7849 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
7850 to no.
7851
7852 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
7853
7854 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
7855 can be set. Remove SETARCH test.
7856
7857 2004-10-08 Steven Tamm <steventamm@mac.com>
7858
7859 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
7860
7861 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
7862
7863 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
7864 AC_MSG_WARN. Move output of warning message to end of configure run.
7865
7866 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
7867
7868 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
7869 Run test to see if heap start address is random.
7870
7871 2004-09-29 Miles Bader <miles@gnu.org>
7872
7873 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
7874 if setarch is present.
7875
7876 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
7877
7878 * configure.in (HAVE_EXECSHIELD): Only define on x86.
7879
7880 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
7881
7882 * configure.in: Check for exec-shield.
7883
7884 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7885
7886 * Makefile.in (install-arch-indep): Add pgg and sieve.
7887
7888 * info/.cvsignore: Added pgg and sieve.
7889
7890 2004-08-06 Andreas Schwab <schwab@suse.de>
7891
7892 * Makefile.in (install-arch-indep, uninstall): Add flymake.
7893
7894 2004-07-31 Eli Zaretskii <eliz@gnu.org>
7895
7896 * config.bat: Update URLs in the comments.
7897
7898 2004-07-05 Andreas Schwab <schwab@suse.de>
7899
7900 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
7901
7902 2004-06-21 Kenichi Handa <handa@m17n.org>
7903
7904 * make-dist: Link leim-ext.el into tempdir.
7905
7906 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7907
7908 * info/dir (File): Add emacs-xtra.
7909 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
7910
7911 2004-06-12 Juri Linkov <juri@jurta.org>
7912
7913 * info/dir: Move menu help lines from `* Menu:' to file header.
7914 Describe the purpose of a red *.
7915
7916 2004-05-04 Dave Love <fx@gnu.org>
7917
7918 * configure.in: Don't use `extrasub'.
7919
7920 2004-04-29 Dave Love <fx@gnu.org>
7921
7922 * configure.in: Don't forget to quote args to `test'.
7923
7924 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
7925
7926 * autogen.sh: Update filename in "please read" message.
7927
7928 2004-04-17 Richard M. Stallman <rms@gnu.org>
7929
7930 * INSTALL: Move the info about site-lisp dirs,
7931 and say uninstalled Emacs looks there too.
7932
7933 2004-04-04 Eli Zaretskii <eliz@gnu.org>
7934
7935 * config.bat (lib-src): Recognize comment lines in Makefile.in
7936 that have a TAB after the #, to avoid errors in preprocessing with
7937 GCC 3.3.3.
7938
7939 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
7940
7941 * Makefile.in: Mention in comment that `make maintainer-clean'
7942 deletes .elc files.
7943
7944 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7945
7946 * update-subdirs: Add local variables to prevent byte-compiling.
7947
7948 2004-03-21 Dave Love <fx@gnu.org>
7949
7950 * configure.in: Fix previous change.
7951
7952 2004-03-18 Dave Love <fx@gnu.org>
7953
7954 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
7955
7956 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
7957
7958 * info/dir (File): Add SMTP and SES.
7959
7960 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
7963 (bootstrap): Use the new bootstrap-prepare target in lisp.
7964
7965 2004-02-18 Kim F. Storm <storm@cua.dk>
7966
7967 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
7968
7969 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7970
7971 * make-dist: Don't link index.*perm and permute-index into tempdir.
7972
7973 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
7974
7975 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
7976 to match previous changes by Eli Zaretskii.
7977
7978 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
7979
7980 * Makefile.in: Set CDPATH to an empty string.
7981
7982 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7983
7984 * configure.in <darwin>: Use fink packages if available.
7985
7986 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
7987
7988 * make-dist (lispref): Do include lispref/index.texi.
7989
7990 2004-01-06 Eric Hanchrow <offby1@blarg.net>
7991
7992 * make-dist (tempdir): Include cursors in nt/icons.
7993
7994 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7995
7996 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
7997 clashes with install-sh on 8+3 filesystems.
7998
7999 2003-12-24 Miles Bader <miles@gnu.org>
8000
8001 * .cvsignore: Add .arch-inventory.
8002
8003 2003-12-24 Andreas Schwab <schwab@suse.de>
8004
8005 * configure.in: Check for <sys/socket.h>. Include it before
8006 including <net/if.h>. Move check for <net/if.h> before its use.
8007
8008 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
8009
8010 * Makefile.in (install-arch-dep): Don't let cd output go into
8011 pipe for carbon_appdir.
8012
8013 2003-12-24 Andreas Schwab <schwab@suse.de>
8014
8015 * configure.in (PKG_CHECK_MODULES): Fix quoting.
8016
8017 2003-12-01 Andreas Schwab <schwab@suse.de>
8018
8019 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
8020 hardcoding gcc.
8021
8022 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
8023
8024 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
8025 multiple displays.
8026 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
8027
8028 2003-09-23 Dave Love <fx@gnu.org>
8029
8030 * configure.in: Check members of struct ifreq.
8031
8032 2003-09-14 Kim F. Storm <storm@cua.dk>
8033
8034 * configure.in: Add checks for sys/ioctl.h and net/if.h.
8035
8036 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
8037
8038 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
8039
8040 2003-08-18 Lute Kamstra <lute@gnu.org>
8041
8042 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
8043 required anymore.
8044
8045 2003-08-07 Andrew Choi <akochoi@shaw.ca>
8046
8047 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
8048 option instead of -traditional-cpp for CPP.
8049
8050 2003-07-29 Richard M. Stallman <rms@gnu.org>
8051
8052 * configure.in (HAVE_XIM): Define if XIM is available.
8053
8054 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
8055
8056 * configure.in: The function gtk_window_set_icon_from_file was
8057 introduced in GTK+ 2.2, so check for that release.
8058
8059 2003-07-23 Andreas Schwab <schwab@suse.de>
8060
8061 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
8062
8063 * Makefile.in (YACC): Remove, not used.
8064 (MAINT): Don't set.
8065 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
8066 disable dependency on ${srcdir}/configure.in when maintainer mode
8067 is disabled.
8068
8069 2003-07-22 Dave Love <fx@gnu.org>
8070
8071 * configure.in: Make XRegisterIMInstantiateCallback test depend on
8072 HAVE_X11, not with_xim.
8073 (HAVE_CRTIN): Provide template.
8074 <with_png>: Test for png.h and libpng/png.h.
8075
8076 2003-07-15 Andreas Schwab <schwab@suse.de>
8077
8078 * configure.in: Temporarily leave quoting for AC_DEFINE.
8079
8080 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
8081
8082 * configure.in: Check for posix_memalign.
8083
8084 2003-07-12 Richard M. Stallman <rms@gnu.org>
8085
8086 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
8087
8088 2003-07-09 Kim F. Storm <storm@cua.dk>
8089
8090 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
8091 functionality of --without-xim.
8092
8093 2003-06-29 Dave Love <fx@gnu.org>
8094
8095 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
8096
8097 2003-06-23 Dave Love <fx@gnu.org>
8098
8099 * configure.in: Check for sys/_mbstate_t.h.
8100 Test XRegisterIMInstantiateCallback prototype.
8101 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
8102
8103 2003-06-06 Dave Love <fx@gnu.org>
8104
8105 * configure.in: Check for locale.h.
8106
8107 2003-06-05 Dave Love <fx@gnu.org>
8108
8109 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
8110 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
8111 (NLIST_STRUCT): Don't define.
8112 (AH_BOTTOM): Define my_strftime.
8113
8114 2003-06-02 Richard M. Stallman <rms@gnu.org>
8115
8116 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
8117
8118 2003-05-24 Andreas Schwab <schwab@suse.de>
8119
8120 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
8121 bzero, and bcmp.
8122
8123 2003-05-22 Dave Love <fx@gnu.org>
8124
8125 * configure.in: Remove redundant test for term.h. Test for difftime.
8126
8127 2003-05-20 Dave Love <fx@gnu.org>
8128
8129 * configure.in: Append * to s390-*-linux-gnu case.
8130 (LIBMAIL) <lockfile>: Don't define.
8131
8132 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
8133
8134 * INSTALL (* GNU/Linux development packages): Mention Debian and
8135 RedHat package names.
8136
8137 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
8138
8139 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
8140
8141 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
8142
8143 * INSTALL (* GNU/Linux development packages): Tell people to
8144 install additional packages for compiling Emacs.
8145
8146 2003-04-30 Richard M. Stallman <rms@gnu.org>
8147
8148 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
8149
8150 2003-04-28 Francesco Potortì <pot@gnu.org>
8151
8152 * configure.in: Undo last (RMS') change, as it is useless, per
8153 Dave Love.
8154
8155 2003-04-08 Richard M. Stallman <rms@gnu.org>
8156
8157 * configure.in: Put #include of jpeglib.h at start of line.
8158
8159 2003-04-06 Francesco Potortì <pot@gnu.org>
8160
8161 * configure.in: Use the same configuration for all aix5, not just
8162 aix5.1.
8163
8164 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
8165
8166 * configure.in: Check for need for bigtoc support on IBM AIX for
8167 solving a linker table overflow problem.
8168
8169 2003-03-03 Rob Browning <rlb@defaultvalue.org>
8170
8171 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
8172 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
8173 over bzero, bcmp, and bcopy.
8174
8175 2003-02-23 Simon Josefsson <jas@extundo.com>
8176
8177 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
8178
8179 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
8180
8181 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
8182
8183 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
8184
8185 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
8186
8187 2003-02-08 Andreas Schwab <schwab@suse.de>
8188
8189 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
8190 instead of the substitution.
8191
8192 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8193
8194 * Makefile.in: Use @EXEEXT@ for Cygwin.
8195 Use USERNAME if LOGNAME is not set (for Cygwin).
8196
8197 * configure.in: Add opsys=cygwin.
8198
8199 2003-01-22 Andreas Schwab <schwab@suse.de>
8200
8201 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
8202 redefining it explicitly in src/config.in.
8203
8204 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
8205
8206 * Makefile.in (bootstrap): Make bootstrap-after.
8207
8208 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
8209
8210 * configure.in: Fix --with-gtk.
8211
8212 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8213
8214 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
8215
8216 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
8217
8218 2003-01-14 Francesco Potortì <pot@gnu.org>
8219
8220 * configure.in (m68k-motorola-sysv): Remove (obsolete).
8221
8222 2003-01-07 Steven Tamm <steventamm@mac.com>
8223
8224 * configure.in: New option, --enable-carbon-app, to specify
8225 that the application should be installed
8226 * Makefile.in (install-arch-dep): On Mac OS X, install the
8227 Emacs.app application if carbon-app is enabled.
8228
8229 2003-01-06 Dave Love <fx@gnu.org>
8230
8231 * configure.in: Check for nl_langinfo.
8232 [!HAVE_SIZE_T]: Fix typedef.
8233
8234 2003-01-06 David Kastrup <dak@gnu.org>
8235
8236 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
8237
8238 * configure.in: Add tests for install-info.
8239
8240 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
8241
8242 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
8243 use again sol2-6 instead of sol2-8.
8244
8245 2002-12-09 Dave Love <fx@gnu.org>
8246
8247 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
8248
8249 2002-12-08 Andreas Schwab <schwab@suse.de>
8250
8251 * Makefile.in (install-arch-indep): Revert last change.
8252
8253 2002-11-27 Dave Love <fx@gnu.org>
8254
8255 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
8256 Check for __sys_siglist too. Check for memset.
8257 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
8258
8259 2002-11-22 Juanma Barranquero <lektu@terra.es>
8260
8261 * config.guess, config.sub: Updated from master source.
8262
8263 2002-11-19 Karl Fogel <kfogel@red-bean.com>
8264
8265 * autogen.sh: New file.
8266
8267 2002-11-18 Dave Love <fx@gnu.org>
8268
8269 * configure.in: Tidy up various quoting issues throughout.
8270 Use AC_GNU_SOURCE.
8271 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
8272 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
8273 Maybe define bcopy, bzero, bcmp.
8274 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
8275 non-existent machine file).
8276 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
8277 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
8278 (nlist.h): Move test up.
8279
8280 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
8281
8282 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
8283
8284 2002-11-14 Francesco Potortì <pot@gnu.org>
8285
8286 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
8287
8288 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
8289
8290 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
8291
8292 2002-11-08 Dave Love <fx@gnu.org>
8293
8294 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
8295 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
8296
8297 2002-11-07 Miles Bader <miles@gnu.org>
8298
8299 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
8300 Handle separate-build-dir case.
8301
8302 2002-11-06 Richard M. Stallman <rms@gnu.org>
8303
8304 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
8305 bulletproof. $bar may be empty when there are no .elc files.
8306
8307 2002-10-30 Dave Love <fx@gnu.org>
8308
8309 * configure.in: Require autoconf 2.53. Test for pty.h,
8310 sys/mman.h, sys/param.h, mremap, memmove.
8311 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
8312 (AC_PROG_YACC): Delete.
8313 (size_t): Use AC_CHECK_TYPES.
8314 (AH_TOP): Up-date copyright.
8315
8316 2002-10-01 Juanma Barranquero <lektu@terra.es>
8317
8318 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
8319
8320 2002-09-19 Richard M. Stallman <rms@gnu.org>
8321
8322 * configure.in: Fix the LessTif-directory-finder for real.
8323
8324 2002-09-14 Richard M. Stallman <rms@gnu.org>
8325
8326 * Makefile.in (maybe_bootstrap): Test for complete absence
8327 of compiled Lisp files.
8328
8329 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
8330
8331 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
8332 (bootstrap-clean-after): Delete.
8333 (bootstrap): Make the sequencing explicit.
8334
8335 2002-09-10 Richard M. Stallman <rms@gnu.org>
8336
8337 * configure.in: Fix previous LessTif change.
8338
8339 2002-09-09 Richard M. Stallman <rms@gnu.org>
8340
8341 * configure.in (powerpcle-*-solaris2.5*): New configuration.
8342 (powerpcle-*-solaris*): Use version 2.6 as default.
8343 (*-sunos5.6*, *-solaris2.6*): New alternative.
8344 (*-sunos5*): Use version 2.6 as default.
8345
8346 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8347
8348 * configure.in: Fix typo.
8349
8350 2002-09-05 Richard M. Stallman <rms@gnu.org>
8351
8352 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
8353
8354 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
8355 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
8356
8357 2002-08-26 Kim F. Storm <storm@cua.dk>
8358
8359 * Makefile.in (install-arch-indep): Do not remove DOC file
8360 when it is the only DOC file installed; this is the case when
8361 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
8362
8363 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
8364
8365 * configure.in: Fix typo.
8366
8367 2002-07-24 Richard M. Stallman <rms@gnu.org>
8368
8369 * configure.in: Don't print anything special about gamedir.
8370
8371 * configure.in: Delete nonstandard --with-game-user option.
8372
8373 2002-07-21 Richard M. Stallman <rms@gnu.org>
8374
8375 * Makefile.in (gamedir, localstatedir): New variables.
8376 (epaths-force): Insert value of gamedir into PATH_GAME.
8377
8378 * configure.in (gamedir): Handle it like lispdir.
8379 (--with-game-dir option): Delete.
8380
8381 2002-06-21 Pavel Janík <Pavel@Janik.cz>
8382
8383 * configure.in: Add support for mipseb-*-netbsd* machines.
8384
8385 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8386
8387 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
8388
8389 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8390
8391 * info/dir (File): Add an entry for Tramp.
8392
8393 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8394
8395 * INSTALL-CVS: New file.
8396
8397 2002-06-07 Andreas Schwab <schwab@suse.de>
8398
8399 * configure.in (x86_64-*-linux-gnu*): New system.
8400
8401 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
8402
8403 * config.bat: Handle the case when lispintro is truncated to lispintr.
8404
8405 2002-05-26 Paul Eggert <eggert@twinsun.com>
8406
8407 * config.guess, config.sub: Updated from master source.
8408
8409 2002-05-09 Richard M. Stallman <rms@gnu.org>
8410
8411 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
8412
8413 2002-05-04 Pavel Janík <Pavel@Janik.cz>
8414
8415 * make-dist: Do not distribute lock/ directory.
8416
8417 2002-04-30 Andrew Choi <akochoi@shaw.ca>
8418
8419 * configure.in: Provide documentation string when defining
8420 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
8421 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
8422
8423 2002-04-29 Colin Walters <walters@verbum.org>
8424
8425 * configure.in: Delete configure check for access to the game user.
8426
8427 2002-04-29 Pavel Janík <Pavel@Janik.cz>
8428
8429 * make-dist: lwlib/Imakefile is removed.
8430
8431 2002-04-26 Andrew Choi <akochoi@shaw.ca>
8432
8433 * configure.in: Add support for powerpc-apple-darwin*.
8434 (HAVE_CARBON): Add.
8435
8436 * make-dist: Create directories in mac/Emacs.app.
8437
8438 2002-04-25 Pavel Janík <Pavel@Janik.cz>
8439
8440 * make-dist: lwlib-Xol* are removed.
8441
8442 2002-04-23 Andreas Schwab <schwab@suse.de>
8443
8444 * Makefile.in (MAINT): New variable.
8445 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
8446 instead of configure.in, to avoid running autoconf and autoheader
8447 unless explicitly requested.
8448
8449 2002-04-16 Eli Zaretskii <eliz@gnu.org>
8450
8451 * config.bat: Update for msdos/sed2v2.inp.
8452
8453 2002-04-15 Andreas Schwab <schwab@suse.de>
8454
8455 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
8456 * configure.in: Add config header templates to all AC_DEFINE and
8457 AC_DEFINE_UNQUOTED symbols.
8458 * make-dist: Run autoheader if necessary.
8459
8460 2002-04-10 Colin Walters <walters@verbum.org>
8461
8462 * configure.in: Add --game-dir, --game-user. Test to see if we
8463 can use them.
8464
8465 2002-04-08 Pavel Janík <Pavel@Janik.cz>
8466
8467 * configure.in: Add --with-sound.
8468
8469 2002-03-18 Kim F. Storm <storm@cua.dk>
8470
8471 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
8472 and getsockname functions. Test for sys/un.h include file.
8473
8474 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
8475
8476 * configure.in: Support AIX 5.1.
8477
8478 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
8479
8480 * configure.in: Added test for X Session Management (HAVE_X_SM).
8481
8482 2002-03-03 Richard M. Stallman <rms@gnu.org>
8483
8484 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
8485 Run chown $${LOGNAME} on files installed by tar xvf.
8486
8487 2002-03-03 Kim F. Storm <storm@cua.dk>
8488
8489 * configure.in: Test for getpeername.
8490
8491 2002-03-01 Richard M. Stallman <rms@gnu.org>
8492
8493 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
8494 (HAVE_GIF): Don't use old libungif versions that crash.
8495
8496 2002-02-26 Richard M. Stallman <rms@gnu.org>
8497
8498 * configure.in <making srcdir absolute>: Verify that PWD is correct,
8499 not just well-formed and valid.
8500 (mips-compaq-nonstopux*): New configuration.
8501
8502 2002-02-18 Paul Eggert <eggert@twinsun.com>
8503
8504 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
8505 "sed q" is a portable equivalent to plain "head -1".
8506
8507 2002-02-13 Richard M. Stallman <rms@gnu.org>
8508
8509 * Makefile.in (maybe_bootstrap): Do `exit 1'.
8510 (all): Don't depend on maybe_bootstrap here.
8511 (${SUBDIR}): Depend on it here instead.
8512
8513 2002-02-08 Richard M. Stallman <rms@gnu.org>
8514
8515 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
8516
8517 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8518
8519 * configure.in: Recognize BSD/OS 5.0.
8520
8521 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8522
8523 * make-dist: Make version checking in emacs.texi consistent with
8524 how we set it there.
8525
8526 2001-12-29 Kim F. Storm <storm@cua.dk>
8527
8528 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
8529
8530 2001-12-28 Richard M. Stallman <rms@gnu.org>
8531
8532 * configure.in: Test for mbsinit.
8533
8534 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8535
8536 These changes make Leim part of the standard distribution:
8537
8538 * README: Add info about the `leim' directory.
8539
8540 * INSTALL: Remove text that describes Leim as a separate package.
8541
8542 * noleim-Makefile.in: File removed.
8543
8544 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
8545 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
8546 Leim files out of the Emacs tree. Don't prepare a separate tarball
8547 for Leim.
8548
8549 2001-12-11 Richard M. Stallman <rms@gnu.org>
8550
8551 * configure.in (hppa*-*-linux-gnu*): New alternative.
8552
8553 2001-12-08 Pavel Janík <Pavel@Janik.cz>
8554
8555 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
8556 creating distribution.
8557
8558 2001-12-06 Paul Eggert <eggert@twinsun.com>
8559
8560 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
8561 (AC_FUNC_VFORK): Remove.
8562 (AC_FUNC_FORK): Add.
8563 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
8564 this is required by recent Autoconf versions.
8565
8566 2001-12-02 Pavel Janík <Pavel@Janik.cz>
8567
8568 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
8569 TODO, vms-pp.trans and others).
8570
8571 2001-11-29 Pavel Janík <Pavel@Janik.cz>
8572
8573 * make-dist: Use COPYING from the top-level directory.
8574
8575 2001-11-29 Gerd Moellmann <gerd@gnu.org>
8576
8577 * configure.in: Add support for FreeBSD/Alpha.
8578
8579 2001-11-29 Pavel Janík <Pavel@Janik.cz>
8580
8581 * make-dist: Add COPYING to the top-level directory of the
8582 distribution. Simplify the logic behind copying.
8583
8584 * Makefile.in (maybe_bootstrap): Fix previous change.
8585
8586 2001-11-28 Richard M. Stallman <rms@gnu.org>
8587
8588 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
8589
8590 2001-11-26 Richard M. Stallman <rms@gnu.org>
8591
8592 * Makefile.in: bootstrap should not delete dumped executables.
8593 (bootstrap-clean-before): New target.
8594 (bootstrap): Use bootstrap-clean-before instead of clean.
8595 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
8596
8597 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
8598
8599 These changes add the Emacs Lisp Introduction manual to the
8600 distribution:
8601
8602 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
8603
8604 * make-dist: Copy the files in lispintro directory.
8605
8606 * config.bat: Configure in the lispintro directory.
8607
8608 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
8609
8610 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
8611 (lispintro/Makefile): New target.
8612 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
8613 (unlock, relock, info, dvi): Ditto.
8614
8615 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8616
8617 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
8618
8619 * make-dist (etc): Don't distribute gfdl.1.
8620
8621 2001-11-22 Colin Walters <walters@debian.org>
8622
8623 * Makefile.in (install-arch-indep): Install the calc .info files.
8624 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
8625
8626 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8627
8628 * make-dist (lispref): Add *.txt, *.el, permute-index, and
8629 tindex.pl to the list of those being put into the distribution.
8630
8631 2001-11-16 Eli Zaretskii <eliz@gnu.org>
8632
8633 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
8634
8635 2001-11-15 Pavel Janík <Pavel@Janik.cz>
8636
8637 * Makefile.in (uninstall): Fix previous change.
8638
8639 * configure.in, Makefile.in: Add support for --program-prefix,
8640 --program-suffix and --program-transform-name options.
8641
8642 2001-11-13 Pavel Janík <Pavel@Janik.cz>
8643
8644 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
8645 (install-arch-indep): Install emacsclient manual page.
8646 (uninstall): Uninstall emacsclient manual page.
8647
8648 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
8649
8650 * make-dist: Add lispref/index.*perm files to the distribution.
8651 From Pavel Janík <Pavel@Janik.cz>.
8652
8653 2001-11-12 Pavel Janík <Pavel@Janik.cz>
8654
8655 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
8656
8657 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8658
8659 * configure.in: AC_OUTPUT lispref/Makefile.
8660
8661 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8662
8663 The following changes add the ELisp reference manual to the
8664 distribution.
8665
8666 * make-dist: Add the lispref directory to the distribution.
8667
8668 * Makefile.in (install-arch-indep): Add elisp* to the list of
8669 installed Info files.
8670 (SUBDIR_MAKEFILES): Add lispref/Makefile.
8671 (lispref/Makefile): New target.
8672 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
8673 Add commands for the lispref directory.
8674 (info, dvi): Ditto.
8675
8676 * config.bat: Configure in `lispref'.
8677
8678 2001-11-09 Richard M. Stallman <rms@gnu.org>
8679
8680 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
8681
8682 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
8683
8684 * make-dist (tempdir): Copy AUTHORS as well.
8685
8686 2001-11-06 Sam Steingold <sds@gnu.org>
8687
8688 * configure.in: Added a check for <nlist.h>.
8689
8690 2001-11-01 Pavel Janík <Pavel@Janik.cz>
8691
8692 * configure.in: Reindent --help output.
8693 From Per Starbäck (starback@ling.uu.se).
8694
8695 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
8696
8697 * configure.in: New entry for HP/UX-11.
8698
8699 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
8700 From Eric S. Raymond <esr@golux.thyrsus.com>.
8701
8702 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8703
8704 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
8705 <athornton@sinenomine.net>.
8706
8707 2001-10-25 Gerd Moellmann <gerd@gnu.org>
8708
8709 * Makefile.in (maybe_bootstrap): New target.
8710 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
8711
8712 2001-10-24 Ken Raeburn <raeburn@gnu.org>
8713
8714 * configure.in: If --with-hesiod is given, look for
8715 hes_getmailhost and res_send or __res_send; check hesiod and
8716 resolv libraries respectively if system libraries don't supply them.
8717
8718 2001-10-24 Gerd Moellmann <gerd@gnu.org>
8719
8720 * configure.in: Use $MAKE for `make' if set.
8721
8722 2001-10-22 Gerd Moellmann <gerd@gnu.org>
8723
8724 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
8725 to tar options.
8726
8727 2001-10-20 Gerd Moellmann <gerd@gnu.org>
8728
8729 * (Version 21.1 released).
8730
8731 2001-10-20 Miles Bader <miles@gnu.org>
8732
8733 * configure.in (configuration): Set from `host' if `host_alias'
8734 isn't defined.
8735
8736 2001-10-19 Andreas Schwab <schwab@suse.de>
8737
8738 * configure.in: Make ready for autoconf 2.5x.
8739 (AC_PREREQ): Require autoconf 2.50.
8740 * aclocal.m4: Removed.
8741 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
8742
8743 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8744
8745 * README: Bump Emacs version to 21.1.50.
8746
8747 2001-10-05 Gerd Moellmann <gerd@gnu.org>
8748
8749 * Branch for 21.1.
8750
8751 2001-09-05 Gerd Moellmann <gerd@gnu.org>
8752
8753 * configure.in: Avoid `$@' which is handled specially in
8754 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
8755
8756 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
8757
8758 * make-dist (nt): Add subdirs.el to the list of distributed files.
8759
8760 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
8761
8762 * configure.in (machine): Add an entry for
8763 hppa1.1-hitachi-hiuxwe2*.
8764
8765 2001-05-28 Gerd Moellmann <gerd@gnu.org>
8766
8767 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
8768 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
8769
8770 2001-05-14 Gerd Moellmann <gerd@gnu.org>
8771
8772 * make-dist: Copy texinfo.tex unconditionally.
8773
8774 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8775
8776 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
8777 that are installed.
8778
8779 2001-04-06 Gerd Moellmann <gerd@gnu.org>
8780
8781 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
8782 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
8783
8784 * make-dist: Handle leim/MISC-DIC. Only include
8785 `[a-zA-Z]*.{el,elc}' from leim/quail.
8786
8787 2001-04-05 Gerd Moellmann <gerd@gnu.org>
8788
8789 * Makefile.in (install-arch-indep): Remove .cvsignore files.
8790
8791 2001-03-30 Gerd Moellmann <gerd@gnu.org>
8792
8793 * Makefile.in (.PHONY): Add for bootstrap targets.
8794 (bootstrap-clean): New target.
8795 (bootstrap): Use it instead of `clean'.
8796
8797 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
8798
8799 * Makefile.in (SUBDIR): Remove leim.
8800 (all, .RECURSIVE, extraclean): Add leim explicitly.
8801 (leim): Provide separate rule which exports PARALLEL=0 into the
8802 environment.
8803
8804 2001-03-20 Gerd Moellmann <gerd@gnu.org>
8805
8806 * configure.in (HAVE_XPM): Don't print the result of the check for
8807 XpmReturnAllocPixels if we don't have an xpm.h.
8808
8809 2001-03-05 Gerd Moellmann <gerd@gnu.org>
8810
8811 * COPYING: New file.
8812
8813 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
8814
8815 * config.bat: Update the copyright.
8816
8817 2001-02-23 Kenichi Handa <handa@etl.go.jp>
8818
8819 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
8820 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
8821 to `yes'. Later in AC_OUTPUT, check this variable.
8822
8823 2001-02-09 Dave Love <fx@gnu.org>
8824
8825 * AUTHORS: Updated.
8826
8827 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8828
8829 * info/dir (Ebrowse): Fix the entry (was missing a dot).
8830
8831 2001-02-02 Gerd Moellmann <gerd@gnu.org>
8832
8833 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
8834
8835 * Makefile.in (uninstall): Ignore exit code of `rm'.
8836
8837 * Makefile.in (uninstall): Remove more info files.
8838 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
8839
8840 2001-01-31 Gerd Moellmann <gerd@gnu.org>
8841
8842 * noleim-Makefile.in (extraclean): Add.
8843
8844 2001-01-28 Gerd Moellmann <gerd@gnu.org>
8845
8846 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
8847 it quiet.
8848
8849 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
8850
8851 * Makefile.in (tags): Fix typo.
8852
8853 2001-01-13 Kenichi Handa <handa@etl.go.jp>
8854
8855 * configure.in: Fix typo in the code setting x_search_path.
8856
8857 2001-01-10 Dave Love <fx@gnu.org>
8858
8859 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
8860 -lXext.
8861 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
8862 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
8863 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
8864 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
8865 (now in $LIBS).
8866
8867 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8868
8869 * config.bat: Run the preprocessor with -traditional.
8870
8871 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
8872
8873 * INSTALL: Move copying conditions to end of file.
8874
8875 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8876
8877 * INSTALL: Add basic installation procedure which assumes
8878 `configure' does its job. Elaborate on image support libraries.
8879 Add a pointer to Xaw3d library. Add advice about solving
8880 configure-time problems by looking in config.log and setting
8881 variables in the environment.
8882
8883 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8884
8885 * Makefile.in (install-arch-indep): If tar fails, exit with
8886 exit code 1.
8887
8888 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8889
8890 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
8891 source file includes XKBlib.h. On some broken Solaris systems,
8892 there is an XKBlib.h, reportedly, but header files included by
8893 XKBlib.h are missing.
8894
8895 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8896
8897 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
8898
8899 2000-12-11 Dave Love <fx@gnu.org>
8900
8901 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
8902
8903 2000-12-11 Paul Eggert <eggert@twinsun.com>
8904
8905 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
8906 Merge fixes from latest GNU tar version. These macros no longer
8907 futz with _XOPEN_SOURCE, as that was not portable in practice.
8908 (AC_FUNC_FSEEKO): New macro.
8909
8910 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
8911 ftello.
8912
8913 2000-12-05 Dave Love <fx@gnu.org>
8914
8915 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
8916
8917 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8918
8919 * info/dir: Change the category to "Emacs".
8920
8921 2000-12-01 Gerd Moellmann <gerd@gnu.org>
8922
8923 * make-dist (tempdir): Remove epaths.h from the distribution
8924 instead of paths.h.
8925
8926 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8927
8928 * config.bat: Check for existence of djecho.exe, and print an
8929 error message if it is not available.
8930
8931 * INSTALL: Describe possible problem with djecho.exe in old
8932 versions of DJGPP v2.x.
8933
8934 2000-11-23 Gerd Moellmann <gerd@gnu.org>
8935
8936 * configure.in: Initialize HAVE_LIBXP to no.
8937
8938 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8939
8940 * configure.in: Use m/macppc.h instead of the non-existent
8941 m/powerpc.h.
8942
8943 2000-11-21 Gerd Moellmann <gerd@gnu.org>
8944
8945 * Makefile.in (install-arch-indep): Also install info/eshell*
8946 and info/speedbar*.
8947
8948 * configure.in (HAVE_PNG): Check for the presence of
8949 png_get_channels to rule out older PNG libs.
8950
8951 * configure.in (AC_OUTPUT): Arrange to emit definitions of
8952 GCC and NON_GNU_CPP into config.status.
8953
8954 2000-11-20 Dave Love <fx@gnu.org>
8955
8956 * configure.in: Fix last change.
8957
8958 * GETTING.GNU.SOFTWARE: Deleted.
8959 * FTP: New file to replace it.
8960 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
8961
8962 2000-11-20 Gerd Moellmann <gerd@gnu.org>
8963
8964 * configure.in: Use -traditional with GNU cpp.
8965
8966 2000-11-17 Gerd Moellmann <gerd@gnu.org>
8967
8968 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
8969 Distribute more files from the nt/ subdir. Distribute PBM
8970 image files from subdirs of lisp/. Distribute old change logs
8971 from subdirs of lisp/. Distribute play/5x5.el.
8972
8973 2000-11-11 Dave Love <fx@gnu.org>
8974
8975 * config.sub, config.guess: Updated from master source.
8976
8977 2000-11-07 Dave Love <fx@gnu.org>
8978
8979 * configure.in: Test for mkstemp.
8980
8981 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
8982
8983 * info/dir (Top): Rearrange menu items more logically, and put
8984 them into a single category. Add menu items for RefTeX and
8985 Widget.
8986
8987 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8988
8989 * Makefile.in (install-arch-indep): Use --info-dir instead of
8990 --dir-file, and a simple argument instead of --info-file, so that
8991 the Debian version of install-info also works.
8992
8993 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
8994
8995 * info/dir (Speedbar): Add entry.
8996
8997 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8998
8999 * INSTALL: Describe the new image-support options to the configure
9000 script. List URLs where image support libraries can be found.
9001
9002 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
9003
9004 * info/dir (Top): Add an entry for Eshell.
9005
9006 2000-10-02 Dave Love <fx@gnu.org>
9007
9008 * configure.in: Check for gai_strerror.
9009
9010 2000-10-01 Andreas Schwab <schwab@suse.de>
9011
9012 * Makefile.in (install-arch-indep): Update list of installed info files.
9013
9014 2000-09-30 Gerd Moellmann <gerd@gnu.org>
9015
9016 * configure.in: Support `sparc*-*-netbsd*'.
9017
9018 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
9019
9020 * info/dir (MIME): Add entry for emacs-mime.
9021
9022 2000-09-29 Dave Love <fx@gnu.org>
9023
9024 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
9025
9026 2000-09-26 Gerd Moellmann <gerd@gnu.org>
9027
9028 * make-dist: Adapt to the change of leim/Makefile which was
9029 necessary to ensure a reasonably working `make dist'.
9030
9031 * leim-Makefile.in: Moved to leim/Makefile.in..
9032
9033 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
9034
9035 2000-09-21 Kenichi Handa <handa@etl.go.jp>
9036
9037 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
9038 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
9039 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
9040 files to .elc.
9041 (${TIT}): Adjust for the above change.
9042 (clean mostlyclean): Likewise.
9043 (.el.elc): New target.
9044
9045 2000-09-19 Gerd Moellmann <gerd@gnu.org>
9046
9047 * make-dist: Include XPM and XBM files in lisp/ and subdirs
9048 in the distribution.
9049
9050 2000-09-18 Gerd Moellmann <gerd@gnu.org>
9051
9052 * make-dist (skk): Rename to `ja-dic' because the leim directory
9053 was renamed.
9054
9055 2000-09-14 Dave Love <fx@gnu.org>
9056
9057 * configure.in: Fix spurion in last change.
9058
9059 2000-09-14 Gerd Moellmann <gerd@gnu.org>
9060
9061 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
9062 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
9063 to `no' if defined. Change result report.
9064
9065 2000-09-08 Dave Love <fx@gnu.org>
9066
9067 * configure.in: Remove spurious `@'s.
9068
9069 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
9070 autoconf.
9071
9072 2000-09-06 Gerd Moellmann <gerd@gnu.org>
9073
9074 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
9075 file and print informational message.
9076
9077 * configure.in (AC_FUNC_MMAP): Add.
9078
9079 2000-09-01 Gerd Moellmann <gerd@gnu.org>
9080
9081 * configure.in: Add ``checking'' messages for
9082 XpmReturnAllocPixels.
9083
9084 2000-08-28 Gerd Moellmann <gerd@gnu.org>
9085
9086 * configure.in: Check <strings.h>; check `index' and `rindex'
9087 functions.
9088
9089 2000-08-26 Kenichi Handa <handa@etl.go.jp>
9090
9091 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
9092 "case "${canonical}" in".
9093
9094 2000-08-25 Dave Love <fx@gnu.org>
9095
9096 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
9097
9098 2000-08-25 Kenichi Handa <handa@etl.go.jp>
9099
9100 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
9101
9102 2000-08-24 Gerd Moellmann <gerd@gnu.org>
9103
9104 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
9105 contains a relative path. Protect against unusable values of $PWD.
9106
9107 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9108
9109 * info/dir (WoMan): Add entry.
9110
9111 * config.bat (maindir): Update src/_gdbinit even if it does
9112 already exist.
9113
9114 2000-08-07 Gerd Moellmann <gerd@gnu.org>
9115
9116 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
9117
9118 2000-08-03 Gerd Moellmann <gerd@gnu.org>
9119
9120 * configure.in: Add support for ia64*-*-linux*.
9121
9122 2000-07-27 Gerd Moellmann <gerd@gnu.org>
9123
9124 * make-dist (aclocal.m4): Include in distribution.
9125
9126 2000-07-26 Dave Love <fx@gnu.org>
9127
9128 * configure.in (AC_SYS_LARGEFILE): Move earlier.
9129
9130 2000-07-24 Dave Love <fx@gnu.org>
9131
9132 * configure.in: Add AC_SIZE_T.
9133
9134 2000-07-18 Dave Love <fx@gnu.org>
9135
9136 * configure.in: Reorder so that most tests are done after CPPFLAGS
9137 is set from the C_SWITCH_... definitions.
9138
9139 2000-07-10 Gerd Moellmann <gerd@gnu.org>
9140
9141 * configure.in (HAVE_XPM): Undo previous change. Check for
9142 preprocessor define XpmReturnAllocPixels.
9143
9144 2000-07-06 Gerd Moellmann <gerd@gnu.org>
9145
9146 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
9147 instead of XpmReadFileToPixmap.
9148
9149 2000-07-05 Ken Raeburn <raeburn@gnu.org>
9150
9151 * configure.in: Check for <soundcard.h>. Look for ossaudio
9152 library, and set LIBSOUND accordingly.
9153
9154 2000-07-05 Dave Love <fx@gnu.org>
9155
9156 * configure.in: Use AC_HEADER_SYS_WAIT.
9157
9158 2000-07-05 Gerd Moellmann <gerd@gnu.org>
9159
9160 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
9161 lisp/Makefile. Distribute lisp/Makefile.in instead of
9162 lisp/Makefile.
9163
9164 2000-06-30 Ken Raeburn <raeburn@gnu.org>
9165
9166 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
9167 while searching for image-handling libraries.
9168
9169 2000-06-26 Gerd Moellmann <gerd@gnu.org>
9170
9171 * configure.in (--with-xim): New option.
9172
9173 2000-06-23 Dave Love <fx@gnu.org>
9174
9175 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
9176 for struct timezone and test how we can call gettimeofday.
9177 Check for OSF 5+. Check for term.h.
9178
9179 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
9180 version.
9181
9182 2000-06-23 Gerd Moellmann <gerd@gnu.org>
9183
9184 * configure.in (HAVE_LIBXP): Change test for libXp.
9185
9186 2000-06-21 Dave Love <fx@gnu.org>
9187
9188 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
9189 simple test for getloadavg and substitute GETLOADAVG_LIBS.
9190 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
9191
9192 2000-06-19 Dave Love <fx@gnu.org>
9193
9194 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
9195 _XOPEN_SOURCE is defined.
9196
9197 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9198
9199 * Makefile.in (distclean): Also make distclean in lisp/.
9200
9201 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9202
9203 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
9204
9205 2000-06-15 Gerd Moellmann <gerd@gnu.org>
9206
9207 * make-dist: Add --help and --snapshot options.
9208
9209 2000-06-14 Gerd Moellmann <gerd@gnu.org>
9210
9211 * configure.in: Generate lisp/Makefile.
9212
9213 * configure.in: Add support for `*-lynxos*'.
9214 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
9215 recommended by <Karen.Dorhamer@compaq.com> to fix problems
9216 on Tru64 UNIX v5.0.
9217
9218 2000-06-13 Ken Raeburn <raeburn@gnu.org>
9219
9220 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
9221 it's on a continuation line.
9222
9223 2000-06-02 Dave Love <fx@gnu.org>
9224
9225 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
9226 files.
9227
9228 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
9229 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
9230 test.
9231
9232 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
9233 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
9234
9235 2000-05-26 Gerd Moellmann <gerd@gnu.org>
9236
9237 * configure.in: Add check for speed_t typedef.
9238
9239 2000-05-25 Ken Raeburn <raeburn@gnu.org>
9240
9241 * Makefile.in (install-arch-dep): Install fns-*.el only if it
9242 exists; it won't in the CANNOT_DUMP case.
9243
9244 2000-05-25 Gerd Moellmann <gerd@gnu.org>
9245
9246 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
9247 On FreeBSD, the exit status is 1 if CDPATH is not set.
9248 (install-arch-indep): Install ebrowse.info.
9249
9250 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
9251
9252 * configure.in: Check for grandpt and getpt.
9253
9254 2000-05-09 Dave Love <fx@gnu.org>
9255
9256 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
9257
9258 2000-05-05 Gerd Moellmann <gerd@gnu.org>
9259
9260 * make-dist: Make a link for lib-src/grep-changelog.
9261 Copy install-sh.
9262
9263 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
9264
9265 * config.bat: Identify the beginning of the cpp stuff in
9266 src/Makefile.in and lib-src/Makefile.in more accurately.
9267
9268 2000-04-27 Gerd Moellmann <gerd@gnu.org>
9269
9270 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
9271
9272 2000-04-19 Gerd Moellmann <gerd@gnu.org>
9273
9274 * configure.in: Add support for `powerpc-*-netbsd*'.
9275
9276 2000-04-19 Dave Love <fx@gnu.org>
9277
9278 * configure.in: Don't use AC_FUNC_GETLOADAVG.
9279
9280 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
9281
9282 2000-04-16 Dave Love <fx@gnu.org>
9283
9284 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
9285
9286 2000-04-14 Dave Love <fx@gnu.org>
9287
9288 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
9289
9290 * aclocal.m4 (AC_FUNC_MKTIME): New.
9291
9292 2000-03-28 Ken Raeburn <raeburn@gnu.org>
9293
9294 * configure.in: Line up "--help" output a little better.
9295
9296 2000-03-26 Gerd Moellmann <gerd@gnu.org>
9297
9298 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
9299 New targets.
9300 (bootstrap): Rewritten in terms of the new targets above.
9301 Make info files, too.
9302
9303 2000-03-12 Gerd Moellmann <gerd@gnu.org>
9304
9305 * config.guess, config.sub: Use the versions of the files from
9306 subversions.
9307
9308 2000-03-08 Dave Love <fx@gnu.org>
9309
9310 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
9311 AC_C_VOLATILE. Define POINTER_TYPE.
9312
9313 * aclocal.m4: New file.
9314
9315 2000-03-02 Gerd Moellmann <gerd@gnu.org>
9316
9317 * configure.in (machine): Add `mipsel-*-netbsd*' and
9318 `arm-*-netbsd*'.
9319
9320 2000-03-01 Gerd Moellmann <gerd@gnu.org>
9321
9322 * configure.in (machine): Add support for `*-auspex-sunos*'.
9323
9324 2000-02-29 Gerd Moellmann <gerd@gnu.org>
9325
9326 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
9327
9328 2000-02-18 Dave Love <fx@gnu.org>
9329
9330 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
9331
9332 2000-02-18 Andreas Schwab <schwab@suse.de>
9333
9334 * Makefile.in (install-arch-indep): Add eudc to list of installed
9335 info files.
9336
9337 2000-02-17 Ken Raeburn <raeburn@gnu.org>
9338
9339 * configure.in: Include -lz and -ljpeg (if it's available) when
9340 testing for the tiff library.
9341
9342 2000-02-17 Gerd Moellmann <gerd@gnu.org>
9343
9344 * configure.in: Remove LISP_FLOAT_TYPE.
9345
9346 2000-02-12 Dave Love <fx@gnu.org>
9347
9348 * configure.in: Use AC_FUNC_VFORK.
9349
9350 2000-02-01 Gerd Moellmann <gerd@gnu.org>
9351
9352 * make-dist: Various fixes for new development tree.
9353
9354 * leim-Makefile.in: New file.
9355
9356 2000-01-31 Gerd Moellmann <gerd@gnu.org>
9357
9358 * Makefile.in (dist): Call ./make-dist.
9359
9360 2000-01-24 Dave Love <fx@gnu.org>
9361
9362 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
9363
9364 2000-01-18 Gerd Moellmann <gerd@gnu.org>
9365
9366 * configure.in (HAVE_GIF): Check for DGifOpen instead of
9367 DGifOpenFileName.
9368
9369 2000-01-11 Andreas Schwab <schwab@suse.de>
9370
9371 * Makefile.in (install-arch-indep): Update list of info files to
9372 be installed.
9373
9374 2000-01-05 Dave Love <fx@gnu.org>
9375
9376 * configure.in: Check for jerror.h as well as libjpeg.
9377
9378 2000-01-03 Andreas Schwab <schwab@suse.de>
9379
9380 * Makefile.in (install-arch-indep): Install autotype*.
9381 Run install-info on autotype and emacs-faq.info.
9382
9383 1999-12-04 Dave Love <fx@gnu.org>
9384
9385 * Makefile.in (install-arch-indep): Depend on `info'.
9386 (install-strip): Use `install' as sub-make target.
9387
9388 1999-11-23 Ken Raeburn <raeburn@gnu.org>
9389
9390 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
9391 didn't need to be deleted. Check for the k5crypto library as well
9392 as the crypto library; MIT Kerberos 1.1 changed the name.
9393
9394 1999-11-18 Dave Love <fx@gnu.org>
9395
9396 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
9397
9398 1999-11-11 Erik Naggum <erik@naggum.no>
9399
9400 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
9401
9402 1999-11-08 Dave Love <fx@gnu.org>
9403
9404 * configure.in: Fix change for --with-pop default.
9405
9406 1999-11-04 Dave Love <fx@gnu.org>
9407
9408 * configure.in: Default to --with-pop. Change sense of with-gcc
9409 and with-toolkit-scroll-bars messages to reflect the defaults.
9410
9411 1999-11-01 Gerd Moellmann <gerd@gnu.org>
9412
9413 * INSTALL: Mention the Emacs Lisp Reference.
9414
9415 1999-10-27 Noah Friedman <friedman@splode.com>
9416
9417 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
9418
9419 1999-10-23 Gerd Moellmann <gerd@gnu.org>
9420
9421 * Makefile.in (bootstrap): New target.
9422
9423 1999-10-19 Paul Eggert <eggert@twinsun.com>
9424
9425 Add support for large files. Merge glibc 2.1.2.
9426
9427 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
9428 (HAVE_TM_GMTOFF): New symbol.
9429 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
9430 mbrlen, strsignal.
9431 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
9432
9433 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
9434
9435 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
9436 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
9437
9438 1999-10-09 Richard M. Stallman <rms@gnu.org>
9439
9440 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
9441 Unset CDPATH to prevent cd from generating output.
9442
9443 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
9444
9445 * update-subdirs: Also ignore CVS subdirs.
9446
9447 1999-10-07 Gerd Moellmann <gerd@gnu.org>
9448
9449 * Makefile.in (install-arch-indep): Add ada-mode.
9450
9451 1999-10-06 Dave Love <fx@gnu.org>
9452
9453 * Makefile.in: Add rules for config.status, configure.
9454
9455 1999-09-07 Gerd Moellmann <gerd@gnu.org>
9456
9457 * configure.in (--with-sound): Remove.
9458
9459 1999-08-30 Gerd Moellmann <gerd@gnu.org>
9460
9461 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
9462 the test for Xaw3d.
9463 (HAVE_TIFF): Add -lm to library check.
9464
9465 1999-08-28 Richard Stallman <rms@gnu.org>
9466
9467 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
9468 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
9469 after the other X-related libraries.
9470
9471 1999-08-21 Dave Love <fx@gnu.org>
9472
9473 * configure.in: Don't check for jpeglib.h.
9474
9475 1999-08-20 Gerd Moellmann <gerd@gnu.org>
9476
9477 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
9478 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
9479
9480 1999-08-18 Dave Love <fx@gnu.org>
9481
9482 * configure.in: Check for termcap.h.
9483
9484 1999-08-15 Gerd Moellmann <gerd@gnu.org>
9485
9486 * configure.in: Add --with-toolkit-scroll-bars. If "no",
9487 use Emacs' scroll bars, even if configured for Motif or when
9488 Xaw3d is available.
9489
9490 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
9491
9492 * configure.in: Check for getaddrinfo.
9493
9494 1999-08-04 Eli Zaretskii <eliz@gnu.org>
9495
9496 * config.bat: Make --no-debug work again by removing -gcoff.
9497
9498 1999-07-30 Dave Love <fx@gnu.org>
9499
9500 * configure.in: Check for stdlib.h.
9501
9502 1999-07-19 Dave Love <fx@gnu.org>
9503
9504 * configure.in: Grok sparc64-*-linux-gnu*.
9505
9506 1999-07-12 Richard Stallman <rms@gnu.org>
9507
9508 * Version 20.4 released.
9509
9510 1999-06-23 Karl Heuer <kwzh@gnu.org>
9511
9512 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
9513 Quote $EMACS, in case it's a program with args.
9514
9515 1999-06-15 Gerd Moellmann <gerd@gnu.org>
9516
9517 * configure.in (HAVE_GIF): Use libungif instead of libgif
9518 because the former doesn't contain patented compression code.
9519
9520 1999-05-29 Richard M. Stallman <rms@gnu.org>
9521
9522 * configure.in: Delete the Kerberos stuff.
9523
9524 1999-05-27 Greg Hudson <ghudson@mit.edu>
9525
9526 * configure.in: Prefer kerberos 5 names.
9527
9528 1999-04-26 Richard M. Stallman <rms@gnu.org>
9529
9530 * configure.in: Check for libXp.
9531
9532 1999-04-08 Richard Stallman <rms@gnu.org>
9533
9534 * make-dist: Include change logs in subdirs of `lisp'.
9535
9536 1999-04-05 Richard Stallman <rms@gnu.org>
9537
9538 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
9539 (install-arch-indep): Make ${datadir}/emacs world-readable.
9540
9541 1999-03-30 Eli Zaretskii <eliz@gnu.org>
9542
9543 * config.bat: Use epaths.* instead of paths.*.
9544
9545 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9546
9547 * INSTALL: Add detailed instructions to unpack and install
9548 intlfonts on MS-DOS.
9549
9550 1999-02-26 Richard Stallman <rms@gnu.org>
9551
9552 * configure.in: Use epaths.h and epaths-force instead of paths...
9553
9554 * Makefile.in (epaths-force): Rename from paths-force;
9555 operate on epaths.in and produce epaths.h.
9556
9557 1999-02-24 Richard Stallman <rms@gnu.org>
9558
9559 * make-dist: Fix nt/icons directory handling.
9560
9561 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
9562
9563 * configure.in (f301-fujitsu-uxpv4.1): New target.
9564
9565 1999-02-20 Richard Stallman <rms@gnu.org>
9566
9567 * make-dist (tempparent): Fix command to update info files.
9568
9569 1999-02-09 Richard Stallman <rms@gnu.org>
9570
9571 * configure.in (powerpc-apple-netbsd*): New alternative.
9572
9573 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
9574
9575 * make-dist: Include the new directory nt/icons in distributions.
9576
9577 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9578
9579 * configure.in: Change message about HAVE_XFREE386.
9580
9581 1999-01-07 Eli Zaretskii <eliz@gnu.org>
9582
9583 * config.bat: Support configuring with leim.
9584
9585 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
9586
9587 * configure.in (mips-sgi-irix6.5): New target.
9588
9589 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9590
9591 * configure.in: Remove GSS-API support, since it has been removed
9592 from movemail.
9593
9594 1998-12-04 Markus Rost <rost@delysid.gnu.org>
9595
9596 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
9597
9598 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
9599
9600 * Makefile.in: Don't install customize info file.
9601 Run install-info on viper info file.
9602
9603 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
9604
9605 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
9606
9607 1998-11-16 Kenichi Handa <handa@etl.go.jp>
9608
9609 * configure.in (*-*-bsdi4*): New target.
9610
9611 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
9612
9613 * configure.in: Fix previous change.
9614
9615 1998-11-11 Richard Stallman <rms@gnu.org>
9616
9617 * configure.in (aviion-intel): New machine.
9618
9619 1998-11-04 Kenichi Handa <handa@etl.go.jp>
9620
9621 * configure.in (mips-nec-sysv4*): New target.
9622
9623 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
9624
9625 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
9626 from lisp.
9627
9628 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
9629
9630 * make-dist: Don't include fns*.el in dist.
9631
9632 1998-10-30 Dave Love <fx@gnu.org>
9633
9634 * configure.in: Don't mkdir cpp.
9635
9636 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
9637
9638 * Makefile.in (install-arch-dep): Install src/fns-*.el in
9639 ${archlibdir}.
9640
9641 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9642
9643 * Version 20.3 released.
9644
9645 1998-07-30 Paul Eggert <eggert@twinsun.com>
9646
9647 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
9648 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
9649 (lwlib/Makefile, leim/Makefile):
9650 Prepend $(srcdir)/ to rule dependencies outside this dir.
9651
9652 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9653
9654 * configure.in: Use unset CDPATH instead of making it empty.
9655
9656 1998-06-20 Karl Heuer <kwzh@gnu.org>
9657
9658 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
9659
9660 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9661
9662 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
9663 and default.el. Sort the results.
9664
9665 1998-05-31 Karl Heuer <kwzh@gnu.org>
9666
9667 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
9668 writable.
9669
9670 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9671
9672 * Makefile.in (install-arch-indep):
9673 Don't alter site-lisp/subdirs.el if it exists.
9674
9675 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9676
9677 * Makefile.in (install-arch-indep): Put `-' on commands to create
9678 subdirs.el in site-lisp dirs.
9679
9680 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
9681
9682 * Makefile.in (install-arch-indep): Fix typo in previous change.
9683
9684 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9685
9686 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
9687
9688 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
9689
9690 * Makefile.in (mkdir): Create the site-lisp dirs.
9691 (install-arch-indep): Make site-lisp/subdirs files world-readable.
9692
9693 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
9694
9695 * Makefile.in (INSTALL_INFO): New variable.
9696 (install-arch-indep): Don't replace the dir file if it already exists.
9697 Use the install-info program, via INSTALL_INFO, to add entries.
9698 Make the `info' subdir and the Info files world-readable.
9699
9700 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
9701
9702 * config.bat: Make sure the environment is large enough to support
9703 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
9704
9705 1998-04-10 Karl Heuer <kwzh@gnu.org>
9706
9707 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
9708
9709 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9710
9711 * configure.in: Add --with-gssapi to specify GSS-API
9712 authentication support for movemail.
9713
9714 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9715
9716 * Makefile.in (install-arch-indep): Fix previous change.
9717
9718 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9719
9720 * Makefile.in (info): Run man in build dir, not srcdir.
9721
9722 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
9723
9724 * Makefile.in (install-arch-indep): Fix previous change.
9725
9726 1998-03-23 Kenichi Handa <handa@etl.go.jp>
9727
9728 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
9729
9730 1998-03-22 Richard Stallman <rms@gnu.org>
9731
9732 * Makefile.in (install-arch-indep): Put special subdirs.el files
9733 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
9734
9735 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
9736
9737 * make-dist: Fix shell syntax in check for missing .el or .elc files.
9738
9739 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
9740
9741 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
9742 (m68*-hp-hpux*): Handle versions 1X like 10.
9743
9744 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
9745
9746 * make-dist: PROBLEMS is now in etc, not top level dir.
9747
9748 * Makefile.in (SOURCES): Delete PROBLEMS.
9749
9750 1998-02-25 Richard Stallman <rms@gnu.org>
9751
9752 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
9753
9754 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
9755
9756 1998-01-17 Richard Stallman <rms@gnu.org>
9757
9758 * Makefile.in (install-arch-indep): Add semicolon before `else'.
9759
9760 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
9761
9762 * make-dist (tempparent): New option --no-check.
9763
9764 * make-dist: Don't do anything with cpp directory.
9765
9766 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
9767
9768 * configure.in (sparc-fujitsu-sysv4*): New target.
9769
9770 1997-12-17 Andreas Schwab <schwab@gnu.org>
9771
9772 * configure.in: Cache more tests. Add missing quotes around
9773 message with embedded comma.
9774
9775 1997-12-04 Karl Heuer <kwzh@gnu.org>
9776
9777 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
9778
9779 1997-11-26 Joel N. Weber II <devnull@gnu.org>
9780
9781 * make-dist: Changed the comment about `umask 0' to say `Don't
9782 restrict access to any files.'; previously it said `Don't protect
9783 any files', which may have implied that we think fascism is good.
9784
9785 1997-11-24 Paul Eggert <eggert@twinsun.com>
9786
9787 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
9788 strftime needs the underlying host's strftime for locale dependent
9789 formats.
9790
9791 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
9792
9793 * configure.in (i586-dg-dguxR4.*): New name in case branch.
9794
9795 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
9796
9797 * config.bat: Configure the man subdirectory.
9798
9799 1997-11-07 Paul Eggert <eggert@twinsun.com>
9800
9801 * configure.in (AC_CHECK_LIB): Add -lintl.
9802
9803 1997-11-07 Karl Heuer <kwzh@gnu.org>
9804
9805 * make-dist (check for .elc files): Avoid bash-specific syntax.
9806 (check for overflow 14-char limit): Simplify.
9807
9808 1997-11-07 Richard Stallman <rms@gnu.org>
9809
9810 * Makefile.in (install): Move blessmail last.
9811
9812 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9813
9814 * configure.in (gettimeofday, one arg or two):
9815 Clarify messages by avoiding double negative.
9816
9817 1997-09-30 Karl Eichwalder <ke@suse.de>
9818
9819 * Makefile.in (install-arch-indep): Install the widget info file.
9820
9821 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9822
9823 * configure.in (with-pop, with-kerberos): Need to check Kerberos
9824 libraries in reverse order, so that libraries will appear in the
9825 correct dependency order on the link line (and so that the
9826 configure checks themselves will work properly when early
9827 libraries depend on later ones).
9828
9829 1997-09-21 Erik Naggum <erik@naggum.no>
9830
9831 * make-dist (making links to `src'): Keep timestamp on copied files.
9832
9833 * make-delta: New script to produce delta distributions.
9834
9835 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9836
9837 * Version 20.2 released.
9838
9839 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9840
9841 * Version 20.1 released.
9842
9843 * Makefile.in (install-leim): Depend on mkdir.
9844 (leim): Depend on src.
9845
9846 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9847
9848 * configure.in: Recognize alpha* instead of just alpha.
9849
9850 1997-09-12 Paul Eggert <eggert@twinsun.com>
9851
9852 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
9853
9854 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9855
9856 * update-subdirs: Use rm -f.
9857
9858 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9859
9860 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
9861 Ignore subdirs named Old.
9862
9863 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
9864
9865 * configure.in: Add OpenBSD clause to set $machine.
9866
9867 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9868
9869 * make-dist: Recompile everything after updating various Lisp files.
9870 Recompile in leim as well as lisp.
9871 Check in leim as well as lisp for mismatched files and too-long names.
9872
9873 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9874
9875 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
9876
9877 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9878
9879 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
9880 before trying to copy anything from it.
9881
9882 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9883
9884 * Makefile.in (man/Makefile): New target.
9885 (tags): Define env var EMACS and run Makefile from build dir.
9886
9887 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
9888
9889 * config.bat: If src/_gdbinit doesn't exist, try using
9890 src/.gdbinit to create it (for building on Windows 95).
9891
9892 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9893
9894 * Makefile.in (install-arch-indep):
9895 Discard extra data in tar | tar pipes.
9896
9897 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
9898
9899 * configure.in (x_default_search_path):
9900 Corrected '${x_library}' to '${x_library}/X11'.
9901
9902 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9903
9904 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
9905
9906 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9907
9908 * configure.in: Support auto-configuration of both Kerberos V4 and
9909 Kerberos V5 for movemail, including detection of V4 and V5 header
9910 files and libraries.
9911
9912 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
9913
9914 * configure.in: Compute x_default_search_path
9915 and substitute into makefiles.
9916
9917 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
9918
9919 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9920
9921 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
9922
9923 1997-08-07 Erik Naggum <erik@naggum.no>
9924
9925 * configure.in: Remove lockdir, it is no longer needed.
9926 * Makefile.in (mkdir): Don't create lockdir.
9927 (lockdir): Variable deleted.
9928 (paths-force): Don't operate on PATH_LOCK.
9929
9930 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9931
9932 * leim-Makefile.in (clean, distclean): New targets.
9933
9934 * make-dist: Include leim/ChangeLog in leim distribution.
9935
9936 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9937
9938 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
9939
9940 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9941
9942 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
9943
9944 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9945
9946 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
9947
9948 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9949
9950 * make-dist: Update leim/leim-list.el.
9951 Pass along value of $EMACS when updating lisp dir.
9952
9953 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9954
9955 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
9956 prerequisite to the use of Doug Lea's malloc.
9957
9958 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9959
9960 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
9961
9962 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
9963
9964 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9965
9966 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
9967
9968 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9969
9970 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
9971 to news-r6.h.
9972
9973 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
9974
9975 * config.bat: Use `sed' instead of `cp', which might not be
9976 installed.
9977
9978 1997-07-09 Kenichi Handa <handa@etl.go.jp>
9979
9980 * Makefile.in (mostlyclean): Add cleaning leim directory.
9981 (clean, distclean, maintainer-clean): Likewise.
9982
9983 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9984
9985 * make-dist (bogosities): Check subdirs of `lisp' also.
9986
9987 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9988
9989 * make-dist (etc): Really avoid symlinks now.
9990 (lisp): Don't delete from subdirs the things we never copy.
9991
9992 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9993
9994 * Makefile.in (install-arch-indep): Correct the target name.
9995 The first letter `i' was dropped by the previous change of mine.
9996
9997 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9998
9999 * configure.in (leim/Makefile): Generate this.
10000 (*-sysv4.2uw*): Recognize new alternative.
10001
10002 * leim-Makefile.in: Renamed from leim-Makefile.
10003
10004 * make-dist: Set up real-leim subdirectory,
10005 with the real contents of leim; then move it to
10006 a separate top-level directory.
10007
10008 * make-dist: Don't mention site-lisp, site-init, site-start
10009 or default, when listing files hat are not compiled and should be.
10010
10011 * configure.in: Create src/config.stamp at the end.
10012
10013 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10014
10015 * Makefile.in (install-leim): Correct previous change.
10016
10017 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10018
10019 * Makefile.in (install-leim): New target.
10020 (install): Depend on install-leim.
10021
10022 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10023
10024 * Makefile.in (SUBDIR): Add leim.
10025 (SUBDIR_MAKEFILES): Add leim/Makefile.
10026 (leim/Makefile): New target.
10027
10028 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10029
10030 * leim-Makefile: New file.
10031 * make-dist: Initialize a `leim' subdirectory with that makefile.
10032
10033 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10034
10035 * configure.in (GNU_MALLOC_reason): Fix message text.
10036
10037 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10038
10039 * make-dist (lisp): Don't process subdirs that start with =.
10040 (etc): Copy symlinks, as in src.
10041
10042 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10043
10044 * configure.in (i*86-*-unixware*): New alternative.
10045
10046 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10047
10048 * Makefile.in (src/config.stamp): Target renamed from src/config.h
10049 and touch it explicitly.
10050
10051 * configure.in (mips-sony-newsos6*): New alternative.
10052 (mips-*-linux-gnu*): New alternative.
10053 (*-*-bsdi*): New alternative.
10054 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
10055
10056 1997-06-22 Dave Love <d.love@dl.ac.uk>
10057
10058 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
10059 (src/config.h): New target to re-configure if src/config.in is patched.
10060
10061 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10062
10063 * configure.in (shutdown): Check for `shutdown' function.
10064
10065 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10066
10067 * update-subdirs: Include the directory "language" in subdirs.
10068
10069 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10070
10071 * configure.in (m88k-dg-dgux4*): New alternative.
10072 (alpha-*-netbsd*): New alternative.
10073 (powerpcle-*-solaris2*): New alternative.
10074
10075 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10076
10077 * make-dist: Warn about .el files that are not compiled.
10078
10079 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10080
10081 * Makefile.in (dist): Don't run update-subdirs here,
10082 since make-dist now gets that done.
10083
10084 * make-dist: Use the new `updates' target in lisp/Makefile.
10085
10086 * make-dist: Use new non-file targets in lisp/Makefile.
10087
10088 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10089
10090 * make-dist: Handle all subdirs of `lisp' uniformly.
10091 Don't handle `term' and `language' specially.
10092 Clear out umask at the beginning.
10093
10094 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10095
10096 * make-dist: Use Make to update finder-inf.el and autoloads.
10097 Also update cus-load.el.
10098
10099 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10100
10101 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
10102 in case it is desirable to disable the GNU malloc features with glibc.
10103
10104 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10105
10106 * configure.in (DOUG_LEA_MALLOC):
10107 Define if malloc_{get,set}_state exist.
10108
10109 1997-03-05 Kenichi Handa <handa@etl.go.jp>
10110
10111 * make-dist: Make links for files under lisp/language.
10112
10113 1997-02-20 Kenichi Handa <handa@etl.go.jp>
10114
10115 * update-subdirs: Exclude the directory "language" from subdirs.
10116
10117 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
10118
10119 * configure.in: Check for rint and cbrt.
10120
10121 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10122
10123 * make-dist: Use $EMACS to say where to run Emacs.
10124 Add --no-update option.
10125
10126 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10127
10128 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
10129
10130 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10131
10132 * make-dist (copying src): Check thoroughly for symlinks
10133 and copy them in all cases. Regularize the linking of *.in
10134 and *.opt and ChangeLog files.
10135 (copying lib-src): Likewise.
10136 Don't rm getdate.c or y.tab.*--they don't exist any more.
10137
10138 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
10139
10140 * configure.in: Check for libmail, maillock.h and
10141 touchlock (for movemail).
10142
10143 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10144
10145 * configure.in (limits.h): Check for this file.
10146
10147 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10148
10149 * configure.in (rs6000-ibm-aix4.2): New alternative.
10150 (rs6000-ibm-aix4.0): New alternative.
10151 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
10152
10153 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
10154
10155 * configure.in: Recognize vax-*-netbsd*.
10156
10157 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10158
10159 * configure.in (locallisppath): Add leim directory.
10160
10161 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
10162
10163 * config.bat: Make sure `mv' supports forward slashes and -f.
10164
10165 1996-10-28 Christian Limpach <chris@nice.ch>
10166
10167 * configure.in (hppa*-next-nextstep*): * added after hppa
10168 to accept hppa1.0 and hppa1.1.
10169
10170 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
10171
10172 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
10173 * configure.in (ld_switch_machine): Fix typo.
10174
10175 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10176
10177 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
10178 from config.h and use them in $ac_link.
10179
10180 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
10181
10182 * configure.in: Create a subdir named `lisp'.
10183
10184 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10185
10186 * configure.in: Check for getcwd.
10187
10188 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10189
10190 * configure.in: Check for termios.h. Check for setpgid.
10191
10192 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10193
10194 * configure.in: Check for setrlimit.
10195
10196 1996-08-31 Paul Eggert <eggert@twinsun.com>
10197
10198 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
10199
10200 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10201
10202 * configure.in: Check for utimes.
10203
10204 * configure.in: Check for com_err library, but only
10205 if --with-kerberos was used. Check for krb and des
10206 only if --with-kerberos.
10207
10208 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10209
10210 * Makefile.in (INSTALL_STRIP): New variable.
10211 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
10212 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
10213
10214 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10215
10216 * configure.in: Check for krb and des libraries.
10217
10218 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10219
10220 * configure.in (*-sunos4.1.[3-9]*noshare):
10221 Use sunos413, not sunos4-1-3.
10222 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
10223 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
10224
10225 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10226
10227 * Makefile.in (src/paths.h): Target deleted.
10228 (paths-force): Delete all dependencies on this target
10229 but don't delete the target.
10230 (install): Depend on `all'.
10231 (paths-force): Don't print a message.
10232
10233 * configure.in: Generate src/paths.h here.
10234
10235 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10236
10237 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
10238 New variables that affect linking only.
10239 (alpha-dec-osf*): Use those instead of previous change.
10240
10241 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10242
10243 * Makefile.in (install-arch-indep): Install info/messages.
10244
10245 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10246
10247 * Version 19.33 released.
10248
10249 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
10250
10251 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
10252 Fix previous change.
10253
10254 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10255
10256 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
10257 New alternative.
10258
10259 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10260
10261 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
10262 and NON_GCC_TEST_OPTIONS.
10263
10264 1996-08-06 Paul Eggert <eggert@twinsun.com>
10265
10266 * configure.in (LOCALTIME_CACHE): Don't put a string literal
10267 "TZ=..." in environ.
10268
10269 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10270
10271 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
10272
10273 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10274
10275 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
10276 the more general *-sunos4.1.[3-9]* clause.
10277
10278 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10279
10280 * Version 19.32 released.
10281
10282 * configure.in (*-sco3.2v5*):
10283 Set OVERRIDE_CPPFLAG to a string of one space.
10284 Fix the code that uses OVERRIDE_CPPFLAG.
10285
10286 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
10287
10288 * configure.in: Undo previous change.
10289
10290 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10291
10292 * config.sub: Use `pc', not `unknown', when canonicalizing
10293 the vendor for ...86.
10294
10295 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
10296
10297 * configure.in: Check for termios.h header.
10298
10299 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
10300
10301 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
10302
10303 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
10304
10305 * configure.in: Split bsdos2 and bsdos2-1.
10306
10307 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10308
10309 * config.sub: If last two words are not a recognized
10310 KERNEL-OS pair, use just the last word as OS, as in 19.31.
10311 Make conversion of gnu/linux to linux-gnu really work.
10312
10313 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
10314
10315 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10316
10317 * configure.in (check for using Lucid widgets by default):
10318 Eliminate indentation that confuses some compilers.
10319
10320 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10321
10322 * config.sub: Convert linux and gnu/linux to linux-gnu.
10323
10324 * make-dist: Don't update getdate.c.
10325 Ignore =... files when checking for too-long Lisp file names.
10326
10327 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10328
10329 * configure.in (euidaccess): Check for that, not for eaccess.
10330
10331 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10332
10333 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
10334 before `noshare'.
10335 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
10336
10337 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10338
10339 * configure.in: Rename lignux to linux-gnu in configuration names.
10340 Use gnu-linux as the opsys value (s/ file name).
10341 Allow i686 just like i386, i486, i586.
10342
10343 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10344
10345 * configure.in (i*86-*-sco3.2v5): New alternative.
10346 (OVERRIDE_CPPFLAG): New variable.
10347 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
10348
10349 * configure.in: Specify vpath for .texi files.
10350
10351 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10352
10353 * configure.in: Always check for HAVE_X11R5.
10354 Separately decide whether to use a toolkit by default.
10355
10356 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
10357
10358 * configure.in: If X11R5 is missing the Xaw headers,
10359 default to --with-x-toolkit=no.
10360
10361 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10362
10363 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
10364
10365 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10366
10367 * Makefile.in (install-arch-indep): If cd etc makes output,
10368 don't treat that as part of the tar data.
10369 Check that ./lisp actually exists.
10370
10371 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
10372
10373 * make-dist: Check for long file names.
10374
10375 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10376
10377 * Version 19.31 released.
10378
10379 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10380
10381 * configure.in: Recognize sparc-*-lignux.
10382
10383 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10384
10385 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
10386 Don't include config.w95.
10387
10388 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10389
10390 * make-dist: Replace --no-clean-up and --no-tar options
10391 with --clean-up and --tar, so that the default is useful.
10392
10393 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
10394
10395 * config.bat: Make sure the GDB init file is called src/_gdbinit;
10396 if not, tell the user to rename it and abort.
10397
10398 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10399
10400 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
10401 test program.
10402
10403 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10404
10405 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
10406
10407 * make-dist (MANIFEST): Fix previous change.
10408 (msdos): Put mainmake.v2 into the dist.
10409
10410 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10411
10412 * make-dist: Exit if autoconf fails.
10413
10414 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
10415
10416 * config.bat: Set djgpp-ver, and unset it at the end.
10417 Add a number of conditionals for DJGPP version 2.
10418 Rename label libsrc2 to libsrc3.
10419 Substitute for LDFLAGS in src/Makefile.
10420 Substitute for ALL_CFLAGS in lib-src/Makefile.
10421
10422 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10423
10424 * configure.in (ncurses): Check this after checking fns like strerror.
10425
10426 1996-04-08 Erik Naggum <erik@naggum.no>
10427
10428 * make-dist (MANIFEST): Don't include lines from =files.
10429
10430 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10431
10432 * make-dist: Don't put lisp/dired.todo in the dist.
10433
10434 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
10435
10436 * configure.in (HAVE_NCURSES): Look for library named ncurses.
10437
10438 * configure.in (setlocale): Check for it.
10439
10440 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
10441
10442 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10443
10444 * configure.in: Use lignux instead of linux as value of opsys.
10445
10446 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10447
10448 * Makefile.in (install-strip): Fix whitespace.
10449 Get rid of continuation.
10450
10451 * config.sub: Convert linux or gnu/linux to lignux.
10452
10453 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10454
10455 * configure.in: Accept lignux in configuration name.
10456
10457 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10458
10459 * Makefile.in (install-strip): New target.
10460
10461 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10462
10463 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
10464 -f failed to do the job on Suns.
10465
10466 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10467
10468 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
10469
10470 * configure.in (linux/version.h): Check for this header.
10471
10472 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10473
10474 * configure.in: Remove -fno-builtin hackery from -lm check.
10475
10476 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10477
10478 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
10479 just this test.
10480
10481 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
10482
10483 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10484
10485 * configure.in: Check for ncurses.
10486
10487 1996-02-28 Paul Eggert <eggert@twinsun.com>
10488
10489 * configure.in (LOCALTIME_CACHE):
10490 Also define if localtime mishandles unsetting TZ.
10491 This works around a localtime bug in mips-dec-ultrix.
10492
10493 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10494
10495 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
10496
10497 * configure.in: Improve messages about X versions.
10498
10499 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10500
10501 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
10502
10503 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10504
10505 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
10506 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
10507
10508 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
10509 (install): Put install-arch-indep before install-arch-dep.
10510
10511 1996-02-20 Dave Love <d.love@dl.ac.uk>
10512
10513 * INSTALL: Clarify info about MS-DOS path handling.
10514
10515 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10516
10517 * Makefile.in (install-arch-indep): Install info/ccmode*.
10518 In previous change, protect against /bin/pwd returning null string.
10519
10520 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10521
10522 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
10523 to lispdir.
10524
10525 1996-02-01 Paul Eggert <eggert@twinsun.com>
10526
10527 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
10528
10529 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10530
10531 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
10532
10533 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10534
10535 * Makefile.in (extraclean): Use ${top_distclean} to ensure
10536 we delete everything distclean deletes.
10537
10538 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
10539
10540 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
10541
10542 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10543
10544 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
10545 into LDFLAGS instead of into LIBS.
10546
10547 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10548
10549 * configure.in (HAVE_XMU): Fix typo in previous change.
10550
10551 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10552
10553 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
10554
10555 1996-01-10 Erik Naggum <erik@naggum.no>
10556
10557 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
10558
10559 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
10560
10561 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
10562
10563 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10564
10565 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
10566 and use -lXt to link it.
10567
10568 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10569
10570 * configure.in (locallisppath): Put version-specific dir first.
10571
10572 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10573
10574 * configure.in (hppa-*-nextstep*): New alternative.
10575 (USE_X_TOOLKIT): By default, set this to "maybe";
10576 and change that later to LUCID or "no" according to X11 version.
10577
10578 * make-dist: Recompile outdated .elc files and update all autoloads.
10579
10580 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10581
10582 * configure.in (locallisppath): Fix typo in last change: " -> '.
10583
10584 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10585
10586 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
10587
10588 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10589
10590 * Makefile.in (install-arch-indep): Give all files read permission.
10591
10592 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10593
10594 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
10595 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
10596
10597 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10598
10599 * configure.in: Determine HAVE_X11R6.
10600 (HAVE_MENUS): Rename from HAVE_X_MENU.
10601
10602 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10603
10604 * configure.in: Just "solaris" now defaults to version 2.4.
10605 Add sunos4.1.n-noshare as alternative.
10606
10607 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10608
10609 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
10610
10611 1995-11-29 Erik Naggum <erik@naggum.no>
10612
10613 * Makefile.in (install-arch-indep): Add missing backslash.
10614
10615 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
10616
10617 * Makefile.in (install-arch-indep): Don't install
10618 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
10619
10620 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10621
10622 * Makefile.in (install-arch-indep): Fix previous change.
10623
10624 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
10625
10626 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10627
10628 * Version 19.30 released.
10629
10630 * make-dist (lisp): Exclude subdirs.el.
10631
10632 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10633
10634 * make-dist (etc): Delete *.orig and *.rej.
10635
10636 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10637
10638 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
10639
10640 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10641
10642 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
10643
10644 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
10645
10646 * make-dist (nt): Rename install, readme, and todo to
10647 INSTALL, README, and TODO.
10648
10649 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10650
10651 * make-dist (lisp): Don't distribute site-start.
10652
10653 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
10654
10655 * make-dist: Break the hard link on alloca.c.
10656
10657 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10658
10659 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
10660
10661 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10662
10663 * make-dist (src, lib-src): Don't distribute Makefile.c.
10664 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
10665
10666 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10667
10668 * Makefile.in (mkdir): Create man1dir, not mandir.
10669 (uninstall): Use man1dir, not mandir.
10670
10671 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10672
10673 * Makefile.in (man1dir): New variable.
10674 (install-arch-indep): Use man1dir.
10675
10676 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
10677
10678 * make-dist: Create lisp/MANIFEST.
10679
10680 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10681
10682 * configure.in (m68k-*-linux*): New alternative.
10683
10684 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10685
10686 * make-dist: Use new names config.in, paths.in, and
10687 {src,lib-src}/Makefile.in.
10688
10689 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10690
10691 * configure.in: Don't bother checking for drem.
10692
10693 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10694
10695 * Makefile.in (distclean): Delete line with just a tab in it.
10696 (install-arch-indep): Delete spaces that precede tabs.
10697 Delete spurious `fi' left from previous change.
10698 (install): Supply `true' as command, to avoid null command.
10699
10700 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10701
10702 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
10703
10704 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10705
10706 * configure.in (powerpc-*-solaris2): New alternative.
10707
10708 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
10709
10710 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
10711 of paths.h.tmp$$, to avoid going beyond 14 characters.
10712
10713 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10714
10715 * configure.in: Improve error msg for invalid --with-x-toolkit value.
10716
10717 1995-09-06 Paul Eggert <eggert@twinsun.com>
10718
10719 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
10720 if localtime caches TZ. Check for tzset.
10721
10722 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10723
10724 * config.bat: Simplify using new names file names src/makefile.in,
10725 config.in, paths.in. Change Echo commands not to use `.
10726
10727 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10728
10729 * Makefile.in (install-arch-indep): Always install the new dir file;
10730 rename the previous dir file to dir.bak or dir.old.
10731
10732 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10733
10734 * configure.in (RANLIB): Substitute this into makefiles.
10735 Set it specially on solaris; set it by default on other systems.
10736
10737 * configure.in: Fix previous Alpha change.
10738
10739 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10740
10741 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
10742 NON_GCC_TEST_OPTIONS.
10743
10744 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10745
10746 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
10747 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
10748
10749 * configure.in (alpha-*-linux*): New configuration.
10750
10751 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10752
10753 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
10754 (m68k-next-nextstep*): New alias for that.
10755 (i*86-*-nextstep*): Use nextstep.h.
10756 (sparc-*-nextstep*): New configuration.
10757
10758 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10759
10760 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
10761 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
10762
10763 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10764
10765 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
10766 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
10767
10768 1995-07-18 Mike Long <mike.long@analog.com>
10769
10770 * make-dist: Fix update of finder-inf.el, and byte-compile it.
10771
10772 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10773
10774 * Makefile.in (src/paths.h, paths-force):
10775 Rename src/paths.h.in to src/paths.in.
10776 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
10777
10778 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
10779 Use Makefile.c for intermediate file.
10780 Rename src/config.h.in to src/config.in.
10781
10782 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
10783
10784 * configure.in (mips-dec-ultrix*): Assume version 4.3.
10785 (mips-dec-ultrix4.[12]): New alternative for old versions.
10786
10787 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10788
10789 * make-dist: Don't break intra-tree links.
10790
10791 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10792
10793 * configure.in: Put back archlibdir initialization.
10794 Require autoconf 2.4.1 or later.
10795
10796 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10797
10798 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
10799 (mips-mips-riscos5*): New alternative.
10800
10801 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10802
10803 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
10804
10805 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10806
10807 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
10808 (mandir, infodir, archlibdir): Initializations deleted.
10809
10810 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
10811 On hpux9shr, use hpux9shxr4.h.
10812
10813 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
10814
10815 * configure.in: Added target mips-dec-mach_bsd4.3.
10816 * config.guess: Guess mips-dec-mach_bsd4.3.
10817
10818 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10819
10820 * Makefile.in (mkdir): Use symbolic chmod.
10821
10822 1995-06-22 Paul Eggert <eggert@twinsun.com>
10823
10824 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
10825 SunOS 4.1.5 through 4.1.9, should they ever exist.)
10826
10827 1995-06-22 Paul Eggert <eggert@twinsun.com>
10828
10829 * Makefile.in (SUBDIR_MAKEFILES):
10830 Add man/Makefile, so `make distclean' removes it.
10831 (top_distclean): Add config.log to the list of files to be removed.
10832
10833 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10834
10835 * Version 19.29 released.
10836
10837 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10838
10839 * configure.in: Fix the previous change to verify that the -b
10840 option really solves the problem.
10841
10842 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
10843
10844 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10845
10846 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
10847
10848 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10849
10850 * configure.in: Report more clearly when there is no special
10851 dir to search for X includes or libraries.
10852
10853 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10854
10855 * configure.in: Check for -lpthreads, not -lpthread.
10856
10857 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
10858
10859 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
10860
10861 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10862
10863 * configure.in: Check for -lpthread.
10864
10865 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10866
10867 * Makefile.in (install-arch-indep): Install info files for mh-e.
10868 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
10869
10870 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10871
10872 * configure.in (*-solaris2.5): New configuration.
10873
10874 * make-dist: Copy new files config.nt and config.w95.
10875
10876 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10877
10878 * configure.in: Use x_includes, not x_libraries, for -I.
10879 Make bitmapdir a colon-separated list.
10880
10881 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
10882
10883 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
10884
10885 * configure.in: Allow x_libraries and x_includes to be paths.
10886
10887 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10888
10889 * configure.in: Fix typo.
10890
10891 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10892
10893 * INSTALL: Clarify use of site-init.el.
10894
10895 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
10896
10897 * configure.in: Pass arg to sqrt.
10898
10899 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10900
10901 * make-dist: Fix May 6 change.
10902
10903 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10904
10905 * vpath.sed: Delete reference to ymakefile.
10906
10907 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10908
10909 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
10910
10911 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10912
10913 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
10914
10915 * update-subdirs: Specify /bin/sh to run the script.
10916
10917 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10918
10919 * make-dist: Put src/makefile.nt in dist.
10920
10921 * configure.in (i[345]86-*-bsdi2*): New configuration.
10922 (vax-dec-bsd386*): Delete.
10923
10924 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10925
10926 * configure.in: Make sure CDPATH doesn't mess up PWD check.
10927 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
10928 Use fmod instead of logb in -lm check.
10929
10930 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10931
10932 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
10933 Use bsd4-3. Don't set NON_GNU_CPP.
10934
10935 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
10936 In nt, copy various different things, but not *.cmd.
10937 Fix the ln commands for the subdirs of nt.
10938
10939 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10940
10941 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
10942
10943 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10944
10945 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
10946 since that's what the header file expects.
10947
10948 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
10949
10950 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
10951 and 68040 based machines when choosing options for gnucc.
10952
10953 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10954
10955 * Makefile.in (top_distclean): Delete config.cache.
10956
10957 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10958
10959 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
10960
10961 * configure.in: Use m/ncr386.h.
10962
10963 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10964
10965 * Makefile.in (install-arch-indep): Undo Sep 23 change.
10966
10967 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10968
10969 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
10970 (man): Don't copy texindex.c and getopt.c; they're deleted.
10971 (etc): Omit `e'; it's a subdirectory.
10972 (etc/e): Use `../..', not `..', to reference top level.
10973
10974 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
10975
10976 * Makefile.in (install-arch-indep, dist):
10977 Look for `update-subdir' in $(srcdir).
10978
10979 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10980
10981 * make-dist: Include mkinstalldirs in distribution.
10982
10983 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10984
10985 * make-dist: Add missing close backquote.
10986
10987 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10988
10989 * make-dist: Don't distribute shortnames directory.
10990
10991 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10992
10993 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
10994
10995 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10996
10997 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
10998
10999 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11000
11001 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
11002
11003 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11004
11005 * configure.in (mips-sgi-irix6): New configuration.
11006
11007 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11008
11009 * Makefile.in (maintainer-clean): Rename from realclean.
11010
11011 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11012
11013 * configure.in: Create a .gdbinit that sources the real one,
11014 if using a different build directory.
11015
11016 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11017
11018 * configure.in: Check for sys/select.h.
11019
11020 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11021
11022 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
11023
11024 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11025
11026 * configure.in: Handle isc 4.1 operating system.
11027
11028 1994-12-10 Richard Stallman <rms@kepa>
11029
11030 * configure.in (rs6000-ibm-aix4.1*): New alternative.
11031 (rs6000-ibm-aix4*): New alternative.
11032
11033 1994-12-06 Richard Stallman <rms@kepa>
11034
11035 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
11036
11037 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11038
11039 * configure.in: Don't try to make directories that are guaranteed
11040 to already exist.
11041
11042 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11043
11044 * configure.in: Generate man/Makefile from man/Makefile.in.
11045 Create the man subdir.
11046
11047 * Makefile.in (dvi): Run Make in our man subdir.
11048
11049 * make-dist: Create subdir etc/e.
11050 Make links to it.
11051 Put man/Makefile.in in dist, instead of man/Makefile.
11052
11053 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
11054
11055 * configure.in: Add --with-pop, --with-kerberos, and
11056 --with-hesiod for movemail.
11057
11058 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11059
11060 * configure.in (m68*-apollo*): Use s/domain.h.
11061
11062 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11063
11064 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
11065
11066 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11067
11068 * configure.in: Don't add -I, -L, -R options for cc if their
11069 arguments would be empty.
11070
11071 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11072
11073 * configure.in (i860-intel-osf1*): New alternative.
11074 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
11075 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
11076
11077 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11078
11079 * configure.in: Make h_errno check not use nested functions.
11080
11081 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11082
11083 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
11084
11085 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11086
11087 * Makefile.in (install-arch-indep): Avoid continued comment
11088 swallowing target line.
11089
11090 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
11091
11092 * configure.in: Protect a character class with `changequote'.
11093
11094 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11095
11096 * configure.in: Accept `news' as a synonym for `newsos'.
11097
11098 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11099
11100 * Makefile.in: Don't rm files if cd fails.
11101
11102 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11103
11104 * make-dist: Put nt subdir and its subdirs in the dist.
11105 (lib-src): Put makefile.nt in the dist.
11106 (lisp): Put makefile.nt in the dist.
11107
11108 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11109
11110 * configure.in: Change a stray `[' to `test'.
11111
11112 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11113
11114 * configure.in: Adapt for Autoconf v2. Use the standard argument
11115 parser, host type canonicalizer, X11 finder, and message
11116 printing macros. Use the new macro names. Use `test' instead of `['.
11117
11118 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11119
11120 * configure.in: Check for getpagesize.
11121
11122 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11123
11124 * make-dist (msdos): Put sed* in the distribution.
11125
11126 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
11127
11128 * config.bat: New option, `--with-x', for configuring Emacs
11129 for use with the X11 system DesqView/X.
11130 New option, `--no-debug', for compiling Emacs without debug
11131 information thus saving disk space.
11132 (src/config.h, src/paths.h): Use `update' (which is like
11133 `move-if-changed') to change the file.
11134 (src/config.h): When configuring for X11 perform extra changes.
11135 (src/makefile): When configuring for X11 perform extra changes.
11136 (lib-src): Remove temporary files.
11137 (): Check that `sed', `rm', `mv', and `gcc' are available.
11138
11139 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11140
11141 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
11142
11143 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
11144
11145 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11146
11147 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
11148
11149 * configure.in (canonical): Substitute var into makefiles.
11150 (bitmapdir): Likewise.
11151
11152 * Makefile.in (bitmapdir): New variable.
11153 (src/paths.h, paths-force): Edit PATH_BITMAPS.
11154
11155 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11156
11157 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
11158
11159 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
11160 * update-subdirs: New shell script.
11161
11162 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11163
11164 * Makefile.in (top_distclean): Don't rm build-install.
11165 (SOURCES): Delete build-install.in.
11166
11167 * make-dist: Don't distribute build-ins.in.
11168 * build-ins.in: File deleted.
11169
11170 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
11171
11172 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
11173
11174 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11175
11176 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
11177
11178 * configure.in (libexecdir): Rename from libdir. New default.
11179 (sharedstatedir): Rename from statedir. New default.
11180 (datadir): New default.
11181
11182 * make-dist: Don't distribute subdirs.el.
11183
11184 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11185
11186 * configure.in (eaccess): Check for it.
11187
11188 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11189
11190 * configure.in (mktime): Check for it.
11191
11192 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
11193
11194 * configure.in (motif): Add support for usage and option checking.
11195
11196 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
11197
11198 * configure.in (utimes): Check for it.
11199
11200 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
11201
11202 * Makefile.in (install-arch-indep): Don't do mkdir here.
11203
11204 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11205
11206 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
11207 riscix.h renamed to acorn.h.
11208
11209 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
11210
11211 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
11212 New configurations.
11213
11214 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11215
11216 * configure.in: Remove trailing slashes from srcdir.
11217
11218 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11219
11220 * configure.in (i[345]86-sequent-ptx*): Handle.
11221
11222 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11223
11224 * Makefile.in (paths-force): Depend on src/paths.h.
11225
11226 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11227
11228 * configure.in (config_options): Save all arguments, not just some.
11229
11230 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11231
11232 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
11233
11234 * configure.in: Add AC_AIX.
11235 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
11236
11237 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11238
11239 * configure.in (parsing options): Simplify sed command to delete -'s.
11240
11241 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
11242
11243 * configure.in (config_options): New shell variable.
11244 Pass its value to C code in EMACS_CONFIG_OPTIONS.
11245
11246 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11247
11248 * configure.in (alpha-dec-osf*): New target.
11249
11250 * Makefile.in: Use just one FRC target.
11251
11252 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11253
11254 * Makefile.in (removenullpaths, paths-force):
11255 Use name paths.h.tmp$$, which depends on the pid.
11256
11257 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11258
11259 * Makefile.in (removenullpaths, paths-force):
11260 Put paths.h.tmp in top-level dir, not in src.
11261
11262 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11263
11264 * Version 19.27 released.
11265
11266 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11267
11268 * Version 19.26 released.
11269
11270 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11271
11272 * configure.in: Check for lrand48, not rand48.
11273
11274 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11275
11276 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
11277 (powerpc-ibm-aix*): New aliases.
11278
11279 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11280
11281 * make-dist (src/m, src/s): Put *.inp in distribution.
11282
11283 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11284
11285 * configure.in: Accept i586 and i486 along with i386.
11286
11287 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11288
11289 * configure.in: Do compute unexec, LIBX, system_malloc, etc
11290 even if CPP env var was set by the user.
11291
11292 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
11293
11294 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
11295
11296 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
11297
11298 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11299
11300 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
11301
11302 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11303
11304 * configure.in: Check more specifically for i*86-sun-sunos.
11305
11306 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
11307
11308 * configure.in: Handle solaris 2.4.
11309
11310 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11311
11312 * configure.in (rand48): Check for it.
11313
11314 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11315
11316 * make-dist: Update the info files.
11317
11318 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11319
11320 * configure.in: Make "checking..." messages' style consistent.
11321 (HAVE_H_ERRNO): New test.
11322
11323 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11324
11325 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
11326
11327 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11328
11329 * configure.in (CFLAGS): If the envvar was specified, use that.
11330 And set REAL_CFLAGS from it too.
11331
11332 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11333
11334 * make-dist: Update finder-inf.el.
11335
11336 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11337
11338 * make-dist (msdos): Include sed4.inp in dist.
11339
11340 * Makefile.in (libsrc_libs): Var deleted.
11341
11342 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11343
11344 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
11345
11346 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11347
11348 * configure.in (mips-sony-newsos4*): New alias.
11349
11350 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11351
11352 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
11353 (*-convex-convexos*): Accept this as alias.
11354
11355 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11356
11357 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
11358 for two different uses.
11359
11360 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11361
11362 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
11363
11364 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11365
11366 * make-dist: Put ./BUGS into the distrib.
11367
11368 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11369
11370 * configure.in: Handle 386 running Solaris 2.
11371
11372 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11373
11374 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
11375
11376 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11377
11378 * configure.in (mips-sony-newsos*): Use news-risc.h.
11379
11380 * configure.in: Accept bsdi as opsys, like bsd386.
11381
11382 1994-06-01 Morten Welinder (terra@diku.dk)
11383
11384 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
11385
11386 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11387
11388 * Version 19.25 released.
11389
11390 * make-dist (shortversion): Don't assume another period follows.
11391
11392 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11393
11394 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
11395 (uninstall): Use /bin/pwd.
11396
11397 * Makefile.in (blessmail): Depend on src.
11398 (all): Don't depend on blessmail.
11399
11400 * Makefile.in (src/paths.h): Don't force recomputation.
11401 (paths-force): New target; force recomputation of paths.h.
11402 (all): Depend on paths-force.
11403 (src, lib-src): Depend on src/paths.h.
11404
11405 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
11406 NON_GCC_TEST_OPTIONS.
11407
11408 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11409
11410 * configure.in: Don't insist on subversions for irix.
11411
11412 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11413
11414 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
11415
11416 * configure.in (i[34]86-next-*): New alternative.
11417
11418 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11419
11420 * Version 19.24 released.
11421
11422 * configure.in: New config hppa*-hp-hpux9shr*.
11423
11424 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
11425
11426 * config.bat: Doc fix.
11427
11428 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11429
11430 * Makefile.in (mostlyclean, clean, distclean, realclean)
11431 (extraclean): Don't act on man subdir if it doesn't exist.
11432
11433 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11434
11435 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
11436 Use them to set up CC.
11437 (*-sun-sunos4.1.3): Set them.
11438
11439 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11440
11441 * Makefile.in (lib-src): Don't depend on src/paths.h.
11442
11443 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11444
11445 * build-ins.in (copydests): Get rid of spurious `-'s.
11446
11447 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
11448
11449 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11450
11451 * Version 19.23 released.
11452
11453 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
11454 for the Xlib and Xt checks; then restore old CFLAGS.
11455
11456 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11457
11458 * configure.in (HAVE_X11XTR6): Add newline before #if.
11459 Add newline after #endif.
11460
11461 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11462
11463 * configure.in (HAVE_X11XTR6): Arrange to define it.
11464
11465 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11466
11467 * Makefile.in (install): Depend on blessmail.
11468
11469 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11470
11471 * configure.in (mips-siemens-sysv*): Put quotes around value
11472 containing blanks.
11473
11474 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11475
11476 * Makefile.in (TAGS): Use the makefile in src subdir.
11477
11478 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11479
11480 * configure.in (opsys): Recognize `gnu'.
11481
11482 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11483
11484 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
11485
11486 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11487
11488 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
11489 version > 1.8.
11490
11491 1994-05-08 Morten Welinder (terra@diku.dk)
11492
11493 * config.bat: Forcibly remove "# " style comments from makefiles.
11494
11495 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11496
11497 * Makefile.in (uninstall): When processing lispdir and etcdir,
11498 do nothing unless it exists and is a directory.
11499
11500 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11501
11502 * Makefile.in (install-arch-indep): Do install info/dired-x*.
11503 Merge code in from install-doc.
11504 (install-doc): Merge code back into install-arch-indep.
11505 (install-arch-dep): Don't depend on install-doc.
11506
11507 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
11508
11509 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11510
11511 * configure.in (making src/Makefile and lib-src/Makefile):
11512 Split off the autoconf substitutions and don't pass them thru cpp.
11513 (undefs): Use $canonical as well as $configuration.
11514
11515 * make-dist: Distribute lisp/Makefile.
11516
11517 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
11518 Use lower case names for the s files.
11519
11520 1994-05-03 Morten Welinder (terra@diku.dk)
11521
11522 * config.bat: Added possibility for different file name
11523 transcriptions in lib-src.
11524
11525 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11526
11527 * Makefile.in (lib-src): Undo previous change.
11528 (blessmail): New target to run maybe-blessmail in lib-src.
11529 (all): Depend on blessmail.
11530
11531 * Makefile.in (lib-src): Depend on src.
11532
11533 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
11534
11535 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
11536 (m88k-dg-dgux5.4R2): dgux5.4R2.
11537
11538 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11539
11540 * configure.in (window_system): Restore accidentally deleted code
11541 that uses AC_FIND_X.
11542
11543 * make-dist: Distribute config.bat.
11544
11545 1994-04-29 Morten Welinder (terra@diku.dk)
11546
11547 * config.bat: Corrected the configuration of lib-src
11548 to keep up with configure. Add note about dos version 3
11549 or better needed (djgpp needs that). Add note explaining
11550 that either install in c:/emacs or edit the script.
11551 Don't change to c:/emacs, but assume we're there (to minimize
11552 the number of places to change).
11553
11554 * config.bat: Build-in the first step towards X11 support with
11555 the X11 emulator that exists. At this time it won't work,
11556 and several files are missing.
11557
11558 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11559
11560 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
11561 Don't look for -lresolv.
11562
11563 * Makefile.in (lib-src): Depend on src/paths.h.
11564
11565 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11566
11567 * configure.in: Restore deleted AC_SUBST of `configuration'.
11568 Improve error message for bad --with-x-toolkit value.
11569
11570 * configure.in: Define CONFIGURATION in src/config.h
11571 rather than substituting in src/Makefile.in.
11572
11573 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11574
11575 * Makefile.in (install-doc): New target.
11576 (install-arch-dep): Depend on install-doc.
11577 (mkdir): Create docdir.
11578
11579 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11580
11581 * configure.in: Test for libresolv.a.
11582 Substitute machfile and opsysfile.
11583
11584 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11585
11586 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
11587 (install-arch-dep): Install under the name $(EMACS).
11588
11589 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11590
11591 * configure.in (version): Use entire value of emacs-version.
11592 (mips-siemens-sysv*): New alternative.
11593
11594 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11595
11596 * Makefile.in (install-arch-indep): Don't install dired-x*.
11597
11598 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11599
11600 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
11601 Fix definition of $undefs.
11602
11603 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11604
11605 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
11606
11607 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
11608
11609 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11610
11611 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
11612
11613 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11614
11615 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
11616 and run it thru cpp, as with src/Makefile.in.
11617
11618 * configure.in: Use AC_SET_MAKE.
11619
11620 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11621
11622 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
11623
11624 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11625
11626 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
11627
11628 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
11629 (printing the choices): Make the toolkit message unconditional.
11630 (USE_X_TOOLKIT): Use `none', not `no', if none.
11631 (include libsrc_libs): Include config.h, and specify -I for srcdir.
11632 Get rid of temp file foofoo1.
11633
11634 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11635
11636 * configure.in (CFLAGS): Use shell syntax, not Makefile.
11637
11638 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11639
11640 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
11641 (printing the choices): State choice of toolkit.
11642 (libsrc_libs): Recalculate after writing config.h;
11643 then update lib-src/Makefile.
11644
11645 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11646
11647 * configure.in: Add sunos4shr as alternative for suns.
11648 Conditionals testing for null $CC were backwards.
11649
11650 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11651
11652 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
11653
11654 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11655
11656 * configure.in: Handle -isc4.0*.
11657
11658 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11659
11660 * configure.in (esix5): Set NON_GNU_CPP.
11661
11662 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
11663
11664 * Makefile.in (thisdir): Nonsensical variable removed.
11665 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
11666 back to $thisdir, rather than the directory `this_dir'.
11667
11668 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11669
11670 * Makefile.in (install-arch-indep): Add missing backslash after a
11671 `then'.
11672
11673 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11674
11675 * Makefile.in (thisdir): New variable.
11676 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
11677
11678 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11679
11680 * configure.in: Add freebsd.
11681
11682 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11683
11684 * configure.in: Check for fpathconf.
11685
11686 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11687
11688 * configure.in (with_x_toolkit): Fix typo in previous change.
11689
11690 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11691
11692 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
11693
11694 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11695
11696 * configure.in (with_x_toolkit): Don't allow motif or open-look.
11697
11698 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11699
11700 * configure.in: Fix value of docdir.
11701 * Makefile.in (install-arch-indep): Install DOC* in docdir.
11702
11703 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11704
11705 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
11706
11707 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
11708
11709 * configure.in: New variable docdir to control where the docstring
11710 file goes.
11711 Makefile.in: Use it to initialize PATH_DOC in paths.h.
11712
11713 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11714
11715 * configure.in: When --run-in-place, don't inherit archlibdir.
11716
11717 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11718
11719 * Makefile.in (install-arch-dep, install-arch-indep):
11720 New targets split up former do-install rule.
11721 (do-install): Target deleted.
11722
11723 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11724
11725 * configure.in (mips-sony-newsos*): New configuration.
11726
11727 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
11728
11729 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
11730
11731 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11732
11733 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
11734
11735 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11736
11737 * configure.in: Don't initialize CC.
11738
11739 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11740
11741 * configure.in (creating src/Makefile): Also generate -U switches
11742 for symbols in the $configuration value.
11743
11744 * configure.in: Check for sys_siglist being declared in system header.
11745
11746 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11747
11748 * configure.in (creating src/Makefile): Delete blank lines
11749 along with lines of whitespace.
11750 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
11751
11752 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11753
11754 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
11755 like C_SWITCH_SYSTEM.
11756 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
11757
11758 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11759
11760 * configure.in (drem): Check for this function.
11761
11762 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11763
11764 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
11765 If CPP was inherited from environment, don't use NON_GNU_CPP.
11766 (NON_GNU_CC): Likewise.
11767 (handling with_gcc): Use explicit if in the `no' case.
11768 (cc_specified): New variable; if set, don't use NON_GNU_CC.
11769
11770 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11771
11772 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
11773
11774 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11775
11776 * configure.in: Check whether fmod exists.
11777
11778 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11779
11780 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
11781 {src,lisp}/OChangeLog.
11782
11783 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11784
11785 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
11786 necessary for proper operation. This code works with the current
11787 released version of Autoconf.
11788
11789 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11790
11791 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
11792 (USE_X_TOOLKIT): Define it for all values except `no'.
11793
11794 * configure.in: Undo first Jan 8 change and Jan 16 change.
11795
11796 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11797
11798 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
11799 Substitute USE_X_TOOLKIT as both C macro and Make variable.
11800
11801 * Makefile.in (lwlib/Makefile): New target.
11802 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
11803 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
11804 (unlock, relock): Handle lwlib subdir.
11805
11806 * Makefile.in: Add some .PHONY targets.
11807
11808 * make-dist: Handle lwlib subdir like oldXMenu subdir.
11809
11810 * lwlib: New subdirectory.
11811
11812 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11813
11814 * configure.in: If CPP has a value that is a directory,
11815 discard the value.
11816
11817 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11818
11819 * configure.in (srcdir_undefs): Add g flag to sed substitution to
11820 remove -U[0-9]*.
11821
11822 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11823
11824 * Makefile.in (do-install): Install the dired-x info files.
11825
11826 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
11827 (See src/s/sol2.h.)
11828
11829 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11830
11831 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
11832
11833 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11834
11835 * configure.in (creating src/Makefile): Put code inside 2nd arg to
11836 AC_OUTPUT as it should be; hopefully no one will again see fit to
11837 gratuitously break this and not make a change log entry.
11838 Optimized sed processing of Makefile.in and cpp output; now
11839 preserves comments previously removed from the cpp input.
11840 Eliminated temp file for cpp output. Generate -U switches to
11841 undefine all identifiers that appear in the directory name
11842 ${srcdir}; pass these to cpp.
11843
11844 * configure.in (version): Fix sed regexp to match two-elt version
11845 number.
11846
11847 * configure.in: Check for strerror.
11848
11849 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11850
11851 * configure.in: Test for bcmp.
11852
11853 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11854
11855 * make-dist (tempdir): Put subdir msdos into the distribution.
11856
11857 1993-01-07 Morten Welinder (terra@diku.dk)
11858
11859 * config.bat: New file.
11860
11861 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11862
11863 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
11864
11865 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11866
11867 * configure.in (m68*-next-*): Don't care about which os is specified.
11868 (i[34]86-*-*): Check for *-nextstop*.
11869
11870 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11871
11872 * configure.in: Check for setsid.
11873
11874 1993-12-17 Richard Stallman (rms@srarc2)
11875
11876 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
11877
11878 1993-12-15 Richard Stallman (rms@srarc2)
11879
11880 * Makefile.in (mkdir): Make only the lockdir writable.
11881
11882 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
11883
11884 1993-12-11 Richard Stallman (rms@srarc2)
11885
11886 * Makefile.in (libdir): Use @libdir@.
11887
11888 1993-12-08 Richard Stallman (rms@srarc2)
11889
11890 * Makefile.in (install): Add empty command.
11891
11892 1993-12-04 Richard Stallman (rms@srarc2)
11893
11894 * make-dist: Put man/getopt.c in the dist.
11895
11896 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
11897
11898 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
11899
11900 1993-12-03 Richard Stallman (rms@srarc2)
11901
11902 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
11903 Set it for all solaris versions.
11904 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
11905 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
11906 Likewise for NON_GNU_CC and CC.
11907
11908 1993-12-01 Richard Stallman (rms@srarc2)
11909
11910 * configure.in (mips-mips-riscos4*): Assign variable CC.
11911 (checking ${with_gcc}): If "no", don't override CC if already set.
11912 (CC): Initialize it as empty.
11913
11914 1993-11-30 Richard Stallman (rms@srarc2)
11915
11916 * configure.in (Suns): Set CPP if *-solaris2.3*.
11917
11918 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11919
11920 * Version 19.22 released.
11921
11922 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
11923
11924 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11925
11926 * make-dist: When breaking links, use cp -p.
11927 Copy install.sh into distribution.
11928 Move the temp dir up into the parent dir;
11929 don't leave the staging dir make-dist.tmp... in existence.
11930 * install.sh: New file.
11931
11932 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11933
11934 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
11935
11936 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11937
11938 * configure.in (version): When --run-in-place, exclude
11939 ${datadir}/emacs/site-lisp from locallisppath.
11940
11941 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11942
11943 * configure.in: Delete jumk.c before writing it.
11944
11945 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11946
11947 * Version 19.21 released.
11948
11949 * Makefile.in (mkdir): Ignore error from chmod.
11950
11951 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11952
11953 * make-dist: Don't put lisp/forms.README in the distribution.
11954
11955 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11956
11957 * configure.in (creating src/Makefile): Before running cpp,
11958 discard all lines that start with `# Generated' or /**/#.
11959
11960 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11961
11962 * Version 19.20 released.
11963
11964 * make-dist: Use build-ins.in, not build-install.in.
11965 Don't bother updating TAGS since it's not included.
11966
11967 * build-ins.in: Renamed from build-install.in.
11968
11969 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11970
11971 * make-dist: Don't try to link *.texinfo--there are none now.
11972 When running make in lib-src, specify YACC var value.
11973
11974 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11975
11976 * configure.in (extrasub): Add vpath patterns for %.[yls].
11977
11978 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
11979 Instead just include the commands to make src/Makefile as the
11980 second arg to AC_OUTPUT.
11981
11982 * configure.in: Use : instead of dnl for comment inside
11983 $makefile_command.
11984
11985 * configure.in: No longer use vpath_sed. Instead, when we notice
11986 srcdir already configured, set extrasub to hack vpath in the
11987 makefiles.
11988
11989 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
11990 before moving it.
11991 * Makefile.in (VPATH): Define to @srcdir@.
11992
11993 1993-09-28 Brian J. Fox (bfox@cubit)
11994
11995 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
11996 doesn't exist. Just copy src/Makefile.in instead.
11997 Touch all of the Makefiles after editing config.status.
11998
11999 * INSTALL: Update documentation to match new configuration
12000 mechanism.
12001
12002 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
12003
12004 * configure.in: Allow any of the path or directory Makefile
12005 variables to be set with flags to configure. Create all Makefiles
12006 at configure time. Edit special commands into config.status after
12007 src/Makefile.in is built from src/Makefile.
12008
12009 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
12010 If these files are out of date, simply have config.status
12011 rebuild them; don't rebuild them explicitly.
12012
12013 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
12014
12015 * build-install.in: Change src/xemacs to src/emacs. We no longer
12016 create src/xemacs, so the file wouldn't be found.
12017
12018 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
12019
12020 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
12021
12022 * configure.in: Avoid forcing the search of /usr/include before
12023 fixed include files by resetting C_SWITCH_X_SITE if it is
12024 "-I/usr/include".
12025
12026 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12027
12028 * Makefile.in (@rip_paths@locallisppath):
12029 Delete ${datadir}/emacs/site-lisp.
12030
12031 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12032
12033 * configure.in:
12034 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
12035 Remove ${extra_output} from AC_OUTPUT call.
12036
12037 1993-09-17 Brian J. Fox (bfox@inferno)
12038
12039 * make-dist: Quote backquotes found in strings to be echoed.
12040
12041 * configure.in: Use "sh -c pwd" when we want to avoid having the
12042 shell fix up the value of $PWD.
12043
12044 1993-09-13 Brian J. Fox (bfox@inferno)
12045
12046 * Makefile.in (do-install): Don't abort if ln or chmod at the end
12047 of the installation fail. Suggested by Karl Berry.
12048
12049 1993-08-30 Brian J. Fox (bfox@inferno)
12050
12051 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
12052 was used. Set MAKEFLAGS from MFLAGS.
12053
12054 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12055
12056 * configure.in: Test for res_init in libc.
12057
12058 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12059
12060 * configure.in: In the file ${tempcname}, use configure___
12061 instead of @configure@.
12062
12063 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
12064
12065 * make-dist: Dist vpath.sed.
12066
12067 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
12068 Depend on vpath.sed.
12069 Replace sed command for VPATH with @vpath_sed@.
12070
12071 * configure.in: Substitute variable `vpath_sed'.
12072 If not in $srcdir and $srcdir is configured,
12073 issue warning that GNU make is required,
12074 and set vpath_sed to use vpath.sed script.
12075
12076 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12077
12078 * configure.in: Remove check for $srcdir being configured.
12079 This pretty much works now.
12080 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
12081 Check for XFree86 (/usr/X386/include) independent of whether
12082 -lXbsd exists.
12083
12084 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
12085 realclean, unlock, relock): Use `$(MAKE)' in place of plain
12086 `make'.
12087
12088 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12089
12090 * Version 19.19 released.
12091
12092 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
12093
12094 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12095
12096 * configure.in: Check for XScreenNumberOfScreen.
12097
12098 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12099
12100 * configure.in: Add * to end of all configuration alternatives.
12101 (m68*-sony-newsos3*): New alternative.
12102
12103 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12104
12105 * make-dist: Include getdate.c in distribution.
12106
12107 * configure.in: For --help, use $PAGER if it is set.
12108 (LIB_X11_LIB): Default to -lX11.
12109 (mips-sgi-irix5.*): New alternative.
12110
12111 * Makefile.in (do-install): Install info/gnus* and info/sc*.
12112
12113 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
12114 Recognize *.B8.* as hpux version 8.
12115 (m68*-tektronix-bsd*): Fix typo in tek4300.
12116 (AC_HAVE_FUNCS): Add ftime.
12117
12118 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12119
12120 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
12121 Use tekxd88, not tekXD88.
12122
12123 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12124
12125 * configure.in: Check for -lm. Then can check for frexp and logb.
12126
12127 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12128
12129 * Version 19.18 released.
12130
12131 * make-dist (src): Don't put gnu-hp300 in dist.
12132 (src, lisp): Include OChangeLog in dist.
12133
12134 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12135
12136 * configure.in: Test for presence of logb and frexp functions.
12137
12138 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12139
12140 * configure.in (machine): Add i370-ibm-aix*.
12141
12142 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12143
12144 * configure.in (function checks): Test for mkdir and rmdir.
12145
12146 * configure.in (function checks): Don't test for random and bcopy
12147 only when we're building with X; look for them all the time.
12148
12149 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12150
12151 * configure.in: Test for availability of bcopy functions, searching
12152 the X libraries if we're using X.
12153
12154 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
12155 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
12156 versions of AIX, and needs to be passed to the loader.
12157
12158 * configure.in: Test for the availability of the
12159 XScreenResourceString function.
12160
12161 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
12162
12163 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
12164 LD_SWITCH_X_SITE and assume --with-x11.
12165 Only look for X11 files if we weren't told about a window system
12166 or if we were told to use X11 but not told where.
12167 Search the libraries from the s and/or m files when checking for
12168 functions.
12169
12170 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
12171
12172 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12173
12174 * make-dist: Include lisp/dired.todo in the distribution.
12175
12176 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12177
12178 * configure.in: Add code to set HAVE_INET_SOCKETS.
12179
12180 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12181
12182 * configure.in: If we do find x_includes and x_libraries
12183 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
12184
12185 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12186
12187 * make-dist: Include src/gnu-hp300 in the dist.
12188
12189 * configure.in (canonical): New variable holds the canonicalized
12190 configuration. Don't alter `configuration'. Use `configuration'
12191 for Makefile.in for file naming.
12192 (testing x_includes and x_libraries): Use =, not ==.
12193
12194 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12195
12196 * Version 19.17 released.
12197
12198 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
12199 directory's makefile. This allows the invocation of CPP which
12200 builds xmakefile to receive these switches. The SunSoft C
12201 preprocessor inserts spaces between tokens if it doesn't get the
12202 -Xs flag requested in src/s/sol2.h.
12203
12204 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
12205
12206 * configure.in (m68k-bull-sysv3): New config.
12207
12208 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12209
12210 * configure.in: Use the autoconf AC_FIND_X macro to try to find
12211 the X Windows libraries.
12212
12213 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12214
12215 * make-dist (tempdir): Don't create lisp/forms-mode directory in
12216 the distribution. Those files aren't kept in their own
12217 subdirectory any more.
12218
12219 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12220
12221 * Version 19.16 released.
12222
12223 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12224
12225 * configure.in: Add --verbose flag.
12226
12227 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12228
12229 * version 19.15 released.
12230
12231 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12232
12233 * Makefile.in (top_distclean): Use -f switch when cleaning out
12234 lock dir; it might be empty.
12235
12236 * configure.in: Only check for -lXbsd once.
12237
12238 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12239
12240 * Version 19.14 released.
12241
12242 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12243
12244 * make-dist: If using gzip, create distribution with '.gz' extension.
12245
12246 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
12247 (lisp/forms-mode): This doesn't exist anymore.
12248
12249 * configure.in: Look for the closedir function.
12250
12251 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12252
12253 * configure.in (CPP): Autoconf sets this to a shell variable
12254 reference, which doesn't work when it's edited into a makefile.
12255 Expand that variable reference.
12256
12257 * Makefile.in (CPP): New variable.
12258 (src/Makefile): Edit CPP into src/Makefile.
12259
12260 * Makefile.in (src/Makefile): Don't bother exiting single quotes
12261 and entering double quotes to get the values of LD_SWITCH_X_SITE
12262 and the other make variables; make substitutes them in anyway.
12263
12264 * Makefile.in (uninstall): Don't remove the lisp and etc
12265 directories if they're in the source tree.
12266
12267 Bring mumbleclean targets into conformance with GNU coding standards.
12268 * Makefile.in (mostlyclean, clean): Separate these two; just have
12269 them pass the request to the subdirectory makefiles.
12270 (distclean): Pass the request down, and then get rid of the
12271 files configure built, and get rid of the Makefiles.
12272 (realclean): Pass the request down, and then do the same things
12273 distclean does.
12274 (uninstall, info, dvi): New targets.
12275
12276 * configure.in: Move clause for PC-compatible i386 box to the end
12277 of the case statement, to avoid masking configurations below.
12278
12279 * configure.in: Add case for m88k-motorola-sysv4.
12280
12281 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
12282 the HP 68000 machines.
12283
12284 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
12285 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
12286 preprocessor won't fiddle with them.
12287
12288 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12289
12290 * Makefile.in (TAGS): cd to src to run etags.
12291
12292 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12293
12294 * configure.in (version): Check the X libraries for XrmSetDatabase
12295 and random, and see if we have -lXbsd.
12296
12297 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12298
12299 * configure.in: Pass "-Isrc" to the CPP we run to examine the
12300 s/*.h and m/*.h files. Martin Tomes
12301 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
12302
12303 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12304
12305 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
12306 above the general i386 alternative.
12307
12308 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12309
12310 * configure.in: Recognize configuration name for Data General
12311 AViiON machines.
12312
12313 * configure.in: Use AC_LONG_FILE_NAMES.
12314
12315 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12316
12317 * configure.in: Test for bison.
12318 * Makefile.in (YACC): New variable.
12319 (lib-src/Makefile.in): Edit YACC into the makefile.
12320
12321 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12322
12323 * Version 19.13 released.
12324
12325 * configure.in (CFLAGS): Don't set this according to the value of
12326 the GCC shell variable. Instead, consult the machine and system
12327 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
12328 test __GNUC__ while we're at it.
12329
12330 * configure.in: Remove extra ;; from hpux cases.
12331
12332 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12333
12334 * configure.in: Check to see if the system has -ldnet.
12335
12336 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12337
12338 * make-dist: Add clauses to distribute lisp/forms-mode.
12339
12340 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12341
12342 * configure.in (machine): Fix the versions in hpux version number test.
12343 Do not guess based on cpu type. Do check for explicit system version.
12344
12345 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12346
12347 * configure.in: Do NOT look for `unknown' as company name.
12348
12349 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12350
12351 * configure.in: Fix typo in message.
12352
12353 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12354
12355 * Version 19.12 released.
12356
12357 * Makefile.in (do-install): Correct previous etc-copying change.
12358 Partially rewrite using `if'.
12359 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
12360
12361 * Version 19.11 released.
12362
12363 * configure.in: Handle 386bsd.
12364
12365 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12366
12367 * make-dist: Update getdate.c.
12368
12369 * configure.in: Handle bsd386.
12370
12371 * Makefile.in (do-install): Use `-' in tar options.
12372
12373 * configure.in: Change ! "${...}" to x"${...}" = x.
12374
12375 * Makefile.in (do-install): Copy the DOC-* files from the build
12376 etc directory, as well as lots of things from ${srcdir}/etc.
12377
12378 * make-dist: Copy config.guess.
12379
12380 * configure.in: Handle AIX versions 1.2, 1.3.
12381
12382 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12383
12384 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
12385 the configuration name mips-mips-usg* to represent USG systems.
12386
12387 * configure.in: Fix logic to detect if srcdir is already configured.
12388
12389 * Makefile.in: Pass in LD_SWITCH_X_SITE.
12390
12391 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
12392 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
12393 of a directory; cd might fail, and have pwd print out the current
12394 directory.
12395
12396 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12397
12398 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
12399
12400 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12401
12402 * configure.in: Complain if srcdir points at an already-configured
12403 tree.
12404
12405 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12406
12407 * Version 19.10 released.
12408
12409 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12410
12411 * Makefile.in: Use Makefile comments, not C comments.
12412
12413 * configure.in: Add case for the Tektronix XD88.
12414
12415 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12416
12417 * configure.in: Handle sysv4.2 and sysvr4.2.
12418
12419 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12420
12421 * configure.in: Traverse the argument list without destroying it;
12422 don't use shift. It turns out that "set - ${saved_arguments}"
12423 doesn't work portably.
12424
12425 * configure.in: Add missing "fi".
12426
12427 * make-dist: Rebuild configure if configure.in is newer.
12428
12429 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
12430 targets to be executed even if make remembers that it has already
12431 satisfied FRC.
12432
12433 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12434
12435 * Makefile.in (do-install): Delete redundant code to copy etc twice.
12436
12437 * configure.in (romp): Handle various version numbers with aos and bsd.
12438
12439 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12440
12441 * configure.in: Fix message text.
12442
12443 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12444
12445 * make-dist: Make a `site-lisp' directory in the distribution,
12446 instead of a `local-lisp' directory, which hasn't been the
12447 appropriate name for a long time.
12448 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
12449 from the distribution first, then /usr/local/lib/emacs/site-lisp.
12450
12451 * Makefile.in (do-install): Correctly detect if ./etc and
12452 ${srcdir}/etc are the same.
12453
12454 * configure.in: Extract UNEXEC from the system configuration
12455 files, compute the name of the source file corresponding to the
12456 object file, and #define it as UNEXEC_SRC in config.h.
12457
12458 * configure.in: If srcdir is '.', then try using PWD to make it
12459 absolute.
12460
12461 * configure.in: Include ${srcdir} in the printed report, to help
12462 people notice if it's an automounter path.
12463
12464 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12465
12466 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
12467
12468 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12469
12470 * Makefile.in (do-install): Delete the dest dir, not the source dir,
12471 when they are different. Add `shift' command.
12472 (COPYDESTS, COPYDIR): Delete external-lisp dir.
12473 (externallispdir): Var deleted.
12474
12475 * configure.in: Delete spurious paren outputting short_usage.
12476
12477 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12478
12479 * Version 19.9 released.
12480
12481 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12482
12483 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
12484 subdirectory makes.
12485
12486 * make-dist: Check for .elc files with no corresponding .el file.
12487
12488 * Makefile.in (mkdir): Make all the directories in locallisppath.
12489
12490 * config.guess: New file.
12491 * configure.in: Use it, tentatively.
12492 * INSTALL: Mention its usage.
12493
12494 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
12495 the former gives you the operating system rev directly.
12496 Use s/hpux.h if we don't recognize what we got.
12497
12498 * Makefile.in (do-install): Don't remove a destination directory
12499 if it's the same as the source. If ${srcdir}/info == ${infodir},
12500 don't try to copy the info files.
12501
12502 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
12503 doesn't work if you're not using a separate source directory.
12504 (do-install): Copy the build tree's etc directory only after
12505 making sure it's not also the source tree's etc directory.
12506
12507 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12508
12509 * configure.in: Handle sunos4.1.3 specially.
12510
12511 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12512
12513 * Makefile.in (INSTALL): Add definition.
12514
12515 * configure.in: Fix some messages. Support -with-gnu-cc.
12516 At the end, use `set --', not `set -'.
12517 Delete spurious `.h' in hpux alternatives.
12518
12519 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12520
12521 * Version 19.8 released.
12522
12523 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12524
12525 * configure.in: When looking for source in the same directory as
12526 the configure script, make the path thus discovered absolute.
12527 If the user specifies the `--srcdir' switch, make that directory
12528 absolute too.
12529
12530 * Makefile.in (srcdir): Remove comment saying this doesn't work.
12531
12532 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
12533 too, as the value of the PATH_INFO macro.
12534
12535 * configure.in: Check to see if the source lives in the same
12536 directory as the configure script.
12537
12538 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12539
12540 * Makefile.in (install): Split this into `install' and
12541 `do-install', to give people more control over exactly what gets
12542 done.
12543 (do-install): New target, containing the guts of `install'.
12544 Don't remove and recreate the directories inside the copying loop - do
12545 it all before the copying loop. Pass more flags to the lib-src
12546 make.
12547 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
12548 avoid errors and warnings.
12549
12550 * configure.in: For generic IBM PC boxes, insist on "unknown" for
12551 the manufacturer - the more general case was blocking other i386
12552 configuration names below, and that's how the names are written in
12553 MACHINES anyway.
12554
12555 * make-dist: When breaking links, remove the link before moving
12556 the copy onto it, to avoid interactive behavior.
12557
12558 * Makefile.in: Doc fix.
12559
12560 * configure.in: Doc fix.
12561
12562 * INSTALL: Mention --exec-prefix option.
12563
12564 * configure.in: Add support for the `--exec-prefix' option.
12565 * Makefile.in: Accept that support.
12566
12567 * configure.in: Use the AC_PROG_INSTALL macro.
12568 * Makefile.in (INSTALL): Variable removed.
12569 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
12570
12571 * configure.in: Distinguish between hp800's and hp700's by calling
12572 "uname -m".
12573
12574 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12575
12576 * configure.in: Recognize configuration names for i860 boxes
12577 running SYSV.
12578
12579 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12580
12581 * configure.in: Distinguish between hp800's and hp700's by the
12582 version of HP/UX they run, since that's something people are more
12583 likely to know - hp700's run 8.0.
12584 Add HP 700 configuration.
12585
12586 * configure.in: Test for the presence of the `rename' function.
12587
12588 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
12589 configure.in.
12590 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
12591
12592 * make-dist: Break intra-tree links.
12593
12594 * configure.in: Explain that this is an autoconf script, and give
12595 instructions for rebuilding configure from it. Arrange to put
12596 comments in configure explaining this too.
12597
12598 * configure.in: Make the first line of the configure script be
12599 "#!/bin/sh". Leaving the first line blank didn't work.
12600
12601 * configure.in (long_usage): Remove; made short_usage describe
12602 the options briefly.
12603
12604 * configure.in: Implement the --prefix option.
12605 * Makefile.in (prefix): Add support for it here.
12606 * INSTALL: Document it here.
12607
12608 * Makefile.in (install): Don't assume that the files in the `info'
12609 subdirectory match *.info. They don't have that prefix.
12610
12611 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12612
12613 * configure.in: Add case for version 5 of Esix.
12614
12615 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12616
12617 * Version 19.7 released.
12618
12619 * make-dist: There aren't any *.com files in lib-src anymore.
12620
12621 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
12622 them; they're symlinks to other filesystems on the GNU machines.
12623
12624 * make-dist: Check that the manual reflects the same version of
12625 Emacs as stated in lisp/version.el. Edit that version number into
12626 the README file.
12627
12628 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12629
12630 * configure.in: Remove the hack of AC_DEFINE; use
12631 AC_DEFINE_UNQUOTED.
12632
12633 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12634
12635 * make-dist: Don't distribute precomp.com, compile.com, or
12636 link.com from ./src; they're in ./vms now.
12637
12638 Some time-handling patches from Paul Eggert:
12639 * configure.in: Add AC_TIMEZONE.
12640
12641 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12642
12643 * configure.in: Recognize Linux as a valid operating system for
12644 the i386.
12645
12646 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12647
12648 * make-dist: Distribute some VMS files we got from Richard Levitte.
12649
12650 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
12651 the source for the sed command, not oldXMenu/Makefile.
12652
12653 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12654
12655 * INSTALL: Don't claim the srcdir option doesn't work.
12656
12657 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12658
12659 * configure.in: Include remarks saying what order the autoconf
12660 tests should go in, and remind people to change config.h.in
12661 whenever they add autoconf tests which make #definitions.
12662
12663 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
12664
12665 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12666
12667 * Makefile.in (oldXMenu/Makefile): Make this depend on
12668 ${srcdir}/oldXMenu/Makefile.in, not itself.
12669
12670 * PROBLEMS: Some updates from David J. Mackenzie.
12671
12672 More changes from David J. Mackenzie.
12673 * Makefile.in (install.sysv, install.xenix, install.aix):
12674 Targets removed; autoconf and config.h should specify all these
12675 differences.
12676 (buildlisppath): Make this path depend on ${srcdir}.
12677 (INSTALLFLAGS): Remove.
12678 (INSTALL): Include the -c flag.
12679 (install): Change the way we invoke install accordingly.
12680
12681 Install ${srcdir} changes from DJM.
12682 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
12683 list.
12684 (COPYDIR, COPYDESTS): Install files from both the etc directory in
12685 the source tree and the etc directory in the object tree.
12686 (${SUBDIR}): Pass the prefix variable down to submakes.
12687 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
12688 in /bin.
12689 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
12690 values for srcdir and VPATH.
12691 (install): Add `v' flag to tar command. Make sure that `dir'
12692 exists in ${srcdir}/info before copying it. Remember that the man
12693 pages come from the source tree, not the object tree.
12694 * configure.in: Remove remarks saying that the --srcdir option
12695 doesn't work.
12696 Create the etc directory in the object tree.
12697 Recognize configuration names of the form *-sun-solaris*.
12698 Recognize sunos5 and solaris as operating system names.
12699
12700 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
12701 lib-src/getdate.y and src/systime.h.
12702
12703 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12704
12705 * make-dist: Make links in info subdir.
12706
12707 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12708
12709 * configure.in: Call AC_STDC_HEADERS.
12710
12711 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12712
12713 * configure.in: Sidestep autoconf's quoting of the second argument
12714 of AC_DEFINE, so we can specify the value to put there. It would
12715 be nice if autoconf provided some way to specify computed values
12716 for macros.
12717
12718 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12719
12720 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
12721 this is always just -DHAVE_CONFIG_H.
12722
12723 The GNU coding standards specify that CFLAGS should be left for
12724 users to set.
12725 * Makefile.in (CFLAGS): Let configure determine the default value
12726 for this.
12727 Don't have it default to DEFS.
12728 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
12729 (lib-src/Makefile, src/Makefile): Edit the default value for
12730 CFLAGS into these files, not DEFS.
12731 * configure.in (CFLAGS): Choose a default value for this - "-g"
12732 normally, or "-g -O" if we're using GCC. Edit it into the
12733 top-level Makefile.
12734
12735 * configure.in: When scanning the machine and system description
12736 #include files, write their names to conftest.c properly.
12737
12738 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12739
12740 * configure.in: In configuration name case for Apallos running
12741 Domainios, set opsys, not opsysfile.
12742
12743 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
12744 src/config.h, instead of AC_OUTPUT; the latter overwrites
12745 src/config.h even when it hasn't changed, puts a makefile-style
12746 comment at the top even though it's C code, and produces a
12747 config.status script which doesn't do the job right.
12748
12749 * configure.in: Add AC_LN_S test, so we can tell whether or not we
12750 can use a symbolic link to get the X Menu library into src.
12751 * Makefile.in (LN_S): New variable.
12752 (src/Makefile): Edit the value of LN_S into this makefile.
12753
12754 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12755
12756 * configure.in: Support *-sco3.2v4* as opsystem.
12757
12758 * make-dist: Don't include calc directory.
12759 Exclude many files in the man directory; copy a few.
12760
12761 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12762
12763 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
12764 call AC_STRUCT_TM to see what's in time.h.
12765
12766 * configure.in: Employ quoting stupidity to get the value of CPP
12767 to expand properly.
12768
12769 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12770
12771 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
12772 variable to scan the machine and system description files.
12773
12774 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
12775 so that getdate.y builds correctly.
12776
12777 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12778
12779 * configure.in (tempcname): Change this to "conftest.c", so it will
12780 work properly on systems with short filenames; this is the name
12781 autoconf uses.
12782
12783 * configure.in: Also detect the availability of dup2 and
12784 gethostname.
12785
12786 * configure.in: Use the AC_ALLOCA test.
12787 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
12788 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
12789
12790 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12791
12792 * make-dist: Distribute configure, as well as configure.in.
12793 Oversight.
12794
12795 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12796
12797 * Makefile.in (install): Print out the name of the directory we're
12798 copying, so people can have some idea of whether we're making
12799 progress.
12800
12801 * Makefile.in (install.aix, install.xenix, install.sysv, install):
12802 Don't forget to re-create the COPYDESTS directories after we clear
12803 them out.
12804
12805 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12806
12807 * Makefile.in: Add autoconf cookies so that the configure
12808 script can comment out sections of path variable definitions to
12809 choose between the installable configuration and the run-in-place
12810 configuration.
12811 * configure.in: Add new option `--run-in-place', to select the
12812 run-in-place path definitions.
12813
12814 * configure.in: Add a clause to the big configuration name case
12815 for the NeXT machine.
12816
12817 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12818
12819 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12820 Make sure that each source directory exists, and is different from
12821 the destination directory; then, delete the destination before
12822 copying over the source.
12823
12824 * make-dist: Distribute configure.in, instead of configure.
12825
12826 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12827
12828 * configure.in: Don't set CC to "gcc -O" if the user specifies
12829 `--with-gcc'. Add -O to DEFS if GCC is set.
12830
12831 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12832
12833 * Makefile.in (clean mostlyclean): Missing right paren.
12834
12835 * configure.in: When checking for X windows, search for an X11
12836 subdirectory of ${x_includes}.
12837
12838 * configure.in: Check for gettimeofday function, for getdate.y.
12839
12840 Change `configure' to a mixture of custom code and autoconf stuff.
12841 autoconf can't derive all the information we need, but we'd really
12842 like to be able to take advantage of some of its tests, and its
12843 file-editing facilities.
12844 * configure.in: Renamed from configure.
12845 Quote the sections of shell script we want copied literally to
12846 the configure script.
12847 (compile): Initialize this to make the autoconf macros' code happy.
12848 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
12849 code to do their jobs.
12850 Use autoconf to produce Makefile and src/config.h.
12851 Remove the Makefile-style comment that autoconf places at the top
12852 of src/config.h.
12853 (config_h_opts): Remove - no longer necessary.
12854 * Makefile.in (configname): Rename to configuration.
12855 (CONFIG_CFLAGS): Rename to DEFS.
12856 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
12857 get values via autoload @cookies@.
12858 (libsrc_libs): Get this from autoconf. We used to do nothing
12859 about this.
12860 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
12861
12862 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
12863 Don't echo the move-if-change command.
12864
12865 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
12866
12867 * make-dist: Distribute lib-src/rcs-checkin.
12868
12869 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
12870 Don't try to make links to the RCS or Old subdirectories.
12871 Use the appropriate extension for the compression type in use.
12872 Create the tar file in the shell's initial default directory, not
12873 in ${tempparent}.
12874 Erase the whole ${tempparent} tree, not just ${tempdir}.
12875
12876 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12877
12878 * Makefile.in (src/paths.h): Don't echo the huge sed command we
12879 use to build paths.h.
12880 (lib-src/Makefile, src/Makefile): Similarly.
12881
12882 * configure: Extend test for working `const' keyword to handle AIX
12883 3.2 cc.
12884
12885 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12886
12887 * make-dist: Distribute lisp/term/ChangeLog.
12888
12889 Arrange for C compilation throughout the tree to get
12890 C_SWITCH_SYSTEM from the configuration files.
12891 * configure: Extract C_SWITCH_SYSTEM from the machine and
12892 system-dependent files, and save it in the top-level Makefile.
12893 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
12894 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
12895
12896 * make-dist: Include the VMS support files in oldXMenu in the
12897 distribution.
12898
12899 * configure: Doc fix.
12900
12901 * configure: Fix corrupted config_h_opts.
12902
12903 * configure: Properly report option names in error messages.
12904
12905 * configure: Properly recognize --x-includes and --x-libraries
12906 options.
12907
12908 * configure: Fix syntax errors in code handling XFree386.
12909
12910 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12911
12912 * configure: Add special code to detect XFree386, and tell
12913 config.h about it.
12914
12915 * configure: Properly handle extracting values of LIBS_MACHINE and
12916 LIBS_SYSTEM that contain spaces.
12917
12918 * configure: Add `--x-includes' and `--x-libraries' options.
12919 I think these are dopey, but no less than three alpha testers, at
12920 large sites, have said they have their X files installed in odd
12921 places. Implement them by setting C_SWITCH_X_SITE and
12922 LD_SWITCH_X_SITE in src/config.h.
12923
12924 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12925
12926 * make-dist: Don't distribute etc/Old files.
12927
12928 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
12929 backups.
12930
12931 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12932
12933 * make-dist: Fix typo.
12934
12935 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12936
12937 * make-dist: Corrected typo, fixed it to discard = and TAGS files
12938 in some cases where it should but didn't seen to.
12939
12940 * Makefile.in: Added unlock and relock productions.
12941
12942 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12943
12944 * make-dist: Add a --compress option to force make-dist to use
12945 compress.
12946
12947 * make-dist: Use gzip, if we can find it.
12948
12949 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12950 make rs6000-ibm-aix default to -aix32.
12951
12952 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12953
12954 * Makefile.in: Added `Developer's configuration' section.
12955
12956 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12957
12958 * Makefile.in: Add commented-out variable settings for developer's
12959 configuration.
12960
12961 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12962
12963 * make-dist: Distribute `src/bitmaps' too.
12964
12965 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
12966
12967 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12968 make rs6000-ibm-aix default to -aix32.
12969
12970 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12971
12972 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
12973
12974 * Makefile.in (install.sysv): Add a second `$' in front of
12975 `${dest}', so that the shell will expand it, instead of Make.
12976
12977 * configure: When processing the name of the configure script,
12978 collapse `././' to `./', but leave a single `./' prefix alone.
12979
12980 * configure: Doc fix.
12981
12982 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12983
12984 * configure: Handle isc3.0 correctly.
12985
12986 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12987
12988 * make-dist: Don't try to copy the COPYING notice into
12989 external-lisp; we're not distributing that directory any more.
12990
12991 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12992
12993 * Makefile.in (install, install.aix, install.xenix, install.sysv):
12994 Remove CVS subdirectories from the installed directory trees, as
12995 well as RCS directories.
12996
12997 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12998
12999 * make-dist: Only copy gmalloc.c if we couldn't link it.
13000 Don't try to copy man/{README,Makefile} unless they actually exist.
13001
13002 * Makefile.in (lisppath): Don't include externallispdir in this.
13003 We're not sure whether we're even going to distribute the
13004 directory yet.
13005
13006 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13007
13008 * make-dist: Don't distribute the external-lisp directory anymore.
13009 * INSTALL: Remove all references to external-lisp.
13010
13011 * configure: Detect whether the compiler supports `const'
13012 properly, and edit src/config.h accordingly.
13013
13014 * configure: Tweak layout of final report.
13015
13016 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
13017 CFLAGS.
13018
13019 * Makefile.in (locallisppath): Make this default to
13020 ${datadir}/emacs/site-lisp, instead of
13021 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
13022 the same thing, and local-lisp causes completion conflicts with
13023 lock.
13024 (lisppath): Add ${externallispdir} to this.
13025 * INSTALL: Adjust installation directions.
13026
13027 * Makefile.in (externallispdir): New variable, to say where to
13028 install the externally-maintained lisp files.
13029 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
13030 the others.
13031 * INSTALL: Describe external-lisp and the new externallispdir
13032 variable.
13033
13034 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13035
13036 * configure (progname): New option `--with-gcc'. Make it clearer
13037 how we are trying to guess whether or not we have GCC.
13038 * INSTALL: Document the `--with-gcc' option, and improve
13039 description of `--with-x' options.
13040
13041 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13042
13043 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
13044 ${infodir} from these variables; we have written out explicit code
13045 to install the info files.
13046
13047 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13048
13049 * make-dist: Don't distributed the RCS files in the etc directory.
13050
13051 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13052
13053 * Makefile.in: Some makes can't handle comments in the middle of
13054 commands; move them to before the whole rule.
13055
13056 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13057
13058 * README: Mention what Emacs is.
13059
13060 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13061
13062 * make-dist: Include `./lisp/calc-2.02' in the distribution.
13063 Add `./cpp' and `./man' back into the distribution.
13064
13065 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13066
13067 * Makefile.in: Define MAKE, and use where appropriate.
13068
13069 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13070
13071 * make-dist: Remember that the authoritative COPYING notice is
13072 `etc/COPYING', not `../etc/COPYING'.
13073
13074 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13075
13076 * make-dist: Make sure that the COPYING notices in each directory
13077 are copies, not symlinks.
13078
13079 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13080
13081 * INSTALL: The build process produces an executable called `emacs'
13082 now. Change references.
13083 * Makefile.in: Adjust `install.mumble' targets to install
13084 `src/emacs', not `src/xemacs'.
13085
13086 * configure: Start with a blank line; this keeps some old CSH's
13087 from thinking it's a CSH script. Most systems will just use
13088 /bin/sh to run it, which is what we're expecting; the only other
13089 shells which might try to interpret it themselves are probably
13090 Bourne-compatible.
13091
13092 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13093
13094 * INSTALL: Improvements suggested by David Mackenzie.
13095
13096 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13097
13098 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13099 Don't try to copy the info files if there aren't any; the
13100 unexpanded globbing pattern disappoints `install'. Ignore the
13101 return status of that command.
13102
13103 * INSTALL: Updated for new configuration arrangement.
13104
13105 * configure: Don't make the top-level Makefile read-only - people
13106 may want to edit the values of the path variables.
13107
13108 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13109 Install the info files in ${infodir}. Install the executable
13110 under both `emacs' and `emacs-VERSION'.
13111
13112 * Makefile.in: Doc fix.
13113
13114 * Makefile.in (exec_prefix): New variable, as per latest version
13115 of coding standards.
13116 (bindir, libdir): Use it, instead of `prefix'.
13117 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
13118
13119 * Makefile.in (mandir): Make the default value for this depend on
13120 $(prefix).
13121
13122 * Makefile.in (datadir, statedir, libdir): Make these all default
13123 to ${prefix}/lib.
13124 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
13125 Adjust to compensate.
13126
13127 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13128 Install the etags and ctags man pages too.
13129
13130 * Makefile.in (distclean): Don't delete backup files; that's the
13131 job of extraclean.
13132 (extraclean): Like distclean, but deletes backup and autosave files.
13133
13134 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13135
13136 Make path specification conform to GNU coding standards.
13137 * configure (long_usage): Remove all traces of old arguments from
13138 usage messages, and document the options we do accept in more
13139 detail: -with-x... and --srcdir.
13140 (options, boolean_opts): Delete; we don't have enough options to
13141 make this worthwhile.
13142 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
13143 along with the code which supported them; these should be set as
13144 arguments to the top-level make.
13145 (config_h_opts): Since this no longer doubles as a list of option
13146 names, make them upper case; this simplifies the code which uses
13147 them to build the sed command to edit src/config.h. Change the
13148 code which sets them.
13149 (cc, g, O): Don't allow the user to set these using options; they
13150 should be specified using `CC=' and `CFLAGS=' arguments to the
13151 top-level make. Just choose reasonable default values for them,
13152 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
13153 values.
13154 (gnu_malloc, rel_alloc): Don't allow the user to set these using
13155 options; use them whenever the configuration files say they're
13156 possible.
13157 Simplify the argument processing loop. Don't accept abbreviations
13158 for option names; these might conflict with other configuration
13159 options in the future.
13160 Add some support for the `--srcdir' option. Check for the sources
13161 in . and .. if `--srcdir' is omitted. If the directories we will
13162 compile in don't exist yet, create them under the current directory.
13163 Note that the rest of the build process doesn't really support
13164 this.
13165 Edit only the top Makefile. That should edit the others.
13166 Edit into the makefile: `version', from lisp/version.el, `configname'
13167 and `srcdir' from the configuration arguments, `CC' and
13168 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
13169 the user's path, and LOADLIBES as gleaned from the system
13170 description files.
13171 Simplify the report generated; it doesn't need to include any
13172 description of paths now.
13173 Make `config.status' exec configure instead of just calling it, so
13174 there's no harm in overwriting `config.status'.
13175 * Makefile.in (version, configname): New variables, used to choose
13176 the default values for datadir and libdir.
13177 Path variables rearranged into two clearer groups:
13178 - In the first group are the variables specified by the GNU coding
13179 standards (prefix, bindir, datadir, statedir, libdir, mandir,
13180 manext, infodir, and srcdir).
13181 - In the second are the variables actually used for Emacs's paths
13182 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
13183 archlibdir), which depend on the first category.
13184 datadir and libdir default to directories under
13185 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
13186 demand.
13187 etcdir and lispdir default to subdirectories of datadir.
13188 archlibdir defaults to libdir.
13189 The new installation tree is a bit deeper than it used to be, so
13190 use the new make-path program in lib-src to build them all.
13191 Always build a new src/paths.h.tmp and then move-if-change it to
13192 src/paths.h, to avoid unnecessary rebuilds while responding to the
13193 right changes.
13194 Remove all mention of arch-lib. Run utility commands from
13195 lib-src, and let the executables be copied into archlibdir when
13196 Emacs is installed.
13197 Add targets for src/Makefile, lib-src/Makefile, and
13198 oldXMenu/Makefile, editing the values of the path variables into
13199 them.
13200 Let lib-src do its own installation.
13201 (datadir): Default to putting data files under
13202 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
13203 (emacsdir): Variable deleted; it would only be confusing to use.
13204 (lispdir, etcdir): Default to ${datadir}/lisp.
13205 (mkdir): Use make-path for this.
13206 (lockdir): Do this in mkdir.
13207 (Makefile): New target.
13208
13209 * configure (usage_message): Rename to long_usage.
13210
13211 * make-dist: Don't bother creating an arch-lib directory; that's
13212 only for installation now.
13213
13214 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13215
13216 * configure: Use GCC-style configuration names, using config.sub.
13217 Change the usage and help messages.
13218
13219 * configure: Initialize window_system, not indow_system.
13220
13221 * configure: Report which window system, compiler, and signal
13222 handler return type we decide to use.
13223
13224 * make-dist: Explain what's going on if config.sub and gmalloc.c
13225 can't be linked. Place the code which copies them near the code
13226 which links the rest of the files around them.
13227
13228 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
13229
13230 * make-dist: Don't bother to distribute src/*.com, or
13231 src/vmsbuild; those have all been moved to `../vms'.
13232
13233 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13234
13235 * make-dist: Don't forget that the way to avoid filenames starting
13236 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
13237 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
13238 couldn't make hard links to, since we have two already, and
13239 perhaps more to come.
13240
13241 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13242
13243 * configure: When editing parameters into lib-src/Makefile, change
13244 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
13245 needs some other flags too.
13246
13247 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13248
13249 * configure: Remove spurious echo of the configuration name.
13250
13251 * make-dist: Don't distribute files in src/m and src/s whose names
13252 begin with `='.
13253
13254 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13255
13256 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
13257 Also LISP_FLOAT_TYPE.
13258
13259 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13260
13261 * make-dist: Copy config.sub, since it's a symbolic link to a file
13262 on another file system.
13263
13264 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13265
13266 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
13267 distribution.
13268
13269 * config.sub: New file, to help us recognize configuration names.
13270 * make-dist: Include it in the distribution.
13271
13272 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13273
13274 * configure: Convert `-' to `_' in specified option names.
13275 Accept options with --. Delete --highpri and --have-x-menu options.
13276 New options --with-x and --with-x10 replace -window-system.
13277 Don't mention options --gnu-malloc, --rel-alloc
13278 or --lisp-float-type in help message.
13279
13280 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13281
13282 * make-dist: Include the `vms' subdirectory in the distribution.
13283
13284 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13285
13286 * configure: Remove lines starting with "# DIST: " when building
13287 lib-src/Makefile and src/Makefile. This allows us to mark the
13288 "Makefile.in" files with explanatory comments which won't also get
13289 stuck in the Makefiles.
13290
13291 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13292
13293 * make-dist: Don't use the '+' operator in the sed regular
13294 expression that extracts the version number from lisp/version.el;
13295 Ultrix sed doesn't seem support the operator. Just double the
13296 operand and use *.
13297
13298 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13299
13300 * Makefile.in: Doc fix.
13301
13302 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13303
13304 * configure: Rewrite sed command to remove at most one ./ prefix;
13305 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
13306 group.
13307
13308 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13309
13310 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
13311
13312 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13313
13314 * make-dist: Go ahead and build a new TAGS file, unless the
13315 --newer option was specified. Don't try to delete a TAGS file
13316 from etc; it's not kept there, and shouldn't be deleted anyway.
13317
13318 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13319
13320 * make-dist: If the lisp directory contains a default.el, don't
13321 distribute it.
13322
13323 * configure: When searching signal.h for the type of a signal
13324 return handler, make a copy of it, not a symbolic link to it; that
13325 way, it will work on systems that don't have symbolic links.
13326
13327 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13328
13329 * make-dist: Taught it about vcdiff and rcs2log, added --newer
13330 option for generating incremental distributions. Stopped it from
13331 generating a TAGS file into the distribution; that sucker is
13332 *big*, and easily enough generated with the toplevel makefile.
13333
13334 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13335
13336 * configure: When writing config.status, don't prefix progname
13337 with a '.'; it might be absolute.
13338
13339 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13340
13341 * configure: Choose to use X11 if either /usr/lib/libX11.a or
13342 /usr/include/X11 exist, not only if both exist.
13343
13344 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13345
13346 * make-dist: Make the new external-lisp directory a duplicate of
13347 the external-lisp directory, not the lisp directory.
13348
13349 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13350
13351 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
13352 clean' in arch-lib; it doesn't even have a Makefile.
13353
13354 * Makefile.in (clean, mostlyclean): In the test which tries to
13355 distinguish between the build directory, which should be cleaned,
13356 and the installed directory, which shouldn't, cd to `${emacsdir}',
13357 not `${DESTDIR}${LIBDIR}'.
13358
13359 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13360
13361 * make-dist: Be sure to delete the .c and .h files that YACC and
13362 BISON create from getdate.y.
13363
13364 * external-lisp: New directory; see `external-lisp/README'.
13365 * make-dist: Added support for the external-lisp subdirectory.
13366
13367 * make-dist: Changed message which complains that make-dist wasn't
13368 invoked in the right directory to indicate which files it was
13369 looking for.
13370
13371 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13372
13373 * configure: Add comments explaining why we can't translate
13374 character ranges or control characters in `tr'.
13375
13376 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13377
13378 * configure: When generating the configuration message, we used to
13379 build the message from the start so that each line began with "# "
13380 so that it would be a comment in `config.status'. However, this
13381 causes trouble if any of the variables we use in the message
13382 expand to more than one line of text - as gnu_malloc_reason
13383 sometimes does. So instead, we build the message as it should be
13384 printed to the user (i.e. without the "# " prefixes), and stick on
13385 the "# "s when we write it to `config.status'.
13386
13387 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
13388 `lib-src' and `arch-lib'.
13389
13390 * configure: When generating report and `config.status' file, note
13391 that bindir only determines where `make install' and
13392 `build-install' will place the executables; this should make it
13393 clear that the ordinary build process will not try to install
13394 things.
13395
13396 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13397
13398 * make-dist: Change messages to say that we are 'making links to
13399 X', rather than 'copying X'. And put `' quotes around file names.
13400
13401 * make-dist: Include '.tmp' in the name of the staging directory.
13402
13403 * make-dist: Pass the `-f' option to rm when you're not sure that
13404 the files you're removing actually exist.
13405
13406 * make-dist: When setting up etc/COPYING, always nuke whatever is
13407 there, and then copy it in, to make sure we get a real file.
13408
13409 * make-dist: Don't try to distribute *.defns files any more.
13410 The only such file was for simula.el, which has been superseded by a
13411 version which doesn't have a separate .defns file.
13412
13413 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
13414
13415 * make-dist: Don't distribute configured versions of config.h.in,
13416 paths.h.in, Makefile.in in src.
13417
13418 * configure: Delete .tmp files before creating them; don't bother
13419 trying to make final targets writable first, since it won't
13420 matter to move-if-change.
13421
13422 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13423
13424 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
13425 mkdir and chmod in the center of all the conditionals. GNU Make
13426 will strip these out, but other makes won't.
13427
13428 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13429
13430 * make-dist: Include move-if-change in list of files to distribute.
13431
13432 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13433
13434 * configure: Remove any "." elements from the program name.
13435
13436 * configure: Don't record the values of all the possible arguments
13437 in config.status; only record the options that the user specified.
13438
13439 * configure: Use move-if-change to move in the new src/config.h.
13440
13441 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
13442
13443 * move-if-change: New file, copied from gcc release.
13444 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
13445 a temp file, so we don't update paths.h if an error occurs or if
13446 it doesn't need changing.
13447
13448 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13449
13450 * Makefile.in (src/paths.h): Do not install a value for the
13451 PATH_SUPERLOCK value; that macro doesn't exist anymore.
13452 * build-install.in: Same thing.
13453
13454 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13455
13456 * make-dist: Check the flag called "make_tar", not "make_dir"; the
13457 latter, being a typo, is always false, resulting in a program
13458 whose default behavior is to painstakingly build a copy of the
13459 source tree, and then delete it. Rah.
13460
13461 * Makefile.in: Add dist target, and comment for it.
13462
13463 * configure: When scanning <signal.h> for a declaration for
13464 signal, create a symbolic link with a name ending in .c, so the
13465 compiler won't complain that it's only been given .h files.
13466
13467 * configure: Check whether there are any arguments available
13468 before shifting to get the value of a non-boolean parameter.
13469
13470 * make-dist: Doc fix.
13471
13472 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13473
13474 * configure: Instead of grepping /usr/include/signal.h for a
13475 signal declaration, run /usr/include/signal.h or
13476 /usr/include/sys/signal.h through cpp and grep for the
13477 declaration.
13478
13479 * configure: Redirect the output of grep to /dev/null instead of
13480 using grep -s - that flag means different things on other systems.
13481
13482 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
13483 since the former is recognizable even if you don't know what
13484 'dumping' is.
13485 * configure: Accommodate that change.
13486
13487 * configure: Accept options for all of the directories you can
13488 change in the Makefile.
13489
13490 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
13491
13492 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
13493 FOO before you can use them.
13494
13495 * build-install.in: Made the "Where To Install Things" section
13496 conform with the similar section from Makefile.in. Copied section
13497 which builds src/paths.h from src/paths.h.in from the Makefile.
13498
13499 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13500
13501 * configure: Write config.status to pass its command-line
13502 arguments on to configure, so that people can use it to recreate
13503 an old configuration, with minor changes.
13504
13505 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13506
13507 * configure: Don't rely on option variables being unset if their
13508 values are the empty string. In particular, when producing the
13509 English report, don't assume that highpri will be unset when no
13510 increased priority has been requested; -highpri='' should be the
13511 same as omitting -highpri altogether.
13512
13513 * configure: Fix dumb bug: when running the system and machine
13514 description files through cpp, mark those lines that we want to
13515 evaluate with the string '@configure@', and then only evaluate
13516 them. This way if the files include anything that actually
13517 generates text (type definitions or external declarations, say),
13518 we won't try to eval it.
13519
13520 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13521
13522 * make-dist: New shell script.
13523
13524 * configure: When creating foo from foo.in, make foo read-only to
13525 remind people to edit the .in file instead.
13526
13527 * INSTALL: Changed references to config.h-dist to config.h.in.
13528 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
13529 to build src/paths.h from src/paths.h.in; added a paragraph to do
13530 this.
13531 * configure, Makefile, build-install: Changed filenames like
13532 FOO-dist to FOO.in.
13533
13534 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13535
13536 * Makefile, build-install: Renamed to Makefile.in and
13537 build-install.in; the configure script will edit these to produce
13538 the usable Makefile and build-install.
13539 * configure: Changed to produce ./Makefile, ./build-install,
13540 lib-src/Makefile, and src/Makefile from their *.in counterparts,
13541 instead of editing them in place.
13542
13543 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13544
13545 * Makefile: Re-arranged so that the undumped Emacs will search
13546 ../lisp *after* the site's local elisp files.
13547 (locallisppath, dumplisppath): New variables.
13548 (lisppath): This variable's default value is now chosen based on
13549 $(locallisppath) and $(lispdir); while it used to be the
13550 customization point for adding site-local elisp directories to
13551 load-path, that job is now handled mostly by locallisppath.
13552 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
13553 Check the values being assigned to the *LOADSEARCH macros for null
13554 path elements (like '::' in 'foo::bar').
13555
13556 * configure: When checking if the machine- and system-dependent
13557 files define a particular macro or not, actually run them through
13558 CPP and test the macros with #ifs, instead of just grepping for
13559 the macros' names. In particular, check for SYSTEM_MALLOC in this
13560 way.
13561
13562 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13563
13564 * Makefile (install): Don't use -s in install. (Keep the symbols.)
13565
13566 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13567
13568 * configure: Make the config.status file an executable shell
13569 script which will recreate the same configuration. Include the
13570 verbal description of the current configuration as a comment in
13571 the script.
13572 * INSTALL: Doc fix.
13573
13574 * Makefile: Brought the Makefile up to the GNU coding
13575 standards, as described in standards.text:
13576 (TAGS): New name for the target which rebuilds the tags table.
13577 (check): New target; doesn't do anything yet.
13578 (mostlyclean): New target, synonymous with clean.
13579 (realclean): New target. Currently, this just calls the
13580 subdirectories's makefiles and then deletes config.status.
13581 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
13582 New variables.
13583 Installation directory variables changed to conform.
13584 (install, install.sysv, install.xenix, install.aix): Change the
13585 code which copies the directories into their installed location to
13586 allow the installed locations to be in several different
13587 directories; the old version assumed that they would all be in
13588 $(emacsdir).
13589 (mkdir, lockdir): Allow the installed locations to be in several
13590 different directories.
13591 * INSTALL: Doc fix.
13592
13593 * build-install: Use the same variable names as the Makefile.
13594 Allow the installed locations to be in several different
13595 directories.
13596
13597 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13598
13599 * Makefile (src/paths.h): Instead of using a single sed command to
13600 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
13601 separately, and don't forget to append "/!!!SuperLock!!!" to the
13602 value of the PATH_SUPERLOCK macro.
13603
13604 * config.emacs: Renamed to configure, for consistency with other
13605 GNU products. Internal references changed.
13606 INSTALL, Makefile: References changed.
13607
13608 * lock: New directory, which should always be empty. If this
13609 directory doesn't exist, Emacs won't complain; it just won't lock.
13610 Having this here means that people can just unpack Emacs, build
13611 it, and have locking work.
13612
13613 * share-lib: Re-renamed to etc, for the sake of tradition.
13614 * config.emacs: Changed default value for datadir to ../etc.
13615 * INSTALL, README: Adjusted.
13616
13617 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13618
13619 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
13620 by running CPP on the appropriate s/*.h and m/*.h files.
13621
13622 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13623
13624 * config.emacs: Make sure to set the "exit on error" flag once
13625 we've removed config.status; errors should abort the configuration.
13626
13627 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13628
13629 * config.emacs: Added -distribute option, so that the Makefile
13630 paths are in their proper form. I don't know why this matters.
13631
13632 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13633
13634 * local-lisp: New directory, empty in the distribution, for people
13635 to put local elisp code in.
13636 * config.emacs: Include it in the default load path.
13637 * README: Document it.
13638
13639 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13640
13641 * config.emacs: Guess the type of signal handling functions based
13642 on the contents of /usr/include/signal.h.
13643
13644 * config.emacs: Print out progress report messages.
13645
13646 * Makefile (src/paths.h): Don't generically replace
13647 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
13648 editing of the other entries, and each entry should be dealt with
13649 explicitly anyway.
13650
13651 * build-install: Converted from C-shell to Bourne shell.
13652 * config.emacs: Edit build-install properly.
13653
13654 * config.emacs: Doc fix.
13655
13656 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13657
13658 * Makefile (install): Remove `B' from tar xf command.
13659
13660 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13661
13662 * config.emacs: Removed support for the `maintain-environment'
13663 option; the only important difference between this and its absence
13664 has been removed.
13665 * INSTALL: Removed mention of `maintain-environment'.
13666
13667 * config.emacs: Fix arguments to sed when processing boolean
13668 arguments.
13669
13670 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
13671
13672 * config.emacs: New file, to help automate the installation
13673 process.
13674
13675 * Makefile: Lots of changes to support the separation of etc into
13676 architecture-dependent and -independent files:
13677 (EMACSROOT): New variable, giving the directory under which all of
13678 Emacs's libraries should be installed. Changed rest of file to
13679 use it.
13680 (LIBDIR): Now denotes only architecture-dependent dir.
13681 (DATADIR): New variable, denoting architecture-independent dir.
13682 (LOCKDIR): New variable, for completeness.
13683 (SUBDIR): No more etc, new lib-src.
13684 (COPYDIR): No more etc, new arch-lib and share-lib.
13685 (src/paths.h): Set PATH_DATA and the LOCK macros too.
13686 (src): Now depends on lib-src, not etc.
13687 * build-install: Changes parallel to the above.
13688 * README: Describe the new arrangement.
13689
13690 * vms: New subdirectory for all the VMS stuff.
13691
13692 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
13693
13694 * Makefile (LISPPATH): New variable.
13695 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
13696
13697 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
13698
13699 * Makefile (install, install.sysv, install.xenix):
13700 Install wakeup instead of loadst. No need for setuid or setgid.
13701
13702 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13703
13704 * Makefile (clean): Clean etc if that's not the installation dir.
13705
13706 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13707
13708 * Makefile (paths.h): Make sed alter each name in the path.
13709
13710 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13711
13712 * Makefile (install.sysv): Use cpio, not tar.
13713
13714 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13715
13716 * Makefile (lockdir): Rename `lock' target.
13717 Depend on it from install*, not from `all'.
13718
13719 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
13720
13721 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
13722 to match build-install and paths.h.
13723
13724 ;; Local Variables:
13725 ;; coding: utf-8
13726 ;; End:
13727
13728 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
13729
13730 This file is part of GNU Emacs.
13731
13732 GNU Emacs is free software: you can redistribute it and/or modify
13733 it under the terms of the GNU General Public License as published by
13734 the Free Software Foundation, either version 3 of the License, or
13735 (at your option) any later version.
13736
13737 GNU Emacs is distributed in the hope that it will be useful,
13738 but WITHOUT ANY WARRANTY; without even the implied warranty of
13739 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13740 GNU General Public License for more details.
13741
13742 You should have received a copy of the GNU General Public License
13743 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.