]> code.delx.au - gnu-emacs/blob - ChangeLog
Define MINGW_W64 and use it instead of _W64
[gnu-emacs] / ChangeLog
1 2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
2
3 Restore 'Bug#' -> 'debbugs:' rewrite in log-edit-mode.
4 * .dir-locals.el (log-edit-mode): Restore the (log-edit-rewrite-fixes
5 "[ \n](bug#\\([0-9]+\\))" . "debbugs:\\1"). See Glenn Morris in:
6 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01187.html
7
8 Simplify and fix doc-related .gitignore files.
9 This fixes some unwanted 'git status' output after 'make docs'.
10 * .gitignore: Add **/Makefile, **/makefile.
11 Remove Makefile, makefile.
12 Add doc/*/*.xxx rules for the usual kinds of documentation outputs
13 and temporaries. Add doc/misc/cc-mode.ss.
14 * doc/emacs/.gitignore, doc/lispintro/.gitignore, doc/misc/.gitignore:
15 * lwlib/.gitignore, oldXMenu/.gitignore:
16 Remove, as these .gitignore files are no longer needed.
17 * doc/lispintro/.gitignore: Replace with list of exceptional PDF files.
18
19 2014-11-15 Christoph Scholtes <cschol2112@gmail.com>
20
21 * .gitignore: Ignore generated file lib/stdalign.h.
22
23 2014-11-13 Paul Eggert <eggert@cs.ucla.edu>
24
25 Backport fix for minor Bazaar leftovers.
26 * .dir-locals.el: Remove reference to bzr commit --fixes debbugs.
27
28 2014-11-13 Eli Zaretskii <eliz@gnu.org>
29
30 * .gitignore: Add more ignorables.
31
32 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
33
34 * .gitignore: Copy over sufficient ignorable files from the old
35 .bzrignore that a simple build doesn't list lots of unregistered
36 files.
37
38 2014-11-11 Eric S. Raymond <esr@thyrsus.com>
39
40 * Makefile.in: git transition - set VCWITNESS appropriately for git.
41
42 All bzr revision IDS, and all CVS revision IDs for which a commit
43 could be identified, were changed to time-date!committer version
44 stamps. All .cvsignore files in the history became .gitignore
45 files. Fixes-bug annotations from bzr were copied into the
46 corresponding commit comments.
47
48 (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org.
49 The last CVS commit was 2009-12-27T08:11:12Z!cyd@stupidchicken.com.)
50
51 Committer/author email addresses are generally correct for the
52 transition day, not necessarily when the comit was originally
53 made.
54
55 2014-11-05 Glenn Morris <rgm@gnu.org>
56
57 * Makefile.in (install-info, uninstall): Restore pre-2012-12-13
58 solution. (Bug#18908)
59
60 2014-10-31 Eric S. Raymond <esr@thyrsus.com>
61
62 * autogen.sh: Neutralize language specific to a repository type.
63
64 2014-10-23 Paul Eggert <eggert@cs.ucla.edu>
65
66 * Makefile.in (${srcdir}/info/dir): Make sure info directory exists.
67
68 2014-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * configure.ac: Bump version to 24.4.51 to avoid ambiguity with the old
71 trunk's 24.4.50.
72
73 2014-10-20 Glenn Morris <rgm@gnu.org>
74
75 * Version 24.4 released.
76
77 2014-10-11 Ken Brown <kbrown@cornell.edu>
78
79 * configure.ac (LD_SWITCH_SYSTEM_TEMACS) [CYGWIN]: Set stack size
80 to 8 MB. (Bug#18438)
81
82 2014-10-02 Paul Eggert <eggert@cs.ucla.edu>
83
84 * configure.ac: Port to strict POSIX shells on non-MinGW (Bug#18612).
85
86 2014-09-21 Jan Djärv <jan.h.d@swipnet.se>
87
88 * configure.ac: Increase headerpad_extra to 1000, update the comment
89 about load commands (Bug#18505).
90
91 2014-09-13 Eli Zaretskii <eliz@gnu.org>
92
93 * configure.ac (HAVE_SOUND): Check for mmsystem.h header that
94 defines the sound stuff on MS-Windows. (Bug#18463)
95
96 2014-08-22 Ken Brown <kbrown@cornell.edu>
97
98 * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the
99 Cygwin-w32 build. (Bug#18302)
100
101 2014-08-10 Paul Eggert <eggert@cs.ucla.edu>
102
103 Don't prevent random file systems from being unmounted (Bug#18232).
104 This fix relies on having the 'fchdir' function, and on having
105 "." be searchable (or at least readable, on platforms lacking O_SEARCH),
106 but that's good enough to handle the vast majority of cases and the
107 remaining folks can just live with the annoyance of file systems
108 that occasionally can't be unmounted.
109 * configure.ac (fchdir): New function to check for.
110 * lib/save-cwd.c: Copy from gnulib, except omit the part that
111 allocates memory, since that can cause problems in Emacs.
112 * lib/save-cwd.h: Copy from gnulib.
113
114 2014-07-11 Paul Eggert <eggert@cs.ucla.edu>
115
116 * Makefile.in (install-arch-indep): Avoid readdir race (Bug#17971).
117
118 2014-06-20 Paul Eggert <eggert@cs.ucla.edu>
119
120 * configure.ac: Warn about --enable-link-time-optimization's issues
121 in --help message (Bug#17806).
122
123 Port to GCC 4.9.0 with link time optimization (Bug#17806).
124 * configure.ac (CFLAGS): With link time optimization,
125 use -ffat-lto-objects if supported; otherwise Emacs won't
126 build with GCC 4.9.0.
127
128 2014-06-14 Paul Eggert <eggert@cs.ucla.edu>
129
130 Port part of the AIX fix to Solaris (Bug#17598).
131 * configure.ac (_REENTRANT): Define on Solaris if HAVE_PTHREAD.
132 This ports part of the recent AIX fixes to Solaris. It is needed
133 for the same reason that _THREAD_SAFE is needed on AIX, e.g., to
134 make sure that each thread has its own 'errno'.
135
136 2014-06-11 Paul Eggert <eggert@cs.ucla.edu>
137
138 Backport fcntl.h AIX fix from the trunk (Bug#17598).
139 This fixes a bug with the shell freezing. See:
140 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17598#185
141 Merge from gnulib, incorporating:
142 2014-05-31 dup2, fcntl, fcntl-h: port to AIX 7.1
143 * lib/fcntl.in.h, m4/dup2.m4, m4/fcntl.m4:
144 Update from gnulib.
145
146 2014-06-07 Paul Eggert <eggert@cs.ucla.edu>
147
148 Port better to AIX (Bug#17598).
149 * configure.ac (with_xpm_set): New shell var.
150 (_THREAD_SAFE): Define on AIX if HAVE_PTHREAD.
151 (with_xpm): Default to 'no' on AIX.
152 (LIBXPM): Append -lXpm if -lXaw is also used, as the latter
153 requires the former on AIX.
154
155 2014-05-30 Paul Eggert <eggert@cs.ucla.edu>
156
157 Fix port to 32-bit AIX with xlc (Bug#17598).
158 This doesn't fix Bug#17598, but it does fix a regression since Emacs
159 built with xlc until recently, and perhaps it'll help us fix Bug#17598.
160 * configure.ac (GC_SETJMP_WORKS): Define for AIX, too.
161 Merge from gnulib, incorporating:
162 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
163 * lib/ftoastr.c: Update from gnulib.
164
165 2014-05-22 Paul Eggert <eggert@cs.ucla.edu>
166
167 Fix port to 32-bit AIX (Bug#17540).
168 * configure.ac (opsys): On Power Architecture, treat release 7 of
169 AIX like releases 5 and 6.
170
171 2014-05-18 Glenn Morris <rgm@gnu.org>
172
173 * configure.ac (INSTALL_INFO):
174 Revert to just checking for "install-info".
175
176 2014-05-17 Glenn Morris <rgm@gnu.org>
177
178 * configure.ac (INSTALL_INFO): Try the identical-but-quieter-on-Debian
179 "ginstall-info" before "install-info".
180
181 2014-05-04 Paul Eggert <eggert@cs.ucla.edu>
182
183 Revert recent libpng changes (Bug#17339).
184 They fix only bugs that aren't being reported, so it may be better
185 to do them on the trunk.
186 * configure.ac (PNG_CFLAGS): Remove. All uses removed.
187 (LIBPNG): Don't be consistent about -lpng16 versus -lpng.
188 Ignore libpng-config's exit status. Always append -lz -lm.
189
190 * configure.ac (LIBPNG): Add -lz -lm on platforms where they're needed
191 but libpng-config --libs omits them. Problem reported by Glenn
192 Morris.
193
194 2014-05-03 Paul Eggert <eggert@cs.ucla.edu>
195
196 Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).
197 * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5.
198 A more-complicated fix would be to remove uses of PixelSetMagickColor,
199 introduced in ImageMagick 6.3.5 (Sept. 2007).
200
201 2014-05-02 Paul Eggert <eggert@cs.ucla.edu>
202
203 Consult libpng-config more consistently (Bug#17339).
204 * configure.ac (edit_cflags): Move this up and to the top level,
205 so that PNG_CFLAGS can use it too.
206 (PNG_CFLAGS): New var.
207 (png_longjmp): Use PNG_CFLAGS when checking.
208 (LIBPNG): Be consistent about -lpng16 etc; e.g., don't use -lpng16
209 in some places and -lpng in others. Test libpng-config's exit
210 status. If it succeeds, use its output rather than appending -lz -lm.
211
212 2014-05-01 Glenn Morris <rgm@gnu.org>
213
214 * configure.ac (LIBPNG): Consult libpng-config for the precise
215 form of "-lpng" to use. (Bug#17339)
216
217 2014-04-29 Glenn Morris <rgm@gnu.org>
218
219 * configure.ac: Treat MirBSD as OpenBSD. (Bug#17339)
220
221 2014-04-16 Eli Zaretskii <eliz@gnu.org>
222
223 * config.bat: Update for Emacs 24.4.
224
225 2014-04-13 Paul Eggert <eggert@cs.ucla.edu>
226
227 Port to IRIX 6.5 (Bug#9684).
228 This port requires IRIX cc, as I did not have time to get
229 undump working with the old GCC on the system I had access to,
230 but that's better than nothing.
231 * configure.ac (gl_GCC_VERSION_IFELSE): Remove unused macro
232 that wouldn't have worked anyway, with IRIX cc.
233 (emacs_cv_clang, emacs_cv_sanitize_address)
234 (ns_osx_have_104, ns_osx_have_105):
235 Don't assume '#error' makes the compiler fail,
236 as this doesn't work with IRIX cc.
237 (CFLAGS, LIBS): Don't let the GnuTLS results infect later 'configure'
238 checks. This runs afoul of an IRIX configuration where GnuTLS is
239 in an optional library that also contains getdelim, and causes
240 a later 'configure' to incorrectly think getdelim is supported.
241
242 2014-04-13 Eli Zaretskii <eliz@gnu.org>
243
244 * configure.ac (LN_S_FILEONLY, LN_S): Use "/bin/ln" on MinGW, to
245 ensure the MSYS ln.exe is invoked.
246
247 2014-04-11 Glenn Morris <rgm@gnu.org>
248
249 * make-dist: Do not distribute generated admin/grammars/Makefile.
250 Do distribute lib-src/update-game-score.exe.manifest.
251
252 2014-04-09 Ken Brown <kbrown@cornell.edu>
253
254 * configure.ac (EMACS_MANIFEST): Revert last change (but leave
255 UPDATE_MANIFEST empty).
256
257 2014-04-03 Ken Brown <kbrown@cornell.edu>
258
259 * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these
260 variables empty on Cygwin. (Bug#17176)
261
262 2014-03-31 Glenn Morris <rgm@gnu.org>
263
264 * configure.ac: Make the final "Does Emacs use Gsettings" message
265 consistent with src/config.h.
266
267 2014-03-31 Jan Djärv <jan.h.d@swipnet.se>
268
269 * configure.ac: Fix errors from previous checkin (GSettings check).
270 Backport from trunk.
271
272 2014-03-30 Daniel Colascione <dancol@dancol.org>
273
274 * configure.ac: Include GFILENOTIFY objects in glib check. (Bug#17069)
275
276 2014-03-30 Jan Djärv <jan.h.d@swipnet.se>
277
278 * configure.ac: Add check that GSettings is in libgio (Bug#17118).
279 Backport from trunk.
280
281 2014-03-26 Paul Eggert <eggert@cs.ucla.edu>
282
283 Merge from gnulib, incorporating:
284 2014-03-26 strftime: wrap macros in "do {...} while(0)"
285 * lib/strftime.c: Update from gnulib.
286
287 2014-03-07 Paul Eggert <eggert@cs.ucla.edu>
288
289 Merge from gnulib, incorporating:
290 2014-03-04 stdint: fix missing SIZE_MAX on Android
291 2013-03-02 sys_types: avoid autoconf warning about gl_SYS_TYPES_H
292 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
293 * lib/stdint.in.h, lib/sys_types.in.h, m4/sys_types_h.m4:
294 Update from gnulib.
295
296 2014-03-05 Glenn Morris <rgm@gnu.org>
297
298 * configure.ac: Tweak the "unported" error message.
299
300 2014-03-05 Paul Eggert <eggert@cs.ucla.edu>
301
302 Fix configuration bug on Solaris 2.5.1 (Bug#16905).
303 * configure.ac: Fix a bug in shell pattern matching that caused
304 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later.
305
306 2014-02-25 Paul Eggert <eggert@penguin.cs.ucla.edu>
307
308 Merge from gnulib (Bug#16825).
309 2014-02-25 unistd: port readlink to Mac OS X 10.3.9
310
311 2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
312
313 Merge from gnulib, incorporating:
314 2014-02-21 timer: fix uClibc detection of threading
315 2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf
316
317 2014-02-18 Mirek Kaim <mirek.kaim@outlook.com> (tiny change)
318
319 * configure.ac [HAVE_W32]: Test for ImageMagick. (Bug#16754)
320
321 2014-02-14 Paul Eggert <eggert@cs.ucla.edu>
322
323 * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).
324 This fixes a bug in the previous change. Also, use $(SHELL)
325 rather than sh, as that's more likely to be portable.
326
327 2014-02-13 Paul Eggert <eggert@cs.ucla.edu>
328
329 * Makefile.in (install-arch-indep): Simplify (Bug#16717).
330 This should make it more reliable, and hopefully more portable to
331 non-GNU 'make' implementations such as HP-UX 'make'.
332
333 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
334
335 * Makefile.in (install-nt): Also pass datadir.
336
337 2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
338
339 Merge from gnulib, incorporating:
340 2014-01-23 pthread: work around winpthread header pollution on mingw
341 * lib/time.in.h: Update from gnulib.
342
343 2014-01-23 Paul Eggert <eggert@cs.ucla.edu>
344
345 Merge from gnulib, incorporating:
346 2014-01-22 qacl: check for fchmod
347 * m4/acl.m4: Update from gnulib.
348
349 2014-01-22 Paul Eggert <eggert@cs.ucla.edu>
350
351 Fix miscellaneous update-game-score bugs.
352 * configure.ac (difftime): Remove.
353
354 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
355
356 Merge from gnulib, incorporating:
357 2014-01-20 stdalign: port to HP-UX compilers
358 2014-01-16 strtoimax: port to platforms lacking 'long long'
359 2014-01-16 update from texinfo
360 * lib/stdalign.in.h, lib/strtoimax.c: Update from gnulib.
361
362 2014-01-12 Glenn Morris <rgm@gnu.org>
363
364 * README: Replace reference to etc/MAILINGLISTS.
365
366 2014-01-11 Fabrice Popineau <fabrice.popineau@gmail.com>
367
368 * configure.ac: Read $srcdir/nt/mingw-cfg.site when $MSYSTEM is
369 "MINGW64" as well.
370
371 2014-01-11 Paul Eggert <eggert@cs.ucla.edu>
372
373 Merge from gnulib, incorporating:
374 2014-01-07 update from texinfo
375 2014-01-06 md5, sha1, sha256, sha512: support older autoconf
376
377 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
378
379 * INSTALL, configure.ac, etc/CONTRIBUTE, nt/INSTALL: Remove
380 unnecessarily specific references to Bazaar that could better
381 simply be to the repository.
382
383 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
384
385 * INSTALL.BZR: Rename to INSTALL.REPO. Remove refs to specific VCS.
386 * INSTALL, autogen.sh: Update for above change.
387
388 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
389
390 Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).
391 Problem and proposed patch reported by Ulrich Mueller;
392 this patch uses a somewhat-different approach.
393 * configure.ac (SETFATTR): New variable.
394
395 2014-01-03 Paul Eggert <eggert@cs.ucla.edu>
396
397 Merge from gnulib, incorporating:
398 2014-01-02 manywarnings: remove -Wmudflap
399 This ports better to GCC 4.9-to-be.
400
401 2013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
402
403 * configure.ac (canonical, C_SWITCH_SYSTEM): Support a 64-bit
404 MinGW64 build on MS-Windows.
405
406 2013-12-29 Jan Djärv <jan.h.d@swipnet.se>
407
408 * configure.ac (xcsdkdir): Only set if using xcrun.
409
410 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
411
412 * configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem.
413 Reported by YAMAMOTO Mitsuharu in:
414 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00995.html
415
416 2013-12-28 Jan Djärv <jan.h.d@swipnet.se>
417
418 * configure.ac: Fix CC detection for xcrun case.
419
420 2013-12-28 Paul Eggert <eggert@cs.ucla.edu>
421
422 Fix problem with MAKE and xcrun configuration.
423 * configure.ac: Don't set MAKE unless 'make' doesn't work.
424 Set it only in the environment, not in the makefile.
425 Problem reported by Glenn Morris in:
426 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html
427
428 2013-12-27 Paul Eggert <eggert@cs.ucla.edu>
429
430 Port xcrun configuration to GNU/Linux.
431 * configure.ac (xcsdkdir): Default to empty.
432 (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to
433 just before AM_INIT_AUTOMAKE, to make the dependency between it
434 and automake clearer.
435 (CC): Don't use AC_PROG_CC twice; only the first use expands to the
436 shell code that is wanted, which breaks 'configure' on non-Darwin
437 platforms. Instead, fix CC by hand if it's not found.
438
439 2013-12-27 Jan Djärv <jan.h.d@swipnet.se>
440
441 * configure.ac: Detect xcrun on OSX and use it for make, gcc and
442 libxml.
443
444 2013-12-26 Paul Eggert <eggert@cs.ucla.edu>
445
446 Fix core dumps with gcc -fsanitize=address and GNU/Linux.
447 * configure.ac: Check whether addresses are sanitized.
448 (CANNOT_DUMP): Warn if addresses are sanitized and not CANNOT_DUMP.
449 (DOUG_LEA_MALLOC): Do not define if addresses are sanitized.
450 (SYSTEM_MALLOC): Define if addresses are sanitized.
451
452 2013-12-24 Paul Eggert <eggert@cs.ucla.edu>
453
454 Automate the procedure for updating copyright year.
455 * build-aux/update-copyright: New file.
456 * make-dist: Distribute it.
457 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
458
459 2013-12-23 Andreas Schwab <schwab@linux-m68k.org>
460
461 * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
462 AC_CONFIG_HEADERS.
463
464 2013-12-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
465
466 * .gitignore: Ignore refcard temporaries and info/*.info files.
467
468 2013-12-17 Paul Eggert <eggert@cs.ucla.edu>
469
470 Merge from gnulib, incorporating:
471 2013-12-17 gettimeofday: port recent C++ fix to Emacs
472 2013-12-17 gettimeofday: fix C++ crosscompilation
473 2013-12-17 qacl: port to Windows better
474 * lib/file-has-acl.c, lib/time.in.h, m4/gettimeofday.m4, m4/time_h.m4:
475 Update from gnulib.
476 * lib/gnulib.mk: Regenerate.
477
478 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
479
480 * INSTALL: Clarify treatment of image libraries.
481
482 2013-12-14 Paul Eggert <eggert@cs.ucla.edu>
483
484 Use bool for boolean, focusing on headers.
485 * configure.ac (PTY_OPEN, GC_MARK_SECONDARY_STACK):
486 Use bool for boolean.
487
488 2013-12-14 Dani Moncayo <dmoncayo@gmail.com>
489
490 * configure.ac (srcdir) [MINGW32]: If it is an absolute path,
491 force the format "/c/foo/bar" to simplify conversions to native
492 windows format.
493
494 2013-12-13 Glenn Morris <rgm@gnu.org>
495
496 * INSTALL: No longer mention load-path and site-init/site-load.
497
498 2013-12-12 Glenn Morris <rgm@gnu.org>
499
500 * Makefile.in (install-info): Handle missing info/dir.
501 (info_dir_deps): New variable.
502 (${srcdir}/info/dir): Depend on .texi files rather than .info files.
503 (check-info): Update topics.
504 * build-aux/make-info-dir: Use .texi files rather than .info files.
505 Update topics.
506
507 * Makefile.in (install-info): Remove some useless subshells.
508
509 Stop keeping info/dir in the repository.
510 * build-aux/dir_top: Move here from admin/.
511 * build-aux/make-info-dir: New script.
512 * Makefile.in (bootstrap-clean): Delete info/.
513 (info-dir, ${srcdir}/info/dir): New rules.
514 (info): Also make info-dir.
515 (check-info): Rename from check-info-dir.
516 Instead of info/dir entries, check @dircategory in info/*.info.
517 * make-dist: Use `info' rule rather than `info-real'.
518 No more info/COPYING (not even the right license for info/ files).
519 Distribute new build-aux files.
520
521 * info/: Remove from repository.
522
523 2013-12-11 Glenn Morris <rgm@gnu.org>
524
525 * info/dir: Add octave-mode.
526
527 2013-12-11 Paul Eggert <eggert@cs.ucla.edu>
528
529 Remove the option of using libcrypto.
530 This scorches the earth and waits for spring;
531 see Ted Zlatanov and Stefan Monnier in
532 <http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>.
533 * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove.
534 Do not say whether Emacs is configured to use a crypto library,
535 since it's no longer an option.
536 (gl_CRYPTO_CHECK): Define a dummy.
537 * lib/gl_openssl.h, m4/gl-openssl.m4: Remove.
538
539 2013-12-10 Paul Eggert <eggert@cs.ucla.edu>
540
541 * configure.ac: Disable libcrypto by default.
542
543 Merge from gnulib, incorporating:
544 2013-12-07 md5, sha1, sha256, sha512: fix link error with partial lib
545 * m4/gl-openssl.m4: Update from gnulib.
546
547 2013-12-08 Eli Zaretskii <eliz@gnu.org>
548
549 * configure.ac (HAVE_RSVG) [mingw32]: Don't link against librsvg
550 statically.
551
552 2013-12-08 Paul Eggert <eggert@cs.ucla.edu>
553
554 * configure.ac: Simplify supression of GTK deprecation warning.
555 Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line
556 and into config.h, to shorten the command line when doing 'make'.
557 Don't AC_SUBST GTK_CFLAGS, as this is not needed.
558
559 Use libcrypto's checksum implementations if available, for speed.
560 On commonly used platform libcrypto uses architecture-specific
561 assembly code, which is significantly faster than the C code we
562 were using. See Pádraig Brady's note in
563 <http://lists.gnu.org/archive/html/bug-gnulib/2013-12/msg00000.html>.
564 Merge from gnulib, incorporating:
565 2013-12-07 md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
566 2013-12-07 md5, sha1, sha256, sha512: add 'auto', and set-default method
567 2013-12-04 include_next: minimize code duplication
568 2013-12-03 md5, sha1, sha256, sha512: support mandating use of openssl
569 2013-12-02 md5, sha1, sha256, sha512: use openssl routines if available
570 * configure.ac (--without-all): Set with_openssl_default too.
571 Use gl_SET_CRYPTO_CHECK_DEFAULT to default to 'auto'.
572 (HAVE_LIB_CRYPTO): New var.
573 Say whether Emacs is configured to use a crypto library.
574 * lib/gl_openssl.h, m4/absolute-header.m4, m4/gl-openssl.m4:
575 New files, copied from gnulib.
576 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
577 * lib/md5.c, lib/md5.h, lib/sha1.c, lib/sha1.h:
578 * lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
579 * m4/include_next.m4, m4/md5.m4, m4/sha1.m4, m4/sha256.m4, m4/sha512.m4:
580 Update from gnulib.
581
582 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
583
584 * .dir-locals.el (log-edit-move): Add the "Author: " header.
585
586 2013-11-30 Dani Moncayo <dmoncayo@gmail.com>
587
588 * build-aux/msys-to-w32 (w32pathlist): Do not translate paths
589 starting with %emacs_dir%.
590
591 2013-11-30 Glenn Morris <rgm@gnu.org>
592
593 Stop keeping (most) generated cedet grammar files in the repository.
594 * configure.ac (SUBDIR_MAKEFILES, AC_CONFIG_FILES):
595 Add admin/grammars Makefile.
596 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
597 Also clean admin/grammars, if present.
598
599 2013-11-29 Dani Moncayo <dmoncayo@gmail.com>
600
601 * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
602
603 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * configure.ac (HAVE_MENUS): Remove.
606
607 2013-11-28 Glenn Morris <rgm@gnu.org>
608
609 * configure.ac (PATH_SEP): Replace with pre-existing SEPCHAR.
610
611 2013-11-28 Eli Zaretskii <eliz@gnu.org>
612
613 * GNUmakefile (Makefile): Don't use $(CFG).
614 (CFG): Don't compute.
615
616 * configure.ac (PATH_SEP): Set and AC_SUBST.
617
618 2013-11-27 Paul Eggert <eggert@cs.ucla.edu>
619
620 Merge from gnulib, incorporating:
621 2013-11-13 getgroups: work around _DARWIN_C_SOURCE problem
622 * lib/getgroups.c: Update from gnulib.
623
624 2013-11-27 Glenn Morris <rgm@gnu.org>
625
626 Move ja-dic, quail, leim-list.el from leim to lisp/leim.
627 * Makefile.in (abs_builddir, leimdir): Remove.
628 (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory.
629 (epaths-force-w32): No longer set BLD.
630 (leim): Remove.
631 (install-arch-indep): No longer run or install leim.
632 (mostlyclean, clean): No longer run leim rule.
633 (bootstrap-clean): Change leim target.
634 (maintainer-clean): Add leim.
635 (check-declare): Remove leim.
636 * README: Update for leim changes.
637 * configure.ac (leimdir): Remove.
638 (standardlisppath): No more leimdir.
639
640 * make-dist: Update for files from leim/ now being in lisp/leim/.
641
642 2013-11-26 Glenn Morris <rgm@gnu.org>
643
644 Preload leim-list.el.
645 * Makefile.in (abs_builddir): New, set by configure.
646 (buildlisppath): Add leim/.
647 (epaths-force-w32): Set BLD.
648
649 2013-11-21 Paul Eggert <eggert@cs.ucla.edu>
650
651 Fix some dependency problems that cause unnecessary recompiles.
652 * configure.ac (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS):
653 Remove.
654 (LIBXMENU): Now is always either empty or a file name,
655 so that it can be used as a dependency.
656
657 2013-11-20 Glenn Morris <rgm@gnu.org>
658
659 * make-dist: Distribute build-aux/msys-to-w32.
660
661 2013-11-20 Dani Moncayo <dmoncayo@gmail.com>
662
663 * build-aux/msys-to-w32: New file.
664 * Makefile.in (msys_to_w32, msys_lisppath_to_w32): Remove.
665 (msys_w32prefix_subst): Rename from msys_prefix_subst.
666 Operate on w32prefixpattern.
667 (epaths-force-w32): Use build-aux/msys-to-w32.
668
669 2013-11-17 Paul Eggert <eggert@cs.ucla.edu>
670
671 * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
672 It apparently doesn't work for GCC 3, and I suppose it's more
673 trouble than it's worth to worry about this.
674
675 2013-11-15 Paul Eggert <eggert@cs.ucla.edu>
676
677 * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
678
679 2013-11-14 Paul Eggert <eggert@cs.ucla.edu>
680
681 Simplify, port and tune bool vector implementation.
682 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T): Remove.
683
684 2013-11-13 Paul Eggert <eggert@cs.ucla.edu>
685
686 * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
687
688 2013-11-12 Dani Moncayo <dmoncayo@gmail.com>
689
690 * configure.ac [MINGW32]: Source nt/mingw-cfg.site.
691 * make-dist: Don't distribute nt/msysconfig.sh.
692
693 * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
694
695 2013-11-08 Paul Eggert <eggert@cs.ucla.edu>
696
697 Merge from gnulib, incorporating:
698 2013-11-08 extern-inline: port better to OS X 10.9
699 2013-11-08 fpending: fix regression on DragonFly BSD
700 * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4:
701 Update from gnulib.
702
703 2013-11-07 Paul Eggert <eggert@cs.ucla.edu>
704
705 Port to C11 aligned_alloc.
706 * configure.ac (GMALLOC_OBJ): Initialize to empty if !system_malloc
707 and doug_lea_malloc.
708 (aligned_alloc): Test for existence if !GMALLOC_OBJ and not darwin.
709 (posix_memalign): Test for existence only if !GMALLOC_OBJ and
710 not darwin and !aligned_alloc.
711
712 2013-11-05 Glenn Morris <rgm@gnu.org>
713
714 * configure.ac (abs_srcdir) [MINGW32]: No point setting it here,
715 config.status computes it.
716 * Makefile.in (epaths-force-w32): Move srcdir tweak here.
717
718 * autogen/: Remove directory. Move update_autogen to admin/.
719 * autogen.sh: Remove reference to copy_autogen.
720 * GNUmakefile (configure):
721 * Makefile.in (bootstrap): Do not try to run copy_autogen.
722 * config.bat: Use msdos/autogen rather than autogen.
723
724 2013-11-05 Paul Eggert <eggert@cs.ucla.edu>
725
726 Simplify and port recent bool vector changes.
727 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T):
728 New symbols to configure.
729
730 2013-11-04 Eli Zaretskii <eliz@gnu.org>
731
732 * configure.ac: Don't disallow builds in non-ASCII directories.
733 (Bug#15260)
734
735 2013-11-04 Paul Eggert <eggert@cs.ucla.edu>
736
737 Port to stricter C99 platforms.
738 Merge from gnulib, incorporating:
739 2013-11-03 intprops: port to Oracle Studio c99
740 * lib/intprops.h: Update from gnulib.
741
742 2013-11-02 Glenn Morris <rgm@gnu.org>
743
744 * Makefile.in (check): Depend on all.
745
746 2013-10-31 Glenn Morris <rgm@gnu.org>
747
748 * configure.ac: Use [!...] rather than [^...], for ksh. (Bug#15769)
749
750 2013-10-30 Glenn Morris <rgm@gnu.org>
751
752 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
753 Also clean admin/unidata, if present.
754
755 2013-10-27 Glenn Morris <rgm@gnu.org>
756
757 * configure.ac: It seems installing in non-ASCII is not, in fact, ok.
758
759 2013-10-25 Glenn Morris <rgm@gnu.org>
760
761 * configure.ac: It seems _installing_ in non-ASCII is ok, not building.
762
763 2013-10-24 Glenn Morris <rgm@gnu.org>
764
765 * configure.ac:
766 * Makefile.in (install-arch-indep, install-etcdoc, install-info):
767 Avoid non-portable "`\" nesting.
768
769 * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
770
771 * Makefile.in (abs_top_srcdir): New, set by configure.
772
773 2013-10-23 Glenn Morris <rgm@gnu.org>
774
775 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260)
776
777 Progress towards allowing installation in directories with whitespace.
778 * Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
779 (install-arch-indep, install-etcdoc, install-info, install-man)
780 (install-etc, uninstall, install-nt, uninstall-nt):
781 Quote entities that might contain whitespace.
782 * build-aux/update-subdirs: Handle whitespace in argument.
783 Check cd return value.
784
785 Make building in directories with whitespace possible. (Bug#15675)
786 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
787 (src/.gdbinit): Use ac_abs_top_srcdir.
788 * Makefile.in (abs_srcdir): New, set by configure.
789 (buildlisppath, epaths-force-w32): Use abs_srcdir.
790 (install-arch-indep, install-etcdoc, install-info, install-man)
791 (install-etc): Quote entities that might contain whitespace.
792
793 2013-10-23 Paul Eggert <eggert@cs.ucla.edu>
794
795 Merge from gnulib, incorporating:
796 2013-10-14 acl: allow cross-compilation to Gentoo
797 2013-10-18 extern-inline: make safe for -Wundef usage
798 2013-09-30 fpending: use pure+const function attrs
799 * lib/fpending.h, m4/acl.m4, m4/extern-inline.m4: Update from gnulib.
800
801 2013-10-13 Glenn Morris <rgm@gnu.org>
802
803 * configure.ac [alpha]: Explicit error in non-ELF case. (Bug#15601)
804
805 2013-10-12 Paul Eggert <eggert@cs.ucla.edu>
806
807 Merge from gnulib, incorporating:
808 2013-10-10 strtoumax: port to Solaris 8
809 2013-10-09 strtoimax, strtoumax: port to HP-UX 11.11
810 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
811 * lib/inttypes.in.h, lib/strtoimax.c, m4/inttypes.m4, m4/strtoimax.m4:
812 * m4/strtoumax.m4:
813 Update from gnulib.
814
815 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the empty
818 string when gnutls2 is installed but gnutls3 is not.
819
820 2013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
821
822 * configure.ac: Define HAVE_GNUTLS3 if GnuTLS v3 is found.
823
824 2013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
825
826 * configure.ac: Update for giflib 5. (Bug#15531)
827
828 2013-10-08 Eli Zaretskii <eliz@gnu.org>
829
830 * configure.ac (HAVE_MENUS): Define unconditionally.
831
832 2013-10-07 Paul Eggert <eggert@cs.ucla.edu>
833
834 Improve support for popcount and counting trailing zeros (Bug#15550).
835 Do this by using the Gnulib modules for this.
836 This should generate faster code on non-GCC, non-MSC platforms,
837 and make the code a bit more portable, at least in theory.
838 * lib/count-one-bits.c, lib/count-one-bits.h:
839 * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
840 * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
841 New files, copied from gnulib.
842 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
843
844 2013-10-04 Paul Eggert <eggert@cs.ucla.edu>
845
846 Use hardware support for byteswapping on glibc x86 etc.
847 * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
848 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
849
850 2013-10-03 Paul Eggert <eggert@cs.ucla.edu>
851
852 Merge from gnulib, incorporating:
853 2013-10-02 verify: new macro 'assume'
854 2013-09-26 dup2, dup3: work around another cygwin crasher
855 2013-09-26 getdtablesize: work around cygwin issue
856
857 2013-09-25 Paul Eggert <eggert@cs.ucla.edu>
858
859 Merge from gnulib, incorporating:
860 2013-09-24 manywarnings: enable nicer gcc warning messages
861 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
862 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
863 * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
864 and -funit-at-a-time, since manywarnings does that for us now.
865
866 2013-09-23 Jan Djärv <jan.h.d@swipnet.se>
867
868 * configure.ac: With clang, check for and use -Wno-switch,
869 -Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
870
871 2013-09-23 Daniel Colascione <dancol@dancol.org>
872
873 * configure.ac: Check for valgrind headers.
874
875 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
876
877 * INSTALL: New homepage of libtiff.
878
879 2013-09-20 Paul Eggert <eggert@cs.ucla.edu>
880
881 Work around performance bug on OS X 10.8 and earlier.
882 Perhaps Apple will fix this bug some day.
883 See the thread starting with Daniel Colascione's email in:
884 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html
885 * configure.ac (FORTIFY_SOUR): New verbatim section.
886
887 2013-09-19 Paul Eggert <eggert@cs.ucla.edu>
888
889 Merge from gnulib, incorporating:
890 2013-09-19 stdio: OS X port of putc_unlocked + extern inline
891 2013-09-19 signal: OS X port of sigaddset etc. + extern inline
892 2013-09-19 extern-inline: do not always suppress extern inline on OS X
893 2013-09-17 getgroups: statement without effect
894 2013-08-28 headers: check that _GL_INLINE_HEADER_BEGIN is defined
895
896 2013-09-19 Eli Zaretskii <eliz@gnu.org>
897
898 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
899 is in the full /d/foo/bar form. See the discussion in
900 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html,
901 and in particular
902 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html
903 and its followups, for the details.
904
905 2013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
906
907 * configure.ac: Do not check for g_type_init because we
908 require glib >= 2.28 for GTK3, glib >= 2.10 for GTK2,
909 glib >= 2.26 for GSettings and glib >= 2.7.0 for GConf, so
910 suitable glib should provide g_type_init unconditionally.
911
912 2013-09-15 Jan Djärv <jan.h.d@swipnet.se>
913
914 * configure.ac: Add check for OSX 10.5, required for macfont.o.
915
916 2013-09-09 Glenn Morris <rgm@gnu.org>
917
918 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
919 (LDFLAGS): Move nocombreloc option from here...
920 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
921
922 2013-09-08 Glenn Morris <rgm@gnu.org>
923
924 * configure.ac (--without-compress-install):
925 Rename from --without-compress-info. (Bug#9789)
926 (GZIP_INFO): Remove.
927 (GZIP_PROG): Allow --without-compress-install to disable it.
928 * Makefile.in (GZIP_INFO): Remove all references.
929
930 * info/dir: Tweak emacs-gnutls entry.
931
932 2013-09-07 Paul Eggert <eggert@cs.ucla.edu>
933
934 Port --without-x --enable-gcc-warnings to Fedora 19.
935 * configure.ac (WERROR_CFLAGS): Omit redundant use of
936 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
937 -Wunused-parameter. If there is no window system, also omit
938 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
939 is needed for Fedora 19.
940
941 2013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
942
943 Make --without-x compatible with --enable-gcc-warnings.
944 * configure.ac: If both --without-x and --enable-gcc-warnings are
945 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
946 and -Wno-unused-but-set-parameter.
947
948 2013-09-04 Paul Eggert <eggert@cs.ucla.edu>
949
950 Makefile improvements.
951 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
952 (src): Remove duplicate dependency on FRC.
953 Invoke just one submake, not two. Avoid the need for 'pwd'.
954
955 2013-09-02 Jan Djärv <jan.h.d@swipnet.se>
956
957 * configure.ac: Add ns_check_file.
958
959 2013-08-31 Glenn Morris <rgm@gnu.org>
960
961 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
962 and voxware to oss.
963
964 2013-08-31 Ulrich Müller <ulm@gentoo.org>
965
966 * configure.ac: Allow for --with-sound=voxware that will enable
967 sound but otherwise disable ALSA. This will use the OSS device,
968 typically /dev/dsp, for sound output. (Bug#15067)
969
970 2013-08-31 Glenn Morris <rgm@gnu.org>
971
972 * make-dist: Update for nt/INSTALL* changes.
973
974 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
975
976 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
977 for portability to hosts where /bin/sh has problems.
978
979 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
980
981 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
982
983 2013-08-27 Paul Eggert <eggert@cs.ucla.edu>
984
985 Simplify EMACS_TIME-related code.
986 Merge from gnulib, incorporating:
987 2013-08-27 timespec: new convenience constants and function
988
989 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
990
991 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
992 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
993
994 2013-08-27 Glenn Morris <rgm@gnu.org>
995
996 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
997
998 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
999 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
1000 * Makefile.in (check-info-dir): Ignore efaq-w32.
1001
1002 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
1003 (maintainer-clean, check-declare): Remove pointless subshells.
1004 Check cd return value.
1005
1006 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
1007
1008 Minor merge from gnulib (mostly just for texinfo.tex).
1009
1010 2013-08-22 Paul Eggert <eggert@cs.ucla.edu>
1011
1012 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
1013 This improves on the patch already installed, by quoting options
1014 that contain spaces and suchlike systematically, so that
1015 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
1016 these characters.
1017
1018 2013-08-21 Paul Eggert <eggert@cs.ucla.edu>
1019
1020 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
1021 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
1022 and reports EINVAL, try it again without O_CLOEXEC. This should
1023 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
1024 What were they thinking?
1025
1026 2013-08-20 Paul Eggert <eggert@cs.ucla.edu>
1027
1028 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1029 Fix shell-operator precedence problem in previous change.
1030
1031 2013-08-20 Glenn Morris <rgm@gnu.org>
1032
1033 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1034 Clean test/automated if present.
1035
1036 2013-08-19 Paul Eggert <eggert@cs.ucla.edu>
1037
1038 Merge from gnulib, incorporating:
1039 2013-08-15 warnings: minor optimization
1040 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
1041
1042 2013-08-15 Ken Brown <kbrown@cornell.edu>
1043
1044 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
1045
1046 2013-08-15 Glenn Morris <rgm@gnu.org>
1047
1048 * make-dist: Do not distribute etc/refcards TeX intermediate files.
1049 * Makefile.in (install-arch-indep):
1050 Do not install etc/refcards TeX intermediate files.
1051
1052 2013-08-14 Ulrich Müller <ulm@gentoo.org>
1053
1054 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
1055
1056 2013-08-12 Eli Zaretskii <eliz@gnu.org>
1057
1058 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
1059
1060 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
1061
1062 Minor zlib configuration tweaks.
1063 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
1064
1065 2013-08-12 Eli Zaretskii <eliz@gnu.org>
1066
1067 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
1068
1069 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
1070
1071 Merge from gnulib, incorporating:
1072 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
1073 2013-08-10 sys_time: port to OpenBSD
1074
1075 2013-08-12 Glenn Morris <rgm@gnu.org>
1076
1077 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
1078 with configure's standard --docdir argument. All uses updated.
1079 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
1080 (install-etcdoc): Rename from install-doc. All uses updated.
1081 (uninstall): Run uninstall-doc.
1082 (PSS): Add misc-ps.
1083 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
1084 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
1085 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
1086 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
1087 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
1088 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
1089
1090 2013-08-11 Paul Eggert <eggert@cs.ucla.edu>
1091
1092 Add --with-zlib to 'configure'.
1093 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
1094 can be built without zlib. Don't assume that -lz is needed on
1095 non-PNG hosts. Mention zlib configuration status in 'configure' output.
1096
1097 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1098
1099 * configure.ac: Test for zlib.
1100
1101 2013-08-10 Eli Zaretskii <eliz@gnu.org>
1102
1103 * configure.ac: Define and substitute UPDATE_MANIFEST.
1104
1105 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
1106
1107 * info/dir: Add todo-mode.
1108
1109 2013-08-04 Paul Eggert <eggert@cs.ucla.edu>
1110
1111 Fix some minor races in hosts lacking mkostemp (Bug#15015).
1112 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
1113 * configure.ac (mkostemp): Remove check for this function;
1114 gnulib does the check now.
1115 (mkstemp): Remove check for this no-longer-used function.
1116 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
1117 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
1118 New files, copied from Gnulib.
1119 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1120
1121 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
1122
1123 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add
1124 --without-file-notification to --without-all.
1125
1126 2013-07-29 Xue Fuqiao <xfq.free@gmail.com>
1127
1128 * INSTALL: Fix description.
1129
1130 2013-07-27 Glenn Morris <rgm@gnu.org>
1131
1132 * configure.ac: Extend the --with-sound option to allow
1133 specification of OSS or ALSA (see bug#14812#64).
1134
1135 2013-07-25 Glenn Morris <rgm@gnu.org>
1136
1137 * info/dir: Add ido.
1138
1139 * make-dist: Add a --tests option, to include test/.
1140
1141 2013-07-24 Glenn Morris <rgm@gnu.org>
1142
1143 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
1144
1145 2013-07-23 Glenn Morris <rgm@gnu.org>
1146
1147 * configure.ac (etc, lisp): No need to create specially.
1148 Configure already creates lisp, src/Makefile now creates etc.
1149
1150 2013-07-23 Paul Eggert <eggert@cs.ucla.edu>
1151
1152 Port to GNU/Linux systems with tinfo but not ncurses.
1153 * configure.ac (USE_NCURSES): New symbol.
1154
1155 2013-07-20 Paul Eggert <eggert@cs.ucla.edu>
1156
1157 Fix array bounds violation when pty allocation fails.
1158 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
1159 not sizeof pty_name, since pty_name is now a pointer to the array.
1160
1161 2013-07-13 Paul Eggert <eggert@cs.ucla.edu>
1162
1163 * configure.ac: Simplify --with-file-notification handling.
1164
1165 2013-07-12 Glenn Morris <rgm@gnu.org>
1166
1167 * configure.ac: If with-file-notification=yes, if gfile not found,
1168 go on to try inotify (not on MS Windows or Nextstep).
1169
1170 2013-07-12 Paul Eggert <eggert@cs.ucla.edu>
1171
1172 Fix races with threads and file descriptors.
1173 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
1174
1175 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1176
1177 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
1178
1179 2013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
1180
1181 * configure.ac (HAVE_W32): Avoid nested functions (the second
1182 argument of AC_LANG_PROGRAM is already expanded inside a
1183 function). (Bug#14830)
1184
1185 2013-07-09 Paul Eggert <eggert@cs.ucla.edu>
1186
1187 Port recent close-on-exec changes to Cygwin (Bug#14821).
1188 * lib/binary-io.c, lib/binary-io.h: New files.
1189 Merge from gnulib, incorporating:
1190 2013-07-09 accept4, dup3, pipe2: port to Cygwin
1191 * lib/pipe2.c: Update from gnulib, as part of this merge.
1192 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1193
1194 Handle errno and exit status a bit more carefully.
1195 * lib/ignore-value.h: Remove this gnulib-imported file.
1196 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1197
1198 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
1199
1200 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
1201
1202 2013-07-08 Paul Eggert <eggert@cs.ucla.edu>
1203
1204 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
1205 This incorporates the following merge from gnulib:
1206 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
1207
1208 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
1209
1210 Port to Ubuntu 10 (Bug#14803).
1211 * configure.ac (accept4): New function to check for.
1212
1213 Make file descriptors close-on-exec when possible (Bug#14803).
1214 * configure.ac (mkostemp): New function to check for.
1215 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
1216 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
1217 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
1218 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1219
1220 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
1221
1222 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
1223 http://bugs.debian.org/712974
1224
1225 2013-07-02 Paul Eggert <eggert@cs.ucla.edu>
1226
1227 Remove some unused macros from 'configure'.
1228 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
1229 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
1230 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
1231 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
1232 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
1233 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
1234 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
1235 Remove these macros, as they are not used.
1236 (sys_siglist): Remove macro; src/sysdep.c now does this.
1237
1238 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
1239 Also check that it links. Say whether it compiled and linked.
1240
1241 2013-07-01 Paul Eggert <eggert@cs.ucla.edu>
1242
1243 Merge from gnulib, incorporating:
1244 2013-06-23 ignore-value: port to gcc -pedantic
1245 2013-06-21 extern-inline: port to gcc -std=c89
1246
1247 2013-06-30 Paul Eggert <eggert@cs.ucla.edu>
1248
1249 Do not use GTK 3 if it exists but cannot be compiled.
1250 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
1251 exists but cannot be compiled.
1252
1253 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * Makefile.in (install-arch-indep): Do not create directories passed
1256 with --enable-locallisppath.
1257
1258 2013-06-24 Glenn Morris <rgm@gnu.org>
1259
1260 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
1261
1262 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
1263
1264 * .bzrignore: Add GNU idutils ID database file.
1265
1266 2013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1267
1268 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
1269 as a fallback.
1270
1271 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1272
1273 * .bzrignore: Don't unignore cl-loaddefs.el.
1274
1275 2013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1276
1277 * configure.ac (log2): Check for this function.
1278
1279 2013-06-19 Juanma Barranquero <lekktu@gmail.com>
1280
1281 * .bzrignore: Add GNU GLOBAL files.
1282
1283 2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
1284
1285 Use functions, not macros, for XINT etc. (Bug#11935).
1286 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
1287 as it generates bogus warnings about reasonable casts of calls.
1288
1289 2013-06-16 Paul Eggert <eggert@cs.ucla.edu>
1290
1291 * configure.ac: Report ACL usage at the end (Bug#14612).
1292
1293 2013-06-11 Paul Eggert <eggert@cs.ucla.edu>
1294
1295 --without-all should imply --with-file-notification=no. (Bug#14569)
1296 * configure.ac (with_file_notification): Default to $with_features.
1297
1298 2013-06-09 Paul Eggert <eggert@cs.ucla.edu>
1299
1300 Merge from gnulib, incorporating:
1301 2013-06-02 sig2str: port to C++
1302 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
1303
1304 2013-06-08 Jan Djärv <jan.h.d@swipnet.se>
1305
1306 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
1307 (with_file_notification): Don't set to gfile if with_ns = yes.
1308
1309 2013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
1310
1311 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
1312 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
1313 New variables.
1314 (epaths-force-w32): Use them. (Bug#14513)
1315
1316 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
1317
1318 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
1319
1320 2013-06-03 Eli Zaretskii <eliz@gnu.org>
1321
1322 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
1323 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
1324
1325 2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
1326
1327 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
1328 used. Remove xgselect.o from XOBJ.
1329
1330 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
1331
1332 * configure.ac (file-notification): New option, replaces inotify option.
1333 (HAVE_W32): Remove w32notify.o.
1334 (with_file_notification): Add checks for glib and w32. Adapt check
1335 for inotify.
1336 (Summary): Add entry for file notification.
1337
1338 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
1339 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
1340
1341 2013-06-02 Juanma Barranquero <lekktu@gmail.com>
1342
1343 * .bzrignore: Ignore dirs libexec/, share/ and var/.
1344
1345 2013-05-29 Xue Fuqiao <xfq.free@gmail.com>
1346
1347 * INSTALL: Fix description.
1348
1349 2013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1350
1351 * configure.ac (HAVE_XRANDR): Check availability of
1352 XRRGetScreenResources rather than that of XRRQueryExtension.
1353
1354 2013-05-18 Eli Zaretskii <eliz@gnu.org>
1355
1356 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
1357 nt/epaths.nt, and nt/INSTALL.MSYS.
1358
1359 2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
1360
1361 Port --enable-gcc-warnings to clang.
1362 * configure.ac (nw): Remove obsolescent warnings.
1363 These aren't needed for clang, or for gcc for that matter.
1364 (emacs_cv_clang): New var, which tests for clang.
1365 Omit warnings that clang is too picky about.
1366 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
1367 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
1368
1369 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
1370 Otherwise, 'configure; make' fails on non-Windows builds.
1371
1372 2013-05-16 Eli Zaretskii <eliz@gnu.org>
1373
1374 * lib/Makefile.am: If building for MS-Windows, include
1375 nt/gnulib.mk instead of lib/gnulib.mk.
1376
1377 * configure.ac: Adapt to MSYS build on MS-Windows.
1378
1379 * Makefile.in (NTDIR): New variable, for the MSYS build on
1380 MS-Windows.
1381 (SUBDIR): Add $(NTDIR).
1382 (.PHONY): Add epaths-force-w32.
1383 (msys_to_w32): New variable.
1384 (epaths-force-w32, install-nt, uninstall-nt): New targets.
1385 (lib-src src): Add $(NTLIB) to prerequisites.
1386 (lib lib-src lisp leim nt): Add 'nt'.
1387 (config.status): Use $(CFG).
1388 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
1389 (install, install-arch-dep): Add install-$(NTDIR).
1390 (uninstall): Depend on uninstall-$(NTDIR).
1391 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
1392
1393 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
1394 CONFIG_SITE for the MSYS build on MS-Windows.
1395 (Makefile): Use $(CFG).
1396
1397 * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
1398 src/emacs.res.
1399
1400 2013-05-16 Paul Eggert <eggert@cs.ucla.edu>
1401
1402 Merge from gnulib, incorporating:
1403 2013-05-15 manywarnings: update for GCC 4.8.0
1404 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
1405 2013-05-15 sig2str, stdio, warnings: port to clang
1406
1407 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * Makefile.in (install-doc): DOC file is not version specific any more.
1410 * .bzrignore: Don't ignore DOC-* any more.
1411
1412 2013-05-13 Paul Eggert <eggert@cs.ucla.edu>
1413
1414 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
1415 Reported privately by Han Boetes <han@boetes.org>.
1416
1417 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
1418
1419 * lib/makefile.w32-in (ACL_H): New macro.
1420 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
1421
1422 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
1423
1424 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
1425 * configure.ac: Remove -with-acl option, since Gnulib does that for
1426 us now.
1427 (LIBACL_LIBS): Remove; no longer needed.
1428 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
1429 for the benefit of the new ACL implementation.
1430 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
1431 ($(BLD)/acl-errno-valid.$(O)): New rule.
1432 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
1433 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
1434 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
1435 New files, taken from gnulib.
1436 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1437
1438 2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
1439
1440 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
1441 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
1442
1443 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
1444
1445 Merge from gnulib, incorporating:
1446 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
1447
1448 2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
1449
1450 * make-dist: Keep necessary restrictions on file access.
1451
1452 2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
1453
1454 Merge from gnulib, incorporating:
1455 2013-04-28 extern-inline: work around bug in Sun c99
1456
1457 2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
1458
1459 Merge from gnulib, incorporating:
1460 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
1461
1462 2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
1463
1464 Port better to AIX (Bug#14258).
1465 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
1466 we did not already infer an optimization option, and -O works.
1467 AIX xlc needs -O, otherwise garbage collection doesn't work.
1468
1469 2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
1470
1471 * make-dist: Do not distribute admin/unidata/Makefile.
1472 It is generated by 'configure'.
1473
1474 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
1475 It messes up 'make distclean', and contains no useful information
1476 because it's a copy of subdirs.el.
1477
1478 2013-04-18 John Marino <gnugcc@marino.st> (tiny change)
1479
1480 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
1481
1482 2013-04-18 Glenn Morris <rgm@gnu.org>
1483
1484 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
1485 (LN_S_FILEONLY): New output variable.
1486 * Makefile.in (LN_S): Remove.
1487 (LN_S_FILEONLY): New, set by configure.
1488 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
1489
1490 2013-04-12 Ken Brown <kbrown@cornell.edu>
1491
1492 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
1493 `canonical' is `x86_64-unknown-cygwin'.
1494
1495 2013-04-09 Ken Brown <kbrown@cornell.edu>
1496
1497 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
1498 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
1499 (Bug#12993)
1500
1501 2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
1502
1503 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
1504 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
1505 and if not on GNU/Linux or FreeBSD.
1506 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
1507 lib/*.o is profiled too.
1508
1509 2013-03-30 Paul Eggert <eggert@cs.ucla.edu>
1510
1511 Merge from gnulib, incorporating:
1512 2013-03-29 stdalign: port to stricter ISO C11
1513 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
1514 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
1515
1516 2013-03-27 Paul Eggert <eggert@cs.ucla.edu>
1517
1518 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
1519 Subsumed by HAVE_XKB. All uses changed.
1520
1521 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
1522
1523 * configure.ac (HAVE_XKB): Define if Xkb is present.
1524
1525 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
1526
1527 Merge from gnulib, incorporating:
1528 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
1529
1530 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1531
1532 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
1533 * Makefile.in (QUIET_SUBMAKE): New macro.
1534 (install-info, uninstall): Use it.
1535
1536 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
1537 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
1538 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
1539 no way to do this in pkg-config, so make do with a reasonable
1540 approximation.
1541
1542 Automate the build of ja-dic.el (Bug#13984).
1543 * .bzrignore: Add leim/ja-dic/.
1544
1545 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
1546
1547 File synchronization fixes (Bug#13944).
1548 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
1549 (fsync): Remove check; now done by gnulib.
1550 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
1551 New files, from gnulib.
1552 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1553
1554 Merge from gnulib, incorporating:
1555 2013-03-13 putenv: port to Solaris 10
1556 2013-03-12 mktime: fix configure typo
1557 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
1558 2013-03-11 putenv: avoid compilation warning on mingw
1559 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
1560
1561 2013-03-11 Glenn Morris <rgm@gnu.org>
1562
1563 * Merge in all changes up to version 24.3 release.
1564
1565 2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
1566
1567 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
1568 It can mess up 'configure' runs.
1569
1570 2013-03-05 Glenn Morris <rgm@gnu.org>
1571
1572 * Makefile.in (install-man): Ignore gzip exit status.
1573
1574 2013-03-03 Glenn Morris <rgm@gnu.org>
1575
1576 * make-dist: Remove lzma (it's replaced by xz).
1577
1578 2013-03-01 Paul Eggert <eggert@cs.ucla.edu>
1579
1580 Merge from gnulib, incorporating:
1581 2013-02-21 putenv: port better to native Windows
1582 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
1583 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
1584
1585 2013-02-28 Ken Brown <kbrown@cornell.edu>
1586
1587 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
1588
1589 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
1590
1591 Simplify data_start configuration (Bug#13783).
1592 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
1593 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
1594 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
1595 not always needed.
1596 (HAVE_DATA_START): New macro.
1597
1598 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1599
1600 Parallelize documentation builds.
1601 This speeds up building of documentation on multiprocessor
1602 platforms, and is motivated by Texinfo 5.0, which is much slower.
1603 Add a toplevel rule 'make docs' to make all the documentation.
1604 * .bzrignore: Add .dvi, .html, .ps.
1605 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
1606 ($(DOCS), docs, vi, html, pdf, ps): New rules.
1607 (info-real): Depend on $(INFOS) rather than doing it sequentially.
1608 (dvi): Depend on $(DVIS) rather than doing it sequentially.
1609
1610 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
1611
1612 Fix AIX port (Bug#13650).
1613 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
1614
1615 2013-02-12 Eli Zaretskii <eliz@gnu.org>
1616
1617 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
1618 ($(BLD)/memrchr.$(O)): New dependency.
1619
1620 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
1621
1622 Tune by using memchr and memrchr.
1623 * .bzrignore: Add string.h.
1624 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1625 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
1626 New files, from gnulib.
1627
1628 Merge from gnulib, incorporating:
1629 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
1630 2013-02-09 secure_getenv: fix C++ declaration typo
1631
1632 2013-02-11 Glenn Morris <rgm@gnu.org>
1633
1634 * configure.ac (emacs_config_options): Record some env vars.
1635
1636 2013-02-10 Glenn Morris <rgm@gnu.org>
1637
1638 * configure.ac (emacs_config_options): Strip out the (internal)
1639 arguments --no-create and --no-recursion.
1640
1641 2013-02-08 Paul Eggert <eggert@cs.ucla.edu>
1642
1643 Merge from gnulib, incorporating:
1644 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
1645 The MS-Windows port can remove careadlinkatcwd at its convenience.
1646 2013-02-08 extensions: port better to HP-UX
1647 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
1648 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
1649 2013-02-04 secure_getenv: new module [module not used by Emacs]
1650 2013-01-30 sys_time: port to Solaris 2.6
1651
1652 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
1653
1654 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
1655 On my host, this speeds up directory-files-and-attributes by a
1656 factor of 3, when applied to Emacs's src directory.
1657 These functions are standardized by POSIX and are common these
1658 days; fall back on a (slower) gnulib implementation if the host
1659 is too old to supply them.
1660 * .bzrignore: Add lib/dirent.h.
1661 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
1662 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
1663 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
1664 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1665 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
1666 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
1667 * m4/fstatat.m4: New files, from gnulib.
1668 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
1669 These last three are specific to Emacs and are not copied from gnulib.
1670 They are simpler than the gnulib versions and are tuned for Emacs.
1671
1672 2013-02-01 Glenn Morris <rgm@gnu.org>
1673
1674 * make-dist: Only README files exist in lisp/ now, not README*.
1675
1676 2013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
1677
1678 * .bzrignore: Add lib-src/blessmail.
1679
1680 2013-01-23 Paul Eggert <eggert@cs.ucla.edu>
1681
1682 Merge from gnulib, incorporating:
1683 2013-01-16 unistd: port to recent mingw
1684
1685 2013-01-19 Glenn Morris <rgm@gnu.org>
1686
1687 * Makefile.in (install-arch-indep): Put back a chmod that was
1688 removed 2012-05-19. (Bug#13430)
1689
1690 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
1691
1692 Merge from gnulib, incorporating:
1693 2013-01-16 largefile: port better to Mac OS X 10.5
1694 2013-01-15 stdint: fix build with Android's Bionic fox x86
1695
1696 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
1697
1698 * configure.ac: Document that --enable-gcc-warnings emits errors.
1699 (Bug#13448)
1700
1701 2013-01-13 Glenn Morris <rgm@gnu.org>
1702
1703 * make-dist: Add options for xz compression and no compression.
1704
1705 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
1706
1707 Enable conservative stack scanning for all architectures.
1708 Suggested by Stefan Monnier in
1709 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
1710 * configure.ac (GC_MARK_STACK): Remove.
1711
1712 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
1713
1714 * lib/getopt_.h: Remove trailing CRs that crept in.
1715
1716 2013-01-11 Eli Zaretskii <eliz@gnu.org>
1717
1718 * lib/getopt_.h: Regenerate.
1719
1720 2013-01-10 Paul Eggert <eggert@cs.ucla.edu>
1721
1722 Merge from gnulib, incorporating:
1723 2013-01-09 stdlib: port to Solaris 2.6
1724
1725 2013-01-04 Glenn Morris <rgm@gnu.org>
1726
1727 * info/dir: Add htmlfontify.
1728
1729 2013-01-04 Paul Eggert <eggert@cs.ucla.edu>
1730
1731 Merge from gnulib, incorporating:
1732 2013-01-04 stdio: remove now-unnecessary stdio.c
1733 2013-01-04 fprintftime: depend on stdio, not ignore-value
1734 2013-01-04 fwrite: silence __wur only for older glibc versions
1735 2013-01-04 fwrite: silence __wur without using inline
1736 * lib/stdio.c: Remove.
1737 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
1738 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1739
1740 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
1741
1742 Merge from gnulib, incorporating copyright-date changes and:
1743 2012-12-31 dup2: work around cygwin bug
1744
1745 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
1746
1747 * configure.ac: Check for GtkHandlebox.
1748 Check for GtkTearoffMenuItem.
1749 New enable: --enable-gtk-deprecation-warnings, default off.
1750 (HAVE_GTK3): If above enable is off, add
1751 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
1752
1753 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
1754
1755 * configure.ac (TEMACS_LDFLAGS2): Don't define.
1756 (LIBS_GNUSTEP): Set for GNUstep and substitute.
1757 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
1758
1759 2012-12-27 Glenn Morris <rgm@gnu.org>
1760
1761 * configure.ac (emacs_config_options): New.
1762 Use $@ rather than undocumented $ac_configure_args.
1763 Replace any embedded double quotes. (Bug#13274)
1764
1765 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1766
1767 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
1768 (Bug#13222)
1769
1770 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
1771
1772 Revert static checking of stack smashing.
1773 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
1774 configured with --enable-gcc-warnings. -Wstack-protector causes
1775 diagnostics to be issued on Ubuntu 12.10 x86-64.
1776
1777 2012-12-24 Paul Eggert <eggert@cs.ucla.edu>
1778
1779 Merge from gnulib, incorporating:
1780 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
1781 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
1782 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
1783
1784 2012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1785
1786 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
1787
1788 2012-12-16 Romain Francoise <romain@orebokech.com>
1789
1790 * configure.ac (acl): New option.
1791 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
1792 provided by libacl on GNU/Linux.
1793
1794 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1795
1796 Fix permissions bugs with setgid directories etc. (Bug#13125)
1797 * configure.ac (BSD4_2): Remove; no longer needed.
1798
1799 2012-12-13 Glenn Morris <rgm@gnu.org>
1800
1801 * info/dir: Add bovine, srecode, wisent.
1802
1803 2012-12-13 Andreas Schwab <schwab@suse.de>
1804
1805 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
1806 (uninstall): Likewise. (Bug#13142)
1807
1808 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1809
1810 Merge from gnulib for 'inline' (Bug#13040), incorporating:
1811 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
1812 * m4/extern-inline.m4: Update from gnulib.
1813
1814 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
1815
1816 * lib/makefile.w32-in (SIG2STR_H): New macro.
1817 ($(BLD)/sig2str.$(O)): Update dependencies.
1818
1819 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
1820
1821 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
1822 There's no need to test for any of three inotify functions,
1823 since we use all three. Check for just the first one.
1824
1825 2012-12-10 Daniel Colascione <dancol@dancol.org>
1826
1827 * .bzrignore: Add src/emacs.res.
1828
1829 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
1830 build how to compile Windows resource files; use these variables
1831 to tell src/Makefile.in how and whether to compile resources.
1832
1833 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1834
1835 * configure.ac (inotify): New option.
1836 (HAVE_INOTIFY): Test for inotify.
1837
1838 2012-12-09 Andreas Schwab <schwab@linux-m68k.org>
1839
1840 * configure.ac: Fix source command in .gdbinit.
1841 Don't quote $MAKEINFO.
1842
1843 2012-12-09 Paul Eggert <eggert@cs.ucla.edu>
1844
1845 Allow spaces in some configuration vars (Bug#13078).
1846 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
1847 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
1848 All uses quoted, to allow spaces in these vars.
1849
1850 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1851
1852 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
1853 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
1854 New files, copied automatically from gnulib.
1855 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1856
1857 2012-12-08 Eli Zaretskii <eliz@gnu.org>
1858
1859 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
1860 Remove a stray character at the beginning of the file.
1861 (Bug#13026)
1862
1863 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1864
1865 Simplify get_lim_data.
1866 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
1867
1868 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
1869 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
1870 Use SIGCHLD rather than SIGCLD.
1871 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
1872 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1873 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
1874
1875 2012-12-06 Glenn Morris <rgm@gnu.org>
1876
1877 * configure.ac: Handle info/ files with or without ".info" extension.
1878
1879 2012-11-30 Paul Eggert <eggert@cs.ucla.edu>
1880
1881 Merge from gnulib for 'inline' (Bug#13040), incorporating:
1882 2012-11-29 snippet/warn-on-use: no 'static inline'
1883 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
1884 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
1885 2012-11-29 fflush, stat: no 'static inline'
1886 2012-11-29 stdio: better 'inline'
1887 2012-11-29 sys_stat: no 'static inline'
1888 2012-11-29 unistd: better 'inline'
1889 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
1890 2012-11-29 extern-inline: no 'static inline'
1891 2012-11-29 sys_socket: better 'inline'
1892 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
1893 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
1894 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
1895 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
1896 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
1897 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
1898 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
1899 Update from gnulib.
1900
1901 2012-11-27 Eli Zaretskii <eliz@gnu.org>
1902
1903 * make-dist (nt): Adjust to changes in names of the *.manifest files.
1904
1905 2012-11-24 Ken Brown <kbrown@cornell.edu>
1906
1907 * configure.ac (HAVE_MOUSE): Remove.
1908
1909 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
1910
1911 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
1912 * configure.ac: Do not check for dirent.h or closdir.
1913
1914 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1915
1916 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
1917 * configure.ac: Do not check for getcwd or getwd.
1918
1919 2012-11-21 Glenn Morris <rgm@gnu.org>
1920
1921 * configure.ac (--enable-profiling): Doc fix.
1922
1923 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
1924
1925 Improve static checking of integer overflow and stack smashing.
1926 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
1927 if using GCC 4.7.2 or later on a platform with
1928 at least 64-bit long int. This improves static checking on these
1929 platforms, when configured with --enable-gcc-warnings.
1930
1931 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1932
1933 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
1934 * configure.ac: Do not check for fcntl.h.
1935 * lib/gnulib.mk: Regenerate.
1936
1937 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
1938
1939 Remove no-longer-used pty_max_bytes variable.
1940 * configure.ac (fpathconf): Remove unnecessary check.
1941
1942 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
1943
1944 Use faccessat, not access, when checking file permissions (Bug#12632).
1945 * .bzrignore: Add lib/fcntl.h.
1946 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
1947 (gl_FCNTL_O_FLAGS): Define a dummy version.
1948 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
1949 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
1950 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
1951 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
1952 New files, from gnulib.
1953 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1954
1955 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
1956
1957 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
1958 * configure.ac (setpgid, setsid): Assume their existence.
1959 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
1960
1961 Simplify by assuming __fpending.
1962 Now that Emacs is using the gnulib fpending module,
1963 there's no need for Emacs to have a separate implementation.
1964 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
1965 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
1966
1967 2012-11-03 Eli Zaretskii <eliz@gnu.org>
1968
1969 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
1970 $(BLD)/close-stream.$(O).
1971 ($(BLD)/close-stream.$(O))
1972 ($(BLD)/fpending.$(O)): New dependencies.
1973
1974 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
1975
1976 Fix data-loss with --batch (Bug#9574).
1977 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
1978 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
1979 New files, from gnulib.
1980 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1981
1982 2012-11-03 Eli Zaretskii <eliz@gnu.org>
1983
1984 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
1985
1986 2012-11-02 Glenn Morris <rgm@gnu.org>
1987
1988 * Makefile.in (EMACS_ICON): New variable.
1989 (install-etc): Use EMACS_ICON to allow choice of icon.
1990
1991 2012-10-26 Glenn Morris <rgm@gnu.org>
1992
1993 * Makefile.in (EMACS_NAME): New variable.
1994 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
1995
1996 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
1997 applied to $EXEEXT.
1998
1999 * Makefile.in (uninstall): Don't abort if some directories are missing.
2000 Apply transformation rules to manual pages, desktop and icon files.
2001 No more emacs22 icons to uninstall.
2002
2003 2012-10-24 Glenn Morris <rgm@gnu.org>
2004
2005 * Makefile.in (install-etc, install-man):
2006 Don't apply program transform to standard file suffixes.
2007
2008 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2009
2010 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
2011 This ports to Gentoo. Problem originally reported against coreutils,
2012 but Emacs has it too.
2013
2014 2012-10-23 Glenn Morris <rgm@gnu.org>
2015
2016 * Makefile.in (emacs_transform): Remove.
2017 (install-man): Revert 2012-10-21 change. (Bug#12713)
2018
2019 2012-10-21 Glenn Morris <rgm@gnu.org>
2020
2021 * Makefile.in (install-etc): Don't install emacs22 icons.
2022
2023 * Makefile.in (emacs_transform): New variable.
2024 (install-etc): Prefer a make variable to a shell variable.
2025
2026 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
2029
2030 2012-10-15 Glenn Morris <rgm@gnu.org>
2031
2032 * Makefile.in (install-man, install-etc):
2033 Apply $TRANSFORM. (Bug#12536#34)
2034 (clean): Delete etc/emacs.tmpdesktop.
2035
2036 2012-10-11 Kenichi Handa <handa@gnu.org>
2037
2038 * .bzrignore: Add several files under admin/charsets.
2039
2040 2012-10-08 Daniel Colascione <dancol@dancol.org>
2041
2042 * configure.ac: Add --with-w32 as a window system option.
2043 Limit it to Cygwin for now. Integrate w32 into the refactored window
2044 system configuration and set TERM_HEADER to w32term.h when w32 is
2045 configured.
2046
2047 (CYGWIN_OBJ): Add cygw32.o.
2048
2049 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
2050
2051 * configure.ac: Check that OSX is 10.4 or newer.
2052
2053 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
2054
2055 Improve sys_siglist detection.
2056 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
2057 Otherwise, it's not found in either Fedora 17 or Solaris 11.
2058
2059 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
2060
2061 Merge from gnulib, incorporating:
2062 2012-10-02 pselect: reject invalid file descriptors
2063 2012-10-02 ptsname: reject invalid file descriptors
2064 2012-10-02 manywarnings: cater to more gcc infelicities
2065 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
2066 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
2067 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
2068 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2069
2070 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2071
2072 Merge from gnulib, incorporating:
2073 2012-09-28 extern-inline: provide a -Wundef safe config.h
2074
2075 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
2076
2077 Check more robustly for timer_settime.
2078 This should fix an OS X build problem reported by Ivan Andrus in
2079 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
2080 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
2081 does threads its own way.
2082 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2083
2084 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
2085
2086 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
2087 to avoid problems with recursion when using GNU make.
2088
2089 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
2090
2091 * Makefile.in (bootstrap): Simplify build procedure.
2092 Suggested by Wolfgang Jenker in
2093 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
2094
2095 Merge from gnulib, incorporating:
2096 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
2097
2098 2012-09-18 Jan Djärv <jan.h.d@swipnet.se>
2099
2100 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
2101
2102 2012-09-17 Andreas Schwab <schwab@linux-m68k.org>
2103
2104 * Makefile.in (bootstrap): Revert last change. Run config.status
2105 after config.status --recheck, run configure from $(srcdir).
2106 (config.status): Run configure from $(srcdir).
2107
2108 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
2109
2110 * Makefile.in: Fix build error on FreeBSD.
2111 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
2112 Suggested by Wolfgang Jenker in
2113 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
2114 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
2115 This undoes part of the 2012-09-10 patch.
2116 (bootstrap): Run ./configure, rather than trying to run config.status
2117 if it exists. That builds src/epaths.h more reliably.
2118 Run autogen/copy_autogen if autogen.sh fails,
2119 to create 'configure'; problem reported by Andreas Schwab in
2120 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
2121 * autogen.sh: Exit with status 1 when failing due to missing tools,
2122 reverting the 2012-09-10 change to this file.
2123 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
2124 Use 'cp -f' for the build-aux files, since the destinations are
2125 typically read-only.
2126
2127 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
2128 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
2129 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
2130
2131 2012-09-17 Glenn Morris <rgm@gnu.org>
2132
2133 * configure.ac (copyright): New output variable.
2134 (COPYRIGHT): New AC_DEFINE.
2135
2136 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
2137
2138 Remove configure's --without-sync-input option (Bug#12450).
2139 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
2140
2141 2012-09-16 Glenn Morris <rgm@gnu.org>
2142
2143 Increase compartmentalization of Nextstep builds rules,
2144 and store Emacs version number in fewer versioned files.
2145 * configure.ac (ns_appsrc): Use relative names.
2146 (ns_frag): Remove.
2147 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
2148 (nextstep/Makefile): Generate these nextstep files.
2149 (SUBDIR_MAKEFILES): Add nextstep.
2150 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
2151 * make-dist (nextstep/templates): Add directory.
2152 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
2153 (nextstep/Cocoa/Emacs.base/Contents)
2154 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
2155
2156 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
2157
2158 Port better to POSIX hosts lacking _setjmp (Bug#12446).
2159 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
2160 (_setjmp, _longjmp): Remove.
2161
2162 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
2163
2164 * configure.ac (--without-sync-input): Fix typo in usage message.
2165
2166 * configure.ac: Port to hosts lacking gtk.
2167 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
2168 better, in particular, problems in invoking pkg-config itself.
2169 This is useful on hosts that don't have pkg-config.
2170 (GTK_MODULES): Do not exit 'configure' simply because gtk3
2171 and gtk2 are both missing. Problem found on Solaris 8.
2172
2173 2012-09-13 Jan Djärv <jan.h.d@swipnet.se>
2174
2175 * configure.ac: Reorder Xaw3d messages.
2176 Report Gtk+ 3 as GTK.
2177
2178 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2179
2180 Simplify SIGIO usage (Bug#12408).
2181 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
2182 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
2183 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
2184 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
2185 to #undef SIGIO now (which was error-prone). Likewise, all uses
2186 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
2187
2188 2012-09-12 Jan Djärv <jan.h.d@swipnet.se>
2189
2190 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
2191 and then gtk2 if not found.
2192 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
2193 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
2194 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
2195
2196 2012-09-11 Glenn Morris <rgm@gnu.org>
2197
2198 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
2199 Be more explicit about dependencies, for parallel `make install'.
2200
2201 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2202
2203 Simplify, document, and port floating-point (Bug#12381).
2204 * configure.ac (logb, cbrt): Do not check for these functions,
2205 as they are not being used.
2206
2207 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
2208
2209 Improve robustness of 'make bootstrap' (Bug#12376).
2210 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
2211 * INSTALL, README: Document autogen.sh.
2212 * Makefile.in (Makefile): Mark it as precious, since it's updated
2213 atomically.
2214 (MAKE_CONFIG_STATUS): New macro.
2215 (config.status, bootstrap): Use it. This causes 'make bootstrap'
2216 to run config.status with the --recheck option, which is more
2217 appropriate for a bootstrap.
2218 (bootstrap): Run autogen.sh right after cleaning. Don't worry
2219 about failures due to missing tools.
2220 * autogen.sh: Exit with status 101 when failing due to missing tools.
2221 * make-dist: Distribute autogen.sh.
2222
2223 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
2224
2225 Assume C89 or later for math functions (Bug#12381).
2226 * configure.ac (frexp, fmod): Remove checks for these functions,
2227 as we now assume them.
2228 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
2229 (HAVE_EXCEPTION):
2230 Remove; no longer needed.
2231
2232 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
2233
2234 More signal-handler cleanup (Bug#12327).
2235 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
2236
2237 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
2238
2239 Signal-handler cleanup (Bug#12327).
2240 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
2241 Adjust to syssignal.h changes.
2242 (SIGNAL_H_AB): Remove; no longer needed.
2243
2244 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
2245
2246 Simplify redefinition of 'abort' (Bug#12316).
2247 * configure.ac (NO_ABRT): Remove.
2248
2249 * configure.ac (_setjmp, _longjmp): Check by compiling
2250 instead of by guessing. The guesses were wrong for
2251 recent versions of Solaris, such as Solaris 11.
2252
2253 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
2254
2255 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
2256 It generates false alarms in doc.c, regex.c, xdisp.c. See
2257 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
2258
2259 Merge from gnulib, incorporating:
2260 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
2261 2011-11-30 manywarnings: update the list of "all" warnings
2262
2263 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
2264
2265 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
2266
2267 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2268
2269 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
2270 This ports to glibc 2.15 or later, when configured with
2271 --enable-gcc-warnings. See Eric Blake in
2272 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
2273
2274 2012-09-01 Daniel Colascione <dan.colascione@gmail.com>
2275
2276 * configure.ac: Introduce term_header variable, which holds the
2277 value which will become TERM_HEADER in code. We effect our choice
2278 of window system by setting term_header and WINDOW_SYSTEM_OBJ
2279 instead of using ad-hoc variables and flags for each window
2280 system.
2281
2282 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
2283
2284 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
2285 and if the user has not specified CFLAGS. -g3 simplifies
2286 debugging, since it makes macros visible to the debugger.
2287
2288 2012-08-25 Juanma Barranquero <lekktu@gmail.com>
2289
2290 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
2291
2292 2012-08-25 Eli Zaretskii <eliz@gnu.org>
2293
2294 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
2295 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
2296
2297 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2298
2299 On assertion failure, print backtrace if available.
2300 Merge from gnulib, incorporating:
2301 2012-08-24 execinfo: port to FreeBSD
2302 2012-08-22 execinfo: new module
2303 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2304 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
2305
2306 2012-08-22 Glenn Morris <rgm@gnu.org>
2307
2308 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
2309 do not create the bin/emacs link. (Bug#12011)
2310
2311 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2312
2313 Merge from gnulib, incorporating:
2314 2012-08-20 extern-inline: support old GCC 'inline'
2315
2316 2012-08-20 Glenn Morris <rgm@gnu.org>
2317
2318 * configure.ac (AC_PROG_LN_S): Test for ln.
2319 * Makefile.in (LN_S): New, set by configure.
2320 (install-arch-dep): Use $LN_S.
2321
2322 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
2323
2324 Merge from gnulib, incorporating:
2325 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
2326 2012-08-19 mktime, sys_select: avoid 'static inline'
2327 2012-08-19 gnulib-tool: Fix indentation.
2328
2329 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2330
2331 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
2332 These files have been unused since the 2012-06-22 patch that
2333 introduced high-resolution time stamps.
2334
2335 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
2336
2337 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
2338 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
2339
2340 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2341
2342 Merge from gnulib, incorporating:
2343 2012-08-05 extern-inline: also ignore -Wmissing-declarations
2344
2345 2012-08-10 Juanma Barranquero <lekktu@gmail.com>
2346
2347 * lib/makefile.w32-in (STAT_TIME_H): New macro.
2348 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
2349 ($(BLD)/u64.$(O)): Update dependencies.
2350
2351 2012-08-10 Glenn Morris <rgm@gnu.org>
2352
2353 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
2354
2355 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2356
2357 * configure.ac (--disable-features): Rename to --without-all.
2358 (OPTION_DEFAULT_ON): Change to use with_features.
2359 * INSTALL: Fix description.
2360
2361 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2362
2363 * configure.ac: New option --disable-features.
2364 (OPTION_DEFAULT_ON): Change to use enable_features.
2365 * INSTALL: Explain --disable-features.
2366
2367 2012-08-07 Glenn Morris <rgm@gnu.org>
2368
2369 * configure.ac: Require automake 1.11 (fairly arbitrarily).
2370 * autogen.sh (automake_min): Get it from configure.ac.
2371
2372 2012-08-06 Glenn Morris <rgm@gnu.org>
2373
2374 * configure.ac (BROKEN_GETWD) [unixware]: New define.
2375
2376 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
2377 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
2378 (DISPNEW_NEEDS_STDIO_EXT): New define.
2379
2380 2012-08-05 Michael Albinus <michael.albinus@gmx.de>
2381
2382 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
2383
2384 2012-08-05 Ulrich Müller <ulm@gentoo.org>
2385
2386 * configure.ac: Disable paxctl if binaries don't have a
2387 PT_PAX_FLAGS program header. (Bug#11979)
2388
2389 2012-08-03 Eli Zaretskii <eliz@gnu.org>
2390
2391 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
2392 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
2393 (SHA512_H): Don't mention u64.h twice.
2394 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
2395 New targets.
2396
2397 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
2398
2399 Merge from gnulib, incorporating:
2400 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
2401
2402 2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2403
2404 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
2405 out-of-tree build.
2406
2407 2012-08-02 Glenn Morris <rgm@gnu.org>
2408
2409 * make-dist: Remove src/s.
2410
2411 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
2412
2413 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2414
2415 Merge from gnulib (Bug#12116), incorporating:
2416 2012-08-01 extern-inline: new module
2417 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
2418 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
2419 New files. The new .c files are for instantiating extern inline
2420 functions.
2421
2422 Port to Solaris 8.
2423 Without this change, 'configure' fails because the recently-added
2424 wait3 prototype in config.h messes up later 'configure' tests.
2425 Fix this problem by droping wait3 and WRETCODE, as they're
2426 no longer needed on hosts that are current porting targets.
2427 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
2428 All uses changed to waitpid and WEXITSTATUS.
2429
2430 Avoid needless autoheader after autogen.sh.
2431 * .bzrignore: Add src/stamp-h.in.
2432 * autogen.sh: Create src/stamp-h.in.
2433
2434 2012-08-01 Glenn Morris <rgm@gnu.org>
2435
2436 * configure.ac (DOS_NT, MSDOS): New system type templates.
2437
2438 2012-08-01 Ulrich Müller <ulm@gentoo.org>
2439
2440 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
2441 Don't include crtbegin.o and crtend.o. (Bug#12047)
2442
2443 2012-08-01 Glenn Morris <rgm@gnu.org>
2444
2445 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
2446 (INTERNAL_TERMINAL): New.
2447
2448 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
2449 (IS_ANY_SEP): Move here from src/lisp.h.
2450
2451 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
2452
2453 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
2454 (CONF_POST_H): New macro.
2455
2456 2012-07-31 Glenn Morris <rgm@gnu.org>
2457
2458 * configure.ac (S_FILE): Remove output variable.
2459
2460 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
2461
2462 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
2463 Move here from src.
2464
2465 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
2466 Move here from conf_post.h.
2467
2468 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2469
2470 Improve OpenMotif detection on GNU/Linux systems.
2471 * configure.ac (MOTIF): Check for /usr/include/openmotif
2472 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
2473
2474 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2475
2476 * Makefile.in (install-arch-indep): Avoid eval.
2477
2478 2012-07-31 Glenn Morris <rgm@gnu.org>
2479
2480 * configure.ac (opsysfile, S_FILE): Now they are always empty.
2481
2482 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
2483 when removing src/s/sol2-6.h yesterday.
2484
2485 * configure.ac (USG5_4): Reintroduce this.
2486 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
2487
2488 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
2489
2490 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
2491 and to s/usg5-4-common.h on irix6-5.
2492
2493 2012-07-30 Glenn Morris <rgm@gnu.org>
2494
2495 * configure.ac (AH_BOTTOM): Use an include file, so that the
2496 contents do not get processed by autoheader.
2497
2498 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2499
2500 Do not overwrite config.status while executing it (Bug#11214).
2501 * Makefile.in (MAKEFILE_NAME): New macro.
2502 ($(MAKEFILE_NAME)): Rename rule from Makefile.
2503 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
2504 so that GNU 'make' isn't tempted to make the Makefile and then
2505 regenerate config.status while config.status is running.
2506
2507 Update .PHONY listings in makefiles.
2508 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
2509 FRC, install-arch-dep, install-arch-indep, install-doc,
2510 install-info, install-man, install-etc, install-strip, uninstall,
2511 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
2512 (.RECURSIVE): Remove; hasn't been needed for years.
2513
2514 2012-07-30 Glenn Morris <rgm@gnu.org>
2515
2516 * configure.ac (SIGNAL_H_AHB): New hack macro.
2517 (opsysfile): Set to empty on netbsd, openbsd.
2518 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
2519
2520 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
2521
2522 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
2523
2524 * Makefile.in (install-arch-indep): Remove sh -x.
2525
2526 2012-07-30 Glenn Morris <rgm@gnu.org>
2527
2528 * configure.ac (opsysfile): Tweak message for null case.
2529
2530 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
2531 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
2532
2533 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
2534
2535 * Makefile.in (install-arch-indep): Handle space in locallisppath.
2536
2537 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
2538
2539 Use Gnulib environ module (Bug#9772).
2540 * m4/environ.m4: New file, from gnulib.
2541 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2542
2543 Use Gnulib stdalign module (Bug#9772, Bug#9960).
2544 This should improve portability of macros like alignof and DECL_ALIGN.
2545 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
2546 * .bzrignore: Add lib/stdalign.h.
2547 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
2548 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
2549 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
2550 fiddles with this, as gnulib now does this for us.
2551
2552 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2553
2554 Fix toolkit configuration report.
2555 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
2556 --with-x-toolkit=gtk3 is used.
2557
2558 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
2559
2560 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
2561 * configure.ac: Configure gnulib at the end, not before running
2562 pkg-config. This restores the behavior before 2012-06-22, when
2563 higher-resolution time stamps were added, and fixes a bug whereby
2564 LIB_PTHREAD was not used and gnulib's part of 'configure'
2565 therefore incorrectly assumed that pthread_sigmask wasn't working.
2566 Fix the problem with -lrt and clock_gettime a different way.
2567 This should complete the fix for Bug#11884.
2568 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
2569
2570 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
2571
2572 Merge from gnulib, incorporating:
2573 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
2574 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
2575
2576 2012-07-14 Glenn Morris <rgm@gnu.org>
2577
2578 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
2579 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
2580
2581 2012-07-13 Glenn Morris <rgm@gnu.org>
2582
2583 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
2584
2585 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
2586 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
2587 Move "system type" macros here from src/s.
2588 (BSD_SYSTEM_AHB): New hack macro.
2589 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
2590
2591 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
2592 (GC_MARK_SECONDARY_STACK): Move here from src/s.
2593
2594 2012-07-12 Glenn Morris <rgm@gnu.org>
2595
2596 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
2597 setting here from src/s/darwin.h.
2598
2599 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
2600 as src/s/darwin.h used to.
2601
2602 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
2603 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
2604 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
2605 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
2606 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
2607 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
2608 (XOS_NEEDS_TIME_H): Move here from src/s.
2609
2610 2012-07-11 Glenn Morris <rgm@gnu.org>
2611
2612 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
2613 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
2614
2615 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2616
2617 * configure.ac (tzset): Remove check that's redundant with gnulib.
2618
2619 2012-07-11 Glenn Morris <rgm@gnu.org>
2620
2621 * configure.ac (CLASH_DETECTION): Define unconditionally.
2622
2623 * configure.ac (opsysfile): Use bsd-common on gnu systems.
2624
2625 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT)
2626 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
2627
2628 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2629
2630 Assume mkdir, rename, rmdir, strerror.
2631 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
2632
2633 2012-07-11 Glenn Morris <rgm@gnu.org>
2634
2635 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
2636
2637 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
2638
2639 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
2640
2641 Remove "#define unix" that is no longer needed (Bug#11905).
2642 Merge from gnulib to make "#define unix" unnecessary, incorporating:
2643 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
2644 2012-07-09 getopt: Simplify after Emacs changed.
2645
2646 2012-07-10 Glenn Morris <rgm@gnu.org>
2647
2648 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
2649 Move here from src/s.
2650
2651 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
2652
2653 * configure.ac (PNG_DEPSTRUCT): Define this instead of
2654 PNG_DEPRECATED.
2655
2656 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2657
2658 Add GCC-style 'const' attribute to functions that can use it.
2659 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
2660 (ATTRIBUTE_CONST): New macro, in config.h.
2661
2662 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
2663
2664 * lib/makefile.w32-in: Rework dependencies.
2665 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
2666 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
2667 (U64_H, SHA512_H): New macros.
2668 (SRC): Redefine to point to src/, not current directory.
2669 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
2670 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
2671 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
2672 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
2673 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
2674 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
2675 ($(BLD)/filemode.$(O)): Update dependencies.
2676
2677 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2678
2679 Merge from gnulib, incorporating:
2680 2012-07-09 timespec: mark functions with const attributes
2681
2682 Rename configure.in to configure.ac (Bug#11603).
2683 The name 'configure.in' has been obsolescent for quite some time,
2684 and the next release of Autoconf will generate warnings for it.
2685 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
2686 'configure.in' as autoconf input" in the Autoconf git repository.
2687 * configure.ac: Rename from configure.in.
2688 * INSTALL, INSTALL.BZR, README, make-dist:
2689 * Makefile.in (AUTOCONF_INPUTS):
2690 * autogen.sh (autoconf_min):
2691 * autogen/update_autogen (sources):
2692 Adjust to reflect new name.
2693
2694 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
2695
2696 Restore deprecation warnings, except for older libpng.
2697 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
2698 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
2699 (PNG_DEPRECATED): Define when compiling with older PNG versions.
2700
2701 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
2702
2703 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
2704
2705 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
2706
2707 Improve static checking when configured --with-ns.
2708 See Samuel Bronson's remarks in
2709 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
2710 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
2711 a no-op with recent GCC and harmful in earlier ones.
2712 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
2713 warning when compiling with ObjC. Always omit
2714 -Wunsafe-loop-optimizations, as we don't mind when optimization is
2715 being done correctly.
2716
2717 2012-07-07 Glenn Morris <rgm@gnu.org>
2718
2719 * configure.in (BROKEN_SA_RESTART): Doc fix.
2720
2721 * configure.in: Rather than checking for things then undef'ing
2722 them on some platforms, simply don't check for them.
2723 (getwd): Don't check for it on unixware.
2724 (random, rint): Don't check for these on hpux.
2725 (res_init, libresolv): Don't check for these on darwin.
2726
2727 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
2728
2729 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
2730 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
2731 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
2732 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
2733
2734 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2735
2736 * configure.in: Document --enable-gcc-warnings better.
2737
2738 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
2739 This is safer than strcasecmp, which has unspecified behavior
2740 outside the POSIX locale and in practice sometimes does not work
2741 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
2742 * configure.in (strcasecmp, strncasecmp): Remove checks.
2743
2744 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
2745 * lib/c-strncasecmp.c: New files, taken from gnulib.
2746 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2747
2748 Merge from gnulib, incorporating:
2749 2012-07-06 timespec-sub: avoid duplicate include
2750 Reported by Juanma Barranquero.
2751
2752 2012-07-06 Glenn Morris <rgm@gnu.org>
2753
2754 * make-dist [update]: Let autoreconf figure out what needs updating.
2755 Use `make info-real'. leim/leim-list.el should always exist.
2756 Check cd return value.
2757
2758 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2759
2760 Merge from gnulib. This is for OpenBSD 5.1 amd64.
2761 * m4/sys_time_h.m4: New version from gnulib, incorporating:
2762 2012-07-05 sys_time: allow too-wide tv_sec
2763
2764 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2765
2766 Merge from gnulib.
2767 * lib/alloca.in.h: New version from gnulib, incorporating:
2768 2012-07-03 alloca: add support for HP NonStop TNS/E native
2769
2770 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
2771
2772 * configure.in: If --enable-gcc-warnings, disable
2773 -Wunsafe-loop-optimizations for -O1 optimization level.
2774
2775 2012-06-30 Glenn Morris <rgm@gnu.org>
2776
2777 * configure.in (standardlisppath): New output variable.
2778 (lisppath): Use standardlisppath.
2779 * Makefile.in (standardlisppath): New, set by configure.
2780 (epaths-force): Use standardlisppath and locallisppath rather than
2781 lisppath.
2782
2783 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2784
2785 * configure.in: Fix previous change. Remove --enable-asserts.
2786 (CPPFLAGS): Remove conditional -DXASSERTS=1.
2787 Add --enable-link-time-optimization.
2788 * INSTALL: Mention this.
2789
2790 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2791
2792 * configure.in: Add glyphs category to --enable-checking option.
2793 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
2794
2795 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2796
2797 * configure.in (ENABLE_CHECKING): Update comment.
2798
2799 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
2800
2801 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
2802 Emacs proper no longer uses these headers, and can rely on Gnulib
2803 for these checks.
2804
2805 Merge from gnulib.
2806 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2807 getopt-posix: No longer guarantee that option processing is resettable.
2808
2809 2012-06-27 Glenn Morris <rgm@gnu.org>
2810
2811 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
2812
2813 * INSTALL: Remove references to paths.el.
2814
2815 2012-06-26 Eli Zaretskii <eliz@gnu.org>
2816
2817 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
2818 This replaces separate dependency for each object file, which required
2819 the same object file to be mentioned twice, causing failures in
2820 parallel builds.
2821
2822 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
2823
2824 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
2825 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
2826
2827 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
2828
2829 * configure.in (AC_CHECK_FUNCS): Detect library functions
2830 strcasecmp and strncasecmp.
2831
2832 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
2833
2834 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
2835 We might as well use the spelling standardized by C11,
2836 as in the long run that should simplify maintenance.
2837 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
2838
2839 2012-06-24 Eli Zaretskii <eliz@gnu.org>
2840
2841 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O))
2842 ($(BLD)/timespec-add.$(O))
2843 ($(BLD)/timespec-sub.$(O)): Don't depend on
2844 $(EMACS_ROOT)/nt/inc/sys/time.h.
2845
2846 * lib/stat-time.h:
2847 * lib/timespec.h:
2848 * lib/utimens.h: Revert last change.
2849
2850 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
2851
2852 Merge from gnulib.
2853 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2854 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
2855
2856 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2857
2858 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
2859 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
2860 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
2861 $(BLD)/timespec-sub.$(O).
2862 ($(BLD)/dtotimespec.$(O))
2863 ($(BLD)/gettime.$(O))
2864 ($(BLD)/timespec-add.$(O))
2865 ($(BLD)/timespec-sub.$(O)): New dependencies.
2866
2867 * lib/stat-time.h:
2868 * lib/timespec.h:
2869 * lib/utimens.h: Include sys/time.h.
2870
2871 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
2872
2873 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
2874 the correct CFLAGS and LIBS.
2875
2876 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2877
2878 Support higher-resolution time stamps (Bug#9000).
2879 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
2880 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
2881 that the new clock stuff doesn't clash with RSVG_LIBS.
2882 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
2883 as gnulib does that for us now.
2884 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
2885 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
2886 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
2887 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
2888 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
2889 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
2890 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
2891 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
2892 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
2893 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
2894 New files, copied automatically from gnulib.
2895 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
2896
2897 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2898
2899 Merge from gnulib.
2900 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
2901 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
2902 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
2903 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
2904 Copy new versions from gnulib, incorporating the following changes:
2905 2012-06-22 time_r: fix typo that always overrode localtime_r decl
2906 2012-06-22 Write "Mac OS X" instead of "MacOS X".
2907 2012-06-21 mktime: fix integer overflow in 'configure'-time test
2908 2012-06-21 nonblocking: Avoid compilation error on mingw64.
2909 2012-06-19 stat, fstat: Avoid warnings on mingw64.
2910 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
2911
2912 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
2913
2914 * configure.in: Rename --enable-use-lisp-union-type to
2915 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
2916 instead of USE_LISP_UNION_TYPE.
2917
2918 2012-06-12 Glenn Morris <rgm@gnu.org>
2919
2920 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
2921 (opsysfile): Set specially for sol2-10.
2922
2923 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
2924 New AC_DEFINEs, for hpux11.
2925 (opsysfile): Set specially for hpux11.
2926
2927 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
2928
2929 * configure.in: Coalesce some function checking.
2930 This makes 'configure' a bit smaller.
2931 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
2932
2933 2012-06-12 Glenn Morris <rgm@gnu.org>
2934
2935 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
2936
2937 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
2938
2939 * configure.in: Anticipate platforms with no src/s file.
2940
2941 2012-06-12 Chong Yidong <cyd@gnu.org>
2942
2943 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
2944
2945 2012-06-11 Glenn Morris <rgm@gnu.org>
2946
2947 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
2948
2949 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
2950
2951 * configure.in (dbus_type_is_valid): Check for library function.
2952
2953 2012-06-06 Glenn Morris <rgm@gnu.org>
2954
2955 * INSTALL, make-dist: Remove vcdiff.
2956
2957 2012-06-03 Glenn Morris <rgm@gnu.org>
2958
2959 * INSTALL, make-dist: Remove rcs-checkin.
2960
2961 2012-06-03 Ulrich Müller <ulm@gentoo.org>
2962
2963 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
2964
2965 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
2966
2967 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
2968 It is confusingly named and rarely useful. See, for example,
2969 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
2970 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
2971 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
2972 * configure.in: Remove --disable-maintainer-mode.
2973 (USE_MAINTAINER_MODE, MAINT): Remove.
2974
2975 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
2976
2977 Make 'configure' a bit smaller and faster.
2978 * configure.in (INSTALL_INFO): Set it with one call to
2979 AC_PATH_PROG, not three.
2980 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
2981 so likely that it'll be needed.
2982 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
2983 (AC_PROG_MAKE_SET): Remove; Automake does this.
2984 (sysinfo): Do not check for this function, as it's never used.
2985 (tzset): Check for this function just once.
2986 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
2987 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
2988
2989 2012-05-27 Eli Zaretskii <eliz@gnu.org>
2990
2991 * config.bat (lib): Create/update lib/stdalign.in-h and
2992 lib/sys_types.in-h.
2993
2994 * lib/makefile.w32-in ($(BLD)/md5.$(O))
2995 ($(BLD)/sha1.$(O))
2996 ($(BLD)/sha256.$(O))
2997 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
2998 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
2999
3000 * lib/getopt_.h: Regenerate.
3001
3002 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
3003
3004 Assume gnulib does largefile.
3005 Gnulib does the largefile configuration anyway, so when configure.in
3006 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
3007 * configure.in (AC_SYS_LARGEFILE): Remove.
3008 * lib/gnulib.mk: Autoupdate.
3009
3010 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
3011
3012 Merge from gnulib. (Bug#11527)
3013
3014 The build procedure now creates <stdalign.h> and <sys/types.h> for
3015 older hosts that lack a working <stdalign.h> or whose
3016 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
3017 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
3018 msdos and nt builds.
3019
3020 Here is a precis of gnulib changes that seem relevant; please see
3021 the gnulib ChangeLog for details.
3022
3023 2012-05-18 crypto: fix bug in large buffer handling
3024 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
3025 2012-05-10 _Noreturn: port config.h to gcc -Wundef
3026 2012-05-08 warnings.m4: give a means to specify the program to compile
3027 2012-05-07 stdint: be more consistent with glibc, SunOS libc
3028 2012-04-21 Large File Support for native Windows platforms.
3029 2012-04-14 stat: Bypass buggy override in mingw64.
3030 2012-03-29 stdio: don't assume gets any more
3031 2012-03-24 Enable common subexpression optimization in GCC.
3032 2012-02-09 maint: replace FSF snail-mail addresses with URLs
3033 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
3034 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
3035 2012-01-21 stdint: Add support for Android.
3036 2012-01-15 Improve support for MSVC 9.
3037 2012-01-08 mktime: Avoid compilation error on Solaris 11.
3038 2012-01-05 Use ', not `, for quoting output.
3039 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
3040 2012-01-05 strtoimax: Work around AIX 5.1 bug.
3041 2012-01-05 inttypes: Modernize.
3042 2011-12-13 inttypes, stdint: add C++11 support
3043 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
3044 2011-11-21 _Noreturn: Check that _MSC_VER is defined
3045 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
3046 2011-11-09 raise: fix mingw handling of SIGPIPE
3047 2011-10-27 Add stdalign module and use it in other modules.
3048
3049 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
3050 * m4/sys_types_h.m4:
3051 New files.
3052 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
3053 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
3054 * build-aux/snippet/warn-on-use.h:
3055 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
3056 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
3057 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
3058 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3059 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
3060 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
3061 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
3062 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
3063 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
3064 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
3065 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
3066 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
3067 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
3068 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
3069 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
3070 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
3071 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
3072 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
3073 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
3074 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
3075 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
3076 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
3077 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
3078 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
3079 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
3080 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
3081 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
3082 Update from gnulib.
3083
3084 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
3085
3086 Remove src/m/*.
3087 * configure.in: Remove all mention of src/m/*.
3088 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
3089 All uses removed.
3090 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
3091 (BITS_PER_LONG_LONG): Move to src/lisp.h.
3092 * lib/makefile.w32-in: Remove dependencies on
3093 $(EMACS_ROOT)/src/m/intel386.h.
3094 * make-dist: Don't make links to src/m.
3095
3096 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
3097
3098 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
3099 Without this further fix, aclocal was being invoked unnecessarily.
3100
3101 2012-05-22 Glenn Morris <rgm@gnu.org>
3102
3103 * Makefile.in (blessmail, install-arch-dep, uninstall):
3104 Check cd lib-src works.
3105 (install-arch-dep, uninstall): Remove unneeded subshells.
3106
3107 2012-05-21 Glenn Morris <rgm@gnu.org>
3108
3109 * update-subdirs: Move to build-aux/.
3110 * make-dist, Makefile.in (install-arch-indep): Update for this change.
3111
3112 * Makefile.in (leimdir): New, set by configure.
3113 (COPYDIR, COPYDESTS): Add leim directories.
3114 (install-leim): Remove.
3115 (install-arch-indep): Handle leim installation directly.
3116
3117 * vpath.sed: Remove unused file.
3118 * make-dist: No more vpath.sed.
3119
3120 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
3121
3122 Use full name for m4/gnulib-comp.m4. (Bug#11529)
3123 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
3124 even though the file's name in gnulib is m4/gnulib-comp.m4.
3125 This had a problem when merging from gnulib, as the code temporarily
3126 renamed it to the full name, causing problems when interrupted.
3127 Now the file has its full name, with the idea that we will find
3128 a solution for MS-DOS that does not affect the rest of Emacs.
3129 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
3130
3131 Assume C89 or later.
3132 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
3133 (POINTER_TYPE, PROTOTYPES): Remove.
3134
3135 Make merging from gnulib a script, not a makefile action.
3136 Putting it in a makefile has some problems with reflection, as
3137 merging from gnulib updates 'configure', which can update the makefile.
3138 Putting it in a standalone script breaks this loop.
3139 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
3140 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
3141 Remove, moving the actions to the script admin/merge-gnulib.
3142
3143 2012-05-21 Glenn Morris <rgm@gnu.org>
3144
3145 * configure.in (LEIM_INSTALLDIR):
3146 Rename to leimdir, treat like lispdir.
3147
3148 2012-05-21 Glenn Morris <rgm@gnu.org>
3149
3150 * Makefile.in (install-arch-indep, install-doc, install-info)
3151 (uninstall): Scrap superfluous subshells.
3152
3153 2012-05-19 Ulrich Müller <ulm@gentoo.org>
3154
3155 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
3156
3157 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
3158
3159 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
3160 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
3161 getsockopt, setsockopt, mremap, mempcpy.
3162
3163 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
3164 is being removed.
3165 (AC_CHECK_FUNCS): Remove ftime.
3166
3167 2012-05-19 Glenn Morris <rgm@gnu.org>
3168
3169 * Makefile.in (install-arch-indep): Remove unneeded subshell.
3170
3171 * Makefile.in (install-arch-indep): Remove unneeded chmod.
3172 Set permissions of lisp/subdirs.el.
3173
3174 * Makefile.in (SUBDIR): Add leim. Update users.
3175
3176 * Makefile.in (lib, lib-src, lisp): Check cd return value.
3177
3178 * Makefile.in (leim): No need to set PARALLEL.
3179
3180 2012-05-18 Glenn Morris <rgm@gnu.org>
3181
3182 * Makefile.in (install-arch-indep, install-info, install-man):
3183 Simplify some one-sided ifs.
3184
3185 * Makefile.in: Install only the relevant DOC file.
3186 (install-arch-indep): Delete etc/DOC*.
3187 (install-doc): No more need to delete etc/DOC.
3188
3189 * Makefile.in (install-arch-indep): Split into several rules.
3190 (install-doc, innstall-info, install-man): New rules.
3191
3192 * configure.in (mandir): May as well include it in the NS app bundle.
3193
3194 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
3195 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
3196 (install-arch-indep): Don't install-etc for self-contained ns builds.
3197
3198 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
3199 No longer unconditonally add /sw directories. (Bug#2280)
3200
3201 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
3202 (install-arch-indep): Depend on install-leim.
3203 (install): Remove explicit install-leim dependence.
3204
3205 * Makefile.in (install-arch-indep):
3206 Move last element of mkdir rule here.
3207 (mkdir): Remove rule.
3208
3209 * Makefile.in (install-arch-indep): Remove unneeded chmods.
3210 INSTALL_DATA does this for us.
3211
3212 * Makefile.in (install-arch-dep): Ensure bindir exists.
3213 Drop mkdir dependency.
3214 (install-arch-indep): Ensure docdir, infodir, mandir exist.
3215 (install-leim): Drop mkdir dependency.
3216 (mkdir): Remove most directories, now made in relevant rules.
3217
3218 * Makefile.in (install-arch-indep): Combine adjacent loops.
3219
3220 2012-05-17 Glenn Morris <rgm@gnu.org>
3221
3222 * Makefile.in (install-etc, mkdir):
3223 Make relevant directories in install-etc rather than mkdir.
3224
3225 * Makefile.in (write_subdir): Create the directory if needed.
3226 (install-arch-dep, mkdir): No need to make site-lisp directories.
3227
3228 * Makefile.in (write_subdir): New.
3229 (install-arch-indep, install-arch-dep): Use $write_subdir.
3230
3231 * configure.in (docdir, etcdir, infodir, lispdir):
3232 For a self-contained ns build, set these to the appropriate values.
3233 * Makefile.in (install-arch-dep): No need to move info/ any more.
3234
3235 * configure.in (ns_self_contained): New output variable.
3236 * Makefile.in (ns_self_contained): New, set by configure.
3237 (install-arch-dep): For a self-contained ns build,
3238 don't bother installing binaries then immediately deleting them.
3239
3240 * Makefile.in (ns_appbindir, ns_appresdir):
3241 Move them before things that may refer to them.
3242 (install-arch-dep): No need to relocate self-contained ns libexec.
3243
3244 * configure.in (archlibdir): Set it for self-contained ns builds.
3245 (libexecdir): Don't expand it now (this is mainly cosmetic).
3246
3247 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
3248
3249 * configure.in: Simplify by removing CPP etc.
3250 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
3251 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
3252 In particular we no longer need to fiddle with CPP, since we don't
3253 use CPP specially any more.
3254 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
3255 adjusted compiler.
3256 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
3257 since gl_EARLY and/or Autoconf already does these.
3258
3259 2012-05-16 Glenn Morris <rgm@gnu.org>
3260
3261 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
3262 (CPP): Do not unconditionally set it on Darwin.
3263 Instead, try to test if -no-cpp-precomp is accepted.
3264 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
3265
3266 2012-05-15 Glenn Morris <rgm@gnu.org>
3267
3268 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
3269
3270 * Makefile.in (install-arch-dep): Do not hard-code version number.
3271
3272 * Makefile.in (install-arch-dep): NS install no longer needs to
3273 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
3274
3275 2012-05-12 Glenn Morris <rgm@gnu.org>
3276
3277 * configure.in (ns_appbindir): Remove trailing "/".
3278
3279 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
3280 (MKDEPDIR): Use $MKDIR_P.
3281 * Makefile.in (MKDIR_P): New, set by configure.
3282 (mkdir): Use $MKDIR_P.
3283
3284 2012-05-11 Glenn Morris <rgm@gnu.org>
3285
3286 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
3287 Use INSTALL_DATA for the DOC file.
3288 Remove dead code for ./lisp that never executes.
3289
3290 2012-05-10 Glenn Morris <rgm@gnu.org>
3291
3292 * configure.in (LEIM_INSTALLDIR): New output variable.
3293
3294 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
3297
3298 2012-05-08 Glenn Morris <rgm@gnu.org>
3299
3300 * make-dist: No more doc/lispref/*.el.
3301
3302 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
3303
3304 * configure.in: Fix quoting bugs.
3305
3306 2012-05-04 Glenn Morris <rgm@gnu.org>
3307
3308 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
3309
3310 2012-05-02 Glenn Morris <rgm@gnu.org>
3311
3312 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
3313 the choices made by FreeBSD and NetBSD. (Bug#10313)
3314
3315 * Makefile.in (INFO_FILES): Remove variable.
3316 (INFO_NONMISC): New variable.
3317 (install-arch-indep, uninstall): Don't use $INFO_FILES.
3318
3319 * Makefile.in (uninstall): Remove useless-use-of-for; that for
3320 some reason caused problems on an old Solaris.
3321
3322 * Makefile.in (install-arch-indep, uninstall):
3323 Ensure that INSTALL-type commands are run from top-level.
3324
3325 * info/dir: Make some entries consistent with the source texi files.
3326
3327 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
3328
3329 2012-05-02 Glenn Morris <rgm@gnu.org>
3330
3331 * Makefile.in (install-arch-indep):
3332 Combine adjacent install-data and install-info loops.
3333
3334 2012-05-01 Glenn Morris <rgm@gnu.org>
3335
3336 * Makefile.in (MAN_PAGES): Remove.
3337 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
3338
3339 * configure.in: Try libtinfo for tputs.
3340 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
3341
3342 * configure.in: Combine adjacent $opsys case blocks.
3343
3344 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
3345
3346 * configure.in: Invert the TERMINFO logic,
3347 since "yes" is far more common than "no".
3348
3349 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
3350
3351 * configure.in (LD_SWITCH_X_SITE_RPATH):
3352 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
3353
3354 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
3355
3356 2012-04-26 Glenn Morris <rgm@gnu.org>
3357
3358 * make-dist: No more doc/lispref/tindex.pl.
3359
3360 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
3361
3362 * configure.in (dbus_validate_bus_name, dbus_validate_path)
3363 (dbus_validate_interface, dbus_validate_member): Check also for
3364 these library functions.
3365
3366 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
3367
3368 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
3369 With glibc 2.14 or later, when compiled with GCC 4.7.0's
3370 -Werror=deprecated-declarations flag, use of hooks like
3371 __malloc_initialize_hook causes compilation to fail because these
3372 hooks are deprecated. Modify 'configure' to check for these hooks too.
3373 Simplify the 'configure' code to test for all the hooks at once.
3374 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
3375 (emacs_cv_var_doug_lea_malloc): ... this new var.
3376
3377 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
3378
3379 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
3380 dated 2011-10-07. Regenerating from current gnulib would be a
3381 pervasive change, and currently the trunk isn't open to such changes.
3382 * configure.in (WARN_CFLAGS): Remove; no longer needed now
3383 that gnulib does it.
3384 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3385
3386 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
3387
3388 * m4/gl-comp.m4: Update. (Bug#11285)
3389
3390 2012-04-20 Ludovic Courtès <ludo@gnu.org>
3391
3392 * configure.in: Don't use the -R option (Bug#11251).
3393
3394 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
3395
3396 configure: new option --enable-gcc-warnings (Bug#11207)
3397 I have been using this change for many months in my private copy
3398 of Emacs, and have used it to find several bugs. It's mature
3399 enough to publish now.
3400 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
3401 * configure.in: Support --enable-gcc-warnings, in the style of
3402 other GNU packages such as coreutils.
3403 (C_WARNINGS_SWITCH): Remove, replacing with...
3404 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
3405 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
3406 when including system files with GCC.
3407 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
3408 * lib/Makefile.am (AM_CFLAGS): New macro.
3409 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
3410
3411 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3412
3413 * configure.in (AC_CHECK_FUNCS):
3414 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
3415
3416 2012-04-16 Glenn Morris <rgm@gnu.org>
3417
3418 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
3419
3420 * configure.in: Remove X libs workaround for old autoconf.
3421
3422 2012-04-12 Ken Brown <kbrown@cornell.edu>
3423
3424 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
3425
3426 2012-04-11 Glenn Morris <rgm@gnu.org>
3427
3428 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
3429
3430 2012-04-10 Glenn Morris <rgm@gnu.org>
3431
3432 * configure.in: Conditionally generate admin/unidata/Makefile.
3433
3434 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
3435
3436 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
3437
3438 2012-04-09 Glenn Morris <rgm@gnu.org>
3439
3440 * Makefile.in (leim): Check cd return value. Pass fewer variables.
3441 (install-leim): Check cd return value. Pass $MFLAGS.
3442 (install-strip): Pass $MFLAGS.
3443
3444 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
3445 Eg org.texi has been using 4.7 functions for some time.
3446
3447 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
3448
3449 Check pkg-config exit status when configuring (Bug#10626).
3450 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
3451 works; check its exit status. Problem reported by Jordi Gutiérrez
3452 Hermoso in
3453 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
3454
3455 2012-04-07 Glenn Morris <rgm@gnu.org>
3456
3457 * README, configure.in (AC_INIT): Bump version to 24.1.50.
3458
3459 2012-04-07 Eli Zaretskii <eliz@gnu.org>
3460
3461 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
3462
3463 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
3464
3465 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
3466 * configure.in (LIBS_TERMCAP): Default this to the result of
3467 the tputs library search. Do a run-time test for the linkability
3468 of tputs unless cross-compiling, as that's more reliable if the
3469 link flags and libraries are messed up. Don't change LIBS as
3470 a result of the test, as that may mess up later tests.
3471
3472 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
3473
3474 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3475
3476 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
3477 specific makefiles to support getopt_.h generation with MSVC.
3478
3479 2012-02-04 Glenn Morris <rgm@gnu.org>
3480
3481 * Makefile.in (uninstall):
3482 Handle compressed info files and man pages. (Bug#10718)
3483
3484 2012-02-02 Glenn Morris <rgm@gnu.org>
3485
3486 * configure.in [HAVE_NS]:
3487 Error if use --without-toolkit-scroll-bars. (Bug#10673)
3488
3489 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
3490
3491 Port to older Solaris 10 versions (Bug#10677).
3492 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
3493 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
3494 possibly this is because Sun fixed the 'stat' bug in my version.
3495 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
3496 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
3497 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3498 These changes are based on gnulib version
3499 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
3500 because Emacs is in feature freeze and we do not want to merge any
3501 more-recent changes from gnulib.
3502
3503 2012-01-31 Glenn Morris <rgm@gnu.org>
3504
3505 * configure.in: Throw an explicit error if Motif toolkit was
3506 requested but requirements could not be found.
3507
3508 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
3509
3510 2012-01-30 Eli Zaretskii <eliz@gnu.org>
3511
3512 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
3513 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
3514 with "make -j3".
3515
3516 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
3517
3518 * .bzrignore: Ignore etc/__pycache__.
3519
3520 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
3521
3522 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
3523 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
3524 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
3525 by Nelson H. F. Beebe in
3526 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
3527
3528 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
3529
3530 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
3531
3532 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
3533
3534 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
3535 instead of LDFLAGS (Bug#10230).
3536
3537 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
3538
3539 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
3540
3541 Propagate configure flags to sub-configures.
3542 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
3543 New macros.
3544 (config.status, bootstrap): Use them to propagate configure flags
3545 to sub-configures.
3546 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
3547
3548 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
3549
3550 * .bzrignore: Add config.cache.
3551
3552 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
3553
3554 * configure.in: Check for gtk_window_set_has_resize_grip.
3555
3556 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3557
3558 * configure.in (HAVE_XPM): Fix typo.
3559
3560 2011-11-22 Glenn Morris <rgm@gnu.org>
3561
3562 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
3563 have confusing effects on the build. (Bug#6401)
3564
3565 * Makefile.in (install-arch-dep): Tweak previous change.
3566
3567 2011-11-22 Yavor Doganov <yavor@gnu.org>
3568
3569 Do not install arch-dependent files in the app bundle if
3570 --disable-ns-self-contained is requested. (Bug#1335)
3571 * configure.in (exec_prefix, libexecdir): Define relative to
3572 `ns_appbindir' only if configured for a self-contained app.
3573 * Makefile.in (install-arch-dep): Test for the existence of
3574 libexec in the Emacs.app bundle before executing commands.
3575
3576 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
3577
3578 * configure.in: Remove reference to src/m/ibms390.h.
3579
3580 2011-11-13 Glenn Morris <rgm@gnu.org>
3581
3582 * INSTALL: Tiny updates for disk space used during installation.
3583
3584 2011-11-05 Eli Zaretskii <eliz@gnu.org>
3585
3586 * lib/makefile.w32-in (FRC): New dummy target.
3587 (TAGS): Depend on FRC.
3588
3589 2011-11-04 Glenn Morris <rgm@gnu.org>
3590
3591 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
3592 Do not include GnuTLS version info in final summary message.
3593
3594 2011-10-31 Eli Zaretskii <eliz@gnu.org>
3595
3596 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
3597 they exist there, else from autogen/.
3598
3599 * make-dist (msdos): Add depfiles.bat and inttypes.h.
3600
3601 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
3602
3603 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
3604
3605 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
3606
3607 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
3608 if the library is found. Otherwise, later configure-time tests,
3609 such as the test for pthread_sigmask, generate the wrong results
3610 on some platforms. Problem reported for FreeBSD by Nali Toja.
3611
3612 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
3613
3614 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
3615 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
3616 Remove; no longer needed, now that we defer to strftime for time
3617 zone names.
3618
3619 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
3620
3621 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
3622
3623 2011-10-18 Chong Yidong <cyd@gnu.org>
3624
3625 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
3626
3627 2011-10-13 Glenn Morris <rgm@gnu.org>
3628
3629 * configure.in: Also look for tputs in libcurses. (Bug#9736)
3630
3631 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
3632
3633 * configure.in: Remove check for -lintl (Bug#9713).
3634 The check could break 'configure' on GNU/Linux with a (broken) libintl.
3635 The check was helpful but not essential in Solaris 2.6 (1997),
3636 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
3637 obsolete -- Sun dropped support for it in 2006 -- and without
3638 access to that Silurian platform we can't maintain the code anyway.
3639
3640 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
3641
3642 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
3643 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
3644 * m4/gnulib-common.m4: Merge from gnulib.
3645 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
3646 command not found" on powerpc-apple-darwin9.8.0.
3647
3648 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
3649 This is now done by src/alloc.c.
3650
3651 2011-10-02 Richard Stallman <rms@gnu.org>
3652
3653 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
3654 and xlinux_second_failure to xgnu_linux_second_failure.
3655
3656 2011-09-29 Eli Zaretskii <eliz@gnu.org>
3657
3658 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
3659 lib/signal.in-h.
3660
3661 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
3662 Rename signal.in.h and alloca.in.h.
3663
3664 2011-09-28 Eli Zaretskii <eliz@gnu.org>
3665
3666 * INSTALL: Mention that m17n libraries and libotf are needed for
3667 Arabic shaping.
3668
3669 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
3670
3671 Merge from gnulib, improving some licensing wording.
3672 This clarifies and fixes some licensing issues raised by Glenn Morris
3673 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
3674 It also merges the latest version of texinfo.tex and has some
3675 MSVC-related changes that don't affect Emacs.
3676 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
3677 pathmax, and raise, since these are needed only to address
3678 MSVC-related issues that Emacs doesn't have.
3679 * lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
3680 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
3681 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
3682 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
3683 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
3684 * m4/unistd_h.m4: Merge from gnulib.
3685
3686 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
3687
3688 * configure.in: Initialize HAVE_LIBXML2.
3689
3690 2011-09-26 Glenn Morris <rgm@gnu.org>
3691
3692 * make-dist: Add lib/makefile.w32-in.
3693
3694 2011-09-24 Glenn Morris <rgm@gnu.org>
3695
3696 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
3697
3698 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3699
3700 * .dir-locals.el: Change the debbugs regexp to allow having the
3701 bug number as the first thing on a line.
3702
3703 2011-09-15 Glenn Morris <rgm@gnu.org>
3704
3705 * configure.in: Make configure work with recent GNUsteps.
3706 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
3707 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
3708 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
3709
3710 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
3711
3712 Merge from gnulib, porting to Tru64.
3713 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
3714 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3715 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
3716 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
3717 doesn't affect Emacs.
3718
3719 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
3720
3721 * configure.in (isnan): Remove now-unnecessary check.
3722
3723 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
3724
3725 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
3726 This is to fix the following problems:
3727 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
3728 configured not to use gtk or any other thread-using library,
3729 signals aren't blocked correctly.
3730 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
3731 and IRIX's signal handling.
3732 . On Cygwin 1.7.5 it works around an incompatibility with
3733 the system pthread_sigmask.
3734 . On MacOS X 10.5 (32-bit), files whose inode numbers
3735 exceed 2**31 cannot be read or manipulated.
3736 . pthread_sigmask: Actually use results of gl_THREADLIB.
3737 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
3738 . find 'ar' program that fits with --host argument.
3739 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
3740 * autogen/README: Update destination list.
3741 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
3742 The autogenerated files compile, config.guess,
3743 config.sub, depcomp, install-sh, and missing are now in build-aux.
3744 * m4/largefile.m4: New file, so that Emacs does not mess up when
3745 accessing files with large inode numbers in MacOS X 10.5 and later.
3746 * m4/nocrash.m4: New file, to avoid triggering background debugger
3747 and/or create core dumps during 'configure'.
3748 * build-aux/move-if-change: Renamed from move-if-change.
3749 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
3750 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
3751 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
3752 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
3753 * Makefile.in (epaths-force, sync-from-gnulib):
3754 move-if-change is now in build-aux.
3755 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
3756 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
3757 (mkdir): install-sh is now in build-aux.
3758 * config.bat: c++defs.h is now in build-aux/snippets.
3759 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
3760 usual parameter).
3761 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3762 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
3763 to build-aux/snippet.
3764 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
3765 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
3766 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
3767 Solaris, enables MacOS extensions, and enables nocrash during
3768 'configure'.
3769 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
3770
3771 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
3772
3773 * configure.in (snprintf): New check.
3774
3775 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
3776
3777 * configure.in (opsys): Change pattern to *-*-linux*
3778 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
3779 Remove unreachable pattern hppa*-*-linux-gnu*.
3780 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
3781 and that can't possibly work now that src/m/hp800.h no longer exists.
3782
3783 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
3784
3785 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
3786
3787 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
3788
3789 * configure.in: Add header check: sys/socket.h (Bug#8477),
3790 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
3791 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
3792
3793 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
3794
3795 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
3796 (HAVE_GTK_AND_PTHREAD): Remove.
3797
3798 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
3799
3800 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
3801 build, not just GNUstep (Bug#9177).
3802
3803 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
3804
3805 Assume freestanding C89 headers, string.h, stdlib.h.
3806 Again, this simplifies the code, and all current platforms have these.
3807 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
3808 (AC_HEADER_STDC): Remove.
3809 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
3810 (strchr, strrchr): Remove fallback macros.
3811
3812 Assume support for memcmp, memcpy, memmove, memset.
3813 This simplifies the code a bit. All current platforms have these,
3814 as they are required for C89. If this turns into a problem we
3815 can add the gnulib modules for these (a 1-line change to Makefile.in).
3816 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
3817
3818 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
3819
3820 * GNUmakefile: New file.
3821 This is for convenience, so that one can run GNU make in an
3822 unconfigured source tree, and get a default build.
3823
3824 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
3825
3826 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
3827
3828 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3829
3830 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
3831 so as to suppress address randomization (Bug#8395).
3832
3833 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
3834
3835 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
3836 This fixes a build problem on older Mac OS X hosts.
3837
3838 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
3839 test, which runs afoul of Automake installations where, for example,
3840 /usr/share/aclocal contains a copy of gl_THREADLIB.
3841 Problem reported by Sven Joachim in
3842 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
3843 This is just a quick temporary fix, specific to Emacs; I'll work
3844 with the other gnulib maintainers to get a more-permanent fix.
3845
3846 Add gnulib's strtoimax module, needed on Solaris 8.
3847 * Makefile.in (GNULIB_MODULES): Add strtoimax.
3848 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
3849 automatically imported from gnulib.
3850 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3851
3852 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
3853
3854 Add gnulib support for pthread_sigmask (Bug#9010).
3855 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
3856 * configure.in (AC_TYPE_UID_T): New dummy macro.
3857 Configure gnulib after adjusting LIBS,
3858 so that gnulib can assume the libraries in LIBS.
3859 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
3860 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
3861 * lib/pthread_sigmask.c:
3862 New files, automatically imported from gnulib.
3863 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
3864 due to the above changes.
3865 * .bzrignore: Add lib/signal.h.
3866
3867 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
3868
3869 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
3870
3871 * configure.in (maintainer-mode): Reflect default in help string.
3872
3873 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3874
3875 * configure.in: Remove reference to iris4d.h.
3876
3877 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
3878
3879 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
3880
3881 2011-07-01 Glenn Morris <rgm@gnu.org>
3882
3883 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
3884
3885 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3886
3887 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
3888 which made ./configure infloop.
3889
3890 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
3891
3892 * configure.in (gsettings): New option and check for GSettings.
3893
3894 2011-06-29 Glenn Morris <rgm@gnu.org>
3895
3896 * configure.in: Try to test for the required crt*.o files.
3897
3898 2011-06-27 Bill Wohler <wohler@newt.com>
3899
3900 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
3901
3902 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
3903
3904 Use gnulib's dup2 module instead of rolling our own.
3905 * Makefile.in (GNULIB_MODULES): Add dup2.
3906 * configure.in: Do not check for dup2; gnulib does that now.
3907 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
3908
3909 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
3910
3911 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
3912
3913 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
3914
3915 Use gnulib's alloca-opt module.
3916 * .bzrignore: Add lib/alloca.h.
3917 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
3918 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
3919 as gnulib now does that for us. Put alloca check in config.h.
3920 Include <alloca.h> before any other include file, for AIX 3.
3921 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3922 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
3923
3924 2011-06-21 Leo Liu <sdl.web@gmail.com>
3925
3926 * m4/sha256.m4:
3927 * m4/sha512.m4:
3928 * m4/gl-comp.m4:
3929 * lib/u64.h:
3930 * lib/sha256.c:
3931 * lib/sha256.h:
3932 * lib/sha512.c:
3933 * lib/sha512.h:
3934 * lib/makefile.w32-in (GNULIBOBJS):
3935 * lib/gnulib.mk:
3936 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
3937 crypto/sha512 modules from gnulib.
3938
3939 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
3940
3941 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
3942
3943 2011-06-17 Glenn Morris <rgm@gnu.org>
3944
3945 * configure.in: Restore the behavior of checking crt-dir only
3946 when the user specified it (not all platforms use it).
3947
3948 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
3949
3950 * m4/lstat.m4: Merge from gnulib (Bug#8878).
3951
3952 2011-06-16 Miles Bader <miles@gnu.org>
3953
3954 * configure.in: Try to determine CRT_DIR automatically when
3955 using gcc.
3956
3957 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
3958
3959 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
3960 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
3961 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
3962 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
3963 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
3964 Merge from gnulib.
3965
3966 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
3967
3968 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
3969
3970 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
3971
3972 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
3973
3974 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
3975
3976 * configure.in: Add --with-wide-int.
3977 * INSTALL: Mention this.
3978
3979 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
3980
3981 Merge from gnulib.
3982 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
3983
3984 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
3985
3986 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
3987
3988 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
3989
3990 Use 'inline', not 'INLINE'.
3991 * configure.in (INLINE): Remove.
3992
3993 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
3994
3995 Adjust to recent gnulib change for @GUARD_PREFIX@.
3996 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
3997 All uses of _GL_ for guard prefixes in lib/*.h replaced with
3998 _@GUARD_PREFIX@_.
3999
4000 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
4001
4002 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
4003
4004 2011-05-24 Glenn Morris <rgm@gnu.org>
4005
4006 * Makefile.in (check): Just give a message if no test/ directory.
4007
4008 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
4009
4010 * configure.in (OPT_MAKEFILES_IN): Remove.
4011 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
4012 (SUBDIR_MAKEFILES_IN): New output variable.
4013 * Makefile.in (OPT_MAKEFILES_IN): Remove.
4014 (SUBDIR_MAKEFILES_IN): Let configure set it.
4015
4016 2011-05-24 Leo Liu <sdl.web@gmail.com>
4017
4018 * m4/sha1.m4:
4019 * m4/gl-comp.m4:
4020 * lib/sha1.h:
4021 * lib/sha1.c:
4022 * lib/makefile.w32-in (GNULIBOBJS):
4023 * lib/gnulib.mk:
4024 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
4025
4026 2011-05-24 Glenn Morris <rgm@gnu.org>
4027
4028 * configure.in: Remove test for already configured source directory.
4029 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
4030
4031 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
4032
4033 2011-05-24 Glenn Morris <rgm@gnu.org>
4034
4035 * make-dist: Don't distribute test/. (Bug#8107)
4036 * configure.in (OPT_MAKEFILES_IN): New output variable.
4037 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
4038 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
4039 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
4040 (check): Give an explicit error if test/ is not present.
4041
4042 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
4043 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
4044 (Makefile): Use $SUBDIR_MAKEFILES_IN.
4045
4046 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
4047
4048 * lib/verify.h: Merge from gnulib.
4049
4050 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
4051
4052 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
4053 Merge from gnulib.
4054
4055 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
4056
4057 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
4058
4059 2011-05-20 Eli Zaretskii <eliz@gnu.org>
4060
4061 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
4062
4063 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
4064
4065 2011-05-20 Glenn Morris <rgm@gnu.org>
4066
4067 * configure.in (lisp_frag): New output file.
4068
4069 2011-05-19 Glenn Morris <rgm@gnu.org>
4070
4071 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
4072 (WINDOW_SUPPORT): Remove output variables that are no longer used.
4073
4074 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
4075
4076 * lib/gnulib.mk:
4077 * lib/intprops.h:
4078 * lib/unistd.in.h:
4079 * m4/inttypes.m4:
4080 * m4/stdint.m4:
4081 * m4/unistd_h.m4: Sync from gnulib.
4082
4083 2011-05-14 Glenn Morris <rgm@gnu.org>
4084
4085 * configure.in: Treat failure to find an X toolkit the same way we treat
4086 failure to find X and image support.
4087
4088 2011-05-12 Glenn Morris <rgm@gnu.org>
4089
4090 * Makefile.in (src, install-arch-indep, bootstrap-clean)
4091 (check-declare): Shell portability fixes. (Bug#8642)
4092
4093 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4094
4095 * configure.in: Require GnuTLS 2.6.x or higher.
4096
4097 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4098
4099 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
4100 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
4101 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
4102
4103 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
4104 This new gnulib-tool option saves 'configure' the trouble of
4105 checking for strtoull when strtoumax exists.
4106
4107 * configure.in (BITS_PER_LONG_LONG): New macro.
4108
4109 2011-05-05 Glenn Morris <rgm@gnu.org>
4110
4111 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
4112 (top_distclean): Delete config.log~.
4113
4114 2011-04-27 Ben Key <bkey76@gmail.com>
4115
4116 * configure.in: Fixed a bug that caused configure with
4117 --enable-checking=stringoverrun to have no effect.
4118
4119 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
4120
4121 * configure.in: Suppress unnecessary checks for size_t.
4122 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
4123 (size_t): Do not check for this, and do not typedef. This code
4124 is never exercised now.
4125
4126 * Makefile.in (GNULIB_MODULES): Add strtoumax.
4127 This is needed for the new integer-reading code in lread.c.
4128 It automatically pulls in the following gnulib files, which
4129 are used on old-fashioned platforms that don't have strtoumax:
4130 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
4131 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
4132 m4/strtoull.m4, m4/strtoumax.m4.
4133 * .bzrignore: Add lib/inttypes.h.
4134
4135 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
4136
4137 * configure.in: Check for GnuTLS certificate verify callbacks.
4138
4139 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4140
4141 * Makefile.in (config.status): Don't erase in case of error.
4142 In case it disappeared, rebuild it with `configure'.
4143
4144 2011-04-20 Ken Brown <kbrown@cornell.edu>
4145
4146 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
4147
4148 2011-04-12 Glenn Morris <rgm@gnu.org>
4149
4150 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
4151
4152 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
4153
4154 * lib/allocator.c: New file, automatically generated by gnulib.
4155
4156 2011-04-07 Glenn Morris <rgm@gnu.org>
4157
4158 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
4159
4160 2011-04-06 Eli Zaretskii <eliz@gnu.org>
4161
4162 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
4163 Revert last change.
4164
4165 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
4166
4167 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
4168 ($(BLD)/careadlinkat.$(O)): New target.
4169 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
4170 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
4171 Update dependencies.
4172
4173 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
4174
4175 Fix more problems found by GCC 4.6.0's static checks.
4176
4177 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
4178
4179 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
4180 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
4181 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
4182 * m4/ssize_t.m4: New files, automatically generated from gnulib.
4183
4184 2011-04-06 Glenn Morris <rgm@gnu.org>
4185
4186 * autogen/update_autogen: Handle loaddefs-like files as well.
4187 (usage): Add -l, -C.
4188 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
4189 With -l, check status of lisp/ as well.
4190 With -C, clean before building.
4191 (autoreconf): Only pass -f in the `clean' case.
4192 (commit): New function.
4193
4194 2011-03-28 Glenn Morris <rgm@gnu.org>
4195
4196 * autogen/update_autogen: Pass -f to autoreconf.
4197
4198 * autogen.sh (get_version): Discard "not found" lines.
4199 (check_version): Respect $AUTOCONF etc environment variables.
4200
4201 2011-03-27 Glenn Morris <rgm@gnu.org>
4202
4203 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
4204 (AH_BOTTOM): Do not define SIGTYPE.
4205
4206 2011-03-26 Glenn Morris <rgm@gnu.org>
4207
4208 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
4209 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
4210
4211 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
4212
4213 * autogen/update_autogen: Remove useless function keyword.
4214
4215 2011-03-25 Eli Zaretskii <eliz@gnu.org>
4216
4217 * config.bat: Generate src/config.h and lib/Makefile from
4218 autogen/config.in and autogen/Makefile.in.
4219
4220 2011-03-25 Glenn Morris <rgm@gnu.org>
4221
4222 * compile, config.guess, config.sub, depcomp, install-sh, missing:
4223 Remove; autoreconf can supply them.
4224 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
4225 config.guess, install-sh. Pass -i to autoreconf.
4226 * autogen/update_autogen (genfiles): Add compile, config.guess,
4227 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
4228 Discard non-error output from autoreconf in -q case.
4229 * autogen/compile, autogen/config.guess, autogen/config.sub:
4230 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
4231 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
4232 install-sh, missing.
4233
4234 2011-03-23 Glenn Morris <rgm@gnu.org>
4235
4236 * autogen/update_autogen: Fix typo.
4237 (msg): Remove function; use `exec' instead.
4238
4239 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
4240 (sync-from-gnulib): Don't sync mkinstalldirs.
4241 * make-dist: Don't distribute mkinstalldirs.
4242
4243 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
4244
4245 Fix more problems found by GCC 4.5.2's static checks.
4246 * Makefile.in (GNULIB_MODULES): Add socklen.
4247 * configure.in: Do not check for sys/socket.h, since socklen does that.
4248 * m4/socklen.m4: New automatically-generated file, from gnulib.
4249
4250 fakemail: Remove dependency on ignore-value.
4251 * Makefile.in (GNULIB_MODULES): Add stdio.
4252 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
4253 imported from gnulib.
4254 * .bzrignore: Add lib/stdio.h.
4255
4256 2011-03-22 Glenn Morris <rgm@gnu.org>
4257
4258 * autogen/copy_autogen: Work from ./ or ../.
4259 Fix time-stamps.
4260 * autogen.sh: Doc fix.
4261
4262 2011-03-20 Glenn Morris <rgm@gnu.org>
4263
4264 * autogen/: New directory, to be excluded from releases.
4265 * autogen/copy_autogen, autogen/update_autogen: New scripts.
4266 * autogen/README: New file.
4267 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
4268 * autogen/Makefile.in: Add auto-updated generated files.
4269 * autogen.sh: No longer a no-op, now it tests for autotools
4270 and runs them as necessary.
4271 * configure.in: Default maintainer-mode to on.
4272 * aclocal.m4, configure, lib/Makefile.in: Remove files.
4273
4274 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
4275
4276 Update for gnulib.
4277 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
4278 includes <intprops.h> directly.
4279 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
4280 when building Emacs on Solaris 9 and running it on Solaris 10.
4281
4282 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
4283
4284 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
4285
4286 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4287
4288 * Version 23.3 released.
4289
4290 2011-03-06 Glenn Morris <rgm@gnu.org>
4291
4292 * configure.in (FREETYPE_LIBS): Actually set it to something.
4293
4294 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
4295
4296 Work around some portability problems with symlinks.
4297
4298 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
4299 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
4300 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
4301 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
4302 * m4/symlink.m4:
4303 New files, automatically generated from gnulib.
4304 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4305 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
4306
4307 2011-02-26 Eli Zaretskii <eliz@gnu.org>
4308
4309 * .bzrignore: Ignore new lib/*.in-h files.
4310
4311 * config.bat: Rename stdint.in.h and sys_stat.in.h.
4312 Call depfiles.bat even if lib/deps already exist.
4313
4314 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
4315
4316 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
4317 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
4318 recent changes to configure.in and to gnulib.
4319
4320 2011-02-24 Glenn Morris <rgm@gnu.org>
4321
4322 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
4323 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
4324
4325 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
4326
4327 Assume S_ISLNK etc. work, since gnulib supports this.
4328 * Makefile.in (GNULIB_MODULES): Add sys_stat.
4329 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
4330 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
4331 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
4332
4333 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
4334
4335 * lib/min-max.h: New file, for "min" and "max".
4336
4337 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
4338
4339 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
4340 $(EMACS_ROOT)/nt/inc/stdint.h.
4341
4342 2011-02-21 Eli Zaretskii <eliz@gnu.org>
4343
4344 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
4345 src/makefile.w32-in and adapt. Depend on stamp_BLD.
4346 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
4347
4348 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
4349
4350 Import filemode module from gnulib.
4351 * .bzrignore: Add lib/sys/.
4352 * Makefile.in (GNULIB_MODULES): Add filemode.
4353 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
4354 * lib/filemode.c: Renamed from src/filemode.c and regenerated
4355 from gnulib. This adds support for some more file types, e.g.,
4356 Cray DMF migrated files.
4357 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
4358 * m4/sys_stat_h.m4: New files, generated from gnulib.
4359 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4360 Regenerate.
4361
4362 2011-02-20 Eli Zaretskii <eliz@gnu.org>
4363
4364 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
4365 $(EMACS_ROOT)/nt/inc/sys/stat.h.
4366
4367 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
4368
4369 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
4370 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
4371 is no longer needed, due to the recent SSDATA and related changes.
4372 Perhaps -Wno-pointer-sign should also be removed from
4373 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
4374 way to test this so I left it alone.
4375 * configure: Regenerate.
4376
4377 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
4378
4379 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
4380 src/makefile.w32-in.
4381
4382 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
4383
4384 Import crypto/md5 and stdint modules from gnulib.
4385 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4386 Regenerate.
4387 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
4388 Import the new versions from gnulib; they assume a C99-style
4389 <stdint.h>, supplied by the stdint module.
4390 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
4391 imported from gnulib.
4392 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
4393
4394 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4395
4396 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
4397 Add lib/deps/.
4398
4399 * config.bat: Configure in `lib'.
4400 Generate *.Po files in lib/deps.
4401
4402 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
4403
4404 Import IRIX 6.5 getloadavg fixes from gnulib.
4405 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
4406
4407 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
4408
4409 Import getloadavg module from gnulib.
4410 * .bzrignore: Add lib/stdlib.h.
4411 * Makefile.in (GNULIB_MODULES): Add getloadavg.
4412 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
4413 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
4414 Remove; gnulib does this now.
4415 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
4416 from gnulib. This adds support for several other systems, such
4417 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
4418 buffer overrun on Linux hosts under very high load, and on hosts
4419 that maintain a channel to the load average file it makes sure
4420 the file descriptor is close-on-exec (on hosts that support this)
4421 and is not stdin, stdout, or stderr.
4422 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
4423 from gnulib.
4424 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4425 Regenerate.
4426
4427 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
4428
4429 Merge from gnulib.
4430
4431 * install-sh: Update to scriptversion 2011-01-19.21.
4432
4433 2011-02-13 Bruno Haible <bruno@clisp.org>
4434
4435 Consistent macro naming for macros that use GCC __attribute__.
4436 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
4437 ATTRIBUTE_DEPRECATED.
4438
4439 2011-02-12 Bruno Haible <bruno@clisp.org>
4440
4441 setlocale: Prefer gnulib's override over libintl's override.
4442 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
4443 GNULIB_defined_setlocale is set.
4444
4445 2011-02-13 Glenn Morris <rgm@gnu.org>
4446
4447 * make-dist: Exclude generated file src/globals.h.
4448
4449 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
4450
4451 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
4452 Sync from gnulib, which has been patched to fix the problem
4453 with the license notices. Problem reported by Glenn Morris in
4454 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
4455
4456 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * .bzrignore: Ignore globals.h and related stamp.
4459
4460 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
4461
4462 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
4463 This merges the following fix from gnulib:
4464
4465 2011-02-08 Bruno Haible <bruno@clisp.org>
4466
4467 Split large sed scripts, for HP-UX sed.
4468
4469 2011-02-08 Tom Tromey <tromey@redhat.com>
4470
4471 * configure: Rebuild.
4472 * configure.in (NS_OBJC_OBJ): New subst.
4473
4474 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
4475
4476 gnulib: allow multiple gnulib generated replacements to coexist
4477 This defines a few preprocessor symbols that should not affect Emacs.
4478 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
4479 via "make sync-from-gnulib".
4480
4481 gnulib: undo previous change
4482 The upstream _HEADERS change was backed out of gnulib (see the
4483 same thread). Stay in sync with gnulib.
4484
4485 gnulib: adjust to upstream _HEADERS change
4486 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
4487 New empty macros, to accommodate recent changes to gnulib. See
4488 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
4489 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
4490 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
4491 * lib/time.in.h, lib/unistd.in.h:
4492 Regenerate.
4493
4494 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
4495
4496 sync from gnulib to remove HAVE_STDBOOL_H
4497 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
4498 AC_HEADER_STDBOOL. All uses changed. Do not define
4499 HAVE_STDBOOL_H, as gnulib does not need this. This change is
4500 imported from the latest Autoconf git. It was motivated by Emacs,
4501 which uses gnulib but does not need HAVE_STDBOOL_H.
4502 * configure, src/config.in: Regenerate.
4503 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
4504
4505 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
4506
4507 allow C code to suppress warnings about ignored return values
4508 * Makefile.in (GNULIB_MODULES): Add ignore-value.
4509 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4510 * lib/ignore-value.h: New file.
4511
4512 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
4513
4514 * configure.in: Test existence of xaw3d library, not just the
4515 header (Bug#7642).
4516
4517 2011-01-31 Eli Zaretskii <eliz@gnu.org>
4518
4519 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
4520 $(BLD)/time_r.$(O).
4521 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
4522 $(EMACS_ROOT)/src/m/intel386.h.
4523 ($(BLD)/strftime.$(O))
4524 ($(BLD)/time_r.$(O)): Define prerequisites.
4525
4526 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
4527
4528 src/emacs.c now gets version number from configure.in
4529 * configure.in (version): Set this from $PACKAGE_VERSION,
4530 which is set from AC_INIT, rather than scouting through src/emacs.c.
4531 * configure: Regenerate.
4532 * make-dist (version): Get it from configure.in, not src/emacs.c.
4533
4534 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4535
4536 strftime: import from gnulib
4537 * Makefile.in (GNULIB_MODULES): Add strftime.
4538 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
4539 needed.
4540 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4541 Regenerate.
4542 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
4543 imported from gnulib.
4544 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
4545 This incorporates many changes from gnulib, including simpler
4546 handling of multibyte formats, porting to mingw32 and other
4547 platforms, and support for higher-resolution time stamps.
4548 Emacs does not yet use the higher-resolution interface.
4549
4550 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4551
4552 gnulib: import mktime and move-if-change fixes from gnulib
4553
4554 * configure: Regenerate from the following.
4555
4556 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4557
4558 mktime: clarify long_int width checking
4559 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
4560 the top level, to make it clearer that the assumption about
4561 long_int width is being checked. See
4562 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
4563
4564 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
4565
4566 TYPE_MAXIMUM: avoid theoretically undefined behavior
4567 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
4568 negative number, which the C Standard says has undefined behavior.
4569 In practice this is not a problem, but might as well do it by the book.
4570 Reported by Rich Felker and Eric Blake; see
4571 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
4572 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4573 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
4574
4575 mktime: #undef mktime before #defining it
4576 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
4577
4578 mktime: systematically normalize tm_isdst comparisons
4579 * lib/mktime.c (isdst_differ): New function.
4580 (__mktime_internal): Use it systematically for all isdst comparisons.
4581 This completes the fix for libc BZ #6723, and removes the need for
4582 normalizing tm_isdst.
4583 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
4584 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
4585
4586 mktime: fix some integer overflow issues and sidestep the rest
4587
4588 This was prompted by a bug report by Benjamin Lindner for MinGW
4589 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
4590 His bug is due to signed integer overflow (0 - INT_MIN), and I
4591 I scanned through mktime.c looking for other integer overflow
4592 problems, fixing all the bugs I found.
4593
4594 Although the C Standard says the resulting code is still not safe
4595 in the presence of integer overflow, in practice it should be good
4596 enough for all real-world two's-complement implementations, except
4597 for debugging environments that deliberately trap on integer
4598 overflow (e.g., gcc -ftrapv).
4599
4600 * lib/mktime.c (WRAPV): New macro.
4601 (SHR): Also check that long_int and time_t shift right in the
4602 usual way, before using the fast-but-unportable method.
4603 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
4604 used. The code already assumed two's complement, so there's
4605 no need to test for alternatives. All uses removed.
4606 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
4607 the C standard. Problem reported by Rich Felker in
4608 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
4609 (twos_complement_arithmetic): Also check long_int and time_t.
4610 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
4611 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
4612 (__mktime_internal): Avoid integer overflow with unary subtraction
4613 in two instances where -1 - X is an adequate replacement for -X,
4614 since the calculations are approximate.
4615
4616 2011-01-29 Eric Blake <eblake@redhat.com>
4617
4618 mktime: avoid infinite loop
4619 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
4620 type; behavior is still undefined but portable to all known targets.
4621 Reported by Rich Felker.
4622
4623 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
4624
4625 mktime: avoid problems on NetBSD 5 / i386
4626 * lib/mktime.c (long_int): New type. This works around a problem
4627 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
4628 but time_t is 64 bits, and where I expect the existing code is
4629 wrong in some cases.
4630 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
4631 (ydhms_diff): Bring back the compile-time check for wide-enough
4632 year and yday.
4633
4634 mktime: fix misspelling in comment
4635 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
4636 This merges all recent glibc changes of importance.
4637
4638 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4639
4640 move-if-change: cope with concurrent mv of identical file.
4641 * move-if-change (CMPPROG): Accept environment
4642 variable as an override for `cmp'.
4643 (usage): Document CMPPROG.
4644 Adjust comparison to drop stdout. Cope with failure of mv if
4645 the target file exists and is identical to the source, for
4646 parallel builds.
4647 Report from H.J. Lu against binutils in PR binutils/12283.
4648
4649 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4650
4651 * lib/makefile.w32-in:
4652 * lib/getopt_.h: New files.
4653
4654 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
4655
4656 improve fix for MS-DOS file name clash
4657 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
4658 for portability to POSIX make. Reported by Bruno Haible.
4659 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
4660 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
4661 files from accumulating as garbage. Also reported by Bruno Haible.
4662
4663 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
4664
4665 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
4666 * Makefile.in (DOS-gnulib-comp.m4): New macro.
4667 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
4668 problems with MS-DOS 8+3 file name restrictions.
4669 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
4670 it, it would also cause problems when extracting Emacs distribution
4671 tarballs on MS-DOS hosts.
4672 (ACLOCAL_INPUTS): Adjust to file renaming.
4673 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
4674 * config.guess, config.sub: Sync from gnulib.
4675 * m4/gnulib-cache.m4: Remove from repository.
4676 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
4677
4678 2011-01-25 Glenn Morris <rgm@gnu.org>
4679
4680 * README: Add a note about ranges in copyright years.
4681
4682 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
4683
4684 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
4685
4686 * configure.in: Add HP-UX on IA64 (Bug#6811).
4687
4688 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
4689
4690 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
4691 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
4692 as it is no longer needed.
4693 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
4694 * configure.in: Invoke the new gnulib macro
4695 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
4696 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
4697 * m4/getopt.m4: Sync from gnulib; this removes the need for
4698 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
4699 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
4700 New macro, synced from gnulib.
4701 * m4/warn-on-use.m4: Remove.
4702
4703 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
4704
4705 aclocal.m4: put this file back into repository
4706 This way, we don't have to assume that the maintainer has
4707 the automake package installed. See
4708 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
4709 * .bzrignore: Remove aclocal.m4, undoing the previous change.
4710 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
4711 undoing the previous change.
4712 * aclocal.m4: New file (actually, resurrected).
4713
4714 2011-01-22 Miles Bader <miles@gnu.org>
4715
4716 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
4717 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
4718 Emacs directly uses fontconfig, and breaks building when using a
4719 strict linker).
4720
4721 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
4722
4723 src/config.in: shrink slightly
4724 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
4725 This makes src/config.in a bit smaller, by removing identifiers
4726 like GNULIB_TEST_MKTIME that Emacs does not need.
4727 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
4728 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
4729 Sync from gnulib. This removes a few more unnecessary symbols from
4730 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
4731 * configure, src/config.in: Regenerate.
4732
4733 aclocal.m4: tweaks to regenerate more conveniently
4734 This attempts to act better when the source is in a weird state. See
4735 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
4736 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
4737 * .bzrignore: Add aclocal.m4.
4738
4739 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
4740
4741 aclocal.m4: omit auto-generated file from repository
4742 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
4743 the most recent change here.
4744 * aclocal.m4: Remove from bzr repository. This file is
4745 auto-generated and isn't needed to run 'configure'. See
4746 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
4747
4748 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
4749
4750 Minor Makefile.in tweaks to build from gnulib better.
4751 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
4752 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
4753 (top_maintainer_clean): Don't remove aclocal.m4.
4754
4755 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
4756
4757 Minor cleanups for 'bzr status'
4758 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
4759 the output of config.guess.
4760 * Makefile.in (top_distclean): Remove stamp-h1 too.
4761
4762 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
4763 defined if the compiler supports GCC-style __attribute__
4764 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
4765 this syntax.
4766
4767 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
4768
4769 Makefile.in: tidy up the building of lib
4770 * Makefile.in (am--refresh): Mark as .PHONY.
4771 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
4772 as they're not rebuilt unless you do a "make sync-from-gnulib"
4773 and the former is needed for "configure".
4774 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
4775 has already removed lib/Makefile.
4776
4777 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
4778 This avoids building ftoastr and ldtoastr, which aren't needed. See
4779 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
4780
4781 * .bzrignore: Add .h files that are host-dependent.
4782 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
4783 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
4784 host-dependent and are built as part of an ordinary 'make', and
4785 should not be checked in.
4786
4787 * lib/Makefile.in: Regenerate.
4788 * lib/COPYING: New file, a copy of COPYING.
4789
4790 * configure: Regenerate.
4791 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
4792
4793 Regenerate.
4794 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
4795 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
4796 New files, copied from gnulib by gnulib-tool.
4797 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
4798 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4799 Regenerate.
4800
4801 Use gnulib's getopt-gnu module.
4802 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
4803 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
4804 representative of the dependencies.
4805 * configure.in: Do not configure getopt, as gnulib does that now.
4806 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
4807 getopt now, in lib.
4808
4809 Regenerate.
4810 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
4811 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
4812 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
4813 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
4814 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
4815 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
4816 * m4/wchar_t.m4, warn-on-use.h:
4817 New files, copied from gnulib by gnulib-tool.
4818 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4819 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4820 Regenerate.
4821
4822 Use gnulib's mktime module.
4823 * Makefile.in (GNULIB_MODULES): Add mktime.
4824 * configure.in: Remove code no longer needed, as gnulib now does it.
4825 (AC_CHECK_FUNCS): Remove mktime.
4826 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
4827 (__restrict): Remove, as this now gets in the way of the C99
4828 support for 'restrict' pulled in by the gnulib mktime module.
4829 Code should now use 'restrict' and not '__restrict".
4830 (mktime): Remove.
4831 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
4832 and warn-on-use.h into the distribution.
4833
4834 Regenerate.
4835 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
4836 * lib/ldtoastr.c, m4/c-strtod.m4:
4837 New files, copied from gnulib by gnulib-tool.
4838 * lib/dummy.c: Remove.
4839 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4840 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4841 Regenerate.
4842
4843 Use gnulib's ftoastr module.
4844 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
4845
4846 Regenerate.
4847 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
4848 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
4849 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
4850 New files, generated automatically, with 'make sync-from-gnulib'
4851 followed by 'make'.
4852 * configure: Regenerate.
4853
4854 Automate syncing from gnulib.
4855 * INSTALL, README: Document new subdirectory 'lib'.
4856 * Makefile.in (SUBDIR): Add lib.
4857 (SUBDIR_MAKEFILES): Add lib/Makefile.
4858 (lib-src, src, TAGS, tags): Depend on lib.
4859 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
4860 ($(gnulib_srcdir)): New rule.
4861 (sync-from-gnulib): New rule, which is .PHONY.
4862 (lib): New rule, which is like lib-src.
4863 (Makefile): Depend on lib/Makefile.in.
4864 (AUTOCONF_INPUTS): Depend on aclocal.m4.
4865 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
4866 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
4867 (am--refresh): New rule, to pacify Automake.
4868 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
4869 Clean lib, too.
4870 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
4871 droppings.
4872 (maintainer-clean, extraclean): Use it.
4873 * configure.in: Initialize for automake and gnulib, by invoking
4874 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
4875 lib/Makefile, too. Use automake to build gnulib, as gnulib works
4876 more conveniently with automake.
4877 * lib/Makefile.am: New file.
4878 * make-dist: Also put into the distribution aclocal.m4,
4879 compile, depcomp, missing, and the files under lib/.
4880
4881 2011-01-15 Glenn Morris <rgm@gnu.org>
4882
4883 * Makefile.in (epaths-force): No more arch-tag to edit.
4884
4885 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4886
4887 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
4888
4889 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
4890
4891 * make-dist: Distribute test/ files too.
4892 Distribute every file under test/ that is under version control,
4893 using patterns like *.el to capture files that are added later.
4894 Without this change, "configure" would fail, because it would
4895 attempt to build from a Makefile.in that was not distributed.
4896
4897 2011-01-13 Christian Ohler <ohler@gnu.org>
4898
4899 * Makefile.in (INFO_FILES): Add ERT.
4900
4901 * Makefile.in (check): Run tests in test/automated.
4902
4903 * Makefile.in:
4904 * configure.in: Add test/automated/Makefile.
4905
4906 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
4907
4908 * install-sh, mkinstalldirs, move-if-change: Update from master
4909 source in gnulib.
4910
4911 * config.guess, config.sub: Updated from master source.
4912
4913 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
4914
4915 * configure.in: Check for __builtin_unwind_init.
4916
4917 2011-01-05 Glenn Morris <rgm@gnu.org>
4918
4919 * configure.in (HAVE_MAKEINFO): New output variable.
4920 (MAKEINFO): Reset to "makeinfo" if not found.
4921 * Makefile.in (install-arch-indep, info):
4922 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
4923
4924 2010-12-29 Ulrich Müller <ulm@gentoo.org>
4925
4926 * configure.in: Make gameuser configurable (Bug#7717).
4927
4928 2010-12-15 Glenn Morris <rgm@gnu.org>
4929
4930 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
4931 long absent lib-src/fns-*.el.
4932
4933 2010-12-11 Glenn Morris <rgm@gnu.org>
4934
4935 * make-dist: Exclude etc/*.pyc.
4936
4937 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
4938
4939 * configure.in: Don't double machfile in final message.
4940
4941 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
4942
4943 * configure.in: Fix last change.
4944
4945 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
4946
4947 * configure.in: Remove reference to removed machine description
4948 files and allow $machine and $machfile to be empty.
4949 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
4950
4951 2010-12-03 Glenn Morris <rgm@gnu.org>
4952
4953 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
4954
4955 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
4956
4957 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
4958 (EXTERNALLY_VISIBLE): New definition.
4959
4960 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
4961
4962 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
4963
4964 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4965
4966 * configure.in: Do not check for unconditionally included headers.
4967
4968 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4969
4970 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
4971
4972 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4973
4974 * configure.in: Don't write a warning for D-Bus anymore.
4975
4976 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
4977
4978 * configure.in: Fix indentation.
4979
4980 2010-10-31 Ken Brown <kbrown@cornell.edu>
4981
4982 * configure.in (checking whether localtime caches TZ):
4983 Use unsetenv instead of modifying environment directly.
4984
4985 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
4986
4987 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
4988 to avoid warning.
4989
4990 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4991
4992 * configure.in: Remove the BROKEN annotation from GnuTLS.
4993
4994 2010-10-22 Glenn Morris <rgm@gnu.org>
4995
4996 * make-dist: Avoid listing .el files twice. Don't try to run
4997 autoconf if --no-update.
4998
4999 2010-10-20 Glenn Morris <rgm@gnu.org>
5000
5001 * make-dist: No longer create lisp/MANIFEST.
5002
5003 2010-10-14 Glenn Morris <rgm@gnu.org>
5004
5005 * BUGS, INSTALL.BZR, README: Updates.
5006
5007 2010-10-13 Glenn Morris <rgm@gnu.org>
5008
5009 * make-dist: Remove --compress. Check for the appropriate
5010 gzip-like executable, and if not found, don't compress.
5011 Check version number in README, don't change it.
5012 Use find for nt/inc/*.h.
5013
5014 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
5015
5016 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
5017 Remove trailing / from directory names.
5018
5019 2010-10-12 Glenn Morris <rgm@gnu.org>
5020
5021 * make-dist: Update and simplify.
5022
5023 2010-10-12 Eli Zaretskii <eliz@gnu.org>
5024
5025 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
5026
5027 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5028
5029 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
5030
5031 2010-10-09 Glenn Morris <rgm@gnu.org>
5032
5033 * make-dist: No more doc/emacs/*.texi.in.
5034
5035 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
5036
5037 2010-10-09 Glenn Morris <rgm@gnu.org>
5038
5039 * configure.in: Combine some conditionals.
5040
5041 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
5042 * make-dist: Include doc/emacs/*.texi.in.
5043
5044 * INSTALL, make-dist: Remove references to b2m.
5045 * Makefile.in (MAN_PAGES): Remove b2m.1.
5046
5047 2010-10-05 Glenn Morris <rgm@gnu.org>
5048
5049 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
5050
5051 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5052
5053 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
5054
5055 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
5056
5057 * configure.in: Include stdlib.h and string.h unconditionally.
5058
5059 2010-09-29 Romain Francoise <romain@orebokech.com>
5060
5061 * configure.in: Don't enable ImageMagick unless HAVE_X11.
5062
5063 2010-09-28 Glenn Morris <rgm@gnu.org>
5064
5065 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
5066 happy.
5067
5068 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5069
5070 * configure.in: Enable imagemagick by default.
5071
5072 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5073
5074 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
5075 GnuTLS libraries.
5076
5077 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
5078
5079 * configure.in: Set up GnuTLS.
5080
5081 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
5082
5083 * configure.in: Announce whether libxml2 is linked to.
5084
5085 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5086
5087 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
5088
5089 2010-09-18 Eli Zaretskii <eliz@gnu.org>
5090
5091 * config.bat: Detect that libxml2 is installed and if so, build
5092 with it.
5093
5094 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5095
5096 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
5097 be used. This fixes a conf problem on Mac OS X.
5098
5099 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5100
5101 * configure.in: Check for libxml2.
5102
5103 2010-09-09 Glenn Morris <rgm@gnu.org>
5104
5105 * make-dist: No more TODO files under lisp/.
5106
5107 2010-09-04 Eli Zaretskii <eliz@gnu.org>
5108
5109 * config.bat: Produce lisp/gnus/_dir-locals.el from
5110 lisp/gnus/.dir-locals.el.
5111
5112 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
5113
5114 * configure.in: Fix check for librsvg, imagemagick and
5115 MagickExportImagePixels.
5116
5117 2010-08-18 Joakim Verona <joakim@verona.se>
5118
5119 * Makefile.in, configure.in: Checks for ImageMagick.
5120
5121 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
5122
5123 * configure.in (AC_PREREQ): Require autoconf 2.65.
5124
5125 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
5126
5127 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
5128
5129 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
5130
5131 * configure.in: Add AC_C_BIGENDIAN.
5132
5133 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
5134
5135 * configure.in (ORDINARY_LINK): Use on hpux* too.
5136
5137 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
5138
5139 * configure.in: Check for util.h.
5140 Use -Wimplicit-function-declaration if compiler supports it.
5141
5142 2010-08-05 Eli Zaretskii <eliz@gnu.org>
5143
5144 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
5145
5146 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
5147
5148 * configure.in: Restore accidentally removed use of
5149 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
5150
5151 2010-07-29 Chad Brown <yandros@mit.edu>
5152
5153 * configure.in: Check for dirent.h.
5154
5155 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
5156
5157 * configure.in: Remove reference to usg5-4, unused.
5158
5159 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
5160
5161 * configure.in: Check for __executable_start.
5162
5163 2010-07-24 Ken Brown <kbrown@cornell.edu>
5164
5165 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
5166
5167 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
5168
5169 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
5170
5171 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
5172
5173 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
5174
5175 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5176
5177 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
5178 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
5179 (C_OPTIMIZE_SWITCH): Remove.
5180 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
5181
5182 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
5183
5184 * configure.in: Don't check for index and rindex, check for strchr
5185 and strrchr. Define strchr and strrchr as index and rindex,
5186 resp., in src/config.h if not available.
5187
5188 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
5189
5190 * configure.in: Use -Wold-style-definition if available.
5191 This helps with the transition to standard C code, it can be
5192 removed when done.
5193
5194 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
5195
5196 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
5197 and MSWindows.
5198
5199 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
5200
5201 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
5202 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
5203
5204 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5205
5206 * configure.in (getenv): Remove K&R declaration.
5207
5208 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
5209
5210 * configure.in: Remove define __P.
5211
5212 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
5213
5214 * configure.in (--enable-use-lisp-union-type): New flag.
5215
5216 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
5217
5218 Fix CFLAGS for non-GCC compilers.
5219 * configure.in (CFLAGS): Always use -g like it was done before the
5220 2010-03-30 change.
5221 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
5222 (Bug#6538)
5223
5224 2010-06-30 Glenn Morris <rgm@gnu.org>
5225
5226 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
5227 Set with AC_DEFINE rather than AH_BOTTOM.
5228
5229 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC)
5230 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
5231 Set with shell, not cpp.
5232 (LIBX): Remove, just use -lX11 in the one place this was used.
5233 (cannot_dump): Replace with CANNOT_DUMP.
5234
5235 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
5236
5237 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
5238 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
5239 by minimum required Gtk+ 2.6). Add checks for functions introduced
5240 in Gtk+ 2.14 or newer (bug#6505).
5241
5242 2010-06-26 Eli Zaretskii <eliz@gnu.org>
5243
5244 * config.bat: Remove white space around "+" in COPY commands.
5245
5246 2010-06-23 Glenn Morris <rgm@gnu.org>
5247
5248 * info/dir: Start descriptions in column 32, per Texinfo convention.
5249
5250 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
5251
5252 * INSTALL: Update font information (Bug#6389).
5253
5254 2010-06-16 Glenn Morris <rgm@gnu.org>
5255
5256 * INSTALL: General update.
5257
5258 2010-06-12 Glenn Morris <rgm@gnu.org>
5259
5260 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
5261
5262 2010-06-11 Glenn Morris <rgm@gnu.org>
5263
5264 * configure.in (--without-compress-info): New option.
5265 (GZIP_INFO): New output variable.
5266
5267 * Makefile.in (GZIP_INFO): New, set by configure.
5268 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
5269 Handle man pages in the same way.
5270
5271 2010-06-10 Glenn Morris <rgm@gnu.org>
5272
5273 * Makefile.in (install-arch-indep): Gzip the info files too.
5274
5275 * make-dist: Remove references to non-existent directories and files.
5276
5277 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
5278
5279 * configure.in: Include <strings.h> and <string.h> instead of
5280 "strings.h" and "string.h".
5281
5282 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
5283
5284 * configure.in: Remove code dealing with BSTRING.
5285
5286 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
5287
5288 * configure.in (AC_PREREQ): Require autoconf 2.65.
5289
5290 * configure.in (unxec): Do not define and substitute.
5291 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
5292
5293 2010-06-03 Glenn Morris <rgm@gnu.org>
5294
5295 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
5296
5297 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
5298
5299 Fix alloca definition when using gcc on non-gnu systems.
5300 * configure.in: Use the code sequence indicated by "info autoconf"
5301 for alloca (bug#6170).
5302
5303 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5304
5305 * .bzrignore: Ignore new files from trunk, which appear if you use
5306 colocated branches (i.e. "bzr switch").
5307
5308 2010-05-28 Glenn Morris <rgm@gnu.org>
5309
5310 * configure.in: Simplify some of the $canonical tests.
5311
5312 2010-05-27 Glenn Morris <rgm@gnu.org>
5313
5314 * config.bat: Do not preprocess src/Makefile.in.
5315
5316 * configure.in: Do not preprocess src/Makefile.in.
5317 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
5318 (AC_EGREP_CPP): Test no longer needed.
5319
5320 * make-dist: No more Makefile.c files.
5321
5322 2010-05-26 Glenn Morris <rgm@gnu.org>
5323
5324 * configure.in (YMF_PASS_LDFLAGS): Remove.
5325 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
5326
5327 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
5328 Add $GNUSTEP_LOCAL_HEADERS.
5329 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
5330
5331 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
5332 (GNUSTEP_MAKEFILES): Remove.
5333 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
5334 stuff to here.
5335
5336 2010-05-25 Glenn Morris <rgm@gnu.org>
5337
5338 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
5339 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
5340
5341 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
5342 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
5343 here instead.
5344
5345 2010-05-24 Romain Francoise <romain@orebokech.com>
5346
5347 * make-dist: Look for version in src/emacs.c.
5348 Use lisp/subr.el rather than lisp/version.el for location check.
5349
5350 2010-05-21 Glenn Morris <rgm@gnu.org>
5351
5352 * configure.in (MKDEPDIR): Parallel build tweak.
5353
5354 * configure.in (ns_frag): New output file.
5355
5356 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
5357 (OLDXMENU_TARGET): Set to empty if USE_GTK.
5358
5359 * configure.in (cannot_dump): New output variable.
5360
5361 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
5362
5363 * configure.in: On NetBSD, if terminfo is found, use it in
5364 preference to termcap. (Bug#6190)
5365
5366 2010-05-20 Glenn Morris <rgm@gnu.org>
5367
5368 * make-dist (src): Include *.mk.
5369 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
5370 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
5371 (deps_frag): New output file.
5372 (AUTO_DEPEND): Remove this definition.
5373
5374 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
5375
5376 2010-05-19 Glenn Morris <rgm@gnu.org>
5377
5378 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
5379 (ORDINARY_LINK): New AC_DEFINE.
5380 (LIB_GCC): No need to set if ORDINARY_LINK.
5381
5382 2010-05-18 Glenn Morris <rgm@gnu.org>
5383
5384 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
5385 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
5386
5387 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
5388 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
5389 (RALLOC_OBJ): New output variable.
5390
5391 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
5392 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
5393
5394 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * Makefile.in (src): Provide the name of the VCS file that witnesses
5397 a pull.
5398 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
5399
5400 2010-05-17 Glenn Morris <rgm@gnu.org>
5401
5402 * configure.in (OLDXMENU_DEPS): New output variable.
5403
5404 2010-05-16 Glenn Morris <rgm@gnu.org>
5405
5406 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
5407
5408 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
5409 * Makefile.in (install-arch-dep): Update for above change.
5410
5411 * Makefile.in (ns_appdir): Remove.
5412 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
5413
5414 * configure.in (TEMACS_LDFLAGS2): New output variable.
5415
5416 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
5417 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
5418 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
5419 nothing uses.
5420
5421 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
5422
5423 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
5424 does not use them.
5425 (X11R5_INHIBIT_I18N): Remove, unused.
5426
5427 2010-05-15 Glenn Morris <rgm@gnu.org>
5428
5429 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
5430
5431 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
5432
5433 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
5434
5435 * configure.in: Look for version string in its new location.
5436
5437 2010-05-15 Eli Zaretskii <eliz@gnu.org>
5438
5439 * config.bat: Remove support for DJGPP v1.x.
5440
5441 2010-05-15 Glenn Morris <rgm@gnu.org>
5442
5443 * configure.in (OLDXMENU_TARGET): New output variable.
5444
5445 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
5446
5447 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
5448 and other files that no longer exist.
5449
5450 2010-05-14 Glenn Morris <rgm@gnu.org>
5451
5452 * configure.in (cpp_undefs): Add mktime, register, X11.
5453
5454 * configure.in (GPM_MOUSE_SUPPORT): Remove.
5455 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
5456 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
5457
5458 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
5459 (GNUSTEP_MAKEFILES): Do not output.
5460
5461 2010-05-13 Glenn Morris <rgm@gnu.org>
5462
5463 * configure.in: Fix some paren typos.
5464
5465 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
5466
5467 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
5468
5469 2010-05-12 Glenn Morris <rgm@gnu.org>
5470
5471 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
5472
5473 * configure.in (LIB_GCC): New output variable.
5474
5475 2010-05-11 Glenn Morris <rgm@gnu.org>
5476
5477 * make-dist (msdos): No more mainmake.
5478
5479 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
5480 * config.bat: Do not run cpp on lib-src/Makefile.in.
5481
5482 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
5483
5484 2010-05-10 Glenn Morris <rgm@gnu.org>
5485
5486 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
5487
5488 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
5489 (BLESSMAIL_TARGET): New output variable.
5490
5491 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5492
5493 * INSTALL: Fix typos.
5494
5495 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5496
5497 * configure.in: Add check for buggy version of GCC (Bug#6031).
5498
5499 2010-05-08 Glenn Morris <rgm@gnu.org>
5500
5501 * configure.in (HAVE_LIBNCURSES): New local variable.
5502 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
5503 replacing cpp in src/s/*.h and src/Makefile.in.
5504
5505 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5506
5507 * Version 23.2 released.
5508
5509 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5510
5511 * configure.in: Add tests for `isnan' and `copysign'.
5512
5513 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5514
5515 * config.bat: Allow for 2 leading `#'s in comments in
5516 src/Makefile.in.
5517
5518 2010-05-07 Glenn Morris <rgm@gnu.org>
5519
5520 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
5521 Merges logic from src/s/* and src/Makefile.in.
5522 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
5523
5524 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
5525
5526 Define START_FILES and LIB_STANDARD using autoconf.
5527 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
5528 here from src/s/*.h.
5529 (HAVE_CRTIN): Remove, inline logic in the netbsd
5530 START_FILES/LIB_STANDARD computation.
5531
5532 2010-05-06 Glenn Morris <rgm@gnu.org>
5533
5534 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
5535
5536 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
5537 (LD_SWITCH_X_SITE): Remove unused variables.
5538
5539 2010-05-04 Glenn Morris <rgm@gnu.org>
5540
5541 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
5542 as well.
5543 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
5544
5545 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
5546
5547 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
5548 variables, replacing c_switch_machine, c_switch_system.
5549 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
5550 @c_switch_system@.
5551
5552 2010-05-03 Glenn Morris <rgm@gnu.org>
5553
5554 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
5555
5556 * make-dist: There are no more src/m/*.inp files.
5557
5558 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5559
5560 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
5561 (ac_link): Do not use ld_switch_machine.
5562
5563 2010-05-01 Glenn Morris <rgm@gnu.org>
5564
5565 * configure.in (OTHER_OBJ): Remove.
5566 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
5567
5568 2010-04-30 Glenn Morris <rgm@gnu.org>
5569
5570 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
5571 Elsewhere, maybe include it.
5572
5573 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
5574 (OLDXMENU, LIBXMENU): New output variables.
5575
5576 * configure.in (OTHER_OBJ): New output variable.
5577
5578 2010-04-28 Glenn Morris <rgm@gnu.org>
5579
5580 * configure.in (CYGWIN_OBJ): New output variable.
5581
5582 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
5583
5584 * configure.in (FONT_OBJ): New output variable.
5585
5586 * configure.in (LIBXMU): New output variable.
5587
5588 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
5589
5590 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
5591 userland and maybe change values to i386 (move test from s/amdx86-64.h).
5592
5593 2010-04-27 Glenn Morris <rgm@gnu.org>
5594
5595 * configure.in (LIBXTR6): New output variable. Move unixware special
5596 case here from src/s/unixware.h.
5597
5598 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
5599 in Makefiles.
5600 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
5601
5602 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
5603 (LIBXP): No longer substitute in Makefiles.
5604 (MOTIF_LIBW): New output variable. Move system-specific settings here
5605 from src/s files.
5606
5607 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
5608
5609 Reduce CPP usage.
5610 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
5611 (unexec): Define unconditionally, all platforms define
5612 UNEXEC. AC_SUBST it.
5613 (UNEXEC_SRC): Remove, unused.
5614 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
5615
5616 2010-04-27 Glenn Morris <rgm@gnu.org>
5617
5618 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
5619 replaced by LIBXP.
5620
5621 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
5622 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
5623 On hpux10-20, default to /lib.
5624
5625 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
5626
5627 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
5628
5629 * configure.in (LIBS_MACHINE): Remove, unused.
5630
5631 * configure.in (LIB_MATH): New output variable. Set it for some systems.
5632
5633 2010-04-24 Glenn Morris <rgm@gnu.org>
5634
5635 * configure.in (CRT_DIR): New output variable.
5636 (--with-crt-dir): New option. (Bug#5655)
5637 (HAVE_LIB64_DIR): Remove.
5638
5639 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
5640
5641 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
5642
5643 2010-04-22 Miles Bader <miles@gnu.org>
5644
5645 * configure.in: Get rid of "unix" pre-defined macro when
5646 preprocessing Makefile. (Bug#5857)
5647
5648 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
5649
5650 Avoid non-portable shell command negation
5651 * configure.in: Revert last change.
5652
5653 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5654
5655 * configure.in: Change "if test ! -f" to "if ! test -f".
5656
5657 2010-04-21 Glenn Morris <rgm@gnu.org>
5658
5659 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
5660 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
5661
5662 2010-04-21 Karel Klíč <kklic@redhat.com>
5663
5664 * configure.in: New option: --with(out)-selinux, on by default.
5665 Set HAVE_LIBSELINUX if we find libselinux, and substitute
5666 LIBSELINUX_LIBS in Makefiles.
5667
5668 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
5669
5670 * configure.in: Remove all references to LIBX11_SYSTEM.
5671
5672 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5673
5674 * configure.in: Remove all references to C_DEBUG_SWITCH.
5675
5676 2010-03-27 Eli Zaretskii <eliz@gnu.org>
5677
5678 * config.bat <lib-src>: Edit out lines that begin with several #
5679 characters.
5680
5681 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5682
5683 * configure.in: Remove support for old UNIX System V systems and
5684 for Unixware on non-x86 machines.
5685
5686 * configure.in: Remove support for Solaris on PPC and for old versions.
5687
5688 * configure.in: Remove non-working lynxos port.
5689
5690 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5691
5692 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
5693
5694 2010-03-19 Glenn Morris <rgm@gnu.org>
5695
5696 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
5697 happy.
5698
5699 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
5700
5701 * configure.in: Check for tputs and friends, abort if not
5702 found (bug#5735).
5703
5704 2010-03-18 Glenn Morris <rgm@gnu.org>
5705
5706 * configure.in (--with-x-toolkit): In the help text, say which options
5707 are synonyms.
5708
5709 * configure.in (--with-mmdf, --with-mail-unlink):
5710 New options, off by default.
5711 (--with-mailhost): New option to set default POP host.
5712 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
5713 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
5714 New variables, substituted in Makefiles.
5715 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
5716 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
5717 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
5718 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
5719 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
5720
5721 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5722
5723 * Makefile.in (uninstall): Handle the case where archlibdir does not
5724 exist. (Bug#5720)
5725
5726 2010-03-12 Eli Zaretskii <eliz@gnu.org>
5727
5728 These changes remove termcap.c from the build on POSIX platforms.
5729 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
5730
5731 * configure: Regenerated.
5732
5733 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5734
5735 * Branch for 23.2.
5736
5737 2010-01-31 Juri Linkov <juri@jurta.org>
5738
5739 * .bzrignore: Add TAGS-LISP.
5740
5741 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5742
5743 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
5744 this header file).
5745
5746 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5747
5748 * .bzrignore: Ignore all .exe, instead of individual files.
5749
5750 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
5751
5752 * configure.in: Explicitly check for and link to -lXrender.
5753
5754 2010-01-12 Glenn Morris <rgm@gnu.org>
5755
5756 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
5757 for bug reports for development versions.
5758
5759 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5760
5761 * .bzrignore: Add more ignored patterns, including for the MS-DOS
5762 build.
5763
5764 2009-12-27 Karl Fogel <kfogel@red-bean>
5765
5766 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
5767 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
5768
5769 2009-12-17 Glenn Morris <rgm@gnu.org>
5770
5771 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
5772
5773 2009-12-15 Glenn Morris <rgm@gnu.org>
5774
5775 * info/dir: Add EDT entry.
5776 * Makefile.in (INFO_FILES): Add edt.
5777
5778 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
5779
5780 * configure.in: Check for RSVG if GNUstep is used.
5781
5782 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
5783
5784 * configure.in: Don't check for RSVG or GConf unless X11 is used.
5785
5786 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
5787
5788 * configure.in: Allow compiling Emacs with GTK on Cygwin.
5789
5790 2009-12-01 Glenn Morris <rgm@gnu.org>
5791
5792 * make-dist: Add etc/images/mpc directory.
5793
5794 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5795
5796 * configure.in: Don't check for GConf unless X is used.
5797
5798 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5799
5800 * configure.in: Use -Wdeclaration-after-statement if available.
5801
5802 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5803
5804 * configure.in: New option: --with(out)-gconf.
5805 Set HAVE_GCONF if we find gconf.
5806
5807 2009-11-17 Glenn Morris <rgm@gnu.org>
5808
5809 * Makefile.in (INFO_FILES): Add semantic.
5810
5811 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
5812
5813 * info/dir: Add Semantic.
5814
5815 2009-11-16 Glenn Morris <rgm@gnu.org>
5816
5817 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
5818 pattern, so as not to exclude makefile*.el. (Bug#4912)
5819
5820 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
5821
5822 * configure.in: --enable-autodepend is new. Check for GNU Make
5823 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
5824 gcc and GNU make to generate dependencies.
5825
5826 2009-10-27 Glenn Morris <rgm@gnu.org>
5827
5828 * make-dist: Make links to doc/lispintro/*.pdf.
5829
5830 2009-10-23 Jim Meyering <meyering@redhat.com>
5831
5832 * configure.in: Invoke $CPP with -P when creating Makefile and
5833 src/Makefile. Without this, gcc 4.4.2 converts each
5834 backslash-newline pair in the input to a bare newline, yielding
5835 invalid Makefiles.
5836
5837 * configure: Regenerate.
5838
5839 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5840
5841 * configure.in (vax-dec-vms): Remove, not supported anymore.
5842
5843 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5844
5845 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
5846 (*-apple-darwin*): Add x86_64 architecture.
5847
5848 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5849
5850 * config.guess, config.sub: Updated from master source.
5851
5852 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
5853
5854 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
5855
5856 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
5857
5858 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
5859
5860 2009-09-29 Glenn Morris <rgm@gnu.org>
5861
5862 * make-dist (check): Update for two new levels of subdirectory in lisp/.
5863
5864 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5865
5866 * config.guess, config.sub: Updated from master source.
5867
5868 * configure.in (OTHER_FILES): Define using autoconf not cpp.
5869
5870 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5871
5872 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
5873
5874 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5875
5876 * INSTALL: Update URL for GNU FreeFont.
5877
5878 2009-09-09 Glenn Morris <rgm@gnu.org>
5879
5880 * Makefile.in (install-arch-indep): Don't recursively change perms of
5881 site-lisp and infodir. There may be non-Emacs files in here, and the
5882 files supplied by Emacs are all handled explicitly already. (Bug#3800)
5883 (mkdir): Set umask to world-readable before creating directories.
5884 mkinstalldirs already checks if dirs exist, don't duplicate this test.
5885
5886 2009-08-29 Glenn Morris <rgm@gnu.org>
5887
5888 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
5889 (info): Don't give an error in the absence of makeinfo - let the doc
5890 Makefiles do that, if the info files need rebuilding. (Bug#3982)
5891
5892 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
5893
5894 * Makefile.in (install-arch-indep): If the versioned DOC-####
5895 generated during loadup+dump isn't found, install the plain DOC
5896 file that always gets generated, in case CANNOT_DUMP is set.
5897
5898 * configure.in: Warn if package version specified here doesn't
5899 match the version in version.el.
5900 * configure: Regenerate.
5901
5902 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
5903
5904 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
5905
5906 * configure: Regenerate.
5907
5908 2009-08-19 Glenn Morris <rgm@gnu.org>
5909
5910 * INSTALL: Remove reference to cvtmail.
5911
5912 2009-08-15 CHENG Gao <chenggao@gmail.com>
5913
5914 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
5915
5916 2009-08-02 Kevin Ryde <user42@zip.com.au>
5917
5918 * INSTALL: Fix free fonts URL.
5919
5920 2009-07-22 Glenn Morris <rgm@gnu.org>
5921
5922 * configure.in (AC_PREREQ): Require autoconf 2.62.
5923
5924 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
5925
5926 * configure.in (--enable-checking, --enable-profiling):
5927 Use AS_HELP_STRING.
5928
5929 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5930
5931 * configure.in (--enable-profiling): New option.
5932 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
5933
5934 2009-06-27 Glenn Morris <rgm@gnu.org>
5935
5936 * configure.in: Restore netbsd on mips, mipsel, mipseb.
5937
5938 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5939
5940 * configure.in (--enable-checking): New option.
5941
5942 2009-06-24 Glenn Morris <rgm@gnu.org>
5943
5944 * make-dist: Warn if subdir does not exist in source.
5945 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
5946 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
5947 No longer make links.
5948
5949 2009-06-24 Yavor Doganov <yavor@gnu.org>
5950
5951 * make-dist (tempdir): Don't create directories preferences.gorm
5952 and preferences.nib, they are no longer required.
5953
5954 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5955
5956 * Branch for 23.1.
5957
5958 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
5959
5960 * configure.in: Delete mac-fix-env target, which has been
5961 removed (Bug#3531).
5962
5963 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5964
5965 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
5966
5967 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
5968
5969 * BUGS: Use new binding of view-emacs-problems.
5970
5971 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
5972
5973 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
5974 for Solaris compatibility.
5975
5976 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5977
5978 * configure: Regenerate.
5979
5980 * configure.in: Disable use of FreeType without libXft.
5981
5982 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
5983
5984 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
5985 Check if it is declared in gtk.h.
5986
5987 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
5988
5989 * Makefile.in (install-arch-indep): Remove .gitignore files.
5990
5991 2009-04-03 Kenichi Handa <handa@m17n.org>
5992
5993 * INSTALL: Make the section "Complex Text Layout support
5994 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
5995
5996 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
5997
5998 * configure.in (rs6000-ibm-aix6*): Fix typo.
5999
6000 2009-03-04 Glenn Morris <rgm@gnu.org>
6001
6002 * Makefile.in (INFO_FILES): Add auth.
6003
6004 2009-03-03 Glenn Morris <rgm@gnu.org>
6005
6006 * info/dir: Add Auth-source.
6007
6008 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6009
6010 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
6011 the second.
6012
6013 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6014
6015 * config.bat: Copy .dbxinit to _dbxinit.
6016
6017 * make-dist (Making links to `info'): Remove .gitignore.
6018
6019 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6020
6021 * Makefile.in (lib-src, lisp): Use simpler rule.
6022 (src): Be more specific to avoid recompiling all the .elc files just
6023 because the bootstrap-emacs is missing.
6024
6025 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
6026
6027 * configure.in: Require librsvg >= 2.11.
6028
6029 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6030
6031 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
6032 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
6033
6034 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6035
6036 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
6037
6038 2009-02-03 Glenn Morris <rgm@gnu.org>
6039
6040 * make-dist: Add some missing files, remove some that are no longer
6041 present.
6042
6043 2009-02-02 Glenn Morris <rgm@gnu.org>
6044
6045 * make-dist: Add some missing nextstep/ files.
6046
6047 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
6048
6049 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
6050
6051 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6052
6053 * configure.in: Add support for m68k-*-netbsd.
6054
6055 2009-01-14 Juri Linkov <juri@jurta.org>
6056
6057 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
6058
6059 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
6060 and bug-reference-mode.
6061
6062 2009-01-11 Juri Linkov <juri@jurta.org>
6063
6064 * INSTALL.CVS: Move configuration explicitly to the first step.
6065
6066 2009-01-09 Glenn Morris <rgm@gnu.org>
6067
6068 * .dir-locals.el: Don't set indent-tabs-mode.
6069
6070 2008-12-30 Kenichi Handa <handa@m17n.org>
6071
6072 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
6073 the function OTF_get_variation_glyphs.
6074
6075 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
6076
6077 * Makefile.in (install-arch-dep): Remove old directories in
6078 ns_app* before moving new directories there.
6079
6080 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
6081
6082 * .dir-locals.el: Remove non-working entry for pmail.
6083 (fill-column): Fix typo.
6084 (change-log-mode): Add fill column.
6085
6086 2008-12-26 Eli Zaretskii <eliz@gnu.org>
6087
6088 * config.bat: Produce _dir-locals.el from .dir-locals.el.
6089
6090 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
6091
6092 * make-dist (tempdir): Distribute .dir-locals.el.
6093
6094 * .dir-locals.el: New file.
6095
6096 2008-12-19 Eli Zaretskii <eliz@gnu.org>
6097
6098 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
6099 for rationale.
6100
6101 2008-12-13 Glenn Morris <rgm@gnu.org>
6102
6103 * Makefile.in (install-arch-indep): Add new man-pages.
6104 (manext): Remove variable.
6105 (MAN_PAGES): New variable.
6106 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
6107 and remove.
6108 (uninstall): Remove desktop file and icons, game scores if empty.
6109
6110 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
6111
6112 * config.guess, config.sub: Updated from master source.
6113
6114 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6115
6116 * Makefile.in (install-arch-indep): Install ebrowse.1.
6117
6118 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6119
6120 * configure.in: Add Solaris on x86_64.
6121
6122 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6123
6124 * config.guess, config.sub: Updated from master source.
6125
6126 2008-12-08 Eli Zaretskii <eliz@gnu.org>
6127
6128 * info/dir: Fix last change.
6129
6130 2008-12-07 Eli Zaretskii <eliz@gnu.org>
6131
6132 * info/dir: Untabify.
6133
6134 2008-11-28 Ulrich Müller <ulm@gentoo.org>
6135
6136 * configure.in: Fix last change.
6137
6138 2008-11-28 Richard M Stallman <rms@gnu.org>
6139
6140 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
6141 New configurations.
6142
6143 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
6144
6145 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
6146 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
6147
6148 2008-11-15 Eli Zaretskii <eliz@gnu.org>
6149
6150 * Makefile.in (INFO_FILES): Remove ns-emacs.
6151
6152 * info/dir (NS-Emacs): Remove entry.
6153
6154 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6155
6156 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
6157
6158 2008-11-07 Glenn Morris <rgm@gnu.org>
6159
6160 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
6161
6162 2008-10-31 Eli Zaretskii <eliz@gnu.org>
6163
6164 * config.bat: Tell user to expect one "File not found" message
6165 while the `doc' directory is being configured.
6166
6167 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
6168
6169 * update-subdirs: Put obsolete directory last.
6170
6171 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
6172
6173 * configure.in: Check fontconfig always.
6174
6175 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6176
6177 * configure (*-solaris2.[7-9]*): Fix typo.
6178
6179 2008-10-24 Glenn Morris <rgm@gnu.org>
6180
6181 * configure.in (--without-sync-input, --with-pkg-config-prog):
6182 Help strings start with lower case.
6183 (--with-gnustep-conf): New option.
6184 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
6185
6186 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
6187
6188 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
6189 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
6190 is not found. (Bug#1230)
6191
6192 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6193
6194 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
6195 Use sol2-6.h for Solaris 7-9.
6196
6197 2008-10-18 Ulrich Müller <ulm@gentoo.org>
6198
6199 * configure.in: Add support for GNU/Linux on SuperH.
6200
6201 2008-10-12 Andreas Schwab <schwab@suse.de>
6202
6203 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
6204
6205 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
6206
6207 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
6208 "X") to avoid confusion.
6209
6210 * configure: Regenerate.
6211
6212 2008-09-07 Romain Francoise <romain@orebokech.com>
6213
6214 * make-dist: Distribute doc/man/ChangeLog.
6215
6216 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6217
6218 * configure.in: Disable XFT and Freetype when without X.
6219
6220 * configure: Regenerate.
6221
6222 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6223
6224 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
6225
6226 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6227
6228 * configure.in (GNUSTEP_SYSTEM_HEADERS):
6229 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
6230
6231 * configure: Regenerate.
6232
6233 2008-08-20 Eli Zaretskii <eliz@gnu.org>
6234
6235 * configure.in: Move "#define subprocesses" before
6236 config_opsysfile is included.
6237
6238 2008-08-19 Kenichi Handa <handa@m17n.org>
6239
6240 * INSTALL (Extra fonts): Mention local fonts, don't mention
6241 mule-unicode.
6242
6243 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
6244
6245 * make-dist: Omit info/.arch-inventory.
6246
6247 2008-08-16 Jason Rumney <jasonr@gnu.org>
6248
6249 * make-dist (tempdir/nt): Link emacsclient.rc.
6250
6251 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6252
6253 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
6254 AC_SUBST it.
6255 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
6256 AC_SUBST it.
6257 (OTHER_FILES): Always define for HAVE_NS.
6258 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
6259 * configure: Regenerate.
6260
6261 2008-08-07 Andreas Schwab <schwab@suse.de>
6262
6263 * configure.in: Correctly handle
6264 --enable-cocoa-experimental-ctrl-g=no and
6265 --enable-ns-self-contained=yes.
6266
6267 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6268
6269 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
6270 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
6271 Don't bother undef'ing since won't have desired effect.
6272
6273 2008-08-06 Andreas Schwab <schwab@suse.de>
6274
6275 * configure.in: Fix quoting.
6276
6277 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
6278
6279 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
6280
6281 2008-08-05 Ulrich Müller <ulm@gentoo.org>
6282
6283 * configure.in: Add checks for krb5_error.text and
6284 krb5_error.e_text struct members.
6285
6286 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
6287
6288 * configure.in: Test for existence of NSInteger.
6289 Suggested by Yavor Doganov.
6290
6291 2008-08-02 Romain Francoise <romain@orebokech.com>
6292
6293 * Makefile.in (INFO_FILES): Add mairix-el.
6294
6295 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6296
6297 * make-dist:
6298 * README: Remove VMS support.
6299 * vms: Remove directory.
6300
6301 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6302
6303 * configure.in (MULTI_KBOARD): Remove.
6304
6305 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6306
6307 * configure.in (DO_BLOCK_INPUT): Remove, unused.
6308
6309 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
6310
6311 * info/dir (File): Add mairix-el.
6312
6313 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6314
6315 Remove support for Mac Carbon.
6316 * mac: Remove directory.
6317 * make-dist:
6318 * configure.in:
6319 * README:
6320 * Makefile.in:
6321 * INSTALL: Remove code for Carbon.
6322 * configure: Regenerate.
6323
6324 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
6325
6326 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
6327
6328 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
6329
6330 * configure.in: Check for getrlimit.
6331
6332 * configure: Regenerate.
6333
6334 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6335
6336 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
6337 in src/Makefile.in.
6338 (static): Remove, autoconf would always comment it out anyway.
6339 (subprocesses): Define unconditionally.
6340
6341 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
6342
6343 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
6344 compilation under GNUstep.
6345
6346 2008-07-18 Kenichi Handa <handa@m17n.org>
6347
6348 * INSTALL (Complex Text Layout support libraries): Delete the
6349 paragraph about --enable-font-backend.
6350
6351 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
6352
6353 * configure.in: Print out some info to user for NeXTstep builds.
6354 (ns-app): Remove enable option.
6355 (ns-self-contained): Add enable option.
6356 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
6357 GNUstep, use to set install prefixes, and substitute in Makefiles.
6358 * configure: Regenerate.
6359 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
6360 NS app bundle.
6361
6362 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6363
6364 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
6365
6366 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
6367
6368 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
6369 NS_IMPL_COCOA.
6370
6371 2008-07-16 Glenn Morris <rgm@gnu.org>
6372
6373 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
6374 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
6375 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
6376 never unset.
6377
6378 * make-dist: Add nextstep/ directories.
6379 (src, lib-src): Add .m files.
6380
6381 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6382
6383 * configure.in (freebsd, kfreebsd): Undo part of previous change.
6384 (USER_FULL_NAME): Remove, not used anymore.
6385 * configure: Regenerate.
6386
6387 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6388
6389 Changes and additions for NeXTstep windowing system (Cocoa and
6390 GNUstep) support.
6391
6392 * configure.in: Add support for NS window system: --with-ns (default
6393 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
6394 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
6395 disable font backend if window system is "none", not if !HAVE_X11.
6396 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
6397 (install-arch-dep): Add commands to assemble NS .app package.
6398
6399 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
6400
6401 * configure.in: Use macppc for Darwin. Remove references to
6402 desupported systems.
6403 * configure: Regenerate.
6404
6405 2008-07-05 Glenn Morris <rgm@gnu.org>
6406
6407 * make-dist (EMACS): Doc fix.
6408 (lisp): There are no *.dat or image files here any more.
6409 (src): There are no *.s files here any more.
6410 (etc/images, etc/images/*): Link to most regular files.
6411
6412 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6413
6414 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
6415
6416 2008-07-01 Glenn Morris <rgm@gnu.org>
6417
6418 * configure.in (cpp_undefs): Rename from `undefs', update uses.
6419 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
6420 and explicitly export there. (Bug#507.)
6421
6422 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6423
6424 * configure.in:
6425 * configure: Remove references to obsolete systems.
6426
6427 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6428
6429 * Makefile.in (Makefile): Use it for its timestamp value as well, and
6430 make it depend on all other */.in files.
6431 (src/Makefile, src/config.stamp, lib-src/Makefile)
6432 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
6433 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
6434 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
6435 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
6436
6437 * configure.in: Don't create src/config.stamp any more.
6438
6439 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
6442
6443 2008-06-22 Glenn Morris <rgm@gnu.org>
6444
6445 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
6446
6447 2008-06-21 Romain Francoise <romain@orebokech.com>
6448
6449 * Makefile.in (INFO_FILES): Add sasl.
6450
6451 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
6454 (bootstrap-build): Remove.
6455 (top_bootclean): New var.
6456 (top_distclean, bootstrap-clean): Use it.
6457 (bootstrap): Don't recheck config. Make normally.
6458
6459 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6460
6461 * Makefile.in (SUBDIR): Include `lisp'.
6462 (lisp): Depend on `src'.
6463 (top_distclean): Don't remove config.status.
6464 (bootstrap-clean): New target.
6465 (maintainer-clean): Use it.
6466 (bootstrap): Use bootstrap-clean. Re-run config.status.
6467 (src/bootstrap-emacs${EXEEXT}): New target.
6468 (bootstrap-build): Use it. Don't use bootstrap-prepare because
6469 src/Makefile now takes care of it.
6470 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
6471
6472 2008-06-15 Glenn Morris <rgm@gnu.org>
6473
6474 * info/dir: Add sasl.
6475
6476 2008-06-09 Alan Mackenzie <acm@muc.de>
6477
6478 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
6479
6480 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
6481
6482 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
6483
6484 2008-06-07 Glenn Morris <rgm@gnu.org>
6485
6486 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
6487 serve no purpose.
6488
6489 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
6490
6491 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
6492 * configure: Regenerate.
6493
6494 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * update-subdirs: Don't touch subdirs.el if it is unchanged.
6497
6498 2008-05-14 Kenichi Handa <handa@m17n.org>
6499
6500 * configure: Regenerate.
6501
6502 * configure.in: Don't handle --disable-font-backend. Don't print
6503 a message about a font backend.
6504
6505 2008-05-09 Glenn Morris <rgm@gnu.org>
6506
6507 * configure.in: Make absence of makeinfo a fatal error only if the info
6508 files don't exist.
6509 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
6510
6511 2008-05-07 Eli Zaretskii <eliz@gnu.org>
6512
6513 * config.bat: Fix last change: don't use < and > in "rem" lines,
6514 they are interpreted as redirection by DOS shells.
6515
6516 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6517
6518 * configure.in: Check availability of AvailabilityMacros.h
6519 if HAVE_CARBON.
6520
6521 * configure: Regenerate.
6522
6523 2008-05-03 Glenn Morris <rgm@gnu.org>
6524
6525 * configure.in (x_libraries): Remove standard 64-bit directories -
6526 experimental workaround for minor autoconf bug.
6527
6528 * configure.in (--without-makeinfo): New option. If set,
6529 absence of suitable makeinfo is not a fatal error.
6530 * Makefile.in (MAKEINFO): New, set by configure.
6531 (install-arch-indep): Without makeinfo, ignore any missing manuals.
6532 (info-real): New target.
6533 (info): Without makeinfo, do nothing, else call `info-real'.
6534
6535 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6536
6537 * configure.in: Remove hpux10.20 from the desupported list.
6538
6539 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
6542
6543 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6544
6545 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
6546 rather than change CPPFLAGS.
6547 (HAVE_GTK): Rename to USE_GTK.
6548
6549 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
6550
6551 * configure.in: Replace the obsolete macros AC_AIX and
6552 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
6553
6554 2008-04-05 Andreas Schwab <schwab@suse.de>
6555
6556 * configure.in: No longer create admin/unidata/Makefile.
6557
6558 2008-03-28 Andreas Schwab <schwab@suse.de>
6559
6560 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
6561 (lisp/Makefile): New rule.
6562
6563 2008-03-13 Glenn Morris <rgm@gnu.org>
6564
6565 * configure.in (AC_INIT): Fix version number.
6566 (sync-input): Reword the option, since it's on by default.
6567
6568 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
6569
6570 * configure.in: Add --enable-sync-input, default yes.
6571
6572 2008-03-11 Glenn Morris <rgm@gnu.org>
6573
6574 * Makefile.in (install-etc, mkdir): Handle directory
6575 etc/images/icons/hicolor/*/mimetypes/.
6576
6577 * make-dist: Handle icons/hicolor/scalable directory.
6578
6579 2008-03-05 Glenn Morris <rgm@gnu.org>
6580
6581 * configure.in: Enable font-backend by default.
6582 (USE_FONT_BACKEND): Set to "no" in absence of X.
6583 (PKG_CONFIG): Don't set multiple times, once is enough.
6584 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
6585
6586 2008-03-03 Glenn Morris <rgm@gnu.org>
6587
6588 * Makefile.in (iconsrcdir): New variable.
6589 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
6590 directory.
6591
6592 2008-02-29 Glenn Morris <rgm@gnu.org>
6593
6594 * test/: New directory.
6595
6596 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
6597
6598 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
6599
6600 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
6601
6602 * configure.in: Print an error for systems that we think are obsolete
6603 and are proposed to be removed. Remove some more unused systems.
6604 Add support for powerpc-ibm-aix6*.
6605
6606 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6607
6608 * configure.in: Remove references to obsolete variables and systems.
6609
6610 2008-02-21 Glenn Morris <rgm@gnu.org>
6611
6612 * Makefile.in (set_installuser): New.
6613 (install-arch-indep): Use set_installuser to avoid duplicate code.
6614
6615 * README.unicode: Split into admin/notes/unicode,font-backend and
6616 remove.
6617
6618 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
6619
6620 * configure.in (arm*-*-freebsd*): Add.
6621
6622 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6623
6624 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
6625 dealing with obsolete variables.
6626
6627 2008-02-08 Glenn Morris <rgm@gnu.org>
6628
6629 * Makefile.in (check-info-dir): New target.
6630
6631 2008-02-08 Michael Olson <mwolson@gnu.org>
6632
6633 * Makefile.in (INFO_FILES): Add epa.
6634
6635 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
6636 features" section.
6637
6638 2008-02-06 Glenn Morris <rgm@gnu.org>
6639
6640 * configure.in (--with-gcc): Give an error saying this option has
6641 been removed.
6642 (--with-gtk): Remove this option.
6643
6644 2008-02-06 Tom Tromey <tromey@redhat.com>
6645
6646 * configure.in (--with-gcc): Remove.
6647 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
6648
6649 2008-02-05 Ulrich Müller <ulm@gentoo.org>
6650
6651 * INSTALL: Recommend giflib, not libungif.
6652
6653 2008-02-05 Tom Tromey <tromey@redhat.com>
6654
6655 * configure.in (--with-dbus): Default to enabled.
6656
6657 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
6658
6659 * INSTALL (Complex Text Layout support libraries): New section.
6660
6661 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
6662
6663 * make-dist: Remove references to files in mac/ that have been
6664 deleted.
6665
6666 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
6667
6668 * configure.in: For libotf and m17n-flt checks, set shell vars
6669 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
6670 pkg_check_m17n_flt, respectively, for the sake of the summary output.
6671 Reported by Ulrich Müller.
6672
6673 2008-02-02 Eli Zaretskii <eliz@gnu.org>
6674
6675 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
6676 admin/unidata/Makefile.in to Makefile.
6677
6678 2008-02-02 Glenn Morris <rgm@gnu.org>
6679
6680 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
6681 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
6682 (HAVE_XFT): Add "Does Emacs use..." messages at end.
6683
6684 2008-02-01 Miles Bader <miles@gnu.org>
6685
6686 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
6687 [libotf], and [m17n-flt] options.
6688
6689 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6690
6691 * configure.in: Add EMACS_ARG_N([libotf]...), and
6692 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
6693 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
6694 CFLAGS, and LIBS in checking of m17n-flt.
6695
6696 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6697
6698 * configure.in: Check the availability of m17n-flt library.
6699
6700 2008-02-01 Kenichi Handa <handa@m17n.org>
6701
6702 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
6703 not available.
6704
6705 2008-02-01 Kenichi Handa <handa@m17n.org>
6706
6707 * configure.in: New args --enable-font-backend, --with-xft,
6708 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
6709 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
6710 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
6711 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
6712
6713 2008-02-01 Kenichi Handa <handa@m17n.org>
6714
6715 * make-dist: Include etc/charsets in tarball.
6716
6717 2008-02-01 Kenichi Handa <handa@m17n.org>
6718
6719 * configure.in: While running cpp on junk.c, include
6720 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
6721 exists.
6722
6723 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
6724
6725 * configure.in (xtensa): Match more configurations.
6726
6727 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
6728
6729 * configure.in: Update comment.
6730
6731 2008-01-26 Glenn Morris <rgm@gnu.org>
6732
6733 * configure.in (--without-gcc): By default, neither off nor on.
6734 (--with-carbon): Tone down rhetoric in help text.
6735
6736 2008-01-25 Glenn Morris <rgm@gnu.org>
6737
6738 * configure.in: Correct usage of OPTION_DEFAULT_ON,
6739 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
6740 Default `Carbon' to off (it's unsupported).
6741
6742 2008-01-24 Glenn Morris <rgm@gnu.org>
6743
6744 * configure.in: Standardize dbus-related messages.
6745
6746 2008-01-23 Michael Olson <mwolson@gnu.org>
6747
6748 * configure.in (pkg-config-prog): Remove initial whitespace.
6749
6750 2008-01-23 Tom Tromey <tromey@redhat.com>
6751
6752 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
6753 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
6754 Update all users.
6755
6756 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
6757
6758 * config.guess, config.sub: Updated from master source.
6759
6760 2008-01-17 Andreas Schwab <schwab@suse.de>
6761
6762 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
6763
6764 2008-01-17 Glenn Morris <rgm@gnu.org>
6765
6766 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
6767
6768 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
6769
6770 * configure.in: Remove more references to unsupported systems.
6771
6772 2008-01-16 Sven Joachim <svenjoac@gmx.de>
6773
6774 * make-dist: Add --lzma.
6775
6776 2008-01-16 Glenn Morris <rgm@gnu.org>
6777
6778 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
6779 configure checks for this.
6780
6781 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
6782
6783 * configure.in: Remove more references to unsupported systems.
6784
6785 2008-01-06 Romain Francoise <romain@orebokech.com>
6786
6787 * configure.in: Delete extra semicolons.
6788
6789 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6790
6791 * configure.in: Remove references to unsupported systems.
6792
6793 2008-01-05 Romain Francoise <romain@orebokech.com>
6794
6795 * make-dist: Add --bzip2. Update copyright.
6796
6797 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6798
6799 * configure.in: Remove support for Masscomp.
6800
6801 2008-01-05 Glenn Morris <rgm@gnu.org>
6802
6803 * Makefile.in (desktopdir, icondir): New variables.
6804 (install-arch-indep): Also depend on `install-etc'.
6805 (install-etc): New target.
6806 (mkdir): Also create the `applications' and `icons' directories.
6807
6808 2008-01-04 Glenn Morris <rgm@gnu.org>
6809
6810 * make-dist: Update for new etc/images/icons/hicolor directory.
6811
6812 2007-12-09 Andreas Schwab <schwab@suse.de>
6813
6814 * configure.in: D-Bus is not enabled by default.
6815
6816 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
6817
6818 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
6819 change.
6820
6821 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
6822
6823 * configure.in: Give package name and version to AC_INIT.
6824
6825 2007-12-03 Magnus Henoch <mange@freemail.hu>
6826
6827 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
6828
6829 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
6830
6831 * configure.in: No need for DBUS_INFO anymore.
6832
6833 * Makefile.in (INFO_FILES): Use dbus unconditionally.
6834
6835 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
6836
6837 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
6838
6839 * Makefile.in (INFO_FILES): Add dbus.
6840
6841 2007-12-02 Romain Francoise <romain@orebokech.com>
6842
6843 * make-dist: Fix last change.
6844
6845 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
6846
6847 * configure.in: Add support for gnu-kfreebsd.
6848
6849 2007-11-28 Glenn Morris <rgm@gnu.org>
6850
6851 * make-dist: Add etc/nxml.
6852
6853 2007-11-24 Romain Francoise <romain@orebokech.com>
6854
6855 * Makefile.in (INFO_FILES): Add nxml-mode.
6856
6857 2007-11-23 Romain Francoise <romain@orebokech.com>
6858
6859 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
6860 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
6861
6862 2007-11-20 Andreas Schwab <schwab@suse.de>
6863
6864 * configure.in: Always include <resolv.h> when checking for res_init.
6865
6866 2007-11-17 Andreas Schwab <schwab@suse.de>
6867
6868 * update-subdirs: Atomically update subdirs.el.
6869
6870 2007-11-17 Glenn Morris <rgm@gnu.org>
6871
6872 * Makefile.in (check-declare): New target.
6873
6874 2007-11-07 Glenn Morris <rgm@gnu.org>
6875
6876 * configure.in: Deprecate Mac Carbon port.
6877
6878 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
6879
6880 * configure.in: Remove HAVE_X11R5 check.
6881
6882 2007-10-31 Glenn Morris <rgm@gnu.org>
6883
6884 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
6885 when changing ownership of installed files.
6886
6887 2007-10-30 Glenn Morris <rgm@gnu.org>
6888
6889 * make-dist: Add new directory etc/gnus.
6890
6891 2007-10-30 Michael Olson <mwolson@gnu.org>
6892
6893 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
6894
6895 2007-10-29 Glenn Morris <rgm@gnu.org>
6896
6897 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
6898
6899 2007-10-23 Glenn Morris <rgm@gnu.org>
6900
6901 * MAINTAINERS: Move to admin/.
6902
6903 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
6904
6905 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
6906 (HAVE_LIBRESOLV): Also define if we are using res_init().
6907
6908 2007-10-17 Glenn Morris <rgm@gnu.org>
6909
6910 * FTP: Remove file, since it's just a duplicate of one in etc/.
6911
6912 2007-10-05 Eli Zaretskii <eliz@gnu.org>
6913
6914 * config.bat: Fix configuring `doc' due to changes in the
6915 directory structure.
6916
6917 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6918
6919 * configure.in: Don't use -lpthread on HP-UX.
6920
6921 2007-09-16 Glenn Morris <rgm@gnu.org>
6922
6923 * make-dist: File gfdl.1 has been removed.
6924
6925 2007-09-15 Glenn Morris <rgm@gnu.org>
6926
6927 * configure.in: Fix makeinfo version regexp.
6928
6929 2007-09-12 Glenn Morris <rgm@gnu.org>
6930
6931 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
6932 implementation of alloca is not found.
6933
6934 * Makefile.in (SOURCES, unlock, relock): Delete.
6935 (install-arch-indep): Do not exclude the etc/ Makefiles.
6936
6937 2007-09-09 Juri Linkov <juri@jurta.org>
6938
6939 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
6940
6941 * README: Add doc/ to documentation directories.
6942
6943 2007-09-08 Michael Olson <mwolson@gnu.org>
6944
6945 * MAINTAINERS: Add myself for ERC and tq.el.
6946 Update for new doc/ directory layout.
6947
6948 2007-09-06 Romain Francoise <romain@orebokech.com>
6949
6950 * make-dist: Update for new doc/ directory layout.
6951
6952 2007-09-06 Glenn Morris <rgm@gnu.org>
6953
6954 * Makefile.in (mansrcdir): New variable.
6955 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
6956 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
6957 update these targets for new doc/ directory layout.
6958 (doc/misc/Makefile): New target.
6959 (install-arch-indep): Use mansrcdir for new location of manpages.
6960 (mostlyclean, clean, distclean, maintainer-clean, unlock)
6961 (relock, info, dvi): Update targets for new doc/ directory layout.
6962
6963 * configure.in (AC_OUTPUT): Update names of generated Makefiles
6964 for new doc/ directory layout.
6965
6966 2007-09-02 Andreas Schwab <schwab@suse.de>
6967
6968 * configure.in: Use AS_HELP_STRING throughout.
6969 * configure: Regenerate.
6970
6971 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
6972
6973 * configure.in: Require Gtk/Glib 2.6.
6974
6975 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
6976
6977 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
6978 Use them throughout in place of AC_ARG_WITH calls.
6979 * configure: Regenerate.
6980
6981 2007-09-01 Andreas Schwab <schwab@suse.de>
6982
6983 * configure.in: Put quotes around nested macro calls.
6984
6985 2007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
6986
6987 * configure.in: Fix typo.
6988 * configure: Regenerate.
6989
6990 2007-08-30 Glenn Morris <rgm@gnu.org>
6991
6992 * configure.in (AH_BOTTOM): Copy some manual changes made to
6993 src/config.in here so they are not lost when it regenerates.
6994
6995 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
6996
6997 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
6998
6999 * README.multi-tty: New file.
7000
7001 2007-08-29 Glenn Morris <rgm@gnu.org>
7002
7003 * README: Increase version to 23.0.50.
7004
7005 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
7006
7007 * configure.in: New option: --without-xaw3d.
7008
7009 2007-08-24 Glenn Morris <rgm@gnu.org>
7010
7011 * configure.in: Check for a suitably recent makeinfo.
7012
7013 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
7014
7015 * configure.in (Check for required libraries): Typo.
7016
7017 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7018
7019 * configure.in: Check librsvg2 also for Mac Carbon.
7020
7021 2007-08-22 Romain Francoise <romain@orebokech.com>
7022
7023 * make-dist: Follow reorganization of files in etc/.
7024
7025 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
7026
7027 * configure.in: Add support for SVG images through librsvg2.
7028
7029 2007-07-28 Eli Zaretskii <eliz@gnu.org>
7030
7031 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
7032 to avoid an error message if there is no DOC there.
7033
7034 2007-07-25 Glenn Morris <rgm@gnu.org>
7035
7036 * Relicense all FSF files to GPLv3 or later.
7037
7038 * COPYING, info/COPYING: Switch to GPLv3.
7039
7040 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
7041
7042 * configure.in: Complain if X seems to be installed but no
7043 development files were found.
7044
7045 2007-06-20 Glenn Morris <rgm@gnu.org>
7046
7047 * configure.in: Prefer libgif over libungif.
7048
7049 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
7050
7051 * configure.in: Check for all image libraries before exiting.
7052
7053 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
7054
7055 * configure.in: Exit with error if image libraries aren't found.
7056
7057 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
7058
7059 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
7060 when compiling without scrollbars.
7061
7062 2007-06-12 Glenn Morris <rgm@gnu.org>
7063
7064 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
7065
7066 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
7067
7068 * configure.in: Change wording about yes/gtk and lucid/athena
7069 being synonyms.
7070
7071 2007-06-08 Glenn Morris <rgm@gnu.org>
7072
7073 * configure.in: Make gtk the default toolkit.
7074
7075 2007-06-07 Glenn Morris <rgm@gnu.org>
7076
7077 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
7078 for a Sun C compiler.
7079
7080 * Makefile.in (install-arch-indep): Install only the DOC- file
7081 specific to the build, if possible, rather than DOC-*.
7082
7083 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7084
7085 * Version 22.1 released.
7086
7087 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
7088
7089 * mkinstalldirs: Sync to version in automake CVS.
7090
7091 2007-05-22 Andreas Schwab <schwab@suse.de>
7092
7093 * configure.in: Prefer build_alias over host when host_alias is not set.
7094 * configure: Regenerate.
7095
7096 2007-05-20 Andreas Schwab <schwab@suse.de>
7097
7098 * configure.in: Remove empty AC_SUBST.
7099 * configure: Regenerate.
7100
7101 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7102
7103 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
7104 it like others.
7105 * configure: Regenerate.
7106
7107 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7108
7109 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
7110 (AC_CHECK_LIB): Add -lgpm.
7111 * configure: Regenerate.
7112
7113 2007-05-03 Glenn Morris <rgm@gnu.org>
7114
7115 * configure: Tweak message about the absence of shell functions.
7116
7117 2007-04-27 Andreas Schwab <schwab@suse.de>
7118
7119 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
7120
7121 2007-04-26 Glenn Morris <rgm@gnu.org>
7122
7123 * README: Increase version to 22.1.50.
7124
7125 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
7126
7127 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
7128
7129 2007-04-19 Glenn Morris <rgm@gnu.org>
7130
7131 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
7132
7133 2007-04-18 Glenn Morris <rgm@gnu.org>
7134
7135 * INSTALL: Mention CPP.
7136
7137 2007-04-15 Glenn Morris <rgm@gnu.org>
7138
7139 * FTP: Replace with a pointer to the web version.
7140
7141 2007-04-13 Glenn Morris <rgm@gnu.org>
7142
7143 * INSTALL: In lib-src, timer, wakeup, yow are removed.
7144
7145 2007-04-04 Glenn Morris <rgm@gnu.org>
7146
7147 * configure.in (NON_GNU_CPP): Use associated preprocessor when
7148 compiling with Sun Studio on Solaris.
7149
7150 2007-03-23 Glenn Morris <rgm@gnu.org>
7151
7152 * configure.in: Restore support for hp800 (removed 2007-01-27)
7153 following clarification of legal status.
7154
7155 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
7156
7157 * configure.in: Add support for AIX4.3 on IBM RS6000.
7158
7159 * configure: Regenerate.
7160
7161 2007-03-20 Richard Stallman <rms@gnu.org>
7162
7163 * configure.in: Fix previous change.
7164
7165 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
7166
7167 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
7168 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
7169 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
7170
7171 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
7172
7173 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
7174 user specifies "without".
7175
7176 * configure: Regenerate.
7177
7178 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
7179
7180 * configure.in: Warning for Gtk+ and Cygwin added.
7181 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
7182
7183 2007-02-27 Glenn Morris <rgm@gnu.org>
7184
7185 * make-dist (oldXMenu): Remove Imakefile.
7186 (etc/images): Add README.
7187
7188 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
7189
7190 * configure.in (xtensa-*-linux-gnu*): New configuration.
7191
7192 * configure: Regenerate.
7193
7194 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
7195
7196 * config.guess, config.sub: Updated from master source.
7197
7198 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7199
7200 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
7201
7202 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
7203
7204 * configure.in: Restore support for hp800's not running HP-UX.
7205
7206 * configure: Regenerate.
7207
7208 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
7209
7210 * configure.in: Remove support for hp800 and sr2k machine types.
7211
7212 * configure: Regenerate.
7213
7214 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
7215
7216 * configure.in: Add check for libXft.
7217
7218 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
7219
7220 * INSTALL: Info files moved to share/info.
7221
7222 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
7223
7224 * configure.in: Detect and use fink-installed in intel-based Mac
7225 builds; change Apple Darwin section to support both PowerPC and
7226 Intel-based Macs.
7227
7228 2006-12-26 Andreas Schwab <schwab@suse.de>
7229
7230 * Makefile.in (datarootdir): Define.
7231
7232 2006-12-24 Richard Stallman <rms@gnu.org>
7233
7234 * configure.in: Require Autoconf 2.61.
7235
7236 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
7237
7238 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
7239 Remove redundant entry for powerpc-apple-netbsd.
7240
7241 * configure: Regenerate.
7242
7243 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
7244
7245 * configure: Regenerate with autoconf 2.61.
7246
7247 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
7248
7249 * configure.in: Detect alsa/asoundlib.h also.
7250 * configure: Regenerate.
7251
7252 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
7253
7254 * configure.in: Check if GTK+ compiles at all.
7255
7256 2006-12-10 Andreas Schwab <schwab@suse.de>
7257
7258 * configure.in: Remove check for struct timezone, its result is
7259 never used.
7260
7261 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
7262
7263 * configure.in: Add support for Solaris 10 on x86-64.
7264
7265 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
7266
7267 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
7268 of PKG_CONFIG_PATH.
7269
7270 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7271
7272 * configure.in (HAVE_SYNC): New test.
7273
7274 2006-12-03 Glenn Morris <rgm@gnu.org>
7275
7276 * Makefile.in: Fix Copyright format.
7277
7278 * configure.in (AH_TOP): Add missing Copyright year.
7279
7280 * update-subdirs: Add missing Copyright years.
7281
7282 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
7283
7284 * Makefile.in: Touch only the parts of the share/emacs directory
7285 specific to this version.
7286
7287 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
7288
7289 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
7290
7291 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7292
7293 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
7294
7295 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7296
7297 * configure.in: Prefer X11 to Carbon only when some X-specific
7298 option is specified (Thanks to Jan Djärv and Andreas Schwab).
7299
7300 2006-11-04 Romain Francoise <romain@orebokech.com>
7301
7302 * Makefile.in (bootstrap-clean-before): Fix typo.
7303 Use new target `bootstrap-clean' in the leim subdirectory.
7304
7305 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7306
7307 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
7308
7309 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7310
7311 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
7312 directories.
7313
7314 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
7315
7316 * configure.in: Enable x86-64 OpenBSD compilation.
7317
7318 2006-10-28 Glenn Morris <rgm@gnu.org>
7319
7320 * AUTHORS: Add cal-html.el author.
7321
7322 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7323
7324 * make-dist: Make links to mac/make-package and
7325 mac/Emacs.app/Contents/Resources/Emacs.icns.
7326
7327 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7328
7329 * README: Bump version number to 22.0.90.
7330
7331 2006-10-23 Andreas Schwab <schwab@suse.de>
7332
7333 * configure.in: Make sure x_default_search_path is always set even
7334 when x_libraries is empty, and look in .../share as well for each
7335 library directory.
7336
7337 2006-09-28 Kenichi Handa <handa@m17n.org>
7338
7339 * configure.in (locallisppath): Don't include leim dir.
7340 (lisppath): Include leim dir.
7341
7342 2006-09-15 Jay Belanger <belanger@truman.edu>
7343
7344 * COPYING: Replace "Library Public License" by "Lesser Public
7345 License" throughout.
7346
7347 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
7348
7349 * make-dist (EMACS): Exit and fail if the EMACS environment
7350 variable is set to something other than an absolute file name.
7351
7352 2006-08-16 Andreas Schwab <schwab@suse.de>
7353
7354 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
7355 of hardcoding it.
7356
7357 2006-08-16 Richard Stallman <rms@gnu.org>
7358
7359 * INSTALL.CVS: Clean up wording.
7360
7361 2006-07-14 Eli Zaretskii <eliz@gnu.org>
7362
7363 * configure.in (PKG_CHECK_MODULES): Redirect the output of
7364 $PKG_CONFIG --exists "$2" to config.log.
7365 * configure: Regenerate.
7366
7367 2006-07-09 Richard Stallman <rms@gnu.org>
7368
7369 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
7370
7371 2006-07-09 Kim F. Storm <storm@cua.dk>
7372
7373 * CONTRIBUTE: Use outline format.
7374 Add section on copyright years (from admin/notes/years).
7375
7376 2006-07-08 Eli Zaretskii <eliz@gnu.org>
7377
7378 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
7379 to /dev/null, since we don't need the error message, just the
7380 exit status.
7381
7382 2006-07-07 Eli Zaretskii <eliz@gnu.org>
7383
7384 * CONTRIBUTE: Slight formatting changes and typo fixes.
7385 Add description of NEWS markings.
7386
7387 2006-07-07 Kim F. Storm <storm@cua.dk>
7388
7389 * CONTRIBUTE: Mention INSTALL.CVS.
7390
7391 2006-07-05 Romain Francoise <romain@orebokech.com>
7392
7393 * make-dist (top-level): Add CONTRIBUTE.
7394
7395 2006-07-04 Richard Stallman <rms@gnu.org>
7396
7397 * CONTRIBUTE: Much rewrite.
7398
7399 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
7400
7401 * CONTRIBUTE: New file.
7402
7403 2006-06-24 Eli Zaretskii <eliz@gnu.org>
7404
7405 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
7406
7407 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
7408
7409 * configure.in: Add check for ALSA.
7410
7411 2006-05-06 Eli Zaretskii <eliz@gnu.org>
7412
7413 * Makefile.in (INFO_FILES): Remove emacs-xtra.
7414
7415 * info/dir: Remove the Emacs-Xtra entry.
7416
7417 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
7418
7419 Update copyright year(s) in many files.
7420
7421 2006-04-01 Eli Zaretskii <eliz@gnu.org>
7422
7423 * configure: Regenerated.
7424
7425 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7426
7427 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
7428 --without-toolkit-scroll-bars was specified.
7429
7430 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
7431
7432 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
7433 to CFLAGS. Update Copyright years written to src/config.in.
7434
7435 2006-03-18 Claudio Fontana <claudio@gnu.org>
7436
7437 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
7438 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
7439 to be installed/uninstalled.
7440 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
7441 to Info files installed by Emacs.
7442
7443 2006-03-03 Claudio Fontana <claudio@gnu.org>
7444
7445 * Makefile.in (install, uninstall): Add DESTDIR variable to
7446 support staged installations.
7447
7448 2006-02-14 Richard M. Stallman <rms@gnu.org>
7449
7450 * configure.in (s390x-*-linux-gnu*): New configuration.
7451
7452 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
7453
7454 * configure.in: Require GTK 2.4 or newer.
7455
7456 2006-01-29 Michael Olson <mwolson@gnu.org>
7457
7458 * Makefile.in (install-arch-indep, uninstall): Add ERC.
7459 * info/dir (ERC): New entry.
7460
7461 2006-01-29 Eli Zaretskii <eliz@gnu.org>
7462
7463 * info/dir: Fix last change.
7464
7465 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7466
7467 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
7468
7469 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7470
7471 * info/dir: Untabify the whole file.
7472 (Rcirc): New entry.
7473
7474 2006-01-12 Andreas Schwab <schwab@suse.de>
7475
7476 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
7477 check.
7478
7479 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7480
7481 * configure.in: Use -Wno-pointer-sign if available.
7482
7483 2005-12-29 Andreas Schwab <schwab@suse.de>
7484
7485 * config.guess, config.sub: Updated from master source.
7486
7487 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7488
7489 * configure.in: Use amdx86-64 for freebsd on x86_64.
7490
7491 2005-11-22 Romain Francoise <romain@orebokech.com>
7492
7493 * make-dist: Add etc/images/icons.
7494
7495 2005-11-03 Andreas Schwab <schwab@suse.de>
7496
7497 * configure.in: Use GZIP_PROG instead of GZIP.
7498
7499 * Makefile.in (GZIP_PROG): Rename from GZIP.
7500 (install-arch-indep): Adjust.
7501
7502 2005-11-01 Andreas Schwab <schwab@suse.de>
7503
7504 * Makefile.in (bootstrap): Fix dependencies for parallel build.
7505 (bootfast): Likewise.
7506
7507 2005-11-01 Romain Francoise <romain@orebokech.com>
7508
7509 * configure.in: Check for gzip.
7510
7511 * Makefile.in (install): Compress source files.
7512
7513 2005-10-24 Steven Tamm <steventamm@mac.com>
7514
7515 * configure.in: Fix darwin386 configuration issue.
7516
7517 2005-10-22 Eli Zaretskii <eliz@gnu.org>
7518
7519 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
7520
7521 2005-10-17 Bill Wohler <wohler@newt.com>
7522
7523 * make-dist: Create and populate etc/images/low-color.
7524
7525 2005-10-15 Bill Wohler <wohler@newt.com>
7526
7527 * make-dist: Create and populate etc/images/gud.
7528
7529 2005-10-08 Richard M. Stallman <rms@gnu.org>
7530
7531 * make-dist (tempparent): Don't check for 14-char file name limit.
7532
7533 2005-10-07 Romain Francoise <romain@orebokech.com>
7534
7535 * make-dist: Add etc/images/ezimage and etc/images/mail
7536 directories. Install images in etc/images.
7537
7538 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7539
7540 * configure.in: Prefer Carbon if --enable-carbon-app or
7541 --with-carbon is explicitly specified even when X11 is detected.
7542
7543 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
7544
7545 * Makefile.in (install-arch-indep, uninstall):
7546 Handle newsticker manual.
7547 (info): Add - to commands.
7548
7549 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
7550
7551 Remove the MAXPATHLEN limitations:
7552
7553 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
7554
7555 2005-09-09 Eli Zaretskii <eliz@gnu.org>
7556
7557 * configure.in <lynxsos*>: Support for LynxOS on PPC.
7558 * configure: Regenerate.
7559
7560 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
7561
7562 * config.guess, config.sub: Updated from master source.
7563
7564 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
7565
7566 * .cvsignore: Add `lock'.
7567
7568 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
7569
7570 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
7571
7572 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
7573
7574 Merge gnulib getopt implementation into Emacs.
7575
7576 * Makefile.in (AUTOCONF_INPUTS): New macro.
7577 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
7578 so that these files also depend on m4/getopt.m4.
7579 * configure.in: Configure getopt by including m4/getopt.m4,
7580 and configuring a getopt replacement if necessary.
7581 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
7582 * m4/getopt.m4: New file.
7583
7584 2005-07-06 Lute Kamstra <lute@gnu.org>
7585
7586 * configure.in: Fix capitalization.
7587
7588 2005-07-04 Lute Kamstra <lute@gnu.org>
7589
7590 Update FSF's address in GPL notices.
7591
7592 2005-06-19 Jérôme Marant <jerome@marant.org>
7593
7594 * Makefile.in (epaths-force): Protect both lisppath and
7595 buildlisppath from whitespace.
7596
7597 2005-06-08 Steven Tamm <steventamm@mac.com>
7598
7599 * configure.in: Support Darwin/MacOSX on Intel.
7600
7601 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
7602
7603 * configure.in (HAVE_CANCELMENUTRACKING): New test.
7604
7605 2005-05-19 Jérôme Marant <jmarant@marant.org>
7606
7607 * configure.in: Add --enable-locallisppath.
7608
7609 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7610
7611 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
7612 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
7613 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
7614
7615 2005-05-07 Jérôme Marant <jerome@marant.org>
7616
7617 * make-dist: Remove references to makefile.nt and makefile.def.
7618 Include widgets and images subdirectories of etc. Do not exclude
7619 ldefs-boot.el.
7620
7621 2005-04-23 Andreas Schwab <schwab@suse.de>
7622
7623 * configure.in: Remove duplicate match for powerpc configuration.
7624
7625 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
7626
7627 * configure.in: Check for <pwd.h>.
7628
7629 2005-04-14 Lute Kamstra <lute@gnu.org>
7630
7631 * make-dist: Distribute all ChangeLog files in lisp/.
7632 Don't distribute ldefs-boot.el.
7633 lisp/makefile.nt no longer exists.
7634
7635 2005-04-13 Lute Kamstra <lute@gnu.org>
7636
7637 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
7638 for "no-byte-compile: t" in the file instead.
7639
7640 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
7643 shadow the main Lesstif/Motif-2.1 libs and includes.
7644
7645 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
7646
7647 * configure.in: Only add XASSERTS to cppflags.
7648
7649 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
7650
7651 * configure.in: Added --enable-asserts.
7652
7653 2005-02-09 Kim F. Storm <storm@cua.dk>
7654
7655 Change release version from 21.4 to 22.1 throughout.
7656 Change development version from 21.3.50 to 22.0.50.
7657
7658 2005-01-19 Steven Tamm <steventamm@mac.com>
7659
7660 * configure.in: Check for <sys/utsname.h>.
7661
7662 2004-12-11 Kim F. Storm <storm@cua.dk>
7663
7664 * Makefile.in (info): Undo 2004-12-05 change.
7665
7666 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7667
7668 * info/dir (File): Add URL and Org Mode manuals.
7669 * Makefile.in (install-arch-indep, uninstall): Add url and org
7670 manuals.
7671
7672 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7673
7674 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
7675 committed to src/config.in.
7676
7677 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
7678
7679 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
7680 pthreads and define HAVE_GTK_AND_PTHREAD.
7681
7682 2004-12-05 Richard M. Stallman <rms@gnu.org>
7683
7684 * Makefile.in (info): Ignore errors building info files.
7685
7686 2004-11-27 Eli Zaretskii <eliz@gnu.org>
7687
7688 * config.bat: If 8-byte alignment is not supported, define
7689 NO_DECL_ALIGN in src/config.h, instead of trivially defining
7690 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
7691 filter through Sed to remove the quotes.
7692
7693 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7694
7695 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
7696 not apply to files explicitly `cvs add'ed.
7697
7698 2004-11-12 Eli Zaretskii <eliz@gnu.org>
7699
7700 * config.bat: Don't require djecho.exe for the v1.x build.
7701 Add a test for DECL_ALIGN support, and add a trivial definition to
7702 src/config.h if 8-byte alignment is not supported.
7703
7704 2004-11-08 Kim F. Storm <storm@cua.dk>
7705
7706 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
7707 files before building.
7708 (bootfast, bootstrap-clean-before-fast): New targets, like
7709 bootstrap but don't remove .elc files.
7710
7711 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
7712
7713 * configure.in: Add check for getrusage.
7714
7715 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
7716
7717 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
7718 New tests for new and old GTK file dialogs.
7719 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
7720 to no.
7721
7722 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
7723
7724 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
7725 can be set. Remove SETARCH test.
7726
7727 2004-10-08 Steven Tamm <steventamm@mac.com>
7728
7729 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
7730
7731 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
7732
7733 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
7734 AC_MSG_WARN. Move output of warning message to end of configure run.
7735
7736 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
7737
7738 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
7739 Run test to see if heap start address is random.
7740
7741 2004-09-29 Miles Bader <miles@gnu.org>
7742
7743 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
7744 if setarch is present.
7745
7746 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
7747
7748 * configure.in (HAVE_EXECSHIELD): Only define on x86.
7749
7750 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
7751
7752 * configure.in: Check for exec-shield.
7753
7754 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7755
7756 * Makefile.in (install-arch-indep): Add pgg and sieve.
7757
7758 * info/.cvsignore: Added pgg and sieve.
7759
7760 2004-08-06 Andreas Schwab <schwab@suse.de>
7761
7762 * Makefile.in (install-arch-indep, uninstall): Add flymake.
7763
7764 2004-07-31 Eli Zaretskii <eliz@gnu.org>
7765
7766 * config.bat: Update URLs in the comments.
7767
7768 2004-07-05 Andreas Schwab <schwab@suse.de>
7769
7770 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
7771
7772 2004-06-21 Kenichi Handa <handa@m17n.org>
7773
7774 * make-dist: Link leim-ext.el into tempdir.
7775
7776 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7777
7778 * info/dir (File): Add emacs-xtra.
7779 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
7780
7781 2004-06-12 Juri Linkov <juri@jurta.org>
7782
7783 * info/dir: Move menu help lines from `* Menu:' to file header.
7784 Describe the purpose of a red *.
7785
7786 2004-05-04 Dave Love <fx@gnu.org>
7787
7788 * configure.in: Don't use `extrasub'.
7789
7790 2004-04-29 Dave Love <fx@gnu.org>
7791
7792 * configure.in: Don't forget to quote args to `test'.
7793
7794 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
7795
7796 * autogen.sh: Update filename in "please read" message.
7797
7798 2004-04-17 Richard M. Stallman <rms@gnu.org>
7799
7800 * INSTALL: Move the info about site-lisp dirs,
7801 and say uninstalled Emacs looks there too.
7802
7803 2004-04-04 Eli Zaretskii <eliz@gnu.org>
7804
7805 * config.bat (lib-src): Recognize comment lines in Makefile.in
7806 that have a TAB after the #, to avoid errors in preprocessing with
7807 GCC 3.3.3.
7808
7809 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
7810
7811 * Makefile.in: Mention in comment that `make maintainer-clean'
7812 deletes .elc files.
7813
7814 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7815
7816 * update-subdirs: Add local variables to prevent byte-compiling.
7817
7818 2004-03-21 Dave Love <fx@gnu.org>
7819
7820 * configure.in: Fix previous change.
7821
7822 2004-03-18 Dave Love <fx@gnu.org>
7823
7824 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
7825
7826 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
7827
7828 * info/dir (File): Add SMTP and SES.
7829
7830 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7831
7832 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
7833 (bootstrap): Use the new bootstrap-prepare target in lisp.
7834
7835 2004-02-18 Kim F. Storm <storm@cua.dk>
7836
7837 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
7838
7839 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7840
7841 * make-dist: Don't link index.*perm and permute-index into tempdir.
7842
7843 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
7844
7845 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
7846 to match previous changes by Eli Zaretskii.
7847
7848 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
7849
7850 * Makefile.in: Set CDPATH to an empty string.
7851
7852 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7853
7854 * configure.in <darwin>: Use fink packages if available.
7855
7856 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
7857
7858 * make-dist (lispref): Do include lispref/index.texi.
7859
7860 2004-01-06 Eric Hanchrow <offby1@blarg.net>
7861
7862 * make-dist (tempdir): Include cursors in nt/icons.
7863
7864 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7865
7866 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
7867 clashes with install-sh on 8+3 filesystems.
7868
7869 2003-12-24 Miles Bader <miles@gnu.org>
7870
7871 * .cvsignore: Add .arch-inventory.
7872
7873 2003-12-24 Andreas Schwab <schwab@suse.de>
7874
7875 * configure.in: Check for <sys/socket.h>. Include it before
7876 including <net/if.h>. Move check for <net/if.h> before its use.
7877
7878 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
7879
7880 * Makefile.in (install-arch-dep): Don't let cd output go into
7881 pipe for carbon_appdir.
7882
7883 2003-12-24 Andreas Schwab <schwab@suse.de>
7884
7885 * configure.in (PKG_CHECK_MODULES): Fix quoting.
7886
7887 2003-12-01 Andreas Schwab <schwab@suse.de>
7888
7889 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
7890 hardcoding gcc.
7891
7892 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
7893
7894 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
7895 multiple displays.
7896 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
7897
7898 2003-09-23 Dave Love <fx@gnu.org>
7899
7900 * configure.in: Check members of struct ifreq.
7901
7902 2003-09-14 Kim F. Storm <storm@cua.dk>
7903
7904 * configure.in: Add checks for sys/ioctl.h and net/if.h.
7905
7906 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
7907
7908 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
7909
7910 2003-08-18 Lute Kamstra <lute@gnu.org>
7911
7912 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
7913 required anymore.
7914
7915 2003-08-07 Andrew Choi <akochoi@shaw.ca>
7916
7917 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
7918 option instead of -traditional-cpp for CPP.
7919
7920 2003-07-29 Richard M. Stallman <rms@gnu.org>
7921
7922 * configure.in (HAVE_XIM): Define if XIM is available.
7923
7924 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
7925
7926 * configure.in: The function gtk_window_set_icon_from_file was
7927 introduced in GTK+ 2.2, so check for that release.
7928
7929 2003-07-23 Andreas Schwab <schwab@suse.de>
7930
7931 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
7932
7933 * Makefile.in (YACC): Remove, not used.
7934 (MAINT): Don't set.
7935 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
7936 disable dependency on ${srcdir}/configure.in when maintainer mode
7937 is disabled.
7938
7939 2003-07-22 Dave Love <fx@gnu.org>
7940
7941 * configure.in: Make XRegisterIMInstantiateCallback test depend on
7942 HAVE_X11, not with_xim.
7943 (HAVE_CRTIN): Provide template.
7944 <with_png>: Test for png.h and libpng/png.h.
7945
7946 2003-07-15 Andreas Schwab <schwab@suse.de>
7947
7948 * configure.in: Temporarily leave quoting for AC_DEFINE.
7949
7950 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
7951
7952 * configure.in: Check for posix_memalign.
7953
7954 2003-07-12 Richard M. Stallman <rms@gnu.org>
7955
7956 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
7957
7958 2003-07-09 Kim F. Storm <storm@cua.dk>
7959
7960 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
7961 functionality of --without-xim.
7962
7963 2003-06-29 Dave Love <fx@gnu.org>
7964
7965 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
7966
7967 2003-06-23 Dave Love <fx@gnu.org>
7968
7969 * configure.in: Check for sys/_mbstate_t.h.
7970 Test XRegisterIMInstantiateCallback prototype.
7971 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
7972
7973 2003-06-06 Dave Love <fx@gnu.org>
7974
7975 * configure.in: Check for locale.h.
7976
7977 2003-06-05 Dave Love <fx@gnu.org>
7978
7979 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
7980 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
7981 (NLIST_STRUCT): Don't define.
7982 (AH_BOTTOM): Define my_strftime.
7983
7984 2003-06-02 Richard M. Stallman <rms@gnu.org>
7985
7986 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
7987
7988 2003-05-24 Andreas Schwab <schwab@suse.de>
7989
7990 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
7991 bzero, and bcmp.
7992
7993 2003-05-22 Dave Love <fx@gnu.org>
7994
7995 * configure.in: Remove redundant test for term.h. Test for difftime.
7996
7997 2003-05-20 Dave Love <fx@gnu.org>
7998
7999 * configure.in: Append * to s390-*-linux-gnu case.
8000 (LIBMAIL) <lockfile>: Don't define.
8001
8002 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
8003
8004 * INSTALL (* GNU/Linux development packages): Mention Debian and
8005 RedHat package names.
8006
8007 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
8008
8009 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
8010
8011 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
8012
8013 * INSTALL (* GNU/Linux development packages): Tell people to
8014 install additional packages for compiling Emacs.
8015
8016 2003-04-30 Richard M. Stallman <rms@gnu.org>
8017
8018 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
8019
8020 2003-04-28 Francesco Potortì <pot@gnu.org>
8021
8022 * configure.in: Undo last (RMS') change, as it is useless, per
8023 Dave Love.
8024
8025 2003-04-08 Richard M. Stallman <rms@gnu.org>
8026
8027 * configure.in: Put #include of jpeglib.h at start of line.
8028
8029 2003-04-06 Francesco Potortì <pot@gnu.org>
8030
8031 * configure.in: Use the same configuration for all aix5, not just
8032 aix5.1.
8033
8034 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
8035
8036 * configure.in: Check for need for bigtoc support on IBM AIX for
8037 solving a linker table overflow problem.
8038
8039 2003-03-03 Rob Browning <rlb@defaultvalue.org>
8040
8041 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
8042 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
8043 over bzero, bcmp, and bcopy.
8044
8045 2003-02-23 Simon Josefsson <jas@extundo.com>
8046
8047 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
8048
8049 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
8050
8051 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
8052
8053 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
8054
8055 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
8056
8057 2003-02-08 Andreas Schwab <schwab@suse.de>
8058
8059 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
8060 instead of the substitution.
8061
8062 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8063
8064 * Makefile.in: Use @EXEEXT@ for Cygwin.
8065 Use USERNAME if LOGNAME is not set (for Cygwin).
8066
8067 * configure.in: Add opsys=cygwin.
8068
8069 2003-01-22 Andreas Schwab <schwab@suse.de>
8070
8071 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
8072 redefining it explicitly in src/config.in.
8073
8074 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
8075
8076 * Makefile.in (bootstrap): Make bootstrap-after.
8077
8078 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
8079
8080 * configure.in: Fix --with-gtk.
8081
8082 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8083
8084 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
8085
8086 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
8087
8088 2003-01-14 Francesco Potortì <pot@gnu.org>
8089
8090 * configure.in (m68k-motorola-sysv): Remove (obsolete).
8091
8092 2003-01-07 Steven Tamm <steventamm@mac.com>
8093
8094 * configure.in: New option, --enable-carbon-app, to specify
8095 that the application should be installed
8096 * Makefile.in (install-arch-dep): On Mac OS X, install the
8097 Emacs.app application if carbon-app is enabled.
8098
8099 2003-01-06 Dave Love <fx@gnu.org>
8100
8101 * configure.in: Check for nl_langinfo.
8102 [!HAVE_SIZE_T]: Fix typedef.
8103
8104 2003-01-06 David Kastrup <dak@gnu.org>
8105
8106 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
8107
8108 * configure.in: Add tests for install-info.
8109
8110 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
8111
8112 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
8113 use again sol2-6 instead of sol2-8.
8114
8115 2002-12-09 Dave Love <fx@gnu.org>
8116
8117 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
8118
8119 2002-12-08 Andreas Schwab <schwab@suse.de>
8120
8121 * Makefile.in (install-arch-indep): Revert last change.
8122
8123 2002-11-27 Dave Love <fx@gnu.org>
8124
8125 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
8126 Check for __sys_siglist too. Check for memset.
8127 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
8128
8129 2002-11-22 Juanma Barranquero <lektu@terra.es>
8130
8131 * config.guess, config.sub: Updated from master source.
8132
8133 2002-11-19 Karl Fogel <kfogel@red-bean.com>
8134
8135 * autogen.sh: New file.
8136
8137 2002-11-18 Dave Love <fx@gnu.org>
8138
8139 * configure.in: Tidy up various quoting issues throughout.
8140 Use AC_GNU_SOURCE.
8141 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
8142 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
8143 Maybe define bcopy, bzero, bcmp.
8144 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
8145 non-existent machine file).
8146 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
8147 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
8148 (nlist.h): Move test up.
8149
8150 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
8151
8152 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
8153
8154 2002-11-14 Francesco Potortì <pot@gnu.org>
8155
8156 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
8157
8158 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
8159
8160 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
8161
8162 2002-11-08 Dave Love <fx@gnu.org>
8163
8164 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
8165 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
8166
8167 2002-11-07 Miles Bader <miles@gnu.org>
8168
8169 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
8170 Handle separate-build-dir case.
8171
8172 2002-11-06 Richard M. Stallman <rms@gnu.org>
8173
8174 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
8175 bulletproof. $bar may be empty when there are no .elc files.
8176
8177 2002-10-30 Dave Love <fx@gnu.org>
8178
8179 * configure.in: Require autoconf 2.53. Test for pty.h,
8180 sys/mman.h, sys/param.h, mremap, memmove.
8181 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
8182 (AC_PROG_YACC): Delete.
8183 (size_t): Use AC_CHECK_TYPES.
8184 (AH_TOP): Up-date copyright.
8185
8186 2002-10-01 Juanma Barranquero <lektu@terra.es>
8187
8188 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
8189
8190 2002-09-19 Richard M. Stallman <rms@gnu.org>
8191
8192 * configure.in: Fix the LessTif-directory-finder for real.
8193
8194 2002-09-14 Richard M. Stallman <rms@gnu.org>
8195
8196 * Makefile.in (maybe_bootstrap): Test for complete absence
8197 of compiled Lisp files.
8198
8199 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
8200
8201 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
8202 (bootstrap-clean-after): Delete.
8203 (bootstrap): Make the sequencing explicit.
8204
8205 2002-09-10 Richard M. Stallman <rms@gnu.org>
8206
8207 * configure.in: Fix previous LessTif change.
8208
8209 2002-09-09 Richard M. Stallman <rms@gnu.org>
8210
8211 * configure.in (powerpcle-*-solaris2.5*): New configuration.
8212 (powerpcle-*-solaris*): Use version 2.6 as default.
8213 (*-sunos5.6*, *-solaris2.6*): New alternative.
8214 (*-sunos5*): Use version 2.6 as default.
8215
8216 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8217
8218 * configure.in: Fix typo.
8219
8220 2002-09-05 Richard M. Stallman <rms@gnu.org>
8221
8222 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
8223
8224 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
8225 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
8226
8227 2002-08-26 Kim F. Storm <storm@cua.dk>
8228
8229 * Makefile.in (install-arch-indep): Do not remove DOC file
8230 when it is the only DOC file installed; this is the case when
8231 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
8232
8233 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
8234
8235 * configure.in: Fix typo.
8236
8237 2002-07-24 Richard M. Stallman <rms@gnu.org>
8238
8239 * configure.in: Don't print anything special about gamedir.
8240
8241 * configure.in: Delete nonstandard --with-game-user option.
8242
8243 2002-07-21 Richard M. Stallman <rms@gnu.org>
8244
8245 * Makefile.in (gamedir, localstatedir): New variables.
8246 (epaths-force): Insert value of gamedir into PATH_GAME.
8247
8248 * configure.in (gamedir): Handle it like lispdir.
8249 (--with-game-dir option): Delete.
8250
8251 2002-06-21 Pavel Janík <Pavel@Janik.cz>
8252
8253 * configure.in: Add support for mipseb-*-netbsd* machines.
8254
8255 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8256
8257 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
8258
8259 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8260
8261 * info/dir (File): Add an entry for Tramp.
8262
8263 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8264
8265 * INSTALL-CVS: New file.
8266
8267 2002-06-07 Andreas Schwab <schwab@suse.de>
8268
8269 * configure.in (x86_64-*-linux-gnu*): New system.
8270
8271 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
8272
8273 * config.bat: Handle the case when lispintro is truncated to lispintr.
8274
8275 2002-05-26 Paul Eggert <eggert@twinsun.com>
8276
8277 * config.guess, config.sub: Updated from master source.
8278
8279 2002-05-09 Richard M. Stallman <rms@gnu.org>
8280
8281 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
8282
8283 2002-05-04 Pavel Janík <Pavel@Janik.cz>
8284
8285 * make-dist: Do not distribute lock/ directory.
8286
8287 2002-04-30 Andrew Choi <akochoi@shaw.ca>
8288
8289 * configure.in: Provide documentation string when defining
8290 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
8291 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
8292
8293 2002-04-29 Colin Walters <walters@verbum.org>
8294
8295 * configure.in: Delete configure check for access to the game user.
8296
8297 2002-04-29 Pavel Janík <Pavel@Janik.cz>
8298
8299 * make-dist: lwlib/Imakefile is removed.
8300
8301 2002-04-26 Andrew Choi <akochoi@shaw.ca>
8302
8303 * configure.in: Add support for powerpc-apple-darwin*.
8304 (HAVE_CARBON): Add.
8305
8306 * make-dist: Create directories in mac/Emacs.app.
8307
8308 2002-04-25 Pavel Janík <Pavel@Janik.cz>
8309
8310 * make-dist: lwlib-Xol* are removed.
8311
8312 2002-04-23 Andreas Schwab <schwab@suse.de>
8313
8314 * Makefile.in (MAINT): New variable.
8315 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
8316 instead of configure.in, to avoid running autoconf and autoheader
8317 unless explicitly requested.
8318
8319 2002-04-16 Eli Zaretskii <eliz@gnu.org>
8320
8321 * config.bat: Update for msdos/sed2v2.inp.
8322
8323 2002-04-15 Andreas Schwab <schwab@suse.de>
8324
8325 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
8326 * configure.in: Add config header templates to all AC_DEFINE and
8327 AC_DEFINE_UNQUOTED symbols.
8328 * make-dist: Run autoheader if necessary.
8329
8330 2002-04-10 Colin Walters <walters@verbum.org>
8331
8332 * configure.in: Add --game-dir, --game-user. Test to see if we
8333 can use them.
8334
8335 2002-04-08 Pavel Janík <Pavel@Janik.cz>
8336
8337 * configure.in: Add --with-sound.
8338
8339 2002-03-18 Kim F. Storm <storm@cua.dk>
8340
8341 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
8342 and getsockname functions. Test for sys/un.h include file.
8343
8344 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
8345
8346 * configure.in: Support AIX 5.1.
8347
8348 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
8349
8350 * configure.in: Added test for X Session Management (HAVE_X_SM).
8351
8352 2002-03-03 Richard M. Stallman <rms@gnu.org>
8353
8354 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
8355 Run chown $${LOGNAME} on files installed by tar xvf.
8356
8357 2002-03-03 Kim F. Storm <storm@cua.dk>
8358
8359 * configure.in: Test for getpeername.
8360
8361 2002-03-01 Richard M. Stallman <rms@gnu.org>
8362
8363 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
8364 (HAVE_GIF): Don't use old libungif versions that crash.
8365
8366 2002-02-26 Richard M. Stallman <rms@gnu.org>
8367
8368 * configure.in <making srcdir absolute>: Verify that PWD is correct,
8369 not just well-formed and valid.
8370 (mips-compaq-nonstopux*): New configuration.
8371
8372 2002-02-18 Paul Eggert <eggert@twinsun.com>
8373
8374 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
8375 "sed q" is a portable equivalent to plain "head -1".
8376
8377 2002-02-13 Richard M. Stallman <rms@gnu.org>
8378
8379 * Makefile.in (maybe_bootstrap): Do `exit 1'.
8380 (all): Don't depend on maybe_bootstrap here.
8381 (${SUBDIR}): Depend on it here instead.
8382
8383 2002-02-08 Richard M. Stallman <rms@gnu.org>
8384
8385 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
8386
8387 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8388
8389 * configure.in: Recognize BSD/OS 5.0.
8390
8391 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8392
8393 * make-dist: Make version checking in emacs.texi consistent with
8394 how we set it there.
8395
8396 2001-12-29 Kim F. Storm <storm@cua.dk>
8397
8398 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
8399
8400 2001-12-28 Richard M. Stallman <rms@gnu.org>
8401
8402 * configure.in: Test for mbsinit.
8403
8404 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8405
8406 These changes make Leim part of the standard distribution:
8407
8408 * README: Add info about the `leim' directory.
8409
8410 * INSTALL: Remove text that describes Leim as a separate package.
8411
8412 * noleim-Makefile.in: File removed.
8413
8414 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
8415 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
8416 Leim files out of the Emacs tree. Don't prepare a separate tarball
8417 for Leim.
8418
8419 2001-12-11 Richard M. Stallman <rms@gnu.org>
8420
8421 * configure.in (hppa*-*-linux-gnu*): New alternative.
8422
8423 2001-12-08 Pavel Janík <Pavel@Janik.cz>
8424
8425 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
8426 creating distribution.
8427
8428 2001-12-06 Paul Eggert <eggert@twinsun.com>
8429
8430 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
8431 (AC_FUNC_VFORK): Remove.
8432 (AC_FUNC_FORK): Add.
8433 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
8434 this is required by recent Autoconf versions.
8435
8436 2001-12-02 Pavel Janík <Pavel@Janik.cz>
8437
8438 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
8439 TODO, vms-pp.trans and others).
8440
8441 2001-11-29 Pavel Janík <Pavel@Janik.cz>
8442
8443 * make-dist: Use COPYING from the top-level directory.
8444
8445 2001-11-29 Gerd Moellmann <gerd@gnu.org>
8446
8447 * configure.in: Add support for FreeBSD/Alpha.
8448
8449 2001-11-29 Pavel Janík <Pavel@Janik.cz>
8450
8451 * make-dist: Add COPYING to the top-level directory of the
8452 distribution. Simplify the logic behind copying.
8453
8454 * Makefile.in (maybe_bootstrap): Fix previous change.
8455
8456 2001-11-28 Richard M. Stallman <rms@gnu.org>
8457
8458 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
8459
8460 2001-11-26 Richard M. Stallman <rms@gnu.org>
8461
8462 * Makefile.in: bootstrap should not delete dumped executables.
8463 (bootstrap-clean-before): New target.
8464 (bootstrap): Use bootstrap-clean-before instead of clean.
8465 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
8466
8467 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
8468
8469 These changes add the Emacs Lisp Introduction manual to the
8470 distribution:
8471
8472 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
8473
8474 * make-dist: Copy the files in lispintro directory.
8475
8476 * config.bat: Configure in the lispintro directory.
8477
8478 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
8479
8480 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
8481 (lispintro/Makefile): New target.
8482 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
8483 (unlock, relock, info, dvi): Ditto.
8484
8485 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8486
8487 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
8488
8489 * make-dist (etc): Don't distribute gfdl.1.
8490
8491 2001-11-22 Colin Walters <walters@debian.org>
8492
8493 * Makefile.in (install-arch-indep): Install the calc .info files.
8494 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
8495
8496 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8497
8498 * make-dist (lispref): Add *.txt, *.el, permute-index, and
8499 tindex.pl to the list of those being put into the distribution.
8500
8501 2001-11-16 Eli Zaretskii <eliz@gnu.org>
8502
8503 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
8504
8505 2001-11-15 Pavel Janík <Pavel@Janik.cz>
8506
8507 * Makefile.in (uninstall): Fix previous change.
8508
8509 * configure.in, Makefile.in: Add support for --program-prefix,
8510 --program-suffix and --program-transform-name options.
8511
8512 2001-11-13 Pavel Janík <Pavel@Janik.cz>
8513
8514 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
8515 (install-arch-indep): Install emacsclient manual page.
8516 (uninstall): Uninstall emacsclient manual page.
8517
8518 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
8519
8520 * make-dist: Add lispref/index.*perm files to the distribution.
8521 From Pavel Janík <Pavel@Janik.cz>.
8522
8523 2001-11-12 Pavel Janík <Pavel@Janik.cz>
8524
8525 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
8526
8527 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8528
8529 * configure.in: AC_OUTPUT lispref/Makefile.
8530
8531 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8532
8533 The following changes add the ELisp reference manual to the
8534 distribution.
8535
8536 * make-dist: Add the lispref directory to the distribution.
8537
8538 * Makefile.in (install-arch-indep): Add elisp* to the list of
8539 installed Info files.
8540 (SUBDIR_MAKEFILES): Add lispref/Makefile.
8541 (lispref/Makefile): New target.
8542 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
8543 Add commands for the lispref directory.
8544 (info, dvi): Ditto.
8545
8546 * config.bat: Configure in `lispref'.
8547
8548 2001-11-09 Richard M. Stallman <rms@gnu.org>
8549
8550 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
8551
8552 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
8553
8554 * make-dist (tempdir): Copy AUTHORS as well.
8555
8556 2001-11-06 Sam Steingold <sds@gnu.org>
8557
8558 * configure.in: Added a check for <nlist.h>.
8559
8560 2001-11-01 Pavel Janík <Pavel@Janik.cz>
8561
8562 * configure.in: Reindent --help output.
8563 From Per Starbäck (starback@ling.uu.se).
8564
8565 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
8566
8567 * configure.in: New entry for HP/UX-11.
8568
8569 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
8570 From Eric S. Raymond <esr@golux.thyrsus.com>.
8571
8572 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8573
8574 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
8575 <athornton@sinenomine.net>.
8576
8577 2001-10-25 Gerd Moellmann <gerd@gnu.org>
8578
8579 * Makefile.in (maybe_bootstrap): New target.
8580 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
8581
8582 2001-10-24 Ken Raeburn <raeburn@gnu.org>
8583
8584 * configure.in: If --with-hesiod is given, look for
8585 hes_getmailhost and res_send or __res_send; check hesiod and
8586 resolv libraries respectively if system libraries don't supply them.
8587
8588 2001-10-24 Gerd Moellmann <gerd@gnu.org>
8589
8590 * configure.in: Use $MAKE for `make' if set.
8591
8592 2001-10-22 Gerd Moellmann <gerd@gnu.org>
8593
8594 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
8595 to tar options.
8596
8597 2001-10-20 Gerd Moellmann <gerd@gnu.org>
8598
8599 * (Version 21.1 released).
8600
8601 2001-10-20 Miles Bader <miles@gnu.org>
8602
8603 * configure.in (configuration): Set from `host' if `host_alias'
8604 isn't defined.
8605
8606 2001-10-19 Andreas Schwab <schwab@suse.de>
8607
8608 * configure.in: Make ready for autoconf 2.5x.
8609 (AC_PREREQ): Require autoconf 2.50.
8610 * aclocal.m4: Removed.
8611 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
8612
8613 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8614
8615 * README: Bump Emacs version to 21.1.50.
8616
8617 2001-10-05 Gerd Moellmann <gerd@gnu.org>
8618
8619 * Branch for 21.1.
8620
8621 2001-09-05 Gerd Moellmann <gerd@gnu.org>
8622
8623 * configure.in: Avoid `$@' which is handled specially in
8624 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
8625
8626 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
8627
8628 * make-dist (nt): Add subdirs.el to the list of distributed files.
8629
8630 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
8631
8632 * configure.in (machine): Add an entry for
8633 hppa1.1-hitachi-hiuxwe2*.
8634
8635 2001-05-28 Gerd Moellmann <gerd@gnu.org>
8636
8637 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
8638 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
8639
8640 2001-05-14 Gerd Moellmann <gerd@gnu.org>
8641
8642 * make-dist: Copy texinfo.tex unconditionally.
8643
8644 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8645
8646 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
8647 that are installed.
8648
8649 2001-04-06 Gerd Moellmann <gerd@gnu.org>
8650
8651 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
8652 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
8653
8654 * make-dist: Handle leim/MISC-DIC. Only include
8655 `[a-zA-Z]*.{el,elc}' from leim/quail.
8656
8657 2001-04-05 Gerd Moellmann <gerd@gnu.org>
8658
8659 * Makefile.in (install-arch-indep): Remove .cvsignore files.
8660
8661 2001-03-30 Gerd Moellmann <gerd@gnu.org>
8662
8663 * Makefile.in (.PHONY): Add for bootstrap targets.
8664 (bootstrap-clean): New target.
8665 (bootstrap): Use it instead of `clean'.
8666
8667 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
8668
8669 * Makefile.in (SUBDIR): Remove leim.
8670 (all, .RECURSIVE, extraclean): Add leim explicitly.
8671 (leim): Provide separate rule which exports PARALLEL=0 into the
8672 environment.
8673
8674 2001-03-20 Gerd Moellmann <gerd@gnu.org>
8675
8676 * configure.in (HAVE_XPM): Don't print the result of the check for
8677 XpmReturnAllocPixels if we don't have an xpm.h.
8678
8679 2001-03-05 Gerd Moellmann <gerd@gnu.org>
8680
8681 * COPYING: New file.
8682
8683 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
8684
8685 * config.bat: Update the copyright.
8686
8687 2001-02-23 Kenichi Handa <handa@etl.go.jp>
8688
8689 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
8690 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
8691 to `yes'. Later in AC_OUTPUT, check this variable.
8692
8693 2001-02-09 Dave Love <fx@gnu.org>
8694
8695 * AUTHORS: Updated.
8696
8697 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8698
8699 * info/dir (Ebrowse): Fix the entry (was missing a dot).
8700
8701 2001-02-02 Gerd Moellmann <gerd@gnu.org>
8702
8703 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
8704
8705 * Makefile.in (uninstall): Ignore exit code of `rm'.
8706
8707 * Makefile.in (uninstall): Remove more info files.
8708 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
8709
8710 2001-01-31 Gerd Moellmann <gerd@gnu.org>
8711
8712 * noleim-Makefile.in (extraclean): Add.
8713
8714 2001-01-28 Gerd Moellmann <gerd@gnu.org>
8715
8716 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
8717 it quiet.
8718
8719 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
8720
8721 * Makefile.in (tags): Fix typo.
8722
8723 2001-01-13 Kenichi Handa <handa@etl.go.jp>
8724
8725 * configure.in: Fix typo in the code setting x_search_path.
8726
8727 2001-01-10 Dave Love <fx@gnu.org>
8728
8729 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
8730 -lXext.
8731 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
8732 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
8733 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
8734 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
8735 (now in $LIBS).
8736
8737 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8738
8739 * config.bat: Run the preprocessor with -traditional.
8740
8741 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
8742
8743 * INSTALL: Move copying conditions to end of file.
8744
8745 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8746
8747 * INSTALL: Add basic installation procedure which assumes
8748 `configure' does its job. Elaborate on image support libraries.
8749 Add a pointer to Xaw3d library. Add advice about solving
8750 configure-time problems by looking in config.log and setting
8751 variables in the environment.
8752
8753 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8754
8755 * Makefile.in (install-arch-indep): If tar fails, exit with
8756 exit code 1.
8757
8758 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8759
8760 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
8761 source file includes XKBlib.h. On some broken Solaris systems,
8762 there is an XKBlib.h, reportedly, but header files included by
8763 XKBlib.h are missing.
8764
8765 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8766
8767 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
8768
8769 2000-12-11 Dave Love <fx@gnu.org>
8770
8771 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
8772
8773 2000-12-11 Paul Eggert <eggert@twinsun.com>
8774
8775 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
8776 Merge fixes from latest GNU tar version. These macros no longer
8777 futz with _XOPEN_SOURCE, as that was not portable in practice.
8778 (AC_FUNC_FSEEKO): New macro.
8779
8780 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
8781 ftello.
8782
8783 2000-12-05 Dave Love <fx@gnu.org>
8784
8785 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
8786
8787 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8788
8789 * info/dir: Change the category to "Emacs".
8790
8791 2000-12-01 Gerd Moellmann <gerd@gnu.org>
8792
8793 * make-dist (tempdir): Remove epaths.h from the distribution
8794 instead of paths.h.
8795
8796 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8797
8798 * config.bat: Check for existence of djecho.exe, and print an
8799 error message if it is not available.
8800
8801 * INSTALL: Describe possible problem with djecho.exe in old
8802 versions of DJGPP v2.x.
8803
8804 2000-11-23 Gerd Moellmann <gerd@gnu.org>
8805
8806 * configure.in: Initialize HAVE_LIBXP to no.
8807
8808 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8809
8810 * configure.in: Use m/macppc.h instead of the non-existent
8811 m/powerpc.h.
8812
8813 2000-11-21 Gerd Moellmann <gerd@gnu.org>
8814
8815 * Makefile.in (install-arch-indep): Also install info/eshell*
8816 and info/speedbar*.
8817
8818 * configure.in (HAVE_PNG): Check for the presence of
8819 png_get_channels to rule out older PNG libs.
8820
8821 * configure.in (AC_OUTPUT): Arrange to emit definitions of
8822 GCC and NON_GNU_CPP into config.status.
8823
8824 2000-11-20 Dave Love <fx@gnu.org>
8825
8826 * configure.in: Fix last change.
8827
8828 * GETTING.GNU.SOFTWARE: Deleted.
8829 * FTP: New file to replace it.
8830 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
8831
8832 2000-11-20 Gerd Moellmann <gerd@gnu.org>
8833
8834 * configure.in: Use -traditional with GNU cpp.
8835
8836 2000-11-17 Gerd Moellmann <gerd@gnu.org>
8837
8838 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
8839 Distribute more files from the nt/ subdir. Distribute PBM
8840 image files from subdirs of lisp/. Distribute old change logs
8841 from subdirs of lisp/. Distribute play/5x5.el.
8842
8843 2000-11-11 Dave Love <fx@gnu.org>
8844
8845 * config.sub, config.guess: Updated from master source.
8846
8847 2000-11-07 Dave Love <fx@gnu.org>
8848
8849 * configure.in: Test for mkstemp.
8850
8851 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
8852
8853 * info/dir (Top): Rearrange menu items more logically, and put
8854 them into a single category. Add menu items for RefTeX and
8855 Widget.
8856
8857 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8858
8859 * Makefile.in (install-arch-indep): Use --info-dir instead of
8860 --dir-file, and a simple argument instead of --info-file, so that
8861 the Debian version of install-info also works.
8862
8863 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
8864
8865 * info/dir (Speedbar): Add entry.
8866
8867 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8868
8869 * INSTALL: Describe the new image-support options to the configure
8870 script. List URLs where image support libraries can be found.
8871
8872 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
8873
8874 * info/dir (Top): Add an entry for Eshell.
8875
8876 2000-10-02 Dave Love <fx@gnu.org>
8877
8878 * configure.in: Check for gai_strerror.
8879
8880 2000-10-01 Andreas Schwab <schwab@suse.de>
8881
8882 * Makefile.in (install-arch-indep): Update list of installed info files.
8883
8884 2000-09-30 Gerd Moellmann <gerd@gnu.org>
8885
8886 * configure.in: Support `sparc*-*-netbsd*'.
8887
8888 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
8889
8890 * info/dir (MIME): Add entry for emacs-mime.
8891
8892 2000-09-29 Dave Love <fx@gnu.org>
8893
8894 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
8895
8896 2000-09-26 Gerd Moellmann <gerd@gnu.org>
8897
8898 * make-dist: Adapt to the change of leim/Makefile which was
8899 necessary to ensure a reasonably working `make dist'.
8900
8901 * leim-Makefile.in: Moved to leim/Makefile.in..
8902
8903 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
8904
8905 2000-09-21 Kenichi Handa <handa@etl.go.jp>
8906
8907 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
8908 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
8909 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
8910 files to .elc.
8911 (${TIT}): Adjust for the above change.
8912 (clean mostlyclean): Likewise.
8913 (.el.elc): New target.
8914
8915 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8916
8917 * make-dist: Include XPM and XBM files in lisp/ and subdirs
8918 in the distribution.
8919
8920 2000-09-18 Gerd Moellmann <gerd@gnu.org>
8921
8922 * make-dist (skk): Rename to `ja-dic' because the leim directory
8923 was renamed.
8924
8925 2000-09-14 Dave Love <fx@gnu.org>
8926
8927 * configure.in: Fix spurion in last change.
8928
8929 2000-09-14 Gerd Moellmann <gerd@gnu.org>
8930
8931 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
8932 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
8933 to `no' if defined. Change result report.
8934
8935 2000-09-08 Dave Love <fx@gnu.org>
8936
8937 * configure.in: Remove spurious `@'s.
8938
8939 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
8940 autoconf.
8941
8942 2000-09-06 Gerd Moellmann <gerd@gnu.org>
8943
8944 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
8945 file and print informational message.
8946
8947 * configure.in (AC_FUNC_MMAP): Add.
8948
8949 2000-09-01 Gerd Moellmann <gerd@gnu.org>
8950
8951 * configure.in: Add ``checking'' messages for
8952 XpmReturnAllocPixels.
8953
8954 2000-08-28 Gerd Moellmann <gerd@gnu.org>
8955
8956 * configure.in: Check <strings.h>; check `index' and `rindex'
8957 functions.
8958
8959 2000-08-26 Kenichi Handa <handa@etl.go.jp>
8960
8961 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
8962 "case "${canonical}" in".
8963
8964 2000-08-25 Dave Love <fx@gnu.org>
8965
8966 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
8967
8968 2000-08-25 Kenichi Handa <handa@etl.go.jp>
8969
8970 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
8971
8972 2000-08-24 Gerd Moellmann <gerd@gnu.org>
8973
8974 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
8975 contains a relative path. Protect against unusable values of $PWD.
8976
8977 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8978
8979 * info/dir (WoMan): Add entry.
8980
8981 * config.bat (maindir): Update src/_gdbinit even if it does
8982 already exist.
8983
8984 2000-08-07 Gerd Moellmann <gerd@gnu.org>
8985
8986 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
8987
8988 2000-08-03 Gerd Moellmann <gerd@gnu.org>
8989
8990 * configure.in: Add support for ia64*-*-linux*.
8991
8992 2000-07-27 Gerd Moellmann <gerd@gnu.org>
8993
8994 * make-dist (aclocal.m4): Include in distribution.
8995
8996 2000-07-26 Dave Love <fx@gnu.org>
8997
8998 * configure.in (AC_SYS_LARGEFILE): Move earlier.
8999
9000 2000-07-24 Dave Love <fx@gnu.org>
9001
9002 * configure.in: Add AC_SIZE_T.
9003
9004 2000-07-18 Dave Love <fx@gnu.org>
9005
9006 * configure.in: Reorder so that most tests are done after CPPFLAGS
9007 is set from the C_SWITCH_... definitions.
9008
9009 2000-07-10 Gerd Moellmann <gerd@gnu.org>
9010
9011 * configure.in (HAVE_XPM): Undo previous change. Check for
9012 preprocessor define XpmReturnAllocPixels.
9013
9014 2000-07-06 Gerd Moellmann <gerd@gnu.org>
9015
9016 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
9017 instead of XpmReadFileToPixmap.
9018
9019 2000-07-05 Ken Raeburn <raeburn@gnu.org>
9020
9021 * configure.in: Check for <soundcard.h>. Look for ossaudio
9022 library, and set LIBSOUND accordingly.
9023
9024 2000-07-05 Dave Love <fx@gnu.org>
9025
9026 * configure.in: Use AC_HEADER_SYS_WAIT.
9027
9028 2000-07-05 Gerd Moellmann <gerd@gnu.org>
9029
9030 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
9031 lisp/Makefile. Distribute lisp/Makefile.in instead of
9032 lisp/Makefile.
9033
9034 2000-06-30 Ken Raeburn <raeburn@gnu.org>
9035
9036 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
9037 while searching for image-handling libraries.
9038
9039 2000-06-26 Gerd Moellmann <gerd@gnu.org>
9040
9041 * configure.in (--with-xim): New option.
9042
9043 2000-06-23 Dave Love <fx@gnu.org>
9044
9045 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
9046 for struct timezone and test how we can call gettimeofday.
9047 Check for OSF 5+. Check for term.h.
9048
9049 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
9050 version.
9051
9052 2000-06-23 Gerd Moellmann <gerd@gnu.org>
9053
9054 * configure.in (HAVE_LIBXP): Change test for libXp.
9055
9056 2000-06-21 Dave Love <fx@gnu.org>
9057
9058 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
9059 simple test for getloadavg and substitute GETLOADAVG_LIBS.
9060 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
9061
9062 2000-06-19 Dave Love <fx@gnu.org>
9063
9064 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
9065 _XOPEN_SOURCE is defined.
9066
9067 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9068
9069 * Makefile.in (distclean): Also make distclean in lisp/.
9070
9071 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9072
9073 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
9074
9075 2000-06-15 Gerd Moellmann <gerd@gnu.org>
9076
9077 * make-dist: Add --help and --snapshot options.
9078
9079 2000-06-14 Gerd Moellmann <gerd@gnu.org>
9080
9081 * configure.in: Generate lisp/Makefile.
9082
9083 * configure.in: Add support for `*-lynxos*'.
9084 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
9085 recommended by <Karen.Dorhamer@compaq.com> to fix problems
9086 on Tru64 UNIX v5.0.
9087
9088 2000-06-13 Ken Raeburn <raeburn@gnu.org>
9089
9090 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
9091 it's on a continuation line.
9092
9093 2000-06-02 Dave Love <fx@gnu.org>
9094
9095 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
9096 files.
9097
9098 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
9099 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
9100 test.
9101
9102 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
9103 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
9104
9105 2000-05-26 Gerd Moellmann <gerd@gnu.org>
9106
9107 * configure.in: Add check for speed_t typedef.
9108
9109 2000-05-25 Ken Raeburn <raeburn@gnu.org>
9110
9111 * Makefile.in (install-arch-dep): Install fns-*.el only if it
9112 exists; it won't in the CANNOT_DUMP case.
9113
9114 2000-05-25 Gerd Moellmann <gerd@gnu.org>
9115
9116 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
9117 On FreeBSD, the exit status is 1 if CDPATH is not set.
9118 (install-arch-indep): Install ebrowse.info.
9119
9120 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
9121
9122 * configure.in: Check for grandpt and getpt.
9123
9124 2000-05-09 Dave Love <fx@gnu.org>
9125
9126 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
9127
9128 2000-05-05 Gerd Moellmann <gerd@gnu.org>
9129
9130 * make-dist: Make a link for lib-src/grep-changelog.
9131 Copy install-sh.
9132
9133 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
9134
9135 * config.bat: Identify the beginning of the cpp stuff in
9136 src/Makefile.in and lib-src/Makefile.in more accurately.
9137
9138 2000-04-27 Gerd Moellmann <gerd@gnu.org>
9139
9140 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
9141
9142 2000-04-19 Gerd Moellmann <gerd@gnu.org>
9143
9144 * configure.in: Add support for `powerpc-*-netbsd*'.
9145
9146 2000-04-19 Dave Love <fx@gnu.org>
9147
9148 * configure.in: Don't use AC_FUNC_GETLOADAVG.
9149
9150 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
9151
9152 2000-04-16 Dave Love <fx@gnu.org>
9153
9154 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
9155
9156 2000-04-14 Dave Love <fx@gnu.org>
9157
9158 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
9159
9160 * aclocal.m4 (AC_FUNC_MKTIME): New.
9161
9162 2000-03-28 Ken Raeburn <raeburn@gnu.org>
9163
9164 * configure.in: Line up "--help" output a little better.
9165
9166 2000-03-26 Gerd Moellmann <gerd@gnu.org>
9167
9168 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
9169 New targets.
9170 (bootstrap): Rewritten in terms of the new targets above.
9171 Make info files, too.
9172
9173 2000-03-12 Gerd Moellmann <gerd@gnu.org>
9174
9175 * config.guess, config.sub: Use the versions of the files from
9176 subversions.
9177
9178 2000-03-08 Dave Love <fx@gnu.org>
9179
9180 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
9181 AC_C_VOLATILE. Define POINTER_TYPE.
9182
9183 * aclocal.m4: New file.
9184
9185 2000-03-02 Gerd Moellmann <gerd@gnu.org>
9186
9187 * configure.in (machine): Add `mipsel-*-netbsd*' and
9188 `arm-*-netbsd*'.
9189
9190 2000-03-01 Gerd Moellmann <gerd@gnu.org>
9191
9192 * configure.in (machine): Add support for `*-auspex-sunos*'.
9193
9194 2000-02-29 Gerd Moellmann <gerd@gnu.org>
9195
9196 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
9197
9198 2000-02-18 Dave Love <fx@gnu.org>
9199
9200 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
9201
9202 2000-02-18 Andreas Schwab <schwab@suse.de>
9203
9204 * Makefile.in (install-arch-indep): Add eudc to list of installed
9205 info files.
9206
9207 2000-02-17 Ken Raeburn <raeburn@gnu.org>
9208
9209 * configure.in: Include -lz and -ljpeg (if it's available) when
9210 testing for the tiff library.
9211
9212 2000-02-17 Gerd Moellmann <gerd@gnu.org>
9213
9214 * configure.in: Remove LISP_FLOAT_TYPE.
9215
9216 2000-02-12 Dave Love <fx@gnu.org>
9217
9218 * configure.in: Use AC_FUNC_VFORK.
9219
9220 2000-02-01 Gerd Moellmann <gerd@gnu.org>
9221
9222 * make-dist: Various fixes for new development tree.
9223
9224 * leim-Makefile.in: New file.
9225
9226 2000-01-31 Gerd Moellmann <gerd@gnu.org>
9227
9228 * Makefile.in (dist): Call ./make-dist.
9229
9230 2000-01-24 Dave Love <fx@gnu.org>
9231
9232 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
9233
9234 2000-01-18 Gerd Moellmann <gerd@gnu.org>
9235
9236 * configure.in (HAVE_GIF): Check for DGifOpen instead of
9237 DGifOpenFileName.
9238
9239 2000-01-11 Andreas Schwab <schwab@suse.de>
9240
9241 * Makefile.in (install-arch-indep): Update list of info files to
9242 be installed.
9243
9244 2000-01-05 Dave Love <fx@gnu.org>
9245
9246 * configure.in: Check for jerror.h as well as libjpeg.
9247
9248 2000-01-03 Andreas Schwab <schwab@suse.de>
9249
9250 * Makefile.in (install-arch-indep): Install autotype*.
9251 Run install-info on autotype and emacs-faq.info.
9252
9253 1999-12-04 Dave Love <fx@gnu.org>
9254
9255 * Makefile.in (install-arch-indep): Depend on `info'.
9256 (install-strip): Use `install' as sub-make target.
9257
9258 1999-11-23 Ken Raeburn <raeburn@gnu.org>
9259
9260 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
9261 didn't need to be deleted. Check for the k5crypto library as well
9262 as the crypto library; MIT Kerberos 1.1 changed the name.
9263
9264 1999-11-18 Dave Love <fx@gnu.org>
9265
9266 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
9267
9268 1999-11-11 Erik Naggum <erik@naggum.no>
9269
9270 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
9271
9272 1999-11-08 Dave Love <fx@gnu.org>
9273
9274 * configure.in: Fix change for --with-pop default.
9275
9276 1999-11-04 Dave Love <fx@gnu.org>
9277
9278 * configure.in: Default to --with-pop. Change sense of with-gcc
9279 and with-toolkit-scroll-bars messages to reflect the defaults.
9280
9281 1999-11-01 Gerd Moellmann <gerd@gnu.org>
9282
9283 * INSTALL: Mention the Emacs Lisp Reference.
9284
9285 1999-10-27 Noah Friedman <friedman@splode.com>
9286
9287 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
9288
9289 1999-10-23 Gerd Moellmann <gerd@gnu.org>
9290
9291 * Makefile.in (bootstrap): New target.
9292
9293 1999-10-19 Paul Eggert <eggert@twinsun.com>
9294
9295 Add support for large files. Merge glibc 2.1.2.
9296
9297 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
9298 (HAVE_TM_GMTOFF): New symbol.
9299 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
9300 mbrlen, strsignal.
9301 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
9302
9303 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
9304
9305 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
9306 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
9307
9308 1999-10-09 Richard M. Stallman <rms@gnu.org>
9309
9310 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
9311 Unset CDPATH to prevent cd from generating output.
9312
9313 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
9314
9315 * update-subdirs: Also ignore CVS subdirs.
9316
9317 1999-10-07 Gerd Moellmann <gerd@gnu.org>
9318
9319 * Makefile.in (install-arch-indep): Add ada-mode.
9320
9321 1999-10-06 Dave Love <fx@gnu.org>
9322
9323 * Makefile.in: Add rules for config.status, configure.
9324
9325 1999-09-07 Gerd Moellmann <gerd@gnu.org>
9326
9327 * configure.in (--with-sound): Remove.
9328
9329 1999-08-30 Gerd Moellmann <gerd@gnu.org>
9330
9331 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
9332 the test for Xaw3d.
9333 (HAVE_TIFF): Add -lm to library check.
9334
9335 1999-08-28 Richard Stallman <rms@gnu.org>
9336
9337 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
9338 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
9339 after the other X-related libraries.
9340
9341 1999-08-21 Dave Love <fx@gnu.org>
9342
9343 * configure.in: Don't check for jpeglib.h.
9344
9345 1999-08-20 Gerd Moellmann <gerd@gnu.org>
9346
9347 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
9348 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
9349
9350 1999-08-18 Dave Love <fx@gnu.org>
9351
9352 * configure.in: Check for termcap.h.
9353
9354 1999-08-15 Gerd Moellmann <gerd@gnu.org>
9355
9356 * configure.in: Add --with-toolkit-scroll-bars. If "no",
9357 use Emacs' scroll bars, even if configured for Motif or when
9358 Xaw3d is available.
9359
9360 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
9361
9362 * configure.in: Check for getaddrinfo.
9363
9364 1999-08-04 Eli Zaretskii <eliz@gnu.org>
9365
9366 * config.bat: Make --no-debug work again by removing -gcoff.
9367
9368 1999-07-30 Dave Love <fx@gnu.org>
9369
9370 * configure.in: Check for stdlib.h.
9371
9372 1999-07-19 Dave Love <fx@gnu.org>
9373
9374 * configure.in: Grok sparc64-*-linux-gnu*.
9375
9376 1999-07-12 Richard Stallman <rms@gnu.org>
9377
9378 * Version 20.4 released.
9379
9380 1999-06-23 Karl Heuer <kwzh@gnu.org>
9381
9382 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
9383 Quote $EMACS, in case it's a program with args.
9384
9385 1999-06-15 Gerd Moellmann <gerd@gnu.org>
9386
9387 * configure.in (HAVE_GIF): Use libungif instead of libgif
9388 because the former doesn't contain patented compression code.
9389
9390 1999-05-29 Richard M. Stallman <rms@gnu.org>
9391
9392 * configure.in: Delete the Kerberos stuff.
9393
9394 1999-05-27 Greg Hudson <ghudson@mit.edu>
9395
9396 * configure.in: Prefer kerberos 5 names.
9397
9398 1999-04-26 Richard M. Stallman <rms@gnu.org>
9399
9400 * configure.in: Check for libXp.
9401
9402 1999-04-08 Richard Stallman <rms@gnu.org>
9403
9404 * make-dist: Include change logs in subdirs of `lisp'.
9405
9406 1999-04-05 Richard Stallman <rms@gnu.org>
9407
9408 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
9409 (install-arch-indep): Make ${datadir}/emacs world-readable.
9410
9411 1999-03-30 Eli Zaretskii <eliz@gnu.org>
9412
9413 * config.bat: Use epaths.* instead of paths.*.
9414
9415 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9416
9417 * INSTALL: Add detailed instructions to unpack and install
9418 intlfonts on MS-DOS.
9419
9420 1999-02-26 Richard Stallman <rms@gnu.org>
9421
9422 * configure.in: Use epaths.h and epaths-force instead of paths...
9423
9424 * Makefile.in (epaths-force): Rename from paths-force;
9425 operate on epaths.in and produce epaths.h.
9426
9427 1999-02-24 Richard Stallman <rms@gnu.org>
9428
9429 * make-dist: Fix nt/icons directory handling.
9430
9431 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
9432
9433 * configure.in (f301-fujitsu-uxpv4.1): New target.
9434
9435 1999-02-20 Richard Stallman <rms@gnu.org>
9436
9437 * make-dist (tempparent): Fix command to update info files.
9438
9439 1999-02-09 Richard Stallman <rms@gnu.org>
9440
9441 * configure.in (powerpc-apple-netbsd*): New alternative.
9442
9443 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
9444
9445 * make-dist: Include the new directory nt/icons in distributions.
9446
9447 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9448
9449 * configure.in: Change message about HAVE_XFREE386.
9450
9451 1999-01-07 Eli Zaretskii <eliz@gnu.org>
9452
9453 * config.bat: Support configuring with leim.
9454
9455 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
9456
9457 * configure.in (mips-sgi-irix6.5): New target.
9458
9459 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9460
9461 * configure.in: Remove GSS-API support, since it has been removed
9462 from movemail.
9463
9464 1998-12-04 Markus Rost <rost@delysid.gnu.org>
9465
9466 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
9467
9468 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
9469
9470 * Makefile.in: Don't install customize info file.
9471 Run install-info on viper info file.
9472
9473 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
9474
9475 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
9476
9477 1998-11-16 Kenichi Handa <handa@etl.go.jp>
9478
9479 * configure.in (*-*-bsdi4*): New target.
9480
9481 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
9482
9483 * configure.in: Fix previous change.
9484
9485 1998-11-11 Richard Stallman <rms@gnu.org>
9486
9487 * configure.in (aviion-intel): New machine.
9488
9489 1998-11-04 Kenichi Handa <handa@etl.go.jp>
9490
9491 * configure.in (mips-nec-sysv4*): New target.
9492
9493 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
9494
9495 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
9496 from lisp.
9497
9498 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
9499
9500 * make-dist: Don't include fns*.el in dist.
9501
9502 1998-10-30 Dave Love <fx@gnu.org>
9503
9504 * configure.in: Don't mkdir cpp.
9505
9506 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
9507
9508 * Makefile.in (install-arch-dep): Install src/fns-*.el in
9509 ${archlibdir}.
9510
9511 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9512
9513 * Version 20.3 released.
9514
9515 1998-07-30 Paul Eggert <eggert@twinsun.com>
9516
9517 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
9518 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
9519 (lwlib/Makefile, leim/Makefile):
9520 Prepend $(srcdir)/ to rule dependencies outside this dir.
9521
9522 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9523
9524 * configure.in: Use unset CDPATH instead of making it empty.
9525
9526 1998-06-20 Karl Heuer <kwzh@gnu.org>
9527
9528 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
9529
9530 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9531
9532 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
9533 and default.el. Sort the results.
9534
9535 1998-05-31 Karl Heuer <kwzh@gnu.org>
9536
9537 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
9538 writable.
9539
9540 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9541
9542 * Makefile.in (install-arch-indep):
9543 Don't alter site-lisp/subdirs.el if it exists.
9544
9545 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9546
9547 * Makefile.in (install-arch-indep): Put `-' on commands to create
9548 subdirs.el in site-lisp dirs.
9549
9550 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
9551
9552 * Makefile.in (install-arch-indep): Fix typo in previous change.
9553
9554 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9555
9556 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
9557
9558 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
9559
9560 * Makefile.in (mkdir): Create the site-lisp dirs.
9561 (install-arch-indep): Make site-lisp/subdirs files world-readable.
9562
9563 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
9564
9565 * Makefile.in (INSTALL_INFO): New variable.
9566 (install-arch-indep): Don't replace the dir file if it already exists.
9567 Use the install-info program, via INSTALL_INFO, to add entries.
9568 Make the `info' subdir and the Info files world-readable.
9569
9570 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
9571
9572 * config.bat: Make sure the environment is large enough to support
9573 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
9574
9575 1998-04-10 Karl Heuer <kwzh@gnu.org>
9576
9577 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
9578
9579 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9580
9581 * configure.in: Add --with-gssapi to specify GSS-API
9582 authentication support for movemail.
9583
9584 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9585
9586 * Makefile.in (install-arch-indep): Fix previous change.
9587
9588 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9589
9590 * Makefile.in (info): Run man in build dir, not srcdir.
9591
9592 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
9593
9594 * Makefile.in (install-arch-indep): Fix previous change.
9595
9596 1998-03-23 Kenichi Handa <handa@etl.go.jp>
9597
9598 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
9599
9600 1998-03-22 Richard Stallman <rms@gnu.org>
9601
9602 * Makefile.in (install-arch-indep): Put special subdirs.el files
9603 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
9604
9605 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
9606
9607 * make-dist: Fix shell syntax in check for missing .el or .elc files.
9608
9609 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
9610
9611 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
9612 (m68*-hp-hpux*): Handle versions 1X like 10.
9613
9614 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
9615
9616 * make-dist: PROBLEMS is now in etc, not top level dir.
9617
9618 * Makefile.in (SOURCES): Delete PROBLEMS.
9619
9620 1998-02-25 Richard Stallman <rms@gnu.org>
9621
9622 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
9623
9624 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
9625
9626 1998-01-17 Richard Stallman <rms@gnu.org>
9627
9628 * Makefile.in (install-arch-indep): Add semicolon before `else'.
9629
9630 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
9631
9632 * make-dist (tempparent): New option --no-check.
9633
9634 * make-dist: Don't do anything with cpp directory.
9635
9636 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
9637
9638 * configure.in (sparc-fujitsu-sysv4*): New target.
9639
9640 1997-12-17 Andreas Schwab <schwab@gnu.org>
9641
9642 * configure.in: Cache more tests. Add missing quotes around
9643 message with embedded comma.
9644
9645 1997-12-04 Karl Heuer <kwzh@gnu.org>
9646
9647 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
9648
9649 1997-11-26 Joel N. Weber II <devnull@gnu.org>
9650
9651 * make-dist: Changed the comment about `umask 0' to say `Don't
9652 restrict access to any files.'; previously it said `Don't protect
9653 any files', which may have implied that we think fascism is good.
9654
9655 1997-11-24 Paul Eggert <eggert@twinsun.com>
9656
9657 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
9658 strftime needs the underlying host's strftime for locale dependent
9659 formats.
9660
9661 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
9662
9663 * configure.in (i586-dg-dguxR4.*): New name in case branch.
9664
9665 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
9666
9667 * config.bat: Configure the man subdirectory.
9668
9669 1997-11-07 Paul Eggert <eggert@twinsun.com>
9670
9671 * configure.in (AC_CHECK_LIB): Add -lintl.
9672
9673 1997-11-07 Karl Heuer <kwzh@gnu.org>
9674
9675 * make-dist (check for .elc files): Avoid bash-specific syntax.
9676 (check for overflow 14-char limit): Simplify.
9677
9678 1997-11-07 Richard Stallman <rms@gnu.org>
9679
9680 * Makefile.in (install): Move blessmail last.
9681
9682 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9683
9684 * configure.in (gettimeofday, one arg or two):
9685 Clarify messages by avoiding double negative.
9686
9687 1997-09-30 Karl Eichwalder <ke@suse.de>
9688
9689 * Makefile.in (install-arch-indep): Install the widget info file.
9690
9691 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9692
9693 * configure.in (with-pop, with-kerberos): Need to check Kerberos
9694 libraries in reverse order, so that libraries will appear in the
9695 correct dependency order on the link line (and so that the
9696 configure checks themselves will work properly when early
9697 libraries depend on later ones).
9698
9699 1997-09-21 Erik Naggum <erik@naggum.no>
9700
9701 * make-dist (making links to `src'): Keep timestamp on copied files.
9702
9703 * make-delta: New script to produce delta distributions.
9704
9705 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9706
9707 * Version 20.2 released.
9708
9709 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9710
9711 * Version 20.1 released.
9712
9713 * Makefile.in (install-leim): Depend on mkdir.
9714 (leim): Depend on src.
9715
9716 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9717
9718 * configure.in: Recognize alpha* instead of just alpha.
9719
9720 1997-09-12 Paul Eggert <eggert@twinsun.com>
9721
9722 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
9723
9724 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9725
9726 * update-subdirs: Use rm -f.
9727
9728 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9729
9730 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
9731 Ignore subdirs named Old.
9732
9733 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
9734
9735 * configure.in: Add OpenBSD clause to set $machine.
9736
9737 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9738
9739 * make-dist: Recompile everything after updating various Lisp files.
9740 Recompile in leim as well as lisp.
9741 Check in leim as well as lisp for mismatched files and too-long names.
9742
9743 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9744
9745 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
9746
9747 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9748
9749 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
9750 before trying to copy anything from it.
9751
9752 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9753
9754 * Makefile.in (man/Makefile): New target.
9755 (tags): Define env var EMACS and run Makefile from build dir.
9756
9757 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
9758
9759 * config.bat: If src/_gdbinit doesn't exist, try using
9760 src/.gdbinit to create it (for building on Windows 95).
9761
9762 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9763
9764 * Makefile.in (install-arch-indep):
9765 Discard extra data in tar | tar pipes.
9766
9767 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
9768
9769 * configure.in (x_default_search_path):
9770 Corrected '${x_library}' to '${x_library}/X11'.
9771
9772 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9773
9774 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
9775
9776 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9777
9778 * configure.in: Support auto-configuration of both Kerberos V4 and
9779 Kerberos V5 for movemail, including detection of V4 and V5 header
9780 files and libraries.
9781
9782 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
9783
9784 * configure.in: Compute x_default_search_path
9785 and substitute into makefiles.
9786
9787 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
9788
9789 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9790
9791 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
9792
9793 1997-08-07 Erik Naggum <erik@naggum.no>
9794
9795 * configure.in: Remove lockdir, it is no longer needed.
9796 * Makefile.in (mkdir): Don't create lockdir.
9797 (lockdir): Variable deleted.
9798 (paths-force): Don't operate on PATH_LOCK.
9799
9800 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9801
9802 * leim-Makefile.in (clean, distclean): New targets.
9803
9804 * make-dist: Include leim/ChangeLog in leim distribution.
9805
9806 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9807
9808 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
9809
9810 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9811
9812 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
9813
9814 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9815
9816 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
9817
9818 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9819
9820 * make-dist: Update leim/leim-list.el.
9821 Pass along value of $EMACS when updating lisp dir.
9822
9823 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9824
9825 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
9826 prerequisite to the use of Doug Lea's malloc.
9827
9828 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9829
9830 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
9831
9832 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
9833
9834 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9835
9836 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
9837
9838 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9839
9840 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
9841 to news-r6.h.
9842
9843 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
9844
9845 * config.bat: Use `sed' instead of `cp', which might not be
9846 installed.
9847
9848 1997-07-09 Kenichi Handa <handa@etl.go.jp>
9849
9850 * Makefile.in (mostlyclean): Add cleaning leim directory.
9851 (clean, distclean, maintainer-clean): Likewise.
9852
9853 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9854
9855 * make-dist (bogosities): Check subdirs of `lisp' also.
9856
9857 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9858
9859 * make-dist (etc): Really avoid symlinks now.
9860 (lisp): Don't delete from subdirs the things we never copy.
9861
9862 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9863
9864 * Makefile.in (install-arch-indep): Correct the target name.
9865 The first letter `i' was dropped by the previous change of mine.
9866
9867 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9868
9869 * configure.in (leim/Makefile): Generate this.
9870 (*-sysv4.2uw*): Recognize new alternative.
9871
9872 * leim-Makefile.in: Renamed from leim-Makefile.
9873
9874 * make-dist: Set up real-leim subdirectory,
9875 with the real contents of leim; then move it to
9876 a separate top-level directory.
9877
9878 * make-dist: Don't mention site-lisp, site-init, site-start
9879 or default, when listing files hat are not compiled and should be.
9880
9881 * configure.in: Create src/config.stamp at the end.
9882
9883 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9884
9885 * Makefile.in (install-leim): Correct previous change.
9886
9887 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9888
9889 * Makefile.in (install-leim): New target.
9890 (install): Depend on install-leim.
9891
9892 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9893
9894 * Makefile.in (SUBDIR): Add leim.
9895 (SUBDIR_MAKEFILES): Add leim/Makefile.
9896 (leim/Makefile): New target.
9897
9898 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9899
9900 * leim-Makefile: New file.
9901 * make-dist: Initialize a `leim' subdirectory with that makefile.
9902
9903 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9904
9905 * configure.in (GNU_MALLOC_reason): Fix message text.
9906
9907 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9908
9909 * make-dist (lisp): Don't process subdirs that start with =.
9910 (etc): Copy symlinks, as in src.
9911
9912 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9913
9914 * configure.in (i*86-*-unixware*): New alternative.
9915
9916 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9917
9918 * Makefile.in (src/config.stamp): Target renamed from src/config.h
9919 and touch it explicitly.
9920
9921 * configure.in (mips-sony-newsos6*): New alternative.
9922 (mips-*-linux-gnu*): New alternative.
9923 (*-*-bsdi*): New alternative.
9924 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
9925
9926 1997-06-22 Dave Love <d.love@dl.ac.uk>
9927
9928 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
9929 (src/config.h): New target to re-configure if src/config.in is patched.
9930
9931 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9932
9933 * configure.in (shutdown): Check for `shutdown' function.
9934
9935 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9936
9937 * update-subdirs: Include the directory "language" in subdirs.
9938
9939 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9940
9941 * configure.in (m88k-dg-dgux4*): New alternative.
9942 (alpha-*-netbsd*): New alternative.
9943 (powerpcle-*-solaris2*): New alternative.
9944
9945 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9946
9947 * make-dist: Warn about .el files that are not compiled.
9948
9949 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9950
9951 * Makefile.in (dist): Don't run update-subdirs here,
9952 since make-dist now gets that done.
9953
9954 * make-dist: Use the new `updates' target in lisp/Makefile.
9955
9956 * make-dist: Use new non-file targets in lisp/Makefile.
9957
9958 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9959
9960 * make-dist: Handle all subdirs of `lisp' uniformly.
9961 Don't handle `term' and `language' specially.
9962 Clear out umask at the beginning.
9963
9964 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9965
9966 * make-dist: Use Make to update finder-inf.el and autoloads.
9967 Also update cus-load.el.
9968
9969 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9970
9971 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
9972 in case it is desirable to disable the GNU malloc features with glibc.
9973
9974 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9975
9976 * configure.in (DOUG_LEA_MALLOC):
9977 Define if malloc_{get,set}_state exist.
9978
9979 1997-03-05 Kenichi Handa <handa@etl.go.jp>
9980
9981 * make-dist: Make links for files under lisp/language.
9982
9983 1997-02-20 Kenichi Handa <handa@etl.go.jp>
9984
9985 * update-subdirs: Exclude the directory "language" from subdirs.
9986
9987 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
9988
9989 * configure.in: Check for rint and cbrt.
9990
9991 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9992
9993 * make-dist: Use $EMACS to say where to run Emacs.
9994 Add --no-update option.
9995
9996 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9997
9998 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
9999
10000 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10001
10002 * make-dist (copying src): Check thoroughly for symlinks
10003 and copy them in all cases. Regularize the linking of *.in
10004 and *.opt and ChangeLog files.
10005 (copying lib-src): Likewise.
10006 Don't rm getdate.c or y.tab.*--they don't exist any more.
10007
10008 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
10009
10010 * configure.in: Check for libmail, maillock.h and
10011 touchlock (for movemail).
10012
10013 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10014
10015 * configure.in (limits.h): Check for this file.
10016
10017 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10018
10019 * configure.in (rs6000-ibm-aix4.2): New alternative.
10020 (rs6000-ibm-aix4.0): New alternative.
10021 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
10022
10023 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
10024
10025 * configure.in: Recognize vax-*-netbsd*.
10026
10027 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10028
10029 * configure.in (locallisppath): Add leim directory.
10030
10031 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
10032
10033 * config.bat: Make sure `mv' supports forward slashes and -f.
10034
10035 1996-10-28 Christian Limpach <chris@nice.ch>
10036
10037 * configure.in (hppa*-next-nextstep*): * added after hppa
10038 to accept hppa1.0 and hppa1.1.
10039
10040 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
10041
10042 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
10043 * configure.in (ld_switch_machine): Fix typo.
10044
10045 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10046
10047 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
10048 from config.h and use them in $ac_link.
10049
10050 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
10051
10052 * configure.in: Create a subdir named `lisp'.
10053
10054 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10055
10056 * configure.in: Check for getcwd.
10057
10058 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10059
10060 * configure.in: Check for termios.h. Check for setpgid.
10061
10062 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10063
10064 * configure.in: Check for setrlimit.
10065
10066 1996-08-31 Paul Eggert <eggert@twinsun.com>
10067
10068 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
10069
10070 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10071
10072 * configure.in: Check for utimes.
10073
10074 * configure.in: Check for com_err library, but only
10075 if --with-kerberos was used. Check for krb and des
10076 only if --with-kerberos.
10077
10078 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10079
10080 * Makefile.in (INSTALL_STRIP): New variable.
10081 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
10082 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
10083
10084 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10085
10086 * configure.in: Check for krb and des libraries.
10087
10088 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10089
10090 * configure.in (*-sunos4.1.[3-9]*noshare):
10091 Use sunos413, not sunos4-1-3.
10092 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
10093 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
10094
10095 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10096
10097 * Makefile.in (src/paths.h): Target deleted.
10098 (paths-force): Delete all dependencies on this target
10099 but don't delete the target.
10100 (install): Depend on `all'.
10101 (paths-force): Don't print a message.
10102
10103 * configure.in: Generate src/paths.h here.
10104
10105 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10106
10107 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
10108 New variables that affect linking only.
10109 (alpha-dec-osf*): Use those instead of previous change.
10110
10111 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10112
10113 * Makefile.in (install-arch-indep): Install info/messages.
10114
10115 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10116
10117 * Version 19.33 released.
10118
10119 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
10120
10121 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
10122 Fix previous change.
10123
10124 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10125
10126 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
10127 New alternative.
10128
10129 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10130
10131 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
10132 and NON_GCC_TEST_OPTIONS.
10133
10134 1996-08-06 Paul Eggert <eggert@twinsun.com>
10135
10136 * configure.in (LOCALTIME_CACHE): Don't put a string literal
10137 "TZ=..." in environ.
10138
10139 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10140
10141 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
10142
10143 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10144
10145 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
10146 the more general *-sunos4.1.[3-9]* clause.
10147
10148 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10149
10150 * Version 19.32 released.
10151
10152 * configure.in (*-sco3.2v5*):
10153 Set OVERRIDE_CPPFLAG to a string of one space.
10154 Fix the code that uses OVERRIDE_CPPFLAG.
10155
10156 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
10157
10158 * configure.in: Undo previous change.
10159
10160 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10161
10162 * config.sub: Use `pc', not `unknown', when canonicalizing
10163 the vendor for ...86.
10164
10165 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
10166
10167 * configure.in: Check for termios.h header.
10168
10169 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
10170
10171 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
10172
10173 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
10174
10175 * configure.in: Split bsdos2 and bsdos2-1.
10176
10177 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10178
10179 * config.sub: If last two words are not a recognized
10180 KERNEL-OS pair, use just the last word as OS, as in 19.31.
10181 Make conversion of gnu/linux to linux-gnu really work.
10182
10183 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
10184
10185 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10186
10187 * configure.in (check for using Lucid widgets by default):
10188 Eliminate indentation that confuses some compilers.
10189
10190 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10191
10192 * config.sub: Convert linux and gnu/linux to linux-gnu.
10193
10194 * make-dist: Don't update getdate.c.
10195 Ignore =... files when checking for too-long Lisp file names.
10196
10197 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10198
10199 * configure.in (euidaccess): Check for that, not for eaccess.
10200
10201 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10202
10203 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
10204 before `noshare'.
10205 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
10206
10207 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10208
10209 * configure.in: Rename lignux to linux-gnu in configuration names.
10210 Use gnu-linux as the opsys value (s/ file name).
10211 Allow i686 just like i386, i486, i586.
10212
10213 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10214
10215 * configure.in (i*86-*-sco3.2v5): New alternative.
10216 (OVERRIDE_CPPFLAG): New variable.
10217 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
10218
10219 * configure.in: Specify vpath for .texi files.
10220
10221 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10222
10223 * configure.in: Always check for HAVE_X11R5.
10224 Separately decide whether to use a toolkit by default.
10225
10226 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
10227
10228 * configure.in: If X11R5 is missing the Xaw headers,
10229 default to --with-x-toolkit=no.
10230
10231 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10232
10233 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
10234
10235 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10236
10237 * Makefile.in (install-arch-indep): If cd etc makes output,
10238 don't treat that as part of the tar data.
10239 Check that ./lisp actually exists.
10240
10241 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
10242
10243 * make-dist: Check for long file names.
10244
10245 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10246
10247 * Version 19.31 released.
10248
10249 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10250
10251 * configure.in: Recognize sparc-*-lignux.
10252
10253 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10254
10255 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
10256 Don't include config.w95.
10257
10258 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10259
10260 * make-dist: Replace --no-clean-up and --no-tar options
10261 with --clean-up and --tar, so that the default is useful.
10262
10263 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
10264
10265 * config.bat: Make sure the GDB init file is called src/_gdbinit;
10266 if not, tell the user to rename it and abort.
10267
10268 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10269
10270 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
10271 test program.
10272
10273 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10274
10275 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
10276
10277 * make-dist (MANIFEST): Fix previous change.
10278 (msdos): Put mainmake.v2 into the dist.
10279
10280 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10281
10282 * make-dist: Exit if autoconf fails.
10283
10284 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
10285
10286 * config.bat: Set djgpp-ver, and unset it at the end.
10287 Add a number of conditionals for DJGPP version 2.
10288 Rename label libsrc2 to libsrc3.
10289 Substitute for LDFLAGS in src/Makefile.
10290 Substitute for ALL_CFLAGS in lib-src/Makefile.
10291
10292 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10293
10294 * configure.in (ncurses): Check this after checking fns like strerror.
10295
10296 1996-04-08 Erik Naggum <erik@naggum.no>
10297
10298 * make-dist (MANIFEST): Don't include lines from =files.
10299
10300 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10301
10302 * make-dist: Don't put lisp/dired.todo in the dist.
10303
10304 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
10305
10306 * configure.in (HAVE_NCURSES): Look for library named ncurses.
10307
10308 * configure.in (setlocale): Check for it.
10309
10310 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
10311
10312 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10313
10314 * configure.in: Use lignux instead of linux as value of opsys.
10315
10316 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10317
10318 * Makefile.in (install-strip): Fix whitespace.
10319 Get rid of continuation.
10320
10321 * config.sub: Convert linux or gnu/linux to lignux.
10322
10323 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10324
10325 * configure.in: Accept lignux in configuration name.
10326
10327 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10328
10329 * Makefile.in (install-strip): New target.
10330
10331 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10332
10333 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
10334 -f failed to do the job on Suns.
10335
10336 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10337
10338 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
10339
10340 * configure.in (linux/version.h): Check for this header.
10341
10342 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10343
10344 * configure.in: Remove -fno-builtin hackery from -lm check.
10345
10346 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10347
10348 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
10349 just this test.
10350
10351 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
10352
10353 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10354
10355 * configure.in: Check for ncurses.
10356
10357 1996-02-28 Paul Eggert <eggert@twinsun.com>
10358
10359 * configure.in (LOCALTIME_CACHE):
10360 Also define if localtime mishandles unsetting TZ.
10361 This works around a localtime bug in mips-dec-ultrix.
10362
10363 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10364
10365 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
10366
10367 * configure.in: Improve messages about X versions.
10368
10369 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10370
10371 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
10372
10373 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10374
10375 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
10376 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
10377
10378 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
10379 (install): Put install-arch-indep before install-arch-dep.
10380
10381 1996-02-20 Dave Love <d.love@dl.ac.uk>
10382
10383 * INSTALL: Clarify info about MS-DOS path handling.
10384
10385 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10386
10387 * Makefile.in (install-arch-indep): Install info/ccmode*.
10388 In previous change, protect against /bin/pwd returning null string.
10389
10390 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10391
10392 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
10393 to lispdir.
10394
10395 1996-02-01 Paul Eggert <eggert@twinsun.com>
10396
10397 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
10398
10399 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10400
10401 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
10402
10403 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10404
10405 * Makefile.in (extraclean): Use ${top_distclean} to ensure
10406 we delete everything distclean deletes.
10407
10408 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
10409
10410 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
10411
10412 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10413
10414 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
10415 into LDFLAGS instead of into LIBS.
10416
10417 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10418
10419 * configure.in (HAVE_XMU): Fix typo in previous change.
10420
10421 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10422
10423 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
10424
10425 1996-01-10 Erik Naggum <erik@naggum.no>
10426
10427 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
10428
10429 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
10430
10431 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
10432
10433 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10434
10435 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
10436 and use -lXt to link it.
10437
10438 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10439
10440 * configure.in (locallisppath): Put version-specific dir first.
10441
10442 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10443
10444 * configure.in (hppa-*-nextstep*): New alternative.
10445 (USE_X_TOOLKIT): By default, set this to "maybe";
10446 and change that later to LUCID or "no" according to X11 version.
10447
10448 * make-dist: Recompile outdated .elc files and update all autoloads.
10449
10450 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10451
10452 * configure.in (locallisppath): Fix typo in last change: " -> '.
10453
10454 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10455
10456 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
10457
10458 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10459
10460 * Makefile.in (install-arch-indep): Give all files read permission.
10461
10462 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10463
10464 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
10465 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
10466
10467 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10468
10469 * configure.in: Determine HAVE_X11R6.
10470 (HAVE_MENUS): Rename from HAVE_X_MENU.
10471
10472 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10473
10474 * configure.in: Just "solaris" now defaults to version 2.4.
10475 Add sunos4.1.n-noshare as alternative.
10476
10477 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10478
10479 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
10480
10481 1995-11-29 Erik Naggum <erik@naggum.no>
10482
10483 * Makefile.in (install-arch-indep): Add missing backslash.
10484
10485 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
10486
10487 * Makefile.in (install-arch-indep): Don't install
10488 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
10489
10490 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10491
10492 * Makefile.in (install-arch-indep): Fix previous change.
10493
10494 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
10495
10496 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10497
10498 * Version 19.30 released.
10499
10500 * make-dist (lisp): Exclude subdirs.el.
10501
10502 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10503
10504 * make-dist (etc): Delete *.orig and *.rej.
10505
10506 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10507
10508 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
10509
10510 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10511
10512 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
10513
10514 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
10515
10516 * make-dist (nt): Rename install, readme, and todo to
10517 INSTALL, README, and TODO.
10518
10519 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10520
10521 * make-dist (lisp): Don't distribute site-start.
10522
10523 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
10524
10525 * make-dist: Break the hard link on alloca.c.
10526
10527 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10528
10529 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
10530
10531 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10532
10533 * make-dist (src, lib-src): Don't distribute Makefile.c.
10534 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
10535
10536 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10537
10538 * Makefile.in (mkdir): Create man1dir, not mandir.
10539 (uninstall): Use man1dir, not mandir.
10540
10541 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10542
10543 * Makefile.in (man1dir): New variable.
10544 (install-arch-indep): Use man1dir.
10545
10546 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
10547
10548 * make-dist: Create lisp/MANIFEST.
10549
10550 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10551
10552 * configure.in (m68k-*-linux*): New alternative.
10553
10554 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10555
10556 * make-dist: Use new names config.in, paths.in, and
10557 {src,lib-src}/Makefile.in.
10558
10559 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10560
10561 * configure.in: Don't bother checking for drem.
10562
10563 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10564
10565 * Makefile.in (distclean): Delete line with just a tab in it.
10566 (install-arch-indep): Delete spaces that precede tabs.
10567 Delete spurious `fi' left from previous change.
10568 (install): Supply `true' as command, to avoid null command.
10569
10570 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10571
10572 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
10573
10574 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10575
10576 * configure.in (powerpc-*-solaris2): New alternative.
10577
10578 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
10579
10580 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
10581 of paths.h.tmp$$, to avoid going beyond 14 characters.
10582
10583 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10584
10585 * configure.in: Improve error msg for invalid --with-x-toolkit value.
10586
10587 1995-09-06 Paul Eggert <eggert@twinsun.com>
10588
10589 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
10590 if localtime caches TZ. Check for tzset.
10591
10592 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10593
10594 * config.bat: Simplify using new names file names src/makefile.in,
10595 config.in, paths.in. Change Echo commands not to use `.
10596
10597 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10598
10599 * Makefile.in (install-arch-indep): Always install the new dir file;
10600 rename the previous dir file to dir.bak or dir.old.
10601
10602 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10603
10604 * configure.in (RANLIB): Substitute this into makefiles.
10605 Set it specially on solaris; set it by default on other systems.
10606
10607 * configure.in: Fix previous Alpha change.
10608
10609 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10610
10611 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
10612 NON_GCC_TEST_OPTIONS.
10613
10614 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10615
10616 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
10617 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
10618
10619 * configure.in (alpha-*-linux*): New configuration.
10620
10621 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10622
10623 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
10624 (m68k-next-nextstep*): New alias for that.
10625 (i*86-*-nextstep*): Use nextstep.h.
10626 (sparc-*-nextstep*): New configuration.
10627
10628 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10629
10630 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
10631 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
10632
10633 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10634
10635 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
10636 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
10637
10638 1995-07-18 Mike Long <mike.long@analog.com>
10639
10640 * make-dist: Fix update of finder-inf.el, and byte-compile it.
10641
10642 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10643
10644 * Makefile.in (src/paths.h, paths-force):
10645 Rename src/paths.h.in to src/paths.in.
10646 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
10647
10648 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
10649 Use Makefile.c for intermediate file.
10650 Rename src/config.h.in to src/config.in.
10651
10652 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
10653
10654 * configure.in (mips-dec-ultrix*): Assume version 4.3.
10655 (mips-dec-ultrix4.[12]): New alternative for old versions.
10656
10657 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10658
10659 * make-dist: Don't break intra-tree links.
10660
10661 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10662
10663 * configure.in: Put back archlibdir initialization.
10664 Require autoconf 2.4.1 or later.
10665
10666 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10667
10668 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
10669 (mips-mips-riscos5*): New alternative.
10670
10671 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10672
10673 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
10674
10675 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10676
10677 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
10678 (mandir, infodir, archlibdir): Initializations deleted.
10679
10680 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
10681 On hpux9shr, use hpux9shxr4.h.
10682
10683 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
10684
10685 * configure.in: Added target mips-dec-mach_bsd4.3.
10686 * config.guess: Guess mips-dec-mach_bsd4.3.
10687
10688 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10689
10690 * Makefile.in (mkdir): Use symbolic chmod.
10691
10692 1995-06-22 Paul Eggert <eggert@twinsun.com>
10693
10694 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
10695 SunOS 4.1.5 through 4.1.9, should they ever exist.)
10696
10697 1995-06-22 Paul Eggert <eggert@twinsun.com>
10698
10699 * Makefile.in (SUBDIR_MAKEFILES):
10700 Add man/Makefile, so `make distclean' removes it.
10701 (top_distclean): Add config.log to the list of files to be removed.
10702
10703 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10704
10705 * Version 19.29 released.
10706
10707 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10708
10709 * configure.in: Fix the previous change to verify that the -b
10710 option really solves the problem.
10711
10712 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
10713
10714 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10715
10716 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
10717
10718 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10719
10720 * configure.in: Report more clearly when there is no special
10721 dir to search for X includes or libraries.
10722
10723 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10724
10725 * configure.in: Check for -lpthreads, not -lpthread.
10726
10727 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
10728
10729 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
10730
10731 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10732
10733 * configure.in: Check for -lpthread.
10734
10735 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10736
10737 * Makefile.in (install-arch-indep): Install info files for mh-e.
10738 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
10739
10740 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10741
10742 * configure.in (*-solaris2.5): New configuration.
10743
10744 * make-dist: Copy new files config.nt and config.w95.
10745
10746 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10747
10748 * configure.in: Use x_includes, not x_libraries, for -I.
10749 Make bitmapdir a colon-separated list.
10750
10751 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
10752
10753 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
10754
10755 * configure.in: Allow x_libraries and x_includes to be paths.
10756
10757 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10758
10759 * configure.in: Fix typo.
10760
10761 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10762
10763 * INSTALL: Clarify use of site-init.el.
10764
10765 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
10766
10767 * configure.in: Pass arg to sqrt.
10768
10769 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10770
10771 * make-dist: Fix May 6 change.
10772
10773 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10774
10775 * vpath.sed: Delete reference to ymakefile.
10776
10777 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10778
10779 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
10780
10781 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10782
10783 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
10784
10785 * update-subdirs: Specify /bin/sh to run the script.
10786
10787 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10788
10789 * make-dist: Put src/makefile.nt in dist.
10790
10791 * configure.in (i[345]86-*-bsdi2*): New configuration.
10792 (vax-dec-bsd386*): Delete.
10793
10794 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10795
10796 * configure.in: Make sure CDPATH doesn't mess up PWD check.
10797 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
10798 Use fmod instead of logb in -lm check.
10799
10800 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10801
10802 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
10803 Use bsd4-3. Don't set NON_GNU_CPP.
10804
10805 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
10806 In nt, copy various different things, but not *.cmd.
10807 Fix the ln commands for the subdirs of nt.
10808
10809 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10810
10811 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
10812
10813 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10814
10815 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
10816 since that's what the header file expects.
10817
10818 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
10819
10820 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
10821 and 68040 based machines when choosing options for gnucc.
10822
10823 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10824
10825 * Makefile.in (top_distclean): Delete config.cache.
10826
10827 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10828
10829 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
10830
10831 * configure.in: Use m/ncr386.h.
10832
10833 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10834
10835 * Makefile.in (install-arch-indep): Undo Sep 23 change.
10836
10837 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10838
10839 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
10840 (man): Don't copy texindex.c and getopt.c; they're deleted.
10841 (etc): Omit `e'; it's a subdirectory.
10842 (etc/e): Use `../..', not `..', to reference top level.
10843
10844 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
10845
10846 * Makefile.in (install-arch-indep, dist):
10847 Look for `update-subdir' in $(srcdir).
10848
10849 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10850
10851 * make-dist: Include mkinstalldirs in distribution.
10852
10853 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10854
10855 * make-dist: Add missing close backquote.
10856
10857 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10858
10859 * make-dist: Don't distribute shortnames directory.
10860
10861 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10862
10863 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
10864
10865 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10866
10867 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
10868
10869 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10870
10871 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
10872
10873 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10874
10875 * configure.in (mips-sgi-irix6): New configuration.
10876
10877 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10878
10879 * Makefile.in (maintainer-clean): Rename from realclean.
10880
10881 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10882
10883 * configure.in: Create a .gdbinit that sources the real one,
10884 if using a different build directory.
10885
10886 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10887
10888 * configure.in: Check for sys/select.h.
10889
10890 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10891
10892 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
10893
10894 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10895
10896 * configure.in: Handle isc 4.1 operating system.
10897
10898 1994-12-10 Richard Stallman <rms@kepa>
10899
10900 * configure.in (rs6000-ibm-aix4.1*): New alternative.
10901 (rs6000-ibm-aix4*): New alternative.
10902
10903 1994-12-06 Richard Stallman <rms@kepa>
10904
10905 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
10906
10907 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10908
10909 * configure.in: Don't try to make directories that are guaranteed
10910 to already exist.
10911
10912 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10913
10914 * configure.in: Generate man/Makefile from man/Makefile.in.
10915 Create the man subdir.
10916
10917 * Makefile.in (dvi): Run Make in our man subdir.
10918
10919 * make-dist: Create subdir etc/e.
10920 Make links to it.
10921 Put man/Makefile.in in dist, instead of man/Makefile.
10922
10923 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
10924
10925 * configure.in: Add --with-pop, --with-kerberos, and
10926 --with-hesiod for movemail.
10927
10928 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10929
10930 * configure.in (m68*-apollo*): Use s/domain.h.
10931
10932 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10933
10934 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
10935
10936 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10937
10938 * configure.in: Don't add -I, -L, -R options for cc if their
10939 arguments would be empty.
10940
10941 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10942
10943 * configure.in (i860-intel-osf1*): New alternative.
10944 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
10945 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
10946
10947 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10948
10949 * configure.in: Make h_errno check not use nested functions.
10950
10951 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10952
10953 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
10954
10955 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10956
10957 * Makefile.in (install-arch-indep): Avoid continued comment
10958 swallowing target line.
10959
10960 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
10961
10962 * configure.in: Protect a character class with `changequote'.
10963
10964 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10965
10966 * configure.in: Accept `news' as a synonym for `newsos'.
10967
10968 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10969
10970 * Makefile.in: Don't rm files if cd fails.
10971
10972 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10973
10974 * make-dist: Put nt subdir and its subdirs in the dist.
10975 (lib-src): Put makefile.nt in the dist.
10976 (lisp): Put makefile.nt in the dist.
10977
10978 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10979
10980 * configure.in: Change a stray `[' to `test'.
10981
10982 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10983
10984 * configure.in: Adapt for Autoconf v2. Use the standard argument
10985 parser, host type canonicalizer, X11 finder, and message
10986 printing macros. Use the new macro names. Use `test' instead of `['.
10987
10988 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10989
10990 * configure.in: Check for getpagesize.
10991
10992 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10993
10994 * make-dist (msdos): Put sed* in the distribution.
10995
10996 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
10997
10998 * config.bat: New option, `--with-x', for configuring Emacs
10999 for use with the X11 system DesqView/X.
11000 New option, `--no-debug', for compiling Emacs without debug
11001 information thus saving disk space.
11002 (src/config.h, src/paths.h): Use `update' (which is like
11003 `move-if-changed') to change the file.
11004 (src/config.h): When configuring for X11 perform extra changes.
11005 (src/makefile): When configuring for X11 perform extra changes.
11006 (lib-src): Remove temporary files.
11007 (): Check that `sed', `rm', `mv', and `gcc' are available.
11008
11009 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11010
11011 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
11012
11013 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
11014
11015 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11016
11017 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
11018
11019 * configure.in (canonical): Substitute var into makefiles.
11020 (bitmapdir): Likewise.
11021
11022 * Makefile.in (bitmapdir): New variable.
11023 (src/paths.h, paths-force): Edit PATH_BITMAPS.
11024
11025 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11026
11027 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
11028
11029 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
11030 * update-subdirs: New shell script.
11031
11032 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11033
11034 * Makefile.in (top_distclean): Don't rm build-install.
11035 (SOURCES): Delete build-install.in.
11036
11037 * make-dist: Don't distribute build-ins.in.
11038 * build-ins.in: File deleted.
11039
11040 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
11041
11042 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
11043
11044 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11045
11046 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
11047
11048 * configure.in (libexecdir): Rename from libdir. New default.
11049 (sharedstatedir): Rename from statedir. New default.
11050 (datadir): New default.
11051
11052 * make-dist: Don't distribute subdirs.el.
11053
11054 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11055
11056 * configure.in (eaccess): Check for it.
11057
11058 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11059
11060 * configure.in (mktime): Check for it.
11061
11062 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
11063
11064 * configure.in (motif): Add support for usage and option checking.
11065
11066 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
11067
11068 * configure.in (utimes): Check for it.
11069
11070 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
11071
11072 * Makefile.in (install-arch-indep): Don't do mkdir here.
11073
11074 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11075
11076 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
11077 riscix.h renamed to acorn.h.
11078
11079 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
11080
11081 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
11082 New configurations.
11083
11084 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11085
11086 * configure.in: Remove trailing slashes from srcdir.
11087
11088 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11089
11090 * configure.in (i[345]86-sequent-ptx*): Handle.
11091
11092 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11093
11094 * Makefile.in (paths-force): Depend on src/paths.h.
11095
11096 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11097
11098 * configure.in (config_options): Save all arguments, not just some.
11099
11100 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11101
11102 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
11103
11104 * configure.in: Add AC_AIX.
11105 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
11106
11107 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11108
11109 * configure.in (parsing options): Simplify sed command to delete -'s.
11110
11111 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
11112
11113 * configure.in (config_options): New shell variable.
11114 Pass its value to C code in EMACS_CONFIG_OPTIONS.
11115
11116 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11117
11118 * configure.in (alpha-dec-osf*): New target.
11119
11120 * Makefile.in: Use just one FRC target.
11121
11122 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11123
11124 * Makefile.in (removenullpaths, paths-force):
11125 Use name paths.h.tmp$$, which depends on the pid.
11126
11127 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11128
11129 * Makefile.in (removenullpaths, paths-force):
11130 Put paths.h.tmp in top-level dir, not in src.
11131
11132 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11133
11134 * Version 19.27 released.
11135
11136 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11137
11138 * Version 19.26 released.
11139
11140 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11141
11142 * configure.in: Check for lrand48, not rand48.
11143
11144 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11145
11146 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
11147 (powerpc-ibm-aix*): New aliases.
11148
11149 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11150
11151 * make-dist (src/m, src/s): Put *.inp in distribution.
11152
11153 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11154
11155 * configure.in: Accept i586 and i486 along with i386.
11156
11157 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11158
11159 * configure.in: Do compute unexec, LIBX, system_malloc, etc
11160 even if CPP env var was set by the user.
11161
11162 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
11163
11164 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
11165
11166 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
11167
11168 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11169
11170 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
11171
11172 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11173
11174 * configure.in: Check more specifically for i*86-sun-sunos.
11175
11176 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
11177
11178 * configure.in: Handle solaris 2.4.
11179
11180 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11181
11182 * configure.in (rand48): Check for it.
11183
11184 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11185
11186 * make-dist: Update the info files.
11187
11188 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11189
11190 * configure.in: Make "checking..." messages' style consistent.
11191 (HAVE_H_ERRNO): New test.
11192
11193 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11194
11195 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
11196
11197 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11198
11199 * configure.in (CFLAGS): If the envvar was specified, use that.
11200 And set REAL_CFLAGS from it too.
11201
11202 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11203
11204 * make-dist: Update finder-inf.el.
11205
11206 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11207
11208 * make-dist (msdos): Include sed4.inp in dist.
11209
11210 * Makefile.in (libsrc_libs): Var deleted.
11211
11212 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11213
11214 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
11215
11216 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11217
11218 * configure.in (mips-sony-newsos4*): New alias.
11219
11220 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11221
11222 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
11223 (*-convex-convexos*): Accept this as alias.
11224
11225 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11226
11227 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
11228 for two different uses.
11229
11230 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11231
11232 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
11233
11234 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11235
11236 * make-dist: Put ./BUGS into the distrib.
11237
11238 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11239
11240 * configure.in: Handle 386 running Solaris 2.
11241
11242 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11243
11244 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
11245
11246 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11247
11248 * configure.in (mips-sony-newsos*): Use news-risc.h.
11249
11250 * configure.in: Accept bsdi as opsys, like bsd386.
11251
11252 1994-06-01 Morten Welinder (terra@diku.dk)
11253
11254 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
11255
11256 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11257
11258 * Version 19.25 released.
11259
11260 * make-dist (shortversion): Don't assume another period follows.
11261
11262 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11263
11264 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
11265 (uninstall): Use /bin/pwd.
11266
11267 * Makefile.in (blessmail): Depend on src.
11268 (all): Don't depend on blessmail.
11269
11270 * Makefile.in (src/paths.h): Don't force recomputation.
11271 (paths-force): New target; force recomputation of paths.h.
11272 (all): Depend on paths-force.
11273 (src, lib-src): Depend on src/paths.h.
11274
11275 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
11276 NON_GCC_TEST_OPTIONS.
11277
11278 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11279
11280 * configure.in: Don't insist on subversions for irix.
11281
11282 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11283
11284 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
11285
11286 * configure.in (i[34]86-next-*): New alternative.
11287
11288 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11289
11290 * Version 19.24 released.
11291
11292 * configure.in: New config hppa*-hp-hpux9shr*.
11293
11294 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
11295
11296 * config.bat: Doc fix.
11297
11298 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11299
11300 * Makefile.in (mostlyclean, clean, distclean, realclean)
11301 (extraclean): Don't act on man subdir if it doesn't exist.
11302
11303 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11304
11305 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
11306 Use them to set up CC.
11307 (*-sun-sunos4.1.3): Set them.
11308
11309 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11310
11311 * Makefile.in (lib-src): Don't depend on src/paths.h.
11312
11313 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11314
11315 * build-ins.in (copydests): Get rid of spurious `-'s.
11316
11317 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
11318
11319 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11320
11321 * Version 19.23 released.
11322
11323 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
11324 for the Xlib and Xt checks; then restore old CFLAGS.
11325
11326 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11327
11328 * configure.in (HAVE_X11XTR6): Add newline before #if.
11329 Add newline after #endif.
11330
11331 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11332
11333 * configure.in (HAVE_X11XTR6): Arrange to define it.
11334
11335 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11336
11337 * Makefile.in (install): Depend on blessmail.
11338
11339 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11340
11341 * configure.in (mips-siemens-sysv*): Put quotes around value
11342 containing blanks.
11343
11344 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11345
11346 * Makefile.in (TAGS): Use the makefile in src subdir.
11347
11348 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11349
11350 * configure.in (opsys): Recognize `gnu'.
11351
11352 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11353
11354 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
11355
11356 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11357
11358 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
11359 version > 1.8.
11360
11361 1994-05-08 Morten Welinder (terra@diku.dk)
11362
11363 * config.bat: Forcibly remove "# " style comments from makefiles.
11364
11365 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11366
11367 * Makefile.in (uninstall): When processing lispdir and etcdir,
11368 do nothing unless it exists and is a directory.
11369
11370 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11371
11372 * Makefile.in (install-arch-indep): Do install info/dired-x*.
11373 Merge code in from install-doc.
11374 (install-doc): Merge code back into install-arch-indep.
11375 (install-arch-dep): Don't depend on install-doc.
11376
11377 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
11378
11379 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11380
11381 * configure.in (making src/Makefile and lib-src/Makefile):
11382 Split off the autoconf substitutions and don't pass them thru cpp.
11383 (undefs): Use $canonical as well as $configuration.
11384
11385 * make-dist: Distribute lisp/Makefile.
11386
11387 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
11388 Use lower case names for the s files.
11389
11390 1994-05-03 Morten Welinder (terra@diku.dk)
11391
11392 * config.bat: Added possibility for different file name
11393 transcriptions in lib-src.
11394
11395 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11396
11397 * Makefile.in (lib-src): Undo previous change.
11398 (blessmail): New target to run maybe-blessmail in lib-src.
11399 (all): Depend on blessmail.
11400
11401 * Makefile.in (lib-src): Depend on src.
11402
11403 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
11404
11405 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
11406 (m88k-dg-dgux5.4R2): dgux5.4R2.
11407
11408 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11409
11410 * configure.in (window_system): Restore accidentally deleted code
11411 that uses AC_FIND_X.
11412
11413 * make-dist: Distribute config.bat.
11414
11415 1994-04-29 Morten Welinder (terra@diku.dk)
11416
11417 * config.bat: Corrected the configuration of lib-src
11418 to keep up with configure. Add note about dos version 3
11419 or better needed (djgpp needs that). Add note explaining
11420 that either install in c:/emacs or edit the script.
11421 Don't change to c:/emacs, but assume we're there (to minimize
11422 the number of places to change).
11423
11424 * config.bat: Build-in the first step towards X11 support with
11425 the X11 emulator that exists. At this time it won't work,
11426 and several files are missing.
11427
11428 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11429
11430 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
11431 Don't look for -lresolv.
11432
11433 * Makefile.in (lib-src): Depend on src/paths.h.
11434
11435 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11436
11437 * configure.in: Restore deleted AC_SUBST of `configuration'.
11438 Improve error message for bad --with-x-toolkit value.
11439
11440 * configure.in: Define CONFIGURATION in src/config.h
11441 rather than substituting in src/Makefile.in.
11442
11443 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11444
11445 * Makefile.in (install-doc): New target.
11446 (install-arch-dep): Depend on install-doc.
11447 (mkdir): Create docdir.
11448
11449 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11450
11451 * configure.in: Test for libresolv.a.
11452 Substitute machfile and opsysfile.
11453
11454 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11455
11456 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
11457 (install-arch-dep): Install under the name $(EMACS).
11458
11459 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11460
11461 * configure.in (version): Use entire value of emacs-version.
11462 (mips-siemens-sysv*): New alternative.
11463
11464 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11465
11466 * Makefile.in (install-arch-indep): Don't install dired-x*.
11467
11468 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11469
11470 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
11471 Fix definition of $undefs.
11472
11473 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11474
11475 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
11476
11477 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
11478
11479 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11480
11481 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
11482
11483 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11484
11485 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
11486 and run it thru cpp, as with src/Makefile.in.
11487
11488 * configure.in: Use AC_SET_MAKE.
11489
11490 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11491
11492 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
11493
11494 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11495
11496 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
11497
11498 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
11499 (printing the choices): Make the toolkit message unconditional.
11500 (USE_X_TOOLKIT): Use `none', not `no', if none.
11501 (include libsrc_libs): Include config.h, and specify -I for srcdir.
11502 Get rid of temp file foofoo1.
11503
11504 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11505
11506 * configure.in (CFLAGS): Use shell syntax, not Makefile.
11507
11508 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11509
11510 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
11511 (printing the choices): State choice of toolkit.
11512 (libsrc_libs): Recalculate after writing config.h;
11513 then update lib-src/Makefile.
11514
11515 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11516
11517 * configure.in: Add sunos4shr as alternative for suns.
11518 Conditionals testing for null $CC were backwards.
11519
11520 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11521
11522 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
11523
11524 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11525
11526 * configure.in: Handle -isc4.0*.
11527
11528 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11529
11530 * configure.in (esix5): Set NON_GNU_CPP.
11531
11532 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
11533
11534 * Makefile.in (thisdir): Nonsensical variable removed.
11535 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
11536 back to $thisdir, rather than the directory `this_dir'.
11537
11538 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11539
11540 * Makefile.in (install-arch-indep): Add missing backslash after a
11541 `then'.
11542
11543 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11544
11545 * Makefile.in (thisdir): New variable.
11546 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
11547
11548 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11549
11550 * configure.in: Add freebsd.
11551
11552 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11553
11554 * configure.in: Check for fpathconf.
11555
11556 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11557
11558 * configure.in (with_x_toolkit): Fix typo in previous change.
11559
11560 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11561
11562 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
11563
11564 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11565
11566 * configure.in (with_x_toolkit): Don't allow motif or open-look.
11567
11568 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11569
11570 * configure.in: Fix value of docdir.
11571 * Makefile.in (install-arch-indep): Install DOC* in docdir.
11572
11573 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11574
11575 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
11576
11577 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
11578
11579 * configure.in: New variable docdir to control where the docstring
11580 file goes.
11581 Makefile.in: Use it to initialize PATH_DOC in paths.h.
11582
11583 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11584
11585 * configure.in: When --run-in-place, don't inherit archlibdir.
11586
11587 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11588
11589 * Makefile.in (install-arch-dep, install-arch-indep):
11590 New targets split up former do-install rule.
11591 (do-install): Target deleted.
11592
11593 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11594
11595 * configure.in (mips-sony-newsos*): New configuration.
11596
11597 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
11598
11599 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
11600
11601 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11602
11603 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
11604
11605 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11606
11607 * configure.in: Don't initialize CC.
11608
11609 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11610
11611 * configure.in (creating src/Makefile): Also generate -U switches
11612 for symbols in the $configuration value.
11613
11614 * configure.in: Check for sys_siglist being declared in system header.
11615
11616 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11617
11618 * configure.in (creating src/Makefile): Delete blank lines
11619 along with lines of whitespace.
11620 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
11621
11622 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11623
11624 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
11625 like C_SWITCH_SYSTEM.
11626 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
11627
11628 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11629
11630 * configure.in (drem): Check for this function.
11631
11632 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11633
11634 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
11635 If CPP was inherited from environment, don't use NON_GNU_CPP.
11636 (NON_GNU_CC): Likewise.
11637 (handling with_gcc): Use explicit if in the `no' case.
11638 (cc_specified): New variable; if set, don't use NON_GNU_CC.
11639
11640 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11641
11642 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
11643
11644 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11645
11646 * configure.in: Check whether fmod exists.
11647
11648 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11649
11650 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
11651 {src,lisp}/OChangeLog.
11652
11653 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11654
11655 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
11656 necessary for proper operation. This code works with the current
11657 released version of Autoconf.
11658
11659 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11660
11661 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
11662 (USE_X_TOOLKIT): Define it for all values except `no'.
11663
11664 * configure.in: Undo first Jan 8 change and Jan 16 change.
11665
11666 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11667
11668 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
11669 Substitute USE_X_TOOLKIT as both C macro and Make variable.
11670
11671 * Makefile.in (lwlib/Makefile): New target.
11672 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
11673 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
11674 (unlock, relock): Handle lwlib subdir.
11675
11676 * Makefile.in: Add some .PHONY targets.
11677
11678 * make-dist: Handle lwlib subdir like oldXMenu subdir.
11679
11680 * lwlib: New subdirectory.
11681
11682 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11683
11684 * configure.in: If CPP has a value that is a directory,
11685 discard the value.
11686
11687 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11688
11689 * configure.in (srcdir_undefs): Add g flag to sed substitution to
11690 remove -U[0-9]*.
11691
11692 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11693
11694 * Makefile.in (do-install): Install the dired-x info files.
11695
11696 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
11697 (See src/s/sol2.h.)
11698
11699 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11700
11701 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
11702
11703 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11704
11705 * configure.in (creating src/Makefile): Put code inside 2nd arg to
11706 AC_OUTPUT as it should be; hopefully no one will again see fit to
11707 gratuitously break this and not make a change log entry.
11708 Optimized sed processing of Makefile.in and cpp output; now
11709 preserves comments previously removed from the cpp input.
11710 Eliminated temp file for cpp output. Generate -U switches to
11711 undefine all identifiers that appear in the directory name
11712 ${srcdir}; pass these to cpp.
11713
11714 * configure.in (version): Fix sed regexp to match two-elt version
11715 number.
11716
11717 * configure.in: Check for strerror.
11718
11719 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11720
11721 * configure.in: Test for bcmp.
11722
11723 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11724
11725 * make-dist (tempdir): Put subdir msdos into the distribution.
11726
11727 1993-01-07 Morten Welinder (terra@diku.dk)
11728
11729 * config.bat: New file.
11730
11731 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11732
11733 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
11734
11735 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11736
11737 * configure.in (m68*-next-*): Don't care about which os is specified.
11738 (i[34]86-*-*): Check for *-nextstop*.
11739
11740 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11741
11742 * configure.in: Check for setsid.
11743
11744 1993-12-17 Richard Stallman (rms@srarc2)
11745
11746 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
11747
11748 1993-12-15 Richard Stallman (rms@srarc2)
11749
11750 * Makefile.in (mkdir): Make only the lockdir writable.
11751
11752 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
11753
11754 1993-12-11 Richard Stallman (rms@srarc2)
11755
11756 * Makefile.in (libdir): Use @libdir@.
11757
11758 1993-12-08 Richard Stallman (rms@srarc2)
11759
11760 * Makefile.in (install): Add empty command.
11761
11762 1993-12-04 Richard Stallman (rms@srarc2)
11763
11764 * make-dist: Put man/getopt.c in the dist.
11765
11766 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
11767
11768 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
11769
11770 1993-12-03 Richard Stallman (rms@srarc2)
11771
11772 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
11773 Set it for all solaris versions.
11774 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
11775 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
11776 Likewise for NON_GNU_CC and CC.
11777
11778 1993-12-01 Richard Stallman (rms@srarc2)
11779
11780 * configure.in (mips-mips-riscos4*): Assign variable CC.
11781 (checking ${with_gcc}): If "no", don't override CC if already set.
11782 (CC): Initialize it as empty.
11783
11784 1993-11-30 Richard Stallman (rms@srarc2)
11785
11786 * configure.in (Suns): Set CPP if *-solaris2.3*.
11787
11788 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11789
11790 * Version 19.22 released.
11791
11792 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
11793
11794 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11795
11796 * make-dist: When breaking links, use cp -p.
11797 Copy install.sh into distribution.
11798 Move the temp dir up into the parent dir;
11799 don't leave the staging dir make-dist.tmp... in existence.
11800 * install.sh: New file.
11801
11802 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11803
11804 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
11805
11806 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11807
11808 * configure.in (version): When --run-in-place, exclude
11809 ${datadir}/emacs/site-lisp from locallisppath.
11810
11811 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11812
11813 * configure.in: Delete jumk.c before writing it.
11814
11815 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11816
11817 * Version 19.21 released.
11818
11819 * Makefile.in (mkdir): Ignore error from chmod.
11820
11821 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11822
11823 * make-dist: Don't put lisp/forms.README in the distribution.
11824
11825 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11826
11827 * configure.in (creating src/Makefile): Before running cpp,
11828 discard all lines that start with `# Generated' or /**/#.
11829
11830 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11831
11832 * Version 19.20 released.
11833
11834 * make-dist: Use build-ins.in, not build-install.in.
11835 Don't bother updating TAGS since it's not included.
11836
11837 * build-ins.in: Renamed from build-install.in.
11838
11839 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11840
11841 * make-dist: Don't try to link *.texinfo--there are none now.
11842 When running make in lib-src, specify YACC var value.
11843
11844 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11845
11846 * configure.in (extrasub): Add vpath patterns for %.[yls].
11847
11848 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
11849 Instead just include the commands to make src/Makefile as the
11850 second arg to AC_OUTPUT.
11851
11852 * configure.in: Use : instead of dnl for comment inside
11853 $makefile_command.
11854
11855 * configure.in: No longer use vpath_sed. Instead, when we notice
11856 srcdir already configured, set extrasub to hack vpath in the
11857 makefiles.
11858
11859 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
11860 before moving it.
11861 * Makefile.in (VPATH): Define to @srcdir@.
11862
11863 1993-09-28 Brian J. Fox (bfox@cubit)
11864
11865 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
11866 doesn't exist. Just copy src/Makefile.in instead.
11867 Touch all of the Makefiles after editing config.status.
11868
11869 * INSTALL: Update documentation to match new configuration
11870 mechanism.
11871
11872 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
11873
11874 * configure.in: Allow any of the path or directory Makefile
11875 variables to be set with flags to configure. Create all Makefiles
11876 at configure time. Edit special commands into config.status after
11877 src/Makefile.in is built from src/Makefile.
11878
11879 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
11880 If these files are out of date, simply have config.status
11881 rebuild them; don't rebuild them explicitly.
11882
11883 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
11884
11885 * build-install.in: Change src/xemacs to src/emacs. We no longer
11886 create src/xemacs, so the file wouldn't be found.
11887
11888 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
11889
11890 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11891
11892 * configure.in: Avoid forcing the search of /usr/include before
11893 fixed include files by resetting C_SWITCH_X_SITE if it is
11894 "-I/usr/include".
11895
11896 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11897
11898 * Makefile.in (@rip_paths@locallisppath):
11899 Delete ${datadir}/emacs/site-lisp.
11900
11901 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11902
11903 * configure.in:
11904 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
11905 Remove ${extra_output} from AC_OUTPUT call.
11906
11907 1993-09-17 Brian J. Fox (bfox@inferno)
11908
11909 * make-dist: Quote backquotes found in strings to be echoed.
11910
11911 * configure.in: Use "sh -c pwd" when we want to avoid having the
11912 shell fix up the value of $PWD.
11913
11914 1993-09-13 Brian J. Fox (bfox@inferno)
11915
11916 * Makefile.in (do-install): Don't abort if ln or chmod at the end
11917 of the installation fail. Suggested by Karl Berry.
11918
11919 1993-08-30 Brian J. Fox (bfox@inferno)
11920
11921 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
11922 was used. Set MAKEFLAGS from MFLAGS.
11923
11924 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11925
11926 * configure.in: Test for res_init in libc.
11927
11928 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11929
11930 * configure.in: In the file ${tempcname}, use configure___
11931 instead of @configure@.
11932
11933 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
11934
11935 * make-dist: Dist vpath.sed.
11936
11937 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
11938 Depend on vpath.sed.
11939 Replace sed command for VPATH with @vpath_sed@.
11940
11941 * configure.in: Substitute variable `vpath_sed'.
11942 If not in $srcdir and $srcdir is configured,
11943 issue warning that GNU make is required,
11944 and set vpath_sed to use vpath.sed script.
11945
11946 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11947
11948 * configure.in: Remove check for $srcdir being configured.
11949 This pretty much works now.
11950 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
11951 Check for XFree86 (/usr/X386/include) independent of whether
11952 -lXbsd exists.
11953
11954 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
11955 realclean, unlock, relock): Use `$(MAKE)' in place of plain
11956 `make'.
11957
11958 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11959
11960 * Version 19.19 released.
11961
11962 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
11963
11964 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11965
11966 * configure.in: Check for XScreenNumberOfScreen.
11967
11968 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11969
11970 * configure.in: Add * to end of all configuration alternatives.
11971 (m68*-sony-newsos3*): New alternative.
11972
11973 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11974
11975 * make-dist: Include getdate.c in distribution.
11976
11977 * configure.in: For --help, use $PAGER if it is set.
11978 (LIB_X11_LIB): Default to -lX11.
11979 (mips-sgi-irix5.*): New alternative.
11980
11981 * Makefile.in (do-install): Install info/gnus* and info/sc*.
11982
11983 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
11984 Recognize *.B8.* as hpux version 8.
11985 (m68*-tektronix-bsd*): Fix typo in tek4300.
11986 (AC_HAVE_FUNCS): Add ftime.
11987
11988 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11989
11990 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
11991 Use tekxd88, not tekXD88.
11992
11993 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11994
11995 * configure.in: Check for -lm. Then can check for frexp and logb.
11996
11997 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11998
11999 * Version 19.18 released.
12000
12001 * make-dist (src): Don't put gnu-hp300 in dist.
12002 (src, lisp): Include OChangeLog in dist.
12003
12004 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12005
12006 * configure.in: Test for presence of logb and frexp functions.
12007
12008 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12009
12010 * configure.in (machine): Add i370-ibm-aix*.
12011
12012 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12013
12014 * configure.in (function checks): Test for mkdir and rmdir.
12015
12016 * configure.in (function checks): Don't test for random and bcopy
12017 only when we're building with X; look for them all the time.
12018
12019 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12020
12021 * configure.in: Test for availability of bcopy functions, searching
12022 the X libraries if we're using X.
12023
12024 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
12025 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
12026 versions of AIX, and needs to be passed to the loader.
12027
12028 * configure.in: Test for the availability of the
12029 XScreenResourceString function.
12030
12031 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
12032
12033 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
12034 LD_SWITCH_X_SITE and assume --with-x11.
12035 Only look for X11 files if we weren't told about a window system
12036 or if we were told to use X11 but not told where.
12037 Search the libraries from the s and/or m files when checking for
12038 functions.
12039
12040 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
12041
12042 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12043
12044 * make-dist: Include lisp/dired.todo in the distribution.
12045
12046 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12047
12048 * configure.in: Add code to set HAVE_INET_SOCKETS.
12049
12050 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12051
12052 * configure.in: If we do find x_includes and x_libraries
12053 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
12054
12055 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12056
12057 * make-dist: Include src/gnu-hp300 in the dist.
12058
12059 * configure.in (canonical): New variable holds the canonicalized
12060 configuration. Don't alter `configuration'. Use `configuration'
12061 for Makefile.in for file naming.
12062 (testing x_includes and x_libraries): Use =, not ==.
12063
12064 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12065
12066 * Version 19.17 released.
12067
12068 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
12069 directory's makefile. This allows the invocation of CPP which
12070 builds xmakefile to receive these switches. The SunSoft C
12071 preprocessor inserts spaces between tokens if it doesn't get the
12072 -Xs flag requested in src/s/sol2.h.
12073
12074 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
12075
12076 * configure.in (m68k-bull-sysv3): New config.
12077
12078 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12079
12080 * configure.in: Use the autoconf AC_FIND_X macro to try to find
12081 the X Windows libraries.
12082
12083 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12084
12085 * make-dist (tempdir): Don't create lisp/forms-mode directory in
12086 the distribution. Those files aren't kept in their own
12087 subdirectory any more.
12088
12089 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12090
12091 * Version 19.16 released.
12092
12093 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12094
12095 * configure.in: Add --verbose flag.
12096
12097 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12098
12099 * version 19.15 released.
12100
12101 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12102
12103 * Makefile.in (top_distclean): Use -f switch when cleaning out
12104 lock dir; it might be empty.
12105
12106 * configure.in: Only check for -lXbsd once.
12107
12108 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12109
12110 * Version 19.14 released.
12111
12112 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12113
12114 * make-dist: If using gzip, create distribution with '.gz' extension.
12115
12116 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
12117 (lisp/forms-mode): This doesn't exist anymore.
12118
12119 * configure.in: Look for the closedir function.
12120
12121 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12122
12123 * configure.in (CPP): Autoconf sets this to a shell variable
12124 reference, which doesn't work when it's edited into a makefile.
12125 Expand that variable reference.
12126
12127 * Makefile.in (CPP): New variable.
12128 (src/Makefile): Edit CPP into src/Makefile.
12129
12130 * Makefile.in (src/Makefile): Don't bother exiting single quotes
12131 and entering double quotes to get the values of LD_SWITCH_X_SITE
12132 and the other make variables; make substitutes them in anyway.
12133
12134 * Makefile.in (uninstall): Don't remove the lisp and etc
12135 directories if they're in the source tree.
12136
12137 Bring mumbleclean targets into conformance with GNU coding standards.
12138 * Makefile.in (mostlyclean, clean): Separate these two; just have
12139 them pass the request to the subdirectory makefiles.
12140 (distclean): Pass the request down, and then get rid of the
12141 files configure built, and get rid of the Makefiles.
12142 (realclean): Pass the request down, and then do the same things
12143 distclean does.
12144 (uninstall, info, dvi): New targets.
12145
12146 * configure.in: Move clause for PC-compatible i386 box to the end
12147 of the case statement, to avoid masking configurations below.
12148
12149 * configure.in: Add case for m88k-motorola-sysv4.
12150
12151 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
12152 the HP 68000 machines.
12153
12154 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
12155 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
12156 preprocessor won't fiddle with them.
12157
12158 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12159
12160 * Makefile.in (TAGS): cd to src to run etags.
12161
12162 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12163
12164 * configure.in (version): Check the X libraries for XrmSetDatabase
12165 and random, and see if we have -lXbsd.
12166
12167 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12168
12169 * configure.in: Pass "-Isrc" to the CPP we run to examine the
12170 s/*.h and m/*.h files. Martin Tomes
12171 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
12172
12173 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12174
12175 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
12176 above the general i386 alternative.
12177
12178 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12179
12180 * configure.in: Recognize configuration name for Data General
12181 AViiON machines.
12182
12183 * configure.in: Use AC_LONG_FILE_NAMES.
12184
12185 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12186
12187 * configure.in: Test for bison.
12188 * Makefile.in (YACC): New variable.
12189 (lib-src/Makefile.in): Edit YACC into the makefile.
12190
12191 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12192
12193 * Version 19.13 released.
12194
12195 * configure.in (CFLAGS): Don't set this according to the value of
12196 the GCC shell variable. Instead, consult the machine and system
12197 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
12198 test __GNUC__ while we're at it.
12199
12200 * configure.in: Remove extra ;; from hpux cases.
12201
12202 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12203
12204 * configure.in: Check to see if the system has -ldnet.
12205
12206 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12207
12208 * make-dist: Add clauses to distribute lisp/forms-mode.
12209
12210 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12211
12212 * configure.in (machine): Fix the versions in hpux version number test.
12213 Do not guess based on cpu type. Do check for explicit system version.
12214
12215 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12216
12217 * configure.in: Do NOT look for `unknown' as company name.
12218
12219 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12220
12221 * configure.in: Fix typo in message.
12222
12223 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12224
12225 * Version 19.12 released.
12226
12227 * Makefile.in (do-install): Correct previous etc-copying change.
12228 Partially rewrite using `if'.
12229 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
12230
12231 * Version 19.11 released.
12232
12233 * configure.in: Handle 386bsd.
12234
12235 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12236
12237 * make-dist: Update getdate.c.
12238
12239 * configure.in: Handle bsd386.
12240
12241 * Makefile.in (do-install): Use `-' in tar options.
12242
12243 * configure.in: Change ! "${...}" to x"${...}" = x.
12244
12245 * Makefile.in (do-install): Copy the DOC-* files from the build
12246 etc directory, as well as lots of things from ${srcdir}/etc.
12247
12248 * make-dist: Copy config.guess.
12249
12250 * configure.in: Handle AIX versions 1.2, 1.3.
12251
12252 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12253
12254 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
12255 the configuration name mips-mips-usg* to represent USG systems.
12256
12257 * configure.in: Fix logic to detect if srcdir is already configured.
12258
12259 * Makefile.in: Pass in LD_SWITCH_X_SITE.
12260
12261 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
12262 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
12263 of a directory; cd might fail, and have pwd print out the current
12264 directory.
12265
12266 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12267
12268 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
12269
12270 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12271
12272 * configure.in: Complain if srcdir points at an already-configured
12273 tree.
12274
12275 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12276
12277 * Version 19.10 released.
12278
12279 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12280
12281 * Makefile.in: Use Makefile comments, not C comments.
12282
12283 * configure.in: Add case for the Tektronix XD88.
12284
12285 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12286
12287 * configure.in: Handle sysv4.2 and sysvr4.2.
12288
12289 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12290
12291 * configure.in: Traverse the argument list without destroying it;
12292 don't use shift. It turns out that "set - ${saved_arguments}"
12293 doesn't work portably.
12294
12295 * configure.in: Add missing "fi".
12296
12297 * make-dist: Rebuild configure if configure.in is newer.
12298
12299 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
12300 targets to be executed even if make remembers that it has already
12301 satisfied FRC.
12302
12303 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12304
12305 * Makefile.in (do-install): Delete redundant code to copy etc twice.
12306
12307 * configure.in (romp): Handle various version numbers with aos and bsd.
12308
12309 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12310
12311 * configure.in: Fix message text.
12312
12313 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12314
12315 * make-dist: Make a `site-lisp' directory in the distribution,
12316 instead of a `local-lisp' directory, which hasn't been the
12317 appropriate name for a long time.
12318 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
12319 from the distribution first, then /usr/local/lib/emacs/site-lisp.
12320
12321 * Makefile.in (do-install): Correctly detect if ./etc and
12322 ${srcdir}/etc are the same.
12323
12324 * configure.in: Extract UNEXEC from the system configuration
12325 files, compute the name of the source file corresponding to the
12326 object file, and #define it as UNEXEC_SRC in config.h.
12327
12328 * configure.in: If srcdir is '.', then try using PWD to make it
12329 absolute.
12330
12331 * configure.in: Include ${srcdir} in the printed report, to help
12332 people notice if it's an automounter path.
12333
12334 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12335
12336 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
12337
12338 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12339
12340 * Makefile.in (do-install): Delete the dest dir, not the source dir,
12341 when they are different. Add `shift' command.
12342 (COPYDESTS, COPYDIR): Delete external-lisp dir.
12343 (externallispdir): Var deleted.
12344
12345 * configure.in: Delete spurious paren outputting short_usage.
12346
12347 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12348
12349 * Version 19.9 released.
12350
12351 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12352
12353 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
12354 subdirectory makes.
12355
12356 * make-dist: Check for .elc files with no corresponding .el file.
12357
12358 * Makefile.in (mkdir): Make all the directories in locallisppath.
12359
12360 * config.guess: New file.
12361 * configure.in: Use it, tentatively.
12362 * INSTALL: Mention its usage.
12363
12364 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
12365 the former gives you the operating system rev directly.
12366 Use s/hpux.h if we don't recognize what we got.
12367
12368 * Makefile.in (do-install): Don't remove a destination directory
12369 if it's the same as the source. If ${srcdir}/info == ${infodir},
12370 don't try to copy the info files.
12371
12372 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
12373 doesn't work if you're not using a separate source directory.
12374 (do-install): Copy the build tree's etc directory only after
12375 making sure it's not also the source tree's etc directory.
12376
12377 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12378
12379 * configure.in: Handle sunos4.1.3 specially.
12380
12381 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12382
12383 * Makefile.in (INSTALL): Add definition.
12384
12385 * configure.in: Fix some messages. Support -with-gnu-cc.
12386 At the end, use `set --', not `set -'.
12387 Delete spurious `.h' in hpux alternatives.
12388
12389 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12390
12391 * Version 19.8 released.
12392
12393 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12394
12395 * configure.in: When looking for source in the same directory as
12396 the configure script, make the path thus discovered absolute.
12397 If the user specifies the `--srcdir' switch, make that directory
12398 absolute too.
12399
12400 * Makefile.in (srcdir): Remove comment saying this doesn't work.
12401
12402 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
12403 too, as the value of the PATH_INFO macro.
12404
12405 * configure.in: Check to see if the source lives in the same
12406 directory as the configure script.
12407
12408 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12409
12410 * Makefile.in (install): Split this into `install' and
12411 `do-install', to give people more control over exactly what gets
12412 done.
12413 (do-install): New target, containing the guts of `install'.
12414 Don't remove and recreate the directories inside the copying loop - do
12415 it all before the copying loop. Pass more flags to the lib-src
12416 make.
12417 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
12418 avoid errors and warnings.
12419
12420 * configure.in: For generic IBM PC boxes, insist on "unknown" for
12421 the manufacturer - the more general case was blocking other i386
12422 configuration names below, and that's how the names are written in
12423 MACHINES anyway.
12424
12425 * make-dist: When breaking links, remove the link before moving
12426 the copy onto it, to avoid interactive behavior.
12427
12428 * Makefile.in: Doc fix.
12429
12430 * configure.in: Doc fix.
12431
12432 * INSTALL: Mention --exec-prefix option.
12433
12434 * configure.in: Add support for the `--exec-prefix' option.
12435 * Makefile.in: Accept that support.
12436
12437 * configure.in: Use the AC_PROG_INSTALL macro.
12438 * Makefile.in (INSTALL): Variable removed.
12439 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
12440
12441 * configure.in: Distinguish between hp800's and hp700's by calling
12442 "uname -m".
12443
12444 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12445
12446 * configure.in: Recognize configuration names for i860 boxes
12447 running SYSV.
12448
12449 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12450
12451 * configure.in: Distinguish between hp800's and hp700's by the
12452 version of HP/UX they run, since that's something people are more
12453 likely to know - hp700's run 8.0.
12454 Add HP 700 configuration.
12455
12456 * configure.in: Test for the presence of the `rename' function.
12457
12458 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
12459 configure.in.
12460 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
12461
12462 * make-dist: Break intra-tree links.
12463
12464 * configure.in: Explain that this is an autoconf script, and give
12465 instructions for rebuilding configure from it. Arrange to put
12466 comments in configure explaining this too.
12467
12468 * configure.in: Make the first line of the configure script be
12469 "#!/bin/sh". Leaving the first line blank didn't work.
12470
12471 * configure.in (long_usage): Remove; made short_usage describe
12472 the options briefly.
12473
12474 * configure.in: Implement the --prefix option.
12475 * Makefile.in (prefix): Add support for it here.
12476 * INSTALL: Document it here.
12477
12478 * Makefile.in (install): Don't assume that the files in the `info'
12479 subdirectory match *.info. They don't have that prefix.
12480
12481 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12482
12483 * configure.in: Add case for version 5 of Esix.
12484
12485 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12486
12487 * Version 19.7 released.
12488
12489 * make-dist: There aren't any *.com files in lib-src anymore.
12490
12491 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
12492 them; they're symlinks to other filesystems on the GNU machines.
12493
12494 * make-dist: Check that the manual reflects the same version of
12495 Emacs as stated in lisp/version.el. Edit that version number into
12496 the README file.
12497
12498 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12499
12500 * configure.in: Remove the hack of AC_DEFINE; use
12501 AC_DEFINE_UNQUOTED.
12502
12503 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12504
12505 * make-dist: Don't distribute precomp.com, compile.com, or
12506 link.com from ./src; they're in ./vms now.
12507
12508 Some time-handling patches from Paul Eggert:
12509 * configure.in: Add AC_TIMEZONE.
12510
12511 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12512
12513 * configure.in: Recognize Linux as a valid operating system for
12514 the i386.
12515
12516 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12517
12518 * make-dist: Distribute some VMS files we got from Richard Levitte.
12519
12520 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
12521 the source for the sed command, not oldXMenu/Makefile.
12522
12523 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12524
12525 * INSTALL: Don't claim the srcdir option doesn't work.
12526
12527 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12528
12529 * configure.in: Include remarks saying what order the autoconf
12530 tests should go in, and remind people to change config.h.in
12531 whenever they add autoconf tests which make #definitions.
12532
12533 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
12534
12535 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12536
12537 * Makefile.in (oldXMenu/Makefile): Make this depend on
12538 ${srcdir}/oldXMenu/Makefile.in, not itself.
12539
12540 * PROBLEMS: Some updates from David J. Mackenzie.
12541
12542 More changes from David J. Mackenzie.
12543 * Makefile.in (install.sysv, install.xenix, install.aix):
12544 Targets removed; autoconf and config.h should specify all these
12545 differences.
12546 (buildlisppath): Make this path depend on ${srcdir}.
12547 (INSTALLFLAGS): Remove.
12548 (INSTALL): Include the -c flag.
12549 (install): Change the way we invoke install accordingly.
12550
12551 Install ${srcdir} changes from DJM.
12552 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
12553 list.
12554 (COPYDIR, COPYDESTS): Install files from both the etc directory in
12555 the source tree and the etc directory in the object tree.
12556 (${SUBDIR}): Pass the prefix variable down to submakes.
12557 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
12558 in /bin.
12559 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
12560 values for srcdir and VPATH.
12561 (install): Add `v' flag to tar command. Make sure that `dir'
12562 exists in ${srcdir}/info before copying it. Remember that the man
12563 pages come from the source tree, not the object tree.
12564 * configure.in: Remove remarks saying that the --srcdir option
12565 doesn't work.
12566 Create the etc directory in the object tree.
12567 Recognize configuration names of the form *-sun-solaris*.
12568 Recognize sunos5 and solaris as operating system names.
12569
12570 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
12571 lib-src/getdate.y and src/systime.h.
12572
12573 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12574
12575 * make-dist: Make links in info subdir.
12576
12577 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12578
12579 * configure.in: Call AC_STDC_HEADERS.
12580
12581 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12582
12583 * configure.in: Sidestep autoconf's quoting of the second argument
12584 of AC_DEFINE, so we can specify the value to put there. It would
12585 be nice if autoconf provided some way to specify computed values
12586 for macros.
12587
12588 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12589
12590 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
12591 this is always just -DHAVE_CONFIG_H.
12592
12593 The GNU coding standards specify that CFLAGS should be left for
12594 users to set.
12595 * Makefile.in (CFLAGS): Let configure determine the default value
12596 for this.
12597 Don't have it default to DEFS.
12598 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
12599 (lib-src/Makefile, src/Makefile): Edit the default value for
12600 CFLAGS into these files, not DEFS.
12601 * configure.in (CFLAGS): Choose a default value for this - "-g"
12602 normally, or "-g -O" if we're using GCC. Edit it into the
12603 top-level Makefile.
12604
12605 * configure.in: When scanning the machine and system description
12606 #include files, write their names to conftest.c properly.
12607
12608 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12609
12610 * configure.in: In configuration name case for Apallos running
12611 Domainios, set opsys, not opsysfile.
12612
12613 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
12614 src/config.h, instead of AC_OUTPUT; the latter overwrites
12615 src/config.h even when it hasn't changed, puts a makefile-style
12616 comment at the top even though it's C code, and produces a
12617 config.status script which doesn't do the job right.
12618
12619 * configure.in: Add AC_LN_S test, so we can tell whether or not we
12620 can use a symbolic link to get the X Menu library into src.
12621 * Makefile.in (LN_S): New variable.
12622 (src/Makefile): Edit the value of LN_S into this makefile.
12623
12624 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12625
12626 * configure.in: Support *-sco3.2v4* as opsystem.
12627
12628 * make-dist: Don't include calc directory.
12629 Exclude many files in the man directory; copy a few.
12630
12631 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12632
12633 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
12634 call AC_STRUCT_TM to see what's in time.h.
12635
12636 * configure.in: Employ quoting stupidity to get the value of CPP
12637 to expand properly.
12638
12639 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12640
12641 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
12642 variable to scan the machine and system description files.
12643
12644 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
12645 so that getdate.y builds correctly.
12646
12647 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12648
12649 * configure.in (tempcname): Change this to "conftest.c", so it will
12650 work properly on systems with short filenames; this is the name
12651 autoconf uses.
12652
12653 * configure.in: Also detect the availability of dup2 and
12654 gethostname.
12655
12656 * configure.in: Use the AC_ALLOCA test.
12657 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
12658 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
12659
12660 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12661
12662 * make-dist: Distribute configure, as well as configure.in.
12663 Oversight.
12664
12665 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12666
12667 * Makefile.in (install): Print out the name of the directory we're
12668 copying, so people can have some idea of whether we're making
12669 progress.
12670
12671 * Makefile.in (install.aix, install.xenix, install.sysv, install):
12672 Don't forget to re-create the COPYDESTS directories after we clear
12673 them out.
12674
12675 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12676
12677 * Makefile.in: Add autoconf cookies so that the configure
12678 script can comment out sections of path variable definitions to
12679 choose between the installable configuration and the run-in-place
12680 configuration.
12681 * configure.in: Add new option `--run-in-place', to select the
12682 run-in-place path definitions.
12683
12684 * configure.in: Add a clause to the big configuration name case
12685 for the NeXT machine.
12686
12687 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12688
12689 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12690 Make sure that each source directory exists, and is different from
12691 the destination directory; then, delete the destination before
12692 copying over the source.
12693
12694 * make-dist: Distribute configure.in, instead of configure.
12695
12696 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12697
12698 * configure.in: Don't set CC to "gcc -O" if the user specifies
12699 `--with-gcc'. Add -O to DEFS if GCC is set.
12700
12701 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12702
12703 * Makefile.in (clean mostlyclean): Missing right paren.
12704
12705 * configure.in: When checking for X windows, search for an X11
12706 subdirectory of ${x_includes}.
12707
12708 * configure.in: Check for gettimeofday function, for getdate.y.
12709
12710 Change `configure' to a mixture of custom code and autoconf stuff.
12711 autoconf can't derive all the information we need, but we'd really
12712 like to be able to take advantage of some of its tests, and its
12713 file-editing facilities.
12714 * configure.in: Renamed from configure.
12715 Quote the sections of shell script we want copied literally to
12716 the configure script.
12717 (compile): Initialize this to make the autoconf macros' code happy.
12718 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
12719 code to do their jobs.
12720 Use autoconf to produce Makefile and src/config.h.
12721 Remove the Makefile-style comment that autoconf places at the top
12722 of src/config.h.
12723 (config_h_opts): Remove - no longer necessary.
12724 * Makefile.in (configname): Rename to configuration.
12725 (CONFIG_CFLAGS): Rename to DEFS.
12726 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
12727 get values via autoload @cookies@.
12728 (libsrc_libs): Get this from autoconf. We used to do nothing
12729 about this.
12730 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
12731
12732 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
12733 Don't echo the move-if-change command.
12734
12735 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
12736
12737 * make-dist: Distribute lib-src/rcs-checkin.
12738
12739 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
12740 Don't try to make links to the RCS or Old subdirectories.
12741 Use the appropriate extension for the compression type in use.
12742 Create the tar file in the shell's initial default directory, not
12743 in ${tempparent}.
12744 Erase the whole ${tempparent} tree, not just ${tempdir}.
12745
12746 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12747
12748 * Makefile.in (src/paths.h): Don't echo the huge sed command we
12749 use to build paths.h.
12750 (lib-src/Makefile, src/Makefile): Similarly.
12751
12752 * configure: Extend test for working `const' keyword to handle AIX
12753 3.2 cc.
12754
12755 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12756
12757 * make-dist: Distribute lisp/term/ChangeLog.
12758
12759 Arrange for C compilation throughout the tree to get
12760 C_SWITCH_SYSTEM from the configuration files.
12761 * configure: Extract C_SWITCH_SYSTEM from the machine and
12762 system-dependent files, and save it in the top-level Makefile.
12763 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
12764 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
12765
12766 * make-dist: Include the VMS support files in oldXMenu in the
12767 distribution.
12768
12769 * configure: Doc fix.
12770
12771 * configure: Fix corrupted config_h_opts.
12772
12773 * configure: Properly report option names in error messages.
12774
12775 * configure: Properly recognize --x-includes and --x-libraries
12776 options.
12777
12778 * configure: Fix syntax errors in code handling XFree386.
12779
12780 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12781
12782 * configure: Add special code to detect XFree386, and tell
12783 config.h about it.
12784
12785 * configure: Properly handle extracting values of LIBS_MACHINE and
12786 LIBS_SYSTEM that contain spaces.
12787
12788 * configure: Add `--x-includes' and `--x-libraries' options.
12789 I think these are dopey, but no less than three alpha testers, at
12790 large sites, have said they have their X files installed in odd
12791 places. Implement them by setting C_SWITCH_X_SITE and
12792 LD_SWITCH_X_SITE in src/config.h.
12793
12794 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12795
12796 * make-dist: Don't distribute etc/Old files.
12797
12798 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
12799 backups.
12800
12801 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12802
12803 * make-dist: Fix typo.
12804
12805 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12806
12807 * make-dist: Corrected typo, fixed it to discard = and TAGS files
12808 in some cases where it should but didn't seen to.
12809
12810 * Makefile.in: Added unlock and relock productions.
12811
12812 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12813
12814 * make-dist: Add a --compress option to force make-dist to use
12815 compress.
12816
12817 * make-dist: Use gzip, if we can find it.
12818
12819 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12820 make rs6000-ibm-aix default to -aix32.
12821
12822 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12823
12824 * Makefile.in: Added `Developer's configuration' section.
12825
12826 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12827
12828 * Makefile.in: Add commented-out variable settings for developer's
12829 configuration.
12830
12831 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12832
12833 * make-dist: Distribute `src/bitmaps' too.
12834
12835 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
12836
12837 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12838 make rs6000-ibm-aix default to -aix32.
12839
12840 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12841
12842 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
12843
12844 * Makefile.in (install.sysv): Add a second `$' in front of
12845 `${dest}', so that the shell will expand it, instead of Make.
12846
12847 * configure: When processing the name of the configure script,
12848 collapse `././' to `./', but leave a single `./' prefix alone.
12849
12850 * configure: Doc fix.
12851
12852 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12853
12854 * configure: Handle isc3.0 correctly.
12855
12856 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12857
12858 * make-dist: Don't try to copy the COPYING notice into
12859 external-lisp; we're not distributing that directory any more.
12860
12861 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12862
12863 * Makefile.in (install, install.aix, install.xenix, install.sysv):
12864 Remove CVS subdirectories from the installed directory trees, as
12865 well as RCS directories.
12866
12867 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12868
12869 * make-dist: Only copy gmalloc.c if we couldn't link it.
12870 Don't try to copy man/{README,Makefile} unless they actually exist.
12871
12872 * Makefile.in (lisppath): Don't include externallispdir in this.
12873 We're not sure whether we're even going to distribute the
12874 directory yet.
12875
12876 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12877
12878 * make-dist: Don't distribute the external-lisp directory anymore.
12879 * INSTALL: Remove all references to external-lisp.
12880
12881 * configure: Detect whether the compiler supports `const'
12882 properly, and edit src/config.h accordingly.
12883
12884 * configure: Tweak layout of final report.
12885
12886 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
12887 CFLAGS.
12888
12889 * Makefile.in (locallisppath): Make this default to
12890 ${datadir}/emacs/site-lisp, instead of
12891 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
12892 the same thing, and local-lisp causes completion conflicts with
12893 lock.
12894 (lisppath): Add ${externallispdir} to this.
12895 * INSTALL: Adjust installation directions.
12896
12897 * Makefile.in (externallispdir): New variable, to say where to
12898 install the externally-maintained lisp files.
12899 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
12900 the others.
12901 * INSTALL: Describe external-lisp and the new externallispdir
12902 variable.
12903
12904 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12905
12906 * configure (progname): New option `--with-gcc'. Make it clearer
12907 how we are trying to guess whether or not we have GCC.
12908 * INSTALL: Document the `--with-gcc' option, and improve
12909 description of `--with-x' options.
12910
12911 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12912
12913 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
12914 ${infodir} from these variables; we have written out explicit code
12915 to install the info files.
12916
12917 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12918
12919 * make-dist: Don't distributed the RCS files in the etc directory.
12920
12921 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12922
12923 * Makefile.in: Some makes can't handle comments in the middle of
12924 commands; move them to before the whole rule.
12925
12926 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12927
12928 * README: Mention what Emacs is.
12929
12930 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12931
12932 * make-dist: Include `./lisp/calc-2.02' in the distribution.
12933 Add `./cpp' and `./man' back into the distribution.
12934
12935 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12936
12937 * Makefile.in: Define MAKE, and use where appropriate.
12938
12939 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12940
12941 * make-dist: Remember that the authoritative COPYING notice is
12942 `etc/COPYING', not `../etc/COPYING'.
12943
12944 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12945
12946 * make-dist: Make sure that the COPYING notices in each directory
12947 are copies, not symlinks.
12948
12949 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12950
12951 * INSTALL: The build process produces an executable called `emacs'
12952 now. Change references.
12953 * Makefile.in: Adjust `install.mumble' targets to install
12954 `src/emacs', not `src/xemacs'.
12955
12956 * configure: Start with a blank line; this keeps some old CSH's
12957 from thinking it's a CSH script. Most systems will just use
12958 /bin/sh to run it, which is what we're expecting; the only other
12959 shells which might try to interpret it themselves are probably
12960 Bourne-compatible.
12961
12962 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12963
12964 * INSTALL: Improvements suggested by David Mackenzie.
12965
12966 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12967
12968 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12969 Don't try to copy the info files if there aren't any; the
12970 unexpanded globbing pattern disappoints `install'. Ignore the
12971 return status of that command.
12972
12973 * INSTALL: Updated for new configuration arrangement.
12974
12975 * configure: Don't make the top-level Makefile read-only - people
12976 may want to edit the values of the path variables.
12977
12978 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12979 Install the info files in ${infodir}. Install the executable
12980 under both `emacs' and `emacs-VERSION'.
12981
12982 * Makefile.in: Doc fix.
12983
12984 * Makefile.in (exec_prefix): New variable, as per latest version
12985 of coding standards.
12986 (bindir, libdir): Use it, instead of `prefix'.
12987 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
12988
12989 * Makefile.in (mandir): Make the default value for this depend on
12990 $(prefix).
12991
12992 * Makefile.in (datadir, statedir, libdir): Make these all default
12993 to ${prefix}/lib.
12994 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
12995 Adjust to compensate.
12996
12997 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12998 Install the etags and ctags man pages too.
12999
13000 * Makefile.in (distclean): Don't delete backup files; that's the
13001 job of extraclean.
13002 (extraclean): Like distclean, but deletes backup and autosave files.
13003
13004 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13005
13006 Make path specification conform to GNU coding standards.
13007 * configure (long_usage): Remove all traces of old arguments from
13008 usage messages, and document the options we do accept in more
13009 detail: -with-x... and --srcdir.
13010 (options, boolean_opts): Delete; we don't have enough options to
13011 make this worthwhile.
13012 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
13013 along with the code which supported them; these should be set as
13014 arguments to the top-level make.
13015 (config_h_opts): Since this no longer doubles as a list of option
13016 names, make them upper case; this simplifies the code which uses
13017 them to build the sed command to edit src/config.h. Change the
13018 code which sets them.
13019 (cc, g, O): Don't allow the user to set these using options; they
13020 should be specified using `CC=' and `CFLAGS=' arguments to the
13021 top-level make. Just choose reasonable default values for them,
13022 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
13023 values.
13024 (gnu_malloc, rel_alloc): Don't allow the user to set these using
13025 options; use them whenever the configuration files say they're
13026 possible.
13027 Simplify the argument processing loop. Don't accept abbreviations
13028 for option names; these might conflict with other configuration
13029 options in the future.
13030 Add some support for the `--srcdir' option. Check for the sources
13031 in . and .. if `--srcdir' is omitted. If the directories we will
13032 compile in don't exist yet, create them under the current directory.
13033 Note that the rest of the build process doesn't really support
13034 this.
13035 Edit only the top Makefile. That should edit the others.
13036 Edit into the makefile: `version', from lisp/version.el, `configname'
13037 and `srcdir' from the configuration arguments, `CC' and
13038 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
13039 the user's path, and LOADLIBES as gleaned from the system
13040 description files.
13041 Simplify the report generated; it doesn't need to include any
13042 description of paths now.
13043 Make `config.status' exec configure instead of just calling it, so
13044 there's no harm in overwriting `config.status'.
13045 * Makefile.in (version, configname): New variables, used to choose
13046 the default values for datadir and libdir.
13047 Path variables rearranged into two clearer groups:
13048 - In the first group are the variables specified by the GNU coding
13049 standards (prefix, bindir, datadir, statedir, libdir, mandir,
13050 manext, infodir, and srcdir).
13051 - In the second are the variables actually used for Emacs's paths
13052 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
13053 archlibdir), which depend on the first category.
13054 datadir and libdir default to directories under
13055 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
13056 demand.
13057 etcdir and lispdir default to subdirectories of datadir.
13058 archlibdir defaults to libdir.
13059 The new installation tree is a bit deeper than it used to be, so
13060 use the new make-path program in lib-src to build them all.
13061 Always build a new src/paths.h.tmp and then move-if-change it to
13062 src/paths.h, to avoid unnecessary rebuilds while responding to the
13063 right changes.
13064 Remove all mention of arch-lib. Run utility commands from
13065 lib-src, and let the executables be copied into archlibdir when
13066 Emacs is installed.
13067 Add targets for src/Makefile, lib-src/Makefile, and
13068 oldXMenu/Makefile, editing the values of the path variables into
13069 them.
13070 Let lib-src do its own installation.
13071 (datadir): Default to putting data files under
13072 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
13073 (emacsdir): Variable deleted; it would only be confusing to use.
13074 (lispdir, etcdir): Default to ${datadir}/lisp.
13075 (mkdir): Use make-path for this.
13076 (lockdir): Do this in mkdir.
13077 (Makefile): New target.
13078
13079 * configure (usage_message): Rename to long_usage.
13080
13081 * make-dist: Don't bother creating an arch-lib directory; that's
13082 only for installation now.
13083
13084 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13085
13086 * configure: Use GCC-style configuration names, using config.sub.
13087 Change the usage and help messages.
13088
13089 * configure: Initialize window_system, not indow_system.
13090
13091 * configure: Report which window system, compiler, and signal
13092 handler return type we decide to use.
13093
13094 * make-dist: Explain what's going on if config.sub and gmalloc.c
13095 can't be linked. Place the code which copies them near the code
13096 which links the rest of the files around them.
13097
13098 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
13099
13100 * make-dist: Don't bother to distribute src/*.com, or
13101 src/vmsbuild; those have all been moved to `../vms'.
13102
13103 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13104
13105 * make-dist: Don't forget that the way to avoid filenames starting
13106 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
13107 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
13108 couldn't make hard links to, since we have two already, and
13109 perhaps more to come.
13110
13111 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13112
13113 * configure: When editing parameters into lib-src/Makefile, change
13114 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
13115 needs some other flags too.
13116
13117 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13118
13119 * configure: Remove spurious echo of the configuration name.
13120
13121 * make-dist: Don't distribute files in src/m and src/s whose names
13122 begin with `='.
13123
13124 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13125
13126 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
13127 Also LISP_FLOAT_TYPE.
13128
13129 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13130
13131 * make-dist: Copy config.sub, since it's a symbolic link to a file
13132 on another file system.
13133
13134 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13135
13136 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
13137 distribution.
13138
13139 * config.sub: New file, to help us recognize configuration names.
13140 * make-dist: Include it in the distribution.
13141
13142 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13143
13144 * configure: Convert `-' to `_' in specified option names.
13145 Accept options with --. Delete --highpri and --have-x-menu options.
13146 New options --with-x and --with-x10 replace -window-system.
13147 Don't mention options --gnu-malloc, --rel-alloc
13148 or --lisp-float-type in help message.
13149
13150 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13151
13152 * make-dist: Include the `vms' subdirectory in the distribution.
13153
13154 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13155
13156 * configure: Remove lines starting with "# DIST: " when building
13157 lib-src/Makefile and src/Makefile. This allows us to mark the
13158 "Makefile.in" files with explanatory comments which won't also get
13159 stuck in the Makefiles.
13160
13161 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13162
13163 * make-dist: Don't use the '+' operator in the sed regular
13164 expression that extracts the version number from lisp/version.el;
13165 Ultrix sed doesn't seem support the operator. Just double the
13166 operand and use *.
13167
13168 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13169
13170 * Makefile.in: Doc fix.
13171
13172 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13173
13174 * configure: Rewrite sed command to remove at most one ./ prefix;
13175 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
13176 group.
13177
13178 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13179
13180 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
13181
13182 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13183
13184 * make-dist: Go ahead and build a new TAGS file, unless the
13185 --newer option was specified. Don't try to delete a TAGS file
13186 from etc; it's not kept there, and shouldn't be deleted anyway.
13187
13188 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13189
13190 * make-dist: If the lisp directory contains a default.el, don't
13191 distribute it.
13192
13193 * configure: When searching signal.h for the type of a signal
13194 return handler, make a copy of it, not a symbolic link to it; that
13195 way, it will work on systems that don't have symbolic links.
13196
13197 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13198
13199 * make-dist: Taught it about vcdiff and rcs2log, added --newer
13200 option for generating incremental distributions. Stopped it from
13201 generating a TAGS file into the distribution; that sucker is
13202 *big*, and easily enough generated with the toplevel makefile.
13203
13204 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13205
13206 * configure: When writing config.status, don't prefix progname
13207 with a '.'; it might be absolute.
13208
13209 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13210
13211 * configure: Choose to use X11 if either /usr/lib/libX11.a or
13212 /usr/include/X11 exist, not only if both exist.
13213
13214 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13215
13216 * make-dist: Make the new external-lisp directory a duplicate of
13217 the external-lisp directory, not the lisp directory.
13218
13219 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13220
13221 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
13222 clean' in arch-lib; it doesn't even have a Makefile.
13223
13224 * Makefile.in (clean, mostlyclean): In the test which tries to
13225 distinguish between the build directory, which should be cleaned,
13226 and the installed directory, which shouldn't, cd to `${emacsdir}',
13227 not `${DESTDIR}${LIBDIR}'.
13228
13229 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13230
13231 * make-dist: Be sure to delete the .c and .h files that YACC and
13232 BISON create from getdate.y.
13233
13234 * external-lisp: New directory; see `external-lisp/README'.
13235 * make-dist: Added support for the external-lisp subdirectory.
13236
13237 * make-dist: Changed message which complains that make-dist wasn't
13238 invoked in the right directory to indicate which files it was
13239 looking for.
13240
13241 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13242
13243 * configure: Add comments explaining why we can't translate
13244 character ranges or control characters in `tr'.
13245
13246 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13247
13248 * configure: When generating the configuration message, we used to
13249 build the message from the start so that each line began with "# "
13250 so that it would be a comment in `config.status'. However, this
13251 causes trouble if any of the variables we use in the message
13252 expand to more than one line of text - as gnu_malloc_reason
13253 sometimes does. So instead, we build the message as it should be
13254 printed to the user (i.e. without the "# " prefixes), and stick on
13255 the "# "s when we write it to `config.status'.
13256
13257 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
13258 `lib-src' and `arch-lib'.
13259
13260 * configure: When generating report and `config.status' file, note
13261 that bindir only determines where `make install' and
13262 `build-install' will place the executables; this should make it
13263 clear that the ordinary build process will not try to install
13264 things.
13265
13266 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13267
13268 * make-dist: Change messages to say that we are 'making links to
13269 X', rather than 'copying X'. And put `' quotes around file names.
13270
13271 * make-dist: Include '.tmp' in the name of the staging directory.
13272
13273 * make-dist: Pass the `-f' option to rm when you're not sure that
13274 the files you're removing actually exist.
13275
13276 * make-dist: When setting up etc/COPYING, always nuke whatever is
13277 there, and then copy it in, to make sure we get a real file.
13278
13279 * make-dist: Don't try to distribute *.defns files any more.
13280 The only such file was for simula.el, which has been superseded by a
13281 version which doesn't have a separate .defns file.
13282
13283 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
13284
13285 * make-dist: Don't distribute configured versions of config.h.in,
13286 paths.h.in, Makefile.in in src.
13287
13288 * configure: Delete .tmp files before creating them; don't bother
13289 trying to make final targets writable first, since it won't
13290 matter to move-if-change.
13291
13292 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13293
13294 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
13295 mkdir and chmod in the center of all the conditionals. GNU Make
13296 will strip these out, but other makes won't.
13297
13298 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13299
13300 * make-dist: Include move-if-change in list of files to distribute.
13301
13302 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13303
13304 * configure: Remove any "." elements from the program name.
13305
13306 * configure: Don't record the values of all the possible arguments
13307 in config.status; only record the options that the user specified.
13308
13309 * configure: Use move-if-change to move in the new src/config.h.
13310
13311 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
13312
13313 * move-if-change: New file, copied from gcc release.
13314 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
13315 a temp file, so we don't update paths.h if an error occurs or if
13316 it doesn't need changing.
13317
13318 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13319
13320 * Makefile.in (src/paths.h): Do not install a value for the
13321 PATH_SUPERLOCK value; that macro doesn't exist anymore.
13322 * build-install.in: Same thing.
13323
13324 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13325
13326 * make-dist: Check the flag called "make_tar", not "make_dir"; the
13327 latter, being a typo, is always false, resulting in a program
13328 whose default behavior is to painstakingly build a copy of the
13329 source tree, and then delete it. Rah.
13330
13331 * Makefile.in: Add dist target, and comment for it.
13332
13333 * configure: When scanning <signal.h> for a declaration for
13334 signal, create a symbolic link with a name ending in .c, so the
13335 compiler won't complain that it's only been given .h files.
13336
13337 * configure: Check whether there are any arguments available
13338 before shifting to get the value of a non-boolean parameter.
13339
13340 * make-dist: Doc fix.
13341
13342 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13343
13344 * configure: Instead of grepping /usr/include/signal.h for a
13345 signal declaration, run /usr/include/signal.h or
13346 /usr/include/sys/signal.h through cpp and grep for the
13347 declaration.
13348
13349 * configure: Redirect the output of grep to /dev/null instead of
13350 using grep -s - that flag means different things on other systems.
13351
13352 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
13353 since the former is recognizable even if you don't know what
13354 'dumping' is.
13355 * configure: Accommodate that change.
13356
13357 * configure: Accept options for all of the directories you can
13358 change in the Makefile.
13359
13360 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
13361
13362 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
13363 FOO before you can use them.
13364
13365 * build-install.in: Made the "Where To Install Things" section
13366 conform with the similar section from Makefile.in. Copied section
13367 which builds src/paths.h from src/paths.h.in from the Makefile.
13368
13369 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13370
13371 * configure: Write config.status to pass its command-line
13372 arguments on to configure, so that people can use it to recreate
13373 an old configuration, with minor changes.
13374
13375 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13376
13377 * configure: Don't rely on option variables being unset if their
13378 values are the empty string. In particular, when producing the
13379 English report, don't assume that highpri will be unset when no
13380 increased priority has been requested; -highpri='' should be the
13381 same as omitting -highpri altogether.
13382
13383 * configure: Fix dumb bug: when running the system and machine
13384 description files through cpp, mark those lines that we want to
13385 evaluate with the string '@configure@', and then only evaluate
13386 them. This way if the files include anything that actually
13387 generates text (type definitions or external declarations, say),
13388 we won't try to eval it.
13389
13390 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13391
13392 * make-dist: New shell script.
13393
13394 * configure: When creating foo from foo.in, make foo read-only to
13395 remind people to edit the .in file instead.
13396
13397 * INSTALL: Changed references to config.h-dist to config.h.in.
13398 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
13399 to build src/paths.h from src/paths.h.in; added a paragraph to do
13400 this.
13401 * configure, Makefile, build-install: Changed filenames like
13402 FOO-dist to FOO.in.
13403
13404 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13405
13406 * Makefile, build-install: Renamed to Makefile.in and
13407 build-install.in; the configure script will edit these to produce
13408 the usable Makefile and build-install.
13409 * configure: Changed to produce ./Makefile, ./build-install,
13410 lib-src/Makefile, and src/Makefile from their *.in counterparts,
13411 instead of editing them in place.
13412
13413 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13414
13415 * Makefile: Re-arranged so that the undumped Emacs will search
13416 ../lisp *after* the site's local elisp files.
13417 (locallisppath, dumplisppath): New variables.
13418 (lisppath): This variable's default value is now chosen based on
13419 $(locallisppath) and $(lispdir); while it used to be the
13420 customization point for adding site-local elisp directories to
13421 load-path, that job is now handled mostly by locallisppath.
13422 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
13423 Check the values being assigned to the *LOADSEARCH macros for null
13424 path elements (like '::' in 'foo::bar').
13425
13426 * configure: When checking if the machine- and system-dependent
13427 files define a particular macro or not, actually run them through
13428 CPP and test the macros with #ifs, instead of just grepping for
13429 the macros' names. In particular, check for SYSTEM_MALLOC in this
13430 way.
13431
13432 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13433
13434 * Makefile (install): Don't use -s in install. (Keep the symbols.)
13435
13436 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13437
13438 * configure: Make the config.status file an executable shell
13439 script which will recreate the same configuration. Include the
13440 verbal description of the current configuration as a comment in
13441 the script.
13442 * INSTALL: Doc fix.
13443
13444 * Makefile: Brought the Makefile up to the GNU coding
13445 standards, as described in standards.text:
13446 (TAGS): New name for the target which rebuilds the tags table.
13447 (check): New target; doesn't do anything yet.
13448 (mostlyclean): New target, synonymous with clean.
13449 (realclean): New target. Currently, this just calls the
13450 subdirectories's makefiles and then deletes config.status.
13451 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
13452 New variables.
13453 Installation directory variables changed to conform.
13454 (install, install.sysv, install.xenix, install.aix): Change the
13455 code which copies the directories into their installed location to
13456 allow the installed locations to be in several different
13457 directories; the old version assumed that they would all be in
13458 $(emacsdir).
13459 (mkdir, lockdir): Allow the installed locations to be in several
13460 different directories.
13461 * INSTALL: Doc fix.
13462
13463 * build-install: Use the same variable names as the Makefile.
13464 Allow the installed locations to be in several different
13465 directories.
13466
13467 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13468
13469 * Makefile (src/paths.h): Instead of using a single sed command to
13470 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
13471 separately, and don't forget to append "/!!!SuperLock!!!" to the
13472 value of the PATH_SUPERLOCK macro.
13473
13474 * config.emacs: Renamed to configure, for consistency with other
13475 GNU products. Internal references changed.
13476 INSTALL, Makefile: References changed.
13477
13478 * lock: New directory, which should always be empty. If this
13479 directory doesn't exist, Emacs won't complain; it just won't lock.
13480 Having this here means that people can just unpack Emacs, build
13481 it, and have locking work.
13482
13483 * share-lib: Re-renamed to etc, for the sake of tradition.
13484 * config.emacs: Changed default value for datadir to ../etc.
13485 * INSTALL, README: Adjusted.
13486
13487 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13488
13489 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
13490 by running CPP on the appropriate s/*.h and m/*.h files.
13491
13492 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13493
13494 * config.emacs: Make sure to set the "exit on error" flag once
13495 we've removed config.status; errors should abort the configuration.
13496
13497 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13498
13499 * config.emacs: Added -distribute option, so that the Makefile
13500 paths are in their proper form. I don't know why this matters.
13501
13502 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13503
13504 * local-lisp: New directory, empty in the distribution, for people
13505 to put local elisp code in.
13506 * config.emacs: Include it in the default load path.
13507 * README: Document it.
13508
13509 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13510
13511 * config.emacs: Guess the type of signal handling functions based
13512 on the contents of /usr/include/signal.h.
13513
13514 * config.emacs: Print out progress report messages.
13515
13516 * Makefile (src/paths.h): Don't generically replace
13517 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
13518 editing of the other entries, and each entry should be dealt with
13519 explicitly anyway.
13520
13521 * build-install: Converted from C-shell to Bourne shell.
13522 * config.emacs: Edit build-install properly.
13523
13524 * config.emacs: Doc fix.
13525
13526 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13527
13528 * Makefile (install): Remove `B' from tar xf command.
13529
13530 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13531
13532 * config.emacs: Removed support for the `maintain-environment'
13533 option; the only important difference between this and its absence
13534 has been removed.
13535 * INSTALL: Removed mention of `maintain-environment'.
13536
13537 * config.emacs: Fix arguments to sed when processing boolean
13538 arguments.
13539
13540 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
13541
13542 * config.emacs: New file, to help automate the installation
13543 process.
13544
13545 * Makefile: Lots of changes to support the separation of etc into
13546 architecture-dependent and -independent files:
13547 (EMACSROOT): New variable, giving the directory under which all of
13548 Emacs's libraries should be installed. Changed rest of file to
13549 use it.
13550 (LIBDIR): Now denotes only architecture-dependent dir.
13551 (DATADIR): New variable, denoting architecture-independent dir.
13552 (LOCKDIR): New variable, for completeness.
13553 (SUBDIR): No more etc, new lib-src.
13554 (COPYDIR): No more etc, new arch-lib and share-lib.
13555 (src/paths.h): Set PATH_DATA and the LOCK macros too.
13556 (src): Now depends on lib-src, not etc.
13557 * build-install: Changes parallel to the above.
13558 * README: Describe the new arrangement.
13559
13560 * vms: New subdirectory for all the VMS stuff.
13561
13562 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
13563
13564 * Makefile (LISPPATH): New variable.
13565 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
13566
13567 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
13568
13569 * Makefile (install, install.sysv, install.xenix):
13570 Install wakeup instead of loadst. No need for setuid or setgid.
13571
13572 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13573
13574 * Makefile (clean): Clean etc if that's not the installation dir.
13575
13576 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13577
13578 * Makefile (paths.h): Make sed alter each name in the path.
13579
13580 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13581
13582 * Makefile (install.sysv): Use cpio, not tar.
13583
13584 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13585
13586 * Makefile (lockdir): Rename `lock' target.
13587 Depend on it from install*, not from `all'.
13588
13589 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
13590
13591 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
13592 to match build-install and paths.h.
13593
13594 ;; Local Variables:
13595 ;; coding: utf-8
13596 ;; End:
13597
13598 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
13599
13600 This file is part of GNU Emacs.
13601
13602 GNU Emacs is free software: you can redistribute it and/or modify
13603 it under the terms of the GNU General Public License as published by
13604 the Free Software Foundation, either version 3 of the License, or
13605 (at your option) any later version.
13606
13607 GNU Emacs is distributed in the hope that it will be useful,
13608 but WITHOUT ANY WARRANTY; without even the implied warranty of
13609 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13610 GNU General Public License for more details.
13611
13612 You should have received a copy of the GNU General Public License
13613 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.