]> code.delx.au - gnu-emacs/blob - ChangeLog
Merge branch 'master' into cairo, fixes tooltips not shown.
[gnu-emacs] / ChangeLog
1 2015-04-03 Ulrich Müller <ulm@gentoo.org>
2
3 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Add -nopie option if it
4 is supported, in order to avoid segfaults in temacs. (Bug#18784)
5
6 2015-03-27 Pete Williamson <petewil@chromium.org> (tiny change)
7
8 Add NaCl target
9 * configure.ac: Add a target for Chromium Native Client (NaCl).
10
11 2015-03-29 Eli Zaretskii <eliz@gnu.org>
12
13 * build-aux/dir_top (File): Fix the description of selecting a
14 menu item by its number. (Bug#20213)
15
16 2015-03-29 Paul Eggert <eggert@cs.ucla.edu>
17
18 Fix 'commit-msg' to cite 'CONTRIBUTE'
19 As suggested in:
20 http://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00947.html
21 Also, have the two files match better.
22 * CONTRIBUTE: Match what's in build-aux/git-hooks/commit-msg.
23 * build-aux/git-hooks/commit-msg: Mention 'CONTRIBUTE'.
24
25 2015-03-23 Andreas Schwab <schwab@suse.de>
26
27 * configure.ac: Fix jpeg version check to work with gcc >= 5.
28
29 2015-03-21 Samer Masterson <samer@samertm.com>
30
31 * CONTRIBUTE (Test your changes.): New section.
32 (Document your changes.): Add doc tips.
33
34 2015-03-19 Paul Eggert <eggert@cs.ucla.edu>
35
36 Better port of pthread usage to FreeBSD
37 * configure.ac (ac_func_list): Omit pthread_sigmask, since
38 we check for that ourselves rather than relying on gnulib.
39 (HAVE_PTHREAD, LIB_PTHREAD): Port better to FreeBSD,
40 by also checking for pthread_create, pthread_self, pthread_sigmask.
41 Tighten the test for pthread_atfork while we're at it.
42 Fixes: bug#20136
43
44 Merge from gnulib
45 This incorporates:
46 2015-03-19 fdopendir: port better to MinGW
47 2015-03-18 fdopendir: fix typo in comment
48 2015-02-24 glob, etc.: port to MSVC v18 on MS-Windows 8.1
49 * lib/dirent.in.h, lib/fdopendir.c: Update from gnulib.
50 * lib/dirfd.c, m4/dirfd.m4: New files from gnulib.
51 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
52
53 2015-03-02 Robert Pluim <rpluim@gmail.com> (tiny change)
54
55 * configure.ac: Error out if with-file-notification=w32 is
56 specified on Cygwin. (Bug#19909)
57
58 2015-02-27 Paul Eggert <eggert@cs.ucla.edu>
59
60 Don't require GNU putenv
61 * configure.ac: Use system putenv even if it lacks GNU features, as
62 we don't need them. This works around a bug in FreeBSD 10.1 getenv.
63 Fixes: bug#19874
64
65 2015-02-25 Paul Eggert <eggert@cs.ucla.edu>
66
67 Merge from gnulib
68 * lib/getdtablesize.c, m4/dup2.m4, m4/fcntl.m4:
69 Update from gnulib, incorporating:
70 2015-02-23 dup2: doc and test for Android bug
71 2015-02-23 Replace dup2() on Android
72 2015-02-22 Android doesn't define RLIM_SAVED_*
73
74 2015-02-21 Paul Eggert <eggert@cs.ucla.edu>
75
76 Merge from gnulib
77 * lib/getdtablesize.c, lib/getopt.c, lib/signal.in.h, lib/tempname.c:
78 * lib/tempname.h, m4/dup2.m4, m4/fcntl.m4, m4/getdtablesize.m4:
79 Update from gnulib, incorporating:
80 2015-02-20 getdtablesize: port better for Android
81 2015-02-19 fcntl: Fix cross compiling
82 2015-02-18 dup2, fcntl: cross-compile better for Android
83 2015-02-18 getopt: don't crash on memory exhaustion
84 2015-02-17 tempname: allow compilation with C++ (trivial)
85 2015-02-17 dup2, fcntl: port to AIX
86 2015-02-16 getdtablesize, dup2, fcntl: port to Android
87 2015-02-11 getdtablesize, signal_h: Fix Android build
88 2015-02-11 maint: various whitespace cleanups in tempname
89
90 2015-02-13 Jan Djärv <jan.h.d@swipnet.se>
91
92 * configure.ac: Set locallisppath to empty for NS self contained,
93 unless --enable-loadllisppath was given (Bug#19850).
94
95 2015-02-11 Jan Djärv <jan.h.d@swipnet.se>
96
97 * configure.ac (with-cairo): New option.
98 (USE_CAIRO): Default to yes for Gtk+ 3. Add code to test for cairo,
99 set CAIRO_CFLAGS, CAIRO_LIBS. Add ftcrfonto to FONT_OBJ if cairo.
100 Output "Does Emacs use cairo?".
101
102 2015-02-09 Paul Eggert <eggert@cs.ucla.edu>
103
104 * configure.ac (HAVE_LIBXML2): Add missing comma.
105
106 2015-02-08 Paul Eggert <eggert@cs.ucla.edu>
107
108 Port to platforms lacking test -a and -o
109 * configure.ac (HAVE_LIBXML2):
110 Prefer '&&' and '||' to 'test -a' and 'test -o'.
111
112 2015-02-08 Ulrich Müller <ulm@gentoo.org>
113
114 * configure.ac (--with-gameuser): Default to 'games' group instead
115 of 'games' user.
116
117 2015-02-04 Paul Eggert <eggert@cs.ucla.edu>
118
119 * .gitattributes: Ignore blanks at EOL in texinfo.tex.
120
121 2015-01-28 Paul Eggert <eggert@cs.ucla.edu>
122
123 Merge from gnulib and try to repair bad merge
124 This attempts to repair problems introduced by the bad merge
125 5491fd1098d27b3ba3db054076b9ab60fb3558dc. The easiest way for me
126 to fix the badly-merged gnulib files was to run
127 'admin/merge-gnulib', so I did that, which also imported the
128 following changes:
129 * build-aux/update-copyright, m4/gnulib.m4:
130 Update from gnulib, incorporating:
131 2015-01-15 time: port to MinGW32 3.21
132 2015-01-15 update-copyright: apply to self
133 2015-01-11 update-copyright: recognize groff's \(co marker
134
135 2015-01-28 Eli Zaretskii <eliz@gnu.org>
136
137 * configure.ac (HAVE_W32): Abort with error message if
138 --without-toolkit-scroll-bars was specified. See
139 http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00525.html
140 for the details.
141
142 2015-01-27 Paul Eggert <eggert@cs.ucla.edu>
143
144 Port autogen.sh hook creation to private templates
145 * autogen.sh: Do not assume that the hook samples exist.
146 This ports to developers who override templatedir in their Git
147 configuration. The downside is that patch applications won't be
148 checked, but that's better than autogen.sh failing.
149 Problem reported by Sam Steingold in:
150 http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00898.html
151
152 2015-01-26 Paul Eggert <eggert@cs.ucla.edu>
153
154 * INSTALL.REPO: Mention minimum Git version.
155
156 2015-01-25 Paul Eggert <eggert@cs.ucla.edu>
157
158 Use gnustep-config if available
159 * configure.ac (--with-gnustep): Document this.
160 (NS_GNUSTEP_CONFIG): New variable, set if gnustep-config works.
161 If gnustep-config works, use 'gnustep-config --objc-flags' and
162 'gnustep-config --gui-libs' to compute GNUstep configuration
163 variables, instead of attempting to infer them individually.
164 Fixes: bug#19507
165
166 2015-01-21 Ulrich Müller <ulm@gentoo.org>
167
168 * configure.ac (gamegroup): New AC_SUBST.
169 (--with-gameuser): Allow to specify a group instead of a user.
170 In the default case, check at configure time if a 'games' user
171 exists.
172
173 2015-01-16 Paul Eggert <eggert@cs.ucla.edu>
174
175 Give up on -Wsuggest-attribute=const
176 The attribute doesn't help performance significantly, and the
177 warning seems to be more trouble than it's worth. See the thread at:
178 http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00361.html
179 * configure.ac (WERROR_CFLAGS): Don't use -Wsuggest-attribute=const.
180
181 2015-01-11 Paul Eggert <eggert@cs.ucla.edu>
182
183 Default to 'configure --enable-silent-rules'
184 This greatly shortens the 'make' output, making it more readable
185 and useful. For example, on my platform it shortens a
186 4125-character line "gcc -std=gnu99 -c -Demacs -I. -I. -I../lib
187 ... emacs.c" -- a line so long that it's hard to see what's going
188 on or where the diagnostics are -- to just "CC emacs.o".
189 * INSTALL: Document this.
190 * configure.ac: Add AM_SILENT_RULES([yes]).
191 (AM_DEFAULT_VERBOSITY): Remove now-unnecessary initialization.
192 Fixes: bug#19501
193
194 2015-01-06 Paul Eggert <eggert@cs.ucla.edu>
195
196 Merge from gnulib
197 * lib/stdio.in.h, m4/stdio_h.m4: Update from gnulib, incorporating:
198 2015-01-05 stdio: fix use of PRIdMAX on modern mingw
199
200 2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
201
202 * INSTALL: Mention 'make WERROR_CFLAGS='.
203
204 Clarify 'make info'
205 * Makefile.in (info): Use GNU make conditional rather than
206 an '@' rule with a shell conditional, so that the builder can
207 see the submake.
208
209 Less 'make' chatter for VCSWITNESS
210 * Makefile.in (dirstate, VCSWITNESS): New macros.
211 (src): Use them to lessen 'make' chatter.
212
213 2015-01-01 Paul Eggert <eggert@cs.ucla.edu>
214
215 Merge from gnulib, incorporating:
216 2015-01-01 version-etc: new year
217
218 * .gitattributes: New file.
219
220 * autogen.sh: Port better to non-GNU 'cp'. Reported by Han Boetes.
221
222 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
223
224 Less 'make' chatter at top level
225 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
226 (am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0)
227 (am__v_at_1): New macros, copied from src/Makefile.in.
228 ($(srcdir)/src/config.in, ${srcdir}/info/dir):
229 Be less chatty when not verbose.
230 ($(srcdir)/src/stamp-h.in): Simplify with '$@'.
231
232 2014-12-28 Paul Eggert <eggert@cs.ucla.edu>
233
234 * build-aux/git-hooks/commit-msg: Allow tabs.
235 Treat them as if they were expanded to spaces, with tab stops
236 every 8 columns.
237
238 2014-12-27 Paul Eggert <eggert@cs.ucla.edu>
239
240 * .gitignore: Ignore /conftest*.
241
242 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * build-aux/git-hooks/commit-msg (at_sign): Bump up line-length limit
245 to 78.
246
247 2014-12-25 Paul Eggert <eggert@cs.ucla.edu>
248
249 Prefer stpcpy to strcat.
250 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
251 * lib/stpcpy.c, m4/stpcpy.m4: New files, from gnulib.
252
253 2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org>
254
255 * CONTRIBUTE: Move user-level information to doc/emacs/trouble.texi.
256 Add Savannah url, cleanup announcing freeze.
257 (commit messages): New, gathered from comments on emacs-devel.
258 (Changelog notes): Add reference to GNU coding standards section 5.2;
259 doc 'present tense', bug fix format.
260 (branches): Freeze announcements are made on info-gnu-emacs mailing
261 list.
262 (git vs rename): New.
263
264 2014-12-23 Paul Eggert <eggert@cs.ucla.edu>
265
266 Merge from gnulib.
267 2014-12-20 utimens: remove unnecessary assert
268 2014-12-16 stdalign: port better to HP compilers
269 2014-12-16 stdalign: work around Apple GCC 4.0 bug
270 * lib/stdalign.in.h, lib/utimens.c, m4/stdalign.m4: Update from gnulib.
271
272 2014-12-14 Glenn Morris <rgm@gnu.org>
273
274 * make-dist: No more lib-src/grep-changelog.
275
276 * INSTALL.REPO: Revert 2014-12-06 change.
277
278 2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
279
280 * lib/gnulib.mk: Regenerate.
281
282 2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
283
284 * .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and
285 stddef.h. Remove subsumed entries.
286 Add !lib/std*.in.h, so as to not ignore the .in.h files.
287
288 2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
289
290 Port commit-msg to mawk. Reported by Ted Zlatanov in:
291 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg01093.html
292 * build-aux/git-hooks/commit-msg (space, non_space, non_print):
293 New vars. Use them as approximations to POSIX bracket expressions,
294 on implementations like mawk that do not support POSIX regexps.
295
296 Improve commit-msg messages and autosquash.
297 Reported by Michal Nazarewicz in Bug#19337.
298 * build-aux/git-hooks/commit-msg: Add "commit message" to
299 diagnostics. Distinguish better between tabs and other
300 unprintable chars in diagnostics. Don't complain if a prefix
301 "fixup! " or "squash! " makes a summary line too long.
302
303 2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
304
305 Port commit-message checking to FreeBSD 9.
306 Reported by Jan Djärv in:
307 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00704.html
308 along with some other issues I noticed while testing with FreeBSD.
309 * build-aux/git-hooks/commit-msg: Prefer gawk if available.
310 Prefer en_US.UTF-8 to en_US.utf8, as it's more portable.
311 Work around bug in FreeBSD 9 awk, where /[[:cntrl:]]/ matches
312 ordinary text characters.
313 Be less tricky about quoting "'" in a shell script.
314
315 2014-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * .gitignore: Ignore autosave files.
318
319 2014-12-12 Paul Eggert <eggert@cs.ucla.edu>
320
321 Merge from gnulib.
322 2014-12-12 stddef: support C11's max_align_t
323 2014-12-11 unistd: fix iOS check conditional
324 2014-12-08 apply _GL_ATTRIBUTE_PURE to some inline functions
325 2014-12-02 support GNU format printf and scanf on mingw
326 * lib/stat-time.h, lib/stddef.in.h, lib/timespec.h:
327 * m4/extensions.m4, m4/stddef_h.m4, m4/stdio_h.m4: Update from gnulib.
328 * lib/gnulib.mk: Regenerate.
329
330 2014-12-06 Stephen Leake <stephen_leake@stephe-leake.org>
331
332 * CONTRIBUTE: Improve; add explicit web references, move some info
333 from admin/notes/* here.
334
335 * INSTALL.REPO: You can't "just run make" after a clean checkout.
336
337 2014-12-05 Stephen Leake <stephen_leake@stephe-leake.org>
338
339 * CONTRIBUTE: Move here from etc/, preparatory to further
340 changes/cleanup.
341
342 2014-12-05 Paul Eggert <eggert@cs.ucla.edu>
343
344 * .gitignore: Remove redundant pattern (subsumed by _*).
345 Avoid "**", as it requires Git 1.8.2 or later.
346
347 2014-12-05 Eli Zaretskii <eliz@gnu.org>
348
349 * .gitignore: Ignore test/biditest.txt.
350
351 2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
352
353 * .gitignore: Ignore loaddefs directly under lisp, and in
354 sub-sub-directories.
355
356 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
357
358 Add more of the old .bzrignore to .gitignore.
359 Plus a few more .gitignore improvements.
360 * .gitignore: Add copyright notice, since it's big enough.
361 Put exceptions immediately after the patterns they're exceptions
362 to, to make them easier to follow.
363 Give four exceptions for the Makefile pattern.
364 Ignore /confdefs.h, test/indent/*.new, TAGS, GPATH, GSYMS, GRTAGS,
365 GTAGS, ID, *.exe, some nextstep-related files,
366 jisx2131-filter, *.orig, *.rej, etc/emacs.tmpdesktop, *.in-h
367 _* (except for build-aux/snippet/_Noreturn.h), /bin/, /BIN/,
368 /data/, etc/icons/, lib/cxxdefs.h, lib/SYS/, /libexec/, /lock/,
369 /README.W32, /share/, /site-lisp/, src/gdb.ini, /var/.
370 Ignore /configure.lineno, since POSIX requires
371 LINENO only with the User Portability Utilities option.
372 Ignore *cust-load.el and *loaddefs.el only under lisp.
373 Ignore core files of various flavors.
374 Do not ignore etc/refcards/gnus-logo.pdf.
375
376 2014-11-29 Eli Zaretskii <eliz@gnu.org>
377
378 * .gitignore: Add back src/_gdbinit, which is a temporary file
379 created by the MS-DOS build.
380
381 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
382
383 Add a.out to .gitignore.
384 Suggested by Lee Duhem in:
385 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01665.html
386 * .gitignore: Add a.out.
387 Move *.log next to *.tmp, since it's generic.
388 Put *.exe before non-generics.
389
390 2014-11-29 Eli Zaretskii <eliz@gnu.org>
391
392 * .gitignore: Resurrect Windows-specific ignorables lost in last
393 changes.
394
395 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
396
397 * .gitignore: Add /emacs-[1-9]*/, and sort better.
398
399 2014-11-29 Ivan Andrus <darthandrus@gmail.com>
400
401 * .gitignore: Add some nextstep/mac ignorables.
402
403 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
404
405 .gitignore cleanup.
406 * .gitignore: Merge contents of subsidiary files and organize the
407 result so as to avoid duplication. Remove no-longer needed entries.
408 * admin/charsets/.gitignore, admin/unidata/.gitignore:
409 * doc/lispintro/.gitignore, etc/.gitignore, leim/.gitignore:
410 * leim/ja-dic/.gitignore, lib-src/.gitignore, lisp/.gitignore:
411 * lisp/calc/.gitignore, lisp/calendar/.gitignore:
412 * lisp/cedet/.gitignore, lisp/emulation/.gitignore:
413 * lisp/erc/.gitignore, lisp/eshell/.gitignore, lisp/gnus/.gitignore:
414 * lisp/international/.gitignore, lisp/language/.gitignore:
415 * lisp/leim/.gitignore, lisp/leim/quail/.gitignore:
416 * lisp/mail/.gitignore, lisp/mh-e/.gitignore, lisp/net/.gitignore:
417 * lisp/nxml/.gitignore, lisp/obsolete/.gitignore:
418 * lisp/play/.gitignore, lisp/progmodes/.gitignore:
419 * lisp/term/.gitignore, lisp/textmodes/.gitignore:
420 * lisp/url/.gitignore, nt/.gitignore, src/.gitignore:
421 Remove; no longer needed.
422
423 2014-11-29 Glenn Morris <rgm@gnu.org>
424
425 * configure.ac: Simplify gnutls tests.
426
427 2014-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
428
429 * .gitignore: Add entries for emacsvers files.
430
431 2014-11-27 Paul Eggert <eggert@cs.ucla.edu>
432
433 Restore 'Bug#' -> 'debbugs:' rewrite in log-edit-mode.
434 * .dir-locals.el (log-edit-mode): Restore the (log-edit-rewrite-fixes
435 "[ \n](bug#\\([0-9]+\\))" . "debbugs:\\1"). See Glenn Morris in:
436 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01187.html
437
438 Simplify and fix doc-related .gitignore files.
439 This fixes some unwanted 'git status' output after 'make docs'.
440 * .gitignore: Add **/Makefile, **/makefile.
441 Remove Makefile, makefile.
442 Add doc/*/*.xxx rules for the usual kinds of documentation outputs
443 and temporaries. Add doc/misc/cc-mode.ss.
444 * doc/emacs/.gitignore, doc/lispintro/.gitignore, doc/misc/.gitignore:
445 * lwlib/.gitignore, oldXMenu/.gitignore:
446 Remove, as these .gitignore files are no longer needed.
447 * doc/lispintro/.gitignore: Replace with list of exceptional PDF files.
448
449 2014-11-26 Dani Moncayo <dmoncayo@gmail.com>
450
451 * configure.ac [MINGW]: Fix the way of getting the right host
452 platform.
453
454 2014-11-25 Glenn Morris <rgm@gnu.org>
455
456 * configure.ac: Fix yesterday's use of uninitialized $version.
457
458 2014-11-25 Oscar Fuentes <ofv@wanadoo.es>
459
460 * configure.ac [MINGW]: Set $canonical default value as per the
461 compiler's target.
462
463 2014-11-24 Glenn Morris <rgm@gnu.org>
464
465 * configure.ac [HAVE_W32]: Generate nt/*.rc files when HAVE_W32,
466 not just when using mingw32.
467
468 2014-11-22 Glenn Morris <rgm@gnu.org>
469
470 Further reduce number of versioned files storing Emacs version number.
471 * configure.ac (comma_version, comma_space_version) [mingw32]:
472 New output variables.
473 (nt/emacs.rc, nt/emacsclient.rc) [mingw32]: New output files.
474 * make-dist: Update nt/ for *.rc -> *.rc.in changes.
475
476 2014-11-19 Dani Moncayo <dmoncayo@gmail.com>
477
478 * build-aux/msys-to-w32: Simplify implementation and docstring;
479 Paths starting with '%emacs_dir%' are just considered relative.
480
481 2014-11-16 Christoph Scholtes <cschol2112@gmail.com>
482
483 * .gitignore: Ignore generated file lib/stdalign.h.
484
485 2014-11-16 Eli Zaretskii <eliz@gnu.org>
486
487 * .gitignore: Add more ignorables.
488
489 2014-11-14 Andreas Schwab <schwab@linux-m68k.org>
490
491 * Makefile.in (config.status): Don't depend on
492 ${srcdir}/lisp/version.el.
493
494 2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
495
496 Merge from gnulib.
497 2014-11-14 extern-inline: update commentary about GCC bugs
498 2014-11-06 unistd: port to iOS
499 2014-11-04 update from texinfo
500 * doc/misc/texinfo.tex, lib/unistd.in.h, m4/extern-inline.m4:
501 Update from gnulib.
502
503 build: port to GCC 4.6.4 + glibc 2.5
504 On platforms this old, building with _FORTIFY_SOURCE equal to 2
505 results in duplicate definitions of standard library functions.
506 Reported by Nelson H. F. Beebe.
507 * configure.ac (_FORTIFY_SOURCE): Sort after GNULIB_PORTCHECK.
508 By default, do not enable this unless GNULIB_PORTCHECK is defined.
509 This better matches the original intent, which as I recall was to
510 enable these extra checks only with --enable-gcc-warnings.
511
512 2014-11-14 David Reitter <david.reitter@gmail.com>
513
514 * Makefile.in (install-arch-indep): Compress publicsuffix.txt file.
515
516 2014-11-13 Paul Eggert <eggert@cs.ucla.edu>
517
518 * .dir-locals.el: Remove reference to bzr commit --fixes debbugs.
519
520 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
521
522 * .gitignore: Copy over sufficient ignorable files from the old
523 .bzrignore that a simple build doesn't list lots of unregistered files.
524
525 2014-11-11 Eric S. Raymond <esr@thyrsus.com>
526
527 Git transition.
528 * Makefile.in (src): Set VCSWITNESS appropriately for git.
529
530 All bzr revision IDS, and all CVS revision IDs for which a commit
531 could be identified, were changed to time-date!committer version
532 stamps. All .cvsignore files in the history became .gitignore
533 files. Fixes-bug annotations from bzr were copied into the
534 corresponding commit comments.
535
536 (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org.
537 The last CVS commit was 2009-12-27T08:11:12Z!cyd@stupidchicken.com.)
538
539 Committer/author email addresses are generally correct for the
540 transition day, not necessarily when the commit was originally made.
541
542 2014-11-10 Glenn Morris <rgm@gnu.org>
543
544 * configure.ac (doc/man/emacs.1): Generate it.
545 * Makefile.in (top_bootclean): Remove doc/man/emacs.1.
546 * make-dist: Do not distribute doc/man/emacs.1.
547
548 * configure.ac (etc/refcards/emacsver.tex): Generate it.
549 * Makefile.in (etc-emacsver): New PHONY rule.
550 (bootstrap-clean): Delete etc/refcards/emacsver.tex.
551
552 * configure.ac (doc/emacs/emacsver.texi): Generate it.
553 * make-dist (doc/emacs/emacsver.texi) [update]: No longer check it.
554
555 2014-11-08 Dani Moncayo <dmoncayo@gmail.com>
556
557 * build-aux/msys-to-w32: Simplify the initial over-engineered
558 interface, and the implementation.
559 * Makefile.in (epaths-force-w32): Update for the above. Also
560 simplify, assuming that the shell is bash (which is the case in MSYS).
561 (msys_w32prefix_subst, msys_sed_sh_escape): Remove (no longer used).
562
563 2014-11-05 Glenn Morris <rgm@gnu.org>
564
565 * Makefile.in (QUIET_SUBMAKE): Remove.
566 (install-info, uninstall): Use --no-print-directory. (Bug#18908)
567
568 2014-10-25 Eric S. Raymond <esr@thyrsus.com>
569
570 * autogen.sh: Neutralize language specific to a repository type.
571
572 2014-10-23 Paul Eggert <eggert@cs.ucla.edu>
573
574 * Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use of 'wildcard'.
575
576 Fix race in 'make info/dir', and speed it up.
577 * Makefile.in (AWK, srcdir_doc_info_dir_inputs, info_dir_inputs):
578 New macros.
579 (clean): Remove info-dir.*.
580 (info_dir_deps): Depend on make-info-dir too.
581 (${srcdir}/info/dir): Make sure info directory exists.
582 Don't call pwd; just redirect make-info-dir's stdout to temp file.
583 * build-aux/make-info-dir: Send output to stdout.
584 Take input file names from args.
585 Fix a "FIXME inefficient looping" by using awk's associative arrays.
586 Basically, this rewrites the script from scratch, and speeds up
587 'make info/dir' from 2.6s to 0.07s on my platform.
588
589 2014-10-20 Glenn Morris <rgm@gnu.org>
590
591 * Merge in all changes up to 24.4 release.
592
593 2014-10-19 Paul Eggert <eggert@cs.ucla.edu>
594
595 Merge from gnulib, incorporating:
596 2014-10-18 readlinkat: port to AIX 7.1
597 2014-10-07 fcntl: fix error reporting by dupfd
598 * lib/fcntl.c, lib/readlinkat.c, lib/unistd.in.h, m4/readlinkat.m4:
599 * m4/unistd_h.m4: Update from gnulib.
600 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
601
602 2014-10-17 Glenn Morris <rgm@gnu.org>
603
604 * configure.ac: Simplify OS X $canonical tests.
605
606 2014-10-15 Jan Djärv <jan.h.d@swipnet.se>
607
608 * configure.ac: Move the OSX 10.6 test.
609
610 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
611
612 * .bzrignore: Add uni-brackets.el.
613
614 2014-10-14 Jan Djärv <jan.h.d@swipnet.se>
615
616 * configure.ac: apple-darwin powerpc is unported.
617 Require OSX >= 10.6 even if --with-ns is not given.
618
619 2014-10-12 Ken Brown <kbrown@cornell.edu>
620
621 * configure.ac (LD_SWITCH_SYSTEM_TEMACS) [CYGWIN]: Set stack size
622 to 8 MB. (Bug#18438)
623
624 2014-10-12 Jan Djärv <jan.h.d@swipnet.se>
625
626 * configure.ac: Require OSX 10.6. Remove NSInteger test,
627 use nsfont for Gnustep, macfont for OSX.
628
629 2014-10-12 Paul Eggert <eggert@cs.ucla.edu>
630
631 Fix putenv race conditions that can crash Emacs (Bug#8705).
632 * configure.ac (LOCALTIME_CACHE): Remove.
633 We needn't worry about SunOS 4 any more; Sun dropped support in 2003.
634 All uses of LOCALTIME_CACHE removed. This simplifies the fix.
635 (tzalloc): Add check for this function.
636
637 2014-10-06 Jan Djärv <jan.h.d@swipnet.se>
638
639 * configure.ac: Add -Wno-string-plus-int for clang.
640
641 2014-10-04 Glenn Morris <rgm@gnu.org>
642
643 * configure.ac: Silence warning with some old Xrandr.h. (Bug#18465)
644
645 2014-10-03 Paul Eggert <eggert@cs.ucla.edu>
646
647 * configure.ac: Port to strict POSIX shells on non-MinGW (Bug#18612).
648
649 2014-09-29 Eli Zaretskii <eliz@gnu.org>
650
651 * README: Bump version to 25.0.50.
652
653 * configure.ac (AC_INIT): Bump version to 25.0.50.
654
655 2014-09-29 Dmitry Antipov <dmantipov@yandex.ru>
656
657 * configure.ac (HAVE_STATEMENT_EXPRESSIONS): Remove.
658 For USE_STACK_LISP_OBJECTS, we always assume __GNUC__.
659
660 2014-09-27 Ken Brown <kbrown@cornell.edu>
661
662 * configure.ac [CYGWIN]: Enable sound support.
663
664 2014-09-25 Paul Eggert <eggert@cs.ucla.edu>
665
666 * configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'.
667
668 2014-09-23 Paul Eggert <eggert@cs.ucla.edu>
669
670 Merge from gnulib, incorporating:
671 2014-09-11 fcntl-h: fix compilation with Intel C++ compiler
672 2014-09-04 pthread, pthread_sigmask, threadlib: port to Ubuntu 14.04
673
674 2014-09-22 Jan Djärv <jan.h.d@swipnet.se>
675
676 * configure.ac: Increase headerpad_extra to 1000, update the comment
677 about load commands (Bug#18505).
678
679 2014-09-15 Eli Zaretskii <eliz@gnu.org>
680
681 * configure.ac (HAVE_SOUND): Check for mmsystem.h header that
682 defines the sound stuff on MS-Windows. (Bug#18463)
683
684 2014-09-10 Paul Eggert <eggert@cs.ucla.edu>
685
686 Improve the experimental local and scoped allocation.
687 * configure.ac (HAVE_STRUCT_ATTRIBUTE_ALIGNED)
688 (HAVE_STATEMENT_EXPRESSIONS): New configure-time checks.
689
690 2014-09-07 Paul Eggert <eggert@cs.ucla.edu>
691
692 Expand @AM_DEFAULT_VERBOSITY@ even if Automake is old (Bug#18415).
693 * configure.ac: Assume verbose output for older Automake.
694
695 2014-09-04 Paul Eggert <eggert@cs.ucla.edu>
696
697 * configure.ac (MAKEINFO): Clean up some configuration bitrot.
698 MAKEINFO is already set before we get here, so no need to call AC_PATH_PROG.
699 Bypass $am_missing_run. Simplify version-number checking.
700
701 2014-09-02 Paul Eggert <eggert@cs.ucla.edu>
702
703 Merge from gnulib, incorporating:
704 2014-09-02 gnulib-common.m4: port to GCC 4.2.1 and Sun Studio 12 C++
705 2014-09-01 manywarnings: add GCC 4.9 warnings
706 * m4/gnulib-common.m4, m4/manywarnings.m4: Update from gnulib.
707
708 2014-09-01 Paul Eggert <eggert@cs.ucla.edu>
709
710 --enable-silent-rules now suppresses more chatter.
711 * INSTALL: Document this.
712
713 Clean up extern decls a bit.
714 * configure.ac (WERROR_CFLAGS): Don't disable -Wnested-externs.
715 While we're at it, don't disable -Wlogical-op either.
716
717 2014-08-31 Paul Eggert <eggert@cs.ucla.edu>
718
719 * configure.ac (MAKE): Export it, for config.status.
720 Needed on AIX when 'configure' infers MAKE=gmake.
721 (__restrict_arr): Remove; no longer used.
722
723 2014-08-30 Paul Eggert <eggert@cs.ucla.edu>
724
725 Vector-sorting fixes (Bug#18361).
726 * configure.ac (qsort_r): Remove, as we no longer use qsort-like
727 functions.
728 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
729 * lib/vla.h, m4/vararrays.m4: New files, copied from gnulib.
730 * lib/stdlib.in.h, m4/stdlib_h.m4: Sync from gnulib, incorporating:
731 2014-08-29 qsort_r: new module, for GNU-style qsort_r
732 The previous two files' changes are boilerplate generated by
733 admin/merge-gnulib, and should not affect Emacs.
734
735 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
736
737 * configure.ac (AC_CHECK_FUNCS): Check for qsort_r.
738
739 2014-08-28 Ken Brown <kbrown@cornell.edu>
740
741 * configure.ac (HYBRID_MALLOC): New macro; define to use gmalloc
742 before dumping and the system malloc after dumping. Define on
743 Cygwin. (Bug#18222)
744
745 2014-08-28 Glenn Morris <rgm@gnu.org>
746
747 * Makefile.in (appdatadir): New variable.
748 (install-etc, uninstall, clean): Handle etc/emacs.appdata.xml.
749
750 2014-08-27 Paul Eggert <eggert@cs.ucla.edu>
751
752 Improve robustness of new string-collation code (Bug#18051).
753 * configure.ac (newlocale): Check for this, not for uselocale.
754
755 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
756
757 Detect features needed to handle C stack overflows.
758 * configure.ac: Check for sigaltstack and related sigaction
759 support. Unconditionally check for sigsetjmp and siglongjmp.
760 (HAVE_STACK_OVERFLOW_HANDLING): Define if we can support it.
761
762 (HAVE_LINUX_SYSINFO): Avoid false positive on Solaris.
763
764 2014-08-25 Ken Brown <kbrown@cornell.edu>
765
766 * configure.ac (G_SLICE_ALWAYS_MALLOC): Remove obsolete macro.
767
768 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
769
770 * INSTALL.REPO: Remove reference to obsolete configure scripts
771 on non-Posix platforms (Bug#18323).
772
773 2014-08-24 Michael Albinus <michael.albinus@gmx.de>
774
775 * configure.ac: Check also for the uselocale function. (Bug#18051)
776
777 2014-08-23 Karol Ostrovsky <karol.ostrovsky@gmail.com> (tiny change)
778
779 * configure.ac: Accept "*-mingw*", not just "*-mingw32", as
780 canonical name of a MinGW build, because using MSYS2 'uname'
781 produces "MINGW64".
782
783 2014-08-21 Ken Brown <kbrown@cornell.edu>
784
785 * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the
786 Cygwin-w32 build. (Bug#18302)
787
788 2014-08-11 Paul Eggert <eggert@cs.ucla.edu>
789
790 Don't prevent random file systems from being unmounted (Bug#18232).
791 This fix relies on having the 'fchdir' function, and on having
792 "." be searchable (or at least readable, on platforms lacking O_SEARCH),
793 but that's good enough to handle the vast majority of cases and the
794 remaining folks can just live with the annoyance of file systems
795 that occasionally can't be unmounted.
796 * configure.ac (fchdir): New function to check for.
797 * lib/save-cwd.c: Copy from gnulib, except omit the part that
798 allocates memory, since that can cause problems in Emacs.
799 * lib/save-cwd.h: Copy from gnulib.
800
801 2014-08-10 Eli Zaretskii <eliz@gnu.org>
802
803 * config.bat: Fix some confusing wording.
804
805 2014-08-09 Eli Zaretskii <eliz@gnu.org>
806
807 * config.bat: Fix EOL format in lines modified by last commit.
808
809 2014-08-09 Reuben Thomas <rrt@sc3d.org>
810
811 * make-dist (files): Remove msdos/is_exec.c and sigaction.c.
812 * config.bat: Require DJGPP 2.02 or later.
813
814 2014-08-09 Paul Eggert <eggert@cs.ucla.edu>
815
816 Merge from gnulib, incorporating:
817 2014-08-07 getdtablesize: fall back on sysconf (_SC_OPEN_MAX)
818 2014-08-05 sys_select: fix FD_ZERO problem on Solaris 10
819 * lib/getdtablesize.c, lib/sys_select.in.h: Update from gnulib.
820
821 2014-08-07 Reuben Thomas <rrt@sc3d.org>
822
823 * README: ``MSDOG'' becomes ``MS-DOS''.
824
825 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
826
827 Merge from gnulib, incorporating:
828 2014-08-04 extern-inline: port to FreeBSD, DragonFly
829 * lib/gnulib.mk: Regenerate (comment change only).
830 * m4/extern-inline.m4: Update from gnulib.
831
832 2014-08-02 Paul Eggert <eggert@cs.ucla.edu>
833
834 * configure.ac (HAVE_TIMERFD): Also check for TFD_NONBLOCK,
835 since the code is using TFD_NONBLOCK now.
836
837 2014-07-31 Paul Eggert <eggert@cs.ucla.edu>
838
839 Simplify timerfd configuration and fix some minor glitches.
840 * configure.ac (HAVE_TIMERFD): Define only if TFD_CLOEXEC works,
841 since the code leaked file descriptors to children when !TFD_CLOEXEC.
842 (HAVE_TIMERFD_CLOEXEC): Remove; no longer used.
843 * m4/clock_time.m4 (gl_CLOCK_TIME): Don't check for clock_getres.
844 This reverts the previous change to this file, so it matches
845 gnulib again.
846
847 2014-07-28 Dmitry Antipov <dmantipov@yandex.ru>
848
849 * configure.ac (toplevel): Check whether GNU/Linux-specific
850 timerfd functions and macros are available.
851 * m4/clock_time.m4 (gl_CLOCK_TIME): Check for clock_getres as well.
852
853 2014-07-13 Paul Eggert <eggert@cs.ucla.edu>
854
855 Improve behavior of 'bzr up; cd src; make -k'.
856 * Makefile.in (ACLOCAL_INPUTS): Add all m4/*.m4 files.
857
858 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
859
860 Merge from gnulib, incorporating:
861 2014-06-27 mktime: merge #if/#ifdef usage from glibc
862 * lib/mktime.c: Update from gnulib.
863
864 * Makefile.in (install-arch-indep): Avoid readdir race (Bug#17971).
865
866 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
867
868 * configure.ac: Check whether sys/sysinfo.h provides
869 Linux 'sysinfo' function and 'struct sysinfo' type.
870
871 2014-06-28 Glenn Morris <rgm@gnu.org>
872
873 * configure.ac (lwlib_deps_frag, oldxmenu_deps_frag): New output files.
874 * make-dist (lwlib, oldXMenu): Distribute *.mk.
875
876 2014-06-27 Glenn Morris <rgm@gnu.org>
877
878 * Makefile.in (src): No more need to pass BOOTSTRAPEMACS.
879
880 * make-dist: Exclude test/automated/*.log.
881
882 2014-06-26 Glenn Morris <rgm@gnu.org>
883
884 * Makefile.in (mostlyclean, clean): Maybe clean test/automated.
885
886 2014-06-21 Paul Eggert <eggert@cs.ucla.edu>
887
888 * configure.ac: Warn about --enable-link-time-optimization's issues
889 in --help message (Bug#17806).
890
891 Port to GCC 4.9.0 with link time optimization (Bug#17806).
892 * configure.ac (CFLAGS): With link time optimization,
893 use -ffat-lto-objects if supported; otherwise Emacs won't
894 build with GCC 4.9.0.
895
896 2014-06-20 Paul Eggert <eggert@cs.ucla.edu>
897
898 Diagnose failures due to colons in directory names (Bug#17278).
899 * Makefile.in (epaths-force): Don't allow ':' in directories whose
900 names go into a colon-separated path.
901 * configure.ac: Fail if submake fails.
902
903 2014-06-17 Paul Eggert <eggert@cs.ucla.edu>
904
905 Omit redundant extern decls.
906 Most of this patch is from Dmitry Antipov, in:
907 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00263.html
908 * configure.ac (WERROR_CFLAGS): Add -Wredundant-decls.
909
910 Merge from gnulib, incorporating:
911 2014-06-17 acl: port to gcc -Wredundant-decls
912 2014-06-01 gnulib-common.m4: Fix typo in _GL_UNUSED_LABEL.
913 * lib/acl.h, m4/gnulib-common.m4: Update from gnulib.
914
915 2014-06-15 Glenn Morris <rgm@gnu.org>
916
917 * Makefile.in: Use `make -C' rather than `cd && make' throughout.
918
919 * Makefile.in: Parallelize clean rules using GNU make features.
920 (submake_template): New definition.
921 (mostlyclean_dirs, clean_dirs, distclean_dirs, maintainer_clean_dirs):
922 New variables.
923 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean)
924 (extraclean): Define using each subdirectory as a prequisite.
925 * lib/Makefile.am (bootstrap-clean): New.
926
927 2014-06-15 Paul Eggert <eggert@cs.ucla.edu>
928
929 Port part of the AIX fix to Solaris (Bug#17598).
930 * configure.ac (_REENTRANT): Define on Solaris if HAVE_PTHREAD.
931 This ports part of the recent AIX fixes to Solaris. It is needed
932 for the same reason that _THREAD_SAFE is needed on AIX, e.g., to
933 make sure that each thread has its own 'errno'.
934
935 2014-06-13 Glenn Morris <rgm@gnu.org>
936
937 * Makefile.in (CC, CFLAGS, LDFLAGS, CPPFLAGS, abs_top_srcdir):
938 Remove, no longer used.
939 (lib, lib-src, lisp, nt, src, blessmail, install-arch-dep)
940 (install-nt, install-strip, uninstall, uninstall-nt)
941 (mostlyclean, clean, distclean, bootstrap-clean)
942 (maintainer-clean, extraclean, TAGS, tags, check, $(DOCS)):
943 ($(INSTALL_DOC), $(UNINSTALL_DOC), info, bootstrap, check-declare):
944 GNU make automatically passes command-line arguments to sub-makes.
945
946 2014-06-11 Paul Eggert <eggert@cs.ucla.edu>
947
948 Use a shell function in configure.ac to cut down on code duplication.
949 * configure.ac (emacs_check_gnu_make): New shell function.
950 Use it to avoid duplication when checking for GNU Make.
951 It's OK for 'configure' to use shell functions these days,
952 as long as we follow the advice in the 'Shell Functions'
953 section of the Autoconf manual.
954
955 2014-06-11 Glenn Morris <rgm@gnu.org>
956
957 * configure.ac: Require at least version 3.81 of GNU make.
958
959 2014-06-10 Paul Eggert <eggert@cs.ucla.edu>
960
961 Rely on AC_CANONICAL_HOST to detect whether we're using mingw.
962 See the thread containing:
963 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00206.html
964 * configure.ac (AC_CANONICAL_HOST): Invoke this as early as we
965 can, which is just after AM_INIT_AUTOMAKE. Then check for mingw
966 just after that.
967
968 2014-06-10 Glenn Morris <rgm@gnu.org>
969
970 * Makefile.in (AUTOCONF, AUTOMAKE, AUTOHEADER, ACLOCAL):
971 New, set by configure. Use throughout where appropriate.
972
973 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
974 * configure.ac (INFO_EXT, INFO_OPTS): Remove output variables.
975
976 2014-06-08 Paul Eggert <eggert@cs.ucla.edu>
977
978 Port better to AIX (Bug#17598).
979 * configure.ac (with_xpm_set): New shell var.
980 (_THREAD_SAFE): Define on AIX if HAVE_PTHREAD.
981 (with_xpm): Default to 'no' on AIX.
982 (LIBXPM): Append -lXpm if -lXaw is also used, as the latter
983 requires the former on AIX.
984
985 2014-06-05 Paul Eggert <eggert@cs.ucla.edu>
986
987 Try harder to find GNU Make when configuring.
988 * configure.ac (AC_PROG_MAKE_SET): Define a dummy.
989 (MAKE): Set it to GNU Make, if one can be found.
990 Search PATH for 'make', 'gmake', 'gnumake'.
991 This works better on platforms like AIX, where GNU Make
992 might be in /opt/freeware/bin/make, and reside
993 behind /usr/bin/make in the PATH.
994
995 2014-06-05 Dmitry Antipov <dmantipov@yandex.ru>
996
997 * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.
998 * INSTALL: Mention SVG image support.
999
1000 2014-06-05 Paul Eggert <eggert@cs.ucla.edu>
1001
1002 * configure.ac: --without-all now implies --without-xft, --disable-acl.
1003 * INSTALL: Remove apparently unmaintained documentation about what
1004 --without-all exactly means.
1005
1006 2014-06-03 Eli Zaretskii <eliz@gnu.org>
1007
1008 * configure.ac (C_HEAP_SWITCH): Remove.
1009
1010 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
1011
1012 Fix port to 32-bit AIX with xlc (Bug#17598).
1013 This doesn't fix Bug#17598, but it does fix a regression since Emacs
1014 built with xlc until recently, and perhaps it'll help us fix Bug#17598.
1015 * configure.ac (GC_SETJMP_WORKS): Define for AIX, too.
1016 Merge from gnulib, incorporating:
1017 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
1018 * lib/ftoastr.c: Update from gnulib.
1019
1020 2014-06-01 Paul Eggert <eggert@cs.ucla.edu>
1021
1022 Merge from gnulib, incorporating:
1023 2014-06-02 acl: apply pure attribute to two functions
1024 2014-06-01 gnulib-common.m4: add _GL_UNUSED_LABEL
1025 2014-05-31 dup2, fcntl, fcntl-h: port to AIX 7.1
1026 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
1027 * lib/acl-internal.h, lib/fcntl.in.h, lib/ftoastr.h:
1028 * m4/dup2.m4, m4/fcntl.m4, m4/gnulib-common.m4:
1029 Update from gnulib.
1030
1031 2014-06-01 Juanma Barranquero <lekktu@gmail.com>
1032
1033 * configure.ac (C_HEAP_SWITCH): Raise HEAPSIZE value for 32-bit
1034 builds on Windows.
1035
1036 2014-05-29 Paul Eggert <eggert@cs.ucla.edu>
1037
1038 * configure.ac (pthread_sigmask): Look in LIB_PTHREAD too (Bug#17561).
1039 Fixes configuration glitch found in <http://bugs.gnu.org/17561#59>.
1040
1041 2014-05-29 Eli Zaretskii <eliz@gnu.org>
1042
1043 * configure.ac (ADDSECTION, TEMACS_POST_LINK): Don't compute,
1044 unused.
1045
1046 2014-05-29 Paul Eggert <eggert@cs.ucla.edu>
1047
1048 Don't substitute sigprocmask for pthread_sigmask (Bug#17561).
1049 sigprocmask isn't portable in a multithreaded process.
1050 * configure.ac (gl_THREADLIB): Remove dummy.
1051 Merge from gnulib, incorporating:
1052 2014-05-28 pthread_sigmask, timer-time: use gl_THREADLIB only if needed
1053 * m4/pthread_sigmask.m4, m4/timer_time.m4: Update from gnulib.
1054
1055 2014-05-29 Glenn Morris <rgm@gnu.org>
1056
1057 * configure.ac: Explicitly drop some ancient Solaris versions.
1058
1059 2014-05-27 Fabrice Popineau <fabrice.popineau@gmail.com>
1060
1061 * configure.ac (C_HEAP_SWITCH): Define for different values of
1062 dumped heap size depending on 32/64bits arch on Windows.
1063 Don't check for pthreads.h on MinGW32/64, it gets in the way.
1064 Use mmap(2) for buffers and system malloc for MinGW32/64.
1065 (EMACS_HEAPSIZE): Remove.
1066
1067 2014-05-27 Paul Eggert <eggert@cs.ucla.edu>
1068
1069 Merge from gnulib, incorporating:
1070 2014-05-21 fchdir: port 'open' and 'close' redefinitions to AIX 7.1
1071 * lib/openat-proc.c: Update from gnulib.
1072
1073 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
1074
1075 Fix port to 32-bit AIX (Bug#17540).
1076 * configure.ac (opsys): On Power Architecture, treat release 7 of
1077 AIX like releases 5 and 6.
1078
1079 2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
1080
1081 Remove dependencies on getdelim and getline.
1082 * configure.ac (getdelim, getline): Remove.
1083
1084 2014-05-18 Glenn Morris <rgm@gnu.org>
1085
1086 * configure.ac: Do not bother testing for png in non-graphical builds.
1087
1088 2014-05-18 Paul Eggert <eggert@cs.ucla.edu>
1089
1090 Port ctags+etags build to Sun C 5.12.
1091 * .bzrignore: Remove lib-src/ctags.c.
1092
1093 Port recent libpng changes to hosts with missing png.h.
1094 * configure.ac (HAVE_PNG): Port to platforms where libpng-config
1095 succeeds but png.h is absent, by testing libpng-config's output
1096 rather than trusting it. I ran into this problem when building
1097 Emacs trunk on a Solaris 10 host.
1098
1099 2014-05-17 Paul Eggert <eggert@cs.ucla.edu>
1100
1101 Assume C99 or later (Bug#17487).
1102 * lib/stdarg.in.h, lib/stdbool.in.h, m4/stdarg.m4, m4/stdbool.m4:
1103 Remove.
1104 * configure.ac (_AC_PROG_CC_C89): Define a dummy, to keep 'configure'
1105 smaller.
1106 (gl_PROG_CC_C99): Use this to get C99 or later.
1107 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1108
1109 2014-05-16 Paul Eggert <eggert@cs.ucla.edu>
1110
1111 Don't require pkg-config when building from repository.
1112 * INSTALL: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'.
1113 * INSTALL.REPO: pkg-config is no longer required to build from
1114 the repository.
1115 * autogen.sh: Don't check for pkg-config.
1116 (progs): Remove pkg-config.
1117 (pkg_config_min, AUTORECONF_ENV, env_space, ACLOCAL_PATH):
1118 Remove. All uses removed.
1119 * m4/pkg.m4: New file, built by admin/merge-pkg-config.
1120 * configure.ac: Remove unnecessary m4_pattern_forbid of ^PKG_ and
1121 an AC_ARG_VAR of PKG_CONFIG_PATH. pkg.m4 does that for us.
1122 (EMACS_CHECK_MODULES): Remove workaround for old pkg-config bug,
1123 as we use pkg.m4 from a newer pkg-config.
1124
1125 2014-05-15 Jan Djärv <jan.h.d@swipnet.se>
1126
1127 * configure.ac (LIBPNG): Do not test for libpng if NS_IMPL_COCOA.
1128
1129 2014-05-13 Dmitry Antipov <dmantipov@yandex.ru>
1130
1131 * configure.ac (HAVE_XFIXES): Define if available.
1132 (XFIXES_CFLAGS, XFIXES_LIBS): New AC_SUBSTs.
1133 (--enable-link-time-optimization): Add clang support.
1134 * INSTALL: Mention it.
1135
1136 2014-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
1137
1138 * configure.ac (EMACS_CHECK_MODULES): Fix typo in previous change.
1139
1140 2014-05-11 Paul Eggert <eggert@cs.ucla.edu>
1141
1142 Work around bug in pkg-config before 0.26 (Bug#17438).
1143 * configure.ac (EMACS_CHECK_MODULES): Check for failed exit status
1144 of pkg-config, on older pkg-config versions that don't do it
1145 properly.
1146
1147 2014-05-07 Glenn Morris <rgm@gnu.org>
1148
1149 * autogen.sh: Check for failing aclocal.
1150
1151 2014-05-05 Glenn Morris <rgm@gnu.org>
1152
1153 * autogen.sh: Check any pre-existing ACLOCAL_PATH.
1154
1155 2014-05-04 Paul Eggert <eggert@cs.ucla.edu>
1156
1157 Consult libpng-config more consistently (Bug#17339).
1158 This is mainly for simplicity, but it should also avoid
1159 some future problems like the ones we recently had with NetBSD.
1160 * configure.ac (LIBPNG): Configure after LIBZ. Use libpng-config
1161 for cflags, too. Append -lz if we're not already doing that with
1162 LIBZ. Do not bother appending -lm, since we always append that.
1163 Coalesce some duplicate code.
1164
1165 * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
1166
1167 Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).
1168 * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5.
1169 A more-complicated fix would be to remove uses of PixelSetMagickColor,
1170 introduced in ImageMagick 6.3.5 (Sept. 2007).
1171
1172 2014-05-04 Glenn Morris <rgm@gnu.org>
1173
1174 * configure.ac (LIBPNG): Consult libpng-config for the precise
1175 form of "-lpng" to use. (Bug#17339)
1176
1177 2014-05-03 Glenn Morris <rgm@gnu.org>
1178
1179 * autogen.sh: If all else fails, try using pkg-config to find pkg.m4.
1180
1181 2014-05-03 Paul Eggert <eggert@cs.ucla.edu>
1182
1183 Get --enable-gcc-warnings to work after touching configure.ac.
1184 Preserve ACLOCAL_PATH in later builds, so that by default it has
1185 the same value as it did in the first build after initial checkout.
1186 * Makefile.in (ACLOCAL_PATH): New macro.
1187 ($(srcdir)/aclocal.m4): Use it.
1188 * configure.ac (ACLOCAL_PATH): AC_SUBST it.
1189 * autogen.sh (env_space): New var.
1190 Tell user what variables, if any, to pass to 'configure'.
1191
1192 Get --enable-gcc-warnings working again.
1193 The recent changes to configure.ac removed the transliteration of
1194 -I to -isystem in CFLAGS, which is needed for --enable-gcc-warnings.
1195 Bring this back while keeping the spirit of the recent changes.
1196 * configure.ac (edit_cflags): Restore this shell var, and put it
1197 at the top level, where it'll be useful when emacs-24 is next merged.
1198 (EMACS_CHECK_MODULES): New macro. All uses of PKG_CHECK_MODULES
1199 changed to use it.
1200
1201 Make it easier on maintainers who use their own Automake.
1202 * autogen.sh (ACLOCAL_PATH, AUTORECONF_ENV): New vars.
1203 Set them to avoid problems when maintainers prepend their own
1204 Automake installations to their PATH. Report an error if pkg.m4
1205 can't be found.
1206
1207 2014-05-02 Glenn Morris <rgm@gnu.org>
1208
1209 * configure.ac (PKG_CONFIG_PATH): Declare with AC_ARG_VAR.
1210
1211 * configure.ac (--with-pkg-config-prog): Remove.
1212 Use the PKG_CONFIG environment variable instead if you need it.
1213
1214 * configure.ac: Use pkg-config's pkg.m4, rather than reinventing it.
1215 Add explicit AC_SUBST's where needed.
1216 * autogen.sh (progs): Add pkg-config.
1217 (pkg_config_min): New variable.
1218
1219 * configure.ac (AC_CONFIG_MACRO_DIR): Use it.
1220
1221 * autogen.sh (get_version): Handle no leading whitespace.
1222 (check_version, main): Handle program names with hyphens.
1223
1224 2014-04-30 Glenn Morris <rgm@gnu.org>
1225
1226 * configure.ac: Treat MirBSD as OpenBSD. (Bug#17339)
1227
1228 2014-04-21 Daniel Colascione <dancol@dancol.org>
1229
1230 * .bzrignore: Add a.out to bzr ignore list (a test generates this
1231 file).
1232
1233 2014-04-19 Paul Eggert <eggert@cs.ucla.edu>
1234
1235 Link to glib-using libraries when checking for glib (Bug#17289).
1236 * configure.ac (XGSELOBJ): Include GTK_LIBS, RSVG_LIBS, etc.
1237 when testing whether Glib is linked in. Similarly for CFLAGS.
1238
1239 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
1240
1241 * GNUmakefile: Speed up 'make bootstrap' in fresh checkout.
1242 (ORDINARY_GOALS): New macro, which excludes 'bootstrap'.
1243 (bootstrap, .PHONY): New rules.
1244 * INSTALL.REPO: Document current procedure better.
1245 Move copyright notice to just before license notice.
1246
1247 * Makefile.in (FRC, force-info): Remove.
1248 All uses removed. This hack is no longer needed here
1249 now that we can assume GNU Make's .PHONY feature works.
1250 (bootstrap): No need to make 'info', since 'all' now implies 'info'.
1251
1252 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1253
1254 * config.bat: Update for Emacs 24.4.
1255
1256 2014-04-16 Paul Eggert <eggert@cs.ucla.edu>
1257
1258 Port to IRIX 6.5 (Bug#9684).
1259 This port requires IRIX cc, as I did not have time to get
1260 undump working with the old GCC on the system I had access to,
1261 but that's better than nothing.
1262 * configure.ac (gl_GCC_VERSION_IFELSE): Remove unused macro
1263 that wouldn't have worked anyway, with IRIX cc.
1264 (emacs_cv_clang, emacs_cv_sanitize_address)
1265 (ns_osx_have_104, ns_osx_have_105):
1266 Don't assume '#error' makes the compiler fail,
1267 as this doesn't work with IRIX cc.
1268 (CFLAGS, LIBS): Don't let the GnuTLS results infect later 'configure'
1269 checks. This runs afoul of an IRIX configuration where GnuTLS is
1270 in an optional library that also contains getdelim, and causes
1271 a later 'configure' to incorrectly think getdelim is supported.
1272
1273 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1274
1275 * configure.ac (LN_S_FILEONLY, LN_S): Use "/bin/ln" on MinGW, to
1276 ensure the MSYS ln.exe is invoked.
1277
1278 2014-04-15 Paul Eggert <eggert@cs.ucla.edu>
1279
1280 Remove DATA_SEG_BITS.
1281 * configure.ac (DATA_SEG_BITS): Remove. All uses removed.
1282
1283 2014-04-14 Paul Eggert <eggert@cs.ucla.edu>
1284
1285 * autogen.sh: Use autoreconf's -f option (Bug#17258).
1286
1287 Clean up configure-time library handling a bit.
1288 This patch was inspired by emacs-24 bzr 116961, which fixed
1289 a bug due to sloppy library handling in 'configure'.
1290 * configure.ac (LIB_MATH, LIB_PTHREAD, LIBXMU):
1291 Use AC_SEARCH_LIBS instead of AC_CHECK_LIB as per Autoconf manual.
1292 (LIB_MATH, LIB_PTHREAD, HAVE_X11, IMAGEMAGICK_LIBS, GTK_LIBS)
1293 (DBUS_LIBS, LIBXMU, XFT_LIBS, LIBXSM, LIBXML2_LIBS, LIBS_MAIL)
1294 (with_kerberos):
1295 Don't let the library choice infect $LIBS.
1296 (dnet_ntoa, cma_open): Remove obsolete tests.
1297 (emacs_pthread_function): Probe for pthread_kill, not pthread_self,
1298 as that's a bit more selective on GNU/Linux.
1299 (LIBXEXT): Remove.
1300 (touchlock): Test for existence when $LIBS_MAIL is in use.
1301 (AC_CHECK_FUNCS): Use only $LIB_MATH in addition to $LIBS
1302 when testing for typical functions like accept4, lrand48.
1303 (random, rint): Remove obsolete HP-UX 9 A.09.05 test.
1304
1305 2014-04-11 Glenn Morris <rgm@gnu.org>
1306
1307 * make-dist: Do not distribute generated admin/grammars/Makefile.
1308 Do distribute lib-src/update-game-score.exe.manifest.
1309
1310 2014-04-11 Ken Brown <kbrown@cornell.edu>
1311
1312 * configure.ac (EMACS_MANIFEST): Revert last change (but leave
1313 UPDATE_MANIFEST empty).
1314
1315 2014-04-07 Ken Brown <kbrown@cornell.edu>
1316
1317 * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these
1318 variables empty on Cygwin. (Bug#17176)
1319
1320 2014-04-03 Glenn Morris <rgm@gnu.org>
1321
1322 * make-dist: Further update AC_INIT regexp.
1323
1324 2014-04-02 Glenn Morris <rgm@gnu.org>
1325
1326 * configure.ac: Make the final "Does Emacs use Gsettings" message
1327 consistent with src/config.h.
1328
1329 2014-03-31 Jan Djärv <jan.h.d@swipnet.se>
1330
1331 * configure.ac: Fix errors from previous checkin (GSettings check).
1332
1333 2014-03-29 Jan Djärv <jan.h.d@swipnet.se>
1334
1335 * configure.ac: Add check that GSettings is in libgio (Bug#17118).
1336
1337 2014-03-28 Glenn Morris <rgm@gnu.org>
1338
1339 * configure.ac (AC_INIT): Add "GNU" in package, add bug address.
1340 (PACKAGE_BUGREPORT): Use it.
1341 (make-dist): Update AC_INIT regexp.
1342
1343 * configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency.
1344 (EMACS_CONFIG_FEATURES): New define.
1345
1346 2014-03-27 Paul Eggert <eggert@cs.ucla.edu>
1347
1348 * configure.ac: Suggest './configure MAKE=gmake' in diagnostic.
1349 This tends to work better than 'MAKE=gmake ./configure' if later
1350 builds run config.status etc.
1351
1352 2014-03-27 Glenn Morris <rgm@gnu.org>
1353
1354 * configure.ac: Require GNU make.
1355 (HAVE_GNU_MAKE): Remove.
1356
1357 2014-03-26 Paul Eggert <eggert@cs.ucla.edu>
1358
1359 Merge from gnulib, incorporating:
1360 2014-03-26 strftime: wrap macros in "do {...} while(0)"
1361 * lib/strftime.c: Update from gnulib.
1362
1363 2014-03-26 Glenn Morris <rgm@gnu.org>
1364
1365 * configure.ac (CLASH_DETECTION): Remove option. Every platform
1366 supports it, and the runtime option `create-lockfiles' replaces it.
1367
1368 2014-03-23 Daniel Colascione <dancol@dancol.org>
1369
1370 * configure.ac: (Bug#17069) Include GFILENOTIFY objects in glib check.
1371
1372 2014-03-22 Glenn Morris <rgm@gnu.org>
1373
1374 * make-dist: Do not distribute lib-src/testfile.
1375
1376 2014-03-21 Eli Zaretskii <eliz@gnu.org>
1377
1378 * configure.ac: Bump version to 24.4.50.
1379
1380 2014-03-21 Glenn Morris <rgm@gnu.org>
1381
1382 * Makefile.in (all): Depend on `info'. (Bug#16626)
1383
1384 2014-03-07 Paul Eggert <eggert@cs.ucla.edu>
1385
1386 Merge from gnulib, incorporating:
1387 2014-03-04 stdint: fix missing SIZE_MAX on Android
1388 2013-03-02 sys_types: avoid autoconf warning about gl_SYS_TYPES_H
1389 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1390 * lib/stdint.in.h, lib/sys_types.in.h, m4/sys_types_h.m4:
1391 Update from gnulib.
1392
1393 2014-03-05 Glenn Morris <rgm@gnu.org>
1394
1395 * configure.ac: Tweak the "unported" error message.
1396
1397 2014-03-05 Paul Eggert <eggert@cs.ucla.edu>
1398
1399 Fix configuration bug on Solaris 2.5.1 (Bug#16905).
1400 * configure.ac: Fix a bug in shell pattern matching that caused
1401 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later.
1402
1403 2014-02-25 Paul Eggert <eggert@penguin.cs.ucla.edu>
1404
1405 Merge from gnulib (Bug#16825).
1406 2014-02-25 unistd: port readlink to Mac OS X 10.3.9
1407
1408 2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
1409
1410 Merge from gnulib, incorporating:
1411 2014-02-21 timer: fix uClibc detection of threading
1412 2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf
1413
1414 2014-02-18 Mirek Kaim <mirek.kaim@outlook.com> (tiny change)
1415
1416 * configure.ac [HAVE_W32]: Test for ImageMagick. (Bug#16754)
1417
1418 2014-02-14 Paul Eggert <eggert@cs.ucla.edu>
1419
1420 * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).
1421 This fixes a bug in the previous change. Also, use $(SHELL)
1422 rather than sh, as that's more likely to be portable.
1423
1424 2014-02-13 Paul Eggert <eggert@cs.ucla.edu>
1425
1426 * Makefile.in (install-arch-indep): Simplify (Bug#16717).
1427 This should make it more reliable, and hopefully more portable to
1428 non-GNU 'make' implementations such as HP-UX 'make'.
1429
1430 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
1431
1432 * Makefile.in (install-nt): Also pass datadir.
1433
1434 2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
1435
1436 Merge from gnulib, incorporating:
1437 2014-01-23 pthread: work around winpthread header pollution on mingw
1438 * lib/time.in.h: Update from gnulib.
1439
1440 2014-01-23 Paul Eggert <eggert@cs.ucla.edu>
1441
1442 Merge from gnulib, incorporating:
1443 2014-01-22 qacl: check for fchmod
1444 * m4/acl.m4: Update from gnulib.
1445
1446 2014-01-22 Paul Eggert <eggert@cs.ucla.edu>
1447
1448 Fix miscellaneous update-game-score bugs.
1449 * configure.ac (difftime): Remove.
1450
1451 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
1452
1453 Merge from gnulib, incorporating:
1454 2014-01-20 stdalign: port to HP-UX compilers
1455 2014-01-16 strtoimax: port to platforms lacking 'long long'
1456 2014-01-16 update from texinfo
1457 * lib/stdalign.in.h, lib/strtoimax.c: Update from gnulib.
1458
1459 2014-01-12 Glenn Morris <rgm@gnu.org>
1460
1461 * README: Replace reference to etc/MAILINGLISTS.
1462
1463 2014-01-11 Fabrice Popineau <fabrice.popineau@gmail.com>
1464
1465 * configure.ac: Read $srcdir/nt/mingw-cfg.site when $MSYSTEM is
1466 "MINGW64" as well.
1467
1468 2014-01-11 Paul Eggert <eggert@cs.ucla.edu>
1469
1470 Merge from gnulib, incorporating:
1471 2014-01-07 update from texinfo
1472 2014-01-06 md5, sha1, sha256, sha512: support older autoconf
1473
1474 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
1475
1476 * INSTALL, configure.ac, etc/CONTRIBUTE, nt/INSTALL: Remove
1477 unnecessarily specific references to Bazaar that could better
1478 simply be to the repository.
1479
1480 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
1481
1482 * INSTALL.BZR: Rename to INSTALL.REPO. Remove refs to specific VCS.
1483 * INSTALL, autogen.sh: Update for above change.
1484
1485 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
1486
1487 Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).
1488 Problem and proposed patch reported by Ulrich Mueller;
1489 this patch uses a somewhat-different approach.
1490 * configure.ac (SETFATTR): New variable.
1491
1492 2014-01-03 Paul Eggert <eggert@cs.ucla.edu>
1493
1494 Merge from gnulib, incorporating:
1495 2014-01-02 manywarnings: remove -Wmudflap
1496 This ports better to GCC 4.9-to-be.
1497
1498 2013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
1499
1500 * configure.ac (canonical, C_SWITCH_SYSTEM): Support a 64-bit
1501 MinGW64 build on MS-Windows.
1502
1503 2013-12-29 Jan Djärv <jan.h.d@swipnet.se>
1504
1505 * configure.ac (xcsdkdir): Only set if using xcrun.
1506
1507 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
1508
1509 * configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem.
1510 Reported by YAMAMOTO Mitsuharu in:
1511 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00995.html
1512
1513 2013-12-28 Jan Djärv <jan.h.d@swipnet.se>
1514
1515 * configure.ac: Fix CC detection for xcrun case.
1516
1517 2013-12-28 Paul Eggert <eggert@cs.ucla.edu>
1518
1519 Fix problem with MAKE and xcrun configuration.
1520 * configure.ac: Don't set MAKE unless 'make' doesn't work.
1521 Set it only in the environment, not in the makefile.
1522 Reported by Glenn Morris in:
1523 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html
1524
1525 2013-12-27 Paul Eggert <eggert@cs.ucla.edu>
1526
1527 Port xcrun configuration to GNU/Linux.
1528 * configure.ac (xcsdkdir): Default to empty.
1529 (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to
1530 just before AM_INIT_AUTOMAKE, to make the dependency between it
1531 and automake clearer.
1532 (CC): Don't use AC_PROG_CC twice; only the first use expands to the
1533 shell code that is wanted, which breaks 'configure' on non-Darwin
1534 platforms. Instead, fix CC by hand if it's not found.
1535
1536 2013-12-27 Jan Djärv <jan.h.d@swipnet.se>
1537
1538 * configure.ac: Detect xcrun on OSX and use it for make, gcc and
1539 libxml.
1540
1541 2013-12-26 Paul Eggert <eggert@cs.ucla.edu>
1542
1543 Fix core dumps with gcc -fsanitize=address and GNU/Linux.
1544 * configure.ac: Check whether addresses are sanitized.
1545 (CANNOT_DUMP): Warn if addresses are sanitized and not CANNOT_DUMP.
1546 (DOUG_LEA_MALLOC): Do not define if addresses are sanitized.
1547 (SYSTEM_MALLOC): Define if addresses are sanitized.
1548
1549 2013-12-24 Paul Eggert <eggert@cs.ucla.edu>
1550
1551 Automate the procedure for updating copyright year.
1552 * build-aux/update-copyright: New file.
1553 * make-dist: Distribute it.
1554 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1555
1556 2013-12-23 Andreas Schwab <schwab@linux-m68k.org>
1557
1558 * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
1559 AC_CONFIG_HEADERS.
1560
1561 2013-12-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1562
1563 * .gitignore: Ignore refcard temporaries and info/*.info files.
1564
1565 2013-12-17 Paul Eggert <eggert@cs.ucla.edu>
1566
1567 Merge from gnulib, incorporating:
1568 2013-12-17 gettimeofday: port recent C++ fix to Emacs
1569 2013-12-17 gettimeofday: fix C++ crosscompilation
1570 2013-12-17 qacl: port to Windows better
1571 * lib/file-has-acl.c, lib/time.in.h, m4/gettimeofday.m4, m4/time_h.m4:
1572 Update from gnulib.
1573 * lib/gnulib.mk: Regenerate.
1574
1575 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
1576
1577 * INSTALL: Clarify treatment of image libraries.
1578
1579 2013-12-14 Paul Eggert <eggert@cs.ucla.edu>
1580
1581 Use bool for boolean, focusing on headers.
1582 * configure.ac (PTY_OPEN, GC_MARK_SECONDARY_STACK):
1583 Use bool for boolean.
1584
1585 2013-12-14 Dani Moncayo <dmoncayo@gmail.com>
1586
1587 * configure.ac (srcdir) [MINGW32]: If it is an absolute path,
1588 force the format "/c/foo/bar" to simplify conversions to native
1589 windows format.
1590
1591 2013-12-13 Glenn Morris <rgm@gnu.org>
1592
1593 * INSTALL: No longer mention load-path and site-init/site-load.
1594
1595 2013-12-12 Glenn Morris <rgm@gnu.org>
1596
1597 * Makefile.in (install-info): Handle missing info/dir.
1598 (info_dir_deps): New variable.
1599 (${srcdir}/info/dir): Depend on .texi files rather than .info files.
1600 (check-info): Update topics.
1601 * build-aux/make-info-dir: Use .texi files rather than .info files.
1602 Update topics.
1603
1604 * Makefile.in (install-info): Remove some useless subshells.
1605
1606 Stop keeping info/dir in the repository.
1607 * build-aux/dir_top: Move here from admin/.
1608 * build-aux/make-info-dir: New script.
1609 * Makefile.in (bootstrap-clean): Delete info/.
1610 (info-dir, ${srcdir}/info/dir): New rules.
1611 (info): Also make info-dir.
1612 (check-info): Rename from check-info-dir.
1613 Instead of info/dir entries, check @dircategory in info/*.info.
1614 * make-dist: Use `info' rule rather than `info-real'.
1615 No more info/COPYING (not even the right license for info/ files).
1616 Distribute new build-aux files.
1617
1618 * info/: Remove from repository.
1619
1620 2013-12-11 Glenn Morris <rgm@gnu.org>
1621
1622 * info/dir: Add octave-mode.
1623
1624 2013-12-11 Paul Eggert <eggert@cs.ucla.edu>
1625
1626 Remove the option of using libcrypto.
1627 This scorches the earth and waits for spring;
1628 see Ted Zlatanov and Stefan Monnier in
1629 <http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>.
1630 * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove.
1631 Do not say whether Emacs is configured to use a crypto library,
1632 since it's no longer an option.
1633 (gl_CRYPTO_CHECK): Define a dummy.
1634 * lib/gl_openssl.h, m4/gl-openssl.m4: Remove.
1635
1636 2013-12-10 Paul Eggert <eggert@cs.ucla.edu>
1637
1638 * configure.ac: Disable libcrypto by default.
1639
1640 Merge from gnulib, incorporating:
1641 2013-12-07 md5, sha1, sha256, sha512: fix link error with partial lib
1642 * m4/gl-openssl.m4: Update from gnulib.
1643
1644 2013-12-08 Eli Zaretskii <eliz@gnu.org>
1645
1646 * configure.ac (HAVE_RSVG) [mingw32]: Don't link against librsvg
1647 statically.
1648
1649 2013-12-08 Paul Eggert <eggert@cs.ucla.edu>
1650
1651 * configure.ac: Simplify supression of GTK deprecation warning.
1652 Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line
1653 and into config.h, to shorten the command line when doing 'make'.
1654 Don't AC_SUBST GTK_CFLAGS, as this is not needed.
1655
1656 Use libcrypto's checksum implementations if available, for speed.
1657 On commonly used platform libcrypto uses architecture-specific
1658 assembly code, which is significantly faster than the C code we
1659 were using. See Pádraig Brady's note in
1660 <http://lists.gnu.org/archive/html/bug-gnulib/2013-12/msg00000.html>.
1661 Merge from gnulib, incorporating:
1662 2013-12-07 md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
1663 2013-12-07 md5, sha1, sha256, sha512: add 'auto', and set-default method
1664 2013-12-04 include_next: minimize code duplication
1665 2013-12-03 md5, sha1, sha256, sha512: support mandating use of openssl
1666 2013-12-02 md5, sha1, sha256, sha512: use openssl routines if available
1667 * configure.ac (--without-all): Set with_openssl_default too.
1668 Use gl_SET_CRYPTO_CHECK_DEFAULT to default to 'auto'.
1669 (HAVE_LIB_CRYPTO): New var.
1670 Say whether Emacs is configured to use a crypto library.
1671 * lib/gl_openssl.h, m4/absolute-header.m4, m4/gl-openssl.m4:
1672 New files, copied from gnulib.
1673 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1674 * lib/md5.c, lib/md5.h, lib/sha1.c, lib/sha1.h:
1675 * lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
1676 * m4/include_next.m4, m4/md5.m4, m4/sha1.m4, m4/sha256.m4, m4/sha512.m4:
1677 Update from gnulib.
1678
1679 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
1680
1681 * .dir-locals.el (log-edit-move): Add the "Author: " header.
1682
1683 2013-11-30 Dani Moncayo <dmoncayo@gmail.com>
1684
1685 * build-aux/msys-to-w32 (w32pathlist): Do not translate paths
1686 starting with %emacs_dir%.
1687
1688 2013-11-30 Glenn Morris <rgm@gnu.org>
1689
1690 Stop keeping (most) generated cedet grammar files in the repository.
1691 * configure.ac (SUBDIR_MAKEFILES, AC_CONFIG_FILES):
1692 Add admin/grammars Makefile.
1693 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1694 Also clean admin/grammars, if present.
1695
1696 2013-11-29 Dani Moncayo <dmoncayo@gmail.com>
1697
1698 * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
1699
1700 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1701
1702 * configure.ac (HAVE_MENUS): Remove.
1703
1704 2013-11-28 Glenn Morris <rgm@gnu.org>
1705
1706 * configure.ac (PATH_SEP): Replace with pre-existing SEPCHAR.
1707
1708 2013-11-28 Eli Zaretskii <eliz@gnu.org>
1709
1710 * GNUmakefile (Makefile): Don't use $(CFG).
1711 (CFG): Don't compute.
1712
1713 * configure.ac (PATH_SEP): Set and AC_SUBST.
1714
1715 2013-11-27 Paul Eggert <eggert@cs.ucla.edu>
1716
1717 Merge from gnulib, incorporating:
1718 2013-11-13 getgroups: work around _DARWIN_C_SOURCE problem
1719 * lib/getgroups.c: Update from gnulib.
1720
1721 2013-11-27 Glenn Morris <rgm@gnu.org>
1722
1723 Move ja-dic, quail, leim-list.el from leim to lisp/leim.
1724 * Makefile.in (abs_builddir, leimdir): Remove.
1725 (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory.
1726 (epaths-force-w32): No longer set BLD.
1727 (leim): Remove.
1728 (install-arch-indep): No longer run or install leim.
1729 (mostlyclean, clean): No longer run leim rule.
1730 (bootstrap-clean): Change leim target.
1731 (maintainer-clean): Add leim.
1732 (check-declare): Remove leim.
1733 * README: Update for leim changes.
1734 * configure.ac (leimdir): Remove.
1735 (standardlisppath): No more leimdir.
1736
1737 * make-dist: Update for files from leim/ now being in lisp/leim/.
1738
1739 2013-11-26 Glenn Morris <rgm@gnu.org>
1740
1741 Preload leim-list.el.
1742 * Makefile.in (abs_builddir): New, set by configure.
1743 (buildlisppath): Add leim/.
1744 (epaths-force-w32): Set BLD.
1745
1746 2013-11-21 Paul Eggert <eggert@cs.ucla.edu>
1747
1748 Fix some dependency problems that cause unnecessary recompiles.
1749 * configure.ac (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS):
1750 Remove.
1751 (LIBXMENU): Now is always either empty or a file name,
1752 so that it can be used as a dependency.
1753
1754 2013-11-20 Glenn Morris <rgm@gnu.org>
1755
1756 * make-dist: Distribute build-aux/msys-to-w32.
1757
1758 2013-11-20 Dani Moncayo <dmoncayo@gmail.com>
1759
1760 * build-aux/msys-to-w32: New file.
1761 * Makefile.in (msys_to_w32, msys_lisppath_to_w32): Remove.
1762 (msys_w32prefix_subst): Rename from msys_prefix_subst.
1763 Operate on w32prefixpattern.
1764 (epaths-force-w32): Use build-aux/msys-to-w32.
1765
1766 2013-11-17 Paul Eggert <eggert@cs.ucla.edu>
1767
1768 * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
1769 It apparently doesn't work for GCC 3, and I suppose it's more
1770 trouble than it's worth to worry about this.
1771
1772 2013-11-15 Paul Eggert <eggert@cs.ucla.edu>
1773
1774 * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
1775
1776 2013-11-14 Paul Eggert <eggert@cs.ucla.edu>
1777
1778 Simplify, port and tune bool vector implementation.
1779 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T): Remove.
1780
1781 2013-11-13 Paul Eggert <eggert@cs.ucla.edu>
1782
1783 * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
1784
1785 2013-11-12 Dani Moncayo <dmoncayo@gmail.com>
1786
1787 * configure.ac [MINGW32]: Source nt/mingw-cfg.site.
1788 * make-dist: Don't distribute nt/msysconfig.sh.
1789
1790 * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
1791
1792 2013-11-08 Paul Eggert <eggert@cs.ucla.edu>
1793
1794 Merge from gnulib, incorporating:
1795 2013-11-08 extern-inline: port better to OS X 10.9
1796 2013-11-08 fpending: fix regression on DragonFly BSD
1797 * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4:
1798 Update from gnulib.
1799
1800 2013-11-07 Paul Eggert <eggert@cs.ucla.edu>
1801
1802 Port to C11 aligned_alloc.
1803 * configure.ac (GMALLOC_OBJ): Initialize to empty if !system_malloc
1804 and doug_lea_malloc.
1805 (aligned_alloc): Test for existence if !GMALLOC_OBJ and not darwin.
1806 (posix_memalign): Test for existence only if !GMALLOC_OBJ and
1807 not darwin and !aligned_alloc.
1808
1809 2013-11-05 Glenn Morris <rgm@gnu.org>
1810
1811 * configure.ac (abs_srcdir) [MINGW32]: No point setting it here,
1812 config.status computes it.
1813 * Makefile.in (epaths-force-w32): Move srcdir tweak here.
1814
1815 * autogen/: Remove directory. Move update_autogen to admin/.
1816 * autogen.sh: Remove reference to copy_autogen.
1817 * GNUmakefile (configure):
1818 * Makefile.in (bootstrap): Do not try to run copy_autogen.
1819 * config.bat: Use msdos/autogen rather than autogen.
1820
1821 2013-11-05 Paul Eggert <eggert@cs.ucla.edu>
1822
1823 Simplify and port recent bool vector changes.
1824 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T):
1825 New symbols to configure.
1826
1827 2013-11-04 Eli Zaretskii <eliz@gnu.org>
1828
1829 * configure.ac: Don't disallow builds in non-ASCII directories.
1830 (Bug#15260)
1831
1832 2013-11-04 Paul Eggert <eggert@cs.ucla.edu>
1833
1834 Port to stricter C99 platforms.
1835 Merge from gnulib, incorporating:
1836 2013-11-03 intprops: port to Oracle Studio c99
1837 * lib/intprops.h: Update from gnulib.
1838
1839 2013-11-02 Glenn Morris <rgm@gnu.org>
1840
1841 * Makefile.in (check): Depend on all.
1842
1843 2013-10-31 Glenn Morris <rgm@gnu.org>
1844
1845 * configure.ac: Use [!...] rather than [^...], for ksh. (Bug#15769)
1846
1847 2013-10-30 Glenn Morris <rgm@gnu.org>
1848
1849 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1850 Also clean admin/unidata, if present.
1851
1852 2013-10-27 Glenn Morris <rgm@gnu.org>
1853
1854 * configure.ac: It seems installing in non-ASCII is not, in fact, ok.
1855
1856 2013-10-25 Glenn Morris <rgm@gnu.org>
1857
1858 * configure.ac: It seems _installing_ in non-ASCII is ok, not building.
1859
1860 2013-10-24 Glenn Morris <rgm@gnu.org>
1861
1862 * configure.ac:
1863 * Makefile.in (install-arch-indep, install-etcdoc, install-info):
1864 Avoid non-portable "`\" nesting.
1865
1866 * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
1867
1868 * Makefile.in (abs_top_srcdir): New, set by configure.
1869
1870 2013-10-23 Glenn Morris <rgm@gnu.org>
1871
1872 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260)
1873
1874 Progress towards allowing installation in directories with whitespace.
1875 * Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
1876 (install-arch-indep, install-etcdoc, install-info, install-man)
1877 (install-etc, uninstall, install-nt, uninstall-nt):
1878 Quote entities that might contain whitespace.
1879 * build-aux/update-subdirs: Handle whitespace in argument.
1880 Check cd return value.
1881
1882 Make building in directories with whitespace possible. (Bug#15675)
1883 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
1884 (src/.gdbinit): Use ac_abs_top_srcdir.
1885 * Makefile.in (abs_srcdir): New, set by configure.
1886 (buildlisppath, epaths-force-w32): Use abs_srcdir.
1887 (install-arch-indep, install-etcdoc, install-info, install-man)
1888 (install-etc): Quote entities that might contain whitespace.
1889
1890 2013-10-23 Paul Eggert <eggert@cs.ucla.edu>
1891
1892 Merge from gnulib, incorporating:
1893 2013-10-14 acl: allow cross-compilation to Gentoo
1894 2013-10-18 extern-inline: make safe for -Wundef usage
1895 2013-09-30 fpending: use pure+const function attrs
1896 * lib/fpending.h, m4/acl.m4, m4/extern-inline.m4: Update from gnulib.
1897
1898 2013-10-13 Glenn Morris <rgm@gnu.org>
1899
1900 * configure.ac [alpha]: Explicit error in non-ELF case. (Bug#15601)
1901
1902 2013-10-12 Paul Eggert <eggert@cs.ucla.edu>
1903
1904 Merge from gnulib, incorporating:
1905 2013-10-10 strtoumax: port to Solaris 8
1906 2013-10-09 strtoimax, strtoumax: port to HP-UX 11.11
1907 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1908 * lib/inttypes.in.h, lib/strtoimax.c, m4/inttypes.m4, m4/strtoimax.m4:
1909 * m4/strtoumax.m4:
1910 Update from gnulib.
1911
1912 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the empty
1915 string when gnutls2 is installed but gnutls3 is not.
1916
1917 2013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
1918
1919 * configure.ac: Define HAVE_GNUTLS3 if GnuTLS v3 is found.
1920
1921 2013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
1922
1923 * configure.ac: Update for giflib 5. (Bug#15531)
1924
1925 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1926
1927 * configure.ac (HAVE_MENUS): Define unconditionally.
1928
1929 2013-10-07 Paul Eggert <eggert@cs.ucla.edu>
1930
1931 Improve support for popcount and counting trailing zeros (Bug#15550).
1932 Do this by using the Gnulib modules for this.
1933 This should generate faster code on non-GCC, non-MSC platforms,
1934 and make the code a bit more portable, at least in theory.
1935 * lib/count-one-bits.c, lib/count-one-bits.h:
1936 * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
1937 * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
1938 New files, copied from gnulib.
1939 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1940
1941 2013-10-04 Paul Eggert <eggert@cs.ucla.edu>
1942
1943 Use hardware support for byteswapping on glibc x86 etc.
1944 * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
1945 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1946
1947 2013-10-03 Paul Eggert <eggert@cs.ucla.edu>
1948
1949 Merge from gnulib, incorporating:
1950 2013-10-02 verify: new macro 'assume'
1951 2013-09-26 dup2, dup3: work around another cygwin crasher
1952 2013-09-26 getdtablesize: work around cygwin issue
1953
1954 2013-09-25 Paul Eggert <eggert@cs.ucla.edu>
1955
1956 Merge from gnulib, incorporating:
1957 2013-09-24 manywarnings: enable nicer gcc warning messages
1958 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
1959 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
1960 * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
1961 and -funit-at-a-time, since manywarnings does that for us now.
1962
1963 2013-09-23 Jan Djärv <jan.h.d@swipnet.se>
1964
1965 * configure.ac: With clang, check for and use -Wno-switch,
1966 -Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
1967
1968 2013-09-23 Daniel Colascione <dancol@dancol.org>
1969
1970 * configure.ac: Check for valgrind headers.
1971
1972 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1973
1974 * INSTALL: New homepage of libtiff.
1975
1976 2013-09-20 Paul Eggert <eggert@cs.ucla.edu>
1977
1978 Work around performance bug on OS X 10.8 and earlier.
1979 Perhaps Apple will fix this bug some day.
1980 See the thread starting with Daniel Colascione's email in:
1981 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html
1982 * configure.ac (FORTIFY_SOUR): New verbatim section.
1983
1984 2013-09-19 Paul Eggert <eggert@cs.ucla.edu>
1985
1986 Merge from gnulib, incorporating:
1987 2013-09-19 stdio: OS X port of putc_unlocked + extern inline
1988 2013-09-19 signal: OS X port of sigaddset etc. + extern inline
1989 2013-09-19 extern-inline: do not always suppress extern inline on OS X
1990 2013-09-17 getgroups: statement without effect
1991 2013-08-28 headers: check that _GL_INLINE_HEADER_BEGIN is defined
1992
1993 2013-09-19 Eli Zaretskii <eliz@gnu.org>
1994
1995 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
1996 is in the full /d/foo/bar form. See the discussion in
1997 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html,
1998 and in particular
1999 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html
2000 and its followups, for the details.
2001
2002 2013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
2003
2004 * configure.ac: Do not check for g_type_init because we
2005 require glib >= 2.28 for GTK3, glib >= 2.10 for GTK2,
2006 glib >= 2.26 for GSettings and glib >= 2.7.0 for GConf, so
2007 suitable glib should provide g_type_init unconditionally.
2008
2009 2013-09-15 Jan Djärv <jan.h.d@swipnet.se>
2010
2011 * configure.ac: Add check for OSX 10.5, required for macfont.o.
2012
2013 2013-09-09 Glenn Morris <rgm@gnu.org>
2014
2015 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
2016 (LDFLAGS): Move nocombreloc option from here...
2017 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2018
2019 2013-09-08 Glenn Morris <rgm@gnu.org>
2020
2021 * configure.ac (--without-compress-install):
2022 Rename from --without-compress-info. (Bug#9789)
2023 (GZIP_INFO): Remove.
2024 (GZIP_PROG): Allow --without-compress-install to disable it.
2025 * Makefile.in (GZIP_INFO): Remove all references.
2026
2027 * info/dir: Tweak emacs-gnutls entry.
2028
2029 2013-09-07 Paul Eggert <eggert@cs.ucla.edu>
2030
2031 Port --without-x --enable-gcc-warnings to Fedora 19.
2032 * configure.ac (WERROR_CFLAGS): Omit redundant use of
2033 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
2034 -Wunused-parameter. If there is no window system, also omit
2035 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
2036 is needed for Fedora 19.
2037
2038 2013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
2039
2040 Make --without-x compatible with --enable-gcc-warnings.
2041 * configure.ac: If both --without-x and --enable-gcc-warnings are
2042 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
2043 and -Wno-unused-but-set-parameter.
2044
2045 2013-09-04 Paul Eggert <eggert@cs.ucla.edu>
2046
2047 Makefile improvements.
2048 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
2049 (src): Remove duplicate dependency on FRC.
2050 Invoke just one submake, not two. Avoid the need for 'pwd'.
2051
2052 2013-09-02 Jan Djärv <jan.h.d@swipnet.se>
2053
2054 * configure.ac: Add ns_check_file.
2055
2056 2013-08-31 Glenn Morris <rgm@gnu.org>
2057
2058 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
2059 and voxware to oss.
2060
2061 2013-08-31 Ulrich Müller <ulm@gentoo.org>
2062
2063 * configure.ac: Allow for --with-sound=voxware that will enable
2064 sound but otherwise disable ALSA. This will use the OSS device,
2065 typically /dev/dsp, for sound output. (Bug#15067)
2066
2067 2013-08-31 Glenn Morris <rgm@gnu.org>
2068
2069 * make-dist: Update for nt/INSTALL* changes.
2070
2071 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2072
2073 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
2074 for portability to hosts where /bin/sh has problems.
2075
2076 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2077
2078 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
2079
2080 2013-08-27 Paul Eggert <eggert@cs.ucla.edu>
2081
2082 Simplify EMACS_TIME-related code.
2083 Merge from gnulib, incorporating:
2084 2013-08-27 timespec: new convenience constants and function
2085
2086 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
2087
2088 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
2089 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
2090
2091 2013-08-27 Glenn Morris <rgm@gnu.org>
2092
2093 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
2094
2095 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
2096 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
2097 * Makefile.in (check-info-dir): Ignore efaq-w32.
2098
2099 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
2100 (maintainer-clean, check-declare): Remove pointless subshells.
2101 Check cd return value.
2102
2103 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
2104
2105 Minor merge from gnulib (mostly just for texinfo.tex).
2106
2107 2013-08-22 Paul Eggert <eggert@cs.ucla.edu>
2108
2109 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
2110 This improves on the patch already installed, by quoting options
2111 that contain spaces and suchlike systematically, so that
2112 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
2113 these characters.
2114
2115 2013-08-21 Paul Eggert <eggert@cs.ucla.edu>
2116
2117 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
2118 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
2119 and reports EINVAL, try it again without O_CLOEXEC. This should
2120 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
2121 What were they thinking?
2122
2123 2013-08-20 Paul Eggert <eggert@cs.ucla.edu>
2124
2125 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
2126 Fix shell-operator precedence problem in previous change.
2127
2128 2013-08-20 Glenn Morris <rgm@gnu.org>
2129
2130 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
2131 Clean test/automated if present.
2132
2133 2013-08-19 Paul Eggert <eggert@cs.ucla.edu>
2134
2135 Merge from gnulib, incorporating:
2136 2013-08-15 warnings: minor optimization
2137 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
2138
2139 2013-08-15 Ken Brown <kbrown@cornell.edu>
2140
2141 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
2142
2143 2013-08-15 Glenn Morris <rgm@gnu.org>
2144
2145 * make-dist: Do not distribute etc/refcards TeX intermediate files.
2146 * Makefile.in (install-arch-indep):
2147 Do not install etc/refcards TeX intermediate files.
2148
2149 2013-08-14 Ulrich Müller <ulm@gentoo.org>
2150
2151 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
2152
2153 2013-08-12 Eli Zaretskii <eliz@gnu.org>
2154
2155 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
2156
2157 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
2158
2159 Minor zlib configuration tweaks.
2160 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
2161
2162 2013-08-12 Eli Zaretskii <eliz@gnu.org>
2163
2164 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
2165
2166 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
2167
2168 Merge from gnulib, incorporating:
2169 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
2170 2013-08-10 sys_time: port to OpenBSD
2171
2172 2013-08-12 Glenn Morris <rgm@gnu.org>
2173
2174 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
2175 with configure's standard --docdir argument. All uses updated.
2176 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
2177 (install-etcdoc): Rename from install-doc. All uses updated.
2178 (uninstall): Run uninstall-doc.
2179 (PSS): Add misc-ps.
2180 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
2181 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
2182 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
2183 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
2184 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
2185 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
2186
2187 2013-08-11 Paul Eggert <eggert@cs.ucla.edu>
2188
2189 Add --with-zlib to 'configure'.
2190 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
2191 can be built without zlib. Don't assume that -lz is needed on
2192 non-PNG hosts. Mention zlib configuration status in 'configure' output.
2193
2194 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2195
2196 * configure.ac: Test for zlib.
2197
2198 2013-08-10 Eli Zaretskii <eliz@gnu.org>
2199
2200 * configure.ac: Define and substitute UPDATE_MANIFEST.
2201
2202 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
2203
2204 * info/dir: Add todo-mode.
2205
2206 2013-08-04 Paul Eggert <eggert@cs.ucla.edu>
2207
2208 Fix some minor races in hosts lacking mkostemp (Bug#15015).
2209 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
2210 * configure.ac (mkostemp): Remove check for this function;
2211 gnulib does the check now.
2212 (mkstemp): Remove check for this no-longer-used function.
2213 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
2214 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
2215 New files, copied from Gnulib.
2216 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2217
2218 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
2219
2220 * INSTALL (DETAILED BUILDING AND INSTALLATION):
2221 Add --without-file-notification to --without-all.
2222
2223 2013-07-29 Xue Fuqiao <xfq.free@gmail.com>
2224
2225 * INSTALL: Fix description.
2226
2227 2013-07-27 Glenn Morris <rgm@gnu.org>
2228
2229 * configure.ac: Extend the --with-sound option to allow
2230 specification of OSS or ALSA (see bug#14812#64).
2231
2232 2013-07-25 Glenn Morris <rgm@gnu.org>
2233
2234 * info/dir: Add ido.
2235
2236 * make-dist: Add a --tests option, to include test/.
2237
2238 2013-07-24 Glenn Morris <rgm@gnu.org>
2239
2240 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
2241
2242 2013-07-23 Glenn Morris <rgm@gnu.org>
2243
2244 * configure.ac (etc, lisp): No need to create specially.
2245 Configure already creates lisp, src/Makefile now creates etc.
2246
2247 2013-07-23 Paul Eggert <eggert@cs.ucla.edu>
2248
2249 Port to GNU/Linux systems with tinfo but not ncurses.
2250 * configure.ac (USE_NCURSES): New symbol.
2251
2252 2013-07-20 Paul Eggert <eggert@cs.ucla.edu>
2253
2254 Fix array bounds violation when pty allocation fails.
2255 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
2256 not sizeof pty_name, since pty_name is now a pointer to the array.
2257
2258 2013-07-13 Paul Eggert <eggert@cs.ucla.edu>
2259
2260 * configure.ac: Simplify --with-file-notification handling.
2261
2262 2013-07-12 Glenn Morris <rgm@gnu.org>
2263
2264 * configure.ac: If with-file-notification=yes, if gfile not found,
2265 go on to try inotify (not on MS Windows or Nextstep).
2266
2267 2013-07-12 Paul Eggert <eggert@cs.ucla.edu>
2268
2269 Fix races with threads and file descriptors.
2270 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
2271
2272 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
2273
2274 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
2275
2276 2013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
2277
2278 * configure.ac (HAVE_W32): Avoid nested functions (the second
2279 argument of AC_LANG_PROGRAM is already expanded inside a
2280 function). (Bug#14830)
2281
2282 2013-07-09 Paul Eggert <eggert@cs.ucla.edu>
2283
2284 Port recent close-on-exec changes to Cygwin (Bug#14821).
2285 * lib/binary-io.c, lib/binary-io.h: New files.
2286 Merge from gnulib, incorporating:
2287 2013-07-09 accept4, dup3, pipe2: port to Cygwin
2288 * lib/pipe2.c: Update from gnulib, as part of this merge.
2289 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2290
2291 Handle errno and exit status a bit more carefully.
2292 * lib/ignore-value.h: Remove this gnulib-imported file.
2293 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2294
2295 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
2296
2297 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
2298
2299 2013-07-08 Paul Eggert <eggert@cs.ucla.edu>
2300
2301 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
2302 This incorporates the following merge from gnulib:
2303 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
2304
2305 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
2306
2307 Port to Ubuntu 10 (Bug#14803).
2308 * configure.ac (accept4): New function to check for.
2309
2310 Make file descriptors close-on-exec when possible (Bug#14803).
2311 * configure.ac (mkostemp): New function to check for.
2312 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
2313 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
2314 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
2315 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2316
2317 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
2318
2319 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
2320 http://bugs.debian.org/712974
2321
2322 2013-07-02 Paul Eggert <eggert@cs.ucla.edu>
2323
2324 Remove some unused macros from 'configure'.
2325 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
2326 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
2327 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
2328 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2329 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2330 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
2331 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
2332 Remove these macros, as they are not used.
2333 (sys_siglist): Remove macro; src/sysdep.c now does this.
2334
2335 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
2336 Also check that it links. Say whether it compiled and linked.
2337
2338 2013-07-01 Paul Eggert <eggert@cs.ucla.edu>
2339
2340 Merge from gnulib, incorporating:
2341 2013-06-23 ignore-value: port to gcc -pedantic
2342 2013-06-21 extern-inline: port to gcc -std=c89
2343
2344 2013-06-30 Paul Eggert <eggert@cs.ucla.edu>
2345
2346 Do not use GTK 3 if it exists but cannot be compiled.
2347 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
2348 exists but cannot be compiled.
2349
2350 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
2351
2352 * Makefile.in (install-arch-indep): Do not create directories passed
2353 with --enable-locallisppath.
2354
2355 2013-06-24 Glenn Morris <rgm@gnu.org>
2356
2357 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
2358
2359 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
2360
2361 * .bzrignore: Add GNU idutils ID database file.
2362
2363 2013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2364
2365 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
2366 as a fallback.
2367
2368 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 * .bzrignore: Don't unignore cl-loaddefs.el.
2371
2372 2013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2373
2374 * configure.ac (log2): Check for this function.
2375
2376 2013-06-19 Juanma Barranquero <lekktu@gmail.com>
2377
2378 * .bzrignore: Add GNU GLOBAL files.
2379
2380 2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
2381
2382 Use functions, not macros, for XINT etc. (Bug#11935).
2383 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
2384 as it generates bogus warnings about reasonable casts of calls.
2385
2386 2013-06-16 Paul Eggert <eggert@cs.ucla.edu>
2387
2388 * configure.ac: Report ACL usage at the end (Bug#14612).
2389
2390 2013-06-11 Paul Eggert <eggert@cs.ucla.edu>
2391
2392 --without-all should imply --with-file-notification=no. (Bug#14569)
2393 * configure.ac (with_file_notification): Default to $with_features.
2394
2395 2013-06-09 Paul Eggert <eggert@cs.ucla.edu>
2396
2397 Merge from gnulib, incorporating:
2398 2013-06-02 sig2str: port to C++
2399 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
2400
2401 2013-06-08 Jan Djärv <jan.h.d@swipnet.se>
2402
2403 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
2404 (with_file_notification): Don't set to gfile if with_ns = yes.
2405
2406 2013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
2407
2408 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
2409 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
2410 New variables.
2411 (epaths-force-w32): Use them. (Bug#14513)
2412
2413 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
2414
2415 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
2416
2417 2013-06-03 Eli Zaretskii <eliz@gnu.org>
2418
2419 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
2420 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
2421
2422 2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
2423
2424 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
2425 used. Remove xgselect.o from XOBJ.
2426
2427 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
2428
2429 * configure.ac (file-notification): New option, replaces inotify option.
2430 (HAVE_W32): Remove w32notify.o.
2431 (with_file_notification): Add checks for glib and w32. Adapt check
2432 for inotify.
2433 (Summary): Add entry for file notification.
2434
2435 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
2436 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
2437
2438 2013-06-02 Juanma Barranquero <lekktu@gmail.com>
2439
2440 * .bzrignore: Ignore dirs libexec/, share/ and var/.
2441
2442 2013-05-29 Xue Fuqiao <xfq.free@gmail.com>
2443
2444 * INSTALL: Fix description.
2445
2446 2013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2447
2448 * configure.ac (HAVE_XRANDR): Check availability of
2449 XRRGetScreenResources rather than that of XRRQueryExtension.
2450
2451 2013-05-18 Eli Zaretskii <eliz@gnu.org>
2452
2453 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
2454 nt/epaths.nt, and nt/INSTALL.MSYS.
2455
2456 2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
2457
2458 Port --enable-gcc-warnings to clang.
2459 * configure.ac (nw): Remove obsolescent warnings.
2460 These aren't needed for clang, or for gcc for that matter.
2461 (emacs_cv_clang): New var, which tests for clang.
2462 Omit warnings that clang is too picky about.
2463 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
2464 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
2465
2466 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
2467 Otherwise, 'configure; make' fails on non-Windows builds.
2468
2469 2013-05-16 Eli Zaretskii <eliz@gnu.org>
2470
2471 * lib/Makefile.am: If building for MS-Windows, include
2472 nt/gnulib.mk instead of lib/gnulib.mk.
2473
2474 * configure.ac: Adapt to MSYS build on MS-Windows.
2475
2476 * Makefile.in (NTDIR): New variable, for the MSYS build on
2477 MS-Windows.
2478 (SUBDIR): Add $(NTDIR).
2479 (.PHONY): Add epaths-force-w32.
2480 (msys_to_w32): New variable.
2481 (epaths-force-w32, install-nt, uninstall-nt): New targets.
2482 (lib-src src): Add $(NTLIB) to prerequisites.
2483 (lib lib-src lisp leim nt): Add 'nt'.
2484 (config.status): Use $(CFG).
2485 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
2486 (install, install-arch-dep): Add install-$(NTDIR).
2487 (uninstall): Depend on uninstall-$(NTDIR).
2488 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
2489
2490 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
2491 CONFIG_SITE for the MSYS build on MS-Windows.
2492 (Makefile): Use $(CFG).
2493
2494 * .bzrignore: Ignore *.res, *.tmp, and *.map.
2495 Remove src/emacs.res.
2496
2497 2013-05-16 Paul Eggert <eggert@cs.ucla.edu>
2498
2499 Merge from gnulib, incorporating:
2500 2013-05-15 manywarnings: update for GCC 4.8.0
2501 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
2502 2013-05-15 sig2str, stdio, warnings: port to clang
2503
2504 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2505
2506 * Makefile.in (install-doc): DOC file is not version specific any more.
2507 * .bzrignore: Don't ignore DOC-* any more.
2508
2509 2013-05-13 Paul Eggert <eggert@cs.ucla.edu>
2510
2511 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
2512 Reported privately by Han Boetes <han@boetes.org>.
2513
2514 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
2515
2516 * lib/makefile.w32-in (ACL_H): New macro.
2517 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
2518
2519 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
2520
2521 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
2522 * configure.ac: Remove -with-acl option, since Gnulib does that for
2523 us now.
2524 (LIBACL_LIBS): Remove; no longer needed.
2525 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
2526 for the benefit of the new ACL implementation.
2527 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
2528 ($(BLD)/acl-errno-valid.$(O)): New rule.
2529 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
2530 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
2531 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
2532 New files, taken from gnulib.
2533 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2534
2535 2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
2536
2537 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
2538 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
2539
2540 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
2541
2542 Merge from gnulib, incorporating:
2543 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
2544
2545 2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
2546
2547 * make-dist: Keep necessary restrictions on file access.
2548
2549 2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
2550
2551 Merge from gnulib, incorporating:
2552 2013-04-28 extern-inline: work around bug in Sun c99
2553
2554 2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
2555
2556 Merge from gnulib, incorporating:
2557 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
2558
2559 2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
2560
2561 Port better to AIX (Bug#14258).
2562 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
2563 we did not already infer an optimization option, and -O works.
2564 AIX xlc needs -O, otherwise garbage collection doesn't work.
2565
2566 2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
2567
2568 * make-dist: Do not distribute admin/unidata/Makefile.
2569 It is generated by 'configure'.
2570
2571 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
2572 It messes up 'make distclean', and contains no useful information
2573 because it's a copy of subdirs.el.
2574
2575 2013-04-18 John Marino <gnugcc@marino.st> (tiny change)
2576
2577 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
2578
2579 2013-04-18 Glenn Morris <rgm@gnu.org>
2580
2581 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
2582 (LN_S_FILEONLY): New output variable.
2583 * Makefile.in (LN_S): Remove.
2584 (LN_S_FILEONLY): New, set by configure.
2585 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
2586
2587 2013-04-12 Ken Brown <kbrown@cornell.edu>
2588
2589 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
2590 `canonical' is `x86_64-unknown-cygwin'.
2591
2592 2013-04-09 Ken Brown <kbrown@cornell.edu>
2593
2594 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
2595 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
2596 (Bug#12993)
2597
2598 2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
2599
2600 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
2601 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
2602 and if not on GNU/Linux or FreeBSD.
2603 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
2604 lib/*.o is profiled too.
2605
2606 2013-03-30 Paul Eggert <eggert@cs.ucla.edu>
2607
2608 Merge from gnulib, incorporating:
2609 2013-03-29 stdalign: port to stricter ISO C11
2610 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
2611 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
2612
2613 2013-03-27 Paul Eggert <eggert@cs.ucla.edu>
2614
2615 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
2616 Subsumed by HAVE_XKB. All uses changed.
2617
2618 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
2619
2620 * configure.ac (HAVE_XKB): Define if Xkb is present.
2621
2622 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
2623
2624 Merge from gnulib, incorporating:
2625 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
2626
2627 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2628
2629 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
2630 * Makefile.in (QUIET_SUBMAKE): New macro.
2631 (install-info, uninstall): Use it.
2632
2633 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
2634 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
2635 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
2636 no way to do this in pkg-config, so make do with a reasonable
2637 approximation.
2638
2639 Automate the build of ja-dic.el (Bug#13984).
2640 * .bzrignore: Add leim/ja-dic/.
2641
2642 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
2643
2644 File synchronization fixes (Bug#13944).
2645 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
2646 (fsync): Remove check; now done by gnulib.
2647 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
2648 New files, from gnulib.
2649 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2650
2651 Merge from gnulib, incorporating:
2652 2013-03-13 putenv: port to Solaris 10
2653 2013-03-12 mktime: fix configure typo
2654 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
2655 2013-03-11 putenv: avoid compilation warning on mingw
2656 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
2657
2658 2013-03-11 Glenn Morris <rgm@gnu.org>
2659
2660 * Merge in all changes up to version 24.3 release.
2661
2662 2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
2663
2664 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
2665 It can mess up 'configure' runs.
2666
2667 2013-03-05 Glenn Morris <rgm@gnu.org>
2668
2669 * Makefile.in (install-man): Ignore gzip exit status.
2670
2671 2013-03-03 Glenn Morris <rgm@gnu.org>
2672
2673 * make-dist: Remove lzma (it's replaced by xz).
2674
2675 2013-03-01 Paul Eggert <eggert@cs.ucla.edu>
2676
2677 Merge from gnulib, incorporating:
2678 2013-02-21 putenv: port better to native Windows
2679 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
2680 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
2681
2682 2013-02-28 Ken Brown <kbrown@cornell.edu>
2683
2684 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
2685
2686 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
2687
2688 Simplify data_start configuration (Bug#13783).
2689 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
2690 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
2691 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
2692 not always needed.
2693 (HAVE_DATA_START): New macro.
2694
2695 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
2696
2697 Parallelize documentation builds.
2698 This speeds up building of documentation on multiprocessor
2699 platforms, and is motivated by Texinfo 5.0, which is much slower.
2700 Add a toplevel rule 'make docs' to make all the documentation.
2701 * .bzrignore: Add .dvi, .html, .ps.
2702 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
2703 ($(DOCS), docs, vi, html, pdf, ps): New rules.
2704 (info-real): Depend on $(INFOS) rather than doing it sequentially.
2705 (dvi): Depend on $(DVIS) rather than doing it sequentially.
2706
2707 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
2708
2709 Fix AIX port (Bug#13650).
2710 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
2711
2712 2013-02-12 Eli Zaretskii <eliz@gnu.org>
2713
2714 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
2715 ($(BLD)/memrchr.$(O)): New dependency.
2716
2717 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
2718
2719 Tune by using memchr and memrchr.
2720 * .bzrignore: Add string.h.
2721 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2722 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
2723 New files, from gnulib.
2724
2725 Merge from gnulib, incorporating:
2726 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
2727 2013-02-09 secure_getenv: fix C++ declaration typo
2728
2729 2013-02-11 Glenn Morris <rgm@gnu.org>
2730
2731 * configure.ac (emacs_config_options): Record some env vars.
2732
2733 2013-02-10 Glenn Morris <rgm@gnu.org>
2734
2735 * configure.ac (emacs_config_options): Strip out the (internal)
2736 arguments --no-create and --no-recursion.
2737
2738 2013-02-08 Paul Eggert <eggert@cs.ucla.edu>
2739
2740 Merge from gnulib, incorporating:
2741 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
2742 The MS-Windows port can remove careadlinkatcwd at its convenience.
2743 2013-02-08 extensions: port better to HP-UX
2744 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
2745 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
2746 2013-02-04 secure_getenv: new module [module not used by Emacs]
2747 2013-01-30 sys_time: port to Solaris 2.6
2748
2749 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
2750
2751 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
2752 On my host, this speeds up directory-files-and-attributes by a
2753 factor of 3, when applied to Emacs's src directory.
2754 These functions are standardized by POSIX and are common these
2755 days; fall back on a (slower) gnulib implementation if the host
2756 is too old to supply them.
2757 * .bzrignore: Add lib/dirent.h.
2758 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
2759 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
2760 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
2761 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2762 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
2763 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
2764 * m4/fstatat.m4: New files, from gnulib.
2765 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
2766 These last three are specific to Emacs and are not copied from gnulib.
2767 They are simpler than the gnulib versions and are tuned for Emacs.
2768
2769 2013-02-01 Glenn Morris <rgm@gnu.org>
2770
2771 * make-dist: Only README files exist in lisp/ now, not README*.
2772
2773 2013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
2774
2775 * .bzrignore: Add lib-src/blessmail.
2776
2777 2013-01-23 Paul Eggert <eggert@cs.ucla.edu>
2778
2779 Merge from gnulib, incorporating:
2780 2013-01-16 unistd: port to recent mingw
2781
2782 2013-01-19 Glenn Morris <rgm@gnu.org>
2783
2784 * Makefile.in (install-arch-indep): Put back a chmod that was
2785 removed 2012-05-19. (Bug#13430)
2786
2787 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
2788
2789 Merge from gnulib, incorporating:
2790 2013-01-16 largefile: port better to Mac OS X 10.5
2791 2013-01-15 stdint: fix build with Android's Bionic fox x86
2792
2793 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
2794
2795 * configure.ac: Document that --enable-gcc-warnings emits errors.
2796 (Bug#13448)
2797
2798 2013-01-13 Glenn Morris <rgm@gnu.org>
2799
2800 * make-dist: Add options for xz compression and no compression.
2801
2802 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
2803
2804 Enable conservative stack scanning for all architectures.
2805 Suggested by Stefan Monnier in
2806 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
2807 * configure.ac (GC_MARK_STACK): Remove.
2808
2809 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
2810
2811 * lib/getopt_.h: Remove trailing CRs that crept in.
2812
2813 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2814
2815 * lib/getopt_.h: Regenerate.
2816
2817 2013-01-10 Paul Eggert <eggert@cs.ucla.edu>
2818
2819 Merge from gnulib, incorporating:
2820 2013-01-09 stdlib: port to Solaris 2.6
2821
2822 2013-01-04 Glenn Morris <rgm@gnu.org>
2823
2824 * info/dir: Add htmlfontify.
2825
2826 2013-01-04 Paul Eggert <eggert@cs.ucla.edu>
2827
2828 Merge from gnulib, incorporating:
2829 2013-01-04 stdio: remove now-unnecessary stdio.c
2830 2013-01-04 fprintftime: depend on stdio, not ignore-value
2831 2013-01-04 fwrite: silence __wur only for older glibc versions
2832 2013-01-04 fwrite: silence __wur without using inline
2833 * lib/stdio.c: Remove.
2834 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
2835 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2836
2837 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
2838
2839 Merge from gnulib, incorporating copyright-date changes and:
2840 2012-12-31 dup2: work around cygwin bug
2841
2842 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
2843
2844 * configure.ac: Check for GtkHandlebox.
2845 Check for GtkTearoffMenuItem.
2846 New enable: --enable-gtk-deprecation-warnings, default off.
2847 (HAVE_GTK3): If above enable is off, add
2848 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
2849
2850 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
2851
2852 * configure.ac (TEMACS_LDFLAGS2): Don't define.
2853 (LIBS_GNUSTEP): Set for GNUstep and substitute.
2854 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
2855
2856 2012-12-27 Glenn Morris <rgm@gnu.org>
2857
2858 * configure.ac (emacs_config_options): New.
2859 Use $@ rather than undocumented $ac_configure_args.
2860 Replace any embedded double quotes. (Bug#13274)
2861
2862 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
2863
2864 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
2865 (Bug#13222)
2866
2867 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
2868
2869 Revert static checking of stack smashing.
2870 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
2871 configured with --enable-gcc-warnings. -Wstack-protector causes
2872 diagnostics to be issued on Ubuntu 12.10 x86-64.
2873
2874 2012-12-24 Paul Eggert <eggert@cs.ucla.edu>
2875
2876 Merge from gnulib, incorporating:
2877 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
2878 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
2879 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
2880
2881 2012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
2882
2883 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
2884
2885 2012-12-16 Romain Francoise <romain@orebokech.com>
2886
2887 * configure.ac (acl): New option.
2888 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
2889 provided by libacl on GNU/Linux.
2890
2891 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2892
2893 Fix permissions bugs with setgid directories etc. (Bug#13125)
2894 * configure.ac (BSD4_2): Remove; no longer needed.
2895
2896 2012-12-13 Glenn Morris <rgm@gnu.org>
2897
2898 * info/dir: Add bovine, srecode, wisent.
2899
2900 2012-12-13 Andreas Schwab <schwab@suse.de>
2901
2902 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
2903 (uninstall): Likewise. (Bug#13142)
2904
2905 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
2906
2907 Merge from gnulib for 'inline' (Bug#13040), incorporating:
2908 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
2909 * m4/extern-inline.m4: Update from gnulib.
2910
2911 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
2912
2913 * lib/makefile.w32-in (SIG2STR_H): New macro.
2914 ($(BLD)/sig2str.$(O)): Update dependencies.
2915
2916 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
2917
2918 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
2919 There's no need to test for any of three inotify functions,
2920 since we use all three. Check for just the first one.
2921
2922 2012-12-10 Daniel Colascione <dancol@dancol.org>
2923
2924 * .bzrignore: Add src/emacs.res.
2925
2926 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
2927 build how to compile Windows resource files; use these variables
2928 to tell src/Makefile.in how and whether to compile resources.
2929
2930 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2931
2932 * configure.ac (inotify): New option.
2933 (HAVE_INOTIFY): Test for inotify.
2934
2935 2012-12-09 Andreas Schwab <schwab@linux-m68k.org>
2936
2937 * configure.ac: Fix source command in .gdbinit.
2938 Don't quote $MAKEINFO.
2939
2940 2012-12-09 Paul Eggert <eggert@cs.ucla.edu>
2941
2942 Allow spaces in some configuration vars (Bug#13078).
2943 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
2944 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
2945 All uses quoted, to allow spaces in these vars.
2946
2947 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
2948
2949 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
2950 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
2951 New files, copied automatically from gnulib.
2952 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2953
2954 2012-12-08 Eli Zaretskii <eliz@gnu.org>
2955
2956 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
2957 Remove a stray character at the beginning of the file.
2958 (Bug#13026)
2959
2960 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
2961
2962 Simplify get_lim_data.
2963 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
2964
2965 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
2966 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
2967 Use SIGCHLD rather than SIGCLD.
2968 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
2969 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2970 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
2971
2972 2012-12-06 Glenn Morris <rgm@gnu.org>
2973
2974 * configure.ac: Handle info/ files with or without ".info" extension.
2975
2976 2012-11-30 Paul Eggert <eggert@cs.ucla.edu>
2977
2978 Merge from gnulib for 'inline' (Bug#13040), incorporating:
2979 2012-11-29 snippet/warn-on-use: no 'static inline'
2980 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
2981 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
2982 2012-11-29 fflush, stat: no 'static inline'
2983 2012-11-29 stdio: better 'inline'
2984 2012-11-29 sys_stat: no 'static inline'
2985 2012-11-29 unistd: better 'inline'
2986 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
2987 2012-11-29 extern-inline: no 'static inline'
2988 2012-11-29 sys_socket: better 'inline'
2989 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
2990 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
2991 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
2992 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
2993 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
2994 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
2995 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
2996 Update from gnulib.
2997
2998 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2999
3000 * make-dist (nt): Adjust to changes in names of the *.manifest files.
3001
3002 2012-11-24 Ken Brown <kbrown@cornell.edu>
3003
3004 * configure.ac (HAVE_MOUSE): Remove.
3005
3006 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
3007
3008 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
3009 * configure.ac: Do not check for dirent.h or closdir.
3010
3011 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
3012
3013 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
3014 * configure.ac: Do not check for getcwd or getwd.
3015
3016 2012-11-21 Glenn Morris <rgm@gnu.org>
3017
3018 * configure.ac (--enable-profiling): Doc fix.
3019
3020 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
3021
3022 Improve static checking of integer overflow and stack smashing.
3023 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
3024 if using GCC 4.7.2 or later on a platform with
3025 at least 64-bit long int. This improves static checking on these
3026 platforms, when configured with --enable-gcc-warnings.
3027
3028 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
3029
3030 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
3031 * configure.ac: Do not check for fcntl.h.
3032 * lib/gnulib.mk: Regenerate.
3033
3034 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
3035
3036 Remove no-longer-used pty_max_bytes variable.
3037 * configure.ac (fpathconf): Remove unnecessary check.
3038
3039 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
3040
3041 Use faccessat, not access, when checking file permissions (Bug#12632).
3042 * .bzrignore: Add lib/fcntl.h.
3043 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
3044 (gl_FCNTL_O_FLAGS): Define a dummy version.
3045 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
3046 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
3047 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
3048 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
3049 New files, from gnulib.
3050 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3051
3052 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
3053
3054 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
3055 * configure.ac (setpgid, setsid): Assume their existence.
3056 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
3057
3058 Simplify by assuming __fpending.
3059 Now that Emacs is using the gnulib fpending module,
3060 there's no need for Emacs to have a separate implementation.
3061 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
3062 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
3063
3064 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3065
3066 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
3067 $(BLD)/close-stream.$(O).
3068 ($(BLD)/close-stream.$(O))
3069 ($(BLD)/fpending.$(O)): New dependencies.
3070
3071 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
3072
3073 Fix data-loss with --batch (Bug#9574).
3074 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
3075 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
3076 New files, from gnulib.
3077 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3078
3079 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3080
3081 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
3082
3083 2012-11-02 Glenn Morris <rgm@gnu.org>
3084
3085 * Makefile.in (EMACS_ICON): New variable.
3086 (install-etc): Use EMACS_ICON to allow choice of icon.
3087
3088 2012-10-26 Glenn Morris <rgm@gnu.org>
3089
3090 * Makefile.in (EMACS_NAME): New variable.
3091 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
3092
3093 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
3094 applied to $EXEEXT.
3095
3096 * Makefile.in (uninstall): Don't abort if some directories are missing.
3097 Apply transformation rules to manual pages, desktop and icon files.
3098 No more emacs22 icons to uninstall.
3099
3100 2012-10-24 Glenn Morris <rgm@gnu.org>
3101
3102 * Makefile.in (install-etc, install-man):
3103 Don't apply program transform to standard file suffixes.
3104
3105 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
3106
3107 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
3108 This ports to Gentoo. Problem originally reported against coreutils,
3109 but Emacs has it too.
3110
3111 2012-10-23 Glenn Morris <rgm@gnu.org>
3112
3113 * Makefile.in (emacs_transform): Remove.
3114 (install-man): Revert 2012-10-21 change. (Bug#12713)
3115
3116 2012-10-21 Glenn Morris <rgm@gnu.org>
3117
3118 * Makefile.in (install-etc): Don't install emacs22 icons.
3119
3120 * Makefile.in (emacs_transform): New variable.
3121 (install-etc): Prefer a make variable to a shell variable.
3122
3123 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3124
3125 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
3126
3127 2012-10-15 Glenn Morris <rgm@gnu.org>
3128
3129 * Makefile.in (install-man, install-etc):
3130 Apply $TRANSFORM. (Bug#12536#34)
3131 (clean): Delete etc/emacs.tmpdesktop.
3132
3133 2012-10-11 Kenichi Handa <handa@gnu.org>
3134
3135 * .bzrignore: Add several files under admin/charsets.
3136
3137 2012-10-08 Daniel Colascione <dancol@dancol.org>
3138
3139 * configure.ac: Add --with-w32 as a window system option.
3140 Limit it to Cygwin for now. Integrate w32 into the refactored window
3141 system configuration and set TERM_HEADER to w32term.h when w32 is
3142 configured.
3143
3144 (CYGWIN_OBJ): Add cygw32.o.
3145
3146 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
3147
3148 * configure.ac: Check that OSX is 10.4 or newer.
3149
3150 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
3151
3152 Improve sys_siglist detection.
3153 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
3154 Otherwise, it's not found in either Fedora 17 or Solaris 11.
3155
3156 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
3157
3158 Merge from gnulib, incorporating:
3159 2012-10-02 pselect: reject invalid file descriptors
3160 2012-10-02 ptsname: reject invalid file descriptors
3161 2012-10-02 manywarnings: cater to more gcc infelicities
3162 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
3163 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
3164 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
3165 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3166
3167 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
3168
3169 Merge from gnulib, incorporating:
3170 2012-09-28 extern-inline: provide a -Wundef safe config.h
3171
3172 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
3173
3174 Check more robustly for timer_settime.
3175 This should fix an OS X build problem reported by Ivan Andrus in
3176 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
3177 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
3178 does threads its own way.
3179 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3180
3181 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
3182
3183 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
3184 to avoid problems with recursion when using GNU make.
3185
3186 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
3187
3188 * Makefile.in (bootstrap): Simplify build procedure.
3189 Suggested by Wolfgang Jenker in
3190 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
3191
3192 Merge from gnulib, incorporating:
3193 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
3194
3195 2012-09-18 Jan Djärv <jan.h.d@swipnet.se>
3196
3197 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
3198
3199 2012-09-17 Andreas Schwab <schwab@linux-m68k.org>
3200
3201 * Makefile.in (bootstrap): Revert last change. Run config.status
3202 after config.status --recheck, run configure from $(srcdir).
3203 (config.status): Run configure from $(srcdir).
3204
3205 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
3206
3207 * Makefile.in: Fix build error on FreeBSD.
3208 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
3209 Suggested by Wolfgang Jenker in
3210 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
3211 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
3212 This undoes part of the 2012-09-10 patch.
3213 (bootstrap): Run ./configure, rather than trying to run config.status
3214 if it exists. That builds src/epaths.h more reliably.
3215 Run autogen/copy_autogen if autogen.sh fails,
3216 to create 'configure'. Reported by Andreas Schwab in
3217 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
3218 * autogen.sh: Exit with status 1 when failing due to missing tools,
3219 reverting the 2012-09-10 change to this file.
3220 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
3221 Use 'cp -f' for the build-aux files, since the destinations are
3222 typically read-only.
3223
3224 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
3225 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
3226 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
3227
3228 2012-09-17 Glenn Morris <rgm@gnu.org>
3229
3230 * configure.ac (copyright): New output variable.
3231 (COPYRIGHT): New AC_DEFINE.
3232
3233 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
3234
3235 Remove configure's --without-sync-input option (Bug#12450).
3236 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
3237
3238 2012-09-16 Glenn Morris <rgm@gnu.org>
3239
3240 Increase compartmentalization of Nextstep builds rules,
3241 and store Emacs version number in fewer versioned files.
3242 * configure.ac (ns_appsrc): Use relative names.
3243 (ns_frag): Remove.
3244 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
3245 (nextstep/Makefile): Generate these nextstep files.
3246 (SUBDIR_MAKEFILES): Add nextstep.
3247 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
3248 * make-dist (nextstep/templates): Add directory.
3249 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
3250 (nextstep/Cocoa/Emacs.base/Contents)
3251 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
3252
3253 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
3254
3255 Port better to POSIX hosts lacking _setjmp (Bug#12446).
3256 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
3257 (_setjmp, _longjmp): Remove.
3258
3259 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
3260
3261 * configure.ac (--without-sync-input): Fix typo in usage message.
3262
3263 * configure.ac: Port to hosts lacking gtk.
3264 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
3265 better, in particular, problems in invoking pkg-config itself.
3266 This is useful on hosts that don't have pkg-config.
3267 (GTK_MODULES): Do not exit 'configure' simply because gtk3
3268 and gtk2 are both missing. Problem found on Solaris 8.
3269
3270 2012-09-13 Jan Djärv <jan.h.d@swipnet.se>
3271
3272 * configure.ac: Reorder Xaw3d messages.
3273 Report Gtk+ 3 as GTK.
3274
3275 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3276
3277 Simplify SIGIO usage (Bug#12408).
3278 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
3279 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
3280 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
3281 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
3282 to #undef SIGIO now (which was error-prone). Likewise, all uses
3283 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
3284
3285 2012-09-12 Jan Djärv <jan.h.d@swipnet.se>
3286
3287 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
3288 and then gtk2 if not found.
3289 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
3290 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
3291 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
3292
3293 2012-09-11 Glenn Morris <rgm@gnu.org>
3294
3295 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
3296 Be more explicit about dependencies, for parallel `make install'.
3297
3298 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
3299
3300 Simplify, document, and port floating-point (Bug#12381).
3301 * configure.ac (logb, cbrt): Do not check for these functions,
3302 as they are not being used.
3303
3304 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
3305
3306 Improve robustness of 'make bootstrap' (Bug#12376).
3307 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
3308 * INSTALL, README: Document autogen.sh.
3309 * Makefile.in (Makefile): Mark it as precious, since it's updated
3310 atomically.
3311 (MAKE_CONFIG_STATUS): New macro.
3312 (config.status, bootstrap): Use it. This causes 'make bootstrap'
3313 to run config.status with the --recheck option, which is more
3314 appropriate for a bootstrap.
3315 (bootstrap): Run autogen.sh right after cleaning. Don't worry
3316 about failures due to missing tools.
3317 * autogen.sh: Exit with status 101 when failing due to missing tools.
3318 * make-dist: Distribute autogen.sh.
3319
3320 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
3321
3322 Assume C89 or later for math functions (Bug#12381).
3323 * configure.ac (frexp, fmod): Remove checks for these functions,
3324 as we now assume them.
3325 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
3326 (HAVE_EXCEPTION):
3327 Remove; no longer needed.
3328
3329 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
3330
3331 More signal-handler cleanup (Bug#12327).
3332 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
3333
3334 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
3335
3336 Signal-handler cleanup (Bug#12327).
3337 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
3338 Adjust to syssignal.h changes.
3339 (SIGNAL_H_AB): Remove; no longer needed.
3340
3341 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
3342
3343 Simplify redefinition of 'abort' (Bug#12316).
3344 * configure.ac (NO_ABRT): Remove.
3345
3346 * configure.ac (_setjmp, _longjmp): Check by compiling
3347 instead of by guessing. The guesses were wrong for
3348 recent versions of Solaris, such as Solaris 11.
3349
3350 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
3351
3352 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
3353 It generates false alarms in doc.c, regex.c, xdisp.c. See
3354 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
3355
3356 Merge from gnulib, incorporating:
3357 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
3358 2011-11-30 manywarnings: update the list of "all" warnings
3359
3360 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
3361
3362 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
3363
3364 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3365
3366 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
3367 This ports to glibc 2.15 or later, when configured with
3368 --enable-gcc-warnings. See Eric Blake in
3369 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
3370
3371 2012-09-01 Daniel Colascione <dan.colascione@gmail.com>
3372
3373 * configure.ac: Introduce term_header variable, which holds the
3374 value which will become TERM_HEADER in code. We effect our choice
3375 of window system by setting term_header and WINDOW_SYSTEM_OBJ
3376 instead of using ad-hoc variables and flags for each window
3377 system.
3378
3379 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
3380
3381 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
3382 and if the user has not specified CFLAGS. -g3 simplifies
3383 debugging, since it makes macros visible to the debugger.
3384
3385 2012-08-25 Juanma Barranquero <lekktu@gmail.com>
3386
3387 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
3388
3389 2012-08-25 Eli Zaretskii <eliz@gnu.org>
3390
3391 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
3392 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
3393
3394 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3395
3396 On assertion failure, print backtrace if available.
3397 Merge from gnulib, incorporating:
3398 2012-08-24 execinfo: port to FreeBSD
3399 2012-08-22 execinfo: new module
3400 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3401 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
3402
3403 2012-08-22 Glenn Morris <rgm@gnu.org>
3404
3405 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
3406 do not create the bin/emacs link. (Bug#12011)
3407
3408 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
3409
3410 Merge from gnulib, incorporating:
3411 2012-08-20 extern-inline: support old GCC 'inline'
3412
3413 2012-08-20 Glenn Morris <rgm@gnu.org>
3414
3415 * configure.ac (AC_PROG_LN_S): Test for ln.
3416 * Makefile.in (LN_S): New, set by configure.
3417 (install-arch-dep): Use $LN_S.
3418
3419 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
3420
3421 Merge from gnulib, incorporating:
3422 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
3423 2012-08-19 mktime, sys_select: avoid 'static inline'
3424 2012-08-19 gnulib-tool: Fix indentation.
3425
3426 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
3427
3428 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
3429 These files have been unused since the 2012-06-22 patch that
3430 introduced high-resolution time stamps.
3431
3432 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
3433
3434 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
3435 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
3436
3437 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
3438
3439 Merge from gnulib, incorporating:
3440 2012-08-05 extern-inline: also ignore -Wmissing-declarations
3441
3442 2012-08-10 Juanma Barranquero <lekktu@gmail.com>
3443
3444 * lib/makefile.w32-in (STAT_TIME_H): New macro.
3445 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
3446 ($(BLD)/u64.$(O)): Update dependencies.
3447
3448 2012-08-10 Glenn Morris <rgm@gnu.org>
3449
3450 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
3451
3452 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
3453
3454 * configure.ac (--disable-features): Rename to --without-all.
3455 (OPTION_DEFAULT_ON): Change to use with_features.
3456 * INSTALL: Fix description.
3457
3458 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
3459
3460 * configure.ac: New option --disable-features.
3461 (OPTION_DEFAULT_ON): Change to use enable_features.
3462 * INSTALL: Explain --disable-features.
3463
3464 2012-08-07 Glenn Morris <rgm@gnu.org>
3465
3466 * configure.ac: Require automake 1.11 (fairly arbitrarily).
3467 * autogen.sh (automake_min): Get it from configure.ac.
3468
3469 2012-08-06 Glenn Morris <rgm@gnu.org>
3470
3471 * configure.ac (BROKEN_GETWD) [unixware]: New define.
3472
3473 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
3474 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
3475 (DISPNEW_NEEDS_STDIO_EXT): New define.
3476
3477 2012-08-05 Michael Albinus <michael.albinus@gmx.de>
3478
3479 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
3480
3481 2012-08-05 Ulrich Müller <ulm@gentoo.org>
3482
3483 * configure.ac: Disable paxctl if binaries don't have a
3484 PT_PAX_FLAGS program header. (Bug#11979)
3485
3486 2012-08-03 Eli Zaretskii <eliz@gnu.org>
3487
3488 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
3489 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
3490 (SHA512_H): Don't mention u64.h twice.
3491 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
3492 New targets.
3493
3494 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
3495
3496 Merge from gnulib, incorporating:
3497 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
3498
3499 2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3500
3501 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
3502 out-of-tree build.
3503
3504 2012-08-02 Glenn Morris <rgm@gnu.org>
3505
3506 * make-dist: Remove src/s.
3507
3508 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
3509
3510 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3511
3512 Merge from gnulib (Bug#12116), incorporating:
3513 2012-08-01 extern-inline: new module
3514 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
3515 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
3516 New files. The new .c files are for instantiating extern inline
3517 functions.
3518
3519 Port to Solaris 8.
3520 Without this change, 'configure' fails because the recently-added
3521 wait3 prototype in config.h messes up later 'configure' tests.
3522 Fix this problem by droping wait3 and WRETCODE, as they're
3523 no longer needed on hosts that are current porting targets.
3524 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
3525 All uses changed to waitpid and WEXITSTATUS.
3526
3527 Avoid needless autoheader after autogen.sh.
3528 * .bzrignore: Add src/stamp-h.in.
3529 * autogen.sh: Create src/stamp-h.in.
3530
3531 2012-08-01 Glenn Morris <rgm@gnu.org>
3532
3533 * configure.ac (DOS_NT, MSDOS): New system type templates.
3534
3535 2012-08-01 Ulrich Müller <ulm@gentoo.org>
3536
3537 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
3538 Don't include crtbegin.o and crtend.o. (Bug#12047)
3539
3540 2012-08-01 Glenn Morris <rgm@gnu.org>
3541
3542 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
3543 (INTERNAL_TERMINAL): New.
3544
3545 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
3546 (IS_ANY_SEP): Move here from src/lisp.h.
3547
3548 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
3549
3550 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
3551 (CONF_POST_H): New macro.
3552
3553 2012-07-31 Glenn Morris <rgm@gnu.org>
3554
3555 * configure.ac (S_FILE): Remove output variable.
3556
3557 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
3558
3559 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
3560 Move here from src.
3561
3562 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
3563 Move here from conf_post.h.
3564
3565 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3566
3567 Improve OpenMotif detection on GNU/Linux systems.
3568 * configure.ac (MOTIF): Check for /usr/include/openmotif
3569 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
3570
3571 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3572
3573 * Makefile.in (install-arch-indep): Avoid eval.
3574
3575 2012-07-31 Glenn Morris <rgm@gnu.org>
3576
3577 * configure.ac (opsysfile, S_FILE): Now they are always empty.
3578
3579 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
3580 when removing src/s/sol2-6.h yesterday.
3581
3582 * configure.ac (USG5_4): Reintroduce this.
3583 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
3584
3585 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
3586
3587 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
3588 and to s/usg5-4-common.h on irix6-5.
3589
3590 2012-07-30 Glenn Morris <rgm@gnu.org>
3591
3592 * configure.ac (AH_BOTTOM): Use an include file, so that the
3593 contents do not get processed by autoheader.
3594
3595 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3596
3597 Do not overwrite config.status while executing it (Bug#11214).
3598 * Makefile.in (MAKEFILE_NAME): New macro.
3599 ($(MAKEFILE_NAME)): Rename rule from Makefile.
3600 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
3601 so that GNU 'make' isn't tempted to make the Makefile and then
3602 regenerate config.status while config.status is running.
3603
3604 Update .PHONY listings in makefiles.
3605 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
3606 FRC, install-arch-dep, install-arch-indep, install-doc,
3607 install-info, install-man, install-etc, install-strip, uninstall,
3608 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
3609 (.RECURSIVE): Remove; hasn't been needed for years.
3610
3611 2012-07-30 Glenn Morris <rgm@gnu.org>
3612
3613 * configure.ac (SIGNAL_H_AHB): New hack macro.
3614 (opsysfile): Set to empty on netbsd, openbsd.
3615 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
3616
3617 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
3618
3619 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
3620
3621 * Makefile.in (install-arch-indep): Remove sh -x.
3622
3623 2012-07-30 Glenn Morris <rgm@gnu.org>
3624
3625 * configure.ac (opsysfile): Tweak message for null case.
3626
3627 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
3628 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
3629
3630 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
3631
3632 * Makefile.in (install-arch-indep): Handle space in locallisppath.
3633
3634 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
3635
3636 Use Gnulib environ module (Bug#9772).
3637 * m4/environ.m4: New file, from gnulib.
3638 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3639
3640 Use Gnulib stdalign module (Bug#9772, Bug#9960).
3641 This should improve portability of macros like alignof and DECL_ALIGN.
3642 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
3643 * .bzrignore: Add lib/stdalign.h.
3644 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
3645 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
3646 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
3647 fiddles with this, as gnulib now does this for us.
3648
3649 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3650
3651 Fix toolkit configuration report.
3652 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
3653 --with-x-toolkit=gtk3 is used.
3654
3655 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
3656
3657 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
3658 * configure.ac: Configure gnulib at the end, not before running
3659 pkg-config. This restores the behavior before 2012-06-22, when
3660 higher-resolution time stamps were added, and fixes a bug whereby
3661 LIB_PTHREAD was not used and gnulib's part of 'configure'
3662 therefore incorrectly assumed that pthread_sigmask wasn't working.
3663 Fix the problem with -lrt and clock_gettime a different way.
3664 This should complete the fix for Bug#11884.
3665 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
3666
3667 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
3668
3669 Merge from gnulib, incorporating:
3670 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
3671 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
3672
3673 2012-07-14 Glenn Morris <rgm@gnu.org>
3674
3675 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
3676 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
3677
3678 2012-07-13 Glenn Morris <rgm@gnu.org>
3679
3680 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
3681
3682 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
3683 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
3684 Move "system type" macros here from src/s.
3685 (BSD_SYSTEM_AHB): New hack macro.
3686 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
3687
3688 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
3689 (GC_MARK_SECONDARY_STACK): Move here from src/s.
3690
3691 2012-07-12 Glenn Morris <rgm@gnu.org>
3692
3693 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
3694 setting here from src/s/darwin.h.
3695
3696 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
3697 as src/s/darwin.h used to.
3698
3699 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
3700 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
3701 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
3702 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3703 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3704 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
3705 (XOS_NEEDS_TIME_H): Move here from src/s.
3706
3707 2012-07-11 Glenn Morris <rgm@gnu.org>
3708
3709 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
3710 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
3711
3712 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
3713
3714 * configure.ac (tzset): Remove check that's redundant with gnulib.
3715
3716 2012-07-11 Glenn Morris <rgm@gnu.org>
3717
3718 * configure.ac (CLASH_DETECTION): Define unconditionally.
3719
3720 * configure.ac (opsysfile): Use bsd-common on gnu systems.
3721
3722 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT)
3723 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
3724
3725 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
3726
3727 Assume mkdir, rename, rmdir, strerror.
3728 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
3729
3730 2012-07-11 Glenn Morris <rgm@gnu.org>
3731
3732 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
3733
3734 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
3735
3736 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
3737
3738 Remove "#define unix" that is no longer needed (Bug#11905).
3739 Merge from gnulib to make "#define unix" unnecessary, incorporating:
3740 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
3741 2012-07-09 getopt: Simplify after Emacs changed.
3742
3743 2012-07-10 Glenn Morris <rgm@gnu.org>
3744
3745 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
3746 Move here from src/s.
3747
3748 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
3749
3750 * configure.ac (PNG_DEPSTRUCT): Define this instead of
3751 PNG_DEPRECATED.
3752
3753 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3754
3755 Add GCC-style 'const' attribute to functions that can use it.
3756 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
3757 (ATTRIBUTE_CONST): New macro, in config.h.
3758
3759 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
3760
3761 * lib/makefile.w32-in: Rework dependencies.
3762 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
3763 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
3764 (U64_H, SHA512_H): New macros.
3765 (SRC): Redefine to point to src/, not current directory.
3766 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
3767 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
3768 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
3769 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
3770 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
3771 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
3772 ($(BLD)/filemode.$(O)): Update dependencies.
3773
3774 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3775
3776 Merge from gnulib, incorporating:
3777 2012-07-09 timespec: mark functions with const attributes
3778
3779 Rename configure.in to configure.ac (Bug#11603).
3780 The name 'configure.in' has been obsolescent for quite some time,
3781 and the next release of Autoconf will generate warnings for it.
3782 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
3783 'configure.in' as autoconf input" in the Autoconf git repository.
3784 * configure.ac: Rename from configure.in.
3785 * INSTALL, INSTALL.BZR, README, make-dist:
3786 * Makefile.in (AUTOCONF_INPUTS):
3787 * autogen.sh (autoconf_min):
3788 * autogen/update_autogen (sources):
3789 Adjust to reflect new name.
3790
3791 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
3792
3793 Restore deprecation warnings, except for older libpng.
3794 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
3795 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
3796 (PNG_DEPRECATED): Define when compiling with older PNG versions.
3797
3798 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
3799
3800 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
3801
3802 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
3803
3804 Improve static checking when configured --with-ns.
3805 See Samuel Bronson's remarks in
3806 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
3807 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
3808 a no-op with recent GCC and harmful in earlier ones.
3809 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
3810 warning when compiling with ObjC. Always omit
3811 -Wunsafe-loop-optimizations, as we don't mind when optimization is
3812 being done correctly.
3813
3814 2012-07-07 Glenn Morris <rgm@gnu.org>
3815
3816 * configure.in (BROKEN_SA_RESTART): Doc fix.
3817
3818 * configure.in: Rather than checking for things then undef'ing
3819 them on some platforms, simply don't check for them.
3820 (getwd): Don't check for it on unixware.
3821 (random, rint): Don't check for these on hpux.
3822 (res_init, libresolv): Don't check for these on darwin.
3823
3824 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
3825
3826 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
3827 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
3828 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
3829 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
3830
3831 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3832
3833 * configure.in: Document --enable-gcc-warnings better.
3834
3835 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
3836 This is safer than strcasecmp, which has unspecified behavior
3837 outside the POSIX locale and in practice sometimes does not work
3838 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
3839 * configure.in (strcasecmp, strncasecmp): Remove checks.
3840
3841 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
3842 * lib/c-strncasecmp.c: New files, taken from gnulib.
3843 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3844
3845 Merge from gnulib, incorporating:
3846 2012-07-06 timespec-sub: avoid duplicate include
3847 Reported by Juanma Barranquero.
3848
3849 2012-07-06 Glenn Morris <rgm@gnu.org>
3850
3851 * make-dist [update]: Let autoreconf figure out what needs updating.
3852 Use `make info-real'. leim/leim-list.el should always exist.
3853 Check cd return value.
3854
3855 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3856
3857 Merge from gnulib. This is for OpenBSD 5.1 amd64.
3858 * m4/sys_time_h.m4: New version from gnulib, incorporating:
3859 2012-07-05 sys_time: allow too-wide tv_sec
3860
3861 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
3862
3863 Merge from gnulib.
3864 * lib/alloca.in.h: New version from gnulib, incorporating:
3865 2012-07-03 alloca: add support for HP NonStop TNS/E native
3866
3867 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
3868
3869 * configure.in: If --enable-gcc-warnings, disable
3870 -Wunsafe-loop-optimizations for -O1 optimization level.
3871
3872 2012-06-30 Glenn Morris <rgm@gnu.org>
3873
3874 * configure.in (standardlisppath): New output variable.
3875 (lisppath): Use standardlisppath.
3876 * Makefile.in (standardlisppath): New, set by configure.
3877 (epaths-force): Use standardlisppath and locallisppath rather than
3878 lisppath.
3879
3880 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3881
3882 * configure.in: Fix previous change. Remove --enable-asserts.
3883 (CPPFLAGS): Remove conditional -DXASSERTS=1.
3884 Add --enable-link-time-optimization.
3885 * INSTALL: Mention this.
3886
3887 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3888
3889 * configure.in: Add glyphs category to --enable-checking option.
3890 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
3891
3892 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3893
3894 * configure.in (ENABLE_CHECKING): Update comment.
3895
3896 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
3897
3898 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
3899 Emacs proper no longer uses these headers, and can rely on Gnulib
3900 for these checks.
3901
3902 Merge from gnulib.
3903 * m4/getopt.m4: Copy new version from gnulib, incorporating:
3904 getopt-posix: No longer guarantee that option processing is resettable.
3905
3906 2012-06-27 Glenn Morris <rgm@gnu.org>
3907
3908 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
3909
3910 * INSTALL: Remove references to paths.el.
3911
3912 2012-06-26 Eli Zaretskii <eliz@gnu.org>
3913
3914 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
3915 This replaces separate dependency for each object file, which required
3916 the same object file to be mentioned twice, causing failures in
3917 parallel builds.
3918
3919 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
3920
3921 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
3922 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
3923
3924 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
3925
3926 * configure.in (AC_CHECK_FUNCS): Detect library functions
3927 strcasecmp and strncasecmp.
3928
3929 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
3930
3931 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
3932 We might as well use the spelling standardized by C11,
3933 as in the long run that should simplify maintenance.
3934 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
3935
3936 2012-06-24 Eli Zaretskii <eliz@gnu.org>
3937
3938 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O))
3939 ($(BLD)/timespec-add.$(O))
3940 ($(BLD)/timespec-sub.$(O)): Don't depend on
3941 $(EMACS_ROOT)/nt/inc/sys/time.h.
3942
3943 * lib/stat-time.h:
3944 * lib/timespec.h:
3945 * lib/utimens.h: Revert last change.
3946
3947 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
3948
3949 Merge from gnulib.
3950 * m4/getopt.m4: Copy new version from gnulib, incorporating:
3951 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
3952
3953 2012-06-23 Eli Zaretskii <eliz@gnu.org>
3954
3955 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
3956 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
3957 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
3958 $(BLD)/timespec-sub.$(O).
3959 ($(BLD)/dtotimespec.$(O))
3960 ($(BLD)/gettime.$(O))
3961 ($(BLD)/timespec-add.$(O))
3962 ($(BLD)/timespec-sub.$(O)): New dependencies.
3963
3964 * lib/stat-time.h:
3965 * lib/timespec.h:
3966 * lib/utimens.h: Include sys/time.h.
3967
3968 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
3969
3970 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
3971 the correct CFLAGS and LIBS.
3972
3973 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3974
3975 Support higher-resolution time stamps (Bug#9000).
3976 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
3977 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
3978 that the new clock stuff doesn't clash with RSVG_LIBS.
3979 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
3980 as gnulib does that for us now.
3981 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
3982 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
3983 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
3984 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
3985 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
3986 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
3987 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
3988 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
3989 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
3990 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
3991 New files, copied automatically from gnulib.
3992 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
3993
3994 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3995
3996 Merge from gnulib.
3997 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
3998 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
3999 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
4000 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
4001 Copy new versions from gnulib, incorporating the following changes:
4002 2012-06-22 time_r: fix typo that always overrode localtime_r decl
4003 2012-06-22 Write "Mac OS X" instead of "MacOS X".
4004 2012-06-21 mktime: fix integer overflow in 'configure'-time test
4005 2012-06-21 nonblocking: Avoid compilation error on mingw64.
4006 2012-06-19 stat, fstat: Avoid warnings on mingw64.
4007 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
4008
4009 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
4010
4011 * configure.in: Rename --enable-use-lisp-union-type to
4012 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
4013 instead of USE_LISP_UNION_TYPE.
4014
4015 2012-06-12 Glenn Morris <rgm@gnu.org>
4016
4017 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
4018 (opsysfile): Set specially for sol2-10.
4019
4020 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
4021 New AC_DEFINEs, for hpux11.
4022 (opsysfile): Set specially for hpux11.
4023
4024 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
4025
4026 * configure.in: Coalesce some function checking.
4027 This makes 'configure' a bit smaller.
4028 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
4029
4030 2012-06-12 Glenn Morris <rgm@gnu.org>
4031
4032 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
4033
4034 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
4035
4036 * configure.in: Anticipate platforms with no src/s file.
4037
4038 2012-06-12 Chong Yidong <cyd@gnu.org>
4039
4040 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
4041
4042 2012-06-11 Glenn Morris <rgm@gnu.org>
4043
4044 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
4045
4046 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
4047
4048 * configure.in (dbus_type_is_valid): Check for library function.
4049
4050 2012-06-06 Glenn Morris <rgm@gnu.org>
4051
4052 * INSTALL, make-dist: Remove vcdiff.
4053
4054 2012-06-03 Glenn Morris <rgm@gnu.org>
4055
4056 * INSTALL, make-dist: Remove rcs-checkin.
4057
4058 2012-06-03 Ulrich Müller <ulm@gentoo.org>
4059
4060 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
4061
4062 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
4063
4064 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
4065 It is confusingly named and rarely useful. See, for example,
4066 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
4067 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
4068 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
4069 * configure.in: Remove --disable-maintainer-mode.
4070 (USE_MAINTAINER_MODE, MAINT): Remove.
4071
4072 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
4073
4074 Make 'configure' a bit smaller and faster.
4075 * configure.in (INSTALL_INFO): Set it with one call to
4076 AC_PATH_PROG, not three.
4077 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
4078 so likely that it'll be needed.
4079 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
4080 (AC_PROG_MAKE_SET): Remove; Automake does this.
4081 (sysinfo): Do not check for this function, as it's never used.
4082 (tzset): Check for this function just once.
4083 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
4084 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
4085
4086 2012-05-27 Eli Zaretskii <eliz@gnu.org>
4087
4088 * config.bat (lib): Create/update lib/stdalign.in-h and
4089 lib/sys_types.in-h.
4090
4091 * lib/makefile.w32-in ($(BLD)/md5.$(O))
4092 ($(BLD)/sha1.$(O))
4093 ($(BLD)/sha256.$(O))
4094 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
4095 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
4096
4097 * lib/getopt_.h: Regenerate.
4098
4099 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
4100
4101 Assume gnulib does largefile.
4102 Gnulib does the largefile configuration anyway, so when configure.in
4103 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
4104 * configure.in (AC_SYS_LARGEFILE): Remove.
4105 * lib/gnulib.mk: Autoupdate.
4106
4107 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
4108
4109 Merge from gnulib. (Bug#11527)
4110
4111 The build procedure now creates <stdalign.h> and <sys/types.h> for
4112 older hosts that lack a working <stdalign.h> or whose
4113 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
4114 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
4115 msdos and nt builds.
4116
4117 Here is a precis of gnulib changes that seem relevant; please see
4118 the gnulib ChangeLog for details.
4119
4120 2012-05-18 crypto: fix bug in large buffer handling
4121 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
4122 2012-05-10 _Noreturn: port config.h to gcc -Wundef
4123 2012-05-08 warnings.m4: give a means to specify the program to compile
4124 2012-05-07 stdint: be more consistent with glibc, SunOS libc
4125 2012-04-21 Large File Support for native Windows platforms.
4126 2012-04-14 stat: Bypass buggy override in mingw64.
4127 2012-03-29 stdio: don't assume gets any more
4128 2012-03-24 Enable common subexpression optimization in GCC.
4129 2012-02-09 maint: replace FSF snail-mail addresses with URLs
4130 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
4131 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
4132 2012-01-21 stdint: Add support for Android.
4133 2012-01-15 Improve support for MSVC 9.
4134 2012-01-08 mktime: Avoid compilation error on Solaris 11.
4135 2012-01-05 Use ', not `, for quoting output.
4136 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
4137 2012-01-05 strtoimax: Work around AIX 5.1 bug.
4138 2012-01-05 inttypes: Modernize.
4139 2011-12-13 inttypes, stdint: add C++11 support
4140 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
4141 2011-11-21 _Noreturn: Check that _MSC_VER is defined
4142 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
4143 2011-11-09 raise: fix mingw handling of SIGPIPE
4144 2011-10-27 Add stdalign module and use it in other modules.
4145
4146 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
4147 * m4/sys_types_h.m4:
4148 New files.
4149 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
4150 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
4151 * build-aux/snippet/warn-on-use.h:
4152 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
4153 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
4154 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
4155 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
4156 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
4157 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
4158 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
4159 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
4160 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
4161 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
4162 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
4163 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
4164 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
4165 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
4166 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
4167 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
4168 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
4169 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
4170 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
4171 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
4172 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
4173 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
4174 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
4175 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
4176 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
4177 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
4178 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
4179 Update from gnulib.
4180
4181 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
4182
4183 Remove src/m/*.
4184 * configure.in: Remove all mention of src/m/*.
4185 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
4186 All uses removed.
4187 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
4188 (BITS_PER_LONG_LONG): Move to src/lisp.h.
4189 * lib/makefile.w32-in: Remove dependencies on
4190 $(EMACS_ROOT)/src/m/intel386.h.
4191 * make-dist: Don't make links to src/m.
4192
4193 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
4194
4195 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
4196 Without this further fix, aclocal was being invoked unnecessarily.
4197
4198 2012-05-22 Glenn Morris <rgm@gnu.org>
4199
4200 * Makefile.in (blessmail, install-arch-dep, uninstall):
4201 Check cd lib-src works.
4202 (install-arch-dep, uninstall): Remove unneeded subshells.
4203
4204 2012-05-21 Glenn Morris <rgm@gnu.org>
4205
4206 * update-subdirs: Move to build-aux/.
4207 * make-dist, Makefile.in (install-arch-indep): Update for this change.
4208
4209 * Makefile.in (leimdir): New, set by configure.
4210 (COPYDIR, COPYDESTS): Add leim directories.
4211 (install-leim): Remove.
4212 (install-arch-indep): Handle leim installation directly.
4213
4214 * vpath.sed: Remove unused file.
4215 * make-dist: No more vpath.sed.
4216
4217 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
4218
4219 Use full name for m4/gnulib-comp.m4. (Bug#11529)
4220 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
4221 even though the file's name in gnulib is m4/gnulib-comp.m4.
4222 This had a problem when merging from gnulib, as the code temporarily
4223 renamed it to the full name, causing problems when interrupted.
4224 Now the file has its full name, with the idea that we will find
4225 a solution for MS-DOS that does not affect the rest of Emacs.
4226 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
4227
4228 Assume C89 or later.
4229 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
4230 (POINTER_TYPE, PROTOTYPES): Remove.
4231
4232 Make merging from gnulib a script, not a makefile action.
4233 Putting it in a makefile has some problems with reflection, as
4234 merging from gnulib updates 'configure', which can update the makefile.
4235 Putting it in a standalone script breaks this loop.
4236 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
4237 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
4238 Remove, moving the actions to the script admin/merge-gnulib.
4239
4240 2012-05-21 Glenn Morris <rgm@gnu.org>
4241
4242 * configure.in (LEIM_INSTALLDIR):
4243 Rename to leimdir, treat like lispdir.
4244
4245 2012-05-21 Glenn Morris <rgm@gnu.org>
4246
4247 * Makefile.in (install-arch-indep, install-doc, install-info)
4248 (uninstall): Scrap superfluous subshells.
4249
4250 2012-05-19 Ulrich Müller <ulm@gentoo.org>
4251
4252 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
4253
4254 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
4255
4256 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
4257 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
4258 getsockopt, setsockopt, mremap, mempcpy.
4259
4260 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
4261 is being removed.
4262 (AC_CHECK_FUNCS): Remove ftime.
4263
4264 2012-05-19 Glenn Morris <rgm@gnu.org>
4265
4266 * Makefile.in (install-arch-indep): Remove unneeded subshell.
4267
4268 * Makefile.in (install-arch-indep): Remove unneeded chmod.
4269 Set permissions of lisp/subdirs.el.
4270
4271 * Makefile.in (SUBDIR): Add leim. Update users.
4272
4273 * Makefile.in (lib, lib-src, lisp): Check cd return value.
4274
4275 * Makefile.in (leim): No need to set PARALLEL.
4276
4277 2012-05-18 Glenn Morris <rgm@gnu.org>
4278
4279 * Makefile.in (install-arch-indep, install-info, install-man):
4280 Simplify some one-sided ifs.
4281
4282 * Makefile.in: Install only the relevant DOC file.
4283 (install-arch-indep): Delete etc/DOC*.
4284 (install-doc): No more need to delete etc/DOC.
4285
4286 * Makefile.in (install-arch-indep): Split into several rules.
4287 (install-doc, innstall-info, install-man): New rules.
4288
4289 * configure.in (mandir): May as well include it in the NS app bundle.
4290
4291 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
4292 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
4293 (install-arch-indep): Don't install-etc for self-contained ns builds.
4294
4295 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
4296 No longer unconditonally add /sw directories. (Bug#2280)
4297
4298 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
4299 (install-arch-indep): Depend on install-leim.
4300 (install): Remove explicit install-leim dependence.
4301
4302 * Makefile.in (install-arch-indep):
4303 Move last element of mkdir rule here.
4304 (mkdir): Remove rule.
4305
4306 * Makefile.in (install-arch-indep): Remove unneeded chmods.
4307 INSTALL_DATA does this for us.
4308
4309 * Makefile.in (install-arch-dep): Ensure bindir exists.
4310 Drop mkdir dependency.
4311 (install-arch-indep): Ensure docdir, infodir, mandir exist.
4312 (install-leim): Drop mkdir dependency.
4313 (mkdir): Remove most directories, now made in relevant rules.
4314
4315 * Makefile.in (install-arch-indep): Combine adjacent loops.
4316
4317 2012-05-17 Glenn Morris <rgm@gnu.org>
4318
4319 * Makefile.in (install-etc, mkdir):
4320 Make relevant directories in install-etc rather than mkdir.
4321
4322 * Makefile.in (write_subdir): Create the directory if needed.
4323 (install-arch-dep, mkdir): No need to make site-lisp directories.
4324
4325 * Makefile.in (write_subdir): New.
4326 (install-arch-indep, install-arch-dep): Use $write_subdir.
4327
4328 * configure.in (docdir, etcdir, infodir, lispdir):
4329 For a self-contained ns build, set these to the appropriate values.
4330 * Makefile.in (install-arch-dep): No need to move info/ any more.
4331
4332 * configure.in (ns_self_contained): New output variable.
4333 * Makefile.in (ns_self_contained): New, set by configure.
4334 (install-arch-dep): For a self-contained ns build,
4335 don't bother installing binaries then immediately deleting them.
4336
4337 * Makefile.in (ns_appbindir, ns_appresdir):
4338 Move them before things that may refer to them.
4339 (install-arch-dep): No need to relocate self-contained ns libexec.
4340
4341 * configure.in (archlibdir): Set it for self-contained ns builds.
4342 (libexecdir): Don't expand it now (this is mainly cosmetic).
4343
4344 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
4345
4346 * configure.in: Simplify by removing CPP etc.
4347 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
4348 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
4349 In particular we no longer need to fiddle with CPP, since we don't
4350 use CPP specially any more.
4351 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
4352 adjusted compiler.
4353 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
4354 since gl_EARLY and/or Autoconf already does these.
4355
4356 2012-05-16 Glenn Morris <rgm@gnu.org>
4357
4358 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
4359 (CPP): Do not unconditionally set it on Darwin.
4360 Instead, try to test if -no-cpp-precomp is accepted.
4361 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
4362
4363 2012-05-15 Glenn Morris <rgm@gnu.org>
4364
4365 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
4366
4367 * Makefile.in (install-arch-dep): Do not hard-code version number.
4368
4369 * Makefile.in (install-arch-dep): NS install no longer needs to
4370 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
4371
4372 2012-05-12 Glenn Morris <rgm@gnu.org>
4373
4374 * configure.in (ns_appbindir): Remove trailing "/".
4375
4376 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
4377 (MKDEPDIR): Use $MKDIR_P.
4378 * Makefile.in (MKDIR_P): New, set by configure.
4379 (mkdir): Use $MKDIR_P.
4380
4381 2012-05-11 Glenn Morris <rgm@gnu.org>
4382
4383 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
4384 Use INSTALL_DATA for the DOC file.
4385 Remove dead code for ./lisp that never executes.
4386
4387 2012-05-10 Glenn Morris <rgm@gnu.org>
4388
4389 * configure.in (LEIM_INSTALLDIR): New output variable.
4390
4391 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4392
4393 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
4394
4395 2012-05-08 Glenn Morris <rgm@gnu.org>
4396
4397 * make-dist: No more doc/lispref/*.el.
4398
4399 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
4400
4401 * configure.in: Fix quoting bugs.
4402
4403 2012-05-04 Glenn Morris <rgm@gnu.org>
4404
4405 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
4406
4407 2012-05-02 Glenn Morris <rgm@gnu.org>
4408
4409 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
4410 the choices made by FreeBSD and NetBSD. (Bug#10313)
4411
4412 * Makefile.in (INFO_FILES): Remove variable.
4413 (INFO_NONMISC): New variable.
4414 (install-arch-indep, uninstall): Don't use $INFO_FILES.
4415
4416 * Makefile.in (uninstall): Remove useless-use-of-for; that for
4417 some reason caused problems on an old Solaris.
4418
4419 * Makefile.in (install-arch-indep, uninstall):
4420 Ensure that INSTALL-type commands are run from top-level.
4421
4422 * info/dir: Make some entries consistent with the source texi files.
4423
4424 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
4425
4426 2012-05-02 Glenn Morris <rgm@gnu.org>
4427
4428 * Makefile.in (install-arch-indep):
4429 Combine adjacent install-data and install-info loops.
4430
4431 2012-05-01 Glenn Morris <rgm@gnu.org>
4432
4433 * Makefile.in (MAN_PAGES): Remove.
4434 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
4435
4436 * configure.in: Try libtinfo for tputs.
4437 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
4438
4439 * configure.in: Combine adjacent $opsys case blocks.
4440
4441 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
4442
4443 * configure.in: Invert the TERMINFO logic,
4444 since "yes" is far more common than "no".
4445
4446 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
4447
4448 * configure.in (LD_SWITCH_X_SITE_RPATH):
4449 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
4450
4451 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
4452
4453 2012-04-26 Glenn Morris <rgm@gnu.org>
4454
4455 * make-dist: No more doc/lispref/tindex.pl.
4456
4457 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
4458
4459 * configure.in (dbus_validate_bus_name, dbus_validate_path)
4460 (dbus_validate_interface, dbus_validate_member): Check also for
4461 these library functions.
4462
4463 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
4464
4465 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
4466 With glibc 2.14 or later, when compiled with GCC 4.7.0's
4467 -Werror=deprecated-declarations flag, use of hooks like
4468 __malloc_initialize_hook causes compilation to fail because these
4469 hooks are deprecated. Modify 'configure' to check for these hooks too.
4470 Simplify the 'configure' code to test for all the hooks at once.
4471 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
4472 (emacs_cv_var_doug_lea_malloc): ... this new var.
4473
4474 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
4475
4476 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
4477 dated 2011-10-07. Regenerating from current gnulib would be a
4478 pervasive change, and currently the trunk isn't open to such changes.
4479 * configure.in (WARN_CFLAGS): Remove; no longer needed now
4480 that gnulib does it.
4481 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4482
4483 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
4484
4485 * m4/gl-comp.m4: Update. (Bug#11285)
4486
4487 2012-04-20 Ludovic Courtès <ludo@gnu.org>
4488
4489 * configure.in: Don't use the -R option (Bug#11251).
4490
4491 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
4492
4493 configure: new option --enable-gcc-warnings (Bug#11207)
4494 I have been using this change for many months in my private copy
4495 of Emacs, and have used it to find several bugs. It's mature
4496 enough to publish now.
4497 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
4498 * configure.in: Support --enable-gcc-warnings, in the style of
4499 other GNU packages such as coreutils.
4500 (C_WARNINGS_SWITCH): Remove, replacing with...
4501 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
4502 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
4503 when including system files with GCC.
4504 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
4505 * lib/Makefile.am (AM_CFLAGS): New macro.
4506 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
4507
4508 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4509
4510 * configure.in (AC_CHECK_FUNCS):
4511 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
4512
4513 2012-04-16 Glenn Morris <rgm@gnu.org>
4514
4515 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
4516
4517 * configure.in: Remove X libs workaround for old autoconf.
4518
4519 2012-04-12 Ken Brown <kbrown@cornell.edu>
4520
4521 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
4522
4523 2012-04-11 Glenn Morris <rgm@gnu.org>
4524
4525 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
4526
4527 2012-04-10 Glenn Morris <rgm@gnu.org>
4528
4529 * configure.in: Conditionally generate admin/unidata/Makefile.
4530
4531 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
4532
4533 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
4534
4535 2012-04-09 Glenn Morris <rgm@gnu.org>
4536
4537 * Makefile.in (leim): Check cd return value. Pass fewer variables.
4538 (install-leim): Check cd return value. Pass $MFLAGS.
4539 (install-strip): Pass $MFLAGS.
4540
4541 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
4542 Eg org.texi has been using 4.7 functions for some time.
4543
4544 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
4545
4546 Check pkg-config exit status when configuring (Bug#10626).
4547 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
4548 works; check its exit status. Reported by Jordi Gutiérrez Hermoso in
4549 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
4550
4551 2012-04-07 Glenn Morris <rgm@gnu.org>
4552
4553 * README, configure.in (AC_INIT): Bump version to 24.1.50.
4554
4555 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4556
4557 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
4558
4559 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
4560
4561 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
4562 * configure.in (LIBS_TERMCAP): Default this to the result of
4563 the tputs library search. Do a run-time test for the linkability
4564 of tputs unless cross-compiling, as that's more reliable if the
4565 link flags and libraries are messed up. Don't change LIBS as
4566 a result of the test, as that may mess up later tests.
4567
4568 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
4569
4570 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
4571
4572 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
4573 specific makefiles to support getopt_.h generation with MSVC.
4574
4575 2012-02-04 Glenn Morris <rgm@gnu.org>
4576
4577 * Makefile.in (uninstall):
4578 Handle compressed info files and man pages. (Bug#10718)
4579
4580 2012-02-02 Glenn Morris <rgm@gnu.org>
4581
4582 * configure.in [HAVE_NS]:
4583 Error if use --without-toolkit-scroll-bars. (Bug#10673)
4584
4585 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
4586
4587 Port to older Solaris 10 versions (Bug#10677).
4588 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
4589 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
4590 possibly this is because Sun fixed the 'stat' bug in my version.
4591 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
4592 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
4593 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4594 These changes are based on gnulib version
4595 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
4596 because Emacs is in feature freeze and we do not want to merge any
4597 more-recent changes from gnulib.
4598
4599 2012-01-31 Glenn Morris <rgm@gnu.org>
4600
4601 * configure.in: Throw an explicit error if Motif toolkit was
4602 requested but requirements could not be found.
4603
4604 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
4605
4606 2012-01-30 Eli Zaretskii <eliz@gnu.org>
4607
4608 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
4609 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
4610 with "make -j3".
4611
4612 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
4613
4614 * .bzrignore: Ignore etc/__pycache__.
4615
4616 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
4617
4618 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
4619 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
4620 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
4621 by Nelson H. F. Beebe in
4622 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
4623
4624 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
4625
4626 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
4627
4628 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
4629
4630 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
4631 instead of LDFLAGS (Bug#10230).
4632
4633 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
4634
4635 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
4636
4637 Propagate configure flags to sub-configures.
4638 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
4639 New macros.
4640 (config.status, bootstrap): Use them to propagate configure flags
4641 to sub-configures.
4642 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
4643
4644 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
4645
4646 * .bzrignore: Add config.cache.
4647
4648 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
4649
4650 * configure.in: Check for gtk_window_set_has_resize_grip.
4651
4652 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
4653
4654 * configure.in (HAVE_XPM): Fix typo.
4655
4656 2011-11-22 Glenn Morris <rgm@gnu.org>
4657
4658 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
4659 have confusing effects on the build. (Bug#6401)
4660
4661 * Makefile.in (install-arch-dep): Tweak previous change.
4662
4663 2011-11-22 Yavor Doganov <yavor@gnu.org>
4664
4665 Do not install arch-dependent files in the app bundle if
4666 --disable-ns-self-contained is requested. (Bug#1335)
4667 * configure.in (exec_prefix, libexecdir): Define relative to
4668 `ns_appbindir' only if configured for a self-contained app.
4669 * Makefile.in (install-arch-dep): Test for the existence of
4670 libexec in the Emacs.app bundle before executing commands.
4671
4672 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
4673
4674 * configure.in: Remove reference to src/m/ibms390.h.
4675
4676 2011-11-13 Glenn Morris <rgm@gnu.org>
4677
4678 * INSTALL: Tiny updates for disk space used during installation.
4679
4680 2011-11-05 Eli Zaretskii <eliz@gnu.org>
4681
4682 * lib/makefile.w32-in (FRC): New dummy target.
4683 (TAGS): Depend on FRC.
4684
4685 2011-11-04 Glenn Morris <rgm@gnu.org>
4686
4687 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
4688 Do not include GnuTLS version info in final summary message.
4689
4690 2011-10-31 Eli Zaretskii <eliz@gnu.org>
4691
4692 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
4693 they exist there, else from autogen/.
4694
4695 * make-dist (msdos): Add depfiles.bat and inttypes.h.
4696
4697 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
4698
4699 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
4700
4701 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
4702
4703 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
4704 if the library is found. Otherwise, later configure-time tests,
4705 such as the test for pthread_sigmask, generate the wrong results
4706 on some platforms. Reported by Nali Toja for FreeBSD.
4707
4708 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
4709
4710 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
4711 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
4712 Remove; no longer needed, now that we defer to strftime for time
4713 zone names.
4714
4715 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
4716
4717 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
4718
4719 2011-10-18 Chong Yidong <cyd@gnu.org>
4720
4721 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
4722
4723 2011-10-13 Glenn Morris <rgm@gnu.org>
4724
4725 * configure.in: Also look for tputs in libcurses. (Bug#9736)
4726
4727 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
4728
4729 * configure.in: Remove check for -lintl (Bug#9713).
4730 The check could break 'configure' on GNU/Linux with a (broken) libintl.
4731 The check was helpful but not essential in Solaris 2.6 (1997),
4732 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
4733 obsolete -- Sun dropped support for it in 2006 -- and without
4734 access to that Silurian platform we can't maintain the code anyway.
4735
4736 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
4737
4738 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
4739 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
4740 * m4/gnulib-common.m4: Merge from gnulib.
4741 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
4742 command not found" on powerpc-apple-darwin9.8.0.
4743
4744 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
4745 This is now done by src/alloc.c.
4746
4747 2011-10-02 Richard Stallman <rms@gnu.org>
4748
4749 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
4750 and xlinux_second_failure to xgnu_linux_second_failure.
4751
4752 2011-09-29 Eli Zaretskii <eliz@gnu.org>
4753
4754 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
4755 lib/signal.in-h.
4756
4757 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
4758 Rename signal.in.h and alloca.in.h.
4759
4760 2011-09-28 Eli Zaretskii <eliz@gnu.org>
4761
4762 * INSTALL: Mention that m17n libraries and libotf are needed for
4763 Arabic shaping.
4764
4765 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
4766
4767 Merge from gnulib, improving some licensing wording.
4768 This clarifies and fixes some licensing issues raised by Glenn Morris
4769 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
4770 It also merges the latest version of texinfo.tex and has some
4771 MSVC-related changes that don't affect Emacs.
4772 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
4773 pathmax, and raise, since these are needed only to address
4774 MSVC-related issues that Emacs doesn't have.
4775 * lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
4776 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
4777 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
4778 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
4779 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
4780 * m4/unistd_h.m4: Merge from gnulib.
4781
4782 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
4783
4784 * configure.in: Initialize HAVE_LIBXML2.
4785
4786 2011-09-26 Glenn Morris <rgm@gnu.org>
4787
4788 * make-dist: Add lib/makefile.w32-in.
4789
4790 2011-09-24 Glenn Morris <rgm@gnu.org>
4791
4792 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
4793
4794 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4795
4796 * .dir-locals.el: Change the debbugs regexp to allow having the
4797 bug number as the first thing on a line.
4798
4799 2011-09-15 Glenn Morris <rgm@gnu.org>
4800
4801 * configure.in: Make configure work with recent GNUsteps.
4802 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
4803 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
4804 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
4805
4806 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
4807
4808 Merge from gnulib, porting to Tru64.
4809 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
4810 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
4811 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
4812 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
4813 doesn't affect Emacs.
4814
4815 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
4816
4817 * configure.in (isnan): Remove now-unnecessary check.
4818
4819 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
4820
4821 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
4822 This is to fix the following problems:
4823 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
4824 configured not to use gtk or any other thread-using library,
4825 signals aren't blocked correctly.
4826 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
4827 and IRIX's signal handling.
4828 . On Cygwin 1.7.5 it works around an incompatibility with
4829 the system pthread_sigmask.
4830 . On MacOS X 10.5 (32-bit), files whose inode numbers
4831 exceed 2**31 cannot be read or manipulated.
4832 . pthread_sigmask: Actually use results of gl_THREADLIB.
4833 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
4834 . find 'ar' program that fits with --host argument.
4835 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
4836 * autogen/README: Update destination list.
4837 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
4838 The autogenerated files compile, config.guess,
4839 config.sub, depcomp, install-sh, and missing are now in build-aux.
4840 * m4/largefile.m4: New file, so that Emacs does not mess up when
4841 accessing files with large inode numbers in MacOS X 10.5 and later.
4842 * m4/nocrash.m4: New file, to avoid triggering background debugger
4843 and/or create core dumps during 'configure'.
4844 * build-aux/move-if-change: Renamed from move-if-change.
4845 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
4846 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
4847 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
4848 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
4849 * Makefile.in (epaths-force, sync-from-gnulib):
4850 move-if-change is now in build-aux.
4851 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
4852 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
4853 (mkdir): install-sh is now in build-aux.
4854 * config.bat: c++defs.h is now in build-aux/snippets.
4855 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
4856 usual parameter).
4857 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4858 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
4859 to build-aux/snippet.
4860 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
4861 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
4862 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
4863 Solaris, enables MacOS extensions, and enables nocrash during
4864 'configure'.
4865 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
4866
4867 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
4868
4869 * configure.in (snprintf): New check.
4870
4871 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
4872
4873 * configure.in (opsys): Change pattern to *-*-linux*
4874 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
4875 Remove unreachable pattern hppa*-*-linux-gnu*.
4876 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
4877 and that can't possibly work now that src/m/hp800.h no longer exists.
4878
4879 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
4880
4881 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
4882
4883 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
4884
4885 * configure.in: Add header check: sys/socket.h (Bug#8477),
4886 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
4887 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
4888
4889 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
4890
4891 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
4892 (HAVE_GTK_AND_PTHREAD): Remove.
4893
4894 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
4895
4896 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
4897 build, not just GNUstep (Bug#9177).
4898
4899 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
4900
4901 Assume freestanding C89 headers, string.h, stdlib.h.
4902 Again, this simplifies the code, and all current platforms have these.
4903 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
4904 (AC_HEADER_STDC): Remove.
4905 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
4906 (strchr, strrchr): Remove fallback macros.
4907
4908 Assume support for memcmp, memcpy, memmove, memset.
4909 This simplifies the code a bit. All current platforms have these,
4910 as they are required for C89. If this turns into a problem we
4911 can add the gnulib modules for these (a 1-line change to Makefile.in).
4912 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
4913
4914 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
4915
4916 * GNUmakefile: New file.
4917 This is for convenience, so that one can run GNU make in an
4918 unconfigured source tree, and get a default build.
4919
4920 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
4921
4922 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
4923
4924 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4925
4926 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
4927 so as to suppress address randomization (Bug#8395).
4928
4929 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
4930
4931 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
4932 This fixes a build problem on older Mac OS X hosts.
4933
4934 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
4935 test, which runs afoul of Automake installations where, for example,
4936 /usr/share/aclocal contains a copy of gl_THREADLIB.
4937 Reported by Sven Joachim in
4938 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
4939 This is just a quick temporary fix, specific to Emacs; I'll work
4940 with the other gnulib maintainers to get a more-permanent fix.
4941
4942 Add gnulib's strtoimax module, needed on Solaris 8.
4943 * Makefile.in (GNULIB_MODULES): Add strtoimax.
4944 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
4945 automatically imported from gnulib.
4946 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4947
4948 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
4949
4950 Add gnulib support for pthread_sigmask (Bug#9010).
4951 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
4952 * configure.in (AC_TYPE_UID_T): New dummy macro.
4953 Configure gnulib after adjusting LIBS,
4954 so that gnulib can assume the libraries in LIBS.
4955 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
4956 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
4957 * lib/pthread_sigmask.c:
4958 New files, automatically imported from gnulib.
4959 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
4960 due to the above changes.
4961 * .bzrignore: Add lib/signal.h.
4962
4963 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
4964
4965 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
4966
4967 * configure.in (maintainer-mode): Reflect default in help string.
4968
4969 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4970
4971 * configure.in: Remove reference to iris4d.h.
4972
4973 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
4974
4975 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
4976
4977 2011-07-01 Glenn Morris <rgm@gnu.org>
4978
4979 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
4980
4981 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4982
4983 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
4984 which made ./configure infloop.
4985
4986 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
4987
4988 * configure.in (gsettings): New option and check for GSettings.
4989
4990 2011-06-29 Glenn Morris <rgm@gnu.org>
4991
4992 * configure.in: Try to test for the required crt*.o files.
4993
4994 2011-06-27 Bill Wohler <wohler@newt.com>
4995
4996 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
4997
4998 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
4999
5000 Use gnulib's dup2 module instead of rolling our own.
5001 * Makefile.in (GNULIB_MODULES): Add dup2.
5002 * configure.in: Do not check for dup2; gnulib does that now.
5003 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
5004
5005 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
5006
5007 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
5008
5009 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
5010
5011 Use gnulib's alloca-opt module.
5012 * .bzrignore: Add lib/alloca.h.
5013 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
5014 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
5015 as gnulib now does that for us. Put alloca check in config.h.
5016 Include <alloca.h> before any other include file, for AIX 3.
5017 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
5018 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
5019
5020 2011-06-21 Leo Liu <sdl.web@gmail.com>
5021
5022 * m4/sha256.m4:
5023 * m4/sha512.m4:
5024 * m4/gl-comp.m4:
5025 * lib/u64.h:
5026 * lib/sha256.c:
5027 * lib/sha256.h:
5028 * lib/sha512.c:
5029 * lib/sha512.h:
5030 * lib/makefile.w32-in (GNULIBOBJS):
5031 * lib/gnulib.mk:
5032 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
5033 crypto/sha512 modules from gnulib.
5034
5035 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
5036
5037 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
5038
5039 2011-06-17 Glenn Morris <rgm@gnu.org>
5040
5041 * configure.in: Restore the behavior of checking crt-dir only
5042 when the user specified it (not all platforms use it).
5043
5044 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
5045
5046 * m4/lstat.m4: Merge from gnulib (Bug#8878).
5047
5048 2011-06-16 Miles Bader <miles@gnu.org>
5049
5050 * configure.in: Try to determine CRT_DIR automatically when
5051 using gcc.
5052
5053 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
5054
5055 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
5056 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
5057 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
5058 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
5059 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
5060 Merge from gnulib.
5061
5062 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
5063
5064 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
5065
5066 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
5067
5068 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
5069
5070 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
5071
5072 * configure.in: Add --with-wide-int.
5073 * INSTALL: Mention this.
5074
5075 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
5076
5077 Merge from gnulib.
5078 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
5079
5080 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
5081
5082 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
5083
5084 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
5085
5086 Use 'inline', not 'INLINE'.
5087 * configure.in (INLINE): Remove.
5088
5089 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
5090
5091 Adjust to recent gnulib change for @GUARD_PREFIX@.
5092 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
5093 All uses of _GL_ for guard prefixes in lib/*.h replaced with
5094 _@GUARD_PREFIX@_.
5095
5096 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
5097
5098 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
5099
5100 2011-05-24 Glenn Morris <rgm@gnu.org>
5101
5102 * Makefile.in (check): Just give a message if no test/ directory.
5103
5104 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
5105
5106 * configure.in (OPT_MAKEFILES_IN): Remove.
5107 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
5108 (SUBDIR_MAKEFILES_IN): New output variable.
5109 * Makefile.in (OPT_MAKEFILES_IN): Remove.
5110 (SUBDIR_MAKEFILES_IN): Let configure set it.
5111
5112 2011-05-24 Leo Liu <sdl.web@gmail.com>
5113
5114 * m4/sha1.m4:
5115 * m4/gl-comp.m4:
5116 * lib/sha1.h:
5117 * lib/sha1.c:
5118 * lib/makefile.w32-in (GNULIBOBJS):
5119 * lib/gnulib.mk:
5120 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
5121
5122 2011-05-24 Glenn Morris <rgm@gnu.org>
5123
5124 * configure.in: Remove test for already configured source directory.
5125 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
5126
5127 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
5128
5129 2011-05-24 Glenn Morris <rgm@gnu.org>
5130
5131 * make-dist: Don't distribute test/. (Bug#8107)
5132 * configure.in (OPT_MAKEFILES_IN): New output variable.
5133 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
5134 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
5135 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
5136 (check): Give an explicit error if test/ is not present.
5137
5138 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
5139 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
5140 (Makefile): Use $SUBDIR_MAKEFILES_IN.
5141
5142 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
5143
5144 * lib/verify.h: Merge from gnulib.
5145
5146 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
5147
5148 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
5149 Merge from gnulib.
5150
5151 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
5152
5153 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
5154
5155 2011-05-20 Eli Zaretskii <eliz@gnu.org>
5156
5157 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
5158
5159 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
5160
5161 2011-05-20 Glenn Morris <rgm@gnu.org>
5162
5163 * configure.in (lisp_frag): New output file.
5164
5165 2011-05-19 Glenn Morris <rgm@gnu.org>
5166
5167 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
5168 (WINDOW_SUPPORT): Remove output variables that are no longer used.
5169
5170 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
5171
5172 * lib/gnulib.mk:
5173 * lib/intprops.h:
5174 * lib/unistd.in.h:
5175 * m4/inttypes.m4:
5176 * m4/stdint.m4:
5177 * m4/unistd_h.m4: Sync from gnulib.
5178
5179 2011-05-14 Glenn Morris <rgm@gnu.org>
5180
5181 * configure.in: Treat failure to find an X toolkit the same way we treat
5182 failure to find X and image support.
5183
5184 2011-05-12 Glenn Morris <rgm@gnu.org>
5185
5186 * Makefile.in (src, install-arch-indep, bootstrap-clean)
5187 (check-declare): Shell portability fixes. (Bug#8642)
5188
5189 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
5190
5191 * configure.in: Require GnuTLS 2.6.x or higher.
5192
5193 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
5194
5195 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
5196 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
5197 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
5198
5199 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
5200 This new gnulib-tool option saves 'configure' the trouble of
5201 checking for strtoull when strtoumax exists.
5202
5203 * configure.in (BITS_PER_LONG_LONG): New macro.
5204
5205 2011-05-05 Glenn Morris <rgm@gnu.org>
5206
5207 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
5208 (top_distclean): Delete config.log~.
5209
5210 2011-04-27 Ben Key <bkey76@gmail.com>
5211
5212 * configure.in: Fixed a bug that caused configure with
5213 --enable-checking=stringoverrun to have no effect.
5214
5215 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
5216
5217 * configure.in: Suppress unnecessary checks for size_t.
5218 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
5219 (size_t): Do not check for this, and do not typedef. This code
5220 is never exercised now.
5221
5222 * Makefile.in (GNULIB_MODULES): Add strtoumax.
5223 This is needed for the new integer-reading code in lread.c.
5224 It automatically pulls in the following gnulib files, which
5225 are used on old-fashioned platforms that don't have strtoumax:
5226 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
5227 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
5228 m4/strtoull.m4, m4/strtoumax.m4.
5229 * .bzrignore: Add lib/inttypes.h.
5230
5231 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
5232
5233 * configure.in: Check for GnuTLS certificate verify callbacks.
5234
5235 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * Makefile.in (config.status): Don't erase in case of error.
5238 In case it disappeared, rebuild it with `configure'.
5239
5240 2011-04-20 Ken Brown <kbrown@cornell.edu>
5241
5242 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
5243
5244 2011-04-12 Glenn Morris <rgm@gnu.org>
5245
5246 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
5247
5248 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
5249
5250 * lib/allocator.c: New file, automatically generated by gnulib.
5251
5252 2011-04-07 Glenn Morris <rgm@gnu.org>
5253
5254 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
5255
5256 2011-04-06 Eli Zaretskii <eliz@gnu.org>
5257
5258 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
5259 Revert last change.
5260
5261 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
5262
5263 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
5264 ($(BLD)/careadlinkat.$(O)): New target.
5265 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
5266 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
5267 Update dependencies.
5268
5269 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
5270
5271 Fix more problems found by GCC 4.6.0's static checks.
5272
5273 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
5274
5275 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
5276 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
5277 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
5278 * m4/ssize_t.m4: New files, automatically generated from gnulib.
5279
5280 2011-04-06 Glenn Morris <rgm@gnu.org>
5281
5282 * autogen/update_autogen: Handle loaddefs-like files as well.
5283 (usage): Add -l, -C.
5284 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
5285 With -l, check status of lisp/ as well.
5286 With -C, clean before building.
5287 (autoreconf): Only pass -f in the `clean' case.
5288 (commit): New function.
5289
5290 2011-03-28 Glenn Morris <rgm@gnu.org>
5291
5292 * autogen/update_autogen: Pass -f to autoreconf.
5293
5294 * autogen.sh (get_version): Discard "not found" lines.
5295 (check_version): Respect $AUTOCONF etc environment variables.
5296
5297 2011-03-27 Glenn Morris <rgm@gnu.org>
5298
5299 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
5300 (AH_BOTTOM): Do not define SIGTYPE.
5301
5302 2011-03-26 Glenn Morris <rgm@gnu.org>
5303
5304 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
5305 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
5306
5307 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
5308
5309 * autogen/update_autogen: Remove useless function keyword.
5310
5311 2011-03-25 Eli Zaretskii <eliz@gnu.org>
5312
5313 * config.bat: Generate src/config.h and lib/Makefile from
5314 autogen/config.in and autogen/Makefile.in.
5315
5316 2011-03-25 Glenn Morris <rgm@gnu.org>
5317
5318 * compile, config.guess, config.sub, depcomp, install-sh, missing:
5319 Remove; autoreconf can supply them.
5320 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
5321 config.guess, install-sh. Pass -i to autoreconf.
5322 * autogen/update_autogen (genfiles): Add compile, config.guess,
5323 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
5324 Discard non-error output from autoreconf in -q case.
5325 * autogen/compile, autogen/config.guess, autogen/config.sub:
5326 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
5327 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
5328 install-sh, missing.
5329
5330 2011-03-23 Glenn Morris <rgm@gnu.org>
5331
5332 * autogen/update_autogen: Fix typo.
5333 (msg): Remove function; use `exec' instead.
5334
5335 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
5336 (sync-from-gnulib): Don't sync mkinstalldirs.
5337 * make-dist: Don't distribute mkinstalldirs.
5338
5339 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
5340
5341 Fix more problems found by GCC 4.5.2's static checks.
5342 * Makefile.in (GNULIB_MODULES): Add socklen.
5343 * configure.in: Do not check for sys/socket.h, since socklen does that.
5344 * m4/socklen.m4: New automatically-generated file, from gnulib.
5345
5346 fakemail: Remove dependency on ignore-value.
5347 * Makefile.in (GNULIB_MODULES): Add stdio.
5348 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
5349 imported from gnulib.
5350 * .bzrignore: Add lib/stdio.h.
5351
5352 2011-03-22 Glenn Morris <rgm@gnu.org>
5353
5354 * autogen/copy_autogen: Work from ./ or ../.
5355 Fix time-stamps.
5356 * autogen.sh: Doc fix.
5357
5358 2011-03-20 Glenn Morris <rgm@gnu.org>
5359
5360 * autogen/: New directory, to be excluded from releases.
5361 * autogen/copy_autogen, autogen/update_autogen: New scripts.
5362 * autogen/README: New file.
5363 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
5364 * autogen/Makefile.in: Add auto-updated generated files.
5365 * autogen.sh: No longer a no-op, now it tests for autotools
5366 and runs them as necessary.
5367 * configure.in: Default maintainer-mode to on.
5368 * aclocal.m4, configure, lib/Makefile.in: Remove files.
5369
5370 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
5371
5372 Update for gnulib.
5373 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
5374 includes <intprops.h> directly.
5375 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
5376 when building Emacs on Solaris 9 and running it on Solaris 10.
5377
5378 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
5379
5380 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
5381
5382 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5383
5384 * Version 23.3 released.
5385
5386 2011-03-06 Glenn Morris <rgm@gnu.org>
5387
5388 * configure.in (FREETYPE_LIBS): Actually set it to something.
5389
5390 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
5391
5392 Work around some portability problems with symlinks.
5393
5394 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
5395 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
5396 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
5397 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
5398 * m4/symlink.m4:
5399 New files, automatically generated from gnulib.
5400 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
5401 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
5402
5403 2011-02-26 Eli Zaretskii <eliz@gnu.org>
5404
5405 * .bzrignore: Ignore new lib/*.in-h files.
5406
5407 * config.bat: Rename stdint.in.h and sys_stat.in.h.
5408 Call depfiles.bat even if lib/deps already exist.
5409
5410 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
5411
5412 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
5413 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
5414 recent changes to configure.in and to gnulib.
5415
5416 2011-02-24 Glenn Morris <rgm@gnu.org>
5417
5418 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
5419 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
5420
5421 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
5422
5423 Assume S_ISLNK etc. work, since gnulib supports this.
5424 * Makefile.in (GNULIB_MODULES): Add sys_stat.
5425 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
5426 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
5427 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
5428
5429 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
5430
5431 * lib/min-max.h: New file, for "min" and "max".
5432
5433 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
5434
5435 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
5436 $(EMACS_ROOT)/nt/inc/stdint.h.
5437
5438 2011-02-21 Eli Zaretskii <eliz@gnu.org>
5439
5440 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
5441 src/makefile.w32-in and adapt. Depend on stamp_BLD.
5442 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
5443
5444 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
5445
5446 Import filemode module from gnulib.
5447 * .bzrignore: Add lib/sys/.
5448 * Makefile.in (GNULIB_MODULES): Add filemode.
5449 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
5450 * lib/filemode.c: Renamed from src/filemode.c and regenerated
5451 from gnulib. This adds support for some more file types, e.g.,
5452 Cray DMF migrated files.
5453 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
5454 * m4/sys_stat_h.m4: New files, generated from gnulib.
5455 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5456 Regenerate.
5457
5458 2011-02-20 Eli Zaretskii <eliz@gnu.org>
5459
5460 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
5461 $(EMACS_ROOT)/nt/inc/sys/stat.h.
5462
5463 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5464
5465 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
5466 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
5467 is no longer needed, due to the recent SSDATA and related changes.
5468 Perhaps -Wno-pointer-sign should also be removed from
5469 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
5470 way to test this so I left it alone.
5471 * configure: Regenerate.
5472
5473 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
5474
5475 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
5476 src/makefile.w32-in.
5477
5478 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5479
5480 Import crypto/md5 and stdint modules from gnulib.
5481 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5482 Regenerate.
5483 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
5484 Import the new versions from gnulib; they assume a C99-style
5485 <stdint.h>, supplied by the stdint module.
5486 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
5487 imported from gnulib.
5488 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
5489
5490 2011-02-19 Eli Zaretskii <eliz@gnu.org>
5491
5492 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
5493 Add lib/deps/.
5494
5495 * config.bat: Configure in `lib'.
5496 Generate *.Po files in lib/deps.
5497
5498 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
5499
5500 Import IRIX 6.5 getloadavg fixes from gnulib.
5501 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
5502
5503 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
5504
5505 Import getloadavg module from gnulib.
5506 * .bzrignore: Add lib/stdlib.h.
5507 * Makefile.in (GNULIB_MODULES): Add getloadavg.
5508 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
5509 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
5510 Remove; gnulib does this now.
5511 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
5512 from gnulib. This adds support for several other systems, such
5513 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
5514 buffer overrun on Linux hosts under very high load, and on hosts
5515 that maintain a channel to the load average file it makes sure
5516 the file descriptor is close-on-exec (on hosts that support this)
5517 and is not stdin, stdout, or stderr.
5518 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
5519 from gnulib.
5520 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5521 Regenerate.
5522
5523 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
5524
5525 Merge from gnulib.
5526
5527 * install-sh: Update to scriptversion 2011-01-19.21.
5528
5529 2011-02-13 Bruno Haible <bruno@clisp.org>
5530
5531 Consistent macro naming for macros that use GCC __attribute__.
5532 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
5533 ATTRIBUTE_DEPRECATED.
5534
5535 2011-02-12 Bruno Haible <bruno@clisp.org>
5536
5537 setlocale: Prefer gnulib's override over libintl's override.
5538 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
5539 GNULIB_defined_setlocale is set.
5540
5541 2011-02-13 Glenn Morris <rgm@gnu.org>
5542
5543 * make-dist: Exclude generated file src/globals.h.
5544
5545 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
5546
5547 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
5548 Sync from gnulib, which has been patched to fix the problem
5549 with the license notices. Reported by Glenn Morris in
5550 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
5551
5552 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5553
5554 * .bzrignore: Ignore globals.h and related stamp.
5555
5556 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
5557
5558 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
5559 This merges the following fix from gnulib:
5560
5561 2011-02-08 Bruno Haible <bruno@clisp.org>
5562
5563 Split large sed scripts, for HP-UX sed.
5564
5565 2011-02-08 Tom Tromey <tromey@redhat.com>
5566
5567 * configure: Rebuild.
5568 * configure.in (NS_OBJC_OBJ): New subst.
5569
5570 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
5571
5572 gnulib: allow multiple gnulib generated replacements to coexist
5573 This defines a few preprocessor symbols that should not affect Emacs.
5574 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
5575 via "make sync-from-gnulib".
5576
5577 gnulib: undo previous change
5578 The upstream _HEADERS change was backed out of gnulib (see the
5579 same thread). Stay in sync with gnulib.
5580
5581 gnulib: adjust to upstream _HEADERS change
5582 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
5583 New empty macros, to accommodate recent changes to gnulib. See
5584 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
5585 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
5586 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
5587 * lib/time.in.h, lib/unistd.in.h:
5588 Regenerate.
5589
5590 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
5591
5592 sync from gnulib to remove HAVE_STDBOOL_H
5593 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
5594 AC_HEADER_STDBOOL. All uses changed. Do not define
5595 HAVE_STDBOOL_H, as gnulib does not need this. This change is
5596 imported from the latest Autoconf git. It was motivated by Emacs,
5597 which uses gnulib but does not need HAVE_STDBOOL_H.
5598 * configure, src/config.in: Regenerate.
5599 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
5600
5601 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
5602
5603 allow C code to suppress warnings about ignored return values
5604 * Makefile.in (GNULIB_MODULES): Add ignore-value.
5605 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
5606 * lib/ignore-value.h: New file.
5607
5608 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
5609
5610 * configure.in: Test existence of xaw3d library, not just the
5611 header (Bug#7642).
5612
5613 2011-01-31 Eli Zaretskii <eliz@gnu.org>
5614
5615 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
5616 $(BLD)/time_r.$(O).
5617 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
5618 $(EMACS_ROOT)/src/m/intel386.h.
5619 ($(BLD)/strftime.$(O))
5620 ($(BLD)/time_r.$(O)): Define prerequisites.
5621
5622 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
5623
5624 src/emacs.c now gets version number from configure.in
5625 * configure.in (version): Set this from $PACKAGE_VERSION,
5626 which is set from AC_INIT, rather than scouting through src/emacs.c.
5627 * configure: Regenerate.
5628 * make-dist (version): Get it from configure.in, not src/emacs.c.
5629
5630 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5631
5632 strftime: import from gnulib
5633 * Makefile.in (GNULIB_MODULES): Add strftime.
5634 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
5635 needed.
5636 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5637 Regenerate.
5638 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
5639 imported from gnulib.
5640 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
5641 This incorporates many changes from gnulib, including simpler
5642 handling of multibyte formats, porting to mingw32 and other
5643 platforms, and support for higher-resolution time stamps.
5644 Emacs does not yet use the higher-resolution interface.
5645
5646 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5647
5648 gnulib: import mktime and move-if-change fixes from gnulib
5649
5650 * configure: Regenerate from the following.
5651
5652 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5653
5654 mktime: clarify long_int width checking
5655 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
5656 the top level, to make it clearer that the assumption about
5657 long_int width is being checked. See
5658 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
5659
5660 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
5661
5662 TYPE_MAXIMUM: avoid theoretically undefined behavior
5663 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
5664 negative number, which the C Standard says has undefined behavior.
5665 In practice this is not a problem, but might as well do it by the book.
5666 Reported by Rich Felker and Eric Blake; see
5667 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
5668 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
5669 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
5670
5671 mktime: #undef mktime before #defining it
5672 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
5673
5674 mktime: systematically normalize tm_isdst comparisons
5675 * lib/mktime.c (isdst_differ): New function.
5676 (__mktime_internal): Use it systematically for all isdst comparisons.
5677 This completes the fix for libc BZ #6723, and removes the need for
5678 normalizing tm_isdst.
5679 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
5680 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
5681
5682 mktime: fix some integer overflow issues and sidestep the rest
5683
5684 This was prompted by a bug report by Benjamin Lindner for MinGW
5685 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
5686 His bug is due to signed integer overflow (0 - INT_MIN), and I
5687 I scanned through mktime.c looking for other integer overflow
5688 problems, fixing all the bugs I found.
5689
5690 Although the C Standard says the resulting code is still not safe
5691 in the presence of integer overflow, in practice it should be good
5692 enough for all real-world two's-complement implementations, except
5693 for debugging environments that deliberately trap on integer
5694 overflow (e.g., gcc -ftrapv).
5695
5696 * lib/mktime.c (WRAPV): New macro.
5697 (SHR): Also check that long_int and time_t shift right in the
5698 usual way, before using the fast-but-unportable method.
5699 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
5700 used. The code already assumed two's complement, so there's
5701 no need to test for alternatives. All uses removed.
5702 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
5703 the C standard. Reported by Rich Felker in
5704 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
5705 (twos_complement_arithmetic): Also check long_int and time_t.
5706 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
5707 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
5708 (__mktime_internal): Avoid integer overflow with unary subtraction
5709 in two instances where -1 - X is an adequate replacement for -X,
5710 since the calculations are approximate.
5711
5712 2011-01-29 Eric Blake <eblake@redhat.com>
5713
5714 mktime: avoid infinite loop
5715 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
5716 type; behavior is still undefined but portable to all known targets.
5717 Reported by Rich Felker.
5718
5719 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
5720
5721 mktime: avoid problems on NetBSD 5 / i386
5722 * lib/mktime.c (long_int): New type. This works around a problem
5723 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
5724 but time_t is 64 bits, and where I expect the existing code is
5725 wrong in some cases.
5726 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
5727 (ydhms_diff): Bring back the compile-time check for wide-enough
5728 year and yday.
5729
5730 mktime: fix misspelling in comment
5731 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
5732 This merges all recent glibc changes of importance.
5733
5734 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5735
5736 move-if-change: cope with concurrent mv of identical file.
5737 * move-if-change (CMPPROG): Accept environment
5738 variable as an override for `cmp'.
5739 (usage): Document CMPPROG.
5740 Adjust comparison to drop stdout. Cope with failure of mv if
5741 the target file exists and is identical to the source, for
5742 parallel builds.
5743 Report from H.J. Lu against binutils in PR binutils/12283.
5744
5745 2011-01-29 Eli Zaretskii <eliz@gnu.org>
5746
5747 * lib/makefile.w32-in:
5748 * lib/getopt_.h: New files.
5749
5750 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
5751
5752 improve fix for MS-DOS file name clash
5753 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
5754 for portability to POSIX make. Reported by Bruno Haible.
5755 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
5756 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
5757 files from accumulating as garbage. Also reported by Bruno Haible.
5758
5759 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
5760
5761 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
5762 * Makefile.in (DOS-gnulib-comp.m4): New macro.
5763 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
5764 problems with MS-DOS 8+3 file name restrictions.
5765 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
5766 it, it would also cause problems when extracting Emacs distribution
5767 tarballs on MS-DOS hosts.
5768 (ACLOCAL_INPUTS): Adjust to file renaming.
5769 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
5770 * config.guess, config.sub: Sync from gnulib.
5771 * m4/gnulib-cache.m4: Remove from repository.
5772 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
5773
5774 2011-01-25 Glenn Morris <rgm@gnu.org>
5775
5776 * README: Add a note about ranges in copyright years.
5777
5778 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
5779
5780 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
5781
5782 * configure.in: Add HP-UX on IA64 (Bug#6811).
5783
5784 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
5785
5786 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
5787 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
5788 as it is no longer needed.
5789 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
5790 * configure.in: Invoke the new gnulib macro
5791 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
5792 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
5793 * m4/getopt.m4: Sync from gnulib; this removes the need for
5794 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
5795 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
5796 New macro, synced from gnulib.
5797 * m4/warn-on-use.m4: Remove.
5798
5799 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
5800
5801 aclocal.m4: put this file back into repository
5802 This way, we don't have to assume that the maintainer has
5803 the automake package installed. See
5804 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
5805 * .bzrignore: Remove aclocal.m4, undoing the previous change.
5806 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
5807 undoing the previous change.
5808 * aclocal.m4: New file (actually, resurrected).
5809
5810 2011-01-22 Miles Bader <miles@gnu.org>
5811
5812 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
5813 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
5814 Emacs directly uses fontconfig, and breaks building when using a
5815 strict linker).
5816
5817 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
5818
5819 src/config.in: shrink slightly
5820 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
5821 This makes src/config.in a bit smaller, by removing identifiers
5822 like GNULIB_TEST_MKTIME that Emacs does not need.
5823 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
5824 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
5825 Sync from gnulib. This removes a few more unnecessary symbols from
5826 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
5827 * configure, src/config.in: Regenerate.
5828
5829 aclocal.m4: tweaks to regenerate more conveniently
5830 This attempts to act better when the source is in a weird state. See
5831 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
5832 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
5833 * .bzrignore: Add aclocal.m4.
5834
5835 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
5836
5837 aclocal.m4: omit auto-generated file from repository
5838 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
5839 the most recent change here.
5840 * aclocal.m4: Remove from bzr repository. This file is
5841 auto-generated and isn't needed to run 'configure'. See
5842 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
5843
5844 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
5845
5846 Minor Makefile.in tweaks to build from gnulib better.
5847 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
5848 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
5849 (top_maintainer_clean): Don't remove aclocal.m4.
5850
5851 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
5852
5853 Minor cleanups for 'bzr status'
5854 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
5855 the output of config.guess.
5856 * Makefile.in (top_distclean): Remove stamp-h1 too.
5857
5858 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
5859 defined if the compiler supports GCC-style __attribute__
5860 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
5861 this syntax.
5862
5863 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
5864
5865 Makefile.in: tidy up the building of lib
5866 * Makefile.in (am--refresh): Mark as .PHONY.
5867 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
5868 as they're not rebuilt unless you do a "make sync-from-gnulib"
5869 and the former is needed for "configure".
5870 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
5871 has already removed lib/Makefile.
5872
5873 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
5874 This avoids building ftoastr and ldtoastr, which aren't needed. See
5875 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
5876
5877 * .bzrignore: Add .h files that are host-dependent.
5878 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
5879 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
5880 host-dependent and are built as part of an ordinary 'make', and
5881 should not be checked in.
5882
5883 * lib/Makefile.in: Regenerate.
5884 * lib/COPYING: New file, a copy of COPYING.
5885
5886 * configure: Regenerate.
5887 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
5888
5889 Regenerate.
5890 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
5891 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
5892 New files, copied from gnulib by gnulib-tool.
5893 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
5894 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
5895 Regenerate.
5896
5897 Use gnulib's getopt-gnu module.
5898 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
5899 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
5900 representative of the dependencies.
5901 * configure.in: Do not configure getopt, as gnulib does that now.
5902 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
5903 getopt now, in lib.
5904
5905 Regenerate.
5906 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
5907 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
5908 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
5909 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
5910 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
5911 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
5912 * m4/wchar_t.m4, warn-on-use.h:
5913 New files, copied from gnulib by gnulib-tool.
5914 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
5915 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
5916 Regenerate.
5917
5918 Use gnulib's mktime module.
5919 * Makefile.in (GNULIB_MODULES): Add mktime.
5920 * configure.in: Remove code no longer needed, as gnulib now does it.
5921 (AC_CHECK_FUNCS): Remove mktime.
5922 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
5923 (__restrict): Remove, as this now gets in the way of the C99
5924 support for 'restrict' pulled in by the gnulib mktime module.
5925 Code should now use 'restrict' and not '__restrict".
5926 (mktime): Remove.
5927 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
5928 and warn-on-use.h into the distribution.
5929
5930 Regenerate.
5931 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
5932 * lib/ldtoastr.c, m4/c-strtod.m4:
5933 New files, copied from gnulib by gnulib-tool.
5934 * lib/dummy.c: Remove.
5935 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
5936 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
5937 Regenerate.
5938
5939 Use gnulib's ftoastr module.
5940 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
5941
5942 Regenerate.
5943 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
5944 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
5945 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
5946 New files, generated automatically, with 'make sync-from-gnulib'
5947 followed by 'make'.
5948 * configure: Regenerate.
5949
5950 Automate syncing from gnulib.
5951 * INSTALL, README: Document new subdirectory 'lib'.
5952 * Makefile.in (SUBDIR): Add lib.
5953 (SUBDIR_MAKEFILES): Add lib/Makefile.
5954 (lib-src, src, TAGS, tags): Depend on lib.
5955 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
5956 ($(gnulib_srcdir)): New rule.
5957 (sync-from-gnulib): New rule, which is .PHONY.
5958 (lib): New rule, which is like lib-src.
5959 (Makefile): Depend on lib/Makefile.in.
5960 (AUTOCONF_INPUTS): Depend on aclocal.m4.
5961 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
5962 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
5963 (am--refresh): New rule, to pacify Automake.
5964 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
5965 Clean lib, too.
5966 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
5967 droppings.
5968 (maintainer-clean, extraclean): Use it.
5969 * configure.in: Initialize for automake and gnulib, by invoking
5970 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
5971 lib/Makefile, too. Use automake to build gnulib, as gnulib works
5972 more conveniently with automake.
5973 * lib/Makefile.am: New file.
5974 * make-dist: Also put into the distribution aclocal.m4,
5975 compile, depcomp, missing, and the files under lib/.
5976
5977 2011-01-15 Glenn Morris <rgm@gnu.org>
5978
5979 * Makefile.in (epaths-force): No more arch-tag to edit.
5980
5981 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
5982
5983 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
5984
5985 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
5986
5987 * make-dist: Distribute test/ files too.
5988 Distribute every file under test/ that is under version control,
5989 using patterns like *.el to capture files that are added later.
5990 Without this change, "configure" would fail, because it would
5991 attempt to build from a Makefile.in that was not distributed.
5992
5993 2011-01-13 Christian Ohler <ohler@gnu.org>
5994
5995 * Makefile.in (INFO_FILES): Add ERT.
5996
5997 * Makefile.in (check): Run tests in test/automated.
5998
5999 * Makefile.in:
6000 * configure.in: Add test/automated/Makefile.
6001
6002 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
6003
6004 * install-sh, mkinstalldirs, move-if-change: Update from master
6005 source in gnulib.
6006
6007 * config.guess, config.sub: Updated from master source.
6008
6009 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
6010
6011 * configure.in: Check for __builtin_unwind_init.
6012
6013 2011-01-05 Glenn Morris <rgm@gnu.org>
6014
6015 * configure.in (HAVE_MAKEINFO): New output variable.
6016 (MAKEINFO): Reset to "makeinfo" if not found.
6017 * Makefile.in (install-arch-indep, info):
6018 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
6019
6020 2010-12-29 Ulrich Müller <ulm@gentoo.org>
6021
6022 * configure.in: Make gameuser configurable (Bug#7717).
6023
6024 2010-12-15 Glenn Morris <rgm@gnu.org>
6025
6026 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
6027 long absent lib-src/fns-*.el.
6028
6029 2010-12-11 Glenn Morris <rgm@gnu.org>
6030
6031 * make-dist: Exclude etc/*.pyc.
6032
6033 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
6034
6035 * configure.in: Don't double machfile in final message.
6036
6037 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
6038
6039 * configure.in: Fix last change.
6040
6041 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
6042
6043 * configure.in: Remove reference to removed machine description
6044 files and allow $machine and $machfile to be empty.
6045 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
6046
6047 2010-12-03 Glenn Morris <rgm@gnu.org>
6048
6049 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
6050
6051 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
6052
6053 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
6054 (EXTERNALLY_VISIBLE): New definition.
6055
6056 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
6057
6058 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
6059
6060 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6061
6062 * configure.in: Do not check for unconditionally included headers.
6063
6064 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
6067
6068 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
6069
6070 * configure.in: Don't write a warning for D-Bus anymore.
6071
6072 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
6073
6074 * configure.in: Fix indentation.
6075
6076 2010-10-31 Ken Brown <kbrown@cornell.edu>
6077
6078 * configure.in (checking whether localtime caches TZ):
6079 Use unsetenv instead of modifying environment directly.
6080
6081 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
6082
6083 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
6084 to avoid warning.
6085
6086 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6087
6088 * configure.in: Remove the BROKEN annotation from GnuTLS.
6089
6090 2010-10-22 Glenn Morris <rgm@gnu.org>
6091
6092 * make-dist: Avoid listing .el files twice. Don't try to run
6093 autoconf if --no-update.
6094
6095 2010-10-20 Glenn Morris <rgm@gnu.org>
6096
6097 * make-dist: No longer create lisp/MANIFEST.
6098
6099 2010-10-14 Glenn Morris <rgm@gnu.org>
6100
6101 * BUGS, INSTALL.BZR, README: Updates.
6102
6103 2010-10-13 Glenn Morris <rgm@gnu.org>
6104
6105 * make-dist: Remove --compress. Check for the appropriate
6106 gzip-like executable, and if not found, don't compress.
6107 Check version number in README, don't change it.
6108 Use find for nt/inc/*.h.
6109
6110 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
6111
6112 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
6113 Remove trailing / from directory names.
6114
6115 2010-10-12 Glenn Morris <rgm@gnu.org>
6116
6117 * make-dist: Update and simplify.
6118
6119 2010-10-12 Eli Zaretskii <eliz@gnu.org>
6120
6121 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
6122
6123 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6124
6125 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
6126
6127 2010-10-09 Glenn Morris <rgm@gnu.org>
6128
6129 * make-dist: No more doc/emacs/*.texi.in.
6130
6131 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
6132
6133 2010-10-09 Glenn Morris <rgm@gnu.org>
6134
6135 * configure.in: Combine some conditionals.
6136
6137 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
6138 * make-dist: Include doc/emacs/*.texi.in.
6139
6140 * INSTALL, make-dist: Remove references to b2m.
6141 * Makefile.in (MAN_PAGES): Remove b2m.1.
6142
6143 2010-10-05 Glenn Morris <rgm@gnu.org>
6144
6145 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
6146
6147 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6148
6149 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
6150
6151 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
6152
6153 * configure.in: Include stdlib.h and string.h unconditionally.
6154
6155 2010-09-29 Romain Francoise <romain@orebokech.com>
6156
6157 * configure.in: Don't enable ImageMagick unless HAVE_X11.
6158
6159 2010-09-28 Glenn Morris <rgm@gnu.org>
6160
6161 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
6162 happy.
6163
6164 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6165
6166 * configure.in: Enable imagemagick by default.
6167
6168 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6169
6170 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
6171 GnuTLS libraries.
6172
6173 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6174
6175 * configure.in: Set up GnuTLS.
6176
6177 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * configure.in: Announce whether libxml2 is linked to.
6180
6181 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6182
6183 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
6184
6185 2010-09-18 Eli Zaretskii <eliz@gnu.org>
6186
6187 * config.bat: Detect that libxml2 is installed and if so, build
6188 with it.
6189
6190 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6191
6192 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
6193 be used. This fixes a conf problem on Mac OS X.
6194
6195 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6196
6197 * configure.in: Check for libxml2.
6198
6199 2010-09-09 Glenn Morris <rgm@gnu.org>
6200
6201 * make-dist: No more TODO files under lisp/.
6202
6203 2010-09-04 Eli Zaretskii <eliz@gnu.org>
6204
6205 * config.bat: Produce lisp/gnus/_dir-locals.el from
6206 lisp/gnus/.dir-locals.el.
6207
6208 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
6209
6210 * configure.in: Fix check for librsvg, imagemagick and
6211 MagickExportImagePixels.
6212
6213 2010-08-18 Joakim Verona <joakim@verona.se>
6214
6215 * Makefile.in, configure.in: Checks for ImageMagick.
6216
6217 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
6218
6219 * configure.in (AC_PREREQ): Require autoconf 2.65.
6220
6221 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
6222
6223 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
6224
6225 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
6226
6227 * configure.in: Add AC_C_BIGENDIAN.
6228
6229 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
6230
6231 * configure.in (ORDINARY_LINK): Use on hpux* too.
6232
6233 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
6234
6235 * configure.in: Check for util.h.
6236 Use -Wimplicit-function-declaration if compiler supports it.
6237
6238 2010-08-05 Eli Zaretskii <eliz@gnu.org>
6239
6240 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
6241
6242 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
6243
6244 * configure.in: Restore accidentally removed use of
6245 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
6246
6247 2010-07-29 Chad Brown <yandros@mit.edu>
6248
6249 * configure.in: Check for dirent.h.
6250
6251 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
6252
6253 * configure.in: Remove reference to usg5-4, unused.
6254
6255 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
6256
6257 * configure.in: Check for __executable_start.
6258
6259 2010-07-24 Ken Brown <kbrown@cornell.edu>
6260
6261 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
6262
6263 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
6264
6265 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
6266
6267 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
6268
6269 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
6270
6271 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
6272
6273 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
6274 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
6275 (C_OPTIMIZE_SWITCH): Remove.
6276 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
6277
6278 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
6279
6280 * configure.in: Don't check for index and rindex, check for strchr
6281 and strrchr. Define strchr and strrchr as index and rindex,
6282 resp., in src/config.h if not available.
6283
6284 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
6285
6286 * configure.in: Use -Wold-style-definition if available.
6287 This helps with the transition to standard C code, it can be
6288 removed when done.
6289
6290 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
6291
6292 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
6293 and MSWindows.
6294
6295 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
6296
6297 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
6298 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
6299
6300 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
6301
6302 * configure.in (getenv): Remove K&R declaration.
6303
6304 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
6305
6306 * configure.in: Remove define __P.
6307
6308 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
6309
6310 * configure.in (--enable-use-lisp-union-type): New flag.
6311
6312 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
6313
6314 Fix CFLAGS for non-GCC compilers.
6315 * configure.in (CFLAGS): Always use -g like it was done before the
6316 2010-03-30 change.
6317 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
6318 (Bug#6538)
6319
6320 2010-06-30 Glenn Morris <rgm@gnu.org>
6321
6322 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
6323 Set with AC_DEFINE rather than AH_BOTTOM.
6324
6325 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC)
6326 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
6327 Set with shell, not cpp.
6328 (LIBX): Remove, just use -lX11 in the one place this was used.
6329 (cannot_dump): Replace with CANNOT_DUMP.
6330
6331 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
6332
6333 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
6334 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
6335 by minimum required Gtk+ 2.6). Add checks for functions introduced
6336 in Gtk+ 2.14 or newer (bug#6505).
6337
6338 2010-06-26 Eli Zaretskii <eliz@gnu.org>
6339
6340 * config.bat: Remove white space around "+" in COPY commands.
6341
6342 2010-06-23 Glenn Morris <rgm@gnu.org>
6343
6344 * info/dir: Start descriptions in column 32, per Texinfo convention.
6345
6346 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
6347
6348 * INSTALL: Update font information (Bug#6389).
6349
6350 2010-06-16 Glenn Morris <rgm@gnu.org>
6351
6352 * INSTALL: General update.
6353
6354 2010-06-12 Glenn Morris <rgm@gnu.org>
6355
6356 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
6357
6358 2010-06-11 Glenn Morris <rgm@gnu.org>
6359
6360 * configure.in (--without-compress-info): New option.
6361 (GZIP_INFO): New output variable.
6362
6363 * Makefile.in (GZIP_INFO): New, set by configure.
6364 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
6365 Handle man pages in the same way.
6366
6367 2010-06-10 Glenn Morris <rgm@gnu.org>
6368
6369 * Makefile.in (install-arch-indep): Gzip the info files too.
6370
6371 * make-dist: Remove references to non-existent directories and files.
6372
6373 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
6374
6375 * configure.in: Include <strings.h> and <string.h> instead of
6376 "strings.h" and "string.h".
6377
6378 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
6379
6380 * configure.in: Remove code dealing with BSTRING.
6381
6382 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
6383
6384 * configure.in (AC_PREREQ): Require autoconf 2.65.
6385
6386 * configure.in (unxec): Do not define and substitute.
6387 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
6388
6389 2010-06-03 Glenn Morris <rgm@gnu.org>
6390
6391 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
6392
6393 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
6394
6395 Fix alloca definition when using gcc on non-gnu systems.
6396 * configure.in: Use the code sequence indicated by "info autoconf"
6397 for alloca (bug#6170).
6398
6399 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * .bzrignore: Ignore new files from trunk, which appear if you use
6402 colocated branches (i.e. "bzr switch").
6403
6404 2010-05-28 Glenn Morris <rgm@gnu.org>
6405
6406 * configure.in: Simplify some of the $canonical tests.
6407
6408 2010-05-27 Glenn Morris <rgm@gnu.org>
6409
6410 * config.bat: Do not preprocess src/Makefile.in.
6411
6412 * configure.in: Do not preprocess src/Makefile.in.
6413 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
6414 (AC_EGREP_CPP): Test no longer needed.
6415
6416 * make-dist: No more Makefile.c files.
6417
6418 2010-05-26 Glenn Morris <rgm@gnu.org>
6419
6420 * configure.in (YMF_PASS_LDFLAGS): Remove.
6421 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
6422
6423 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
6424 Add $GNUSTEP_LOCAL_HEADERS.
6425 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
6426
6427 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
6428 (GNUSTEP_MAKEFILES): Remove.
6429 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
6430 stuff to here.
6431
6432 2010-05-25 Glenn Morris <rgm@gnu.org>
6433
6434 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
6435 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
6436
6437 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
6438 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
6439 here instead.
6440
6441 2010-05-24 Romain Francoise <romain@orebokech.com>
6442
6443 * make-dist: Look for version in src/emacs.c.
6444 Use lisp/subr.el rather than lisp/version.el for location check.
6445
6446 2010-05-21 Glenn Morris <rgm@gnu.org>
6447
6448 * configure.in (MKDEPDIR): Parallel build tweak.
6449
6450 * configure.in (ns_frag): New output file.
6451
6452 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
6453 (OLDXMENU_TARGET): Set to empty if USE_GTK.
6454
6455 * configure.in (cannot_dump): New output variable.
6456
6457 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
6458
6459 * configure.in: On NetBSD, if terminfo is found, use it in
6460 preference to termcap. (Bug#6190)
6461
6462 2010-05-20 Glenn Morris <rgm@gnu.org>
6463
6464 * make-dist (src): Include *.mk.
6465 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
6466 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
6467 (deps_frag): New output file.
6468 (AUTO_DEPEND): Remove this definition.
6469
6470 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
6471
6472 2010-05-19 Glenn Morris <rgm@gnu.org>
6473
6474 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
6475 (ORDINARY_LINK): New AC_DEFINE.
6476 (LIB_GCC): No need to set if ORDINARY_LINK.
6477
6478 2010-05-18 Glenn Morris <rgm@gnu.org>
6479
6480 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
6481 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
6482
6483 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
6484 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
6485 (RALLOC_OBJ): New output variable.
6486
6487 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
6488 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
6489
6490 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6491
6492 * Makefile.in (src): Provide the name of the VCS file that witnesses
6493 a pull.
6494 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
6495
6496 2010-05-17 Glenn Morris <rgm@gnu.org>
6497
6498 * configure.in (OLDXMENU_DEPS): New output variable.
6499
6500 2010-05-16 Glenn Morris <rgm@gnu.org>
6501
6502 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
6503
6504 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
6505 * Makefile.in (install-arch-dep): Update for above change.
6506
6507 * Makefile.in (ns_appdir): Remove.
6508 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
6509
6510 * configure.in (TEMACS_LDFLAGS2): New output variable.
6511
6512 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
6513 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
6514 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
6515 nothing uses.
6516
6517 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
6518
6519 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
6520 does not use them.
6521 (X11R5_INHIBIT_I18N): Remove, unused.
6522
6523 2010-05-15 Glenn Morris <rgm@gnu.org>
6524
6525 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
6526
6527 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
6528
6529 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
6530
6531 * configure.in: Look for version string in its new location.
6532
6533 2010-05-15 Eli Zaretskii <eliz@gnu.org>
6534
6535 * config.bat: Remove support for DJGPP v1.x.
6536
6537 2010-05-15 Glenn Morris <rgm@gnu.org>
6538
6539 * configure.in (OLDXMENU_TARGET): New output variable.
6540
6541 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
6542
6543 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
6544 and other files that no longer exist.
6545
6546 2010-05-14 Glenn Morris <rgm@gnu.org>
6547
6548 * configure.in (cpp_undefs): Add mktime, register, X11.
6549
6550 * configure.in (GPM_MOUSE_SUPPORT): Remove.
6551 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
6552 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
6553
6554 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
6555 (GNUSTEP_MAKEFILES): Do not output.
6556
6557 2010-05-13 Glenn Morris <rgm@gnu.org>
6558
6559 * configure.in: Fix some paren typos.
6560
6561 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
6562
6563 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
6564
6565 2010-05-12 Glenn Morris <rgm@gnu.org>
6566
6567 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
6568
6569 * configure.in (LIB_GCC): New output variable.
6570
6571 2010-05-11 Glenn Morris <rgm@gnu.org>
6572
6573 * make-dist (msdos): No more mainmake.
6574
6575 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
6576 * config.bat: Do not run cpp on lib-src/Makefile.in.
6577
6578 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
6579
6580 2010-05-10 Glenn Morris <rgm@gnu.org>
6581
6582 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
6583
6584 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
6585 (BLESSMAIL_TARGET): New output variable.
6586
6587 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
6588
6589 * INSTALL: Fix typos.
6590
6591 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
6592
6593 * configure.in: Add check for buggy version of GCC (Bug#6031).
6594
6595 2010-05-08 Glenn Morris <rgm@gnu.org>
6596
6597 * configure.in (HAVE_LIBNCURSES): New local variable.
6598 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
6599 replacing cpp in src/s/*.h and src/Makefile.in.
6600
6601 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
6602
6603 * Version 23.2 released.
6604
6605 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6606
6607 * configure.in: Add tests for `isnan' and `copysign'.
6608
6609 2010-05-07 Eli Zaretskii <eliz@gnu.org>
6610
6611 * config.bat: Allow for 2 leading `#'s in comments in
6612 src/Makefile.in.
6613
6614 2010-05-07 Glenn Morris <rgm@gnu.org>
6615
6616 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
6617 Merges logic from src/s/* and src/Makefile.in.
6618 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
6619
6620 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
6621
6622 Define START_FILES and LIB_STANDARD using autoconf.
6623 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
6624 here from src/s/*.h.
6625 (HAVE_CRTIN): Remove, inline logic in the netbsd
6626 START_FILES/LIB_STANDARD computation.
6627
6628 2010-05-06 Glenn Morris <rgm@gnu.org>
6629
6630 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
6631
6632 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
6633 (LD_SWITCH_X_SITE): Remove unused variables.
6634
6635 2010-05-04 Glenn Morris <rgm@gnu.org>
6636
6637 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
6638 as well.
6639 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
6640
6641 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
6642
6643 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
6644 variables, replacing c_switch_machine, c_switch_system.
6645 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
6646 @c_switch_system@.
6647
6648 2010-05-03 Glenn Morris <rgm@gnu.org>
6649
6650 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
6651
6652 * make-dist: There are no more src/m/*.inp files.
6653
6654 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6655
6656 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
6657 (ac_link): Do not use ld_switch_machine.
6658
6659 2010-05-01 Glenn Morris <rgm@gnu.org>
6660
6661 * configure.in (OTHER_OBJ): Remove.
6662 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
6663
6664 2010-04-30 Glenn Morris <rgm@gnu.org>
6665
6666 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
6667 Elsewhere, maybe include it.
6668
6669 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
6670 (OLDXMENU, LIBXMENU): New output variables.
6671
6672 * configure.in (OTHER_OBJ): New output variable.
6673
6674 2010-04-28 Glenn Morris <rgm@gnu.org>
6675
6676 * configure.in (CYGWIN_OBJ): New output variable.
6677
6678 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
6679
6680 * configure.in (FONT_OBJ): New output variable.
6681
6682 * configure.in (LIBXMU): New output variable.
6683
6684 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
6685
6686 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
6687 userland and maybe change values to i386 (move test from s/amdx86-64.h).
6688
6689 2010-04-27 Glenn Morris <rgm@gnu.org>
6690
6691 * configure.in (LIBXTR6): New output variable. Move unixware special
6692 case here from src/s/unixware.h.
6693
6694 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
6695 in Makefiles.
6696 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
6697
6698 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
6699 (LIBXP): No longer substitute in Makefiles.
6700 (MOTIF_LIBW): New output variable. Move system-specific settings here
6701 from src/s files.
6702
6703 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
6704
6705 Reduce CPP usage.
6706 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
6707 (unexec): Define unconditionally, all platforms define
6708 UNEXEC. AC_SUBST it.
6709 (UNEXEC_SRC): Remove, unused.
6710 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
6711
6712 2010-04-27 Glenn Morris <rgm@gnu.org>
6713
6714 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
6715 replaced by LIBXP.
6716
6717 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
6718 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
6719 On hpux10-20, default to /lib.
6720
6721 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
6722
6723 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
6724
6725 * configure.in (LIBS_MACHINE): Remove, unused.
6726
6727 * configure.in (LIB_MATH): New output variable. Set it for some systems.
6728
6729 2010-04-24 Glenn Morris <rgm@gnu.org>
6730
6731 * configure.in (CRT_DIR): New output variable.
6732 (--with-crt-dir): New option. (Bug#5655)
6733 (HAVE_LIB64_DIR): Remove.
6734
6735 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
6736
6737 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
6738
6739 2010-04-22 Miles Bader <miles@gnu.org>
6740
6741 * configure.in: Get rid of "unix" pre-defined macro when
6742 preprocessing Makefile. (Bug#5857)
6743
6744 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
6745
6746 Avoid non-portable shell command negation
6747 * configure.in: Revert last change.
6748
6749 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6750
6751 * configure.in: Change "if test ! -f" to "if ! test -f".
6752
6753 2010-04-21 Glenn Morris <rgm@gnu.org>
6754
6755 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
6756 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
6757
6758 2010-04-21 Karel Klíč <kklic@redhat.com>
6759
6760 * configure.in: New option: --with(out)-selinux, on by default.
6761 Set HAVE_LIBSELINUX if we find libselinux, and substitute
6762 LIBSELINUX_LIBS in Makefiles.
6763
6764 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
6765
6766 * configure.in: Remove all references to LIBX11_SYSTEM.
6767
6768 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6769
6770 * configure.in: Remove all references to C_DEBUG_SWITCH.
6771
6772 2010-03-27 Eli Zaretskii <eliz@gnu.org>
6773
6774 * config.bat <lib-src>: Edit out lines that begin with several #
6775 characters.
6776
6777 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6778
6779 * configure.in: Remove support for old UNIX System V systems and
6780 for Unixware on non-x86 machines.
6781
6782 * configure.in: Remove support for Solaris on PPC and for old versions.
6783
6784 * configure.in: Remove non-working lynxos port.
6785
6786 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6787
6788 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
6789
6790 2010-03-19 Glenn Morris <rgm@gnu.org>
6791
6792 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
6793 happy.
6794
6795 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
6796
6797 * configure.in: Check for tputs and friends, abort if not
6798 found (bug#5735).
6799
6800 2010-03-18 Glenn Morris <rgm@gnu.org>
6801
6802 * configure.in (--with-x-toolkit): In the help text, say which options
6803 are synonyms.
6804
6805 * configure.in (--with-mmdf, --with-mail-unlink):
6806 New options, off by default.
6807 (--with-mailhost): New option to set default POP host.
6808 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
6809 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
6810 New variables, substituted in Makefiles.
6811 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
6812 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
6813 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
6814 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
6815 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
6816
6817 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
6818
6819 * Makefile.in (uninstall): Handle the case where archlibdir does not
6820 exist. (Bug#5720)
6821
6822 2010-03-12 Eli Zaretskii <eliz@gnu.org>
6823
6824 These changes remove termcap.c from the build on POSIX platforms.
6825 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
6826
6827 * configure: Regenerated.
6828
6829 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
6830
6831 * Branch for 23.2.
6832
6833 2010-01-31 Juri Linkov <juri@jurta.org>
6834
6835 * .bzrignore: Add TAGS-LISP.
6836
6837 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6838
6839 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
6840 this header file).
6841
6842 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
6843
6844 * .bzrignore: Ignore all .exe, instead of individual files.
6845
6846 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
6847
6848 * configure.in: Explicitly check for and link to -lXrender.
6849
6850 2010-01-12 Glenn Morris <rgm@gnu.org>
6851
6852 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
6853 for bug reports for development versions.
6854
6855 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6856
6857 * .bzrignore: Add more ignored patterns, including for the MS-DOS
6858 build.
6859
6860 2009-12-27 Karl Fogel <kfogel@red-bean>
6861
6862 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
6863 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
6864
6865 2009-12-17 Glenn Morris <rgm@gnu.org>
6866
6867 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
6868
6869 2009-12-15 Glenn Morris <rgm@gnu.org>
6870
6871 * info/dir: Add EDT entry.
6872 * Makefile.in (INFO_FILES): Add edt.
6873
6874 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
6875
6876 * configure.in: Check for RSVG if GNUstep is used.
6877
6878 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
6879
6880 * configure.in: Don't check for RSVG or GConf unless X11 is used.
6881
6882 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
6883
6884 * configure.in: Allow compiling Emacs with GTK on Cygwin.
6885
6886 2009-12-01 Glenn Morris <rgm@gnu.org>
6887
6888 * make-dist: Add etc/images/mpc directory.
6889
6890 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6891
6892 * configure.in: Don't check for GConf unless X is used.
6893
6894 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
6895
6896 * configure.in: Use -Wdeclaration-after-statement if available.
6897
6898 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6899
6900 * configure.in: New option: --with(out)-gconf.
6901 Set HAVE_GCONF if we find gconf.
6902
6903 2009-11-17 Glenn Morris <rgm@gnu.org>
6904
6905 * Makefile.in (INFO_FILES): Add semantic.
6906
6907 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
6908
6909 * info/dir: Add Semantic.
6910
6911 2009-11-16 Glenn Morris <rgm@gnu.org>
6912
6913 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
6914 pattern, so as not to exclude makefile*.el. (Bug#4912)
6915
6916 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
6917
6918 * configure.in: --enable-autodepend is new. Check for GNU Make
6919 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
6920 gcc and GNU make to generate dependencies.
6921
6922 2009-10-27 Glenn Morris <rgm@gnu.org>
6923
6924 * make-dist: Make links to doc/lispintro/*.pdf.
6925
6926 2009-10-23 Jim Meyering <meyering@redhat.com>
6927
6928 * configure.in: Invoke $CPP with -P when creating Makefile and
6929 src/Makefile. Without this, gcc 4.4.2 converts each
6930 backslash-newline pair in the input to a bare newline, yielding
6931 invalid Makefiles.
6932
6933 * configure: Regenerate.
6934
6935 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6936
6937 * configure.in (vax-dec-vms): Remove, not supported anymore.
6938
6939 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6940
6941 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
6942 (*-apple-darwin*): Add x86_64 architecture.
6943
6944 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6945
6946 * config.guess, config.sub: Updated from master source.
6947
6948 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6949
6950 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
6951
6952 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
6953
6954 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
6955
6956 2009-09-29 Glenn Morris <rgm@gnu.org>
6957
6958 * make-dist (check): Update for two new levels of subdirectory in lisp/.
6959
6960 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6961
6962 * config.guess, config.sub: Updated from master source.
6963
6964 * configure.in (OTHER_FILES): Define using autoconf not cpp.
6965
6966 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6967
6968 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
6969
6970 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6971
6972 * INSTALL: Update URL for GNU FreeFont.
6973
6974 2009-09-09 Glenn Morris <rgm@gnu.org>
6975
6976 * Makefile.in (install-arch-indep): Don't recursively change perms of
6977 site-lisp and infodir. There may be non-Emacs files in here, and the
6978 files supplied by Emacs are all handled explicitly already. (Bug#3800)
6979 (mkdir): Set umask to world-readable before creating directories.
6980 mkinstalldirs already checks if dirs exist, don't duplicate this test.
6981
6982 2009-08-29 Glenn Morris <rgm@gnu.org>
6983
6984 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
6985 (info): Don't give an error in the absence of makeinfo - let the doc
6986 Makefiles do that, if the info files need rebuilding. (Bug#3982)
6987
6988 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
6989
6990 * Makefile.in (install-arch-indep): If the versioned DOC-####
6991 generated during loadup+dump isn't found, install the plain DOC
6992 file that always gets generated, in case CANNOT_DUMP is set.
6993
6994 * configure.in: Warn if package version specified here doesn't
6995 match the version in version.el.
6996 * configure: Regenerate.
6997
6998 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
6999
7000 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
7001
7002 * configure: Regenerate.
7003
7004 2009-08-19 Glenn Morris <rgm@gnu.org>
7005
7006 * INSTALL: Remove reference to cvtmail.
7007
7008 2009-08-15 CHENG Gao <chenggao@gmail.com>
7009
7010 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
7011
7012 2009-08-02 Kevin Ryde <user42@zip.com.au>
7013
7014 * INSTALL: Fix free fonts URL.
7015
7016 2009-07-22 Glenn Morris <rgm@gnu.org>
7017
7018 * configure.in (AC_PREREQ): Require autoconf 2.62.
7019
7020 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
7021
7022 * configure.in (--enable-checking, --enable-profiling):
7023 Use AS_HELP_STRING.
7024
7025 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7026
7027 * configure.in (--enable-profiling): New option.
7028 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
7029
7030 2009-06-27 Glenn Morris <rgm@gnu.org>
7031
7032 * configure.in: Restore netbsd on mips, mipsel, mipseb.
7033
7034 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7035
7036 * configure.in (--enable-checking): New option.
7037
7038 2009-06-24 Glenn Morris <rgm@gnu.org>
7039
7040 * make-dist: Warn if subdir does not exist in source.
7041 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
7042 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
7043 No longer make links.
7044
7045 2009-06-24 Yavor Doganov <yavor@gnu.org>
7046
7047 * make-dist (tempdir): Don't create directories preferences.gorm
7048 and preferences.nib, they are no longer required.
7049
7050 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
7051
7052 * Branch for 23.1.
7053
7054 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
7055
7056 * configure.in: Delete mac-fix-env target, which has been
7057 removed (Bug#3531).
7058
7059 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7060
7061 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
7062
7063 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
7064
7065 * BUGS: Use new binding of view-emacs-problems.
7066
7067 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
7068
7069 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
7070 for Solaris compatibility.
7071
7072 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
7073
7074 * configure: Regenerate.
7075
7076 * configure.in: Disable use of FreeType without libXft.
7077
7078 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
7079
7080 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
7081 Check if it is declared in gtk.h.
7082
7083 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
7084
7085 * Makefile.in (install-arch-indep): Remove .gitignore files.
7086
7087 2009-04-03 Kenichi Handa <handa@m17n.org>
7088
7089 * INSTALL: Make the section "Complex Text Layout support
7090 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
7091
7092 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
7093
7094 * configure.in (rs6000-ibm-aix6*): Fix typo.
7095
7096 2009-03-04 Glenn Morris <rgm@gnu.org>
7097
7098 * Makefile.in (INFO_FILES): Add auth.
7099
7100 2009-03-03 Glenn Morris <rgm@gnu.org>
7101
7102 * info/dir: Add Auth-source.
7103
7104 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7105
7106 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
7107 the second.
7108
7109 2009-02-28 Eli Zaretskii <eliz@gnu.org>
7110
7111 * config.bat: Copy .dbxinit to _dbxinit.
7112
7113 * make-dist (Making links to `info'): Remove .gitignore.
7114
7115 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7116
7117 * Makefile.in (lib-src, lisp): Use simpler rule.
7118 (src): Be more specific to avoid recompiling all the .elc files just
7119 because the bootstrap-emacs is missing.
7120
7121 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
7122
7123 * configure.in: Require librsvg >= 2.11.
7124
7125 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7126
7127 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
7128 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
7129
7130 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7131
7132 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
7133
7134 2009-02-03 Glenn Morris <rgm@gnu.org>
7135
7136 * make-dist: Add some missing files, remove some that are no longer
7137 present.
7138
7139 2009-02-02 Glenn Morris <rgm@gnu.org>
7140
7141 * make-dist: Add some missing nextstep/ files.
7142
7143 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
7144
7145 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
7146
7147 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
7148
7149 * configure.in: Add support for m68k-*-netbsd.
7150
7151 2009-01-14 Juri Linkov <juri@jurta.org>
7152
7153 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
7154
7155 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
7156 and bug-reference-mode.
7157
7158 2009-01-11 Juri Linkov <juri@jurta.org>
7159
7160 * INSTALL.CVS: Move configuration explicitly to the first step.
7161
7162 2009-01-09 Glenn Morris <rgm@gnu.org>
7163
7164 * .dir-locals.el: Don't set indent-tabs-mode.
7165
7166 2008-12-30 Kenichi Handa <handa@m17n.org>
7167
7168 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
7169 the function OTF_get_variation_glyphs.
7170
7171 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
7172
7173 * Makefile.in (install-arch-dep): Remove old directories in
7174 ns_app* before moving new directories there.
7175
7176 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
7177
7178 * .dir-locals.el: Remove non-working entry for pmail.
7179 (fill-column): Fix typo.
7180 (change-log-mode): Add fill column.
7181
7182 2008-12-26 Eli Zaretskii <eliz@gnu.org>
7183
7184 * config.bat: Produce _dir-locals.el from .dir-locals.el.
7185
7186 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7187
7188 * make-dist (tempdir): Distribute .dir-locals.el.
7189
7190 * .dir-locals.el: New file.
7191
7192 2008-12-19 Eli Zaretskii <eliz@gnu.org>
7193
7194 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
7195 for rationale.
7196
7197 2008-12-13 Glenn Morris <rgm@gnu.org>
7198
7199 * Makefile.in (install-arch-indep): Add new man-pages.
7200 (manext): Remove variable.
7201 (MAN_PAGES): New variable.
7202 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
7203 and remove.
7204 (uninstall): Remove desktop file and icons, game scores if empty.
7205
7206 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
7207
7208 * config.guess, config.sub: Updated from master source.
7209
7210 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
7211
7212 * Makefile.in (install-arch-indep): Install ebrowse.1.
7213
7214 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
7215
7216 * configure.in: Add Solaris on x86_64.
7217
7218 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
7219
7220 * config.guess, config.sub: Updated from master source.
7221
7222 2008-12-08 Eli Zaretskii <eliz@gnu.org>
7223
7224 * info/dir: Fix last change.
7225
7226 2008-12-07 Eli Zaretskii <eliz@gnu.org>
7227
7228 * info/dir: Untabify.
7229
7230 2008-11-28 Ulrich Müller <ulm@gentoo.org>
7231
7232 * configure.in: Fix last change.
7233
7234 2008-11-28 Richard M Stallman <rms@gnu.org>
7235
7236 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
7237 New configurations.
7238
7239 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
7240
7241 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
7242 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
7243
7244 2008-11-15 Eli Zaretskii <eliz@gnu.org>
7245
7246 * Makefile.in (INFO_FILES): Remove ns-emacs.
7247
7248 * info/dir (NS-Emacs): Remove entry.
7249
7250 2008-11-08 Eli Zaretskii <eliz@gnu.org>
7251
7252 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
7253
7254 2008-11-07 Glenn Morris <rgm@gnu.org>
7255
7256 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
7257
7258 2008-10-31 Eli Zaretskii <eliz@gnu.org>
7259
7260 * config.bat: Tell user to expect one "File not found" message
7261 while the `doc' directory is being configured.
7262
7263 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
7264
7265 * update-subdirs: Put obsolete directory last.
7266
7267 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
7268
7269 * configure.in: Check fontconfig always.
7270
7271 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7272
7273 * configure (*-solaris2.[7-9]*): Fix typo.
7274
7275 2008-10-24 Glenn Morris <rgm@gnu.org>
7276
7277 * configure.in (--without-sync-input, --with-pkg-config-prog):
7278 Help strings start with lower case.
7279 (--with-gnustep-conf): New option.
7280 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
7281
7282 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
7283
7284 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
7285 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
7286 is not found. (Bug#1230)
7287
7288 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
7289
7290 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
7291 Use sol2-6.h for Solaris 7-9.
7292
7293 2008-10-18 Ulrich Müller <ulm@gentoo.org>
7294
7295 * configure.in: Add support for GNU/Linux on SuperH.
7296
7297 2008-10-12 Andreas Schwab <schwab@suse.de>
7298
7299 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
7300
7301 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
7302
7303 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
7304 "X") to avoid confusion.
7305
7306 * configure: Regenerate.
7307
7308 2008-09-07 Romain Francoise <romain@orebokech.com>
7309
7310 * make-dist: Distribute doc/man/ChangeLog.
7311
7312 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
7313
7314 * configure.in: Disable XFT and Freetype when without X.
7315
7316 * configure: Regenerate.
7317
7318 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
7319
7320 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
7321
7322 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7323
7324 * configure.in (GNUSTEP_SYSTEM_HEADERS):
7325 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
7326
7327 * configure: Regenerate.
7328
7329 2008-08-20 Eli Zaretskii <eliz@gnu.org>
7330
7331 * configure.in: Move "#define subprocesses" before
7332 config_opsysfile is included.
7333
7334 2008-08-19 Kenichi Handa <handa@m17n.org>
7335
7336 * INSTALL (Extra fonts): Mention local fonts, don't mention
7337 mule-unicode.
7338
7339 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
7340
7341 * make-dist: Omit info/.arch-inventory.
7342
7343 2008-08-16 Jason Rumney <jasonr@gnu.org>
7344
7345 * make-dist (tempdir/nt): Link emacsclient.rc.
7346
7347 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7348
7349 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
7350 AC_SUBST it.
7351 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
7352 AC_SUBST it.
7353 (OTHER_FILES): Always define for HAVE_NS.
7354 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
7355 * configure: Regenerate.
7356
7357 2008-08-07 Andreas Schwab <schwab@suse.de>
7358
7359 * configure.in: Correctly handle
7360 --enable-cocoa-experimental-ctrl-g=no and
7361 --enable-ns-self-contained=yes.
7362
7363 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7364
7365 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
7366 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
7367 Don't bother undef'ing since won't have desired effect.
7368
7369 2008-08-06 Andreas Schwab <schwab@suse.de>
7370
7371 * configure.in: Fix quoting.
7372
7373 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
7374
7375 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
7376
7377 2008-08-05 Ulrich Müller <ulm@gentoo.org>
7378
7379 * configure.in: Add checks for krb5_error.text and
7380 krb5_error.e_text struct members.
7381
7382 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
7383
7384 * configure.in: Test for existence of NSInteger.
7385 Suggested by Yavor Doganov.
7386
7387 2008-08-02 Romain Francoise <romain@orebokech.com>
7388
7389 * Makefile.in (INFO_FILES): Add mairix-el.
7390
7391 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7392
7393 * make-dist:
7394 * README: Remove VMS support.
7395 * vms: Remove directory.
7396
7397 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7398
7399 * configure.in (MULTI_KBOARD): Remove.
7400
7401 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7402
7403 * configure.in (DO_BLOCK_INPUT): Remove, unused.
7404
7405 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
7406
7407 * info/dir (File): Add mairix-el.
7408
7409 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7410
7411 Remove support for Mac Carbon.
7412 * mac: Remove directory.
7413 * make-dist:
7414 * configure.in:
7415 * README:
7416 * Makefile.in:
7417 * INSTALL: Remove code for Carbon.
7418 * configure: Regenerate.
7419
7420 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
7421
7422 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
7423
7424 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7425
7426 * configure.in: Check for getrlimit.
7427
7428 * configure: Regenerate.
7429
7430 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7431
7432 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
7433 in src/Makefile.in.
7434 (static): Remove, autoconf would always comment it out anyway.
7435 (subprocesses): Define unconditionally.
7436
7437 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
7438
7439 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
7440 compilation under GNUstep.
7441
7442 2008-07-18 Kenichi Handa <handa@m17n.org>
7443
7444 * INSTALL (Complex Text Layout support libraries): Delete the
7445 paragraph about --enable-font-backend.
7446
7447 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7448
7449 * configure.in: Print out some info to user for NeXTstep builds.
7450 (ns-app): Remove enable option.
7451 (ns-self-contained): Add enable option.
7452 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
7453 GNUstep, use to set install prefixes, and substitute in Makefiles.
7454 * configure: Regenerate.
7455 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
7456 NS app bundle.
7457
7458 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
7461
7462 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7463
7464 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
7465 NS_IMPL_COCOA.
7466
7467 2008-07-16 Glenn Morris <rgm@gnu.org>
7468
7469 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
7470 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
7471 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
7472 never unset.
7473
7474 * make-dist: Add nextstep/ directories.
7475 (src, lib-src): Add .m files.
7476
7477 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7478
7479 * configure.in (freebsd, kfreebsd): Undo part of previous change.
7480 (USER_FULL_NAME): Remove, not used anymore.
7481 * configure: Regenerate.
7482
7483 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7484
7485 Changes and additions for NeXTstep windowing system (Cocoa and
7486 GNUstep) support.
7487
7488 * configure.in: Add support for NS window system: --with-ns (default
7489 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
7490 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
7491 disable font backend if window system is "none", not if !HAVE_X11.
7492 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
7493 (install-arch-dep): Add commands to assemble NS .app package.
7494
7495 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
7496
7497 * configure.in: Use macppc for Darwin. Remove references to
7498 desupported systems.
7499 * configure: Regenerate.
7500
7501 2008-07-05 Glenn Morris <rgm@gnu.org>
7502
7503 * make-dist (EMACS): Doc fix.
7504 (lisp): There are no *.dat or image files here any more.
7505 (src): There are no *.s files here any more.
7506 (etc/images, etc/images/*): Link to most regular files.
7507
7508 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7509
7510 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
7511
7512 2008-07-01 Glenn Morris <rgm@gnu.org>
7513
7514 * configure.in (cpp_undefs): Rename from `undefs', update uses.
7515 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
7516 and explicitly export there. (Bug#507.)
7517
7518 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7519
7520 * configure.in:
7521 * configure: Remove references to obsolete systems.
7522
7523 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7524
7525 * Makefile.in (Makefile): Use it for its timestamp value as well, and
7526 make it depend on all other */.in files.
7527 (src/Makefile, src/config.stamp, lib-src/Makefile)
7528 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
7529 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
7530 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
7531 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
7532
7533 * configure.in: Don't create src/config.stamp any more.
7534
7535 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7536
7537 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
7538
7539 2008-06-22 Glenn Morris <rgm@gnu.org>
7540
7541 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
7542
7543 2008-06-21 Romain Francoise <romain@orebokech.com>
7544
7545 * Makefile.in (INFO_FILES): Add sasl.
7546
7547 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7548
7549 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
7550 (bootstrap-build): Remove.
7551 (top_bootclean): New var.
7552 (top_distclean, bootstrap-clean): Use it.
7553 (bootstrap): Don't recheck config. Make normally.
7554
7555 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * Makefile.in (SUBDIR): Include `lisp'.
7558 (lisp): Depend on `src'.
7559 (top_distclean): Don't remove config.status.
7560 (bootstrap-clean): New target.
7561 (maintainer-clean): Use it.
7562 (bootstrap): Use bootstrap-clean. Re-run config.status.
7563 (src/bootstrap-emacs${EXEEXT}): New target.
7564 (bootstrap-build): Use it. Don't use bootstrap-prepare because
7565 src/Makefile now takes care of it.
7566 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
7567
7568 2008-06-15 Glenn Morris <rgm@gnu.org>
7569
7570 * info/dir: Add sasl.
7571
7572 2008-06-09 Alan Mackenzie <acm@muc.de>
7573
7574 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
7575
7576 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
7577
7578 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
7579
7580 2008-06-07 Glenn Morris <rgm@gnu.org>
7581
7582 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
7583 serve no purpose.
7584
7585 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7586
7587 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
7588 * configure: Regenerate.
7589
7590 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7591
7592 * update-subdirs: Don't touch subdirs.el if it is unchanged.
7593
7594 2008-05-14 Kenichi Handa <handa@m17n.org>
7595
7596 * configure: Regenerate.
7597
7598 * configure.in: Don't handle --disable-font-backend. Don't print
7599 a message about a font backend.
7600
7601 2008-05-09 Glenn Morris <rgm@gnu.org>
7602
7603 * configure.in: Make absence of makeinfo a fatal error only if the info
7604 files don't exist.
7605 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
7606
7607 2008-05-07 Eli Zaretskii <eliz@gnu.org>
7608
7609 * config.bat: Fix last change: don't use < and > in "rem" lines,
7610 they are interpreted as redirection by DOS shells.
7611
7612 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7613
7614 * configure.in: Check availability of AvailabilityMacros.h
7615 if HAVE_CARBON.
7616
7617 * configure: Regenerate.
7618
7619 2008-05-03 Glenn Morris <rgm@gnu.org>
7620
7621 * configure.in (x_libraries): Remove standard 64-bit directories -
7622 experimental workaround for minor autoconf bug.
7623
7624 * configure.in (--without-makeinfo): New option. If set,
7625 absence of suitable makeinfo is not a fatal error.
7626 * Makefile.in (MAKEINFO): New, set by configure.
7627 (install-arch-indep): Without makeinfo, ignore any missing manuals.
7628 (info-real): New target.
7629 (info): Without makeinfo, do nothing, else call `info-real'.
7630
7631 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
7632
7633 * configure.in: Remove hpux10.20 from the desupported list.
7634
7635 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7636
7637 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
7638
7639 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7640
7641 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
7642 rather than change CPPFLAGS.
7643 (HAVE_GTK): Rename to USE_GTK.
7644
7645 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
7646
7647 * configure.in: Replace the obsolete macros AC_AIX and
7648 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
7649
7650 2008-04-05 Andreas Schwab <schwab@suse.de>
7651
7652 * configure.in: No longer create admin/unidata/Makefile.
7653
7654 2008-03-28 Andreas Schwab <schwab@suse.de>
7655
7656 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
7657 (lisp/Makefile): New rule.
7658
7659 2008-03-13 Glenn Morris <rgm@gnu.org>
7660
7661 * configure.in (AC_INIT): Fix version number.
7662 (sync-input): Reword the option, since it's on by default.
7663
7664 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
7665
7666 * configure.in: Add --enable-sync-input, default yes.
7667
7668 2008-03-11 Glenn Morris <rgm@gnu.org>
7669
7670 * Makefile.in (install-etc, mkdir): Handle directory
7671 etc/images/icons/hicolor/*/mimetypes/.
7672
7673 * make-dist: Handle icons/hicolor/scalable directory.
7674
7675 2008-03-05 Glenn Morris <rgm@gnu.org>
7676
7677 * configure.in: Enable font-backend by default.
7678 (USE_FONT_BACKEND): Set to "no" in absence of X.
7679 (PKG_CONFIG): Don't set multiple times, once is enough.
7680 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
7681
7682 2008-03-03 Glenn Morris <rgm@gnu.org>
7683
7684 * Makefile.in (iconsrcdir): New variable.
7685 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
7686 directory.
7687
7688 2008-02-29 Glenn Morris <rgm@gnu.org>
7689
7690 * test/: New directory.
7691
7692 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
7693
7694 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
7695
7696 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
7697
7698 * configure.in: Print an error for systems that we think are obsolete
7699 and are proposed to be removed. Remove some more unused systems.
7700 Add support for powerpc-ibm-aix6*.
7701
7702 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
7703
7704 * configure.in: Remove references to obsolete variables and systems.
7705
7706 2008-02-21 Glenn Morris <rgm@gnu.org>
7707
7708 * Makefile.in (set_installuser): New.
7709 (install-arch-indep): Use set_installuser to avoid duplicate code.
7710
7711 * README.unicode: Split into admin/notes/unicode,font-backend and
7712 remove.
7713
7714 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
7715
7716 * configure.in (arm*-*-freebsd*): Add.
7717
7718 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
7719
7720 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
7721 dealing with obsolete variables.
7722
7723 2008-02-08 Glenn Morris <rgm@gnu.org>
7724
7725 * Makefile.in (check-info-dir): New target.
7726
7727 2008-02-08 Michael Olson <mwolson@gnu.org>
7728
7729 * Makefile.in (INFO_FILES): Add epa.
7730
7731 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
7732 features" section.
7733
7734 2008-02-06 Glenn Morris <rgm@gnu.org>
7735
7736 * configure.in (--with-gcc): Give an error saying this option has
7737 been removed.
7738 (--with-gtk): Remove this option.
7739
7740 2008-02-06 Tom Tromey <tromey@redhat.com>
7741
7742 * configure.in (--with-gcc): Remove.
7743 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
7744
7745 2008-02-05 Ulrich Müller <ulm@gentoo.org>
7746
7747 * INSTALL: Recommend giflib, not libungif.
7748
7749 2008-02-05 Tom Tromey <tromey@redhat.com>
7750
7751 * configure.in (--with-dbus): Default to enabled.
7752
7753 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
7754
7755 * INSTALL (Complex Text Layout support libraries): New section.
7756
7757 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
7758
7759 * make-dist: Remove references to files in mac/ that have been
7760 deleted.
7761
7762 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
7763
7764 * configure.in: For libotf and m17n-flt checks, set shell vars
7765 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
7766 pkg_check_m17n_flt, respectively, for the sake of the summary output.
7767 Reported by Ulrich Müller.
7768
7769 2008-02-02 Eli Zaretskii <eliz@gnu.org>
7770
7771 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
7772 admin/unidata/Makefile.in to Makefile.
7773
7774 2008-02-02 Glenn Morris <rgm@gnu.org>
7775
7776 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
7777 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
7778 (HAVE_XFT): Add "Does Emacs use..." messages at end.
7779
7780 2008-02-01 Miles Bader <miles@gnu.org>
7781
7782 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
7783 [libotf], and [m17n-flt] options.
7784
7785 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7786
7787 * configure.in: Add EMACS_ARG_N([libotf]...), and
7788 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
7789 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
7790 CFLAGS, and LIBS in checking of m17n-flt.
7791
7792 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7793
7794 * configure.in: Check the availability of m17n-flt library.
7795
7796 2008-02-01 Kenichi Handa <handa@m17n.org>
7797
7798 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
7799 not available.
7800
7801 2008-02-01 Kenichi Handa <handa@m17n.org>
7802
7803 * configure.in: New args --enable-font-backend, --with-xft,
7804 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
7805 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
7806 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
7807 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
7808
7809 2008-02-01 Kenichi Handa <handa@m17n.org>
7810
7811 * make-dist: Include etc/charsets in tarball.
7812
7813 2008-02-01 Kenichi Handa <handa@m17n.org>
7814
7815 * configure.in: While running cpp on junk.c, include
7816 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
7817 exists.
7818
7819 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7820
7821 * configure.in (xtensa): Match more configurations.
7822
7823 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
7824
7825 * configure.in: Update comment.
7826
7827 2008-01-26 Glenn Morris <rgm@gnu.org>
7828
7829 * configure.in (--without-gcc): By default, neither off nor on.
7830 (--with-carbon): Tone down rhetoric in help text.
7831
7832 2008-01-25 Glenn Morris <rgm@gnu.org>
7833
7834 * configure.in: Correct usage of OPTION_DEFAULT_ON,
7835 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
7836 Default `Carbon' to off (it's unsupported).
7837
7838 2008-01-24 Glenn Morris <rgm@gnu.org>
7839
7840 * configure.in: Standardize dbus-related messages.
7841
7842 2008-01-23 Michael Olson <mwolson@gnu.org>
7843
7844 * configure.in (pkg-config-prog): Remove initial whitespace.
7845
7846 2008-01-23 Tom Tromey <tromey@redhat.com>
7847
7848 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
7849 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
7850 Update all users.
7851
7852 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
7853
7854 * config.guess, config.sub: Updated from master source.
7855
7856 2008-01-17 Andreas Schwab <schwab@suse.de>
7857
7858 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
7859
7860 2008-01-17 Glenn Morris <rgm@gnu.org>
7861
7862 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
7863
7864 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
7865
7866 * configure.in: Remove more references to unsupported systems.
7867
7868 2008-01-16 Sven Joachim <svenjoac@gmx.de>
7869
7870 * make-dist: Add --lzma.
7871
7872 2008-01-16 Glenn Morris <rgm@gnu.org>
7873
7874 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
7875 configure checks for this.
7876
7877 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
7878
7879 * configure.in: Remove more references to unsupported systems.
7880
7881 2008-01-06 Romain Francoise <romain@orebokech.com>
7882
7883 * configure.in: Delete extra semicolons.
7884
7885 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7886
7887 * configure.in: Remove references to unsupported systems.
7888
7889 2008-01-05 Romain Francoise <romain@orebokech.com>
7890
7891 * make-dist: Add --bzip2. Update copyright.
7892
7893 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7894
7895 * configure.in: Remove support for Masscomp.
7896
7897 2008-01-05 Glenn Morris <rgm@gnu.org>
7898
7899 * Makefile.in (desktopdir, icondir): New variables.
7900 (install-arch-indep): Also depend on `install-etc'.
7901 (install-etc): New target.
7902 (mkdir): Also create the `applications' and `icons' directories.
7903
7904 2008-01-04 Glenn Morris <rgm@gnu.org>
7905
7906 * make-dist: Update for new etc/images/icons/hicolor directory.
7907
7908 2007-12-09 Andreas Schwab <schwab@suse.de>
7909
7910 * configure.in: D-Bus is not enabled by default.
7911
7912 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
7913
7914 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
7915 change.
7916
7917 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
7918
7919 * configure.in: Give package name and version to AC_INIT.
7920
7921 2007-12-03 Magnus Henoch <mange@freemail.hu>
7922
7923 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
7924
7925 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
7926
7927 * configure.in: No need for DBUS_INFO anymore.
7928
7929 * Makefile.in (INFO_FILES): Use dbus unconditionally.
7930
7931 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
7932
7933 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
7934
7935 * Makefile.in (INFO_FILES): Add dbus.
7936
7937 2007-12-02 Romain Francoise <romain@orebokech.com>
7938
7939 * make-dist: Fix last change.
7940
7941 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
7942
7943 * configure.in: Add support for gnu-kfreebsd.
7944
7945 2007-11-28 Glenn Morris <rgm@gnu.org>
7946
7947 * make-dist: Add etc/nxml.
7948
7949 2007-11-24 Romain Francoise <romain@orebokech.com>
7950
7951 * Makefile.in (INFO_FILES): Add nxml-mode.
7952
7953 2007-11-23 Romain Francoise <romain@orebokech.com>
7954
7955 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
7956 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
7957
7958 2007-11-20 Andreas Schwab <schwab@suse.de>
7959
7960 * configure.in: Always include <resolv.h> when checking for res_init.
7961
7962 2007-11-17 Andreas Schwab <schwab@suse.de>
7963
7964 * update-subdirs: Atomically update subdirs.el.
7965
7966 2007-11-17 Glenn Morris <rgm@gnu.org>
7967
7968 * Makefile.in (check-declare): New target.
7969
7970 2007-11-07 Glenn Morris <rgm@gnu.org>
7971
7972 * configure.in: Deprecate Mac Carbon port.
7973
7974 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
7975
7976 * configure.in: Remove HAVE_X11R5 check.
7977
7978 2007-10-31 Glenn Morris <rgm@gnu.org>
7979
7980 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
7981 when changing ownership of installed files.
7982
7983 2007-10-30 Glenn Morris <rgm@gnu.org>
7984
7985 * make-dist: Add new directory etc/gnus.
7986
7987 2007-10-30 Michael Olson <mwolson@gnu.org>
7988
7989 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
7990
7991 2007-10-29 Glenn Morris <rgm@gnu.org>
7992
7993 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
7994
7995 2007-10-23 Glenn Morris <rgm@gnu.org>
7996
7997 * MAINTAINERS: Move to admin/.
7998
7999 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
8000
8001 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
8002 (HAVE_LIBRESOLV): Also define if we are using res_init().
8003
8004 2007-10-17 Glenn Morris <rgm@gnu.org>
8005
8006 * FTP: Remove file, since it's just a duplicate of one in etc/.
8007
8008 2007-10-05 Eli Zaretskii <eliz@gnu.org>
8009
8010 * config.bat: Fix configuring `doc' due to changes in the
8011 directory structure.
8012
8013 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
8014
8015 * configure.in: Don't use -lpthread on HP-UX.
8016
8017 2007-09-16 Glenn Morris <rgm@gnu.org>
8018
8019 * make-dist: File gfdl.1 has been removed.
8020
8021 2007-09-15 Glenn Morris <rgm@gnu.org>
8022
8023 * configure.in: Fix makeinfo version regexp.
8024
8025 2007-09-12 Glenn Morris <rgm@gnu.org>
8026
8027 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
8028 implementation of alloca is not found.
8029
8030 * Makefile.in (SOURCES, unlock, relock): Delete.
8031 (install-arch-indep): Do not exclude the etc/ Makefiles.
8032
8033 2007-09-09 Juri Linkov <juri@jurta.org>
8034
8035 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
8036
8037 * README: Add doc/ to documentation directories.
8038
8039 2007-09-08 Michael Olson <mwolson@gnu.org>
8040
8041 * MAINTAINERS: Add myself for ERC and tq.el.
8042 Update for new doc/ directory layout.
8043
8044 2007-09-06 Romain Francoise <romain@orebokech.com>
8045
8046 * make-dist: Update for new doc/ directory layout.
8047
8048 2007-09-06 Glenn Morris <rgm@gnu.org>
8049
8050 * Makefile.in (mansrcdir): New variable.
8051 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
8052 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
8053 update these targets for new doc/ directory layout.
8054 (doc/misc/Makefile): New target.
8055 (install-arch-indep): Use mansrcdir for new location of manpages.
8056 (mostlyclean, clean, distclean, maintainer-clean, unlock)
8057 (relock, info, dvi): Update targets for new doc/ directory layout.
8058
8059 * configure.in (AC_OUTPUT): Update names of generated Makefiles
8060 for new doc/ directory layout.
8061
8062 2007-09-02 Andreas Schwab <schwab@suse.de>
8063
8064 * configure.in: Use AS_HELP_STRING throughout.
8065 * configure: Regenerate.
8066
8067 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
8068
8069 * configure.in: Require Gtk/Glib 2.6.
8070
8071 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
8072
8073 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
8074 Use them throughout in place of AC_ARG_WITH calls.
8075 * configure: Regenerate.
8076
8077 2007-09-01 Andreas Schwab <schwab@suse.de>
8078
8079 * configure.in: Put quotes around nested macro calls.
8080
8081 2007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
8082
8083 * configure.in: Fix typo.
8084 * configure: Regenerate.
8085
8086 2007-08-30 Glenn Morris <rgm@gnu.org>
8087
8088 * configure.in (AH_BOTTOM): Copy some manual changes made to
8089 src/config.in here so they are not lost when it regenerates.
8090
8091 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
8092
8093 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
8094
8095 * README.multi-tty: New file.
8096
8097 2007-08-29 Glenn Morris <rgm@gnu.org>
8098
8099 * README: Increase version to 23.0.50.
8100
8101 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
8102
8103 * configure.in: New option: --without-xaw3d.
8104
8105 2007-08-24 Glenn Morris <rgm@gnu.org>
8106
8107 * configure.in: Check for a suitably recent makeinfo.
8108
8109 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
8110
8111 * configure.in (Check for required libraries): Typo.
8112
8113 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8114
8115 * configure.in: Check librsvg2 also for Mac Carbon.
8116
8117 2007-08-22 Romain Francoise <romain@orebokech.com>
8118
8119 * make-dist: Follow reorganization of files in etc/.
8120
8121 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
8122
8123 * configure.in: Add support for SVG images through librsvg2.
8124
8125 2007-07-28 Eli Zaretskii <eliz@gnu.org>
8126
8127 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
8128 to avoid an error message if there is no DOC there.
8129
8130 2007-07-25 Glenn Morris <rgm@gnu.org>
8131
8132 * Relicense all FSF files to GPLv3 or later.
8133
8134 * COPYING, info/COPYING: Switch to GPLv3.
8135
8136 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
8137
8138 * configure.in: Complain if X seems to be installed but no
8139 development files were found.
8140
8141 2007-06-20 Glenn Morris <rgm@gnu.org>
8142
8143 * configure.in: Prefer libgif over libungif.
8144
8145 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
8146
8147 * configure.in: Check for all image libraries before exiting.
8148
8149 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
8150
8151 * configure.in: Exit with error if image libraries aren't found.
8152
8153 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
8154
8155 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
8156 when compiling without scrollbars.
8157
8158 2007-06-12 Glenn Morris <rgm@gnu.org>
8159
8160 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
8161
8162 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
8163
8164 * configure.in: Change wording about yes/gtk and lucid/athena
8165 being synonyms.
8166
8167 2007-06-08 Glenn Morris <rgm@gnu.org>
8168
8169 * configure.in: Make gtk the default toolkit.
8170
8171 2007-06-07 Glenn Morris <rgm@gnu.org>
8172
8173 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
8174 for a Sun C compiler.
8175
8176 * Makefile.in (install-arch-indep): Install only the DOC- file
8177 specific to the build, if possible, rather than DOC-*.
8178
8179 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8180
8181 * Version 22.1 released.
8182
8183 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
8184
8185 * mkinstalldirs: Sync to version in automake CVS.
8186
8187 2007-05-22 Andreas Schwab <schwab@suse.de>
8188
8189 * configure.in: Prefer build_alias over host when host_alias is not set.
8190 * configure: Regenerate.
8191
8192 2007-05-20 Andreas Schwab <schwab@suse.de>
8193
8194 * configure.in: Remove empty AC_SUBST.
8195 * configure: Regenerate.
8196
8197 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8198
8199 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
8200 it like others.
8201 * configure: Regenerate.
8202
8203 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8204
8205 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
8206 (AC_CHECK_LIB): Add -lgpm.
8207 * configure: Regenerate.
8208
8209 2007-05-03 Glenn Morris <rgm@gnu.org>
8210
8211 * configure: Tweak message about the absence of shell functions.
8212
8213 2007-04-27 Andreas Schwab <schwab@suse.de>
8214
8215 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
8216
8217 2007-04-26 Glenn Morris <rgm@gnu.org>
8218
8219 * README: Increase version to 22.1.50.
8220
8221 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
8222
8223 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
8224
8225 2007-04-19 Glenn Morris <rgm@gnu.org>
8226
8227 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
8228
8229 2007-04-18 Glenn Morris <rgm@gnu.org>
8230
8231 * INSTALL: Mention CPP.
8232
8233 2007-04-15 Glenn Morris <rgm@gnu.org>
8234
8235 * FTP: Replace with a pointer to the web version.
8236
8237 2007-04-13 Glenn Morris <rgm@gnu.org>
8238
8239 * INSTALL: In lib-src, timer, wakeup, yow are removed.
8240
8241 2007-04-04 Glenn Morris <rgm@gnu.org>
8242
8243 * configure.in (NON_GNU_CPP): Use associated preprocessor when
8244 compiling with Sun Studio on Solaris.
8245
8246 2007-03-23 Glenn Morris <rgm@gnu.org>
8247
8248 * configure.in: Restore support for hp800 (removed 2007-01-27)
8249 following clarification of legal status.
8250
8251 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
8252
8253 * configure.in: Add support for AIX4.3 on IBM RS6000.
8254
8255 * configure: Regenerate.
8256
8257 2007-03-20 Richard Stallman <rms@gnu.org>
8258
8259 * configure.in: Fix previous change.
8260
8261 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
8262
8263 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
8264 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
8265 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
8266
8267 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
8268
8269 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
8270 user specifies "without".
8271
8272 * configure: Regenerate.
8273
8274 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
8275
8276 * configure.in: Warning for Gtk+ and Cygwin added.
8277 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
8278
8279 2007-02-27 Glenn Morris <rgm@gnu.org>
8280
8281 * make-dist (oldXMenu): Remove Imakefile.
8282 (etc/images): Add README.
8283
8284 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
8285
8286 * configure.in (xtensa-*-linux-gnu*): New configuration.
8287
8288 * configure: Regenerate.
8289
8290 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
8291
8292 * config.guess, config.sub: Updated from master source.
8293
8294 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8295
8296 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
8297
8298 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
8299
8300 * configure.in: Restore support for hp800's not running HP-UX.
8301
8302 * configure: Regenerate.
8303
8304 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
8305
8306 * configure.in: Remove support for hp800 and sr2k machine types.
8307
8308 * configure: Regenerate.
8309
8310 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
8311
8312 * configure.in: Add check for libXft.
8313
8314 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
8315
8316 * INSTALL: Info files moved to share/info.
8317
8318 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
8319
8320 * configure.in: Detect and use fink-installed in intel-based Mac
8321 builds; change Apple Darwin section to support both PowerPC and
8322 Intel-based Macs.
8323
8324 2006-12-26 Andreas Schwab <schwab@suse.de>
8325
8326 * Makefile.in (datarootdir): Define.
8327
8328 2006-12-24 Richard Stallman <rms@gnu.org>
8329
8330 * configure.in: Require Autoconf 2.61.
8331
8332 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
8333
8334 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
8335 Remove redundant entry for powerpc-apple-netbsd.
8336
8337 * configure: Regenerate.
8338
8339 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
8340
8341 * configure: Regenerate with autoconf 2.61.
8342
8343 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
8344
8345 * configure.in: Detect alsa/asoundlib.h also.
8346 * configure: Regenerate.
8347
8348 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
8349
8350 * configure.in: Check if GTK+ compiles at all.
8351
8352 2006-12-10 Andreas Schwab <schwab@suse.de>
8353
8354 * configure.in: Remove check for struct timezone, its result is
8355 never used.
8356
8357 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
8358
8359 * configure.in: Add support for Solaris 10 on x86-64.
8360
8361 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
8362
8363 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
8364 of PKG_CONFIG_PATH.
8365
8366 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8367
8368 * configure.in (HAVE_SYNC): New test.
8369
8370 2006-12-03 Glenn Morris <rgm@gnu.org>
8371
8372 * Makefile.in: Fix Copyright format.
8373
8374 * configure.in (AH_TOP): Add missing Copyright year.
8375
8376 * update-subdirs: Add missing Copyright years.
8377
8378 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
8379
8380 * Makefile.in: Touch only the parts of the share/emacs directory
8381 specific to this version.
8382
8383 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
8384
8385 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
8386
8387 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8388
8389 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
8390
8391 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8392
8393 * configure.in: Prefer X11 to Carbon only when some X-specific
8394 option is specified (Thanks to Jan Djärv and Andreas Schwab).
8395
8396 2006-11-04 Romain Francoise <romain@orebokech.com>
8397
8398 * Makefile.in (bootstrap-clean-before): Fix typo.
8399 Use new target `bootstrap-clean' in the leim subdirectory.
8400
8401 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8402
8403 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
8404
8405 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8406
8407 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
8408 directories.
8409
8410 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
8411
8412 * configure.in: Enable x86-64 OpenBSD compilation.
8413
8414 2006-10-28 Glenn Morris <rgm@gnu.org>
8415
8416 * AUTHORS: Add cal-html.el author.
8417
8418 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8419
8420 * make-dist: Make links to mac/make-package and
8421 mac/Emacs.app/Contents/Resources/Emacs.icns.
8422
8423 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8424
8425 * README: Bump version number to 22.0.90.
8426
8427 2006-10-23 Andreas Schwab <schwab@suse.de>
8428
8429 * configure.in: Make sure x_default_search_path is always set even
8430 when x_libraries is empty, and look in .../share as well for each
8431 library directory.
8432
8433 2006-09-28 Kenichi Handa <handa@m17n.org>
8434
8435 * configure.in (locallisppath): Don't include leim dir.
8436 (lisppath): Include leim dir.
8437
8438 2006-09-15 Jay Belanger <belanger@truman.edu>
8439
8440 * COPYING: Replace "Library Public License" by "Lesser Public
8441 License" throughout.
8442
8443 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
8444
8445 * make-dist (EMACS): Exit and fail if the EMACS environment
8446 variable is set to something other than an absolute file name.
8447
8448 2006-08-16 Andreas Schwab <schwab@suse.de>
8449
8450 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
8451 of hardcoding it.
8452
8453 2006-08-16 Richard Stallman <rms@gnu.org>
8454
8455 * INSTALL.CVS: Clean up wording.
8456
8457 2006-07-14 Eli Zaretskii <eliz@gnu.org>
8458
8459 * configure.in (PKG_CHECK_MODULES): Redirect the output of
8460 $PKG_CONFIG --exists "$2" to config.log.
8461 * configure: Regenerate.
8462
8463 2006-07-09 Richard Stallman <rms@gnu.org>
8464
8465 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
8466
8467 2006-07-09 Kim F. Storm <storm@cua.dk>
8468
8469 * CONTRIBUTE: Use outline format.
8470 Add section on copyright years (from admin/notes/years).
8471
8472 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8473
8474 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
8475 to /dev/null, since we don't need the error message, just the
8476 exit status.
8477
8478 2006-07-07 Eli Zaretskii <eliz@gnu.org>
8479
8480 * CONTRIBUTE: Slight formatting changes and typo fixes.
8481 Add description of NEWS markings.
8482
8483 2006-07-07 Kim F. Storm <storm@cua.dk>
8484
8485 * CONTRIBUTE: Mention INSTALL.CVS.
8486
8487 2006-07-05 Romain Francoise <romain@orebokech.com>
8488
8489 * make-dist (top-level): Add CONTRIBUTE.
8490
8491 2006-07-04 Richard Stallman <rms@gnu.org>
8492
8493 * CONTRIBUTE: Much rewrite.
8494
8495 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8496
8497 * CONTRIBUTE: New file.
8498
8499 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8500
8501 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
8502
8503 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
8504
8505 * configure.in: Add check for ALSA.
8506
8507 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8508
8509 * Makefile.in (INFO_FILES): Remove emacs-xtra.
8510
8511 * info/dir: Remove the Emacs-Xtra entry.
8512
8513 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
8514
8515 Update copyright year(s) in many files.
8516
8517 2006-04-01 Eli Zaretskii <eliz@gnu.org>
8518
8519 * configure: Regenerated.
8520
8521 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8522
8523 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
8524 --without-toolkit-scroll-bars was specified.
8525
8526 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
8527
8528 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
8529 to CFLAGS. Update Copyright years written to src/config.in.
8530
8531 2006-03-18 Claudio Fontana <claudio@gnu.org>
8532
8533 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
8534 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
8535 to be installed/uninstalled.
8536 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
8537 to Info files installed by Emacs.
8538
8539 2006-03-03 Claudio Fontana <claudio@gnu.org>
8540
8541 * Makefile.in (install, uninstall): Add DESTDIR variable to
8542 support staged installations.
8543
8544 2006-02-14 Richard M. Stallman <rms@gnu.org>
8545
8546 * configure.in (s390x-*-linux-gnu*): New configuration.
8547
8548 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
8549
8550 * configure.in: Require GTK 2.4 or newer.
8551
8552 2006-01-29 Michael Olson <mwolson@gnu.org>
8553
8554 * Makefile.in (install-arch-indep, uninstall): Add ERC.
8555 * info/dir (ERC): New entry.
8556
8557 2006-01-29 Eli Zaretskii <eliz@gnu.org>
8558
8559 * info/dir: Fix last change.
8560
8561 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8562
8563 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
8564
8565 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8566
8567 * info/dir: Untabify the whole file.
8568 (Rcirc): New entry.
8569
8570 2006-01-12 Andreas Schwab <schwab@suse.de>
8571
8572 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
8573 check.
8574
8575 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
8576
8577 * configure.in: Use -Wno-pointer-sign if available.
8578
8579 2005-12-29 Andreas Schwab <schwab@suse.de>
8580
8581 * config.guess, config.sub: Updated from master source.
8582
8583 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8584
8585 * configure.in: Use amdx86-64 for freebsd on x86_64.
8586
8587 2005-11-22 Romain Francoise <romain@orebokech.com>
8588
8589 * make-dist: Add etc/images/icons.
8590
8591 2005-11-03 Andreas Schwab <schwab@suse.de>
8592
8593 * configure.in: Use GZIP_PROG instead of GZIP.
8594
8595 * Makefile.in (GZIP_PROG): Rename from GZIP.
8596 (install-arch-indep): Adjust.
8597
8598 2005-11-01 Andreas Schwab <schwab@suse.de>
8599
8600 * Makefile.in (bootstrap): Fix dependencies for parallel build.
8601 (bootfast): Likewise.
8602
8603 2005-11-01 Romain Francoise <romain@orebokech.com>
8604
8605 * configure.in: Check for gzip.
8606
8607 * Makefile.in (install): Compress source files.
8608
8609 2005-10-24 Steven Tamm <steventamm@mac.com>
8610
8611 * configure.in: Fix darwin386 configuration issue.
8612
8613 2005-10-22 Eli Zaretskii <eliz@gnu.org>
8614
8615 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
8616
8617 2005-10-17 Bill Wohler <wohler@newt.com>
8618
8619 * make-dist: Create and populate etc/images/low-color.
8620
8621 2005-10-15 Bill Wohler <wohler@newt.com>
8622
8623 * make-dist: Create and populate etc/images/gud.
8624
8625 2005-10-08 Richard M. Stallman <rms@gnu.org>
8626
8627 * make-dist (tempparent): Don't check for 14-char file name limit.
8628
8629 2005-10-07 Romain Francoise <romain@orebokech.com>
8630
8631 * make-dist: Add etc/images/ezimage and etc/images/mail
8632 directories. Install images in etc/images.
8633
8634 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8635
8636 * configure.in: Prefer Carbon if --enable-carbon-app or
8637 --with-carbon is explicitly specified even when X11 is detected.
8638
8639 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
8640
8641 * Makefile.in (install-arch-indep, uninstall):
8642 Handle newsticker manual.
8643 (info): Add - to commands.
8644
8645 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
8646
8647 Remove the MAXPATHLEN limitations:
8648
8649 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
8650
8651 2005-09-09 Eli Zaretskii <eliz@gnu.org>
8652
8653 * configure.in <lynxsos*>: Support for LynxOS on PPC.
8654 * configure: Regenerate.
8655
8656 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
8657
8658 * config.guess, config.sub: Updated from master source.
8659
8660 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
8661
8662 * .cvsignore: Add `lock'.
8663
8664 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
8665
8666 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
8667
8668 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
8669
8670 Merge gnulib getopt implementation into Emacs.
8671
8672 * Makefile.in (AUTOCONF_INPUTS): New macro.
8673 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
8674 so that these files also depend on m4/getopt.m4.
8675 * configure.in: Configure getopt by including m4/getopt.m4,
8676 and configuring a getopt replacement if necessary.
8677 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
8678 * m4/getopt.m4: New file.
8679
8680 2005-07-06 Lute Kamstra <lute@gnu.org>
8681
8682 * configure.in: Fix capitalization.
8683
8684 2005-07-04 Lute Kamstra <lute@gnu.org>
8685
8686 Update FSF's address in GPL notices.
8687
8688 2005-06-19 Jérôme Marant <jerome@marant.org>
8689
8690 * Makefile.in (epaths-force): Protect both lisppath and
8691 buildlisppath from whitespace.
8692
8693 2005-06-08 Steven Tamm <steventamm@mac.com>
8694
8695 * configure.in: Support Darwin/MacOSX on Intel.
8696
8697 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
8698
8699 * configure.in (HAVE_CANCELMENUTRACKING): New test.
8700
8701 2005-05-19 Jérôme Marant <jmarant@marant.org>
8702
8703 * configure.in: Add --enable-locallisppath.
8704
8705 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8706
8707 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
8708 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
8709 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
8710
8711 2005-05-07 Jérôme Marant <jerome@marant.org>
8712
8713 * make-dist: Remove references to makefile.nt and makefile.def.
8714 Include widgets and images subdirectories of etc. Do not exclude
8715 ldefs-boot.el.
8716
8717 2005-04-23 Andreas Schwab <schwab@suse.de>
8718
8719 * configure.in: Remove duplicate match for powerpc configuration.
8720
8721 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
8722
8723 * configure.in: Check for <pwd.h>.
8724
8725 2005-04-14 Lute Kamstra <lute@gnu.org>
8726
8727 * make-dist: Distribute all ChangeLog files in lisp/.
8728 Don't distribute ldefs-boot.el.
8729 lisp/makefile.nt no longer exists.
8730
8731 2005-04-13 Lute Kamstra <lute@gnu.org>
8732
8733 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
8734 for "no-byte-compile: t" in the file instead.
8735
8736 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8737
8738 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
8739 shadow the main Lesstif/Motif-2.1 libs and includes.
8740
8741 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
8742
8743 * configure.in: Only add XASSERTS to cppflags.
8744
8745 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
8746
8747 * configure.in: Added --enable-asserts.
8748
8749 2005-02-09 Kim F. Storm <storm@cua.dk>
8750
8751 Change release version from 21.4 to 22.1 throughout.
8752 Change development version from 21.3.50 to 22.0.50.
8753
8754 2005-01-19 Steven Tamm <steventamm@mac.com>
8755
8756 * configure.in: Check for <sys/utsname.h>.
8757
8758 2004-12-11 Kim F. Storm <storm@cua.dk>
8759
8760 * Makefile.in (info): Undo 2004-12-05 change.
8761
8762 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8763
8764 * info/dir (File): Add URL and Org Mode manuals.
8765 * Makefile.in (install-arch-indep, uninstall): Add url and org
8766 manuals.
8767
8768 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8769
8770 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
8771 committed to src/config.in.
8772
8773 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
8774
8775 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
8776 pthreads and define HAVE_GTK_AND_PTHREAD.
8777
8778 2004-12-05 Richard M. Stallman <rms@gnu.org>
8779
8780 * Makefile.in (info): Ignore errors building info files.
8781
8782 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8783
8784 * config.bat: If 8-byte alignment is not supported, define
8785 NO_DECL_ALIGN in src/config.h, instead of trivially defining
8786 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
8787 filter through Sed to remove the quotes.
8788
8789 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8790
8791 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
8792 not apply to files explicitly `cvs add'ed.
8793
8794 2004-11-12 Eli Zaretskii <eliz@gnu.org>
8795
8796 * config.bat: Don't require djecho.exe for the v1.x build.
8797 Add a test for DECL_ALIGN support, and add a trivial definition to
8798 src/config.h if 8-byte alignment is not supported.
8799
8800 2004-11-08 Kim F. Storm <storm@cua.dk>
8801
8802 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
8803 files before building.
8804 (bootfast, bootstrap-clean-before-fast): New targets, like
8805 bootstrap but don't remove .elc files.
8806
8807 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
8808
8809 * configure.in: Add check for getrusage.
8810
8811 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8812
8813 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
8814 New tests for new and old GTK file dialogs.
8815 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
8816 to no.
8817
8818 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
8819
8820 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
8821 can be set. Remove SETARCH test.
8822
8823 2004-10-08 Steven Tamm <steventamm@mac.com>
8824
8825 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
8826
8827 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
8828
8829 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
8830 AC_MSG_WARN. Move output of warning message to end of configure run.
8831
8832 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
8833
8834 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
8835 Run test to see if heap start address is random.
8836
8837 2004-09-29 Miles Bader <miles@gnu.org>
8838
8839 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
8840 if setarch is present.
8841
8842 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
8843
8844 * configure.in (HAVE_EXECSHIELD): Only define on x86.
8845
8846 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
8847
8848 * configure.in: Check for exec-shield.
8849
8850 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
8851
8852 * Makefile.in (install-arch-indep): Add pgg and sieve.
8853
8854 * info/.cvsignore: Added pgg and sieve.
8855
8856 2004-08-06 Andreas Schwab <schwab@suse.de>
8857
8858 * Makefile.in (install-arch-indep, uninstall): Add flymake.
8859
8860 2004-07-31 Eli Zaretskii <eliz@gnu.org>
8861
8862 * config.bat: Update URLs in the comments.
8863
8864 2004-07-05 Andreas Schwab <schwab@suse.de>
8865
8866 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
8867
8868 2004-06-21 Kenichi Handa <handa@m17n.org>
8869
8870 * make-dist: Link leim-ext.el into tempdir.
8871
8872 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8873
8874 * info/dir (File): Add emacs-xtra.
8875 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
8876
8877 2004-06-12 Juri Linkov <juri@jurta.org>
8878
8879 * info/dir: Move menu help lines from `* Menu:' to file header.
8880 Describe the purpose of a red *.
8881
8882 2004-05-04 Dave Love <fx@gnu.org>
8883
8884 * configure.in: Don't use `extrasub'.
8885
8886 2004-04-29 Dave Love <fx@gnu.org>
8887
8888 * configure.in: Don't forget to quote args to `test'.
8889
8890 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
8891
8892 * autogen.sh: Update filename in "please read" message.
8893
8894 2004-04-17 Richard M. Stallman <rms@gnu.org>
8895
8896 * INSTALL: Move the info about site-lisp dirs,
8897 and say uninstalled Emacs looks there too.
8898
8899 2004-04-04 Eli Zaretskii <eliz@gnu.org>
8900
8901 * config.bat (lib-src): Recognize comment lines in Makefile.in
8902 that have a TAB after the #, to avoid errors in preprocessing with
8903 GCC 3.3.3.
8904
8905 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
8906
8907 * Makefile.in: Mention in comment that `make maintainer-clean'
8908 deletes .elc files.
8909
8910 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8911
8912 * update-subdirs: Add local variables to prevent byte-compiling.
8913
8914 2004-03-21 Dave Love <fx@gnu.org>
8915
8916 * configure.in: Fix previous change.
8917
8918 2004-03-18 Dave Love <fx@gnu.org>
8919
8920 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
8921
8922 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
8923
8924 * info/dir (File): Add SMTP and SES.
8925
8926 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
8927
8928 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
8929 (bootstrap): Use the new bootstrap-prepare target in lisp.
8930
8931 2004-02-18 Kim F. Storm <storm@cua.dk>
8932
8933 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
8934
8935 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8936
8937 * make-dist: Don't link index.*perm and permute-index into tempdir.
8938
8939 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8940
8941 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
8942 to match previous changes by Eli Zaretskii.
8943
8944 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
8945
8946 * Makefile.in: Set CDPATH to an empty string.
8947
8948 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8949
8950 * configure.in <darwin>: Use fink packages if available.
8951
8952 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
8953
8954 * make-dist (lispref): Do include lispref/index.texi.
8955
8956 2004-01-06 Eric Hanchrow <offby1@blarg.net>
8957
8958 * make-dist (tempdir): Include cursors in nt/icons.
8959
8960 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8961
8962 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
8963 clashes with install-sh on 8+3 filesystems.
8964
8965 2003-12-24 Miles Bader <miles@gnu.org>
8966
8967 * .cvsignore: Add .arch-inventory.
8968
8969 2003-12-24 Andreas Schwab <schwab@suse.de>
8970
8971 * configure.in: Check for <sys/socket.h>. Include it before
8972 including <net/if.h>. Move check for <net/if.h> before its use.
8973
8974 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
8975
8976 * Makefile.in (install-arch-dep): Don't let cd output go into
8977 pipe for carbon_appdir.
8978
8979 2003-12-24 Andreas Schwab <schwab@suse.de>
8980
8981 * configure.in (PKG_CHECK_MODULES): Fix quoting.
8982
8983 2003-12-01 Andreas Schwab <schwab@suse.de>
8984
8985 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
8986 hardcoding gcc.
8987
8988 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
8989
8990 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
8991 multiple displays.
8992 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
8993
8994 2003-09-23 Dave Love <fx@gnu.org>
8995
8996 * configure.in: Check members of struct ifreq.
8997
8998 2003-09-14 Kim F. Storm <storm@cua.dk>
8999
9000 * configure.in: Add checks for sys/ioctl.h and net/if.h.
9001
9002 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
9003
9004 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
9005
9006 2003-08-18 Lute Kamstra <lute@gnu.org>
9007
9008 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
9009 required anymore.
9010
9011 2003-08-07 Andrew Choi <akochoi@shaw.ca>
9012
9013 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
9014 option instead of -traditional-cpp for CPP.
9015
9016 2003-07-29 Richard M. Stallman <rms@gnu.org>
9017
9018 * configure.in (HAVE_XIM): Define if XIM is available.
9019
9020 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com>
9021
9022 * configure.in: The function gtk_window_set_icon_from_file was
9023 introduced in GTK+ 2.2, so check for that release.
9024
9025 2003-07-23 Andreas Schwab <schwab@suse.de>
9026
9027 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
9028
9029 * Makefile.in (YACC): Remove, not used.
9030 (MAINT): Don't set.
9031 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
9032 disable dependency on ${srcdir}/configure.in when maintainer mode
9033 is disabled.
9034
9035 2003-07-22 Dave Love <fx@gnu.org>
9036
9037 * configure.in: Make XRegisterIMInstantiateCallback test depend on
9038 HAVE_X11, not with_xim.
9039 (HAVE_CRTIN): Provide template.
9040 <with_png>: Test for png.h and libpng/png.h.
9041
9042 2003-07-15 Andreas Schwab <schwab@suse.de>
9043
9044 * configure.in: Temporarily leave quoting for AC_DEFINE.
9045
9046 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
9047
9048 * configure.in: Check for posix_memalign.
9049
9050 2003-07-12 Richard M. Stallman <rms@gnu.org>
9051
9052 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
9053
9054 2003-07-09 Kim F. Storm <storm@cua.dk>
9055
9056 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
9057 functionality of --without-xim.
9058
9059 2003-06-29 Dave Love <fx@gnu.org>
9060
9061 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
9062
9063 2003-06-23 Dave Love <fx@gnu.org>
9064
9065 * configure.in: Check for sys/_mbstate_t.h.
9066 Test XRegisterIMInstantiateCallback prototype.
9067 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
9068
9069 2003-06-06 Dave Love <fx@gnu.org>
9070
9071 * configure.in: Check for locale.h.
9072
9073 2003-06-05 Dave Love <fx@gnu.org>
9074
9075 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
9076 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
9077 (NLIST_STRUCT): Don't define.
9078 (AH_BOTTOM): Define my_strftime.
9079
9080 2003-06-02 Richard M. Stallman <rms@gnu.org>
9081
9082 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
9083
9084 2003-05-24 Andreas Schwab <schwab@suse.de>
9085
9086 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
9087 bzero, and bcmp.
9088
9089 2003-05-22 Dave Love <fx@gnu.org>
9090
9091 * configure.in: Remove redundant test for term.h. Test for difftime.
9092
9093 2003-05-20 Dave Love <fx@gnu.org>
9094
9095 * configure.in: Append * to s390-*-linux-gnu case.
9096 (LIBMAIL) <lockfile>: Don't define.
9097
9098 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
9099
9100 * INSTALL (* GNU/Linux development packages): Mention Debian and
9101 RedHat package names.
9102
9103 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
9104
9105 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
9106
9107 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
9108
9109 * INSTALL (* GNU/Linux development packages): Tell people to
9110 install additional packages for compiling Emacs.
9111
9112 2003-04-30 Richard M. Stallman <rms@gnu.org>
9113
9114 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
9115
9116 2003-04-28 Francesco Potortì <pot@gnu.org>
9117
9118 * configure.in: Undo last (RMS') change, as it is useless, per
9119 Dave Love.
9120
9121 2003-04-08 Richard M. Stallman <rms@gnu.org>
9122
9123 * configure.in: Put #include of jpeglib.h at start of line.
9124
9125 2003-04-06 Francesco Potortì <pot@gnu.org>
9126
9127 * configure.in: Use the same configuration for all aix5, not just
9128 aix5.1.
9129
9130 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
9131
9132 * configure.in: Check for need for bigtoc support on IBM AIX for
9133 solving a linker table overflow problem.
9134
9135 2003-03-03 Rob Browning <rlb@defaultvalue.org>
9136
9137 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
9138 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
9139 over bzero, bcmp, and bcopy.
9140
9141 2003-02-23 Simon Josefsson <jas@extundo.com>
9142
9143 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
9144
9145 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
9146
9147 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
9148
9149 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
9150
9151 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
9152
9153 2003-02-08 Andreas Schwab <schwab@suse.de>
9154
9155 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
9156 instead of the substitution.
9157
9158 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9159
9160 * Makefile.in: Use @EXEEXT@ for Cygwin.
9161 Use USERNAME if LOGNAME is not set (for Cygwin).
9162
9163 * configure.in: Add opsys=cygwin.
9164
9165 2003-01-22 Andreas Schwab <schwab@suse.de>
9166
9167 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
9168 redefining it explicitly in src/config.in.
9169
9170 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
9171
9172 * Makefile.in (bootstrap): Make bootstrap-after.
9173
9174 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
9175
9176 * configure.in: Fix --with-gtk.
9177
9178 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
9179
9180 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
9181
9182 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
9183
9184 2003-01-14 Francesco Potortì <pot@gnu.org>
9185
9186 * configure.in (m68k-motorola-sysv): Remove (obsolete).
9187
9188 2003-01-07 Steven Tamm <steventamm@mac.com>
9189
9190 * configure.in: New option, --enable-carbon-app, to specify
9191 that the application should be installed
9192 * Makefile.in (install-arch-dep): On Mac OS X, install the
9193 Emacs.app application if carbon-app is enabled.
9194
9195 2003-01-06 Dave Love <fx@gnu.org>
9196
9197 * configure.in: Check for nl_langinfo.
9198 [!HAVE_SIZE_T]: Fix typedef.
9199
9200 2003-01-06 David Kastrup <dak@gnu.org>
9201
9202 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
9203
9204 * configure.in: Add tests for install-info.
9205
9206 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
9207
9208 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
9209 use again sol2-6 instead of sol2-8.
9210
9211 2002-12-09 Dave Love <fx@gnu.org>
9212
9213 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
9214
9215 2002-12-08 Andreas Schwab <schwab@suse.de>
9216
9217 * Makefile.in (install-arch-indep): Revert last change.
9218
9219 2002-11-27 Dave Love <fx@gnu.org>
9220
9221 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
9222 Check for __sys_siglist too. Check for memset.
9223 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
9224
9225 2002-11-22 Juanma Barranquero <lektu@terra.es>
9226
9227 * config.guess, config.sub: Updated from master source.
9228
9229 2002-11-19 Karl Fogel <kfogel@red-bean.com>
9230
9231 * autogen.sh: New file.
9232
9233 2002-11-18 Dave Love <fx@gnu.org>
9234
9235 * configure.in: Tidy up various quoting issues throughout.
9236 Use AC_GNU_SOURCE.
9237 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
9238 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
9239 Maybe define bcopy, bzero, bcmp.
9240 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
9241 non-existent machine file).
9242 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
9243 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
9244 (nlist.h): Move test up.
9245
9246 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
9247
9248 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
9249
9250 2002-11-14 Francesco Potortì <pot@gnu.org>
9251
9252 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
9253
9254 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com>
9255
9256 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
9257
9258 2002-11-08 Dave Love <fx@gnu.org>
9259
9260 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
9261 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
9262
9263 2002-11-07 Miles Bader <miles@gnu.org>
9264
9265 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
9266 Handle separate-build-dir case.
9267
9268 2002-11-06 Richard M. Stallman <rms@gnu.org>
9269
9270 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
9271 bulletproof. $bar may be empty when there are no .elc files.
9272
9273 2002-10-30 Dave Love <fx@gnu.org>
9274
9275 * configure.in: Require autoconf 2.53. Test for pty.h,
9276 sys/mman.h, sys/param.h, mremap, memmove.
9277 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
9278 (AC_PROG_YACC): Delete.
9279 (size_t): Use AC_CHECK_TYPES.
9280 (AH_TOP): Up-date copyright.
9281
9282 2002-10-01 Juanma Barranquero <lektu@terra.es>
9283
9284 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
9285
9286 2002-09-19 Richard M. Stallman <rms@gnu.org>
9287
9288 * configure.in: Fix the LessTif-directory-finder for real.
9289
9290 2002-09-14 Richard M. Stallman <rms@gnu.org>
9291
9292 * Makefile.in (maybe_bootstrap): Test for complete absence
9293 of compiled Lisp files.
9294
9295 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
9296
9297 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
9298 (bootstrap-clean-after): Delete.
9299 (bootstrap): Make the sequencing explicit.
9300
9301 2002-09-10 Richard M. Stallman <rms@gnu.org>
9302
9303 * configure.in: Fix previous LessTif change.
9304
9305 2002-09-09 Richard M. Stallman <rms@gnu.org>
9306
9307 * configure.in (powerpcle-*-solaris2.5*): New configuration.
9308 (powerpcle-*-solaris*): Use version 2.6 as default.
9309 (*-sunos5.6*, *-solaris2.6*): New alternative.
9310 (*-sunos5*): Use version 2.6 as default.
9311
9312 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9313
9314 * configure.in: Fix typo.
9315
9316 2002-09-05 Richard M. Stallman <rms@gnu.org>
9317
9318 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
9319
9320 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
9321 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
9322
9323 2002-08-26 Kim F. Storm <storm@cua.dk>
9324
9325 * Makefile.in (install-arch-indep): Do not remove DOC file
9326 when it is the only DOC file installed; this is the case when
9327 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
9328
9329 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
9330
9331 * configure.in: Fix typo.
9332
9333 2002-07-24 Richard M. Stallman <rms@gnu.org>
9334
9335 * configure.in: Don't print anything special about gamedir.
9336
9337 * configure.in: Delete nonstandard --with-game-user option.
9338
9339 2002-07-21 Richard M. Stallman <rms@gnu.org>
9340
9341 * Makefile.in (gamedir, localstatedir): New variables.
9342 (epaths-force): Insert value of gamedir into PATH_GAME.
9343
9344 * configure.in (gamedir): Handle it like lispdir.
9345 (--with-game-dir option): Delete.
9346
9347 2002-06-21 Pavel Janík <Pavel@Janik.cz>
9348
9349 * configure.in: Add support for mipseb-*-netbsd* machines.
9350
9351 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9352
9353 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
9354
9355 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9356
9357 * info/dir (File): Add an entry for Tramp.
9358
9359 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
9360
9361 * INSTALL-CVS: New file.
9362
9363 2002-06-07 Andreas Schwab <schwab@suse.de>
9364
9365 * configure.in (x86_64-*-linux-gnu*): New system.
9366
9367 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
9368
9369 * config.bat: Handle the case when lispintro is truncated to lispintr.
9370
9371 2002-05-26 Paul Eggert <eggert@twinsun.com>
9372
9373 * config.guess, config.sub: Updated from master source.
9374
9375 2002-05-09 Richard M. Stallman <rms@gnu.org>
9376
9377 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
9378
9379 2002-05-04 Pavel Janík <Pavel@Janik.cz>
9380
9381 * make-dist: Do not distribute lock/ directory.
9382
9383 2002-04-30 Andrew Choi <akochoi@shaw.ca>
9384
9385 * configure.in: Provide documentation string when defining
9386 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
9387 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
9388
9389 2002-04-29 Colin Walters <walters@verbum.org>
9390
9391 * configure.in: Delete configure check for access to the game user.
9392
9393 2002-04-29 Pavel Janík <Pavel@Janik.cz>
9394
9395 * make-dist: lwlib/Imakefile is removed.
9396
9397 2002-04-26 Andrew Choi <akochoi@shaw.ca>
9398
9399 * configure.in: Add support for powerpc-apple-darwin*.
9400 (HAVE_CARBON): Add.
9401
9402 * make-dist: Create directories in mac/Emacs.app.
9403
9404 2002-04-25 Pavel Janík <Pavel@Janik.cz>
9405
9406 * make-dist: lwlib-Xol* are removed.
9407
9408 2002-04-23 Andreas Schwab <schwab@suse.de>
9409
9410 * Makefile.in (MAINT): New variable.
9411 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
9412 instead of configure.in, to avoid running autoconf and autoheader
9413 unless explicitly requested.
9414
9415 2002-04-16 Eli Zaretskii <eliz@gnu.org>
9416
9417 * config.bat: Update for msdos/sed2v2.inp.
9418
9419 2002-04-15 Andreas Schwab <schwab@suse.de>
9420
9421 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
9422 * configure.in: Add config header templates to all AC_DEFINE and
9423 AC_DEFINE_UNQUOTED symbols.
9424 * make-dist: Run autoheader if necessary.
9425
9426 2002-04-10 Colin Walters <walters@verbum.org>
9427
9428 * configure.in: Add --game-dir, --game-user. Test to see if we
9429 can use them.
9430
9431 2002-04-08 Pavel Janík <Pavel@Janik.cz>
9432
9433 * configure.in: Add --with-sound.
9434
9435 2002-03-18 Kim F. Storm <storm@cua.dk>
9436
9437 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
9438 and getsockname functions. Test for sys/un.h include file.
9439
9440 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
9441
9442 * configure.in: Support AIX 5.1.
9443
9444 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
9445
9446 * configure.in: Added test for X Session Management (HAVE_X_SM).
9447
9448 2002-03-03 Richard M. Stallman <rms@gnu.org>
9449
9450 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
9451 Run chown $${LOGNAME} on files installed by tar xvf.
9452
9453 2002-03-03 Kim F. Storm <storm@cua.dk>
9454
9455 * configure.in: Test for getpeername.
9456
9457 2002-03-01 Richard M. Stallman <rms@gnu.org>
9458
9459 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
9460 (HAVE_GIF): Don't use old libungif versions that crash.
9461
9462 2002-02-26 Richard M. Stallman <rms@gnu.org>
9463
9464 * configure.in <making srcdir absolute>: Verify that PWD is correct,
9465 not just well-formed and valid.
9466 (mips-compaq-nonstopux*): New configuration.
9467
9468 2002-02-18 Paul Eggert <eggert@twinsun.com>
9469
9470 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
9471 "sed q" is a portable equivalent to plain "head -1".
9472
9473 2002-02-13 Richard M. Stallman <rms@gnu.org>
9474
9475 * Makefile.in (maybe_bootstrap): Do `exit 1'.
9476 (all): Don't depend on maybe_bootstrap here.
9477 (${SUBDIR}): Depend on it here instead.
9478
9479 2002-02-08 Richard M. Stallman <rms@gnu.org>
9480
9481 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
9482
9483 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
9484
9485 * configure.in: Recognize BSD/OS 5.0.
9486
9487 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
9488
9489 * make-dist: Make version checking in emacs.texi consistent with
9490 how we set it there.
9491
9492 2001-12-29 Kim F. Storm <storm@cua.dk>
9493
9494 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
9495
9496 2001-12-28 Richard M. Stallman <rms@gnu.org>
9497
9498 * configure.in: Test for mbsinit.
9499
9500 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9501
9502 These changes make Leim part of the standard distribution:
9503
9504 * README: Add info about the `leim' directory.
9505
9506 * INSTALL: Remove text that describes Leim as a separate package.
9507
9508 * noleim-Makefile.in: File removed.
9509
9510 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
9511 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
9512 Leim files out of the Emacs tree. Don't prepare a separate tarball
9513 for Leim.
9514
9515 2001-12-11 Richard M. Stallman <rms@gnu.org>
9516
9517 * configure.in (hppa*-*-linux-gnu*): New alternative.
9518
9519 2001-12-08 Pavel Janík <Pavel@Janik.cz>
9520
9521 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
9522 creating distribution.
9523
9524 2001-12-06 Paul Eggert <eggert@twinsun.com>
9525
9526 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
9527 (AC_FUNC_VFORK): Remove.
9528 (AC_FUNC_FORK): Add.
9529 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
9530 this is required by recent Autoconf versions.
9531
9532 2001-12-02 Pavel Janík <Pavel@Janik.cz>
9533
9534 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
9535 TODO, vms-pp.trans and others).
9536
9537 2001-11-29 Pavel Janík <Pavel@Janik.cz>
9538
9539 * make-dist: Use COPYING from the top-level directory.
9540
9541 2001-11-29 Gerd Moellmann <gerd@gnu.org>
9542
9543 * configure.in: Add support for FreeBSD/Alpha.
9544
9545 2001-11-29 Pavel Janík <Pavel@Janik.cz>
9546
9547 * make-dist: Add COPYING to the top-level directory of the
9548 distribution. Simplify the logic behind copying.
9549
9550 * Makefile.in (maybe_bootstrap): Fix previous change.
9551
9552 2001-11-28 Richard M. Stallman <rms@gnu.org>
9553
9554 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
9555
9556 2001-11-26 Richard M. Stallman <rms@gnu.org>
9557
9558 * Makefile.in: bootstrap should not delete dumped executables.
9559 (bootstrap-clean-before): New target.
9560 (bootstrap): Use bootstrap-clean-before instead of clean.
9561 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
9562
9563 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
9564
9565 These changes add the Emacs Lisp Introduction manual to the
9566 distribution:
9567
9568 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
9569
9570 * make-dist: Copy the files in lispintro directory.
9571
9572 * config.bat: Configure in the lispintro directory.
9573
9574 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
9575
9576 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
9577 (lispintro/Makefile): New target.
9578 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
9579 (unlock, relock, info, dvi): Ditto.
9580
9581 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9582
9583 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
9584
9585 * make-dist (etc): Don't distribute gfdl.1.
9586
9587 2001-11-22 Colin Walters <walters@debian.org>
9588
9589 * Makefile.in (install-arch-indep): Install the calc .info files.
9590 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
9591
9592 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9593
9594 * make-dist (lispref): Add *.txt, *.el, permute-index, and
9595 tindex.pl to the list of those being put into the distribution.
9596
9597 2001-11-16 Eli Zaretskii <eliz@gnu.org>
9598
9599 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
9600
9601 2001-11-15 Pavel Janík <Pavel@Janik.cz>
9602
9603 * Makefile.in (uninstall): Fix previous change.
9604
9605 * configure.in, Makefile.in: Add support for --program-prefix,
9606 --program-suffix and --program-transform-name options.
9607
9608 2001-11-13 Pavel Janík <Pavel@Janik.cz>
9609
9610 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
9611 (install-arch-indep): Install emacsclient manual page.
9612 (uninstall): Uninstall emacsclient manual page.
9613
9614 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
9615
9616 * make-dist: Add lispref/index.*perm files to the distribution.
9617 From Pavel Janík <Pavel@Janik.cz>.
9618
9619 2001-11-12 Pavel Janík <Pavel@Janik.cz>
9620
9621 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
9622
9623 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9624
9625 * configure.in: AC_OUTPUT lispref/Makefile.
9626
9627 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9628
9629 The following changes add the ELisp reference manual to the
9630 distribution.
9631
9632 * make-dist: Add the lispref directory to the distribution.
9633
9634 * Makefile.in (install-arch-indep): Add elisp* to the list of
9635 installed Info files.
9636 (SUBDIR_MAKEFILES): Add lispref/Makefile.
9637 (lispref/Makefile): New target.
9638 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
9639 Add commands for the lispref directory.
9640 (info, dvi): Ditto.
9641
9642 * config.bat: Configure in `lispref'.
9643
9644 2001-11-09 Richard M. Stallman <rms@gnu.org>
9645
9646 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
9647
9648 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9649
9650 * make-dist (tempdir): Copy AUTHORS as well.
9651
9652 2001-11-06 Sam Steingold <sds@gnu.org>
9653
9654 * configure.in: Added a check for <nlist.h>.
9655
9656 2001-11-01 Pavel Janík <Pavel@Janik.cz>
9657
9658 * configure.in: Reindent --help output.
9659 From Per Starbäck (starback@ling.uu.se).
9660
9661 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
9662
9663 * configure.in: New entry for HP/UX-11.
9664
9665 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
9666 From Eric S. Raymond <esr@golux.thyrsus.com>.
9667
9668 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9669
9670 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
9671 <athornton@sinenomine.net>.
9672
9673 2001-10-25 Gerd Moellmann <gerd@gnu.org>
9674
9675 * Makefile.in (maybe_bootstrap): New target.
9676 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
9677
9678 2001-10-24 Ken Raeburn <raeburn@gnu.org>
9679
9680 * configure.in: If --with-hesiod is given, look for
9681 hes_getmailhost and res_send or __res_send; check hesiod and
9682 resolv libraries respectively if system libraries don't supply them.
9683
9684 2001-10-24 Gerd Moellmann <gerd@gnu.org>
9685
9686 * configure.in: Use $MAKE for `make' if set.
9687
9688 2001-10-22 Gerd Moellmann <gerd@gnu.org>
9689
9690 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
9691 to tar options.
9692
9693 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9694
9695 * (Version 21.1 released).
9696
9697 2001-10-20 Miles Bader <miles@gnu.org>
9698
9699 * configure.in (configuration): Set from `host' if `host_alias'
9700 isn't defined.
9701
9702 2001-10-19 Andreas Schwab <schwab@suse.de>
9703
9704 * configure.in: Make ready for autoconf 2.5x.
9705 (AC_PREREQ): Require autoconf 2.50.
9706 * aclocal.m4: Removed.
9707 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
9708
9709 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9710
9711 * README: Bump Emacs version to 21.1.50.
9712
9713 2001-10-05 Gerd Moellmann <gerd@gnu.org>
9714
9715 * Branch for 21.1.
9716
9717 2001-09-05 Gerd Moellmann <gerd@gnu.org>
9718
9719 * configure.in: Avoid `$@' which is handled specially in
9720 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
9721
9722 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
9723
9724 * make-dist (nt): Add subdirs.el to the list of distributed files.
9725
9726 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
9727
9728 * configure.in (machine): Add an entry for
9729 hppa1.1-hitachi-hiuxwe2*.
9730
9731 2001-05-28 Gerd Moellmann <gerd@gnu.org>
9732
9733 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
9734 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
9735
9736 2001-05-14 Gerd Moellmann <gerd@gnu.org>
9737
9738 * make-dist: Copy texinfo.tex unconditionally.
9739
9740 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
9741
9742 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
9743 that are installed.
9744
9745 2001-04-06 Gerd Moellmann <gerd@gnu.org>
9746
9747 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
9748 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
9749
9750 * make-dist: Handle leim/MISC-DIC. Only include
9751 `[a-zA-Z]*.{el,elc}' from leim/quail.
9752
9753 2001-04-05 Gerd Moellmann <gerd@gnu.org>
9754
9755 * Makefile.in (install-arch-indep): Remove .cvsignore files.
9756
9757 2001-03-30 Gerd Moellmann <gerd@gnu.org>
9758
9759 * Makefile.in (.PHONY): Add for bootstrap targets.
9760 (bootstrap-clean): New target.
9761 (bootstrap): Use it instead of `clean'.
9762
9763 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
9764
9765 * Makefile.in (SUBDIR): Remove leim.
9766 (all, .RECURSIVE, extraclean): Add leim explicitly.
9767 (leim): Provide separate rule which exports PARALLEL=0 into the
9768 environment.
9769
9770 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9771
9772 * configure.in (HAVE_XPM): Don't print the result of the check for
9773 XpmReturnAllocPixels if we don't have an xpm.h.
9774
9775 2001-03-05 Gerd Moellmann <gerd@gnu.org>
9776
9777 * COPYING: New file.
9778
9779 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
9780
9781 * config.bat: Update the copyright.
9782
9783 2001-02-23 Kenichi Handa <handa@etl.go.jp>
9784
9785 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
9786 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
9787 to `yes'. Later in AC_OUTPUT, check this variable.
9788
9789 2001-02-09 Dave Love <fx@gnu.org>
9790
9791 * AUTHORS: Updated.
9792
9793 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
9794
9795 * info/dir (Ebrowse): Fix the entry (was missing a dot).
9796
9797 2001-02-02 Gerd Moellmann <gerd@gnu.org>
9798
9799 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
9800
9801 * Makefile.in (uninstall): Ignore exit code of `rm'.
9802
9803 * Makefile.in (uninstall): Remove more info files.
9804 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
9805
9806 2001-01-31 Gerd Moellmann <gerd@gnu.org>
9807
9808 * noleim-Makefile.in (extraclean): Add.
9809
9810 2001-01-28 Gerd Moellmann <gerd@gnu.org>
9811
9812 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
9813 it quiet.
9814
9815 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
9816
9817 * Makefile.in (tags): Fix typo.
9818
9819 2001-01-13 Kenichi Handa <handa@etl.go.jp>
9820
9821 * configure.in: Fix typo in the code setting x_search_path.
9822
9823 2001-01-10 Dave Love <fx@gnu.org>
9824
9825 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
9826 -lXext.
9827 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
9828 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
9829 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
9830 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
9831 (now in $LIBS).
9832
9833 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
9834
9835 * config.bat: Run the preprocessor with -traditional.
9836
9837 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
9838
9839 * INSTALL: Move copying conditions to end of file.
9840
9841 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9842
9843 * INSTALL: Add basic installation procedure which assumes
9844 `configure' does its job. Elaborate on image support libraries.
9845 Add a pointer to Xaw3d library. Add advice about solving
9846 configure-time problems by looking in config.log and setting
9847 variables in the environment.
9848
9849 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9850
9851 * Makefile.in (install-arch-indep): If tar fails, exit with
9852 exit code 1.
9853
9854 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9855
9856 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
9857 source file includes XKBlib.h. On some broken Solaris systems,
9858 there is an XKBlib.h, reportedly, but header files included by
9859 XKBlib.h are missing.
9860
9861 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9862
9863 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
9864
9865 2000-12-11 Dave Love <fx@gnu.org>
9866
9867 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
9868
9869 2000-12-11 Paul Eggert <eggert@twinsun.com>
9870
9871 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
9872 Merge fixes from latest GNU tar version. These macros no longer
9873 futz with _XOPEN_SOURCE, as that was not portable in practice.
9874 (AC_FUNC_FSEEKO): New macro.
9875
9876 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
9877 ftello.
9878
9879 2000-12-05 Dave Love <fx@gnu.org>
9880
9881 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
9882
9883 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9884
9885 * info/dir: Change the category to "Emacs".
9886
9887 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9888
9889 * make-dist (tempdir): Remove epaths.h from the distribution
9890 instead of paths.h.
9891
9892 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9893
9894 * config.bat: Check for existence of djecho.exe, and print an
9895 error message if it is not available.
9896
9897 * INSTALL: Describe possible problem with djecho.exe in old
9898 versions of DJGPP v2.x.
9899
9900 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9901
9902 * configure.in: Initialize HAVE_LIBXP to no.
9903
9904 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9905
9906 * configure.in: Use m/macppc.h instead of the non-existent
9907 m/powerpc.h.
9908
9909 2000-11-21 Gerd Moellmann <gerd@gnu.org>
9910
9911 * Makefile.in (install-arch-indep): Also install info/eshell*
9912 and info/speedbar*.
9913
9914 * configure.in (HAVE_PNG): Check for the presence of
9915 png_get_channels to rule out older PNG libs.
9916
9917 * configure.in (AC_OUTPUT): Arrange to emit definitions of
9918 GCC and NON_GNU_CPP into config.status.
9919
9920 2000-11-20 Dave Love <fx@gnu.org>
9921
9922 * configure.in: Fix last change.
9923
9924 * GETTING.GNU.SOFTWARE: Deleted.
9925 * FTP: New file to replace it.
9926 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
9927
9928 2000-11-20 Gerd Moellmann <gerd@gnu.org>
9929
9930 * configure.in: Use -traditional with GNU cpp.
9931
9932 2000-11-17 Gerd Moellmann <gerd@gnu.org>
9933
9934 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
9935 Distribute more files from the nt/ subdir. Distribute PBM
9936 image files from subdirs of lisp/. Distribute old change logs
9937 from subdirs of lisp/. Distribute play/5x5.el.
9938
9939 2000-11-11 Dave Love <fx@gnu.org>
9940
9941 * config.sub, config.guess: Updated from master source.
9942
9943 2000-11-07 Dave Love <fx@gnu.org>
9944
9945 * configure.in: Test for mkstemp.
9946
9947 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
9948
9949 * info/dir (Top): Rearrange menu items more logically, and put
9950 them into a single category. Add menu items for RefTeX and
9951 Widget.
9952
9953 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9954
9955 * Makefile.in (install-arch-indep): Use --info-dir instead of
9956 --dir-file, and a simple argument instead of --info-file, so that
9957 the Debian version of install-info also works.
9958
9959 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9960
9961 * info/dir (Speedbar): Add entry.
9962
9963 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9964
9965 * INSTALL: Describe the new image-support options to the configure
9966 script. List URLs where image support libraries can be found.
9967
9968 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
9969
9970 * info/dir (Top): Add an entry for Eshell.
9971
9972 2000-10-02 Dave Love <fx@gnu.org>
9973
9974 * configure.in: Check for gai_strerror.
9975
9976 2000-10-01 Andreas Schwab <schwab@suse.de>
9977
9978 * Makefile.in (install-arch-indep): Update list of installed info files.
9979
9980 2000-09-30 Gerd Moellmann <gerd@gnu.org>
9981
9982 * configure.in: Support `sparc*-*-netbsd*'.
9983
9984 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
9985
9986 * info/dir (MIME): Add entry for emacs-mime.
9987
9988 2000-09-29 Dave Love <fx@gnu.org>
9989
9990 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
9991
9992 2000-09-26 Gerd Moellmann <gerd@gnu.org>
9993
9994 * make-dist: Adapt to the change of leim/Makefile which was
9995 necessary to ensure a reasonably working `make dist'.
9996
9997 * leim-Makefile.in: Moved to leim/Makefile.in..
9998
9999 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
10000
10001 2000-09-21 Kenichi Handa <handa@etl.go.jp>
10002
10003 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
10004 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
10005 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
10006 files to .elc.
10007 (${TIT}): Adjust for the above change.
10008 (clean mostlyclean): Likewise.
10009 (.el.elc): New target.
10010
10011 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10012
10013 * make-dist: Include XPM and XBM files in lisp/ and subdirs
10014 in the distribution.
10015
10016 2000-09-18 Gerd Moellmann <gerd@gnu.org>
10017
10018 * make-dist (skk): Rename to `ja-dic' because the leim directory
10019 was renamed.
10020
10021 2000-09-14 Dave Love <fx@gnu.org>
10022
10023 * configure.in: Fix spurion in last change.
10024
10025 2000-09-14 Gerd Moellmann <gerd@gnu.org>
10026
10027 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
10028 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
10029 to `no' if defined. Change result report.
10030
10031 2000-09-08 Dave Love <fx@gnu.org>
10032
10033 * configure.in: Remove spurious `@'s.
10034
10035 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
10036 autoconf.
10037
10038 2000-09-06 Gerd Moellmann <gerd@gnu.org>
10039
10040 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
10041 file and print informational message.
10042
10043 * configure.in (AC_FUNC_MMAP): Add.
10044
10045 2000-09-01 Gerd Moellmann <gerd@gnu.org>
10046
10047 * configure.in: Add ``checking'' messages for
10048 XpmReturnAllocPixels.
10049
10050 2000-08-28 Gerd Moellmann <gerd@gnu.org>
10051
10052 * configure.in: Check <strings.h>; check `index' and `rindex'
10053 functions.
10054
10055 2000-08-26 Kenichi Handa <handa@etl.go.jp>
10056
10057 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
10058 "case "${canonical}" in".
10059
10060 2000-08-25 Dave Love <fx@gnu.org>
10061
10062 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
10063
10064 2000-08-25 Kenichi Handa <handa@etl.go.jp>
10065
10066 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
10067
10068 2000-08-24 Gerd Moellmann <gerd@gnu.org>
10069
10070 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
10071 contains a relative path. Protect against unusable values of $PWD.
10072
10073 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10074
10075 * info/dir (WoMan): Add entry.
10076
10077 * config.bat (maindir): Update src/_gdbinit even if it does
10078 already exist.
10079
10080 2000-08-07 Gerd Moellmann <gerd@gnu.org>
10081
10082 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
10083
10084 2000-08-03 Gerd Moellmann <gerd@gnu.org>
10085
10086 * configure.in: Add support for ia64*-*-linux*.
10087
10088 2000-07-27 Gerd Moellmann <gerd@gnu.org>
10089
10090 * make-dist (aclocal.m4): Include in distribution.
10091
10092 2000-07-26 Dave Love <fx@gnu.org>
10093
10094 * configure.in (AC_SYS_LARGEFILE): Move earlier.
10095
10096 2000-07-24 Dave Love <fx@gnu.org>
10097
10098 * configure.in: Add AC_SIZE_T.
10099
10100 2000-07-18 Dave Love <fx@gnu.org>
10101
10102 * configure.in: Reorder so that most tests are done after CPPFLAGS
10103 is set from the C_SWITCH_... definitions.
10104
10105 2000-07-10 Gerd Moellmann <gerd@gnu.org>
10106
10107 * configure.in (HAVE_XPM): Undo previous change. Check for
10108 preprocessor define XpmReturnAllocPixels.
10109
10110 2000-07-06 Gerd Moellmann <gerd@gnu.org>
10111
10112 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
10113 instead of XpmReadFileToPixmap.
10114
10115 2000-07-05 Ken Raeburn <raeburn@gnu.org>
10116
10117 * configure.in: Check for <soundcard.h>. Look for ossaudio
10118 library, and set LIBSOUND accordingly.
10119
10120 2000-07-05 Dave Love <fx@gnu.org>
10121
10122 * configure.in: Use AC_HEADER_SYS_WAIT.
10123
10124 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10125
10126 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
10127 lisp/Makefile. Distribute lisp/Makefile.in instead of
10128 lisp/Makefile.
10129
10130 2000-06-30 Ken Raeburn <raeburn@gnu.org>
10131
10132 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
10133 while searching for image-handling libraries.
10134
10135 2000-06-26 Gerd Moellmann <gerd@gnu.org>
10136
10137 * configure.in (--with-xim): New option.
10138
10139 2000-06-23 Dave Love <fx@gnu.org>
10140
10141 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
10142 for struct timezone and test how we can call gettimeofday.
10143 Check for OSF 5+. Check for term.h.
10144
10145 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
10146 version.
10147
10148 2000-06-23 Gerd Moellmann <gerd@gnu.org>
10149
10150 * configure.in (HAVE_LIBXP): Change test for libXp.
10151
10152 2000-06-21 Dave Love <fx@gnu.org>
10153
10154 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
10155 simple test for getloadavg and substitute GETLOADAVG_LIBS.
10156 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
10157
10158 2000-06-19 Dave Love <fx@gnu.org>
10159
10160 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
10161 _XOPEN_SOURCE is defined.
10162
10163 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10164
10165 * Makefile.in (distclean): Also make distclean in lisp/.
10166
10167 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10168
10169 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
10170
10171 2000-06-15 Gerd Moellmann <gerd@gnu.org>
10172
10173 * make-dist: Add --help and --snapshot options.
10174
10175 2000-06-14 Gerd Moellmann <gerd@gnu.org>
10176
10177 * configure.in: Generate lisp/Makefile.
10178
10179 * configure.in: Add support for `*-lynxos*'.
10180 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
10181 recommended by <Karen.Dorhamer@compaq.com> to fix problems
10182 on Tru64 UNIX v5.0.
10183
10184 2000-06-13 Ken Raeburn <raeburn@gnu.org>
10185
10186 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
10187 it's on a continuation line.
10188
10189 2000-06-02 Dave Love <fx@gnu.org>
10190
10191 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
10192 files.
10193
10194 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
10195 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
10196 test.
10197
10198 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
10199 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
10200
10201 2000-05-26 Gerd Moellmann <gerd@gnu.org>
10202
10203 * configure.in: Add check for speed_t typedef.
10204
10205 2000-05-25 Ken Raeburn <raeburn@gnu.org>
10206
10207 * Makefile.in (install-arch-dep): Install fns-*.el only if it
10208 exists; it won't in the CANNOT_DUMP case.
10209
10210 2000-05-25 Gerd Moellmann <gerd@gnu.org>
10211
10212 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
10213 On FreeBSD, the exit status is 1 if CDPATH is not set.
10214 (install-arch-indep): Install ebrowse.info.
10215
10216 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
10217
10218 * configure.in: Check for grandpt and getpt.
10219
10220 2000-05-09 Dave Love <fx@gnu.org>
10221
10222 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
10223
10224 2000-05-05 Gerd Moellmann <gerd@gnu.org>
10225
10226 * make-dist: Make a link for lib-src/grep-changelog.
10227 Copy install-sh.
10228
10229 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
10230
10231 * config.bat: Identify the beginning of the cpp stuff in
10232 src/Makefile.in and lib-src/Makefile.in more accurately.
10233
10234 2000-04-27 Gerd Moellmann <gerd@gnu.org>
10235
10236 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
10237
10238 2000-04-19 Gerd Moellmann <gerd@gnu.org>
10239
10240 * configure.in: Add support for `powerpc-*-netbsd*'.
10241
10242 2000-04-19 Dave Love <fx@gnu.org>
10243
10244 * configure.in: Don't use AC_FUNC_GETLOADAVG.
10245
10246 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
10247
10248 2000-04-16 Dave Love <fx@gnu.org>
10249
10250 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
10251
10252 2000-04-14 Dave Love <fx@gnu.org>
10253
10254 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
10255
10256 * aclocal.m4 (AC_FUNC_MKTIME): New.
10257
10258 2000-03-28 Ken Raeburn <raeburn@gnu.org>
10259
10260 * configure.in: Line up "--help" output a little better.
10261
10262 2000-03-26 Gerd Moellmann <gerd@gnu.org>
10263
10264 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
10265 New targets.
10266 (bootstrap): Rewritten in terms of the new targets above.
10267 Make info files, too.
10268
10269 2000-03-12 Gerd Moellmann <gerd@gnu.org>
10270
10271 * config.guess, config.sub: Use the versions of the files from
10272 subversions.
10273
10274 2000-03-08 Dave Love <fx@gnu.org>
10275
10276 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
10277 AC_C_VOLATILE. Define POINTER_TYPE.
10278
10279 * aclocal.m4: New file.
10280
10281 2000-03-02 Gerd Moellmann <gerd@gnu.org>
10282
10283 * configure.in (machine): Add `mipsel-*-netbsd*' and
10284 `arm-*-netbsd*'.
10285
10286 2000-03-01 Gerd Moellmann <gerd@gnu.org>
10287
10288 * configure.in (machine): Add support for `*-auspex-sunos*'.
10289
10290 2000-02-29 Gerd Moellmann <gerd@gnu.org>
10291
10292 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
10293
10294 2000-02-18 Dave Love <fx@gnu.org>
10295
10296 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
10297
10298 2000-02-18 Andreas Schwab <schwab@suse.de>
10299
10300 * Makefile.in (install-arch-indep): Add eudc to list of installed
10301 info files.
10302
10303 2000-02-17 Ken Raeburn <raeburn@gnu.org>
10304
10305 * configure.in: Include -lz and -ljpeg (if it's available) when
10306 testing for the tiff library.
10307
10308 2000-02-17 Gerd Moellmann <gerd@gnu.org>
10309
10310 * configure.in: Remove LISP_FLOAT_TYPE.
10311
10312 2000-02-12 Dave Love <fx@gnu.org>
10313
10314 * configure.in: Use AC_FUNC_VFORK.
10315
10316 2000-02-01 Gerd Moellmann <gerd@gnu.org>
10317
10318 * make-dist: Various fixes for new development tree.
10319
10320 * leim-Makefile.in: New file.
10321
10322 2000-01-31 Gerd Moellmann <gerd@gnu.org>
10323
10324 * Makefile.in (dist): Call ./make-dist.
10325
10326 2000-01-24 Dave Love <fx@gnu.org>
10327
10328 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
10329
10330 2000-01-18 Gerd Moellmann <gerd@gnu.org>
10331
10332 * configure.in (HAVE_GIF): Check for DGifOpen instead of
10333 DGifOpenFileName.
10334
10335 2000-01-11 Andreas Schwab <schwab@suse.de>
10336
10337 * Makefile.in (install-arch-indep): Update list of info files to
10338 be installed.
10339
10340 2000-01-05 Dave Love <fx@gnu.org>
10341
10342 * configure.in: Check for jerror.h as well as libjpeg.
10343
10344 2000-01-03 Andreas Schwab <schwab@suse.de>
10345
10346 * Makefile.in (install-arch-indep): Install autotype*.
10347 Run install-info on autotype and emacs-faq.info.
10348
10349 1999-12-04 Dave Love <fx@gnu.org>
10350
10351 * Makefile.in (install-arch-indep): Depend on `info'.
10352 (install-strip): Use `install' as sub-make target.
10353
10354 1999-11-23 Ken Raeburn <raeburn@gnu.org>
10355
10356 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
10357 didn't need to be deleted. Check for the k5crypto library as well
10358 as the crypto library; MIT Kerberos 1.1 changed the name.
10359
10360 1999-11-18 Dave Love <fx@gnu.org>
10361
10362 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
10363
10364 1999-11-11 Erik Naggum <erik@naggum.no>
10365
10366 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
10367
10368 1999-11-08 Dave Love <fx@gnu.org>
10369
10370 * configure.in: Fix change for --with-pop default.
10371
10372 1999-11-04 Dave Love <fx@gnu.org>
10373
10374 * configure.in: Default to --with-pop. Change sense of with-gcc
10375 and with-toolkit-scroll-bars messages to reflect the defaults.
10376
10377 1999-11-01 Gerd Moellmann <gerd@gnu.org>
10378
10379 * INSTALL: Mention the Emacs Lisp Reference.
10380
10381 1999-10-27 Noah Friedman <friedman@splode.com>
10382
10383 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
10384
10385 1999-10-23 Gerd Moellmann <gerd@gnu.org>
10386
10387 * Makefile.in (bootstrap): New target.
10388
10389 1999-10-19 Paul Eggert <eggert@twinsun.com>
10390
10391 Add support for large files. Merge glibc 2.1.2.
10392
10393 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
10394 (HAVE_TM_GMTOFF): New symbol.
10395 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
10396 mbrlen, strsignal.
10397 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
10398
10399 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
10400
10401 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
10402 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
10403
10404 1999-10-09 Richard M. Stallman <rms@gnu.org>
10405
10406 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
10407 Unset CDPATH to prevent cd from generating output.
10408
10409 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
10410
10411 * update-subdirs: Also ignore CVS subdirs.
10412
10413 1999-10-07 Gerd Moellmann <gerd@gnu.org>
10414
10415 * Makefile.in (install-arch-indep): Add ada-mode.
10416
10417 1999-10-06 Dave Love <fx@gnu.org>
10418
10419 * Makefile.in: Add rules for config.status, configure.
10420
10421 1999-09-07 Gerd Moellmann <gerd@gnu.org>
10422
10423 * configure.in (--with-sound): Remove.
10424
10425 1999-08-30 Gerd Moellmann <gerd@gnu.org>
10426
10427 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
10428 the test for Xaw3d.
10429 (HAVE_TIFF): Add -lm to library check.
10430
10431 1999-08-28 Richard Stallman <rms@gnu.org>
10432
10433 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
10434 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
10435 after the other X-related libraries.
10436
10437 1999-08-21 Dave Love <fx@gnu.org>
10438
10439 * configure.in: Don't check for jpeglib.h.
10440
10441 1999-08-20 Gerd Moellmann <gerd@gnu.org>
10442
10443 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
10444 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
10445
10446 1999-08-18 Dave Love <fx@gnu.org>
10447
10448 * configure.in: Check for termcap.h.
10449
10450 1999-08-15 Gerd Moellmann <gerd@gnu.org>
10451
10452 * configure.in: Add --with-toolkit-scroll-bars. If "no",
10453 use Emacs' scroll bars, even if configured for Motif or when
10454 Xaw3d is available.
10455
10456 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
10457
10458 * configure.in: Check for getaddrinfo.
10459
10460 1999-08-04 Eli Zaretskii <eliz@gnu.org>
10461
10462 * config.bat: Make --no-debug work again by removing -gcoff.
10463
10464 1999-07-30 Dave Love <fx@gnu.org>
10465
10466 * configure.in: Check for stdlib.h.
10467
10468 1999-07-19 Dave Love <fx@gnu.org>
10469
10470 * configure.in: Grok sparc64-*-linux-gnu*.
10471
10472 1999-07-12 Richard Stallman <rms@gnu.org>
10473
10474 * Version 20.4 released.
10475
10476 1999-06-23 Karl Heuer <kwzh@gnu.org>
10477
10478 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
10479 Quote $EMACS, in case it's a program with args.
10480
10481 1999-06-15 Gerd Moellmann <gerd@gnu.org>
10482
10483 * configure.in (HAVE_GIF): Use libungif instead of libgif
10484 because the former doesn't contain patented compression code.
10485
10486 1999-05-29 Richard M. Stallman <rms@gnu.org>
10487
10488 * configure.in: Delete the Kerberos stuff.
10489
10490 1999-05-27 Greg Hudson <ghudson@mit.edu>
10491
10492 * configure.in: Prefer kerberos 5 names.
10493
10494 1999-04-26 Richard M. Stallman <rms@gnu.org>
10495
10496 * configure.in: Check for libXp.
10497
10498 1999-04-08 Richard Stallman <rms@gnu.org>
10499
10500 * make-dist: Include change logs in subdirs of `lisp'.
10501
10502 1999-04-05 Richard Stallman <rms@gnu.org>
10503
10504 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
10505 (install-arch-indep): Make ${datadir}/emacs world-readable.
10506
10507 1999-03-30 Eli Zaretskii <eliz@gnu.org>
10508
10509 * config.bat: Use epaths.* instead of paths.*.
10510
10511 1999-03-07 Eli Zaretskii <eliz@gnu.org>
10512
10513 * INSTALL: Add detailed instructions to unpack and install
10514 intlfonts on MS-DOS.
10515
10516 1999-02-26 Richard Stallman <rms@gnu.org>
10517
10518 * configure.in: Use epaths.h and epaths-force instead of paths...
10519
10520 * Makefile.in (epaths-force): Rename from paths-force;
10521 operate on epaths.in and produce epaths.h.
10522
10523 1999-02-24 Richard Stallman <rms@gnu.org>
10524
10525 * make-dist: Fix nt/icons directory handling.
10526
10527 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
10528
10529 * configure.in (f301-fujitsu-uxpv4.1): New target.
10530
10531 1999-02-20 Richard Stallman <rms@gnu.org>
10532
10533 * make-dist (tempparent): Fix command to update info files.
10534
10535 1999-02-09 Richard Stallman <rms@gnu.org>
10536
10537 * configure.in (powerpc-apple-netbsd*): New alternative.
10538
10539 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
10540
10541 * make-dist: Include the new directory nt/icons in distributions.
10542
10543 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10544
10545 * configure.in: Change message about HAVE_XFREE386.
10546
10547 1999-01-07 Eli Zaretskii <eliz@gnu.org>
10548
10549 * config.bat: Support configuring with leim.
10550
10551 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
10552
10553 * configure.in (mips-sgi-irix6.5): New target.
10554
10555 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10556
10557 * configure.in: Remove GSS-API support, since it has been removed
10558 from movemail.
10559
10560 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10561
10562 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
10563
10564 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
10565
10566 * Makefile.in: Don't install customize info file.
10567 Run install-info on viper info file.
10568
10569 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10570
10571 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
10572
10573 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10574
10575 * configure.in (*-*-bsdi4*): New target.
10576
10577 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
10578
10579 * configure.in: Fix previous change.
10580
10581 1998-11-11 Richard Stallman <rms@gnu.org>
10582
10583 * configure.in (aviion-intel): New machine.
10584
10585 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10586
10587 * configure.in (mips-nec-sysv4*): New target.
10588
10589 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10590
10591 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
10592 from lisp.
10593
10594 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10595
10596 * make-dist: Don't include fns*.el in dist.
10597
10598 1998-10-30 Dave Love <fx@gnu.org>
10599
10600 * configure.in: Don't mkdir cpp.
10601
10602 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10603
10604 * Makefile.in (install-arch-dep): Install src/fns-*.el in
10605 ${archlibdir}.
10606
10607 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10608
10609 * Version 20.3 released.
10610
10611 1998-07-30 Paul Eggert <eggert@twinsun.com>
10612
10613 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
10614 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
10615 (lwlib/Makefile, leim/Makefile):
10616 Prepend $(srcdir)/ to rule dependencies outside this dir.
10617
10618 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10619
10620 * configure.in: Use unset CDPATH instead of making it empty.
10621
10622 1998-06-20 Karl Heuer <kwzh@gnu.org>
10623
10624 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
10625
10626 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10627
10628 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
10629 and default.el. Sort the results.
10630
10631 1998-05-31 Karl Heuer <kwzh@gnu.org>
10632
10633 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
10634 writable.
10635
10636 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10637
10638 * Makefile.in (install-arch-indep):
10639 Don't alter site-lisp/subdirs.el if it exists.
10640
10641 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10642
10643 * Makefile.in (install-arch-indep): Put `-' on commands to create
10644 subdirs.el in site-lisp dirs.
10645
10646 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
10647
10648 * Makefile.in (install-arch-indep): Fix typo in previous change.
10649
10650 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
10651
10652 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
10653
10654 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
10655
10656 * Makefile.in (mkdir): Create the site-lisp dirs.
10657 (install-arch-indep): Make site-lisp/subdirs files world-readable.
10658
10659 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
10660
10661 * Makefile.in (INSTALL_INFO): New variable.
10662 (install-arch-indep): Don't replace the dir file if it already exists.
10663 Use the install-info program, via INSTALL_INFO, to add entries.
10664 Make the `info' subdir and the Info files world-readable.
10665
10666 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
10667
10668 * config.bat: Make sure the environment is large enough to support
10669 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
10670
10671 1998-04-10 Karl Heuer <kwzh@gnu.org>
10672
10673 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
10674
10675 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10676
10677 * configure.in: Add --with-gssapi to specify GSS-API
10678 authentication support for movemail.
10679
10680 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10681
10682 * Makefile.in (install-arch-indep): Fix previous change.
10683
10684 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10685
10686 * Makefile.in (info): Run man in build dir, not srcdir.
10687
10688 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10689
10690 * Makefile.in (install-arch-indep): Fix previous change.
10691
10692 1998-03-23 Kenichi Handa <handa@etl.go.jp>
10693
10694 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
10695
10696 1998-03-22 Richard Stallman <rms@gnu.org>
10697
10698 * Makefile.in (install-arch-indep): Put special subdirs.el files
10699 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
10700
10701 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
10702
10703 * make-dist: Fix shell syntax in check for missing .el or .elc files.
10704
10705 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
10706
10707 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
10708 (m68*-hp-hpux*): Handle versions 1X like 10.
10709
10710 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
10711
10712 * make-dist: PROBLEMS is now in etc, not top level dir.
10713
10714 * Makefile.in (SOURCES): Delete PROBLEMS.
10715
10716 1998-02-25 Richard Stallman <rms@gnu.org>
10717
10718 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
10719
10720 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
10721
10722 1998-01-17 Richard Stallman <rms@gnu.org>
10723
10724 * Makefile.in (install-arch-indep): Add semicolon before `else'.
10725
10726 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
10727
10728 * make-dist (tempparent): New option --no-check.
10729
10730 * make-dist: Don't do anything with cpp directory.
10731
10732 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
10733
10734 * configure.in (sparc-fujitsu-sysv4*): New target.
10735
10736 1997-12-17 Andreas Schwab <schwab@gnu.org>
10737
10738 * configure.in: Cache more tests. Add missing quotes around
10739 message with embedded comma.
10740
10741 1997-12-04 Karl Heuer <kwzh@gnu.org>
10742
10743 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
10744
10745 1997-11-26 Joel N. Weber II <devnull@gnu.org>
10746
10747 * make-dist: Changed the comment about `umask 0' to say `Don't
10748 restrict access to any files.'; previously it said `Don't protect
10749 any files', which may have implied that we think fascism is good.
10750
10751 1997-11-24 Paul Eggert <eggert@twinsun.com>
10752
10753 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
10754 strftime needs the underlying host's strftime for locale dependent
10755 formats.
10756
10757 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
10758
10759 * configure.in (i586-dg-dguxR4.*): New name in case branch.
10760
10761 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
10762
10763 * config.bat: Configure the man subdirectory.
10764
10765 1997-11-07 Paul Eggert <eggert@twinsun.com>
10766
10767 * configure.in (AC_CHECK_LIB): Add -lintl.
10768
10769 1997-11-07 Karl Heuer <kwzh@gnu.org>
10770
10771 * make-dist (check for .elc files): Avoid bash-specific syntax.
10772 (check for overflow 14-char limit): Simplify.
10773
10774 1997-11-07 Richard Stallman <rms@gnu.org>
10775
10776 * Makefile.in (install): Move blessmail last.
10777
10778 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10779
10780 * configure.in (gettimeofday, one arg or two):
10781 Clarify messages by avoiding double negative.
10782
10783 1997-09-30 Karl Eichwalder <ke@suse.de>
10784
10785 * Makefile.in (install-arch-indep): Install the widget info file.
10786
10787 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10788
10789 * configure.in (with-pop, with-kerberos): Need to check Kerberos
10790 libraries in reverse order, so that libraries will appear in the
10791 correct dependency order on the link line (and so that the
10792 configure checks themselves will work properly when early
10793 libraries depend on later ones).
10794
10795 1997-09-21 Erik Naggum <erik@naggum.no>
10796
10797 * make-dist (making links to `src'): Keep timestamp on copied files.
10798
10799 * make-delta: New script to produce delta distributions.
10800
10801 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10802
10803 * Version 20.2 released.
10804
10805 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10806
10807 * Version 20.1 released.
10808
10809 * Makefile.in (install-leim): Depend on mkdir.
10810 (leim): Depend on src.
10811
10812 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10813
10814 * configure.in: Recognize alpha* instead of just alpha.
10815
10816 1997-09-12 Paul Eggert <eggert@twinsun.com>
10817
10818 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
10819
10820 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10821
10822 * update-subdirs: Use rm -f.
10823
10824 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10825
10826 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
10827 Ignore subdirs named Old.
10828
10829 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
10830
10831 * configure.in: Add OpenBSD clause to set $machine.
10832
10833 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10834
10835 * make-dist: Recompile everything after updating various Lisp files.
10836 Recompile in leim as well as lisp.
10837 Check in leim as well as lisp for mismatched files and too-long names.
10838
10839 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10840
10841 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
10842
10843 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10844
10845 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
10846 before trying to copy anything from it.
10847
10848 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10849
10850 * Makefile.in (man/Makefile): New target.
10851 (tags): Define env var EMACS and run Makefile from build dir.
10852
10853 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
10854
10855 * config.bat: If src/_gdbinit doesn't exist, try using
10856 src/.gdbinit to create it (for building on Windows 95).
10857
10858 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10859
10860 * Makefile.in (install-arch-indep):
10861 Discard extra data in tar | tar pipes.
10862
10863 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
10864
10865 * configure.in (x_default_search_path):
10866 Corrected '${x_library}' to '${x_library}/X11'.
10867
10868 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10869
10870 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
10871
10872 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10873
10874 * configure.in: Support auto-configuration of both Kerberos V4 and
10875 Kerberos V5 for movemail, including detection of V4 and V5 header
10876 files and libraries.
10877
10878 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
10879
10880 * configure.in: Compute x_default_search_path
10881 and substitute into makefiles.
10882
10883 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
10884
10885 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10886
10887 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
10888
10889 1997-08-07 Erik Naggum <erik@naggum.no>
10890
10891 * configure.in: Remove lockdir, it is no longer needed.
10892 * Makefile.in (mkdir): Don't create lockdir.
10893 (lockdir): Variable deleted.
10894 (paths-force): Don't operate on PATH_LOCK.
10895
10896 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10897
10898 * leim-Makefile.in (clean, distclean): New targets.
10899
10900 * make-dist: Include leim/ChangeLog in leim distribution.
10901
10902 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10903
10904 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
10905
10906 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10907
10908 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
10909
10910 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10911
10912 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
10913
10914 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10915
10916 * make-dist: Update leim/leim-list.el.
10917 Pass along value of $EMACS when updating lisp dir.
10918
10919 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10920
10921 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
10922 prerequisite to the use of Doug Lea's malloc.
10923
10924 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10925
10926 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
10927
10928 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
10929
10930 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10931
10932 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
10933
10934 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10935
10936 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
10937 to news-r6.h.
10938
10939 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
10940
10941 * config.bat: Use `sed' instead of `cp', which might not be
10942 installed.
10943
10944 1997-07-09 Kenichi Handa <handa@etl.go.jp>
10945
10946 * Makefile.in (mostlyclean): Add cleaning leim directory.
10947 (clean, distclean, maintainer-clean): Likewise.
10948
10949 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10950
10951 * make-dist (bogosities): Check subdirs of `lisp' also.
10952
10953 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10954
10955 * make-dist (etc): Really avoid symlinks now.
10956 (lisp): Don't delete from subdirs the things we never copy.
10957
10958 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10959
10960 * Makefile.in (install-arch-indep): Correct the target name.
10961 The first letter `i' was dropped by the previous change of mine.
10962
10963 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10964
10965 * configure.in (leim/Makefile): Generate this.
10966 (*-sysv4.2uw*): Recognize new alternative.
10967
10968 * leim-Makefile.in: Renamed from leim-Makefile.
10969
10970 * make-dist: Set up real-leim subdirectory,
10971 with the real contents of leim; then move it to
10972 a separate top-level directory.
10973
10974 * make-dist: Don't mention site-lisp, site-init, site-start
10975 or default, when listing files hat are not compiled and should be.
10976
10977 * configure.in: Create src/config.stamp at the end.
10978
10979 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10980
10981 * Makefile.in (install-leim): Correct previous change.
10982
10983 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10984
10985 * Makefile.in (install-leim): New target.
10986 (install): Depend on install-leim.
10987
10988 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10989
10990 * Makefile.in (SUBDIR): Add leim.
10991 (SUBDIR_MAKEFILES): Add leim/Makefile.
10992 (leim/Makefile): New target.
10993
10994 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10995
10996 * leim-Makefile: New file.
10997 * make-dist: Initialize a `leim' subdirectory with that makefile.
10998
10999 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11000
11001 * configure.in (GNU_MALLOC_reason): Fix message text.
11002
11003 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11004
11005 * make-dist (lisp): Don't process subdirs that start with =.
11006 (etc): Copy symlinks, as in src.
11007
11008 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11009
11010 * configure.in (i*86-*-unixware*): New alternative.
11011
11012 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11013
11014 * Makefile.in (src/config.stamp): Target renamed from src/config.h
11015 and touch it explicitly.
11016
11017 * configure.in (mips-sony-newsos6*): New alternative.
11018 (mips-*-linux-gnu*): New alternative.
11019 (*-*-bsdi*): New alternative.
11020 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
11021
11022 1997-06-22 Dave Love <d.love@dl.ac.uk>
11023
11024 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
11025 (src/config.h): New target to re-configure if src/config.in is patched.
11026
11027 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11028
11029 * configure.in (shutdown): Check for `shutdown' function.
11030
11031 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
11032
11033 * update-subdirs: Include the directory "language" in subdirs.
11034
11035 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11036
11037 * configure.in (m88k-dg-dgux4*): New alternative.
11038 (alpha-*-netbsd*): New alternative.
11039 (powerpcle-*-solaris2*): New alternative.
11040
11041 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11042
11043 * make-dist: Warn about .el files that are not compiled.
11044
11045 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11046
11047 * Makefile.in (dist): Don't run update-subdirs here,
11048 since make-dist now gets that done.
11049
11050 * make-dist: Use the new `updates' target in lisp/Makefile.
11051
11052 * make-dist: Use new non-file targets in lisp/Makefile.
11053
11054 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11055
11056 * make-dist: Handle all subdirs of `lisp' uniformly.
11057 Don't handle `term' and `language' specially.
11058 Clear out umask at the beginning.
11059
11060 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11061
11062 * make-dist: Use Make to update finder-inf.el and autoloads.
11063 Also update cus-load.el.
11064
11065 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
11066
11067 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
11068 in case it is desirable to disable the GNU malloc features with glibc.
11069
11070 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
11071
11072 * configure.in (DOUG_LEA_MALLOC):
11073 Define if malloc_{get,set}_state exist.
11074
11075 1997-03-05 Kenichi Handa <handa@etl.go.jp>
11076
11077 * make-dist: Make links for files under lisp/language.
11078
11079 1997-02-20 Kenichi Handa <handa@etl.go.jp>
11080
11081 * update-subdirs: Exclude the directory "language" from subdirs.
11082
11083 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
11084
11085 * configure.in: Check for rint and cbrt.
11086
11087 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11088
11089 * make-dist: Use $EMACS to say where to run Emacs.
11090 Add --no-update option.
11091
11092 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11093
11094 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
11095
11096 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11097
11098 * make-dist (copying src): Check thoroughly for symlinks
11099 and copy them in all cases. Regularize the linking of *.in
11100 and *.opt and ChangeLog files.
11101 (copying lib-src): Likewise.
11102 Don't rm getdate.c or y.tab.*--they don't exist any more.
11103
11104 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
11105
11106 * configure.in: Check for libmail, maillock.h and
11107 touchlock (for movemail).
11108
11109 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11110
11111 * configure.in (limits.h): Check for this file.
11112
11113 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11114
11115 * configure.in (rs6000-ibm-aix4.2): New alternative.
11116 (rs6000-ibm-aix4.0): New alternative.
11117 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
11118
11119 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
11120
11121 * configure.in: Recognize vax-*-netbsd*.
11122
11123 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11124
11125 * configure.in (locallisppath): Add leim directory.
11126
11127 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
11128
11129 * config.bat: Make sure `mv' supports forward slashes and -f.
11130
11131 1996-10-28 Christian Limpach <chris@nice.ch>
11132
11133 * configure.in (hppa*-next-nextstep*): * added after hppa
11134 to accept hppa1.0 and hppa1.1.
11135
11136 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
11137
11138 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
11139 * configure.in (ld_switch_machine): Fix typo.
11140
11141 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11142
11143 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
11144 from config.h and use them in $ac_link.
11145
11146 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
11147
11148 * configure.in: Create a subdir named `lisp'.
11149
11150 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11151
11152 * configure.in: Check for getcwd.
11153
11154 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11155
11156 * configure.in: Check for termios.h. Check for setpgid.
11157
11158 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11159
11160 * configure.in: Check for setrlimit.
11161
11162 1996-08-31 Paul Eggert <eggert@twinsun.com>
11163
11164 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
11165
11166 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11167
11168 * configure.in: Check for utimes.
11169
11170 * configure.in: Check for com_err library, but only
11171 if --with-kerberos was used. Check for krb and des
11172 only if --with-kerberos.
11173
11174 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11175
11176 * Makefile.in (INSTALL_STRIP): New variable.
11177 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
11178 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
11179
11180 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11181
11182 * configure.in: Check for krb and des libraries.
11183
11184 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11185
11186 * configure.in (*-sunos4.1.[3-9]*noshare):
11187 Use sunos413, not sunos4-1-3.
11188 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
11189 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
11190
11191 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11192
11193 * Makefile.in (src/paths.h): Target deleted.
11194 (paths-force): Delete all dependencies on this target
11195 but don't delete the target.
11196 (install): Depend on `all'.
11197 (paths-force): Don't print a message.
11198
11199 * configure.in: Generate src/paths.h here.
11200
11201 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11202
11203 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
11204 New variables that affect linking only.
11205 (alpha-dec-osf*): Use those instead of previous change.
11206
11207 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11208
11209 * Makefile.in (install-arch-indep): Install info/messages.
11210
11211 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11212
11213 * Version 19.33 released.
11214
11215 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
11216
11217 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
11218 Fix previous change.
11219
11220 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11221
11222 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
11223 New alternative.
11224
11225 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11226
11227 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
11228 and NON_GCC_TEST_OPTIONS.
11229
11230 1996-08-06 Paul Eggert <eggert@twinsun.com>
11231
11232 * configure.in (LOCALTIME_CACHE): Don't put a string literal
11233 "TZ=..." in environ.
11234
11235 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11236
11237 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
11238
11239 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11240
11241 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
11242 the more general *-sunos4.1.[3-9]* clause.
11243
11244 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11245
11246 * Version 19.32 released.
11247
11248 * configure.in (*-sco3.2v5*):
11249 Set OVERRIDE_CPPFLAG to a string of one space.
11250 Fix the code that uses OVERRIDE_CPPFLAG.
11251
11252 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
11253
11254 * configure.in: Undo previous change.
11255
11256 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11257
11258 * config.sub: Use `pc', not `unknown', when canonicalizing
11259 the vendor for ...86.
11260
11261 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
11262
11263 * configure.in: Check for termios.h header.
11264
11265 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
11266
11267 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
11268
11269 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
11270
11271 * configure.in: Split bsdos2 and bsdos2-1.
11272
11273 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11274
11275 * config.sub: If last two words are not a recognized
11276 KERNEL-OS pair, use just the last word as OS, as in 19.31.
11277 Make conversion of gnu/linux to linux-gnu really work.
11278
11279 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
11280
11281 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11282
11283 * configure.in (check for using Lucid widgets by default):
11284 Eliminate indentation that confuses some compilers.
11285
11286 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11287
11288 * config.sub: Convert linux and gnu/linux to linux-gnu.
11289
11290 * make-dist: Don't update getdate.c.
11291 Ignore =... files when checking for too-long Lisp file names.
11292
11293 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11294
11295 * configure.in (euidaccess): Check for that, not for eaccess.
11296
11297 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11298
11299 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
11300 before `noshare'.
11301 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
11302
11303 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11304
11305 * configure.in: Rename lignux to linux-gnu in configuration names.
11306 Use gnu-linux as the opsys value (s/ file name).
11307 Allow i686 just like i386, i486, i586.
11308
11309 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11310
11311 * configure.in (i*86-*-sco3.2v5): New alternative.
11312 (OVERRIDE_CPPFLAG): New variable.
11313 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
11314
11315 * configure.in: Specify vpath for .texi files.
11316
11317 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11318
11319 * configure.in: Always check for HAVE_X11R5.
11320 Separately decide whether to use a toolkit by default.
11321
11322 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
11323
11324 * configure.in: If X11R5 is missing the Xaw headers,
11325 default to --with-x-toolkit=no.
11326
11327 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11328
11329 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
11330
11331 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11332
11333 * Makefile.in (install-arch-indep): If cd etc makes output,
11334 don't treat that as part of the tar data.
11335 Check that ./lisp actually exists.
11336
11337 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
11338
11339 * make-dist: Check for long file names.
11340
11341 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11342
11343 * Version 19.31 released.
11344
11345 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11346
11347 * configure.in: Recognize sparc-*-lignux.
11348
11349 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
11350
11351 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
11352 Don't include config.w95.
11353
11354 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
11355
11356 * make-dist: Replace --no-clean-up and --no-tar options
11357 with --clean-up and --tar, so that the default is useful.
11358
11359 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
11360
11361 * config.bat: Make sure the GDB init file is called src/_gdbinit;
11362 if not, tell the user to rename it and abort.
11363
11364 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
11365
11366 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
11367 test program.
11368
11369 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11370
11371 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
11372
11373 * make-dist (MANIFEST): Fix previous change.
11374 (msdos): Put mainmake.v2 into the dist.
11375
11376 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
11377
11378 * make-dist: Exit if autoconf fails.
11379
11380 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
11381
11382 * config.bat: Set djgpp-ver, and unset it at the end.
11383 Add a number of conditionals for DJGPP version 2.
11384 Rename label libsrc2 to libsrc3.
11385 Substitute for LDFLAGS in src/Makefile.
11386 Substitute for ALL_CFLAGS in lib-src/Makefile.
11387
11388 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11389
11390 * configure.in (ncurses): Check this after checking fns like strerror.
11391
11392 1996-04-08 Erik Naggum <erik@naggum.no>
11393
11394 * make-dist (MANIFEST): Don't include lines from =files.
11395
11396 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11397
11398 * make-dist: Don't put lisp/dired.todo in the dist.
11399
11400 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
11401
11402 * configure.in (HAVE_NCURSES): Look for library named ncurses.
11403
11404 * configure.in (setlocale): Check for it.
11405
11406 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
11407
11408 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11409
11410 * configure.in: Use lignux instead of linux as value of opsys.
11411
11412 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11413
11414 * Makefile.in (install-strip): Fix whitespace.
11415 Get rid of continuation.
11416
11417 * config.sub: Convert linux or gnu/linux to lignux.
11418
11419 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11420
11421 * configure.in: Accept lignux in configuration name.
11422
11423 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11424
11425 * Makefile.in (install-strip): New target.
11426
11427 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11428
11429 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
11430 -f failed to do the job on Suns.
11431
11432 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11433
11434 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
11435
11436 * configure.in (linux/version.h): Check for this header.
11437
11438 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
11439
11440 * configure.in: Remove -fno-builtin hackery from -lm check.
11441
11442 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
11443
11444 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
11445 just this test.
11446
11447 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
11448
11449 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11450
11451 * configure.in: Check for ncurses.
11452
11453 1996-02-28 Paul Eggert <eggert@twinsun.com>
11454
11455 * configure.in (LOCALTIME_CACHE):
11456 Also define if localtime mishandles unsetting TZ.
11457 This works around a localtime bug in mips-dec-ultrix.
11458
11459 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11460
11461 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
11462
11463 * configure.in: Improve messages about X versions.
11464
11465 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11466
11467 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
11468
11469 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11470
11471 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
11472 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
11473
11474 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
11475 (install): Put install-arch-indep before install-arch-dep.
11476
11477 1996-02-20 Dave Love <d.love@dl.ac.uk>
11478
11479 * INSTALL: Clarify info about MS-DOS path handling.
11480
11481 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11482
11483 * Makefile.in (install-arch-indep): Install info/ccmode*.
11484 In previous change, protect against /bin/pwd returning null string.
11485
11486 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11487
11488 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
11489 to lispdir.
11490
11491 1996-02-01 Paul Eggert <eggert@twinsun.com>
11492
11493 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
11494
11495 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11496
11497 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
11498
11499 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11500
11501 * Makefile.in (extraclean): Use ${top_distclean} to ensure
11502 we delete everything distclean deletes.
11503
11504 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
11505
11506 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
11507
11508 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11509
11510 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
11511 into LDFLAGS instead of into LIBS.
11512
11513 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11514
11515 * configure.in (HAVE_XMU): Fix typo in previous change.
11516
11517 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11518
11519 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
11520
11521 1996-01-10 Erik Naggum <erik@naggum.no>
11522
11523 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
11524
11525 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
11526
11527 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
11528
11529 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11530
11531 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
11532 and use -lXt to link it.
11533
11534 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11535
11536 * configure.in (locallisppath): Put version-specific dir first.
11537
11538 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11539
11540 * configure.in (hppa-*-nextstep*): New alternative.
11541 (USE_X_TOOLKIT): By default, set this to "maybe";
11542 and change that later to LUCID or "no" according to X11 version.
11543
11544 * make-dist: Recompile outdated .elc files and update all autoloads.
11545
11546 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11547
11548 * configure.in (locallisppath): Fix typo in last change: " -> '.
11549
11550 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11551
11552 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
11553
11554 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11555
11556 * Makefile.in (install-arch-indep): Give all files read permission.
11557
11558 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11559
11560 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
11561 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
11562
11563 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11564
11565 * configure.in: Determine HAVE_X11R6.
11566 (HAVE_MENUS): Rename from HAVE_X_MENU.
11567
11568 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11569
11570 * configure.in: Just "solaris" now defaults to version 2.4.
11571 Add sunos4.1.n-noshare as alternative.
11572
11573 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11574
11575 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
11576
11577 1995-11-29 Erik Naggum <erik@naggum.no>
11578
11579 * Makefile.in (install-arch-indep): Add missing backslash.
11580
11581 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
11582
11583 * Makefile.in (install-arch-indep): Don't install
11584 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
11585
11586 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11587
11588 * Makefile.in (install-arch-indep): Fix previous change.
11589
11590 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
11591
11592 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11593
11594 * Version 19.30 released.
11595
11596 * make-dist (lisp): Exclude subdirs.el.
11597
11598 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11599
11600 * make-dist (etc): Delete *.orig and *.rej.
11601
11602 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11603
11604 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
11605
11606 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11607
11608 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
11609
11610 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
11611
11612 * make-dist (nt): Rename install, readme, and todo to
11613 INSTALL, README, and TODO.
11614
11615 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11616
11617 * make-dist (lisp): Don't distribute site-start.
11618
11619 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
11620
11621 * make-dist: Break the hard link on alloca.c.
11622
11623 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11624
11625 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
11626
11627 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11628
11629 * make-dist (src, lib-src): Don't distribute Makefile.c.
11630 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
11631
11632 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11633
11634 * Makefile.in (mkdir): Create man1dir, not mandir.
11635 (uninstall): Use man1dir, not mandir.
11636
11637 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11638
11639 * Makefile.in (man1dir): New variable.
11640 (install-arch-indep): Use man1dir.
11641
11642 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
11643
11644 * make-dist: Create lisp/MANIFEST.
11645
11646 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11647
11648 * configure.in (m68k-*-linux*): New alternative.
11649
11650 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11651
11652 * make-dist: Use new names config.in, paths.in, and
11653 {src,lib-src}/Makefile.in.
11654
11655 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11656
11657 * configure.in: Don't bother checking for drem.
11658
11659 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11660
11661 * Makefile.in (distclean): Delete line with just a tab in it.
11662 (install-arch-indep): Delete spaces that precede tabs.
11663 Delete spurious `fi' left from previous change.
11664 (install): Supply `true' as command, to avoid null command.
11665
11666 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11667
11668 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
11669
11670 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11671
11672 * configure.in (powerpc-*-solaris2): New alternative.
11673
11674 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
11675
11676 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
11677 of paths.h.tmp$$, to avoid going beyond 14 characters.
11678
11679 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11680
11681 * configure.in: Improve error msg for invalid --with-x-toolkit value.
11682
11683 1995-09-06 Paul Eggert <eggert@twinsun.com>
11684
11685 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
11686 if localtime caches TZ. Check for tzset.
11687
11688 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11689
11690 * config.bat: Simplify using new names file names src/makefile.in,
11691 config.in, paths.in. Change Echo commands not to use `.
11692
11693 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11694
11695 * Makefile.in (install-arch-indep): Always install the new dir file;
11696 rename the previous dir file to dir.bak or dir.old.
11697
11698 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11699
11700 * configure.in (RANLIB): Substitute this into makefiles.
11701 Set it specially on solaris; set it by default on other systems.
11702
11703 * configure.in: Fix previous Alpha change.
11704
11705 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11706
11707 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
11708 NON_GCC_TEST_OPTIONS.
11709
11710 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11711
11712 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
11713 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
11714
11715 * configure.in (alpha-*-linux*): New configuration.
11716
11717 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11718
11719 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
11720 (m68k-next-nextstep*): New alias for that.
11721 (i*86-*-nextstep*): Use nextstep.h.
11722 (sparc-*-nextstep*): New configuration.
11723
11724 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11725
11726 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
11727 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
11728
11729 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11730
11731 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
11732 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
11733
11734 1995-07-18 Mike Long <mike.long@analog.com>
11735
11736 * make-dist: Fix update of finder-inf.el, and byte-compile it.
11737
11738 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11739
11740 * Makefile.in (src/paths.h, paths-force):
11741 Rename src/paths.h.in to src/paths.in.
11742 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
11743
11744 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
11745 Use Makefile.c for intermediate file.
11746 Rename src/config.h.in to src/config.in.
11747
11748 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
11749
11750 * configure.in (mips-dec-ultrix*): Assume version 4.3.
11751 (mips-dec-ultrix4.[12]): New alternative for old versions.
11752
11753 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11754
11755 * make-dist: Don't break intra-tree links.
11756
11757 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11758
11759 * configure.in: Put back archlibdir initialization.
11760 Require autoconf 2.4.1 or later.
11761
11762 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11763
11764 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
11765 (mips-mips-riscos5*): New alternative.
11766
11767 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11768
11769 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
11770
11771 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11772
11773 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
11774 (mandir, infodir, archlibdir): Initializations deleted.
11775
11776 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
11777 On hpux9shr, use hpux9shxr4.h.
11778
11779 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
11780
11781 * configure.in: Added target mips-dec-mach_bsd4.3.
11782 * config.guess: Guess mips-dec-mach_bsd4.3.
11783
11784 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11785
11786 * Makefile.in (mkdir): Use symbolic chmod.
11787
11788 1995-06-22 Paul Eggert <eggert@twinsun.com>
11789
11790 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
11791 SunOS 4.1.5 through 4.1.9, should they ever exist.)
11792
11793 1995-06-22 Paul Eggert <eggert@twinsun.com>
11794
11795 * Makefile.in (SUBDIR_MAKEFILES):
11796 Add man/Makefile, so `make distclean' removes it.
11797 (top_distclean): Add config.log to the list of files to be removed.
11798
11799 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11800
11801 * Version 19.29 released.
11802
11803 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11804
11805 * configure.in: Fix the previous change to verify that the -b
11806 option really solves the problem.
11807
11808 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
11809
11810 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11811
11812 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
11813
11814 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11815
11816 * configure.in: Report more clearly when there is no special
11817 dir to search for X includes or libraries.
11818
11819 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11820
11821 * configure.in: Check for -lpthreads, not -lpthread.
11822
11823 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
11824
11825 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
11826
11827 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11828
11829 * configure.in: Check for -lpthread.
11830
11831 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11832
11833 * Makefile.in (install-arch-indep): Install info files for mh-e.
11834 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
11835
11836 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11837
11838 * configure.in (*-solaris2.5): New configuration.
11839
11840 * make-dist: Copy new files config.nt and config.w95.
11841
11842 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11843
11844 * configure.in: Use x_includes, not x_libraries, for -I.
11845 Make bitmapdir a colon-separated list.
11846
11847 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
11848
11849 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
11850
11851 * configure.in: Allow x_libraries and x_includes to be paths.
11852
11853 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11854
11855 * configure.in: Fix typo.
11856
11857 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11858
11859 * INSTALL: Clarify use of site-init.el.
11860
11861 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
11862
11863 * configure.in: Pass arg to sqrt.
11864
11865 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11866
11867 * make-dist: Fix May 6 change.
11868
11869 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11870
11871 * vpath.sed: Delete reference to ymakefile.
11872
11873 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11874
11875 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
11876
11877 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11878
11879 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
11880
11881 * update-subdirs: Specify /bin/sh to run the script.
11882
11883 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11884
11885 * make-dist: Put src/makefile.nt in dist.
11886
11887 * configure.in (i[345]86-*-bsdi2*): New configuration.
11888 (vax-dec-bsd386*): Delete.
11889
11890 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11891
11892 * configure.in: Make sure CDPATH doesn't mess up PWD check.
11893 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
11894 Use fmod instead of logb in -lm check.
11895
11896 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11897
11898 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
11899 Use bsd4-3. Don't set NON_GNU_CPP.
11900
11901 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
11902 In nt, copy various different things, but not *.cmd.
11903 Fix the ln commands for the subdirs of nt.
11904
11905 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11906
11907 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
11908
11909 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11910
11911 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
11912 since that's what the header file expects.
11913
11914 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
11915
11916 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
11917 and 68040 based machines when choosing options for gnucc.
11918
11919 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11920
11921 * Makefile.in (top_distclean): Delete config.cache.
11922
11923 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11924
11925 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
11926
11927 * configure.in: Use m/ncr386.h.
11928
11929 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11930
11931 * Makefile.in (install-arch-indep): Undo Sep 23 change.
11932
11933 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11934
11935 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
11936 (man): Don't copy texindex.c and getopt.c; they're deleted.
11937 (etc): Omit `e'; it's a subdirectory.
11938 (etc/e): Use `../..', not `..', to reference top level.
11939
11940 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
11941
11942 * Makefile.in (install-arch-indep, dist):
11943 Look for `update-subdir' in $(srcdir).
11944
11945 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11946
11947 * make-dist: Include mkinstalldirs in distribution.
11948
11949 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11950
11951 * make-dist: Add missing close backquote.
11952
11953 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11954
11955 * make-dist: Don't distribute shortnames directory.
11956
11957 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11958
11959 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
11960
11961 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11962
11963 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
11964
11965 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11966
11967 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
11968
11969 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11970
11971 * configure.in (mips-sgi-irix6): New configuration.
11972
11973 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11974
11975 * Makefile.in (maintainer-clean): Rename from realclean.
11976
11977 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11978
11979 * configure.in: Create a .gdbinit that sources the real one,
11980 if using a different build directory.
11981
11982 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11983
11984 * configure.in: Check for sys/select.h.
11985
11986 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11987
11988 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
11989
11990 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11991
11992 * configure.in: Handle isc 4.1 operating system.
11993
11994 1994-12-10 Richard Stallman <rms@kepa>
11995
11996 * configure.in (rs6000-ibm-aix4.1*): New alternative.
11997 (rs6000-ibm-aix4*): New alternative.
11998
11999 1994-12-06 Richard Stallman <rms@kepa>
12000
12001 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
12002
12003 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
12004
12005 * configure.in: Don't try to make directories that are guaranteed
12006 to already exist.
12007
12008 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12009
12010 * configure.in: Generate man/Makefile from man/Makefile.in.
12011 Create the man subdir.
12012
12013 * Makefile.in (dvi): Run Make in our man subdir.
12014
12015 * make-dist: Create subdir etc/e.
12016 Make links to it.
12017 Put man/Makefile.in in dist, instead of man/Makefile.
12018
12019 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
12020
12021 * configure.in: Add --with-pop, --with-kerberos, and
12022 --with-hesiod for movemail.
12023
12024 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12025
12026 * configure.in (m68*-apollo*): Use s/domain.h.
12027
12028 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12029
12030 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
12031
12032 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
12033
12034 * configure.in: Don't add -I, -L, -R options for cc if their
12035 arguments would be empty.
12036
12037 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12038
12039 * configure.in (i860-intel-osf1*): New alternative.
12040 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
12041 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
12042
12043 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
12044
12045 * configure.in: Make h_errno check not use nested functions.
12046
12047 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
12048
12049 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
12050
12051 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
12052
12053 * Makefile.in (install-arch-indep): Avoid continued comment
12054 swallowing target line.
12055
12056 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
12057
12058 * configure.in: Protect a character class with `changequote'.
12059
12060 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12061
12062 * configure.in: Accept `news' as a synonym for `newsos'.
12063
12064 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
12065
12066 * Makefile.in: Don't rm files if cd fails.
12067
12068 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12069
12070 * make-dist: Put nt subdir and its subdirs in the dist.
12071 (lib-src): Put makefile.nt in the dist.
12072 (lisp): Put makefile.nt in the dist.
12073
12074 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
12075
12076 * configure.in: Change a stray `[' to `test'.
12077
12078 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
12079
12080 * configure.in: Adapt for Autoconf v2. Use the standard argument
12081 parser, host type canonicalizer, X11 finder, and message
12082 printing macros. Use the new macro names. Use `test' instead of `['.
12083
12084 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12085
12086 * configure.in: Check for getpagesize.
12087
12088 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12089
12090 * make-dist (msdos): Put sed* in the distribution.
12091
12092 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
12093
12094 * config.bat: New option, `--with-x', for configuring Emacs
12095 for use with the X11 system DesqView/X.
12096 New option, `--no-debug', for compiling Emacs without debug
12097 information thus saving disk space.
12098 (src/config.h, src/paths.h): Use `update' (which is like
12099 `move-if-changed') to change the file.
12100 (src/config.h): When configuring for X11 perform extra changes.
12101 (src/makefile): When configuring for X11 perform extra changes.
12102 (lib-src): Remove temporary files.
12103 (): Check that `sed', `rm', `mv', and `gcc' are available.
12104
12105 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12106
12107 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
12108
12109 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
12110
12111 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12112
12113 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
12114
12115 * configure.in (canonical): Substitute var into makefiles.
12116 (bitmapdir): Likewise.
12117
12118 * Makefile.in (bitmapdir): New variable.
12119 (src/paths.h, paths-force): Edit PATH_BITMAPS.
12120
12121 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12122
12123 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
12124
12125 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
12126 * update-subdirs: New shell script.
12127
12128 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12129
12130 * Makefile.in (top_distclean): Don't rm build-install.
12131 (SOURCES): Delete build-install.in.
12132
12133 * make-dist: Don't distribute build-ins.in.
12134 * build-ins.in: File deleted.
12135
12136 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
12137
12138 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
12139
12140 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12141
12142 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
12143
12144 * configure.in (libexecdir): Rename from libdir. New default.
12145 (sharedstatedir): Rename from statedir. New default.
12146 (datadir): New default.
12147
12148 * make-dist: Don't distribute subdirs.el.
12149
12150 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12151
12152 * configure.in (eaccess): Check for it.
12153
12154 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12155
12156 * configure.in (mktime): Check for it.
12157
12158 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
12159
12160 * configure.in (motif): Add support for usage and option checking.
12161
12162 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
12163
12164 * configure.in (utimes): Check for it.
12165
12166 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
12167
12168 * Makefile.in (install-arch-indep): Don't do mkdir here.
12169
12170 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12171
12172 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
12173 riscix.h renamed to acorn.h.
12174
12175 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
12176
12177 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
12178 New configurations.
12179
12180 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
12181
12182 * configure.in: Remove trailing slashes from srcdir.
12183
12184 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12185
12186 * configure.in (i[345]86-sequent-ptx*): Handle.
12187
12188 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12189
12190 * Makefile.in (paths-force): Depend on src/paths.h.
12191
12192 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
12193
12194 * configure.in (config_options): Save all arguments, not just some.
12195
12196 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
12197
12198 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
12199
12200 * configure.in: Add AC_AIX.
12201 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
12202
12203 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12204
12205 * configure.in (parsing options): Simplify sed command to delete -'s.
12206
12207 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
12208
12209 * configure.in (config_options): New shell variable.
12210 Pass its value to C code in EMACS_CONFIG_OPTIONS.
12211
12212 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12213
12214 * configure.in (alpha-dec-osf*): New target.
12215
12216 * Makefile.in: Use just one FRC target.
12217
12218 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12219
12220 * Makefile.in (removenullpaths, paths-force):
12221 Use name paths.h.tmp$$, which depends on the pid.
12222
12223 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12224
12225 * Makefile.in (removenullpaths, paths-force):
12226 Put paths.h.tmp in top-level dir, not in src.
12227
12228 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12229
12230 * Version 19.27 released.
12231
12232 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12233
12234 * Version 19.26 released.
12235
12236 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12237
12238 * configure.in: Check for lrand48, not rand48.
12239
12240 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12241
12242 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
12243 (powerpc-ibm-aix*): New aliases.
12244
12245 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12246
12247 * make-dist (src/m, src/s): Put *.inp in distribution.
12248
12249 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12250
12251 * configure.in: Accept i586 and i486 along with i386.
12252
12253 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12254
12255 * configure.in: Do compute unexec, LIBX, system_malloc, etc
12256 even if CPP env var was set by the user.
12257
12258 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
12259
12260 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
12261
12262 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
12263
12264 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12265
12266 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
12267
12268 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12269
12270 * configure.in: Check more specifically for i*86-sun-sunos.
12271
12272 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
12273
12274 * configure.in: Handle solaris 2.4.
12275
12276 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12277
12278 * configure.in (rand48): Check for it.
12279
12280 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12281
12282 * make-dist: Update the info files.
12283
12284 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12285
12286 * configure.in: Make "checking..." messages' style consistent.
12287 (HAVE_H_ERRNO): New test.
12288
12289 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12290
12291 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
12292
12293 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12294
12295 * configure.in (CFLAGS): If the envvar was specified, use that.
12296 And set REAL_CFLAGS from it too.
12297
12298 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12299
12300 * make-dist: Update finder-inf.el.
12301
12302 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12303
12304 * make-dist (msdos): Include sed4.inp in dist.
12305
12306 * Makefile.in (libsrc_libs): Var deleted.
12307
12308 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12309
12310 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
12311
12312 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12313
12314 * configure.in (mips-sony-newsos4*): New alias.
12315
12316 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12317
12318 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
12319 (*-convex-convexos*): Accept this as alias.
12320
12321 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12322
12323 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
12324 for two different uses.
12325
12326 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12327
12328 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
12329
12330 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12331
12332 * make-dist: Put ./BUGS into the distrib.
12333
12334 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12335
12336 * configure.in: Handle 386 running Solaris 2.
12337
12338 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12339
12340 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
12341
12342 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12343
12344 * configure.in (mips-sony-newsos*): Use news-risc.h.
12345
12346 * configure.in: Accept bsdi as opsys, like bsd386.
12347
12348 1994-06-01 Morten Welinder (terra@diku.dk)
12349
12350 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
12351
12352 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12353
12354 * Version 19.25 released.
12355
12356 * make-dist (shortversion): Don't assume another period follows.
12357
12358 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12359
12360 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
12361 (uninstall): Use /bin/pwd.
12362
12363 * Makefile.in (blessmail): Depend on src.
12364 (all): Don't depend on blessmail.
12365
12366 * Makefile.in (src/paths.h): Don't force recomputation.
12367 (paths-force): New target; force recomputation of paths.h.
12368 (all): Depend on paths-force.
12369 (src, lib-src): Depend on src/paths.h.
12370
12371 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
12372 NON_GCC_TEST_OPTIONS.
12373
12374 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12375
12376 * configure.in: Don't insist on subversions for irix.
12377
12378 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12379
12380 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
12381
12382 * configure.in (i[34]86-next-*): New alternative.
12383
12384 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12385
12386 * Version 19.24 released.
12387
12388 * configure.in: New config hppa*-hp-hpux9shr*.
12389
12390 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
12391
12392 * config.bat: Doc fix.
12393
12394 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12395
12396 * Makefile.in (mostlyclean, clean, distclean, realclean)
12397 (extraclean): Don't act on man subdir if it doesn't exist.
12398
12399 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12400
12401 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
12402 Use them to set up CC.
12403 (*-sun-sunos4.1.3): Set them.
12404
12405 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12406
12407 * Makefile.in (lib-src): Don't depend on src/paths.h.
12408
12409 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12410
12411 * build-ins.in (copydests): Get rid of spurious `-'s.
12412
12413 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
12414
12415 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12416
12417 * Version 19.23 released.
12418
12419 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
12420 for the Xlib and Xt checks; then restore old CFLAGS.
12421
12422 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12423
12424 * configure.in (HAVE_X11XTR6): Add newline before #if.
12425 Add newline after #endif.
12426
12427 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12428
12429 * configure.in (HAVE_X11XTR6): Arrange to define it.
12430
12431 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12432
12433 * Makefile.in (install): Depend on blessmail.
12434
12435 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
12436
12437 * configure.in (mips-siemens-sysv*): Put quotes around value
12438 containing blanks.
12439
12440 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12441
12442 * Makefile.in (TAGS): Use the makefile in src subdir.
12443
12444 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12445
12446 * configure.in (opsys): Recognize `gnu'.
12447
12448 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12449
12450 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
12451
12452 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
12453
12454 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
12455 version > 1.8.
12456
12457 1994-05-08 Morten Welinder (terra@diku.dk)
12458
12459 * config.bat: Forcibly remove "# " style comments from makefiles.
12460
12461 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12462
12463 * Makefile.in (uninstall): When processing lispdir and etcdir,
12464 do nothing unless it exists and is a directory.
12465
12466 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12467
12468 * Makefile.in (install-arch-indep): Do install info/dired-x*.
12469 Merge code in from install-doc.
12470 (install-doc): Merge code back into install-arch-indep.
12471 (install-arch-dep): Don't depend on install-doc.
12472
12473 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
12474
12475 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12476
12477 * configure.in (making src/Makefile and lib-src/Makefile):
12478 Split off the autoconf substitutions and don't pass them thru cpp.
12479 (undefs): Use $canonical as well as $configuration.
12480
12481 * make-dist: Distribute lisp/Makefile.
12482
12483 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
12484 Use lower case names for the s files.
12485
12486 1994-05-03 Morten Welinder (terra@diku.dk)
12487
12488 * config.bat: Added possibility for different file name
12489 transcriptions in lib-src.
12490
12491 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12492
12493 * Makefile.in (lib-src): Undo previous change.
12494 (blessmail): New target to run maybe-blessmail in lib-src.
12495 (all): Depend on blessmail.
12496
12497 * Makefile.in (lib-src): Depend on src.
12498
12499 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
12500
12501 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
12502 (m88k-dg-dgux5.4R2): dgux5.4R2.
12503
12504 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12505
12506 * configure.in (window_system): Restore accidentally deleted code
12507 that uses AC_FIND_X.
12508
12509 * make-dist: Distribute config.bat.
12510
12511 1994-04-29 Morten Welinder (terra@diku.dk)
12512
12513 * config.bat: Corrected the configuration of lib-src
12514 to keep up with configure. Add note about dos version 3
12515 or better needed (djgpp needs that). Add note explaining
12516 that either install in c:/emacs or edit the script.
12517 Don't change to c:/emacs, but assume we're there (to minimize
12518 the number of places to change).
12519
12520 * config.bat: Build-in the first step towards X11 support with
12521 the X11 emulator that exists. At this time it won't work,
12522 and several files are missing.
12523
12524 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12525
12526 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
12527 Don't look for -lresolv.
12528
12529 * Makefile.in (lib-src): Depend on src/paths.h.
12530
12531 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12532
12533 * configure.in: Restore deleted AC_SUBST of `configuration'.
12534 Improve error message for bad --with-x-toolkit value.
12535
12536 * configure.in: Define CONFIGURATION in src/config.h
12537 rather than substituting in src/Makefile.in.
12538
12539 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12540
12541 * Makefile.in (install-doc): New target.
12542 (install-arch-dep): Depend on install-doc.
12543 (mkdir): Create docdir.
12544
12545 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12546
12547 * configure.in: Test for libresolv.a.
12548 Substitute machfile and opsysfile.
12549
12550 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12551
12552 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
12553 (install-arch-dep): Install under the name $(EMACS).
12554
12555 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12556
12557 * configure.in (version): Use entire value of emacs-version.
12558 (mips-siemens-sysv*): New alternative.
12559
12560 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12561
12562 * Makefile.in (install-arch-indep): Don't install dired-x*.
12563
12564 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12565
12566 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
12567 Fix definition of $undefs.
12568
12569 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12570
12571 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
12572
12573 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
12574
12575 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
12576
12577 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
12578
12579 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12580
12581 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
12582 and run it thru cpp, as with src/Makefile.in.
12583
12584 * configure.in: Use AC_SET_MAKE.
12585
12586 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12587
12588 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
12589
12590 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12591
12592 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
12593
12594 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
12595 (printing the choices): Make the toolkit message unconditional.
12596 (USE_X_TOOLKIT): Use `none', not `no', if none.
12597 (include libsrc_libs): Include config.h, and specify -I for srcdir.
12598 Get rid of temp file foofoo1.
12599
12600 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12601
12602 * configure.in (CFLAGS): Use shell syntax, not Makefile.
12603
12604 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12605
12606 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
12607 (printing the choices): State choice of toolkit.
12608 (libsrc_libs): Recalculate after writing config.h;
12609 then update lib-src/Makefile.
12610
12611 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12612
12613 * configure.in: Add sunos4shr as alternative for suns.
12614 Conditionals testing for null $CC were backwards.
12615
12616 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12617
12618 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
12619
12620 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12621
12622 * configure.in: Handle -isc4.0*.
12623
12624 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12625
12626 * configure.in (esix5): Set NON_GNU_CPP.
12627
12628 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
12629
12630 * Makefile.in (thisdir): Nonsensical variable removed.
12631 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
12632 back to $thisdir, rather than the directory `this_dir'.
12633
12634 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12635
12636 * Makefile.in (install-arch-indep): Add missing backslash after a
12637 `then'.
12638
12639 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12640
12641 * Makefile.in (thisdir): New variable.
12642 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
12643
12644 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12645
12646 * configure.in: Add freebsd.
12647
12648 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12649
12650 * configure.in: Check for fpathconf.
12651
12652 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12653
12654 * configure.in (with_x_toolkit): Fix typo in previous change.
12655
12656 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12657
12658 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
12659
12660 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12661
12662 * configure.in (with_x_toolkit): Don't allow motif or open-look.
12663
12664 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12665
12666 * configure.in: Fix value of docdir.
12667 * Makefile.in (install-arch-indep): Install DOC* in docdir.
12668
12669 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12670
12671 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
12672
12673 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
12674
12675 * configure.in: New variable docdir to control where the docstring
12676 file goes.
12677 Makefile.in: Use it to initialize PATH_DOC in paths.h.
12678
12679 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12680
12681 * configure.in: When --run-in-place, don't inherit archlibdir.
12682
12683 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12684
12685 * Makefile.in (install-arch-dep, install-arch-indep):
12686 New targets split up former do-install rule.
12687 (do-install): Target deleted.
12688
12689 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12690
12691 * configure.in (mips-sony-newsos*): New configuration.
12692
12693 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
12694
12695 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
12696
12697 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12698
12699 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
12700
12701 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12702
12703 * configure.in: Don't initialize CC.
12704
12705 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12706
12707 * configure.in (creating src/Makefile): Also generate -U switches
12708 for symbols in the $configuration value.
12709
12710 * configure.in: Check for sys_siglist being declared in system header.
12711
12712 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12713
12714 * configure.in (creating src/Makefile): Delete blank lines
12715 along with lines of whitespace.
12716 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
12717
12718 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12719
12720 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
12721 like C_SWITCH_SYSTEM.
12722 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
12723
12724 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12725
12726 * configure.in (drem): Check for this function.
12727
12728 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12729
12730 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
12731 If CPP was inherited from environment, don't use NON_GNU_CPP.
12732 (NON_GNU_CC): Likewise.
12733 (handling with_gcc): Use explicit if in the `no' case.
12734 (cc_specified): New variable; if set, don't use NON_GNU_CC.
12735
12736 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12737
12738 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
12739
12740 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12741
12742 * configure.in: Check whether fmod exists.
12743
12744 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12745
12746 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
12747 {src,lisp}/OChangeLog.
12748
12749 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12750
12751 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
12752 necessary for proper operation. This code works with the current
12753 released version of Autoconf.
12754
12755 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12756
12757 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
12758 (USE_X_TOOLKIT): Define it for all values except `no'.
12759
12760 * configure.in: Undo first Jan 8 change and Jan 16 change.
12761
12762 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12763
12764 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
12765 Substitute USE_X_TOOLKIT as both C macro and Make variable.
12766
12767 * Makefile.in (lwlib/Makefile): New target.
12768 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
12769 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
12770 (unlock, relock): Handle lwlib subdir.
12771
12772 * Makefile.in: Add some .PHONY targets.
12773
12774 * make-dist: Handle lwlib subdir like oldXMenu subdir.
12775
12776 * lwlib: New subdirectory.
12777
12778 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12779
12780 * configure.in: If CPP has a value that is a directory,
12781 discard the value.
12782
12783 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12784
12785 * configure.in (srcdir_undefs): Add g flag to sed substitution to
12786 remove -U[0-9]*.
12787
12788 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12789
12790 * Makefile.in (do-install): Install the dired-x info files.
12791
12792 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
12793 (See src/s/sol2.h.)
12794
12795 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12796
12797 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
12798
12799 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12800
12801 * configure.in (creating src/Makefile): Put code inside 2nd arg to
12802 AC_OUTPUT as it should be; hopefully no one will again see fit to
12803 gratuitously break this and not make a change log entry.
12804 Optimized sed processing of Makefile.in and cpp output; now
12805 preserves comments previously removed from the cpp input.
12806 Eliminated temp file for cpp output. Generate -U switches to
12807 undefine all identifiers that appear in the directory name
12808 ${srcdir}; pass these to cpp.
12809
12810 * configure.in (version): Fix sed regexp to match two-elt version
12811 number.
12812
12813 * configure.in: Check for strerror.
12814
12815 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12816
12817 * configure.in: Test for bcmp.
12818
12819 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12820
12821 * make-dist (tempdir): Put subdir msdos into the distribution.
12822
12823 1993-01-07 Morten Welinder (terra@diku.dk)
12824
12825 * config.bat: New file.
12826
12827 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12828
12829 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
12830
12831 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12832
12833 * configure.in (m68*-next-*): Don't care about which os is specified.
12834 (i[34]86-*-*): Check for *-nextstop*.
12835
12836 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12837
12838 * configure.in: Check for setsid.
12839
12840 1993-12-17 Richard Stallman (rms@srarc2)
12841
12842 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
12843
12844 1993-12-15 Richard Stallman (rms@srarc2)
12845
12846 * Makefile.in (mkdir): Make only the lockdir writable.
12847
12848 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
12849
12850 1993-12-11 Richard Stallman (rms@srarc2)
12851
12852 * Makefile.in (libdir): Use @libdir@.
12853
12854 1993-12-08 Richard Stallman (rms@srarc2)
12855
12856 * Makefile.in (install): Add empty command.
12857
12858 1993-12-04 Richard Stallman (rms@srarc2)
12859
12860 * make-dist: Put man/getopt.c in the dist.
12861
12862 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
12863
12864 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
12865
12866 1993-12-03 Richard Stallman (rms@srarc2)
12867
12868 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
12869 Set it for all solaris versions.
12870 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
12871 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
12872 Likewise for NON_GNU_CC and CC.
12873
12874 1993-12-01 Richard Stallman (rms@srarc2)
12875
12876 * configure.in (mips-mips-riscos4*): Assign variable CC.
12877 (checking ${with_gcc}): If "no", don't override CC if already set.
12878 (CC): Initialize it as empty.
12879
12880 1993-11-30 Richard Stallman (rms@srarc2)
12881
12882 * configure.in (Suns): Set CPP if *-solaris2.3*.
12883
12884 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12885
12886 * Version 19.22 released.
12887
12888 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
12889
12890 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12891
12892 * make-dist: When breaking links, use cp -p.
12893 Copy install.sh into distribution.
12894 Move the temp dir up into the parent dir;
12895 don't leave the staging dir make-dist.tmp... in existence.
12896 * install.sh: New file.
12897
12898 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12899
12900 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
12901
12902 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12903
12904 * configure.in (version): When --run-in-place, exclude
12905 ${datadir}/emacs/site-lisp from locallisppath.
12906
12907 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12908
12909 * configure.in: Delete jumk.c before writing it.
12910
12911 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12912
12913 * Version 19.21 released.
12914
12915 * Makefile.in (mkdir): Ignore error from chmod.
12916
12917 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12918
12919 * make-dist: Don't put lisp/forms.README in the distribution.
12920
12921 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12922
12923 * configure.in (creating src/Makefile): Before running cpp,
12924 discard all lines that start with `# Generated' or /**/#.
12925
12926 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12927
12928 * Version 19.20 released.
12929
12930 * make-dist: Use build-ins.in, not build-install.in.
12931 Don't bother updating TAGS since it's not included.
12932
12933 * build-ins.in: Renamed from build-install.in.
12934
12935 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12936
12937 * make-dist: Don't try to link *.texinfo--there are none now.
12938 When running make in lib-src, specify YACC var value.
12939
12940 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12941
12942 * configure.in (extrasub): Add vpath patterns for %.[yls].
12943
12944 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
12945 Instead just include the commands to make src/Makefile as the
12946 second arg to AC_OUTPUT.
12947
12948 * configure.in: Use : instead of dnl for comment inside
12949 $makefile_command.
12950
12951 * configure.in: No longer use vpath_sed. Instead, when we notice
12952 srcdir already configured, set extrasub to hack vpath in the
12953 makefiles.
12954
12955 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
12956 before moving it.
12957 * Makefile.in (VPATH): Define to @srcdir@.
12958
12959 1993-09-28 Brian J. Fox (bfox@cubit)
12960
12961 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
12962 doesn't exist. Just copy src/Makefile.in instead.
12963 Touch all of the Makefiles after editing config.status.
12964
12965 * INSTALL: Update documentation to match new configuration
12966 mechanism.
12967
12968 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
12969
12970 * configure.in: Allow any of the path or directory Makefile
12971 variables to be set with flags to configure. Create all Makefiles
12972 at configure time. Edit special commands into config.status after
12973 src/Makefile.in is built from src/Makefile.
12974
12975 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
12976 If these files are out of date, simply have config.status
12977 rebuild them; don't rebuild them explicitly.
12978
12979 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
12980
12981 * build-install.in: Change src/xemacs to src/emacs. We no longer
12982 create src/xemacs, so the file wouldn't be found.
12983
12984 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
12985
12986 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
12987
12988 * configure.in: Avoid forcing the search of /usr/include before
12989 fixed include files by resetting C_SWITCH_X_SITE if it is
12990 "-I/usr/include".
12991
12992 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12993
12994 * Makefile.in (@rip_paths@locallisppath):
12995 Delete ${datadir}/emacs/site-lisp.
12996
12997 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12998
12999 * configure.in:
13000 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
13001 Remove ${extra_output} from AC_OUTPUT call.
13002
13003 1993-09-17 Brian J. Fox (bfox@inferno)
13004
13005 * make-dist: Quote backquotes found in strings to be echoed.
13006
13007 * configure.in: Use "sh -c pwd" when we want to avoid having the
13008 shell fix up the value of $PWD.
13009
13010 1993-09-13 Brian J. Fox (bfox@inferno)
13011
13012 * Makefile.in (do-install): Don't abort if ln or chmod at the end
13013 of the installation fail. Suggested by Karl Berry.
13014
13015 1993-08-30 Brian J. Fox (bfox@inferno)
13016
13017 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
13018 was used. Set MAKEFLAGS from MFLAGS.
13019
13020 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13021
13022 * configure.in: Test for res_init in libc.
13023
13024 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13025
13026 * configure.in: In the file ${tempcname}, use configure___
13027 instead of @configure@.
13028
13029 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
13030
13031 * make-dist: Dist vpath.sed.
13032
13033 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
13034 Depend on vpath.sed.
13035 Replace sed command for VPATH with @vpath_sed@.
13036
13037 * configure.in: Substitute variable `vpath_sed'.
13038 If not in $srcdir and $srcdir is configured,
13039 issue warning that GNU make is required,
13040 and set vpath_sed to use vpath.sed script.
13041
13042 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13043
13044 * configure.in: Remove check for $srcdir being configured.
13045 This pretty much works now.
13046 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
13047 Check for XFree86 (/usr/X386/include) independent of whether
13048 -lXbsd exists.
13049
13050 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
13051 realclean, unlock, relock): Use `$(MAKE)' in place of plain
13052 `make'.
13053
13054 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13055
13056 * Version 19.19 released.
13057
13058 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
13059
13060 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13061
13062 * configure.in: Check for XScreenNumberOfScreen.
13063
13064 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13065
13066 * configure.in: Add * to end of all configuration alternatives.
13067 (m68*-sony-newsos3*): New alternative.
13068
13069 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13070
13071 * make-dist: Include getdate.c in distribution.
13072
13073 * configure.in: For --help, use $PAGER if it is set.
13074 (LIB_X11_LIB): Default to -lX11.
13075 (mips-sgi-irix5.*): New alternative.
13076
13077 * Makefile.in (do-install): Install info/gnus* and info/sc*.
13078
13079 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
13080 Recognize *.B8.* as hpux version 8.
13081 (m68*-tektronix-bsd*): Fix typo in tek4300.
13082 (AC_HAVE_FUNCS): Add ftime.
13083
13084 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13085
13086 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
13087 Use tekxd88, not tekXD88.
13088
13089 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13090
13091 * configure.in: Check for -lm. Then can check for frexp and logb.
13092
13093 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13094
13095 * Version 19.18 released.
13096
13097 * make-dist (src): Don't put gnu-hp300 in dist.
13098 (src, lisp): Include OChangeLog in dist.
13099
13100 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13101
13102 * configure.in: Test for presence of logb and frexp functions.
13103
13104 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13105
13106 * configure.in (machine): Add i370-ibm-aix*.
13107
13108 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13109
13110 * configure.in (function checks): Test for mkdir and rmdir.
13111
13112 * configure.in (function checks): Don't test for random and bcopy
13113 only when we're building with X; look for them all the time.
13114
13115 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13116
13117 * configure.in: Test for availability of bcopy functions, searching
13118 the X libraries if we're using X.
13119
13120 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
13121 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
13122 versions of AIX, and needs to be passed to the loader.
13123
13124 * configure.in: Test for the availability of the
13125 XScreenResourceString function.
13126
13127 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
13128
13129 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
13130 LD_SWITCH_X_SITE and assume --with-x11.
13131 Only look for X11 files if we weren't told about a window system
13132 or if we were told to use X11 but not told where.
13133 Search the libraries from the s and/or m files when checking for
13134 functions.
13135
13136 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
13137
13138 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13139
13140 * make-dist: Include lisp/dired.todo in the distribution.
13141
13142 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13143
13144 * configure.in: Add code to set HAVE_INET_SOCKETS.
13145
13146 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13147
13148 * configure.in: If we do find x_includes and x_libraries
13149 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
13150
13151 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13152
13153 * make-dist: Include src/gnu-hp300 in the dist.
13154
13155 * configure.in (canonical): New variable holds the canonicalized
13156 configuration. Don't alter `configuration'. Use `configuration'
13157 for Makefile.in for file naming.
13158 (testing x_includes and x_libraries): Use =, not ==.
13159
13160 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13161
13162 * Version 19.17 released.
13163
13164 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
13165 directory's makefile. This allows the invocation of CPP which
13166 builds xmakefile to receive these switches. The SunSoft C
13167 preprocessor inserts spaces between tokens if it doesn't get the
13168 -Xs flag requested in src/s/sol2.h.
13169
13170 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
13171
13172 * configure.in (m68k-bull-sysv3): New config.
13173
13174 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13175
13176 * configure.in: Use the autoconf AC_FIND_X macro to try to find
13177 the X Windows libraries.
13178
13179 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13180
13181 * make-dist (tempdir): Don't create lisp/forms-mode directory in
13182 the distribution. Those files aren't kept in their own
13183 subdirectory any more.
13184
13185 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13186
13187 * Version 19.16 released.
13188
13189 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13190
13191 * configure.in: Add --verbose flag.
13192
13193 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13194
13195 * version 19.15 released.
13196
13197 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13198
13199 * Makefile.in (top_distclean): Use -f switch when cleaning out
13200 lock dir; it might be empty.
13201
13202 * configure.in: Only check for -lXbsd once.
13203
13204 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13205
13206 * Version 19.14 released.
13207
13208 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13209
13210 * make-dist: If using gzip, create distribution with '.gz' extension.
13211
13212 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
13213 (lisp/forms-mode): This doesn't exist anymore.
13214
13215 * configure.in: Look for the closedir function.
13216
13217 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13218
13219 * configure.in (CPP): Autoconf sets this to a shell variable
13220 reference, which doesn't work when it's edited into a makefile.
13221 Expand that variable reference.
13222
13223 * Makefile.in (CPP): New variable.
13224 (src/Makefile): Edit CPP into src/Makefile.
13225
13226 * Makefile.in (src/Makefile): Don't bother exiting single quotes
13227 and entering double quotes to get the values of LD_SWITCH_X_SITE
13228 and the other make variables; make substitutes them in anyway.
13229
13230 * Makefile.in (uninstall): Don't remove the lisp and etc
13231 directories if they're in the source tree.
13232
13233 Bring mumbleclean targets into conformance with GNU coding standards.
13234 * Makefile.in (mostlyclean, clean): Separate these two; just have
13235 them pass the request to the subdirectory makefiles.
13236 (distclean): Pass the request down, and then get rid of the
13237 files configure built, and get rid of the Makefiles.
13238 (realclean): Pass the request down, and then do the same things
13239 distclean does.
13240 (uninstall, info, dvi): New targets.
13241
13242 * configure.in: Move clause for PC-compatible i386 box to the end
13243 of the case statement, to avoid masking configurations below.
13244
13245 * configure.in: Add case for m88k-motorola-sysv4.
13246
13247 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
13248 the HP 68000 machines.
13249
13250 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
13251 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
13252 preprocessor won't fiddle with them.
13253
13254 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13255
13256 * Makefile.in (TAGS): cd to src to run etags.
13257
13258 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13259
13260 * configure.in (version): Check the X libraries for XrmSetDatabase
13261 and random, and see if we have -lXbsd.
13262
13263 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13264
13265 * configure.in: Pass "-Isrc" to the CPP we run to examine the
13266 s/*.h and m/*.h files. Martin Tomes
13267 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
13268
13269 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13270
13271 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
13272 above the general i386 alternative.
13273
13274 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13275
13276 * configure.in: Recognize configuration name for Data General
13277 AViiON machines.
13278
13279 * configure.in: Use AC_LONG_FILE_NAMES.
13280
13281 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13282
13283 * configure.in: Test for bison.
13284 * Makefile.in (YACC): New variable.
13285 (lib-src/Makefile.in): Edit YACC into the makefile.
13286
13287 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13288
13289 * Version 19.13 released.
13290
13291 * configure.in (CFLAGS): Don't set this according to the value of
13292 the GCC shell variable. Instead, consult the machine and system
13293 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
13294 test __GNUC__ while we're at it.
13295
13296 * configure.in: Remove extra ;; from hpux cases.
13297
13298 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13299
13300 * configure.in: Check to see if the system has -ldnet.
13301
13302 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13303
13304 * make-dist: Add clauses to distribute lisp/forms-mode.
13305
13306 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13307
13308 * configure.in (machine): Fix the versions in hpux version number test.
13309 Do not guess based on cpu type. Do check for explicit system version.
13310
13311 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13312
13313 * configure.in: Do NOT look for `unknown' as company name.
13314
13315 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13316
13317 * configure.in: Fix typo in message.
13318
13319 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13320
13321 * Version 19.12 released.
13322
13323 * Makefile.in (do-install): Correct previous etc-copying change.
13324 Partially rewrite using `if'.
13325 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
13326
13327 * Version 19.11 released.
13328
13329 * configure.in: Handle 386bsd.
13330
13331 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13332
13333 * make-dist: Update getdate.c.
13334
13335 * configure.in: Handle bsd386.
13336
13337 * Makefile.in (do-install): Use `-' in tar options.
13338
13339 * configure.in: Change ! "${...}" to x"${...}" = x.
13340
13341 * Makefile.in (do-install): Copy the DOC-* files from the build
13342 etc directory, as well as lots of things from ${srcdir}/etc.
13343
13344 * make-dist: Copy config.guess.
13345
13346 * configure.in: Handle AIX versions 1.2, 1.3.
13347
13348 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13349
13350 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
13351 the configuration name mips-mips-usg* to represent USG systems.
13352
13353 * configure.in: Fix logic to detect if srcdir is already configured.
13354
13355 * Makefile.in: Pass in LD_SWITCH_X_SITE.
13356
13357 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
13358 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
13359 of a directory; cd might fail, and have pwd print out the current
13360 directory.
13361
13362 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13363
13364 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
13365
13366 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13367
13368 * configure.in: Complain if srcdir points at an already-configured
13369 tree.
13370
13371 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13372
13373 * Version 19.10 released.
13374
13375 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13376
13377 * Makefile.in: Use Makefile comments, not C comments.
13378
13379 * configure.in: Add case for the Tektronix XD88.
13380
13381 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13382
13383 * configure.in: Handle sysv4.2 and sysvr4.2.
13384
13385 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13386
13387 * configure.in: Traverse the argument list without destroying it;
13388 don't use shift. It turns out that "set - ${saved_arguments}"
13389 doesn't work portably.
13390
13391 * configure.in: Add missing "fi".
13392
13393 * make-dist: Rebuild configure if configure.in is newer.
13394
13395 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
13396 targets to be executed even if make remembers that it has already
13397 satisfied FRC.
13398
13399 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13400
13401 * Makefile.in (do-install): Delete redundant code to copy etc twice.
13402
13403 * configure.in (romp): Handle various version numbers with aos and bsd.
13404
13405 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13406
13407 * configure.in: Fix message text.
13408
13409 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13410
13411 * make-dist: Make a `site-lisp' directory in the distribution,
13412 instead of a `local-lisp' directory, which hasn't been the
13413 appropriate name for a long time.
13414 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
13415 from the distribution first, then /usr/local/lib/emacs/site-lisp.
13416
13417 * Makefile.in (do-install): Correctly detect if ./etc and
13418 ${srcdir}/etc are the same.
13419
13420 * configure.in: Extract UNEXEC from the system configuration
13421 files, compute the name of the source file corresponding to the
13422 object file, and #define it as UNEXEC_SRC in config.h.
13423
13424 * configure.in: If srcdir is '.', then try using PWD to make it
13425 absolute.
13426
13427 * configure.in: Include ${srcdir} in the printed report, to help
13428 people notice if it's an automounter path.
13429
13430 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13431
13432 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
13433
13434 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13435
13436 * Makefile.in (do-install): Delete the dest dir, not the source dir,
13437 when they are different. Add `shift' command.
13438 (COPYDESTS, COPYDIR): Delete external-lisp dir.
13439 (externallispdir): Var deleted.
13440
13441 * configure.in: Delete spurious paren outputting short_usage.
13442
13443 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13444
13445 * Version 19.9 released.
13446
13447 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13448
13449 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
13450 subdirectory makes.
13451
13452 * make-dist: Check for .elc files with no corresponding .el file.
13453
13454 * Makefile.in (mkdir): Make all the directories in locallisppath.
13455
13456 * config.guess: New file.
13457 * configure.in: Use it, tentatively.
13458 * INSTALL: Mention its usage.
13459
13460 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
13461 the former gives you the operating system rev directly.
13462 Use s/hpux.h if we don't recognize what we got.
13463
13464 * Makefile.in (do-install): Don't remove a destination directory
13465 if it's the same as the source. If ${srcdir}/info == ${infodir},
13466 don't try to copy the info files.
13467
13468 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
13469 doesn't work if you're not using a separate source directory.
13470 (do-install): Copy the build tree's etc directory only after
13471 making sure it's not also the source tree's etc directory.
13472
13473 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13474
13475 * configure.in: Handle sunos4.1.3 specially.
13476
13477 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13478
13479 * Makefile.in (INSTALL): Add definition.
13480
13481 * configure.in: Fix some messages. Support -with-gnu-cc.
13482 At the end, use `set --', not `set -'.
13483 Delete spurious `.h' in hpux alternatives.
13484
13485 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13486
13487 * Version 19.8 released.
13488
13489 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13490
13491 * configure.in: When looking for source in the same directory as
13492 the configure script, make the path thus discovered absolute.
13493 If the user specifies the `--srcdir' switch, make that directory
13494 absolute too.
13495
13496 * Makefile.in (srcdir): Remove comment saying this doesn't work.
13497
13498 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
13499 too, as the value of the PATH_INFO macro.
13500
13501 * configure.in: Check to see if the source lives in the same
13502 directory as the configure script.
13503
13504 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13505
13506 * Makefile.in (install): Split this into `install' and
13507 `do-install', to give people more control over exactly what gets
13508 done.
13509 (do-install): New target, containing the guts of `install'.
13510 Don't remove and recreate the directories inside the copying loop - do
13511 it all before the copying loop. Pass more flags to the lib-src
13512 make.
13513 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
13514 avoid errors and warnings.
13515
13516 * configure.in: For generic IBM PC boxes, insist on "unknown" for
13517 the manufacturer - the more general case was blocking other i386
13518 configuration names below, and that's how the names are written in
13519 MACHINES anyway.
13520
13521 * make-dist: When breaking links, remove the link before moving
13522 the copy onto it, to avoid interactive behavior.
13523
13524 * Makefile.in: Doc fix.
13525
13526 * configure.in: Doc fix.
13527
13528 * INSTALL: Mention --exec-prefix option.
13529
13530 * configure.in: Add support for the `--exec-prefix' option.
13531 * Makefile.in: Accept that support.
13532
13533 * configure.in: Use the AC_PROG_INSTALL macro.
13534 * Makefile.in (INSTALL): Variable removed.
13535 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
13536
13537 * configure.in: Distinguish between hp800's and hp700's by calling
13538 "uname -m".
13539
13540 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13541
13542 * configure.in: Recognize configuration names for i860 boxes
13543 running SYSV.
13544
13545 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13546
13547 * configure.in: Distinguish between hp800's and hp700's by the
13548 version of HP/UX they run, since that's something people are more
13549 likely to know - hp700's run 8.0.
13550 Add HP 700 configuration.
13551
13552 * configure.in: Test for the presence of the `rename' function.
13553
13554 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
13555 configure.in.
13556 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
13557
13558 * make-dist: Break intra-tree links.
13559
13560 * configure.in: Explain that this is an autoconf script, and give
13561 instructions for rebuilding configure from it. Arrange to put
13562 comments in configure explaining this too.
13563
13564 * configure.in: Make the first line of the configure script be
13565 "#!/bin/sh". Leaving the first line blank didn't work.
13566
13567 * configure.in (long_usage): Remove; made short_usage describe
13568 the options briefly.
13569
13570 * configure.in: Implement the --prefix option.
13571 * Makefile.in (prefix): Add support for it here.
13572 * INSTALL: Document it here.
13573
13574 * Makefile.in (install): Don't assume that the files in the `info'
13575 subdirectory match *.info. They don't have that prefix.
13576
13577 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13578
13579 * configure.in: Add case for version 5 of Esix.
13580
13581 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13582
13583 * Version 19.7 released.
13584
13585 * make-dist: There aren't any *.com files in lib-src anymore.
13586
13587 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
13588 them; they're symlinks to other filesystems on the GNU machines.
13589
13590 * make-dist: Check that the manual reflects the same version of
13591 Emacs as stated in lisp/version.el. Edit that version number into
13592 the README file.
13593
13594 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13595
13596 * configure.in: Remove the hack of AC_DEFINE; use
13597 AC_DEFINE_UNQUOTED.
13598
13599 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13600
13601 * make-dist: Don't distribute precomp.com, compile.com, or
13602 link.com from ./src; they're in ./vms now.
13603
13604 Some time-handling patches from Paul Eggert:
13605 * configure.in: Add AC_TIMEZONE.
13606
13607 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13608
13609 * configure.in: Recognize Linux as a valid operating system for
13610 the i386.
13611
13612 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13613
13614 * make-dist: Distribute some VMS files we got from Richard Levitte.
13615
13616 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
13617 the source for the sed command, not oldXMenu/Makefile.
13618
13619 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13620
13621 * INSTALL: Don't claim the srcdir option doesn't work.
13622
13623 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13624
13625 * configure.in: Include remarks saying what order the autoconf
13626 tests should go in, and remind people to change config.h.in
13627 whenever they add autoconf tests which make #definitions.
13628
13629 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
13630
13631 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13632
13633 * Makefile.in (oldXMenu/Makefile): Make this depend on
13634 ${srcdir}/oldXMenu/Makefile.in, not itself.
13635
13636 * PROBLEMS: Some updates from David J. Mackenzie.
13637
13638 More changes from David J. Mackenzie.
13639 * Makefile.in (install.sysv, install.xenix, install.aix):
13640 Targets removed; autoconf and config.h should specify all these
13641 differences.
13642 (buildlisppath): Make this path depend on ${srcdir}.
13643 (INSTALLFLAGS): Remove.
13644 (INSTALL): Include the -c flag.
13645 (install): Change the way we invoke install accordingly.
13646
13647 Install ${srcdir} changes from DJM.
13648 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
13649 list.
13650 (COPYDIR, COPYDESTS): Install files from both the etc directory in
13651 the source tree and the etc directory in the object tree.
13652 (${SUBDIR}): Pass the prefix variable down to submakes.
13653 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
13654 in /bin.
13655 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
13656 values for srcdir and VPATH.
13657 (install): Add `v' flag to tar command. Make sure that `dir'
13658 exists in ${srcdir}/info before copying it. Remember that the man
13659 pages come from the source tree, not the object tree.
13660 * configure.in: Remove remarks saying that the --srcdir option
13661 doesn't work.
13662 Create the etc directory in the object tree.
13663 Recognize configuration names of the form *-sun-solaris*.
13664 Recognize sunos5 and solaris as operating system names.
13665
13666 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
13667 lib-src/getdate.y and src/systime.h.
13668
13669 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13670
13671 * make-dist: Make links in info subdir.
13672
13673 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13674
13675 * configure.in: Call AC_STDC_HEADERS.
13676
13677 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13678
13679 * configure.in: Sidestep autoconf's quoting of the second argument
13680 of AC_DEFINE, so we can specify the value to put there. It would
13681 be nice if autoconf provided some way to specify computed values
13682 for macros.
13683
13684 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13685
13686 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
13687 this is always just -DHAVE_CONFIG_H.
13688
13689 The GNU coding standards specify that CFLAGS should be left for
13690 users to set.
13691 * Makefile.in (CFLAGS): Let configure determine the default value
13692 for this.
13693 Don't have it default to DEFS.
13694 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
13695 (lib-src/Makefile, src/Makefile): Edit the default value for
13696 CFLAGS into these files, not DEFS.
13697 * configure.in (CFLAGS): Choose a default value for this - "-g"
13698 normally, or "-g -O" if we're using GCC. Edit it into the
13699 top-level Makefile.
13700
13701 * configure.in: When scanning the machine and system description
13702 #include files, write their names to conftest.c properly.
13703
13704 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13705
13706 * configure.in: In configuration name case for Apallos running
13707 Domainios, set opsys, not opsysfile.
13708
13709 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
13710 src/config.h, instead of AC_OUTPUT; the latter overwrites
13711 src/config.h even when it hasn't changed, puts a makefile-style
13712 comment at the top even though it's C code, and produces a
13713 config.status script which doesn't do the job right.
13714
13715 * configure.in: Add AC_LN_S test, so we can tell whether or not we
13716 can use a symbolic link to get the X Menu library into src.
13717 * Makefile.in (LN_S): New variable.
13718 (src/Makefile): Edit the value of LN_S into this makefile.
13719
13720 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13721
13722 * configure.in: Support *-sco3.2v4* as opsystem.
13723
13724 * make-dist: Don't include calc directory.
13725 Exclude many files in the man directory; copy a few.
13726
13727 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13728
13729 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
13730 call AC_STRUCT_TM to see what's in time.h.
13731
13732 * configure.in: Employ quoting stupidity to get the value of CPP
13733 to expand properly.
13734
13735 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13736
13737 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
13738 variable to scan the machine and system description files.
13739
13740 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
13741 so that getdate.y builds correctly.
13742
13743 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13744
13745 * configure.in (tempcname): Change this to "conftest.c", so it will
13746 work properly on systems with short filenames; this is the name
13747 autoconf uses.
13748
13749 * configure.in: Also detect the availability of dup2 and
13750 gethostname.
13751
13752 * configure.in: Use the AC_ALLOCA test.
13753 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
13754 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
13755
13756 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13757
13758 * make-dist: Distribute configure, as well as configure.in.
13759 Oversight.
13760
13761 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13762
13763 * Makefile.in (install): Print out the name of the directory we're
13764 copying, so people can have some idea of whether we're making
13765 progress.
13766
13767 * Makefile.in (install.aix, install.xenix, install.sysv, install):
13768 Don't forget to re-create the COPYDESTS directories after we clear
13769 them out.
13770
13771 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13772
13773 * Makefile.in: Add autoconf cookies so that the configure
13774 script can comment out sections of path variable definitions to
13775 choose between the installable configuration and the run-in-place
13776 configuration.
13777 * configure.in: Add new option `--run-in-place', to select the
13778 run-in-place path definitions.
13779
13780 * configure.in: Add a clause to the big configuration name case
13781 for the NeXT machine.
13782
13783 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13784
13785 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13786 Make sure that each source directory exists, and is different from
13787 the destination directory; then, delete the destination before
13788 copying over the source.
13789
13790 * make-dist: Distribute configure.in, instead of configure.
13791
13792 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13793
13794 * configure.in: Don't set CC to "gcc -O" if the user specifies
13795 `--with-gcc'. Add -O to DEFS if GCC is set.
13796
13797 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13798
13799 * Makefile.in (clean mostlyclean): Missing right paren.
13800
13801 * configure.in: When checking for X windows, search for an X11
13802 subdirectory of ${x_includes}.
13803
13804 * configure.in: Check for gettimeofday function, for getdate.y.
13805
13806 Change `configure' to a mixture of custom code and autoconf stuff.
13807 autoconf can't derive all the information we need, but we'd really
13808 like to be able to take advantage of some of its tests, and its
13809 file-editing facilities.
13810 * configure.in: Renamed from configure.
13811 Quote the sections of shell script we want copied literally to
13812 the configure script.
13813 (compile): Initialize this to make the autoconf macros' code happy.
13814 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
13815 code to do their jobs.
13816 Use autoconf to produce Makefile and src/config.h.
13817 Remove the Makefile-style comment that autoconf places at the top
13818 of src/config.h.
13819 (config_h_opts): Remove - no longer necessary.
13820 * Makefile.in (configname): Rename to configuration.
13821 (CONFIG_CFLAGS): Rename to DEFS.
13822 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
13823 get values via autoload @cookies@.
13824 (libsrc_libs): Get this from autoconf. We used to do nothing
13825 about this.
13826 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
13827
13828 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
13829 Don't echo the move-if-change command.
13830
13831 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
13832
13833 * make-dist: Distribute lib-src/rcs-checkin.
13834
13835 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
13836 Don't try to make links to the RCS or Old subdirectories.
13837 Use the appropriate extension for the compression type in use.
13838 Create the tar file in the shell's initial default directory, not
13839 in ${tempparent}.
13840 Erase the whole ${tempparent} tree, not just ${tempdir}.
13841
13842 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13843
13844 * Makefile.in (src/paths.h): Don't echo the huge sed command we
13845 use to build paths.h.
13846 (lib-src/Makefile, src/Makefile): Similarly.
13847
13848 * configure: Extend test for working `const' keyword to handle AIX
13849 3.2 cc.
13850
13851 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13852
13853 * make-dist: Distribute lisp/term/ChangeLog.
13854
13855 Arrange for C compilation throughout the tree to get
13856 C_SWITCH_SYSTEM from the configuration files.
13857 * configure: Extract C_SWITCH_SYSTEM from the machine and
13858 system-dependent files, and save it in the top-level Makefile.
13859 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
13860 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
13861
13862 * make-dist: Include the VMS support files in oldXMenu in the
13863 distribution.
13864
13865 * configure: Doc fix.
13866
13867 * configure: Fix corrupted config_h_opts.
13868
13869 * configure: Properly report option names in error messages.
13870
13871 * configure: Properly recognize --x-includes and --x-libraries
13872 options.
13873
13874 * configure: Fix syntax errors in code handling XFree386.
13875
13876 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13877
13878 * configure: Add special code to detect XFree386, and tell
13879 config.h about it.
13880
13881 * configure: Properly handle extracting values of LIBS_MACHINE and
13882 LIBS_SYSTEM that contain spaces.
13883
13884 * configure: Add `--x-includes' and `--x-libraries' options.
13885 I think these are dopey, but no less than three alpha testers, at
13886 large sites, have said they have their X files installed in odd
13887 places. Implement them by setting C_SWITCH_X_SITE and
13888 LD_SWITCH_X_SITE in src/config.h.
13889
13890 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13891
13892 * make-dist: Don't distribute etc/Old files.
13893
13894 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
13895 backups.
13896
13897 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13898
13899 * make-dist: Fix typo.
13900
13901 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13902
13903 * make-dist: Corrected typo, fixed it to discard = and TAGS files
13904 in some cases where it should but didn't seen to.
13905
13906 * Makefile.in: Added unlock and relock productions.
13907
13908 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13909
13910 * make-dist: Add a --compress option to force make-dist to use
13911 compress.
13912
13913 * make-dist: Use gzip, if we can find it.
13914
13915 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
13916 make rs6000-ibm-aix default to -aix32.
13917
13918 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13919
13920 * Makefile.in: Added `Developer's configuration' section.
13921
13922 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13923
13924 * Makefile.in: Add commented-out variable settings for developer's
13925 configuration.
13926
13927 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13928
13929 * make-dist: Distribute `src/bitmaps' too.
13930
13931 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
13932
13933 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
13934 make rs6000-ibm-aix default to -aix32.
13935
13936 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13937
13938 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
13939
13940 * Makefile.in (install.sysv): Add a second `$' in front of
13941 `${dest}', so that the shell will expand it, instead of Make.
13942
13943 * configure: When processing the name of the configure script,
13944 collapse `././' to `./', but leave a single `./' prefix alone.
13945
13946 * configure: Doc fix.
13947
13948 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13949
13950 * configure: Handle isc3.0 correctly.
13951
13952 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13953
13954 * make-dist: Don't try to copy the COPYING notice into
13955 external-lisp; we're not distributing that directory any more.
13956
13957 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13958
13959 * Makefile.in (install, install.aix, install.xenix, install.sysv):
13960 Remove CVS subdirectories from the installed directory trees, as
13961 well as RCS directories.
13962
13963 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13964
13965 * make-dist: Only copy gmalloc.c if we couldn't link it.
13966 Don't try to copy man/{README,Makefile} unless they actually exist.
13967
13968 * Makefile.in (lisppath): Don't include externallispdir in this.
13969 We're not sure whether we're even going to distribute the
13970 directory yet.
13971
13972 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13973
13974 * make-dist: Don't distribute the external-lisp directory anymore.
13975 * INSTALL: Remove all references to external-lisp.
13976
13977 * configure: Detect whether the compiler supports `const'
13978 properly, and edit src/config.h accordingly.
13979
13980 * configure: Tweak layout of final report.
13981
13982 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
13983 CFLAGS.
13984
13985 * Makefile.in (locallisppath): Make this default to
13986 ${datadir}/emacs/site-lisp, instead of
13987 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
13988 the same thing, and local-lisp causes completion conflicts with
13989 lock.
13990 (lisppath): Add ${externallispdir} to this.
13991 * INSTALL: Adjust installation directions.
13992
13993 * Makefile.in (externallispdir): New variable, to say where to
13994 install the externally-maintained lisp files.
13995 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
13996 the others.
13997 * INSTALL: Describe external-lisp and the new externallispdir
13998 variable.
13999
14000 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14001
14002 * configure (progname): New option `--with-gcc'. Make it clearer
14003 how we are trying to guess whether or not we have GCC.
14004 * INSTALL: Document the `--with-gcc' option, and improve
14005 description of `--with-x' options.
14006
14007 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14008
14009 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
14010 ${infodir} from these variables; we have written out explicit code
14011 to install the info files.
14012
14013 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
14014
14015 * make-dist: Don't distributed the RCS files in the etc directory.
14016
14017 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14018
14019 * Makefile.in: Some makes can't handle comments in the middle of
14020 commands; move them to before the whole rule.
14021
14022 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14023
14024 * README: Mention what Emacs is.
14025
14026 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14027
14028 * make-dist: Include `./lisp/calc-2.02' in the distribution.
14029 Add `./cpp' and `./man' back into the distribution.
14030
14031 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14032
14033 * Makefile.in: Define MAKE, and use where appropriate.
14034
14035 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14036
14037 * make-dist: Remember that the authoritative COPYING notice is
14038 `etc/COPYING', not `../etc/COPYING'.
14039
14040 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14041
14042 * make-dist: Make sure that the COPYING notices in each directory
14043 are copies, not symlinks.
14044
14045 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14046
14047 * INSTALL: The build process produces an executable called `emacs'
14048 now. Change references.
14049 * Makefile.in: Adjust `install.mumble' targets to install
14050 `src/emacs', not `src/xemacs'.
14051
14052 * configure: Start with a blank line; this keeps some old CSH's
14053 from thinking it's a CSH script. Most systems will just use
14054 /bin/sh to run it, which is what we're expecting; the only other
14055 shells which might try to interpret it themselves are probably
14056 Bourne-compatible.
14057
14058 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14059
14060 * INSTALL: Improvements suggested by David Mackenzie.
14061
14062 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14063
14064 * Makefile.in (install, install.sysv, install.xenix, install.aix):
14065 Don't try to copy the info files if there aren't any; the
14066 unexpanded globbing pattern disappoints `install'. Ignore the
14067 return status of that command.
14068
14069 * INSTALL: Updated for new configuration arrangement.
14070
14071 * configure: Don't make the top-level Makefile read-only - people
14072 may want to edit the values of the path variables.
14073
14074 * Makefile.in (install, install.sysv, install.xenix, install.aix):
14075 Install the info files in ${infodir}. Install the executable
14076 under both `emacs' and `emacs-VERSION'.
14077
14078 * Makefile.in: Doc fix.
14079
14080 * Makefile.in (exec_prefix): New variable, as per latest version
14081 of coding standards.
14082 (bindir, libdir): Use it, instead of `prefix'.
14083 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
14084
14085 * Makefile.in (mandir): Make the default value for this depend on
14086 $(prefix).
14087
14088 * Makefile.in (datadir, statedir, libdir): Make these all default
14089 to ${prefix}/lib.
14090 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
14091 Adjust to compensate.
14092
14093 * Makefile.in (install, install.sysv, install.xenix, install.aix):
14094 Install the etags and ctags man pages too.
14095
14096 * Makefile.in (distclean): Don't delete backup files; that's the
14097 job of extraclean.
14098 (extraclean): Like distclean, but deletes backup and autosave files.
14099
14100 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14101
14102 Make path specification conform to GNU coding standards.
14103 * configure (long_usage): Remove all traces of old arguments from
14104 usage messages, and document the options we do accept in more
14105 detail: -with-x... and --srcdir.
14106 (options, boolean_opts): Delete; we don't have enough options to
14107 make this worthwhile.
14108 (prefix, bindir, lisppath, datadir, libdir, lockdir): Delete,
14109 along with the code which supported them; these should be set as
14110 arguments to the top-level make.
14111 (config_h_opts): Since this no longer doubles as a list of option
14112 names, make them upper case; this simplifies the code which uses
14113 them to build the sed command to edit src/config.h. Change the
14114 code which sets them.
14115 (cc, g, O): Don't allow the user to set these using options; they
14116 should be specified using `CC=' and `CFLAGS=' arguments to the
14117 top-level make. Just choose reasonable default values for them,
14118 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
14119 values.
14120 (gnu_malloc, rel_alloc): Don't allow the user to set these using
14121 options; use them whenever the configuration files say they're
14122 possible.
14123 Simplify the argument processing loop. Don't accept abbreviations
14124 for option names; these might conflict with other configuration
14125 options in the future.
14126 Add some support for the `--srcdir' option. Check for the sources
14127 in . and .. if `--srcdir' is omitted. If the directories we will
14128 compile in don't exist yet, create them under the current directory.
14129 Note that the rest of the build process doesn't really support
14130 this.
14131 Edit only the top Makefile. That should edit the others.
14132 Edit into the makefile: `version', from lisp/version.el, `configname'
14133 and `srcdir' from the configuration arguments, `CC' and
14134 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
14135 the user's path, and LOADLIBES as gleaned from the system
14136 description files.
14137 Simplify the report generated; it doesn't need to include any
14138 description of paths now.
14139 Make `config.status' exec configure instead of just calling it, so
14140 there's no harm in overwriting `config.status'.
14141 * Makefile.in (version, configname): New variables, used to choose
14142 the default values for datadir and libdir.
14143 Path variables rearranged into two clearer groups:
14144 - In the first group are the variables specified by the GNU coding
14145 standards (prefix, bindir, datadir, statedir, libdir, mandir,
14146 manext, infodir, and srcdir).
14147 - In the second are the variables actually used for Emacs's paths
14148 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
14149 archlibdir), which depend on the first category.
14150 datadir and libdir default to directories under
14151 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
14152 demand.
14153 etcdir and lispdir default to subdirectories of datadir.
14154 archlibdir defaults to libdir.
14155 The new installation tree is a bit deeper than it used to be, so
14156 use the new make-path program in lib-src to build them all.
14157 Always build a new src/paths.h.tmp and then move-if-change it to
14158 src/paths.h, to avoid unnecessary rebuilds while responding to the
14159 right changes.
14160 Remove all mention of arch-lib. Run utility commands from
14161 lib-src, and let the executables be copied into archlibdir when
14162 Emacs is installed.
14163 Add targets for src/Makefile, lib-src/Makefile, and
14164 oldXMenu/Makefile, editing the values of the path variables into
14165 them.
14166 Let lib-src do its own installation.
14167 (datadir): Default to putting data files under
14168 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
14169 (emacsdir): Variable deleted; it would only be confusing to use.
14170 (lispdir, etcdir): Default to ${datadir}/lisp.
14171 (mkdir): Use make-path for this.
14172 (lockdir): Do this in mkdir.
14173 (Makefile): New target.
14174
14175 * configure (usage_message): Rename to long_usage.
14176
14177 * make-dist: Don't bother creating an arch-lib directory; that's
14178 only for installation now.
14179
14180 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14181
14182 * configure: Use GCC-style configuration names, using config.sub.
14183 Change the usage and help messages.
14184
14185 * configure: Initialize window_system, not indow_system.
14186
14187 * configure: Report which window system, compiler, and signal
14188 handler return type we decide to use.
14189
14190 * make-dist: Explain what's going on if config.sub and gmalloc.c
14191 can't be linked. Place the code which copies them near the code
14192 which links the rest of the files around them.
14193
14194 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
14195
14196 * make-dist: Don't bother to distribute src/*.com, or
14197 src/vmsbuild; those have all been moved to `../vms'.
14198
14199 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14200
14201 * make-dist: Don't forget that the way to avoid filenames starting
14202 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
14203 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
14204 couldn't make hard links to, since we have two already, and
14205 perhaps more to come.
14206
14207 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14208
14209 * configure: When editing parameters into lib-src/Makefile, change
14210 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
14211 needs some other flags too.
14212
14213 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14214
14215 * configure: Remove spurious echo of the configuration name.
14216
14217 * make-dist: Don't distribute files in src/m and src/s whose names
14218 begin with `='.
14219
14220 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14221
14222 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
14223 Also LISP_FLOAT_TYPE.
14224
14225 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14226
14227 * make-dist: Copy config.sub, since it's a symbolic link to a file
14228 on another file system.
14229
14230 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14231
14232 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
14233 distribution.
14234
14235 * config.sub: New file, to help us recognize configuration names.
14236 * make-dist: Include it in the distribution.
14237
14238 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14239
14240 * configure: Convert `-' to `_' in specified option names.
14241 Accept options with --. Delete --highpri and --have-x-menu options.
14242 New options --with-x and --with-x10 replace -window-system.
14243 Don't mention options --gnu-malloc, --rel-alloc
14244 or --lisp-float-type in help message.
14245
14246 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14247
14248 * make-dist: Include the `vms' subdirectory in the distribution.
14249
14250 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14251
14252 * configure: Remove lines starting with "# DIST: " when building
14253 lib-src/Makefile and src/Makefile. This allows us to mark the
14254 "Makefile.in" files with explanatory comments which won't also get
14255 stuck in the Makefiles.
14256
14257 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14258
14259 * make-dist: Don't use the '+' operator in the sed regular
14260 expression that extracts the version number from lisp/version.el;
14261 Ultrix sed doesn't seem support the operator. Just double the
14262 operand and use *.
14263
14264 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14265
14266 * Makefile.in: Doc fix.
14267
14268 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14269
14270 * configure: Rewrite sed command to remove at most one ./ prefix;
14271 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
14272 group.
14273
14274 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14275
14276 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
14277
14278 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14279
14280 * make-dist: Go ahead and build a new TAGS file, unless the
14281 --newer option was specified. Don't try to delete a TAGS file
14282 from etc; it's not kept there, and shouldn't be deleted anyway.
14283
14284 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14285
14286 * make-dist: If the lisp directory contains a default.el, don't
14287 distribute it.
14288
14289 * configure: When searching signal.h for the type of a signal
14290 return handler, make a copy of it, not a symbolic link to it; that
14291 way, it will work on systems that don't have symbolic links.
14292
14293 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
14294
14295 * make-dist: Taught it about vcdiff and rcs2log, added --newer
14296 option for generating incremental distributions. Stopped it from
14297 generating a TAGS file into the distribution; that sucker is
14298 *big*, and easily enough generated with the toplevel makefile.
14299
14300 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14301
14302 * configure: When writing config.status, don't prefix progname
14303 with a '.'; it might be absolute.
14304
14305 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14306
14307 * configure: Choose to use X11 if either /usr/lib/libX11.a or
14308 /usr/include/X11 exist, not only if both exist.
14309
14310 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14311
14312 * make-dist: Make the new external-lisp directory a duplicate of
14313 the external-lisp directory, not the lisp directory.
14314
14315 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14316
14317 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
14318 clean' in arch-lib; it doesn't even have a Makefile.
14319
14320 * Makefile.in (clean, mostlyclean): In the test which tries to
14321 distinguish between the build directory, which should be cleaned,
14322 and the installed directory, which shouldn't, cd to `${emacsdir}',
14323 not `${DESTDIR}${LIBDIR}'.
14324
14325 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14326
14327 * make-dist: Be sure to delete the .c and .h files that YACC and
14328 BISON create from getdate.y.
14329
14330 * external-lisp: New directory; see `external-lisp/README'.
14331 * make-dist: Added support for the external-lisp subdirectory.
14332
14333 * make-dist: Changed message which complains that make-dist wasn't
14334 invoked in the right directory to indicate which files it was
14335 looking for.
14336
14337 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14338
14339 * configure: Add comments explaining why we can't translate
14340 character ranges or control characters in `tr'.
14341
14342 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14343
14344 * configure: When generating the configuration message, we used to
14345 build the message from the start so that each line began with "# "
14346 so that it would be a comment in `config.status'. However, this
14347 causes trouble if any of the variables we use in the message
14348 expand to more than one line of text - as gnu_malloc_reason
14349 sometimes does. So instead, we build the message as it should be
14350 printed to the user (i.e. without the "# " prefixes), and stick on
14351 the "# "s when we write it to `config.status'.
14352
14353 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
14354 `lib-src' and `arch-lib'.
14355
14356 * configure: When generating report and `config.status' file, note
14357 that bindir only determines where `make install' and
14358 `build-install' will place the executables; this should make it
14359 clear that the ordinary build process will not try to install
14360 things.
14361
14362 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14363
14364 * make-dist: Change messages to say that we are 'making links to
14365 X', rather than 'copying X'. And put `' quotes around file names.
14366
14367 * make-dist: Include '.tmp' in the name of the staging directory.
14368
14369 * make-dist: Pass the `-f' option to rm when you're not sure that
14370 the files you're removing actually exist.
14371
14372 * make-dist: When setting up etc/COPYING, always nuke whatever is
14373 there, and then copy it in, to make sure we get a real file.
14374
14375 * make-dist: Don't try to distribute *.defns files any more.
14376 The only such file was for simula.el, which has been superseded by a
14377 version which doesn't have a separate .defns file.
14378
14379 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
14380
14381 * make-dist: Don't distribute configured versions of config.h.in,
14382 paths.h.in, Makefile.in in src.
14383
14384 * configure: Delete .tmp files before creating them; don't bother
14385 trying to make final targets writable first, since it won't
14386 matter to move-if-change.
14387
14388 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14389
14390 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
14391 mkdir and chmod in the center of all the conditionals. GNU Make
14392 will strip these out, but other makes won't.
14393
14394 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14395
14396 * make-dist: Include move-if-change in list of files to distribute.
14397
14398 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14399
14400 * configure: Remove any "." elements from the program name.
14401
14402 * configure: Don't record the values of all the possible arguments
14403 in config.status; only record the options that the user specified.
14404
14405 * configure: Use move-if-change to move in the new src/config.h.
14406
14407 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
14408
14409 * move-if-change: New file, copied from gcc release.
14410 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
14411 a temp file, so we don't update paths.h if an error occurs or if
14412 it doesn't need changing.
14413
14414 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14415
14416 * Makefile.in (src/paths.h): Do not install a value for the
14417 PATH_SUPERLOCK value; that macro doesn't exist anymore.
14418 * build-install.in: Same thing.
14419
14420 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14421
14422 * make-dist: Check the flag called "make_tar", not "make_dir"; the
14423 latter, being a typo, is always false, resulting in a program
14424 whose default behavior is to painstakingly build a copy of the
14425 source tree, and then delete it. Rah.
14426
14427 * Makefile.in: Add dist target, and comment for it.
14428
14429 * configure: When scanning <signal.h> for a declaration for
14430 signal, create a symbolic link with a name ending in .c, so the
14431 compiler won't complain that it's only been given .h files.
14432
14433 * configure: Check whether there are any arguments available
14434 before shifting to get the value of a non-boolean parameter.
14435
14436 * make-dist: Doc fix.
14437
14438 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14439
14440 * configure: Instead of grepping /usr/include/signal.h for a
14441 signal declaration, run /usr/include/signal.h or
14442 /usr/include/sys/signal.h through cpp and grep for the
14443 declaration.
14444
14445 * configure: Redirect the output of grep to /dev/null instead of
14446 using grep -s - that flag means different things on other systems.
14447
14448 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
14449 since the former is recognizable even if you don't know what
14450 'dumping' is.
14451 * configure: Accommodate that change.
14452
14453 * configure: Accept options for all of the directories you can
14454 change in the Makefile.
14455
14456 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
14457
14458 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
14459 FOO before you can use them.
14460
14461 * build-install.in: Made the "Where To Install Things" section
14462 conform with the similar section from Makefile.in. Copied section
14463 which builds src/paths.h from src/paths.h.in from the Makefile.
14464
14465 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14466
14467 * configure: Write config.status to pass its command-line
14468 arguments on to configure, so that people can use it to recreate
14469 an old configuration, with minor changes.
14470
14471 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14472
14473 * configure: Don't rely on option variables being unset if their
14474 values are the empty string. In particular, when producing the
14475 English report, don't assume that highpri will be unset when no
14476 increased priority has been requested; -highpri='' should be the
14477 same as omitting -highpri altogether.
14478
14479 * configure: Fix dumb bug: when running the system and machine
14480 description files through cpp, mark those lines that we want to
14481 evaluate with the string '@configure@', and then only evaluate
14482 them. This way if the files include anything that actually
14483 generates text (type definitions or external declarations, say),
14484 we won't try to eval it.
14485
14486 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14487
14488 * make-dist: New shell script.
14489
14490 * configure: When creating foo from foo.in, make foo read-only to
14491 remind people to edit the .in file instead.
14492
14493 * INSTALL: Changed references to config.h-dist to config.h.in.
14494 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
14495 to build src/paths.h from src/paths.h.in; added a paragraph to do
14496 this.
14497 * configure, Makefile, build-install: Changed filenames like
14498 FOO-dist to FOO.in.
14499
14500 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14501
14502 * Makefile, build-install: Renamed to Makefile.in and
14503 build-install.in; the configure script will edit these to produce
14504 the usable Makefile and build-install.
14505 * configure: Changed to produce ./Makefile, ./build-install,
14506 lib-src/Makefile, and src/Makefile from their *.in counterparts,
14507 instead of editing them in place.
14508
14509 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14510
14511 * Makefile: Re-arranged so that the undumped Emacs will search
14512 ../lisp *after* the site's local elisp files.
14513 (locallisppath, dumplisppath): New variables.
14514 (lisppath): This variable's default value is now chosen based on
14515 $(locallisppath) and $(lispdir); while it used to be the
14516 customization point for adding site-local elisp directories to
14517 load-path, that job is now handled mostly by locallisppath.
14518 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
14519 Check the values being assigned to the *LOADSEARCH macros for null
14520 path elements (like '::' in 'foo::bar').
14521
14522 * configure: When checking if the machine- and system-dependent
14523 files define a particular macro or not, actually run them through
14524 CPP and test the macros with #ifs, instead of just grepping for
14525 the macros' names. In particular, check for SYSTEM_MALLOC in this
14526 way.
14527
14528 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14529
14530 * Makefile (install): Don't use -s in install. (Keep the symbols.)
14531
14532 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14533
14534 * configure: Make the config.status file an executable shell
14535 script which will recreate the same configuration. Include the
14536 verbal description of the current configuration as a comment in
14537 the script.
14538 * INSTALL: Doc fix.
14539
14540 * Makefile: Brought the Makefile up to the GNU coding
14541 standards, as described in standards.text:
14542 (TAGS): New name for the target which rebuilds the tags table.
14543 (check): New target; doesn't do anything yet.
14544 (mostlyclean): New target, synonymous with clean.
14545 (realclean): New target. Currently, this just calls the
14546 subdirectories's makefiles and then deletes config.status.
14547 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
14548 New variables.
14549 Installation directory variables changed to conform.
14550 (install, install.sysv, install.xenix, install.aix): Change the
14551 code which copies the directories into their installed location to
14552 allow the installed locations to be in several different
14553 directories; the old version assumed that they would all be in
14554 $(emacsdir).
14555 (mkdir, lockdir): Allow the installed locations to be in several
14556 different directories.
14557 * INSTALL: Doc fix.
14558
14559 * build-install: Use the same variable names as the Makefile.
14560 Allow the installed locations to be in several different
14561 directories.
14562
14563 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14564
14565 * Makefile (src/paths.h): Instead of using a single sed command to
14566 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
14567 separately, and don't forget to append "/!!!SuperLock!!!" to the
14568 value of the PATH_SUPERLOCK macro.
14569
14570 * config.emacs: Renamed to configure, for consistency with other
14571 GNU products. Internal references changed.
14572 INSTALL, Makefile: References changed.
14573
14574 * lock: New directory, which should always be empty. If this
14575 directory doesn't exist, Emacs won't complain; it just won't lock.
14576 Having this here means that people can just unpack Emacs, build
14577 it, and have locking work.
14578
14579 * share-lib: Re-renamed to etc, for the sake of tradition.
14580 * config.emacs: Changed default value for datadir to ../etc.
14581 * INSTALL, README: Adjusted.
14582
14583 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14584
14585 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
14586 by running CPP on the appropriate s/*.h and m/*.h files.
14587
14588 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14589
14590 * config.emacs: Make sure to set the "exit on error" flag once
14591 we've removed config.status; errors should abort the configuration.
14592
14593 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14594
14595 * config.emacs: Added -distribute option, so that the Makefile
14596 paths are in their proper form. I don't know why this matters.
14597
14598 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14599
14600 * local-lisp: New directory, empty in the distribution, for people
14601 to put local elisp code in.
14602 * config.emacs: Include it in the default load path.
14603 * README: Document it.
14604
14605 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14606
14607 * config.emacs: Guess the type of signal handling functions based
14608 on the contents of /usr/include/signal.h.
14609
14610 * config.emacs: Print out progress report messages.
14611
14612 * Makefile (src/paths.h): Don't generically replace
14613 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
14614 editing of the other entries, and each entry should be dealt with
14615 explicitly anyway.
14616
14617 * build-install: Converted from C-shell to Bourne shell.
14618 * config.emacs: Edit build-install properly.
14619
14620 * config.emacs: Doc fix.
14621
14622 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14623
14624 * Makefile (install): Remove `B' from tar xf command.
14625
14626 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14627
14628 * config.emacs: Removed support for the `maintain-environment'
14629 option; the only important difference between this and its absence
14630 has been removed.
14631 * INSTALL: Removed mention of `maintain-environment'.
14632
14633 * config.emacs: Fix arguments to sed when processing boolean
14634 arguments.
14635
14636 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
14637
14638 * config.emacs: New file, to help automate the installation
14639 process.
14640
14641 * Makefile: Lots of changes to support the separation of etc into
14642 architecture-dependent and -independent files:
14643 (EMACSROOT): New variable, giving the directory under which all of
14644 Emacs's libraries should be installed. Changed rest of file to
14645 use it.
14646 (LIBDIR): Now denotes only architecture-dependent dir.
14647 (DATADIR): New variable, denoting architecture-independent dir.
14648 (LOCKDIR): New variable, for completeness.
14649 (SUBDIR): No more etc, new lib-src.
14650 (COPYDIR): No more etc, new arch-lib and share-lib.
14651 (src/paths.h): Set PATH_DATA and the LOCK macros too.
14652 (src): Now depends on lib-src, not etc.
14653 * build-install: Changes parallel to the above.
14654 * README: Describe the new arrangement.
14655
14656 * vms: New subdirectory for all the VMS stuff.
14657
14658 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
14659
14660 * Makefile (LISPPATH): New variable.
14661 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
14662
14663 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
14664
14665 * Makefile (install, install.sysv, install.xenix):
14666 Install wakeup instead of loadst. No need for setuid or setgid.
14667
14668 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14669
14670 * Makefile (clean): Clean etc if that's not the installation dir.
14671
14672 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14673
14674 * Makefile (paths.h): Make sed alter each name in the path.
14675
14676 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14677
14678 * Makefile (install.sysv): Use cpio, not tar.
14679
14680 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14681
14682 * Makefile (lockdir): Rename `lock' target.
14683 Depend on it from install*, not from `all'.
14684
14685 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
14686
14687 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
14688 to match build-install and paths.h.
14689
14690 ;; Local Variables:
14691 ;; coding: utf-8
14692 ;; End:
14693
14694 Copyright (C) 1993-1999, 2001-2015 Free Software Foundation, Inc.
14695
14696 This file is part of GNU Emacs.
14697
14698 GNU Emacs is free software: you can redistribute it and/or modify
14699 it under the terms of the GNU General Public License as published by
14700 the Free Software Foundation, either version 3 of the License, or
14701 (at your option) any later version.
14702
14703 GNU Emacs is distributed in the hope that it will be useful,
14704 but WITHOUT ANY WARRANTY; without even the implied warranty of
14705 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14706 GNU General Public License for more details.
14707
14708 You should have received a copy of the GNU General Public License
14709 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.