]> code.delx.au - gnu-emacs/blob - ChangeLog.1
b8e2c614585d61b0ec313ad1ccd96ff8a5a904b1
[gnu-emacs] / ChangeLog.1
1 2015-04-09 Paul Eggert <eggert@cs.ucla.edu>
2
3 Adapt 'make change-history' to coding cookie
4 * Makefile.in (change-history): Adjust to change of format of
5 ChangeLog file, which now has a coding cookie before an indented
6 copyright notice.
7
8 gitlog-to-changelog coding cookie and mv -i
9 * build-aux/gitlog-to-emacslog: Use ChangeLog.1, not Makefile.in,
10 for copyright notice prototype, so that we get a proper "coding:"
11 cookie. Use 'mv -i' to avoid unconditionally overwriting an
12 existing ChangeLog. Problems reported by Eli Zaretskii in:
13 http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00504.html
14
15 Merge from gnulib
16 * build-aux/gitlog-to-changelog: Update from gnulib, incorporating:
17 2015-04-09 gitlog-to-changelog: port to MS-Windows
18
19 2015-04-09 Boruch Baum <boruch_baum@gmx.com>
20
21 * lisp/bookmark.el (bookmark-bmenu-goto-bookmark): Don't inf-loop.
22 Fixes: debbugs:20212
23
24 2015-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 Stop messing with the EMACS env var
27 Fixes: debbugs:20202
28 * lisp/net/tramp-sh.el (tramp-remote-process-environment):
29 * lisp/comint.el (comint-exec-1):
30 * lisp/term.el (term-exec-1): Don't set EMACS envvar.
31 * lisp/progmodes/compile.el (compilation-start): Same and bring
32 INSIDE_EMACS's format in line with other users.
33
34 css-mode.el (css-smie-rules): Fix indentation after complex selectors
35 Fixes: debbugs:20282
36 * lisp/textmodes/css-mode.el (css-smie-rules): Don't get confused by
37 inner structure of selectors.
38
39 2015-04-08 Fabián Ezequiel Gallina <fgallina@gnu.org>
40
41 python.el: Indent docstring lines to base-indent
42 Fixes: debbugs:19595
43 Thanks to immerrr <immerrr@gmail.com> for reporting and providing
44 an initial patch.
45 * lisp/progmodes/python.el
46 (python-indent-context): Add :inside-docstring context.
47 (python-indent--calculate-indentation): Handle :inside-docstring.
48 (python-indent-region): Re-indent docstrings.
49 * test/automated/python-tests.el (python-indent-region-5)
50 (python-indent-inside-string-2): Fix tests.
51
52 python.el: Increase native completion robustness
53 Fixes: debbugs:19755
54 Thanks to Carlos Pita <carlosjosepita@gmail.com> for reporting
55 this and providing useful ideas.
56 * lisp/progmodes/python.el
57 (python-shell-completion-native-output-timeout): Increase value.
58 (python-shell-completion-native-try-output-timeout): New var.
59 (python-shell-completion-native-try): Use it.
60 (python-shell-completion-native-setup): New readline setup avoids
61 polluting current context, ensures output when no-completions are
62 available and includes output end marker.
63 (python-shell-completion-native-get-completions): Trigger with one
64 tab only. Call accept-process-output until output end is found or
65 python-shell-completion-native-output-timeout is exceeded.
66
67 2015-04-08 Samer Masterson <samer@samertm.com>
68
69 * lisp/eshell: Make backslash a no-op in front of normal chars
70 Fixes: debbugs:8531
71 * lisp/eshell/esh-arg.el (eshell-parse-argument-hook): Update comment.
72 (eshell-parse-backslash): Return escaped character after backslash
73 if it is special. Otherwise, if the backslash is not in a quoted
74 string, ignore the backslash and return the character after; if
75 the backslash is in a quoted string, return the backslash and the
76 character after.
77 * test/automated/eshell.el (eshell-test/escape-nonspecial)
78 (eshell-test/escape-nonspecial-unicode)
79 (eshell-test/escape-nonspecial-quoted)
80 (eshell-test/escape-special-quoted): Add tests for new
81 `eshell-parse-backslash' behavior.
82
83 2015-04-08 Gustav Hållberg <gustav@gmail.com>
84
85 (diff-hunk-file-names): Don't require a TAB after the file name
86 Fixes: debbugs:20276
87
88 (diff-hunk-file-names): Don't require a TAB after the file name
89 * lisp/vc/diff-mode.el (diff-hunk-file-names): Don't require a TAB
90 after the file name (bug#20276).
91
92 2015-04-08 Paul Eggert <eggert@cs.ucla.edu>
93
94 Minor quoting etc. fixes to Emacs manual
95 * doc/emacs/Makefile.in, doc/emacs/ack.texi, doc/emacs/building.texi:
96 * doc/emacs/calendar.texi, doc/emacs/cmdargs.texi:
97 * doc/emacs/custom.texi, doc/emacs/dired.texi, doc/emacs/emacs.texi:
98 * doc/emacs/files.texi, doc/emacs/glossary.texi, doc/emacs/gnu.texi:
99 * doc/emacs/indent.texi, doc/emacs/macos.texi:
100 * doc/emacs/maintaining.texi, doc/emacs/makefile.w32-in:
101 * doc/emacs/programs.texi, doc/emacs/rmail.texi:
102 * doc/emacs/search.texi, doc/emacs/trouble.texi:
103 * doc/emacs/vc1-xtra.texi:
104 Use American-style double quoting in ordinary text,
105 and quote 'like this' when single-quoting in ASCII text.
106 Also, fix some minor spacing issues.
107
108 Minor quoting etc. fixes to elisp intro
109 * doc/lispintro/emacs-lisp-intro.texi: Consistently use
110 American-style double quoting in ordinary text. In ASCII text,
111 consistently quote 'like this' instead of `like this', unless
112 Emacs requires the latter.
113
114 2015-04-08 Dmitry Gutov <dgutov@yandex.ru>
115
116 CONTRIBUTE: Mention log-edit-insert-changelog
117
118 CONTRIBUTE: Emphasize creating the top-level ChangeLog file manually
119
120 2015-04-08 Paul Eggert <eggert@cs.ucla.edu>
121
122 * doc/misc/calc.texi (Summary): Avoid '@:' when usurped.
123
124 2015-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
125
126 (eieio-copy-parents-into-subclass): Fix inheritance of initargs
127 Fixes: debbugs:20270
128 * lisp/emacs-lisp/eieio-core.el (eieio-copy-parents-into-subclass):
129 Fix inheritance of initargs.
130
131 2015-04-08 Artur Malabarba <bruce.connor.am@gmail.com>
132
133 * lisp/emacs-lisp/package.el (package-menu-mode): Mode-line notification
134 while dowloading information.
135
136 * lisp/emacs-lisp/package.el: More conservative `ensure-init-file'
137 (package--ensure-init-file): Check file contents before visiting.
138 (package-initialize): Call it.
139 (package-install-from-buffer, package-install): Don't call it.
140
141 2015-04-08 Eli Zaretskii <eliz@gnu.org>
142
143 * src/eval.c (init_eval_once): Bump max_lisp_eval_depth to 800
144 Fixes: bug#17517
145
146 2015-04-08 Michael Albinus <michael.albinus@gmx.de>
147
148 Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
149
150 Fix nasty scoping bug in tramp-cache.el
151 * lisp/net/tramp-cache.el (tramp-flush-file-property): Fix nasty scoping bug.
152
153 2015-04-08 Tassilo Horn <tsdh@gnu.org>
154
155 Add notice to visual commands section
156 * doc/misc/eshell.texi (Input/Output): Add notice that some tools
157 such as git call less with its -F option which omits pagination if
158 the contents is less than one page long. This interferes with
159 eshell's visual (sub-)commands.
160
161 2015-04-07 Dmitry Gutov <dgutov@yandex.ru>
162
163 ffap: Support environment variable expansion in file names
164 Fixes: debbugs:19839
165 * lisp/ffap.el (ffap-string-at-point-mode-alist): Support
166 environment variable expansion in file names.
167
168 2015-04-07 Paul Eggert <eggert@cs.ucla.edu>
169
170 Prefer double-quote to accent-grave in man pages
171
172 2015-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 Fixes: debbugs:20257
175 * lisp/files.el (set-visited-file-name): Clear auto-save if nil.
176
177 2015-04-07 Ivan Shmakov <ivan@siamics.net>
178
179 Update etc/PROBLEMS.
180 * etc/PROBLEMS: Mention visible-cursor; a few more mentions of
181 ~/.Xresources and xrdb(1); refer to 'GNU Coreutils' and
182 'X Window System' or 'X' (were: 'GNU Fileutils' and 'X Windows',
183 respectively); other minor updates and tweaks. (Bug#20011)
184
185 2015-04-07 Paul Eggert <eggert@cs.ucla.edu>
186
187 Add doc strings for some Isearch state vars
188 * lisp/misearch.el (multi-isearch-buffer-list)
189 (multi-isearch-file-list): Add doc strings.
190 Fixes: bug#20232
191
192 2015-04-07 Alan Mackenzie <acm@muc.de>
193
194 Always mark "<" and ">" in #include directives with text properties.
195 * lisp/progmodes/c-fonts.el (c-cpp-matchers): Replace a font-lock "anchored
196 matcher" with an invocation of c-make-font-lock-search-function to allow
197 fontification when there's no trailing space on an "#include <..>" line.
198
199 2015-04-07 Paul Eggert <eggert@cs.ucla.edu>
200
201 Generate a ChangeLog file from commit logs
202 * .gitignore: Add 'ChangeLog'.
203 * build-aux/gitlog-to-changelog: New file, from Gnulib.
204 * build-aux/gitlog-to-emacslog: New file.
205 * CONTRIBUTE: Document the revised workflow.
206 * Makefile.in (clean): Remove *.tmp and etc/*.tmp*
207 instead of just special cases.
208 (CHANGELOG_HISTORY_INDEX_MAX, CHANGELOG_N, gen_origin): New vars.
209 (ChangeLog, unchanged-history-files, change-history)
210 (change-history-commit): New rules.
211 * admin/admin.el (make-manuals-dist--1):
212 Don't worry about doc/ChangeLog.
213 * admin/authors.el: Add a FIXME.
214 * admin/make-tarball.txt:
215 * lisp/calendar/icalendar.el:
216 * lisp/gnus/deuglify.el:
217 * lisp/obsolete/gulp.el:
218 * lwlib/README:
219 Adjust to renamed ChangeLog history files.
220 * admin/merge-gnulib (GNULIB_MODULES): Add gitlog-to-changelog.
221 * admin/notes/repo: Call it 'master' a la Git, not 'trunk' a la Bzr.
222 Remove obsolete discussion of merging ChangeLog files.
223 New section "Maintaining ChangeLog history".
224 * build-aux/git-hooks/pre-commit:
225 Reject attempts to commit files named 'ChangeLog'.
226 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
227 * make-dist: Make and distribute top-level ChangeLog if there's a
228 .git directory. Distribute the new ChangeLog history files
229 instead of scattered ChangeLog files. Distribute the new files
230 gitlog-to-changelog and gitlog-to-emacslog.
231 Fixes: bug#19113
232
233 Rename ChangeLogs for gitlog-to-changelog
234 This patch was implemented via the following shell commands:
235 find * -name ChangeLog |
236 sed 's,.*,git mv & &.1,
237 s, lisp/ChangeLog\.1$, lisp/ChangeLog.17,
238 s, lisp/erc/ChangeLog\.1$, lisp/erc/ChangeLog.09,
239 s, lisp/gnus/ChangeLog\.1$, lisp/gnus/ChangeLog.3,
240 s, lisp/mh-e/ChangeLog\.1$, lisp/mh-e/ChangeLog.2,
241 s, src/ChangeLog\.1$, src/ChangeLog.13,' |
242 sh
243 git commit -am"[this commit message]"
244
245 2015-04-07 Paul Eggert <eggert@cs.ucla.edu>
246
247 Merge from gnulib
248 * lib/stddef.in.h: Update from gnulib, incorporating:
249 2015-04-02 stddef: port to pre-C11 GCC on x86
250
251 2015-04-03 Paul Eggert <eggert@cs.ucla.edu>
252
253 Port 'configure' to clang 3.5
254 * configure.ac: Add -Wno-unknown-attributes if clang;
255 otherwise clang 3.5.0 (Fedora 21 x86-64) complains
256 "/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute
257 '__alloc_size__' ignored". Use -Werror when checking for -nopie;
258 otherwise clang warns about -nopie instead of failing, and then
259 later it warns everytime the build uses -nopie.
260
261 2015-04-03 Ulrich Müller <ulm@gentoo.org>
262
263 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Add -nopie option if it
264 is supported, in order to avoid segfaults in temacs. (Bug#18784)
265
266 2015-03-27 Pete Williamson <petewil@chromium.org> (tiny change)
267
268 Add NaCl target
269 * configure.ac: Add a target for Chromium Native Client (NaCl).
270
271 2015-03-29 Eli Zaretskii <eliz@gnu.org>
272
273 * build-aux/dir_top (File): Fix the description of selecting a
274 menu item by its number. (Bug#20213)
275
276 2015-03-29 Paul Eggert <eggert@cs.ucla.edu>
277
278 Fix 'commit-msg' to cite 'CONTRIBUTE'
279 As suggested in:
280 http://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00947.html
281 Also, have the two files match better.
282 * CONTRIBUTE: Match what's in build-aux/git-hooks/commit-msg.
283 * build-aux/git-hooks/commit-msg: Mention 'CONTRIBUTE'.
284
285 2015-03-23 Andreas Schwab <schwab@suse.de>
286
287 * configure.ac: Fix jpeg version check to work with gcc >= 5.
288
289 2015-03-21 Samer Masterson <samer@samertm.com>
290
291 * CONTRIBUTE (Test your changes.): New section.
292 (Document your changes.): Add doc tips.
293
294 2015-03-19 Paul Eggert <eggert@cs.ucla.edu>
295
296 Better port of pthread usage to FreeBSD
297 * configure.ac (ac_func_list): Omit pthread_sigmask, since
298 we check for that ourselves rather than relying on gnulib.
299 (HAVE_PTHREAD, LIB_PTHREAD): Port better to FreeBSD,
300 by also checking for pthread_create, pthread_self, pthread_sigmask.
301 Tighten the test for pthread_atfork while we're at it.
302 Fixes: bug#20136
303
304 Merge from gnulib
305 This incorporates:
306 2015-03-19 fdopendir: port better to MinGW
307 2015-03-18 fdopendir: fix typo in comment
308 2015-02-24 glob, etc.: port to MSVC v18 on MS-Windows 8.1
309 * lib/dirent.in.h, lib/fdopendir.c: Update from gnulib.
310 * lib/dirfd.c, m4/dirfd.m4: New files from gnulib.
311 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
312
313 2015-03-02 Robert Pluim <rpluim@gmail.com> (tiny change)
314
315 * configure.ac: Error out if with-file-notification=w32 is
316 specified on Cygwin. (Bug#19909)
317
318 2015-02-27 Paul Eggert <eggert@cs.ucla.edu>
319
320 Don't require GNU putenv
321 * configure.ac: Use system putenv even if it lacks GNU features, as
322 we don't need them. This works around a bug in FreeBSD 10.1 getenv.
323 Fixes: bug#19874
324
325 2015-02-25 Paul Eggert <eggert@cs.ucla.edu>
326
327 Merge from gnulib
328 * lib/getdtablesize.c, m4/dup2.m4, m4/fcntl.m4:
329 Update from gnulib, incorporating:
330 2015-02-23 dup2: doc and test for Android bug
331 2015-02-23 Replace dup2() on Android
332 2015-02-22 Android doesn't define RLIM_SAVED_*
333
334 2015-02-21 Paul Eggert <eggert@cs.ucla.edu>
335
336 Merge from gnulib
337 * lib/getdtablesize.c, lib/getopt.c, lib/signal.in.h, lib/tempname.c:
338 * lib/tempname.h, m4/dup2.m4, m4/fcntl.m4, m4/getdtablesize.m4:
339 Update from gnulib, incorporating:
340 2015-02-20 getdtablesize: port better for Android
341 2015-02-19 fcntl: Fix cross compiling
342 2015-02-18 dup2, fcntl: cross-compile better for Android
343 2015-02-18 getopt: don't crash on memory exhaustion
344 2015-02-17 tempname: allow compilation with C++ (trivial)
345 2015-02-17 dup2, fcntl: port to AIX
346 2015-02-16 getdtablesize, dup2, fcntl: port to Android
347 2015-02-11 getdtablesize, signal_h: Fix Android build
348 2015-02-11 maint: various whitespace cleanups in tempname
349
350 2015-02-13 Jan Djärv <jan.h.d@swipnet.se>
351
352 * configure.ac: Set locallisppath to empty for NS self contained,
353 unless --enable-loadllisppath was given (Bug#19850).
354
355 2015-02-09 Paul Eggert <eggert@cs.ucla.edu>
356
357 * configure.ac (HAVE_LIBXML2): Add missing comma.
358
359 2015-02-08 Paul Eggert <eggert@cs.ucla.edu>
360
361 Port to platforms lacking test -a and -o
362 * configure.ac (HAVE_LIBXML2):
363 Prefer '&&' and '||' to 'test -a' and 'test -o'.
364
365 2015-02-08 Ulrich Müller <ulm@gentoo.org>
366
367 * configure.ac (--with-gameuser): Default to 'games' group instead
368 of 'games' user.
369
370 2015-02-04 Paul Eggert <eggert@cs.ucla.edu>
371
372 * .gitattributes: Ignore blanks at EOL in texinfo.tex.
373
374 2015-01-28 Paul Eggert <eggert@cs.ucla.edu>
375
376 Merge from gnulib and try to repair bad merge
377 This attempts to repair problems introduced by the bad merge
378 5491fd1098d27b3ba3db054076b9ab60fb3558dc. The easiest way for me
379 to fix the badly-merged gnulib files was to run
380 'admin/merge-gnulib', so I did that, which also imported the
381 following changes:
382 * build-aux/update-copyright, m4/gnulib.m4:
383 Update from gnulib, incorporating:
384 2015-01-15 time: port to MinGW32 3.21
385 2015-01-15 update-copyright: apply to self
386 2015-01-11 update-copyright: recognize groff's \(co marker
387
388 2015-01-28 Eli Zaretskii <eliz@gnu.org>
389
390 * configure.ac (HAVE_W32): Abort with error message if
391 --without-toolkit-scroll-bars was specified. See
392 http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00525.html
393 for the details.
394
395 2015-01-27 Paul Eggert <eggert@cs.ucla.edu>
396
397 Port autogen.sh hook creation to private templates
398 * autogen.sh: Do not assume that the hook samples exist.
399 This ports to developers who override templatedir in their Git
400 configuration. The downside is that patch applications won't be
401 checked, but that's better than autogen.sh failing.
402 Problem reported by Sam Steingold in:
403 http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00898.html
404
405 2015-01-26 Paul Eggert <eggert@cs.ucla.edu>
406
407 * INSTALL.REPO: Mention minimum Git version.
408
409 2015-01-25 Paul Eggert <eggert@cs.ucla.edu>
410
411 Use gnustep-config if available
412 * configure.ac (--with-gnustep): Document this.
413 (NS_GNUSTEP_CONFIG): New variable, set if gnustep-config works.
414 If gnustep-config works, use 'gnustep-config --objc-flags' and
415 'gnustep-config --gui-libs' to compute GNUstep configuration
416 variables, instead of attempting to infer them individually.
417 Fixes: bug#19507
418
419 2015-01-21 Ulrich Müller <ulm@gentoo.org>
420
421 * configure.ac (gamegroup): New AC_SUBST.
422 (--with-gameuser): Allow to specify a group instead of a user.
423 In the default case, check at configure time if a 'games' user
424 exists.
425
426 2015-01-16 Paul Eggert <eggert@cs.ucla.edu>
427
428 Give up on -Wsuggest-attribute=const
429 The attribute doesn't help performance significantly, and the
430 warning seems to be more trouble than it's worth. See the thread at:
431 http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00361.html
432 * configure.ac (WERROR_CFLAGS): Don't use -Wsuggest-attribute=const.
433
434 2015-01-11 Paul Eggert <eggert@cs.ucla.edu>
435
436 Default to 'configure --enable-silent-rules'
437 This greatly shortens the 'make' output, making it more readable
438 and useful. For example, on my platform it shortens a
439 4125-character line "gcc -std=gnu99 -c -Demacs -I. -I. -I../lib
440 ... emacs.c" -- a line so long that it's hard to see what's going
441 on or where the diagnostics are -- to just "CC emacs.o".
442 * INSTALL: Document this.
443 * configure.ac: Add AM_SILENT_RULES([yes]).
444 (AM_DEFAULT_VERBOSITY): Remove now-unnecessary initialization.
445 Fixes: bug#19501
446
447 2015-01-06 Paul Eggert <eggert@cs.ucla.edu>
448
449 Merge from gnulib
450 * lib/stdio.in.h, m4/stdio_h.m4: Update from gnulib, incorporating:
451 2015-01-05 stdio: fix use of PRIdMAX on modern mingw
452
453 2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
454
455 * INSTALL: Mention 'make WERROR_CFLAGS='.
456
457 Clarify 'make info'
458 * Makefile.in (info): Use GNU make conditional rather than
459 an '@' rule with a shell conditional, so that the builder can
460 see the submake.
461
462 Less 'make' chatter for VCSWITNESS
463 * Makefile.in (dirstate, VCSWITNESS): New macros.
464 (src): Use them to lessen 'make' chatter.
465
466 2015-01-01 Paul Eggert <eggert@cs.ucla.edu>
467
468 Merge from gnulib, incorporating:
469 2015-01-01 version-etc: new year
470
471 * .gitattributes: New file.
472
473 * autogen.sh: Port better to non-GNU 'cp'. Reported by Han Boetes.
474
475 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
476
477 Less 'make' chatter at top level
478 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
479 (am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0)
480 (am__v_at_1): New macros, copied from src/Makefile.in.
481 ($(srcdir)/src/config.in, ${srcdir}/info/dir):
482 Be less chatty when not verbose.
483 ($(srcdir)/src/stamp-h.in): Simplify with '$@'.
484
485 2014-12-28 Paul Eggert <eggert@cs.ucla.edu>
486
487 * build-aux/git-hooks/commit-msg: Allow tabs.
488 Treat them as if they were expanded to spaces, with tab stops
489 every 8 columns.
490
491 2014-12-27 Paul Eggert <eggert@cs.ucla.edu>
492
493 * .gitignore: Ignore /conftest*.
494
495 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
496
497 * build-aux/git-hooks/commit-msg (at_sign): Bump up line-length limit
498 to 78.
499
500 2014-12-25 Paul Eggert <eggert@cs.ucla.edu>
501
502 Prefer stpcpy to strcat.
503 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
504 * lib/stpcpy.c, m4/stpcpy.m4: New files, from gnulib.
505
506 2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org>
507
508 * CONTRIBUTE: Move user-level information to doc/emacs/trouble.texi.
509 Add Savannah url, cleanup announcing freeze.
510 (commit messages): New, gathered from comments on emacs-devel.
511 (Changelog notes): Add reference to GNU coding standards section 5.2;
512 doc 'present tense', bug fix format.
513 (branches): Freeze announcements are made on info-gnu-emacs mailing
514 list.
515 (git vs rename): New.
516
517 2014-12-23 Paul Eggert <eggert@cs.ucla.edu>
518
519 Merge from gnulib.
520 2014-12-20 utimens: remove unnecessary assert
521 2014-12-16 stdalign: port better to HP compilers
522 2014-12-16 stdalign: work around Apple GCC 4.0 bug
523 * lib/stdalign.in.h, lib/utimens.c, m4/stdalign.m4: Update from gnulib.
524
525 2014-12-14 Glenn Morris <rgm@gnu.org>
526
527 * make-dist: No more lib-src/grep-changelog.
528
529 * INSTALL.REPO: Revert 2014-12-06 change.
530
531 2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
532
533 * lib/gnulib.mk: Regenerate.
534
535 2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
536
537 * .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and
538 stddef.h. Remove subsumed entries.
539 Add !lib/std*.in.h, so as to not ignore the .in.h files.
540
541 2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
542
543 Port commit-msg to mawk. Reported by Ted Zlatanov in:
544 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg01093.html
545 * build-aux/git-hooks/commit-msg (space, non_space, non_print):
546 New vars. Use them as approximations to POSIX bracket expressions,
547 on implementations like mawk that do not support POSIX regexps.
548
549 Improve commit-msg messages and autosquash.
550 Reported by Michal Nazarewicz in Bug#19337.
551 * build-aux/git-hooks/commit-msg: Add "commit message" to
552 diagnostics. Distinguish better between tabs and other
553 unprintable chars in diagnostics. Don't complain if a prefix
554 "fixup! " or "squash! " makes a summary line too long.
555
556 2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
557
558 Port commit-message checking to FreeBSD 9.
559 Reported by Jan Djärv in:
560 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00704.html
561 along with some other issues I noticed while testing with FreeBSD.
562 * build-aux/git-hooks/commit-msg: Prefer gawk if available.
563 Prefer en_US.UTF-8 to en_US.utf8, as it's more portable.
564 Work around bug in FreeBSD 9 awk, where /[[:cntrl:]]/ matches
565 ordinary text characters.
566 Be less tricky about quoting "'" in a shell script.
567
568 2014-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * .gitignore: Ignore autosave files.
571
572 2014-12-12 Paul Eggert <eggert@cs.ucla.edu>
573
574 Merge from gnulib.
575 2014-12-12 stddef: support C11's max_align_t
576 2014-12-11 unistd: fix iOS check conditional
577 2014-12-08 apply _GL_ATTRIBUTE_PURE to some inline functions
578 2014-12-02 support GNU format printf and scanf on mingw
579 * lib/stat-time.h, lib/stddef.in.h, lib/timespec.h:
580 * m4/extensions.m4, m4/stddef_h.m4, m4/stdio_h.m4: Update from gnulib.
581 * lib/gnulib.mk: Regenerate.
582
583 2014-12-06 Stephen Leake <stephen_leake@stephe-leake.org>
584
585 * CONTRIBUTE: Improve; add explicit web references, move some info
586 from admin/notes/* here.
587
588 * INSTALL.REPO: You can't "just run make" after a clean checkout.
589
590 2014-12-05 Stephen Leake <stephen_leake@stephe-leake.org>
591
592 * CONTRIBUTE: Move here from etc/, preparatory to further
593 changes/cleanup.
594
595 2014-12-05 Paul Eggert <eggert@cs.ucla.edu>
596
597 * .gitignore: Remove redundant pattern (subsumed by _*).
598 Avoid "**", as it requires Git 1.8.2 or later.
599
600 2014-12-05 Eli Zaretskii <eliz@gnu.org>
601
602 * .gitignore: Ignore test/biditest.txt.
603
604 2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
605
606 * .gitignore: Ignore loaddefs directly under lisp, and in
607 sub-sub-directories.
608
609 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
610
611 Add more of the old .bzrignore to .gitignore.
612 Plus a few more .gitignore improvements.
613 * .gitignore: Add copyright notice, since it's big enough.
614 Put exceptions immediately after the patterns they're exceptions
615 to, to make them easier to follow.
616 Give four exceptions for the Makefile pattern.
617 Ignore /confdefs.h, test/indent/*.new, TAGS, GPATH, GSYMS, GRTAGS,
618 GTAGS, ID, *.exe, some nextstep-related files,
619 jisx2131-filter, *.orig, *.rej, etc/emacs.tmpdesktop, *.in-h
620 _* (except for build-aux/snippet/_Noreturn.h), /bin/, /BIN/,
621 /data/, etc/icons/, lib/cxxdefs.h, lib/SYS/, /libexec/, /lock/,
622 /README.W32, /share/, /site-lisp/, src/gdb.ini, /var/.
623 Ignore /configure.lineno, since POSIX requires
624 LINENO only with the User Portability Utilities option.
625 Ignore *cust-load.el and *loaddefs.el only under lisp.
626 Ignore core files of various flavors.
627 Do not ignore etc/refcards/gnus-logo.pdf.
628
629 2014-11-29 Eli Zaretskii <eliz@gnu.org>
630
631 * .gitignore: Add back src/_gdbinit, which is a temporary file
632 created by the MS-DOS build.
633
634 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
635
636 Add a.out to .gitignore.
637 Suggested by Lee Duhem in:
638 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01665.html
639 * .gitignore: Add a.out.
640 Move *.log next to *.tmp, since it's generic.
641 Put *.exe before non-generics.
642
643 2014-11-29 Eli Zaretskii <eliz@gnu.org>
644
645 * .gitignore: Resurrect Windows-specific ignorables lost in last
646 changes.
647
648 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
649
650 * .gitignore: Add /emacs-[1-9]*/, and sort better.
651
652 2014-11-29 Ivan Andrus <darthandrus@gmail.com>
653
654 * .gitignore: Add some nextstep/mac ignorables.
655
656 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
657
658 .gitignore cleanup.
659 * .gitignore: Merge contents of subsidiary files and organize the
660 result so as to avoid duplication. Remove no-longer needed entries.
661 * admin/charsets/.gitignore, admin/unidata/.gitignore:
662 * doc/lispintro/.gitignore, etc/.gitignore, leim/.gitignore:
663 * leim/ja-dic/.gitignore, lib-src/.gitignore, lisp/.gitignore:
664 * lisp/calc/.gitignore, lisp/calendar/.gitignore:
665 * lisp/cedet/.gitignore, lisp/emulation/.gitignore:
666 * lisp/erc/.gitignore, lisp/eshell/.gitignore, lisp/gnus/.gitignore:
667 * lisp/international/.gitignore, lisp/language/.gitignore:
668 * lisp/leim/.gitignore, lisp/leim/quail/.gitignore:
669 * lisp/mail/.gitignore, lisp/mh-e/.gitignore, lisp/net/.gitignore:
670 * lisp/nxml/.gitignore, lisp/obsolete/.gitignore:
671 * lisp/play/.gitignore, lisp/progmodes/.gitignore:
672 * lisp/term/.gitignore, lisp/textmodes/.gitignore:
673 * lisp/url/.gitignore, nt/.gitignore, src/.gitignore:
674 Remove; no longer needed.
675
676 2014-11-29 Glenn Morris <rgm@gnu.org>
677
678 * configure.ac: Simplify gnutls tests.
679
680 2014-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
681
682 * .gitignore: Add entries for emacsvers files.
683
684 2014-11-27 Paul Eggert <eggert@cs.ucla.edu>
685
686 Restore 'Bug#' -> 'debbugs:' rewrite in log-edit-mode.
687 * .dir-locals.el (log-edit-mode): Restore the (log-edit-rewrite-fixes
688 "[ \n](bug#\\([0-9]+\\))" . "debbugs:\\1"). See Glenn Morris in:
689 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01187.html
690
691 Simplify and fix doc-related .gitignore files.
692 This fixes some unwanted 'git status' output after 'make docs'.
693 * .gitignore: Add **/Makefile, **/makefile.
694 Remove Makefile, makefile.
695 Add doc/*/*.xxx rules for the usual kinds of documentation outputs
696 and temporaries. Add doc/misc/cc-mode.ss.
697 * doc/emacs/.gitignore, doc/lispintro/.gitignore, doc/misc/.gitignore:
698 * lwlib/.gitignore, oldXMenu/.gitignore:
699 Remove, as these .gitignore files are no longer needed.
700 * doc/lispintro/.gitignore: Replace with list of exceptional PDF files.
701
702 2014-11-26 Dani Moncayo <dmoncayo@gmail.com>
703
704 * configure.ac [MINGW]: Fix the way of getting the right host
705 platform.
706
707 2014-11-25 Glenn Morris <rgm@gnu.org>
708
709 * configure.ac: Fix yesterday's use of uninitialized $version.
710
711 2014-11-25 Oscar Fuentes <ofv@wanadoo.es>
712
713 * configure.ac [MINGW]: Set $canonical default value as per the
714 compiler's target.
715
716 2014-11-24 Glenn Morris <rgm@gnu.org>
717
718 * configure.ac [HAVE_W32]: Generate nt/*.rc files when HAVE_W32,
719 not just when using mingw32.
720
721 2014-11-22 Glenn Morris <rgm@gnu.org>
722
723 Further reduce number of versioned files storing Emacs version number.
724 * configure.ac (comma_version, comma_space_version) [mingw32]:
725 New output variables.
726 (nt/emacs.rc, nt/emacsclient.rc) [mingw32]: New output files.
727 * make-dist: Update nt/ for *.rc -> *.rc.in changes.
728
729 2014-11-19 Dani Moncayo <dmoncayo@gmail.com>
730
731 * build-aux/msys-to-w32: Simplify implementation and docstring;
732 Paths starting with '%emacs_dir%' are just considered relative.
733
734 2014-11-16 Christoph Scholtes <cschol2112@gmail.com>
735
736 * .gitignore: Ignore generated file lib/stdalign.h.
737
738 2014-11-16 Eli Zaretskii <eliz@gnu.org>
739
740 * .gitignore: Add more ignorables.
741
742 2014-11-14 Andreas Schwab <schwab@linux-m68k.org>
743
744 * Makefile.in (config.status): Don't depend on
745 ${srcdir}/lisp/version.el.
746
747 2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
748
749 Merge from gnulib.
750 2014-11-14 extern-inline: update commentary about GCC bugs
751 2014-11-06 unistd: port to iOS
752 2014-11-04 update from texinfo
753 * doc/misc/texinfo.tex, lib/unistd.in.h, m4/extern-inline.m4:
754 Update from gnulib.
755
756 build: port to GCC 4.6.4 + glibc 2.5
757 On platforms this old, building with _FORTIFY_SOURCE equal to 2
758 results in duplicate definitions of standard library functions.
759 Reported by Nelson H. F. Beebe.
760 * configure.ac (_FORTIFY_SOURCE): Sort after GNULIB_PORTCHECK.
761 By default, do not enable this unless GNULIB_PORTCHECK is defined.
762 This better matches the original intent, which as I recall was to
763 enable these extra checks only with --enable-gcc-warnings.
764
765 2014-11-14 David Reitter <david.reitter@gmail.com>
766
767 * Makefile.in (install-arch-indep): Compress publicsuffix.txt file.
768
769 2014-11-13 Paul Eggert <eggert@cs.ucla.edu>
770
771 * .dir-locals.el: Remove reference to bzr commit --fixes debbugs.
772
773 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
774
775 * .gitignore: Copy over sufficient ignorable files from the old
776 .bzrignore that a simple build doesn't list lots of unregistered files.
777
778 2014-11-11 Eric S. Raymond <esr@thyrsus.com>
779
780 Git transition.
781 * Makefile.in (src): Set VCSWITNESS appropriately for git.
782
783 All bzr revision IDS, and all CVS revision IDs for which a commit
784 could be identified, were changed to time-date!committer version
785 stamps. All .cvsignore files in the history became .gitignore
786 files. Fixes-bug annotations from bzr were copied into the
787 corresponding commit comments.
788
789 (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org.
790 The last CVS commit was 2009-12-27T08:11:12Z!cyd@stupidchicken.com.)
791
792 Committer/author email addresses are generally correct for the
793 transition day, not necessarily when the commit was originally made.
794
795 2014-11-10 Glenn Morris <rgm@gnu.org>
796
797 * configure.ac (doc/man/emacs.1): Generate it.
798 * Makefile.in (top_bootclean): Remove doc/man/emacs.1.
799 * make-dist: Do not distribute doc/man/emacs.1.
800
801 * configure.ac (etc/refcards/emacsver.tex): Generate it.
802 * Makefile.in (etc-emacsver): New PHONY rule.
803 (bootstrap-clean): Delete etc/refcards/emacsver.tex.
804
805 * configure.ac (doc/emacs/emacsver.texi): Generate it.
806 * make-dist (doc/emacs/emacsver.texi) [update]: No longer check it.
807
808 2014-11-08 Dani Moncayo <dmoncayo@gmail.com>
809
810 * build-aux/msys-to-w32: Simplify the initial over-engineered
811 interface, and the implementation.
812 * Makefile.in (epaths-force-w32): Update for the above. Also
813 simplify, assuming that the shell is bash (which is the case in MSYS).
814 (msys_w32prefix_subst, msys_sed_sh_escape): Remove (no longer used).
815
816 2014-11-05 Glenn Morris <rgm@gnu.org>
817
818 * Makefile.in (QUIET_SUBMAKE): Remove.
819 (install-info, uninstall): Use --no-print-directory. (Bug#18908)
820
821 2014-10-25 Eric S. Raymond <esr@thyrsus.com>
822
823 * autogen.sh: Neutralize language specific to a repository type.
824
825 2014-10-23 Paul Eggert <eggert@cs.ucla.edu>
826
827 * Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use of 'wildcard'.
828
829 Fix race in 'make info/dir', and speed it up.
830 * Makefile.in (AWK, srcdir_doc_info_dir_inputs, info_dir_inputs):
831 New macros.
832 (clean): Remove info-dir.*.
833 (info_dir_deps): Depend on make-info-dir too.
834 (${srcdir}/info/dir): Make sure info directory exists.
835 Don't call pwd; just redirect make-info-dir's stdout to temp file.
836 * build-aux/make-info-dir: Send output to stdout.
837 Take input file names from args.
838 Fix a "FIXME inefficient looping" by using awk's associative arrays.
839 Basically, this rewrites the script from scratch, and speeds up
840 'make info/dir' from 2.6s to 0.07s on my platform.
841
842 2014-10-20 Glenn Morris <rgm@gnu.org>
843
844 * Merge in all changes up to 24.4 release.
845
846 2014-10-19 Paul Eggert <eggert@cs.ucla.edu>
847
848 Merge from gnulib, incorporating:
849 2014-10-18 readlinkat: port to AIX 7.1
850 2014-10-07 fcntl: fix error reporting by dupfd
851 * lib/fcntl.c, lib/readlinkat.c, lib/unistd.in.h, m4/readlinkat.m4:
852 * m4/unistd_h.m4: Update from gnulib.
853 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
854
855 2014-10-17 Glenn Morris <rgm@gnu.org>
856
857 * configure.ac: Simplify OS X $canonical tests.
858
859 2014-10-15 Jan Djärv <jan.h.d@swipnet.se>
860
861 * configure.ac: Move the OSX 10.6 test.
862
863 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
864
865 * .bzrignore: Add uni-brackets.el.
866
867 2014-10-14 Jan Djärv <jan.h.d@swipnet.se>
868
869 * configure.ac: apple-darwin powerpc is unported.
870 Require OSX >= 10.6 even if --with-ns is not given.
871
872 2014-10-12 Ken Brown <kbrown@cornell.edu>
873
874 * configure.ac (LD_SWITCH_SYSTEM_TEMACS) [CYGWIN]: Set stack size
875 to 8 MB. (Bug#18438)
876
877 2014-10-12 Jan Djärv <jan.h.d@swipnet.se>
878
879 * configure.ac: Require OSX 10.6. Remove NSInteger test,
880 use nsfont for Gnustep, macfont for OSX.
881
882 2014-10-12 Paul Eggert <eggert@cs.ucla.edu>
883
884 Fix putenv race conditions that can crash Emacs (Bug#8705).
885 * configure.ac (LOCALTIME_CACHE): Remove.
886 We needn't worry about SunOS 4 any more; Sun dropped support in 2003.
887 All uses of LOCALTIME_CACHE removed. This simplifies the fix.
888 (tzalloc): Add check for this function.
889
890 2014-10-06 Jan Djärv <jan.h.d@swipnet.se>
891
892 * configure.ac: Add -Wno-string-plus-int for clang.
893
894 2014-10-04 Glenn Morris <rgm@gnu.org>
895
896 * configure.ac: Silence warning with some old Xrandr.h. (Bug#18465)
897
898 2014-10-03 Paul Eggert <eggert@cs.ucla.edu>
899
900 * configure.ac: Port to strict POSIX shells on non-MinGW (Bug#18612).
901
902 2014-09-29 Eli Zaretskii <eliz@gnu.org>
903
904 * README: Bump version to 25.0.50.
905
906 * configure.ac (AC_INIT): Bump version to 25.0.50.
907
908 2014-09-29 Dmitry Antipov <dmantipov@yandex.ru>
909
910 * configure.ac (HAVE_STATEMENT_EXPRESSIONS): Remove.
911 For USE_STACK_LISP_OBJECTS, we always assume __GNUC__.
912
913 2014-09-27 Ken Brown <kbrown@cornell.edu>
914
915 * configure.ac [CYGWIN]: Enable sound support.
916
917 2014-09-25 Paul Eggert <eggert@cs.ucla.edu>
918
919 * configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'.
920
921 2014-09-23 Paul Eggert <eggert@cs.ucla.edu>
922
923 Merge from gnulib, incorporating:
924 2014-09-11 fcntl-h: fix compilation with Intel C++ compiler
925 2014-09-04 pthread, pthread_sigmask, threadlib: port to Ubuntu 14.04
926
927 2014-09-22 Jan Djärv <jan.h.d@swipnet.se>
928
929 * configure.ac: Increase headerpad_extra to 1000, update the comment
930 about load commands (Bug#18505).
931
932 2014-09-15 Eli Zaretskii <eliz@gnu.org>
933
934 * configure.ac (HAVE_SOUND): Check for mmsystem.h header that
935 defines the sound stuff on MS-Windows. (Bug#18463)
936
937 2014-09-10 Paul Eggert <eggert@cs.ucla.edu>
938
939 Improve the experimental local and scoped allocation.
940 * configure.ac (HAVE_STRUCT_ATTRIBUTE_ALIGNED)
941 (HAVE_STATEMENT_EXPRESSIONS): New configure-time checks.
942
943 2014-09-07 Paul Eggert <eggert@cs.ucla.edu>
944
945 Expand @AM_DEFAULT_VERBOSITY@ even if Automake is old (Bug#18415).
946 * configure.ac: Assume verbose output for older Automake.
947
948 2014-09-04 Paul Eggert <eggert@cs.ucla.edu>
949
950 * configure.ac (MAKEINFO): Clean up some configuration bitrot.
951 MAKEINFO is already set before we get here, so no need to call AC_PATH_PROG.
952 Bypass $am_missing_run. Simplify version-number checking.
953
954 2014-09-02 Paul Eggert <eggert@cs.ucla.edu>
955
956 Merge from gnulib, incorporating:
957 2014-09-02 gnulib-common.m4: port to GCC 4.2.1 and Sun Studio 12 C++
958 2014-09-01 manywarnings: add GCC 4.9 warnings
959 * m4/gnulib-common.m4, m4/manywarnings.m4: Update from gnulib.
960
961 2014-09-01 Paul Eggert <eggert@cs.ucla.edu>
962
963 --enable-silent-rules now suppresses more chatter.
964 * INSTALL: Document this.
965
966 Clean up extern decls a bit.
967 * configure.ac (WERROR_CFLAGS): Don't disable -Wnested-externs.
968 While we're at it, don't disable -Wlogical-op either.
969
970 2014-08-31 Paul Eggert <eggert@cs.ucla.edu>
971
972 * configure.ac (MAKE): Export it, for config.status.
973 Needed on AIX when 'configure' infers MAKE=gmake.
974 (__restrict_arr): Remove; no longer used.
975
976 2014-08-30 Paul Eggert <eggert@cs.ucla.edu>
977
978 Vector-sorting fixes (Bug#18361).
979 * configure.ac (qsort_r): Remove, as we no longer use qsort-like
980 functions.
981 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
982 * lib/vla.h, m4/vararrays.m4: New files, copied from gnulib.
983 * lib/stdlib.in.h, m4/stdlib_h.m4: Sync from gnulib, incorporating:
984 2014-08-29 qsort_r: new module, for GNU-style qsort_r
985 The previous two files' changes are boilerplate generated by
986 admin/merge-gnulib, and should not affect Emacs.
987
988 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
989
990 * configure.ac (AC_CHECK_FUNCS): Check for qsort_r.
991
992 2014-08-28 Ken Brown <kbrown@cornell.edu>
993
994 * configure.ac (HYBRID_MALLOC): New macro; define to use gmalloc
995 before dumping and the system malloc after dumping. Define on
996 Cygwin. (Bug#18222)
997
998 2014-08-28 Glenn Morris <rgm@gnu.org>
999
1000 * Makefile.in (appdatadir): New variable.
1001 (install-etc, uninstall, clean): Handle etc/emacs.appdata.xml.
1002
1003 2014-08-27 Paul Eggert <eggert@cs.ucla.edu>
1004
1005 Improve robustness of new string-collation code (Bug#18051).
1006 * configure.ac (newlocale): Check for this, not for uselocale.
1007
1008 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
1009
1010 Detect features needed to handle C stack overflows.
1011 * configure.ac: Check for sigaltstack and related sigaction
1012 support. Unconditionally check for sigsetjmp and siglongjmp.
1013 (HAVE_STACK_OVERFLOW_HANDLING): Define if we can support it.
1014
1015 (HAVE_LINUX_SYSINFO): Avoid false positive on Solaris.
1016
1017 2014-08-25 Ken Brown <kbrown@cornell.edu>
1018
1019 * configure.ac (G_SLICE_ALWAYS_MALLOC): Remove obsolete macro.
1020
1021 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
1022
1023 * INSTALL.REPO: Remove reference to obsolete configure scripts
1024 on non-Posix platforms (Bug#18323).
1025
1026 2014-08-24 Michael Albinus <michael.albinus@gmx.de>
1027
1028 * configure.ac: Check also for the uselocale function. (Bug#18051)
1029
1030 2014-08-23 Karol Ostrovsky <karol.ostrovsky@gmail.com> (tiny change)
1031
1032 * configure.ac: Accept "*-mingw*", not just "*-mingw32", as
1033 canonical name of a MinGW build, because using MSYS2 'uname'
1034 produces "MINGW64".
1035
1036 2014-08-21 Ken Brown <kbrown@cornell.edu>
1037
1038 * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the
1039 Cygwin-w32 build. (Bug#18302)
1040
1041 2014-08-11 Paul Eggert <eggert@cs.ucla.edu>
1042
1043 Don't prevent random file systems from being unmounted (Bug#18232).
1044 This fix relies on having the 'fchdir' function, and on having
1045 "." be searchable (or at least readable, on platforms lacking O_SEARCH),
1046 but that's good enough to handle the vast majority of cases and the
1047 remaining folks can just live with the annoyance of file systems
1048 that occasionally can't be unmounted.
1049 * configure.ac (fchdir): New function to check for.
1050 * lib/save-cwd.c: Copy from gnulib, except omit the part that
1051 allocates memory, since that can cause problems in Emacs.
1052 * lib/save-cwd.h: Copy from gnulib.
1053
1054 2014-08-10 Eli Zaretskii <eliz@gnu.org>
1055
1056 * config.bat: Fix some confusing wording.
1057
1058 2014-08-09 Eli Zaretskii <eliz@gnu.org>
1059
1060 * config.bat: Fix EOL format in lines modified by last commit.
1061
1062 2014-08-09 Reuben Thomas <rrt@sc3d.org>
1063
1064 * make-dist (files): Remove msdos/is_exec.c and sigaction.c.
1065 * config.bat: Require DJGPP 2.02 or later.
1066
1067 2014-08-09 Paul Eggert <eggert@cs.ucla.edu>
1068
1069 Merge from gnulib, incorporating:
1070 2014-08-07 getdtablesize: fall back on sysconf (_SC_OPEN_MAX)
1071 2014-08-05 sys_select: fix FD_ZERO problem on Solaris 10
1072 * lib/getdtablesize.c, lib/sys_select.in.h: Update from gnulib.
1073
1074 2014-08-07 Reuben Thomas <rrt@sc3d.org>
1075
1076 * README: ``MSDOG'' becomes ``MS-DOS''.
1077
1078 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
1079
1080 Merge from gnulib, incorporating:
1081 2014-08-04 extern-inline: port to FreeBSD, DragonFly
1082 * lib/gnulib.mk: Regenerate (comment change only).
1083 * m4/extern-inline.m4: Update from gnulib.
1084
1085 2014-08-02 Paul Eggert <eggert@cs.ucla.edu>
1086
1087 * configure.ac (HAVE_TIMERFD): Also check for TFD_NONBLOCK,
1088 since the code is using TFD_NONBLOCK now.
1089
1090 2014-07-31 Paul Eggert <eggert@cs.ucla.edu>
1091
1092 Simplify timerfd configuration and fix some minor glitches.
1093 * configure.ac (HAVE_TIMERFD): Define only if TFD_CLOEXEC works,
1094 since the code leaked file descriptors to children when !TFD_CLOEXEC.
1095 (HAVE_TIMERFD_CLOEXEC): Remove; no longer used.
1096 * m4/clock_time.m4 (gl_CLOCK_TIME): Don't check for clock_getres.
1097 This reverts the previous change to this file, so it matches
1098 gnulib again.
1099
1100 2014-07-28 Dmitry Antipov <dmantipov@yandex.ru>
1101
1102 * configure.ac (toplevel): Check whether GNU/Linux-specific
1103 timerfd functions and macros are available.
1104 * m4/clock_time.m4 (gl_CLOCK_TIME): Check for clock_getres as well.
1105
1106 2014-07-13 Paul Eggert <eggert@cs.ucla.edu>
1107
1108 Improve behavior of 'bzr up; cd src; make -k'.
1109 * Makefile.in (ACLOCAL_INPUTS): Add all m4/*.m4 files.
1110
1111 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
1112
1113 Merge from gnulib, incorporating:
1114 2014-06-27 mktime: merge #if/#ifdef usage from glibc
1115 * lib/mktime.c: Update from gnulib.
1116
1117 * Makefile.in (install-arch-indep): Avoid readdir race (Bug#17971).
1118
1119 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
1120
1121 * configure.ac: Check whether sys/sysinfo.h provides
1122 Linux 'sysinfo' function and 'struct sysinfo' type.
1123
1124 2014-06-28 Glenn Morris <rgm@gnu.org>
1125
1126 * configure.ac (lwlib_deps_frag, oldxmenu_deps_frag): New output files.
1127 * make-dist (lwlib, oldXMenu): Distribute *.mk.
1128
1129 2014-06-27 Glenn Morris <rgm@gnu.org>
1130
1131 * Makefile.in (src): No more need to pass BOOTSTRAPEMACS.
1132
1133 * make-dist: Exclude test/automated/*.log.
1134
1135 2014-06-26 Glenn Morris <rgm@gnu.org>
1136
1137 * Makefile.in (mostlyclean, clean): Maybe clean test/automated.
1138
1139 2014-06-21 Paul Eggert <eggert@cs.ucla.edu>
1140
1141 * configure.ac: Warn about --enable-link-time-optimization's issues
1142 in --help message (Bug#17806).
1143
1144 Port to GCC 4.9.0 with link time optimization (Bug#17806).
1145 * configure.ac (CFLAGS): With link time optimization,
1146 use -ffat-lto-objects if supported; otherwise Emacs won't
1147 build with GCC 4.9.0.
1148
1149 2014-06-20 Paul Eggert <eggert@cs.ucla.edu>
1150
1151 Diagnose failures due to colons in directory names (Bug#17278).
1152 * Makefile.in (epaths-force): Don't allow ':' in directories whose
1153 names go into a colon-separated path.
1154 * configure.ac: Fail if submake fails.
1155
1156 2014-06-17 Paul Eggert <eggert@cs.ucla.edu>
1157
1158 Omit redundant extern decls.
1159 Most of this patch is from Dmitry Antipov, in:
1160 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00263.html
1161 * configure.ac (WERROR_CFLAGS): Add -Wredundant-decls.
1162
1163 Merge from gnulib, incorporating:
1164 2014-06-17 acl: port to gcc -Wredundant-decls
1165 2014-06-01 gnulib-common.m4: Fix typo in _GL_UNUSED_LABEL.
1166 * lib/acl.h, m4/gnulib-common.m4: Update from gnulib.
1167
1168 2014-06-15 Glenn Morris <rgm@gnu.org>
1169
1170 * Makefile.in: Use `make -C' rather than `cd && make' throughout.
1171
1172 * Makefile.in: Parallelize clean rules using GNU make features.
1173 (submake_template): New definition.
1174 (mostlyclean_dirs, clean_dirs, distclean_dirs, maintainer_clean_dirs):
1175 New variables.
1176 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean)
1177 (extraclean): Define using each subdirectory as a prequisite.
1178 * lib/Makefile.am (bootstrap-clean): New.
1179
1180 2014-06-15 Paul Eggert <eggert@cs.ucla.edu>
1181
1182 Port part of the AIX fix to Solaris (Bug#17598).
1183 * configure.ac (_REENTRANT): Define on Solaris if HAVE_PTHREAD.
1184 This ports part of the recent AIX fixes to Solaris. It is needed
1185 for the same reason that _THREAD_SAFE is needed on AIX, e.g., to
1186 make sure that each thread has its own 'errno'.
1187
1188 2014-06-13 Glenn Morris <rgm@gnu.org>
1189
1190 * Makefile.in (CC, CFLAGS, LDFLAGS, CPPFLAGS, abs_top_srcdir):
1191 Remove, no longer used.
1192 (lib, lib-src, lisp, nt, src, blessmail, install-arch-dep)
1193 (install-nt, install-strip, uninstall, uninstall-nt)
1194 (mostlyclean, clean, distclean, bootstrap-clean)
1195 (maintainer-clean, extraclean, TAGS, tags, check, $(DOCS)):
1196 ($(INSTALL_DOC), $(UNINSTALL_DOC), info, bootstrap, check-declare):
1197 GNU make automatically passes command-line arguments to sub-makes.
1198
1199 2014-06-11 Paul Eggert <eggert@cs.ucla.edu>
1200
1201 Use a shell function in configure.ac to cut down on code duplication.
1202 * configure.ac (emacs_check_gnu_make): New shell function.
1203 Use it to avoid duplication when checking for GNU Make.
1204 It's OK for 'configure' to use shell functions these days,
1205 as long as we follow the advice in the 'Shell Functions'
1206 section of the Autoconf manual.
1207
1208 2014-06-11 Glenn Morris <rgm@gnu.org>
1209
1210 * configure.ac: Require at least version 3.81 of GNU make.
1211
1212 2014-06-10 Paul Eggert <eggert@cs.ucla.edu>
1213
1214 Rely on AC_CANONICAL_HOST to detect whether we're using mingw.
1215 See the thread containing:
1216 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00206.html
1217 * configure.ac (AC_CANONICAL_HOST): Invoke this as early as we
1218 can, which is just after AM_INIT_AUTOMAKE. Then check for mingw
1219 just after that.
1220
1221 2014-06-10 Glenn Morris <rgm@gnu.org>
1222
1223 * Makefile.in (AUTOCONF, AUTOMAKE, AUTOHEADER, ACLOCAL):
1224 New, set by configure. Use throughout where appropriate.
1225
1226 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
1227 * configure.ac (INFO_EXT, INFO_OPTS): Remove output variables.
1228
1229 2014-06-08 Paul Eggert <eggert@cs.ucla.edu>
1230
1231 Port better to AIX (Bug#17598).
1232 * configure.ac (with_xpm_set): New shell var.
1233 (_THREAD_SAFE): Define on AIX if HAVE_PTHREAD.
1234 (with_xpm): Default to 'no' on AIX.
1235 (LIBXPM): Append -lXpm if -lXaw is also used, as the latter
1236 requires the former on AIX.
1237
1238 2014-06-05 Paul Eggert <eggert@cs.ucla.edu>
1239
1240 Try harder to find GNU Make when configuring.
1241 * configure.ac (AC_PROG_MAKE_SET): Define a dummy.
1242 (MAKE): Set it to GNU Make, if one can be found.
1243 Search PATH for 'make', 'gmake', 'gnumake'.
1244 This works better on platforms like AIX, where GNU Make
1245 might be in /opt/freeware/bin/make, and reside
1246 behind /usr/bin/make in the PATH.
1247
1248 2014-06-05 Dmitry Antipov <dmantipov@yandex.ru>
1249
1250 * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.
1251 * INSTALL: Mention SVG image support.
1252
1253 2014-06-05 Paul Eggert <eggert@cs.ucla.edu>
1254
1255 * configure.ac: --without-all now implies --without-xft, --disable-acl.
1256 * INSTALL: Remove apparently unmaintained documentation about what
1257 --without-all exactly means.
1258
1259 2014-06-03 Eli Zaretskii <eliz@gnu.org>
1260
1261 * configure.ac (C_HEAP_SWITCH): Remove.
1262
1263 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
1264
1265 Fix port to 32-bit AIX with xlc (Bug#17598).
1266 This doesn't fix Bug#17598, but it does fix a regression since Emacs
1267 built with xlc until recently, and perhaps it'll help us fix Bug#17598.
1268 * configure.ac (GC_SETJMP_WORKS): Define for AIX, too.
1269 Merge from gnulib, incorporating:
1270 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
1271 * lib/ftoastr.c: Update from gnulib.
1272
1273 2014-06-01 Paul Eggert <eggert@cs.ucla.edu>
1274
1275 Merge from gnulib, incorporating:
1276 2014-06-02 acl: apply pure attribute to two functions
1277 2014-06-01 gnulib-common.m4: add _GL_UNUSED_LABEL
1278 2014-05-31 dup2, fcntl, fcntl-h: port to AIX 7.1
1279 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
1280 * lib/acl-internal.h, lib/fcntl.in.h, lib/ftoastr.h:
1281 * m4/dup2.m4, m4/fcntl.m4, m4/gnulib-common.m4:
1282 Update from gnulib.
1283
1284 2014-06-01 Juanma Barranquero <lekktu@gmail.com>
1285
1286 * configure.ac (C_HEAP_SWITCH): Raise HEAPSIZE value for 32-bit
1287 builds on Windows.
1288
1289 2014-05-29 Paul Eggert <eggert@cs.ucla.edu>
1290
1291 * configure.ac (pthread_sigmask): Look in LIB_PTHREAD too (Bug#17561).
1292 Fixes configuration glitch found in <http://bugs.gnu.org/17561#59>.
1293
1294 2014-05-29 Eli Zaretskii <eliz@gnu.org>
1295
1296 * configure.ac (ADDSECTION, TEMACS_POST_LINK): Don't compute,
1297 unused.
1298
1299 2014-05-29 Paul Eggert <eggert@cs.ucla.edu>
1300
1301 Don't substitute sigprocmask for pthread_sigmask (Bug#17561).
1302 sigprocmask isn't portable in a multithreaded process.
1303 * configure.ac (gl_THREADLIB): Remove dummy.
1304 Merge from gnulib, incorporating:
1305 2014-05-28 pthread_sigmask, timer-time: use gl_THREADLIB only if needed
1306 * m4/pthread_sigmask.m4, m4/timer_time.m4: Update from gnulib.
1307
1308 2014-05-29 Glenn Morris <rgm@gnu.org>
1309
1310 * configure.ac: Explicitly drop some ancient Solaris versions.
1311
1312 2014-05-27 Fabrice Popineau <fabrice.popineau@gmail.com>
1313
1314 * configure.ac (C_HEAP_SWITCH): Define for different values of
1315 dumped heap size depending on 32/64bits arch on Windows.
1316 Don't check for pthreads.h on MinGW32/64, it gets in the way.
1317 Use mmap(2) for buffers and system malloc for MinGW32/64.
1318 (EMACS_HEAPSIZE): Remove.
1319
1320 2014-05-27 Paul Eggert <eggert@cs.ucla.edu>
1321
1322 Merge from gnulib, incorporating:
1323 2014-05-21 fchdir: port 'open' and 'close' redefinitions to AIX 7.1
1324 * lib/openat-proc.c: Update from gnulib.
1325
1326 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
1327
1328 Fix port to 32-bit AIX (Bug#17540).
1329 * configure.ac (opsys): On Power Architecture, treat release 7 of
1330 AIX like releases 5 and 6.
1331
1332 2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
1333
1334 Remove dependencies on getdelim and getline.
1335 * configure.ac (getdelim, getline): Remove.
1336
1337 2014-05-18 Glenn Morris <rgm@gnu.org>
1338
1339 * configure.ac: Do not bother testing for png in non-graphical builds.
1340
1341 2014-05-18 Paul Eggert <eggert@cs.ucla.edu>
1342
1343 Port ctags+etags build to Sun C 5.12.
1344 * .bzrignore: Remove lib-src/ctags.c.
1345
1346 Port recent libpng changes to hosts with missing png.h.
1347 * configure.ac (HAVE_PNG): Port to platforms where libpng-config
1348 succeeds but png.h is absent, by testing libpng-config's output
1349 rather than trusting it. I ran into this problem when building
1350 Emacs trunk on a Solaris 10 host.
1351
1352 2014-05-17 Paul Eggert <eggert@cs.ucla.edu>
1353
1354 Assume C99 or later (Bug#17487).
1355 * lib/stdarg.in.h, lib/stdbool.in.h, m4/stdarg.m4, m4/stdbool.m4:
1356 Remove.
1357 * configure.ac (_AC_PROG_CC_C89): Define a dummy, to keep 'configure'
1358 smaller.
1359 (gl_PROG_CC_C99): Use this to get C99 or later.
1360 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1361
1362 2014-05-16 Paul Eggert <eggert@cs.ucla.edu>
1363
1364 Don't require pkg-config when building from repository.
1365 * INSTALL: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'.
1366 * INSTALL.REPO: pkg-config is no longer required to build from
1367 the repository.
1368 * autogen.sh: Don't check for pkg-config.
1369 (progs): Remove pkg-config.
1370 (pkg_config_min, AUTORECONF_ENV, env_space, ACLOCAL_PATH):
1371 Remove. All uses removed.
1372 * m4/pkg.m4: New file, built by admin/merge-pkg-config.
1373 * configure.ac: Remove unnecessary m4_pattern_forbid of ^PKG_ and
1374 an AC_ARG_VAR of PKG_CONFIG_PATH. pkg.m4 does that for us.
1375 (EMACS_CHECK_MODULES): Remove workaround for old pkg-config bug,
1376 as we use pkg.m4 from a newer pkg-config.
1377
1378 2014-05-15 Jan Djärv <jan.h.d@swipnet.se>
1379
1380 * configure.ac (LIBPNG): Do not test for libpng if NS_IMPL_COCOA.
1381
1382 2014-05-13 Dmitry Antipov <dmantipov@yandex.ru>
1383
1384 * configure.ac (HAVE_XFIXES): Define if available.
1385 (XFIXES_CFLAGS, XFIXES_LIBS): New AC_SUBSTs.
1386 (--enable-link-time-optimization): Add clang support.
1387 * INSTALL: Mention it.
1388
1389 2014-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
1390
1391 * configure.ac (EMACS_CHECK_MODULES): Fix typo in previous change.
1392
1393 2014-05-11 Paul Eggert <eggert@cs.ucla.edu>
1394
1395 Work around bug in pkg-config before 0.26 (Bug#17438).
1396 * configure.ac (EMACS_CHECK_MODULES): Check for failed exit status
1397 of pkg-config, on older pkg-config versions that don't do it
1398 properly.
1399
1400 2014-05-07 Glenn Morris <rgm@gnu.org>
1401
1402 * autogen.sh: Check for failing aclocal.
1403
1404 2014-05-05 Glenn Morris <rgm@gnu.org>
1405
1406 * autogen.sh: Check any pre-existing ACLOCAL_PATH.
1407
1408 2014-05-04 Paul Eggert <eggert@cs.ucla.edu>
1409
1410 Consult libpng-config more consistently (Bug#17339).
1411 This is mainly for simplicity, but it should also avoid
1412 some future problems like the ones we recently had with NetBSD.
1413 * configure.ac (LIBPNG): Configure after LIBZ. Use libpng-config
1414 for cflags, too. Append -lz if we're not already doing that with
1415 LIBZ. Do not bother appending -lm, since we always append that.
1416 Coalesce some duplicate code.
1417
1418 * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
1419
1420 Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).
1421 * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5.
1422 A more-complicated fix would be to remove uses of PixelSetMagickColor,
1423 introduced in ImageMagick 6.3.5 (Sept. 2007).
1424
1425 2014-05-04 Glenn Morris <rgm@gnu.org>
1426
1427 * configure.ac (LIBPNG): Consult libpng-config for the precise
1428 form of "-lpng" to use. (Bug#17339)
1429
1430 2014-05-03 Glenn Morris <rgm@gnu.org>
1431
1432 * autogen.sh: If all else fails, try using pkg-config to find pkg.m4.
1433
1434 2014-05-03 Paul Eggert <eggert@cs.ucla.edu>
1435
1436 Get --enable-gcc-warnings to work after touching configure.ac.
1437 Preserve ACLOCAL_PATH in later builds, so that by default it has
1438 the same value as it did in the first build after initial checkout.
1439 * Makefile.in (ACLOCAL_PATH): New macro.
1440 ($(srcdir)/aclocal.m4): Use it.
1441 * configure.ac (ACLOCAL_PATH): AC_SUBST it.
1442 * autogen.sh (env_space): New var.
1443 Tell user what variables, if any, to pass to 'configure'.
1444
1445 Get --enable-gcc-warnings working again.
1446 The recent changes to configure.ac removed the transliteration of
1447 -I to -isystem in CFLAGS, which is needed for --enable-gcc-warnings.
1448 Bring this back while keeping the spirit of the recent changes.
1449 * configure.ac (edit_cflags): Restore this shell var, and put it
1450 at the top level, where it'll be useful when emacs-24 is next merged.
1451 (EMACS_CHECK_MODULES): New macro. All uses of PKG_CHECK_MODULES
1452 changed to use it.
1453
1454 Make it easier on maintainers who use their own Automake.
1455 * autogen.sh (ACLOCAL_PATH, AUTORECONF_ENV): New vars.
1456 Set them to avoid problems when maintainers prepend their own
1457 Automake installations to their PATH. Report an error if pkg.m4
1458 can't be found.
1459
1460 2014-05-02 Glenn Morris <rgm@gnu.org>
1461
1462 * configure.ac (PKG_CONFIG_PATH): Declare with AC_ARG_VAR.
1463
1464 * configure.ac (--with-pkg-config-prog): Remove.
1465 Use the PKG_CONFIG environment variable instead if you need it.
1466
1467 * configure.ac: Use pkg-config's pkg.m4, rather than reinventing it.
1468 Add explicit AC_SUBST's where needed.
1469 * autogen.sh (progs): Add pkg-config.
1470 (pkg_config_min): New variable.
1471
1472 * configure.ac (AC_CONFIG_MACRO_DIR): Use it.
1473
1474 * autogen.sh (get_version): Handle no leading whitespace.
1475 (check_version, main): Handle program names with hyphens.
1476
1477 2014-04-30 Glenn Morris <rgm@gnu.org>
1478
1479 * configure.ac: Treat MirBSD as OpenBSD. (Bug#17339)
1480
1481 2014-04-21 Daniel Colascione <dancol@dancol.org>
1482
1483 * .bzrignore: Add a.out to bzr ignore list (a test generates this
1484 file).
1485
1486 2014-04-19 Paul Eggert <eggert@cs.ucla.edu>
1487
1488 Link to glib-using libraries when checking for glib (Bug#17289).
1489 * configure.ac (XGSELOBJ): Include GTK_LIBS, RSVG_LIBS, etc.
1490 when testing whether Glib is linked in. Similarly for CFLAGS.
1491
1492 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
1493
1494 * GNUmakefile: Speed up 'make bootstrap' in fresh checkout.
1495 (ORDINARY_GOALS): New macro, which excludes 'bootstrap'.
1496 (bootstrap, .PHONY): New rules.
1497 * INSTALL.REPO: Document current procedure better.
1498 Move copyright notice to just before license notice.
1499
1500 * Makefile.in (FRC, force-info): Remove.
1501 All uses removed. This hack is no longer needed here
1502 now that we can assume GNU Make's .PHONY feature works.
1503 (bootstrap): No need to make 'info', since 'all' now implies 'info'.
1504
1505 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1506
1507 * config.bat: Update for Emacs 24.4.
1508
1509 2014-04-16 Paul Eggert <eggert@cs.ucla.edu>
1510
1511 Port to IRIX 6.5 (Bug#9684).
1512 This port requires IRIX cc, as I did not have time to get
1513 undump working with the old GCC on the system I had access to,
1514 but that's better than nothing.
1515 * configure.ac (gl_GCC_VERSION_IFELSE): Remove unused macro
1516 that wouldn't have worked anyway, with IRIX cc.
1517 (emacs_cv_clang, emacs_cv_sanitize_address)
1518 (ns_osx_have_104, ns_osx_have_105):
1519 Don't assume '#error' makes the compiler fail,
1520 as this doesn't work with IRIX cc.
1521 (CFLAGS, LIBS): Don't let the GnuTLS results infect later 'configure'
1522 checks. This runs afoul of an IRIX configuration where GnuTLS is
1523 in an optional library that also contains getdelim, and causes
1524 a later 'configure' to incorrectly think getdelim is supported.
1525
1526 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1527
1528 * configure.ac (LN_S_FILEONLY, LN_S): Use "/bin/ln" on MinGW, to
1529 ensure the MSYS ln.exe is invoked.
1530
1531 2014-04-15 Paul Eggert <eggert@cs.ucla.edu>
1532
1533 Remove DATA_SEG_BITS.
1534 * configure.ac (DATA_SEG_BITS): Remove. All uses removed.
1535
1536 2014-04-14 Paul Eggert <eggert@cs.ucla.edu>
1537
1538 * autogen.sh: Use autoreconf's -f option (Bug#17258).
1539
1540 Clean up configure-time library handling a bit.
1541 This patch was inspired by emacs-24 bzr 116961, which fixed
1542 a bug due to sloppy library handling in 'configure'.
1543 * configure.ac (LIB_MATH, LIB_PTHREAD, LIBXMU):
1544 Use AC_SEARCH_LIBS instead of AC_CHECK_LIB as per Autoconf manual.
1545 (LIB_MATH, LIB_PTHREAD, HAVE_X11, IMAGEMAGICK_LIBS, GTK_LIBS)
1546 (DBUS_LIBS, LIBXMU, XFT_LIBS, LIBXSM, LIBXML2_LIBS, LIBS_MAIL)
1547 (with_kerberos):
1548 Don't let the library choice infect $LIBS.
1549 (dnet_ntoa, cma_open): Remove obsolete tests.
1550 (emacs_pthread_function): Probe for pthread_kill, not pthread_self,
1551 as that's a bit more selective on GNU/Linux.
1552 (LIBXEXT): Remove.
1553 (touchlock): Test for existence when $LIBS_MAIL is in use.
1554 (AC_CHECK_FUNCS): Use only $LIB_MATH in addition to $LIBS
1555 when testing for typical functions like accept4, lrand48.
1556 (random, rint): Remove obsolete HP-UX 9 A.09.05 test.
1557
1558 2014-04-11 Glenn Morris <rgm@gnu.org>
1559
1560 * make-dist: Do not distribute generated admin/grammars/Makefile.
1561 Do distribute lib-src/update-game-score.exe.manifest.
1562
1563 2014-04-11 Ken Brown <kbrown@cornell.edu>
1564
1565 * configure.ac (EMACS_MANIFEST): Revert last change (but leave
1566 UPDATE_MANIFEST empty).
1567
1568 2014-04-07 Ken Brown <kbrown@cornell.edu>
1569
1570 * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these
1571 variables empty on Cygwin. (Bug#17176)
1572
1573 2014-04-03 Glenn Morris <rgm@gnu.org>
1574
1575 * make-dist: Further update AC_INIT regexp.
1576
1577 2014-04-02 Glenn Morris <rgm@gnu.org>
1578
1579 * configure.ac: Make the final "Does Emacs use Gsettings" message
1580 consistent with src/config.h.
1581
1582 2014-03-31 Jan Djärv <jan.h.d@swipnet.se>
1583
1584 * configure.ac: Fix errors from previous checkin (GSettings check).
1585
1586 2014-03-29 Jan Djärv <jan.h.d@swipnet.se>
1587
1588 * configure.ac: Add check that GSettings is in libgio (Bug#17118).
1589
1590 2014-03-28 Glenn Morris <rgm@gnu.org>
1591
1592 * configure.ac (AC_INIT): Add "GNU" in package, add bug address.
1593 (PACKAGE_BUGREPORT): Use it.
1594 (make-dist): Update AC_INIT regexp.
1595
1596 * configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency.
1597 (EMACS_CONFIG_FEATURES): New define.
1598
1599 2014-03-27 Paul Eggert <eggert@cs.ucla.edu>
1600
1601 * configure.ac: Suggest './configure MAKE=gmake' in diagnostic.
1602 This tends to work better than 'MAKE=gmake ./configure' if later
1603 builds run config.status etc.
1604
1605 2014-03-27 Glenn Morris <rgm@gnu.org>
1606
1607 * configure.ac: Require GNU make.
1608 (HAVE_GNU_MAKE): Remove.
1609
1610 2014-03-26 Paul Eggert <eggert@cs.ucla.edu>
1611
1612 Merge from gnulib, incorporating:
1613 2014-03-26 strftime: wrap macros in "do {...} while(0)"
1614 * lib/strftime.c: Update from gnulib.
1615
1616 2014-03-26 Glenn Morris <rgm@gnu.org>
1617
1618 * configure.ac (CLASH_DETECTION): Remove option. Every platform
1619 supports it, and the runtime option `create-lockfiles' replaces it.
1620
1621 2014-03-23 Daniel Colascione <dancol@dancol.org>
1622
1623 * configure.ac: (Bug#17069) Include GFILENOTIFY objects in glib check.
1624
1625 2014-03-22 Glenn Morris <rgm@gnu.org>
1626
1627 * make-dist: Do not distribute lib-src/testfile.
1628
1629 2014-03-21 Eli Zaretskii <eliz@gnu.org>
1630
1631 * configure.ac: Bump version to 24.4.50.
1632
1633 2014-03-21 Glenn Morris <rgm@gnu.org>
1634
1635 * Makefile.in (all): Depend on `info'. (Bug#16626)
1636
1637 2014-03-07 Paul Eggert <eggert@cs.ucla.edu>
1638
1639 Merge from gnulib, incorporating:
1640 2014-03-04 stdint: fix missing SIZE_MAX on Android
1641 2013-03-02 sys_types: avoid autoconf warning about gl_SYS_TYPES_H
1642 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1643 * lib/stdint.in.h, lib/sys_types.in.h, m4/sys_types_h.m4:
1644 Update from gnulib.
1645
1646 2014-03-05 Glenn Morris <rgm@gnu.org>
1647
1648 * configure.ac: Tweak the "unported" error message.
1649
1650 2014-03-05 Paul Eggert <eggert@cs.ucla.edu>
1651
1652 Fix configuration bug on Solaris 2.5.1 (Bug#16905).
1653 * configure.ac: Fix a bug in shell pattern matching that caused
1654 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later.
1655
1656 2014-02-25 Paul Eggert <eggert@penguin.cs.ucla.edu>
1657
1658 Merge from gnulib (Bug#16825).
1659 2014-02-25 unistd: port readlink to Mac OS X 10.3.9
1660
1661 2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
1662
1663 Merge from gnulib, incorporating:
1664 2014-02-21 timer: fix uClibc detection of threading
1665 2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf
1666
1667 2014-02-18 Mirek Kaim <mirek.kaim@outlook.com> (tiny change)
1668
1669 * configure.ac [HAVE_W32]: Test for ImageMagick. (Bug#16754)
1670
1671 2014-02-14 Paul Eggert <eggert@cs.ucla.edu>
1672
1673 * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).
1674 This fixes a bug in the previous change. Also, use $(SHELL)
1675 rather than sh, as that's more likely to be portable.
1676
1677 2014-02-13 Paul Eggert <eggert@cs.ucla.edu>
1678
1679 * Makefile.in (install-arch-indep): Simplify (Bug#16717).
1680 This should make it more reliable, and hopefully more portable to
1681 non-GNU 'make' implementations such as HP-UX 'make'.
1682
1683 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
1684
1685 * Makefile.in (install-nt): Also pass datadir.
1686
1687 2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
1688
1689 Merge from gnulib, incorporating:
1690 2014-01-23 pthread: work around winpthread header pollution on mingw
1691 * lib/time.in.h: Update from gnulib.
1692
1693 2014-01-23 Paul Eggert <eggert@cs.ucla.edu>
1694
1695 Merge from gnulib, incorporating:
1696 2014-01-22 qacl: check for fchmod
1697 * m4/acl.m4: Update from gnulib.
1698
1699 2014-01-22 Paul Eggert <eggert@cs.ucla.edu>
1700
1701 Fix miscellaneous update-game-score bugs.
1702 * configure.ac (difftime): Remove.
1703
1704 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
1705
1706 Merge from gnulib, incorporating:
1707 2014-01-20 stdalign: port to HP-UX compilers
1708 2014-01-16 strtoimax: port to platforms lacking 'long long'
1709 2014-01-16 update from texinfo
1710 * lib/stdalign.in.h, lib/strtoimax.c: Update from gnulib.
1711
1712 2014-01-12 Glenn Morris <rgm@gnu.org>
1713
1714 * README: Replace reference to etc/MAILINGLISTS.
1715
1716 2014-01-11 Fabrice Popineau <fabrice.popineau@gmail.com>
1717
1718 * configure.ac: Read $srcdir/nt/mingw-cfg.site when $MSYSTEM is
1719 "MINGW64" as well.
1720
1721 2014-01-11 Paul Eggert <eggert@cs.ucla.edu>
1722
1723 Merge from gnulib, incorporating:
1724 2014-01-07 update from texinfo
1725 2014-01-06 md5, sha1, sha256, sha512: support older autoconf
1726
1727 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
1728
1729 * INSTALL, configure.ac, etc/CONTRIBUTE, nt/INSTALL: Remove
1730 unnecessarily specific references to Bazaar that could better
1731 simply be to the repository.
1732
1733 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
1734
1735 * INSTALL.BZR: Rename to INSTALL.REPO. Remove refs to specific VCS.
1736 * INSTALL, autogen.sh: Update for above change.
1737
1738 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
1739
1740 Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).
1741 Problem and proposed patch reported by Ulrich Mueller;
1742 this patch uses a somewhat-different approach.
1743 * configure.ac (SETFATTR): New variable.
1744
1745 2014-01-03 Paul Eggert <eggert@cs.ucla.edu>
1746
1747 Merge from gnulib, incorporating:
1748 2014-01-02 manywarnings: remove -Wmudflap
1749 This ports better to GCC 4.9-to-be.
1750
1751 2013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
1752
1753 * configure.ac (canonical, C_SWITCH_SYSTEM): Support a 64-bit
1754 MinGW64 build on MS-Windows.
1755
1756 2013-12-29 Jan Djärv <jan.h.d@swipnet.se>
1757
1758 * configure.ac (xcsdkdir): Only set if using xcrun.
1759
1760 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
1761
1762 * configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem.
1763 Reported by YAMAMOTO Mitsuharu in:
1764 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00995.html
1765
1766 2013-12-28 Jan Djärv <jan.h.d@swipnet.se>
1767
1768 * configure.ac: Fix CC detection for xcrun case.
1769
1770 2013-12-28 Paul Eggert <eggert@cs.ucla.edu>
1771
1772 Fix problem with MAKE and xcrun configuration.
1773 * configure.ac: Don't set MAKE unless 'make' doesn't work.
1774 Set it only in the environment, not in the makefile.
1775 Reported by Glenn Morris in:
1776 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html
1777
1778 2013-12-27 Paul Eggert <eggert@cs.ucla.edu>
1779
1780 Port xcrun configuration to GNU/Linux.
1781 * configure.ac (xcsdkdir): Default to empty.
1782 (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to
1783 just before AM_INIT_AUTOMAKE, to make the dependency between it
1784 and automake clearer.
1785 (CC): Don't use AC_PROG_CC twice; only the first use expands to the
1786 shell code that is wanted, which breaks 'configure' on non-Darwin
1787 platforms. Instead, fix CC by hand if it's not found.
1788
1789 2013-12-27 Jan Djärv <jan.h.d@swipnet.se>
1790
1791 * configure.ac: Detect xcrun on OSX and use it for make, gcc and
1792 libxml.
1793
1794 2013-12-26 Paul Eggert <eggert@cs.ucla.edu>
1795
1796 Fix core dumps with gcc -fsanitize=address and GNU/Linux.
1797 * configure.ac: Check whether addresses are sanitized.
1798 (CANNOT_DUMP): Warn if addresses are sanitized and not CANNOT_DUMP.
1799 (DOUG_LEA_MALLOC): Do not define if addresses are sanitized.
1800 (SYSTEM_MALLOC): Define if addresses are sanitized.
1801
1802 2013-12-24 Paul Eggert <eggert@cs.ucla.edu>
1803
1804 Automate the procedure for updating copyright year.
1805 * build-aux/update-copyright: New file.
1806 * make-dist: Distribute it.
1807 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1808
1809 2013-12-23 Andreas Schwab <schwab@linux-m68k.org>
1810
1811 * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
1812 AC_CONFIG_HEADERS.
1813
1814 2013-12-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1815
1816 * .gitignore: Ignore refcard temporaries and info/*.info files.
1817
1818 2013-12-17 Paul Eggert <eggert@cs.ucla.edu>
1819
1820 Merge from gnulib, incorporating:
1821 2013-12-17 gettimeofday: port recent C++ fix to Emacs
1822 2013-12-17 gettimeofday: fix C++ crosscompilation
1823 2013-12-17 qacl: port to Windows better
1824 * lib/file-has-acl.c, lib/time.in.h, m4/gettimeofday.m4, m4/time_h.m4:
1825 Update from gnulib.
1826 * lib/gnulib.mk: Regenerate.
1827
1828 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
1829
1830 * INSTALL: Clarify treatment of image libraries.
1831
1832 2013-12-14 Paul Eggert <eggert@cs.ucla.edu>
1833
1834 Use bool for boolean, focusing on headers.
1835 * configure.ac (PTY_OPEN, GC_MARK_SECONDARY_STACK):
1836 Use bool for boolean.
1837
1838 2013-12-14 Dani Moncayo <dmoncayo@gmail.com>
1839
1840 * configure.ac (srcdir) [MINGW32]: If it is an absolute path,
1841 force the format "/c/foo/bar" to simplify conversions to native
1842 windows format.
1843
1844 2013-12-13 Glenn Morris <rgm@gnu.org>
1845
1846 * INSTALL: No longer mention load-path and site-init/site-load.
1847
1848 2013-12-12 Glenn Morris <rgm@gnu.org>
1849
1850 * Makefile.in (install-info): Handle missing info/dir.
1851 (info_dir_deps): New variable.
1852 (${srcdir}/info/dir): Depend on .texi files rather than .info files.
1853 (check-info): Update topics.
1854 * build-aux/make-info-dir: Use .texi files rather than .info files.
1855 Update topics.
1856
1857 * Makefile.in (install-info): Remove some useless subshells.
1858
1859 Stop keeping info/dir in the repository.
1860 * build-aux/dir_top: Move here from admin/.
1861 * build-aux/make-info-dir: New script.
1862 * Makefile.in (bootstrap-clean): Delete info/.
1863 (info-dir, ${srcdir}/info/dir): New rules.
1864 (info): Also make info-dir.
1865 (check-info): Rename from check-info-dir.
1866 Instead of info/dir entries, check @dircategory in info/*.info.
1867 * make-dist: Use `info' rule rather than `info-real'.
1868 No more info/COPYING (not even the right license for info/ files).
1869 Distribute new build-aux files.
1870
1871 * info/: Remove from repository.
1872
1873 2013-12-11 Glenn Morris <rgm@gnu.org>
1874
1875 * info/dir: Add octave-mode.
1876
1877 2013-12-11 Paul Eggert <eggert@cs.ucla.edu>
1878
1879 Remove the option of using libcrypto.
1880 This scorches the earth and waits for spring;
1881 see Ted Zlatanov and Stefan Monnier in
1882 <http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>.
1883 * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove.
1884 Do not say whether Emacs is configured to use a crypto library,
1885 since it's no longer an option.
1886 (gl_CRYPTO_CHECK): Define a dummy.
1887 * lib/gl_openssl.h, m4/gl-openssl.m4: Remove.
1888
1889 2013-12-10 Paul Eggert <eggert@cs.ucla.edu>
1890
1891 * configure.ac: Disable libcrypto by default.
1892
1893 Merge from gnulib, incorporating:
1894 2013-12-07 md5, sha1, sha256, sha512: fix link error with partial lib
1895 * m4/gl-openssl.m4: Update from gnulib.
1896
1897 2013-12-08 Eli Zaretskii <eliz@gnu.org>
1898
1899 * configure.ac (HAVE_RSVG) [mingw32]: Don't link against librsvg
1900 statically.
1901
1902 2013-12-08 Paul Eggert <eggert@cs.ucla.edu>
1903
1904 * configure.ac: Simplify supression of GTK deprecation warning.
1905 Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line
1906 and into config.h, to shorten the command line when doing 'make'.
1907 Don't AC_SUBST GTK_CFLAGS, as this is not needed.
1908
1909 Use libcrypto's checksum implementations if available, for speed.
1910 On commonly used platform libcrypto uses architecture-specific
1911 assembly code, which is significantly faster than the C code we
1912 were using. See Pádraig Brady's note in
1913 <http://lists.gnu.org/archive/html/bug-gnulib/2013-12/msg00000.html>.
1914 Merge from gnulib, incorporating:
1915 2013-12-07 md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
1916 2013-12-07 md5, sha1, sha256, sha512: add 'auto', and set-default method
1917 2013-12-04 include_next: minimize code duplication
1918 2013-12-03 md5, sha1, sha256, sha512: support mandating use of openssl
1919 2013-12-02 md5, sha1, sha256, sha512: use openssl routines if available
1920 * configure.ac (--without-all): Set with_openssl_default too.
1921 Use gl_SET_CRYPTO_CHECK_DEFAULT to default to 'auto'.
1922 (HAVE_LIB_CRYPTO): New var.
1923 Say whether Emacs is configured to use a crypto library.
1924 * lib/gl_openssl.h, m4/absolute-header.m4, m4/gl-openssl.m4:
1925 New files, copied from gnulib.
1926 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1927 * lib/md5.c, lib/md5.h, lib/sha1.c, lib/sha1.h:
1928 * lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
1929 * m4/include_next.m4, m4/md5.m4, m4/sha1.m4, m4/sha256.m4, m4/sha512.m4:
1930 Update from gnulib.
1931
1932 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
1933
1934 * .dir-locals.el (log-edit-move): Add the "Author: " header.
1935
1936 2013-11-30 Dani Moncayo <dmoncayo@gmail.com>
1937
1938 * build-aux/msys-to-w32 (w32pathlist): Do not translate paths
1939 starting with %emacs_dir%.
1940
1941 2013-11-30 Glenn Morris <rgm@gnu.org>
1942
1943 Stop keeping (most) generated cedet grammar files in the repository.
1944 * configure.ac (SUBDIR_MAKEFILES, AC_CONFIG_FILES):
1945 Add admin/grammars Makefile.
1946 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1947 Also clean admin/grammars, if present.
1948
1949 2013-11-29 Dani Moncayo <dmoncayo@gmail.com>
1950
1951 * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
1952
1953 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * configure.ac (HAVE_MENUS): Remove.
1956
1957 2013-11-28 Glenn Morris <rgm@gnu.org>
1958
1959 * configure.ac (PATH_SEP): Replace with pre-existing SEPCHAR.
1960
1961 2013-11-28 Eli Zaretskii <eliz@gnu.org>
1962
1963 * GNUmakefile (Makefile): Don't use $(CFG).
1964 (CFG): Don't compute.
1965
1966 * configure.ac (PATH_SEP): Set and AC_SUBST.
1967
1968 2013-11-27 Paul Eggert <eggert@cs.ucla.edu>
1969
1970 Merge from gnulib, incorporating:
1971 2013-11-13 getgroups: work around _DARWIN_C_SOURCE problem
1972 * lib/getgroups.c: Update from gnulib.
1973
1974 2013-11-27 Glenn Morris <rgm@gnu.org>
1975
1976 Move ja-dic, quail, leim-list.el from leim to lisp/leim.
1977 * Makefile.in (abs_builddir, leimdir): Remove.
1978 (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory.
1979 (epaths-force-w32): No longer set BLD.
1980 (leim): Remove.
1981 (install-arch-indep): No longer run or install leim.
1982 (mostlyclean, clean): No longer run leim rule.
1983 (bootstrap-clean): Change leim target.
1984 (maintainer-clean): Add leim.
1985 (check-declare): Remove leim.
1986 * README: Update for leim changes.
1987 * configure.ac (leimdir): Remove.
1988 (standardlisppath): No more leimdir.
1989
1990 * make-dist: Update for files from leim/ now being in lisp/leim/.
1991
1992 2013-11-26 Glenn Morris <rgm@gnu.org>
1993
1994 Preload leim-list.el.
1995 * Makefile.in (abs_builddir): New, set by configure.
1996 (buildlisppath): Add leim/.
1997 (epaths-force-w32): Set BLD.
1998
1999 2013-11-21 Paul Eggert <eggert@cs.ucla.edu>
2000
2001 Fix some dependency problems that cause unnecessary recompiles.
2002 * configure.ac (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS):
2003 Remove.
2004 (LIBXMENU): Now is always either empty or a file name,
2005 so that it can be used as a dependency.
2006
2007 2013-11-20 Glenn Morris <rgm@gnu.org>
2008
2009 * make-dist: Distribute build-aux/msys-to-w32.
2010
2011 2013-11-20 Dani Moncayo <dmoncayo@gmail.com>
2012
2013 * build-aux/msys-to-w32: New file.
2014 * Makefile.in (msys_to_w32, msys_lisppath_to_w32): Remove.
2015 (msys_w32prefix_subst): Rename from msys_prefix_subst.
2016 Operate on w32prefixpattern.
2017 (epaths-force-w32): Use build-aux/msys-to-w32.
2018
2019 2013-11-17 Paul Eggert <eggert@cs.ucla.edu>
2020
2021 * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
2022 It apparently doesn't work for GCC 3, and I suppose it's more
2023 trouble than it's worth to worry about this.
2024
2025 2013-11-15 Paul Eggert <eggert@cs.ucla.edu>
2026
2027 * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
2028
2029 2013-11-14 Paul Eggert <eggert@cs.ucla.edu>
2030
2031 Simplify, port and tune bool vector implementation.
2032 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T): Remove.
2033
2034 2013-11-13 Paul Eggert <eggert@cs.ucla.edu>
2035
2036 * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
2037
2038 2013-11-12 Dani Moncayo <dmoncayo@gmail.com>
2039
2040 * configure.ac [MINGW32]: Source nt/mingw-cfg.site.
2041 * make-dist: Don't distribute nt/msysconfig.sh.
2042
2043 * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
2044
2045 2013-11-08 Paul Eggert <eggert@cs.ucla.edu>
2046
2047 Merge from gnulib, incorporating:
2048 2013-11-08 extern-inline: port better to OS X 10.9
2049 2013-11-08 fpending: fix regression on DragonFly BSD
2050 * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4:
2051 Update from gnulib.
2052
2053 2013-11-07 Paul Eggert <eggert@cs.ucla.edu>
2054
2055 Port to C11 aligned_alloc.
2056 * configure.ac (GMALLOC_OBJ): Initialize to empty if !system_malloc
2057 and doug_lea_malloc.
2058 (aligned_alloc): Test for existence if !GMALLOC_OBJ and not darwin.
2059 (posix_memalign): Test for existence only if !GMALLOC_OBJ and
2060 not darwin and !aligned_alloc.
2061
2062 2013-11-05 Glenn Morris <rgm@gnu.org>
2063
2064 * configure.ac (abs_srcdir) [MINGW32]: No point setting it here,
2065 config.status computes it.
2066 * Makefile.in (epaths-force-w32): Move srcdir tweak here.
2067
2068 * autogen/: Remove directory. Move update_autogen to admin/.
2069 * autogen.sh: Remove reference to copy_autogen.
2070 * GNUmakefile (configure):
2071 * Makefile.in (bootstrap): Do not try to run copy_autogen.
2072 * config.bat: Use msdos/autogen rather than autogen.
2073
2074 2013-11-05 Paul Eggert <eggert@cs.ucla.edu>
2075
2076 Simplify and port recent bool vector changes.
2077 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T):
2078 New symbols to configure.
2079
2080 2013-11-04 Eli Zaretskii <eliz@gnu.org>
2081
2082 * configure.ac: Don't disallow builds in non-ASCII directories.
2083 (Bug#15260)
2084
2085 2013-11-04 Paul Eggert <eggert@cs.ucla.edu>
2086
2087 Port to stricter C99 platforms.
2088 Merge from gnulib, incorporating:
2089 2013-11-03 intprops: port to Oracle Studio c99
2090 * lib/intprops.h: Update from gnulib.
2091
2092 2013-11-02 Glenn Morris <rgm@gnu.org>
2093
2094 * Makefile.in (check): Depend on all.
2095
2096 2013-10-31 Glenn Morris <rgm@gnu.org>
2097
2098 * configure.ac: Use [!...] rather than [^...], for ksh. (Bug#15769)
2099
2100 2013-10-30 Glenn Morris <rgm@gnu.org>
2101
2102 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
2103 Also clean admin/unidata, if present.
2104
2105 2013-10-27 Glenn Morris <rgm@gnu.org>
2106
2107 * configure.ac: It seems installing in non-ASCII is not, in fact, ok.
2108
2109 2013-10-25 Glenn Morris <rgm@gnu.org>
2110
2111 * configure.ac: It seems _installing_ in non-ASCII is ok, not building.
2112
2113 2013-10-24 Glenn Morris <rgm@gnu.org>
2114
2115 * configure.ac:
2116 * Makefile.in (install-arch-indep, install-etcdoc, install-info):
2117 Avoid non-portable "`\" nesting.
2118
2119 * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
2120
2121 * Makefile.in (abs_top_srcdir): New, set by configure.
2122
2123 2013-10-23 Glenn Morris <rgm@gnu.org>
2124
2125 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260)
2126
2127 Progress towards allowing installation in directories with whitespace.
2128 * Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
2129 (install-arch-indep, install-etcdoc, install-info, install-man)
2130 (install-etc, uninstall, install-nt, uninstall-nt):
2131 Quote entities that might contain whitespace.
2132 * build-aux/update-subdirs: Handle whitespace in argument.
2133 Check cd return value.
2134
2135 Make building in directories with whitespace possible. (Bug#15675)
2136 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
2137 (src/.gdbinit): Use ac_abs_top_srcdir.
2138 * Makefile.in (abs_srcdir): New, set by configure.
2139 (buildlisppath, epaths-force-w32): Use abs_srcdir.
2140 (install-arch-indep, install-etcdoc, install-info, install-man)
2141 (install-etc): Quote entities that might contain whitespace.
2142
2143 2013-10-23 Paul Eggert <eggert@cs.ucla.edu>
2144
2145 Merge from gnulib, incorporating:
2146 2013-10-14 acl: allow cross-compilation to Gentoo
2147 2013-10-18 extern-inline: make safe for -Wundef usage
2148 2013-09-30 fpending: use pure+const function attrs
2149 * lib/fpending.h, m4/acl.m4, m4/extern-inline.m4: Update from gnulib.
2150
2151 2013-10-13 Glenn Morris <rgm@gnu.org>
2152
2153 * configure.ac [alpha]: Explicit error in non-ELF case. (Bug#15601)
2154
2155 2013-10-12 Paul Eggert <eggert@cs.ucla.edu>
2156
2157 Merge from gnulib, incorporating:
2158 2013-10-10 strtoumax: port to Solaris 8
2159 2013-10-09 strtoimax, strtoumax: port to HP-UX 11.11
2160 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2161 * lib/inttypes.in.h, lib/strtoimax.c, m4/inttypes.m4, m4/strtoimax.m4:
2162 * m4/strtoumax.m4:
2163 Update from gnulib.
2164
2165 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the empty
2168 string when gnutls2 is installed but gnutls3 is not.
2169
2170 2013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
2171
2172 * configure.ac: Define HAVE_GNUTLS3 if GnuTLS v3 is found.
2173
2174 2013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
2175
2176 * configure.ac: Update for giflib 5. (Bug#15531)
2177
2178 2013-10-08 Eli Zaretskii <eliz@gnu.org>
2179
2180 * configure.ac (HAVE_MENUS): Define unconditionally.
2181
2182 2013-10-07 Paul Eggert <eggert@cs.ucla.edu>
2183
2184 Improve support for popcount and counting trailing zeros (Bug#15550).
2185 Do this by using the Gnulib modules for this.
2186 This should generate faster code on non-GCC, non-MSC platforms,
2187 and make the code a bit more portable, at least in theory.
2188 * lib/count-one-bits.c, lib/count-one-bits.h:
2189 * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
2190 * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
2191 New files, copied from gnulib.
2192 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2193
2194 2013-10-04 Paul Eggert <eggert@cs.ucla.edu>
2195
2196 Use hardware support for byteswapping on glibc x86 etc.
2197 * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
2198 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2199
2200 2013-10-03 Paul Eggert <eggert@cs.ucla.edu>
2201
2202 Merge from gnulib, incorporating:
2203 2013-10-02 verify: new macro 'assume'
2204 2013-09-26 dup2, dup3: work around another cygwin crasher
2205 2013-09-26 getdtablesize: work around cygwin issue
2206
2207 2013-09-25 Paul Eggert <eggert@cs.ucla.edu>
2208
2209 Merge from gnulib, incorporating:
2210 2013-09-24 manywarnings: enable nicer gcc warning messages
2211 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
2212 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
2213 * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
2214 and -funit-at-a-time, since manywarnings does that for us now.
2215
2216 2013-09-23 Jan Djärv <jan.h.d@swipnet.se>
2217
2218 * configure.ac: With clang, check for and use -Wno-switch,
2219 -Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
2220
2221 2013-09-23 Daniel Colascione <dancol@dancol.org>
2222
2223 * configure.ac: Check for valgrind headers.
2224
2225 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
2226
2227 * INSTALL: New homepage of libtiff.
2228
2229 2013-09-20 Paul Eggert <eggert@cs.ucla.edu>
2230
2231 Work around performance bug on OS X 10.8 and earlier.
2232 Perhaps Apple will fix this bug some day.
2233 See the thread starting with Daniel Colascione's email in:
2234 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html
2235 * configure.ac (FORTIFY_SOUR): New verbatim section.
2236
2237 2013-09-19 Paul Eggert <eggert@cs.ucla.edu>
2238
2239 Merge from gnulib, incorporating:
2240 2013-09-19 stdio: OS X port of putc_unlocked + extern inline
2241 2013-09-19 signal: OS X port of sigaddset etc. + extern inline
2242 2013-09-19 extern-inline: do not always suppress extern inline on OS X
2243 2013-09-17 getgroups: statement without effect
2244 2013-08-28 headers: check that _GL_INLINE_HEADER_BEGIN is defined
2245
2246 2013-09-19 Eli Zaretskii <eliz@gnu.org>
2247
2248 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
2249 is in the full /d/foo/bar form. See the discussion in
2250 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html,
2251 and in particular
2252 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html
2253 and its followups, for the details.
2254
2255 2013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
2256
2257 * configure.ac: Do not check for g_type_init because we
2258 require glib >= 2.28 for GTK3, glib >= 2.10 for GTK2,
2259 glib >= 2.26 for GSettings and glib >= 2.7.0 for GConf, so
2260 suitable glib should provide g_type_init unconditionally.
2261
2262 2013-09-15 Jan Djärv <jan.h.d@swipnet.se>
2263
2264 * configure.ac: Add check for OSX 10.5, required for macfont.o.
2265
2266 2013-09-09 Glenn Morris <rgm@gnu.org>
2267
2268 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
2269 (LDFLAGS): Move nocombreloc option from here...
2270 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2271
2272 2013-09-08 Glenn Morris <rgm@gnu.org>
2273
2274 * configure.ac (--without-compress-install):
2275 Rename from --without-compress-info. (Bug#9789)
2276 (GZIP_INFO): Remove.
2277 (GZIP_PROG): Allow --without-compress-install to disable it.
2278 * Makefile.in (GZIP_INFO): Remove all references.
2279
2280 * info/dir: Tweak emacs-gnutls entry.
2281
2282 2013-09-07 Paul Eggert <eggert@cs.ucla.edu>
2283
2284 Port --without-x --enable-gcc-warnings to Fedora 19.
2285 * configure.ac (WERROR_CFLAGS): Omit redundant use of
2286 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
2287 -Wunused-parameter. If there is no window system, also omit
2288 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
2289 is needed for Fedora 19.
2290
2291 2013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
2292
2293 Make --without-x compatible with --enable-gcc-warnings.
2294 * configure.ac: If both --without-x and --enable-gcc-warnings are
2295 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
2296 and -Wno-unused-but-set-parameter.
2297
2298 2013-09-04 Paul Eggert <eggert@cs.ucla.edu>
2299
2300 Makefile improvements.
2301 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
2302 (src): Remove duplicate dependency on FRC.
2303 Invoke just one submake, not two. Avoid the need for 'pwd'.
2304
2305 2013-09-02 Jan Djärv <jan.h.d@swipnet.se>
2306
2307 * configure.ac: Add ns_check_file.
2308
2309 2013-08-31 Glenn Morris <rgm@gnu.org>
2310
2311 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
2312 and voxware to oss.
2313
2314 2013-08-31 Ulrich Müller <ulm@gentoo.org>
2315
2316 * configure.ac: Allow for --with-sound=voxware that will enable
2317 sound but otherwise disable ALSA. This will use the OSS device,
2318 typically /dev/dsp, for sound output. (Bug#15067)
2319
2320 2013-08-31 Glenn Morris <rgm@gnu.org>
2321
2322 * make-dist: Update for nt/INSTALL* changes.
2323
2324 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2325
2326 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
2327 for portability to hosts where /bin/sh has problems.
2328
2329 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
2332
2333 2013-08-27 Paul Eggert <eggert@cs.ucla.edu>
2334
2335 Simplify EMACS_TIME-related code.
2336 Merge from gnulib, incorporating:
2337 2013-08-27 timespec: new convenience constants and function
2338
2339 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
2340
2341 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
2342 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
2343
2344 2013-08-27 Glenn Morris <rgm@gnu.org>
2345
2346 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
2347
2348 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
2349 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
2350 * Makefile.in (check-info-dir): Ignore efaq-w32.
2351
2352 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
2353 (maintainer-clean, check-declare): Remove pointless subshells.
2354 Check cd return value.
2355
2356 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
2357
2358 Minor merge from gnulib (mostly just for texinfo.tex).
2359
2360 2013-08-22 Paul Eggert <eggert@cs.ucla.edu>
2361
2362 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
2363 This improves on the patch already installed, by quoting options
2364 that contain spaces and suchlike systematically, so that
2365 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
2366 these characters.
2367
2368 2013-08-21 Paul Eggert <eggert@cs.ucla.edu>
2369
2370 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
2371 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
2372 and reports EINVAL, try it again without O_CLOEXEC. This should
2373 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
2374 What were they thinking?
2375
2376 2013-08-20 Paul Eggert <eggert@cs.ucla.edu>
2377
2378 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
2379 Fix shell-operator precedence problem in previous change.
2380
2381 2013-08-20 Glenn Morris <rgm@gnu.org>
2382
2383 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
2384 Clean test/automated if present.
2385
2386 2013-08-19 Paul Eggert <eggert@cs.ucla.edu>
2387
2388 Merge from gnulib, incorporating:
2389 2013-08-15 warnings: minor optimization
2390 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
2391
2392 2013-08-15 Ken Brown <kbrown@cornell.edu>
2393
2394 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
2395
2396 2013-08-15 Glenn Morris <rgm@gnu.org>
2397
2398 * make-dist: Do not distribute etc/refcards TeX intermediate files.
2399 * Makefile.in (install-arch-indep):
2400 Do not install etc/refcards TeX intermediate files.
2401
2402 2013-08-14 Ulrich Müller <ulm@gentoo.org>
2403
2404 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
2405
2406 2013-08-12 Eli Zaretskii <eliz@gnu.org>
2407
2408 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
2409
2410 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
2411
2412 Minor zlib configuration tweaks.
2413 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
2414
2415 2013-08-12 Eli Zaretskii <eliz@gnu.org>
2416
2417 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
2418
2419 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
2420
2421 Merge from gnulib, incorporating:
2422 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
2423 2013-08-10 sys_time: port to OpenBSD
2424
2425 2013-08-12 Glenn Morris <rgm@gnu.org>
2426
2427 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
2428 with configure's standard --docdir argument. All uses updated.
2429 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
2430 (install-etcdoc): Rename from install-doc. All uses updated.
2431 (uninstall): Run uninstall-doc.
2432 (PSS): Add misc-ps.
2433 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
2434 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
2435 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
2436 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
2437 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
2438 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
2439
2440 2013-08-11 Paul Eggert <eggert@cs.ucla.edu>
2441
2442 Add --with-zlib to 'configure'.
2443 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
2444 can be built without zlib. Don't assume that -lz is needed on
2445 non-PNG hosts. Mention zlib configuration status in 'configure' output.
2446
2447 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2448
2449 * configure.ac: Test for zlib.
2450
2451 2013-08-10 Eli Zaretskii <eliz@gnu.org>
2452
2453 * configure.ac: Define and substitute UPDATE_MANIFEST.
2454
2455 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
2456
2457 * info/dir: Add todo-mode.
2458
2459 2013-08-04 Paul Eggert <eggert@cs.ucla.edu>
2460
2461 Fix some minor races in hosts lacking mkostemp (Bug#15015).
2462 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
2463 * configure.ac (mkostemp): Remove check for this function;
2464 gnulib does the check now.
2465 (mkstemp): Remove check for this no-longer-used function.
2466 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
2467 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
2468 New files, copied from Gnulib.
2469 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2470
2471 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
2472
2473 * INSTALL (DETAILED BUILDING AND INSTALLATION):
2474 Add --without-file-notification to --without-all.
2475
2476 2013-07-29 Xue Fuqiao <xfq.free@gmail.com>
2477
2478 * INSTALL: Fix description.
2479
2480 2013-07-27 Glenn Morris <rgm@gnu.org>
2481
2482 * configure.ac: Extend the --with-sound option to allow
2483 specification of OSS or ALSA (see bug#14812#64).
2484
2485 2013-07-25 Glenn Morris <rgm@gnu.org>
2486
2487 * info/dir: Add ido.
2488
2489 * make-dist: Add a --tests option, to include test/.
2490
2491 2013-07-24 Glenn Morris <rgm@gnu.org>
2492
2493 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
2494
2495 2013-07-23 Glenn Morris <rgm@gnu.org>
2496
2497 * configure.ac (etc, lisp): No need to create specially.
2498 Configure already creates lisp, src/Makefile now creates etc.
2499
2500 2013-07-23 Paul Eggert <eggert@cs.ucla.edu>
2501
2502 Port to GNU/Linux systems with tinfo but not ncurses.
2503 * configure.ac (USE_NCURSES): New symbol.
2504
2505 2013-07-20 Paul Eggert <eggert@cs.ucla.edu>
2506
2507 Fix array bounds violation when pty allocation fails.
2508 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
2509 not sizeof pty_name, since pty_name is now a pointer to the array.
2510
2511 2013-07-13 Paul Eggert <eggert@cs.ucla.edu>
2512
2513 * configure.ac: Simplify --with-file-notification handling.
2514
2515 2013-07-12 Glenn Morris <rgm@gnu.org>
2516
2517 * configure.ac: If with-file-notification=yes, if gfile not found,
2518 go on to try inotify (not on MS Windows or Nextstep).
2519
2520 2013-07-12 Paul Eggert <eggert@cs.ucla.edu>
2521
2522 Fix races with threads and file descriptors.
2523 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
2524
2525 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
2526
2527 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
2528
2529 2013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
2530
2531 * configure.ac (HAVE_W32): Avoid nested functions (the second
2532 argument of AC_LANG_PROGRAM is already expanded inside a
2533 function). (Bug#14830)
2534
2535 2013-07-09 Paul Eggert <eggert@cs.ucla.edu>
2536
2537 Port recent close-on-exec changes to Cygwin (Bug#14821).
2538 * lib/binary-io.c, lib/binary-io.h: New files.
2539 Merge from gnulib, incorporating:
2540 2013-07-09 accept4, dup3, pipe2: port to Cygwin
2541 * lib/pipe2.c: Update from gnulib, as part of this merge.
2542 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2543
2544 Handle errno and exit status a bit more carefully.
2545 * lib/ignore-value.h: Remove this gnulib-imported file.
2546 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2547
2548 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
2549
2550 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
2551
2552 2013-07-08 Paul Eggert <eggert@cs.ucla.edu>
2553
2554 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
2555 This incorporates the following merge from gnulib:
2556 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
2557
2558 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
2559
2560 Port to Ubuntu 10 (Bug#14803).
2561 * configure.ac (accept4): New function to check for.
2562
2563 Make file descriptors close-on-exec when possible (Bug#14803).
2564 * configure.ac (mkostemp): New function to check for.
2565 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
2566 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
2567 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
2568 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2569
2570 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
2571
2572 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
2573 http://bugs.debian.org/712974
2574
2575 2013-07-02 Paul Eggert <eggert@cs.ucla.edu>
2576
2577 Remove some unused macros from 'configure'.
2578 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
2579 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
2580 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
2581 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2582 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2583 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
2584 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
2585 Remove these macros, as they are not used.
2586 (sys_siglist): Remove macro; src/sysdep.c now does this.
2587
2588 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
2589 Also check that it links. Say whether it compiled and linked.
2590
2591 2013-07-01 Paul Eggert <eggert@cs.ucla.edu>
2592
2593 Merge from gnulib, incorporating:
2594 2013-06-23 ignore-value: port to gcc -pedantic
2595 2013-06-21 extern-inline: port to gcc -std=c89
2596
2597 2013-06-30 Paul Eggert <eggert@cs.ucla.edu>
2598
2599 Do not use GTK 3 if it exists but cannot be compiled.
2600 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
2601 exists but cannot be compiled.
2602
2603 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
2604
2605 * Makefile.in (install-arch-indep): Do not create directories passed
2606 with --enable-locallisppath.
2607
2608 2013-06-24 Glenn Morris <rgm@gnu.org>
2609
2610 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
2611
2612 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
2613
2614 * .bzrignore: Add GNU idutils ID database file.
2615
2616 2013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2617
2618 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
2619 as a fallback.
2620
2621 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2622
2623 * .bzrignore: Don't unignore cl-loaddefs.el.
2624
2625 2013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2626
2627 * configure.ac (log2): Check for this function.
2628
2629 2013-06-19 Juanma Barranquero <lekktu@gmail.com>
2630
2631 * .bzrignore: Add GNU GLOBAL files.
2632
2633 2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
2634
2635 Use functions, not macros, for XINT etc. (Bug#11935).
2636 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
2637 as it generates bogus warnings about reasonable casts of calls.
2638
2639 2013-06-16 Paul Eggert <eggert@cs.ucla.edu>
2640
2641 * configure.ac: Report ACL usage at the end (Bug#14612).
2642
2643 2013-06-11 Paul Eggert <eggert@cs.ucla.edu>
2644
2645 --without-all should imply --with-file-notification=no. (Bug#14569)
2646 * configure.ac (with_file_notification): Default to $with_features.
2647
2648 2013-06-09 Paul Eggert <eggert@cs.ucla.edu>
2649
2650 Merge from gnulib, incorporating:
2651 2013-06-02 sig2str: port to C++
2652 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
2653
2654 2013-06-08 Jan Djärv <jan.h.d@swipnet.se>
2655
2656 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
2657 (with_file_notification): Don't set to gfile if with_ns = yes.
2658
2659 2013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
2660
2661 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
2662 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
2663 New variables.
2664 (epaths-force-w32): Use them. (Bug#14513)
2665
2666 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
2667
2668 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
2669
2670 2013-06-03 Eli Zaretskii <eliz@gnu.org>
2671
2672 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
2673 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
2674
2675 2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
2676
2677 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
2678 used. Remove xgselect.o from XOBJ.
2679
2680 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
2681
2682 * configure.ac (file-notification): New option, replaces inotify option.
2683 (HAVE_W32): Remove w32notify.o.
2684 (with_file_notification): Add checks for glib and w32. Adapt check
2685 for inotify.
2686 (Summary): Add entry for file notification.
2687
2688 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
2689 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
2690
2691 2013-06-02 Juanma Barranquero <lekktu@gmail.com>
2692
2693 * .bzrignore: Ignore dirs libexec/, share/ and var/.
2694
2695 2013-05-29 Xue Fuqiao <xfq.free@gmail.com>
2696
2697 * INSTALL: Fix description.
2698
2699 2013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2700
2701 * configure.ac (HAVE_XRANDR): Check availability of
2702 XRRGetScreenResources rather than that of XRRQueryExtension.
2703
2704 2013-05-18 Eli Zaretskii <eliz@gnu.org>
2705
2706 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
2707 nt/epaths.nt, and nt/INSTALL.MSYS.
2708
2709 2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
2710
2711 Port --enable-gcc-warnings to clang.
2712 * configure.ac (nw): Remove obsolescent warnings.
2713 These aren't needed for clang, or for gcc for that matter.
2714 (emacs_cv_clang): New var, which tests for clang.
2715 Omit warnings that clang is too picky about.
2716 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
2717 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
2718
2719 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
2720 Otherwise, 'configure; make' fails on non-Windows builds.
2721
2722 2013-05-16 Eli Zaretskii <eliz@gnu.org>
2723
2724 * lib/Makefile.am: If building for MS-Windows, include
2725 nt/gnulib.mk instead of lib/gnulib.mk.
2726
2727 * configure.ac: Adapt to MSYS build on MS-Windows.
2728
2729 * Makefile.in (NTDIR): New variable, for the MSYS build on
2730 MS-Windows.
2731 (SUBDIR): Add $(NTDIR).
2732 (.PHONY): Add epaths-force-w32.
2733 (msys_to_w32): New variable.
2734 (epaths-force-w32, install-nt, uninstall-nt): New targets.
2735 (lib-src src): Add $(NTLIB) to prerequisites.
2736 (lib lib-src lisp leim nt): Add 'nt'.
2737 (config.status): Use $(CFG).
2738 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
2739 (install, install-arch-dep): Add install-$(NTDIR).
2740 (uninstall): Depend on uninstall-$(NTDIR).
2741 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
2742
2743 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
2744 CONFIG_SITE for the MSYS build on MS-Windows.
2745 (Makefile): Use $(CFG).
2746
2747 * .bzrignore: Ignore *.res, *.tmp, and *.map.
2748 Remove src/emacs.res.
2749
2750 2013-05-16 Paul Eggert <eggert@cs.ucla.edu>
2751
2752 Merge from gnulib, incorporating:
2753 2013-05-15 manywarnings: update for GCC 4.8.0
2754 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
2755 2013-05-15 sig2str, stdio, warnings: port to clang
2756
2757 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * Makefile.in (install-doc): DOC file is not version specific any more.
2760 * .bzrignore: Don't ignore DOC-* any more.
2761
2762 2013-05-13 Paul Eggert <eggert@cs.ucla.edu>
2763
2764 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
2765 Reported privately by Han Boetes <han@boetes.org>.
2766
2767 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
2768
2769 * lib/makefile.w32-in (ACL_H): New macro.
2770 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
2771
2772 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
2773
2774 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
2775 * configure.ac: Remove -with-acl option, since Gnulib does that for
2776 us now.
2777 (LIBACL_LIBS): Remove; no longer needed.
2778 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
2779 for the benefit of the new ACL implementation.
2780 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
2781 ($(BLD)/acl-errno-valid.$(O)): New rule.
2782 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
2783 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
2784 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
2785 New files, taken from gnulib.
2786 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2787
2788 2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
2789
2790 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
2791 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
2792
2793 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
2794
2795 Merge from gnulib, incorporating:
2796 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
2797
2798 2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
2799
2800 * make-dist: Keep necessary restrictions on file access.
2801
2802 2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
2803
2804 Merge from gnulib, incorporating:
2805 2013-04-28 extern-inline: work around bug in Sun c99
2806
2807 2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
2808
2809 Merge from gnulib, incorporating:
2810 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
2811
2812 2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
2813
2814 Port better to AIX (Bug#14258).
2815 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
2816 we did not already infer an optimization option, and -O works.
2817 AIX xlc needs -O, otherwise garbage collection doesn't work.
2818
2819 2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
2820
2821 * make-dist: Do not distribute admin/unidata/Makefile.
2822 It is generated by 'configure'.
2823
2824 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
2825 It messes up 'make distclean', and contains no useful information
2826 because it's a copy of subdirs.el.
2827
2828 2013-04-18 John Marino <gnugcc@marino.st> (tiny change)
2829
2830 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
2831
2832 2013-04-18 Glenn Morris <rgm@gnu.org>
2833
2834 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
2835 (LN_S_FILEONLY): New output variable.
2836 * Makefile.in (LN_S): Remove.
2837 (LN_S_FILEONLY): New, set by configure.
2838 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
2839
2840 2013-04-12 Ken Brown <kbrown@cornell.edu>
2841
2842 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
2843 `canonical' is `x86_64-unknown-cygwin'.
2844
2845 2013-04-09 Ken Brown <kbrown@cornell.edu>
2846
2847 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
2848 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
2849 (Bug#12993)
2850
2851 2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
2852
2853 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
2854 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
2855 and if not on GNU/Linux or FreeBSD.
2856 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
2857 lib/*.o is profiled too.
2858
2859 2013-03-30 Paul Eggert <eggert@cs.ucla.edu>
2860
2861 Merge from gnulib, incorporating:
2862 2013-03-29 stdalign: port to stricter ISO C11
2863 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
2864 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
2865
2866 2013-03-27 Paul Eggert <eggert@cs.ucla.edu>
2867
2868 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
2869 Subsumed by HAVE_XKB. All uses changed.
2870
2871 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
2872
2873 * configure.ac (HAVE_XKB): Define if Xkb is present.
2874
2875 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
2876
2877 Merge from gnulib, incorporating:
2878 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
2879
2880 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2881
2882 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
2883 * Makefile.in (QUIET_SUBMAKE): New macro.
2884 (install-info, uninstall): Use it.
2885
2886 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
2887 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
2888 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
2889 no way to do this in pkg-config, so make do with a reasonable
2890 approximation.
2891
2892 Automate the build of ja-dic.el (Bug#13984).
2893 * .bzrignore: Add leim/ja-dic/.
2894
2895 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
2896
2897 File synchronization fixes (Bug#13944).
2898 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
2899 (fsync): Remove check; now done by gnulib.
2900 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
2901 New files, from gnulib.
2902 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2903
2904 Merge from gnulib, incorporating:
2905 2013-03-13 putenv: port to Solaris 10
2906 2013-03-12 mktime: fix configure typo
2907 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
2908 2013-03-11 putenv: avoid compilation warning on mingw
2909 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
2910
2911 2013-03-11 Glenn Morris <rgm@gnu.org>
2912
2913 * Merge in all changes up to version 24.3 release.
2914
2915 2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
2916
2917 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
2918 It can mess up 'configure' runs.
2919
2920 2013-03-05 Glenn Morris <rgm@gnu.org>
2921
2922 * Makefile.in (install-man): Ignore gzip exit status.
2923
2924 2013-03-03 Glenn Morris <rgm@gnu.org>
2925
2926 * make-dist: Remove lzma (it's replaced by xz).
2927
2928 2013-03-01 Paul Eggert <eggert@cs.ucla.edu>
2929
2930 Merge from gnulib, incorporating:
2931 2013-02-21 putenv: port better to native Windows
2932 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
2933 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
2934
2935 2013-02-28 Ken Brown <kbrown@cornell.edu>
2936
2937 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
2938
2939 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
2940
2941 Simplify data_start configuration (Bug#13783).
2942 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
2943 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
2944 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
2945 not always needed.
2946 (HAVE_DATA_START): New macro.
2947
2948 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
2949
2950 Parallelize documentation builds.
2951 This speeds up building of documentation on multiprocessor
2952 platforms, and is motivated by Texinfo 5.0, which is much slower.
2953 Add a toplevel rule 'make docs' to make all the documentation.
2954 * .bzrignore: Add .dvi, .html, .ps.
2955 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
2956 ($(DOCS), docs, vi, html, pdf, ps): New rules.
2957 (info-real): Depend on $(INFOS) rather than doing it sequentially.
2958 (dvi): Depend on $(DVIS) rather than doing it sequentially.
2959
2960 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
2961
2962 Fix AIX port (Bug#13650).
2963 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
2964
2965 2013-02-12 Eli Zaretskii <eliz@gnu.org>
2966
2967 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
2968 ($(BLD)/memrchr.$(O)): New dependency.
2969
2970 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
2971
2972 Tune by using memchr and memrchr.
2973 * .bzrignore: Add string.h.
2974 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2975 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
2976 New files, from gnulib.
2977
2978 Merge from gnulib, incorporating:
2979 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
2980 2013-02-09 secure_getenv: fix C++ declaration typo
2981
2982 2013-02-11 Glenn Morris <rgm@gnu.org>
2983
2984 * configure.ac (emacs_config_options): Record some env vars.
2985
2986 2013-02-10 Glenn Morris <rgm@gnu.org>
2987
2988 * configure.ac (emacs_config_options): Strip out the (internal)
2989 arguments --no-create and --no-recursion.
2990
2991 2013-02-08 Paul Eggert <eggert@cs.ucla.edu>
2992
2993 Merge from gnulib, incorporating:
2994 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
2995 The MS-Windows port can remove careadlinkatcwd at its convenience.
2996 2013-02-08 extensions: port better to HP-UX
2997 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
2998 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
2999 2013-02-04 secure_getenv: new module [module not used by Emacs]
3000 2013-01-30 sys_time: port to Solaris 2.6
3001
3002 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
3003
3004 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
3005 On my host, this speeds up directory-files-and-attributes by a
3006 factor of 3, when applied to Emacs's src directory.
3007 These functions are standardized by POSIX and are common these
3008 days; fall back on a (slower) gnulib implementation if the host
3009 is too old to supply them.
3010 * .bzrignore: Add lib/dirent.h.
3011 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
3012 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
3013 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
3014 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3015 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
3016 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
3017 * m4/fstatat.m4: New files, from gnulib.
3018 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
3019 These last three are specific to Emacs and are not copied from gnulib.
3020 They are simpler than the gnulib versions and are tuned for Emacs.
3021
3022 2013-02-01 Glenn Morris <rgm@gnu.org>
3023
3024 * make-dist: Only README files exist in lisp/ now, not README*.
3025
3026 2013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
3027
3028 * .bzrignore: Add lib-src/blessmail.
3029
3030 2013-01-23 Paul Eggert <eggert@cs.ucla.edu>
3031
3032 Merge from gnulib, incorporating:
3033 2013-01-16 unistd: port to recent mingw
3034
3035 2013-01-19 Glenn Morris <rgm@gnu.org>
3036
3037 * Makefile.in (install-arch-indep): Put back a chmod that was
3038 removed 2012-05-19. (Bug#13430)
3039
3040 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
3041
3042 Merge from gnulib, incorporating:
3043 2013-01-16 largefile: port better to Mac OS X 10.5
3044 2013-01-15 stdint: fix build with Android's Bionic fox x86
3045
3046 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
3047
3048 * configure.ac: Document that --enable-gcc-warnings emits errors.
3049 (Bug#13448)
3050
3051 2013-01-13 Glenn Morris <rgm@gnu.org>
3052
3053 * make-dist: Add options for xz compression and no compression.
3054
3055 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
3056
3057 Enable conservative stack scanning for all architectures.
3058 Suggested by Stefan Monnier in
3059 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
3060 * configure.ac (GC_MARK_STACK): Remove.
3061
3062 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
3063
3064 * lib/getopt_.h: Remove trailing CRs that crept in.
3065
3066 2013-01-11 Eli Zaretskii <eliz@gnu.org>
3067
3068 * lib/getopt_.h: Regenerate.
3069
3070 2013-01-10 Paul Eggert <eggert@cs.ucla.edu>
3071
3072 Merge from gnulib, incorporating:
3073 2013-01-09 stdlib: port to Solaris 2.6
3074
3075 2013-01-04 Glenn Morris <rgm@gnu.org>
3076
3077 * info/dir: Add htmlfontify.
3078
3079 2013-01-04 Paul Eggert <eggert@cs.ucla.edu>
3080
3081 Merge from gnulib, incorporating:
3082 2013-01-04 stdio: remove now-unnecessary stdio.c
3083 2013-01-04 fprintftime: depend on stdio, not ignore-value
3084 2013-01-04 fwrite: silence __wur only for older glibc versions
3085 2013-01-04 fwrite: silence __wur without using inline
3086 * lib/stdio.c: Remove.
3087 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
3088 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3089
3090 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
3091
3092 Merge from gnulib, incorporating copyright-date changes and:
3093 2012-12-31 dup2: work around cygwin bug
3094
3095 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
3096
3097 * configure.ac: Check for GtkHandlebox.
3098 Check for GtkTearoffMenuItem.
3099 New enable: --enable-gtk-deprecation-warnings, default off.
3100 (HAVE_GTK3): If above enable is off, add
3101 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
3102
3103 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
3104
3105 * configure.ac (TEMACS_LDFLAGS2): Don't define.
3106 (LIBS_GNUSTEP): Set for GNUstep and substitute.
3107 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
3108
3109 2012-12-27 Glenn Morris <rgm@gnu.org>
3110
3111 * configure.ac (emacs_config_options): New.
3112 Use $@ rather than undocumented $ac_configure_args.
3113 Replace any embedded double quotes. (Bug#13274)
3114
3115 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
3116
3117 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
3118 (Bug#13222)
3119
3120 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
3121
3122 Revert static checking of stack smashing.
3123 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
3124 configured with --enable-gcc-warnings. -Wstack-protector causes
3125 diagnostics to be issued on Ubuntu 12.10 x86-64.
3126
3127 2012-12-24 Paul Eggert <eggert@cs.ucla.edu>
3128
3129 Merge from gnulib, incorporating:
3130 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
3131 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
3132 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
3133
3134 2012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
3135
3136 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
3137
3138 2012-12-16 Romain Francoise <romain@orebokech.com>
3139
3140 * configure.ac (acl): New option.
3141 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
3142 provided by libacl on GNU/Linux.
3143
3144 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3145
3146 Fix permissions bugs with setgid directories etc. (Bug#13125)
3147 * configure.ac (BSD4_2): Remove; no longer needed.
3148
3149 2012-12-13 Glenn Morris <rgm@gnu.org>
3150
3151 * info/dir: Add bovine, srecode, wisent.
3152
3153 2012-12-13 Andreas Schwab <schwab@suse.de>
3154
3155 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
3156 (uninstall): Likewise. (Bug#13142)
3157
3158 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
3159
3160 Merge from gnulib for 'inline' (Bug#13040), incorporating:
3161 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
3162 * m4/extern-inline.m4: Update from gnulib.
3163
3164 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
3165
3166 * lib/makefile.w32-in (SIG2STR_H): New macro.
3167 ($(BLD)/sig2str.$(O)): Update dependencies.
3168
3169 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
3170
3171 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
3172 There's no need to test for any of three inotify functions,
3173 since we use all three. Check for just the first one.
3174
3175 2012-12-10 Daniel Colascione <dancol@dancol.org>
3176
3177 * .bzrignore: Add src/emacs.res.
3178
3179 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
3180 build how to compile Windows resource files; use these variables
3181 to tell src/Makefile.in how and whether to compile resources.
3182
3183 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3184
3185 * configure.ac (inotify): New option.
3186 (HAVE_INOTIFY): Test for inotify.
3187
3188 2012-12-09 Andreas Schwab <schwab@linux-m68k.org>
3189
3190 * configure.ac: Fix source command in .gdbinit.
3191 Don't quote $MAKEINFO.
3192
3193 2012-12-09 Paul Eggert <eggert@cs.ucla.edu>
3194
3195 Allow spaces in some configuration vars (Bug#13078).
3196 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
3197 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
3198 All uses quoted, to allow spaces in these vars.
3199
3200 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
3201
3202 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
3203 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
3204 New files, copied automatically from gnulib.
3205 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3206
3207 2012-12-08 Eli Zaretskii <eliz@gnu.org>
3208
3209 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
3210 Remove a stray character at the beginning of the file.
3211 (Bug#13026)
3212
3213 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
3214
3215 Simplify get_lim_data.
3216 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
3217
3218 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
3219 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
3220 Use SIGCHLD rather than SIGCLD.
3221 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
3222 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3223 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
3224
3225 2012-12-06 Glenn Morris <rgm@gnu.org>
3226
3227 * configure.ac: Handle info/ files with or without ".info" extension.
3228
3229 2012-11-30 Paul Eggert <eggert@cs.ucla.edu>
3230
3231 Merge from gnulib for 'inline' (Bug#13040), incorporating:
3232 2012-11-29 snippet/warn-on-use: no 'static inline'
3233 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
3234 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
3235 2012-11-29 fflush, stat: no 'static inline'
3236 2012-11-29 stdio: better 'inline'
3237 2012-11-29 sys_stat: no 'static inline'
3238 2012-11-29 unistd: better 'inline'
3239 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
3240 2012-11-29 extern-inline: no 'static inline'
3241 2012-11-29 sys_socket: better 'inline'
3242 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
3243 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
3244 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
3245 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
3246 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
3247 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
3248 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
3249 Update from gnulib.
3250
3251 2012-11-27 Eli Zaretskii <eliz@gnu.org>
3252
3253 * make-dist (nt): Adjust to changes in names of the *.manifest files.
3254
3255 2012-11-24 Ken Brown <kbrown@cornell.edu>
3256
3257 * configure.ac (HAVE_MOUSE): Remove.
3258
3259 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
3260
3261 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
3262 * configure.ac: Do not check for dirent.h or closdir.
3263
3264 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
3265
3266 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
3267 * configure.ac: Do not check for getcwd or getwd.
3268
3269 2012-11-21 Glenn Morris <rgm@gnu.org>
3270
3271 * configure.ac (--enable-profiling): Doc fix.
3272
3273 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
3274
3275 Improve static checking of integer overflow and stack smashing.
3276 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
3277 if using GCC 4.7.2 or later on a platform with
3278 at least 64-bit long int. This improves static checking on these
3279 platforms, when configured with --enable-gcc-warnings.
3280
3281 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
3282
3283 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
3284 * configure.ac: Do not check for fcntl.h.
3285 * lib/gnulib.mk: Regenerate.
3286
3287 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
3288
3289 Remove no-longer-used pty_max_bytes variable.
3290 * configure.ac (fpathconf): Remove unnecessary check.
3291
3292 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
3293
3294 Use faccessat, not access, when checking file permissions (Bug#12632).
3295 * .bzrignore: Add lib/fcntl.h.
3296 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
3297 (gl_FCNTL_O_FLAGS): Define a dummy version.
3298 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
3299 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
3300 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
3301 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
3302 New files, from gnulib.
3303 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3304
3305 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
3306
3307 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
3308 * configure.ac (setpgid, setsid): Assume their existence.
3309 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
3310
3311 Simplify by assuming __fpending.
3312 Now that Emacs is using the gnulib fpending module,
3313 there's no need for Emacs to have a separate implementation.
3314 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
3315 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
3316
3317 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3318
3319 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
3320 $(BLD)/close-stream.$(O).
3321 ($(BLD)/close-stream.$(O))
3322 ($(BLD)/fpending.$(O)): New dependencies.
3323
3324 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
3325
3326 Fix data-loss with --batch (Bug#9574).
3327 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
3328 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
3329 New files, from gnulib.
3330 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3331
3332 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3333
3334 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
3335
3336 2012-11-02 Glenn Morris <rgm@gnu.org>
3337
3338 * Makefile.in (EMACS_ICON): New variable.
3339 (install-etc): Use EMACS_ICON to allow choice of icon.
3340
3341 2012-10-26 Glenn Morris <rgm@gnu.org>
3342
3343 * Makefile.in (EMACS_NAME): New variable.
3344 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
3345
3346 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
3347 applied to $EXEEXT.
3348
3349 * Makefile.in (uninstall): Don't abort if some directories are missing.
3350 Apply transformation rules to manual pages, desktop and icon files.
3351 No more emacs22 icons to uninstall.
3352
3353 2012-10-24 Glenn Morris <rgm@gnu.org>
3354
3355 * Makefile.in (install-etc, install-man):
3356 Don't apply program transform to standard file suffixes.
3357
3358 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
3359
3360 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
3361 This ports to Gentoo. Problem originally reported against coreutils,
3362 but Emacs has it too.
3363
3364 2012-10-23 Glenn Morris <rgm@gnu.org>
3365
3366 * Makefile.in (emacs_transform): Remove.
3367 (install-man): Revert 2012-10-21 change. (Bug#12713)
3368
3369 2012-10-21 Glenn Morris <rgm@gnu.org>
3370
3371 * Makefile.in (install-etc): Don't install emacs22 icons.
3372
3373 * Makefile.in (emacs_transform): New variable.
3374 (install-etc): Prefer a make variable to a shell variable.
3375
3376 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
3379
3380 2012-10-15 Glenn Morris <rgm@gnu.org>
3381
3382 * Makefile.in (install-man, install-etc):
3383 Apply $TRANSFORM. (Bug#12536#34)
3384 (clean): Delete etc/emacs.tmpdesktop.
3385
3386 2012-10-11 Kenichi Handa <handa@gnu.org>
3387
3388 * .bzrignore: Add several files under admin/charsets.
3389
3390 2012-10-08 Daniel Colascione <dancol@dancol.org>
3391
3392 * configure.ac: Add --with-w32 as a window system option.
3393 Limit it to Cygwin for now. Integrate w32 into the refactored window
3394 system configuration and set TERM_HEADER to w32term.h when w32 is
3395 configured.
3396
3397 (CYGWIN_OBJ): Add cygw32.o.
3398
3399 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
3400
3401 * configure.ac: Check that OSX is 10.4 or newer.
3402
3403 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
3404
3405 Improve sys_siglist detection.
3406 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
3407 Otherwise, it's not found in either Fedora 17 or Solaris 11.
3408
3409 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
3410
3411 Merge from gnulib, incorporating:
3412 2012-10-02 pselect: reject invalid file descriptors
3413 2012-10-02 ptsname: reject invalid file descriptors
3414 2012-10-02 manywarnings: cater to more gcc infelicities
3415 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
3416 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
3417 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
3418 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3419
3420 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
3421
3422 Merge from gnulib, incorporating:
3423 2012-09-28 extern-inline: provide a -Wundef safe config.h
3424
3425 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
3426
3427 Check more robustly for timer_settime.
3428 This should fix an OS X build problem reported by Ivan Andrus in
3429 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
3430 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
3431 does threads its own way.
3432 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3433
3434 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
3435
3436 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
3437 to avoid problems with recursion when using GNU make.
3438
3439 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
3440
3441 * Makefile.in (bootstrap): Simplify build procedure.
3442 Suggested by Wolfgang Jenker in
3443 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
3444
3445 Merge from gnulib, incorporating:
3446 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
3447
3448 2012-09-18 Jan Djärv <jan.h.d@swipnet.se>
3449
3450 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
3451
3452 2012-09-17 Andreas Schwab <schwab@linux-m68k.org>
3453
3454 * Makefile.in (bootstrap): Revert last change. Run config.status
3455 after config.status --recheck, run configure from $(srcdir).
3456 (config.status): Run configure from $(srcdir).
3457
3458 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
3459
3460 * Makefile.in: Fix build error on FreeBSD.
3461 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
3462 Suggested by Wolfgang Jenker in
3463 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
3464 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
3465 This undoes part of the 2012-09-10 patch.
3466 (bootstrap): Run ./configure, rather than trying to run config.status
3467 if it exists. That builds src/epaths.h more reliably.
3468 Run autogen/copy_autogen if autogen.sh fails,
3469 to create 'configure'. Reported by Andreas Schwab in
3470 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
3471 * autogen.sh: Exit with status 1 when failing due to missing tools,
3472 reverting the 2012-09-10 change to this file.
3473 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
3474 Use 'cp -f' for the build-aux files, since the destinations are
3475 typically read-only.
3476
3477 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
3478 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
3479 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
3480
3481 2012-09-17 Glenn Morris <rgm@gnu.org>
3482
3483 * configure.ac (copyright): New output variable.
3484 (COPYRIGHT): New AC_DEFINE.
3485
3486 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
3487
3488 Remove configure's --without-sync-input option (Bug#12450).
3489 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
3490
3491 2012-09-16 Glenn Morris <rgm@gnu.org>
3492
3493 Increase compartmentalization of Nextstep builds rules,
3494 and store Emacs version number in fewer versioned files.
3495 * configure.ac (ns_appsrc): Use relative names.
3496 (ns_frag): Remove.
3497 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
3498 (nextstep/Makefile): Generate these nextstep files.
3499 (SUBDIR_MAKEFILES): Add nextstep.
3500 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
3501 * make-dist (nextstep/templates): Add directory.
3502 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
3503 (nextstep/Cocoa/Emacs.base/Contents)
3504 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
3505
3506 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
3507
3508 Port better to POSIX hosts lacking _setjmp (Bug#12446).
3509 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
3510 (_setjmp, _longjmp): Remove.
3511
3512 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
3513
3514 * configure.ac (--without-sync-input): Fix typo in usage message.
3515
3516 * configure.ac: Port to hosts lacking gtk.
3517 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
3518 better, in particular, problems in invoking pkg-config itself.
3519 This is useful on hosts that don't have pkg-config.
3520 (GTK_MODULES): Do not exit 'configure' simply because gtk3
3521 and gtk2 are both missing. Problem found on Solaris 8.
3522
3523 2012-09-13 Jan Djärv <jan.h.d@swipnet.se>
3524
3525 * configure.ac: Reorder Xaw3d messages.
3526 Report Gtk+ 3 as GTK.
3527
3528 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3529
3530 Simplify SIGIO usage (Bug#12408).
3531 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
3532 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
3533 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
3534 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
3535 to #undef SIGIO now (which was error-prone). Likewise, all uses
3536 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
3537
3538 2012-09-12 Jan Djärv <jan.h.d@swipnet.se>
3539
3540 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
3541 and then gtk2 if not found.
3542 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
3543 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
3544 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
3545
3546 2012-09-11 Glenn Morris <rgm@gnu.org>
3547
3548 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
3549 Be more explicit about dependencies, for parallel `make install'.
3550
3551 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
3552
3553 Simplify, document, and port floating-point (Bug#12381).
3554 * configure.ac (logb, cbrt): Do not check for these functions,
3555 as they are not being used.
3556
3557 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
3558
3559 Improve robustness of 'make bootstrap' (Bug#12376).
3560 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
3561 * INSTALL, README: Document autogen.sh.
3562 * Makefile.in (Makefile): Mark it as precious, since it's updated
3563 atomically.
3564 (MAKE_CONFIG_STATUS): New macro.
3565 (config.status, bootstrap): Use it. This causes 'make bootstrap'
3566 to run config.status with the --recheck option, which is more
3567 appropriate for a bootstrap.
3568 (bootstrap): Run autogen.sh right after cleaning. Don't worry
3569 about failures due to missing tools.
3570 * autogen.sh: Exit with status 101 when failing due to missing tools.
3571 * make-dist: Distribute autogen.sh.
3572
3573 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
3574
3575 Assume C89 or later for math functions (Bug#12381).
3576 * configure.ac (frexp, fmod): Remove checks for these functions,
3577 as we now assume them.
3578 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
3579 (HAVE_EXCEPTION):
3580 Remove; no longer needed.
3581
3582 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
3583
3584 More signal-handler cleanup (Bug#12327).
3585 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
3586
3587 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
3588
3589 Signal-handler cleanup (Bug#12327).
3590 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
3591 Adjust to syssignal.h changes.
3592 (SIGNAL_H_AB): Remove; no longer needed.
3593
3594 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
3595
3596 Simplify redefinition of 'abort' (Bug#12316).
3597 * configure.ac (NO_ABRT): Remove.
3598
3599 * configure.ac (_setjmp, _longjmp): Check by compiling
3600 instead of by guessing. The guesses were wrong for
3601 recent versions of Solaris, such as Solaris 11.
3602
3603 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
3604
3605 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
3606 It generates false alarms in doc.c, regex.c, xdisp.c. See
3607 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
3608
3609 Merge from gnulib, incorporating:
3610 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
3611 2011-11-30 manywarnings: update the list of "all" warnings
3612
3613 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
3614
3615 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
3616
3617 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3618
3619 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
3620 This ports to glibc 2.15 or later, when configured with
3621 --enable-gcc-warnings. See Eric Blake in
3622 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
3623
3624 2012-09-01 Daniel Colascione <dan.colascione@gmail.com>
3625
3626 * configure.ac: Introduce term_header variable, which holds the
3627 value which will become TERM_HEADER in code. We effect our choice
3628 of window system by setting term_header and WINDOW_SYSTEM_OBJ
3629 instead of using ad-hoc variables and flags for each window
3630 system.
3631
3632 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
3633
3634 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
3635 and if the user has not specified CFLAGS. -g3 simplifies
3636 debugging, since it makes macros visible to the debugger.
3637
3638 2012-08-25 Juanma Barranquero <lekktu@gmail.com>
3639
3640 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
3641
3642 2012-08-25 Eli Zaretskii <eliz@gnu.org>
3643
3644 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
3645 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
3646
3647 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3648
3649 On assertion failure, print backtrace if available.
3650 Merge from gnulib, incorporating:
3651 2012-08-24 execinfo: port to FreeBSD
3652 2012-08-22 execinfo: new module
3653 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3654 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
3655
3656 2012-08-22 Glenn Morris <rgm@gnu.org>
3657
3658 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
3659 do not create the bin/emacs link. (Bug#12011)
3660
3661 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
3662
3663 Merge from gnulib, incorporating:
3664 2012-08-20 extern-inline: support old GCC 'inline'
3665
3666 2012-08-20 Glenn Morris <rgm@gnu.org>
3667
3668 * configure.ac (AC_PROG_LN_S): Test for ln.
3669 * Makefile.in (LN_S): New, set by configure.
3670 (install-arch-dep): Use $LN_S.
3671
3672 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
3673
3674 Merge from gnulib, incorporating:
3675 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
3676 2012-08-19 mktime, sys_select: avoid 'static inline'
3677 2012-08-19 gnulib-tool: Fix indentation.
3678
3679 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
3680
3681 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
3682 These files have been unused since the 2012-06-22 patch that
3683 introduced high-resolution time stamps.
3684
3685 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
3686
3687 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
3688 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
3689
3690 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
3691
3692 Merge from gnulib, incorporating:
3693 2012-08-05 extern-inline: also ignore -Wmissing-declarations
3694
3695 2012-08-10 Juanma Barranquero <lekktu@gmail.com>
3696
3697 * lib/makefile.w32-in (STAT_TIME_H): New macro.
3698 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
3699 ($(BLD)/u64.$(O)): Update dependencies.
3700
3701 2012-08-10 Glenn Morris <rgm@gnu.org>
3702
3703 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
3704
3705 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
3706
3707 * configure.ac (--disable-features): Rename to --without-all.
3708 (OPTION_DEFAULT_ON): Change to use with_features.
3709 * INSTALL: Fix description.
3710
3711 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
3712
3713 * configure.ac: New option --disable-features.
3714 (OPTION_DEFAULT_ON): Change to use enable_features.
3715 * INSTALL: Explain --disable-features.
3716
3717 2012-08-07 Glenn Morris <rgm@gnu.org>
3718
3719 * configure.ac: Require automake 1.11 (fairly arbitrarily).
3720 * autogen.sh (automake_min): Get it from configure.ac.
3721
3722 2012-08-06 Glenn Morris <rgm@gnu.org>
3723
3724 * configure.ac (BROKEN_GETWD) [unixware]: New define.
3725
3726 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
3727 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
3728 (DISPNEW_NEEDS_STDIO_EXT): New define.
3729
3730 2012-08-05 Michael Albinus <michael.albinus@gmx.de>
3731
3732 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
3733
3734 2012-08-05 Ulrich Müller <ulm@gentoo.org>
3735
3736 * configure.ac: Disable paxctl if binaries don't have a
3737 PT_PAX_FLAGS program header. (Bug#11979)
3738
3739 2012-08-03 Eli Zaretskii <eliz@gnu.org>
3740
3741 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
3742 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
3743 (SHA512_H): Don't mention u64.h twice.
3744 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
3745 New targets.
3746
3747 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
3748
3749 Merge from gnulib, incorporating:
3750 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
3751
3752 2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3753
3754 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
3755 out-of-tree build.
3756
3757 2012-08-02 Glenn Morris <rgm@gnu.org>
3758
3759 * make-dist: Remove src/s.
3760
3761 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
3762
3763 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3764
3765 Merge from gnulib (Bug#12116), incorporating:
3766 2012-08-01 extern-inline: new module
3767 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
3768 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
3769 New files. The new .c files are for instantiating extern inline
3770 functions.
3771
3772 Port to Solaris 8.
3773 Without this change, 'configure' fails because the recently-added
3774 wait3 prototype in config.h messes up later 'configure' tests.
3775 Fix this problem by droping wait3 and WRETCODE, as they're
3776 no longer needed on hosts that are current porting targets.
3777 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
3778 All uses changed to waitpid and WEXITSTATUS.
3779
3780 Avoid needless autoheader after autogen.sh.
3781 * .bzrignore: Add src/stamp-h.in.
3782 * autogen.sh: Create src/stamp-h.in.
3783
3784 2012-08-01 Glenn Morris <rgm@gnu.org>
3785
3786 * configure.ac (DOS_NT, MSDOS): New system type templates.
3787
3788 2012-08-01 Ulrich Müller <ulm@gentoo.org>
3789
3790 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
3791 Don't include crtbegin.o and crtend.o. (Bug#12047)
3792
3793 2012-08-01 Glenn Morris <rgm@gnu.org>
3794
3795 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
3796 (INTERNAL_TERMINAL): New.
3797
3798 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
3799 (IS_ANY_SEP): Move here from src/lisp.h.
3800
3801 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
3802
3803 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
3804 (CONF_POST_H): New macro.
3805
3806 2012-07-31 Glenn Morris <rgm@gnu.org>
3807
3808 * configure.ac (S_FILE): Remove output variable.
3809
3810 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
3811
3812 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
3813 Move here from src.
3814
3815 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
3816 Move here from conf_post.h.
3817
3818 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3819
3820 Improve OpenMotif detection on GNU/Linux systems.
3821 * configure.ac (MOTIF): Check for /usr/include/openmotif
3822 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
3823
3824 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3825
3826 * Makefile.in (install-arch-indep): Avoid eval.
3827
3828 2012-07-31 Glenn Morris <rgm@gnu.org>
3829
3830 * configure.ac (opsysfile, S_FILE): Now they are always empty.
3831
3832 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
3833 when removing src/s/sol2-6.h yesterday.
3834
3835 * configure.ac (USG5_4): Reintroduce this.
3836 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
3837
3838 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
3839
3840 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
3841 and to s/usg5-4-common.h on irix6-5.
3842
3843 2012-07-30 Glenn Morris <rgm@gnu.org>
3844
3845 * configure.ac (AH_BOTTOM): Use an include file, so that the
3846 contents do not get processed by autoheader.
3847
3848 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3849
3850 Do not overwrite config.status while executing it (Bug#11214).
3851 * Makefile.in (MAKEFILE_NAME): New macro.
3852 ($(MAKEFILE_NAME)): Rename rule from Makefile.
3853 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
3854 so that GNU 'make' isn't tempted to make the Makefile and then
3855 regenerate config.status while config.status is running.
3856
3857 Update .PHONY listings in makefiles.
3858 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
3859 FRC, install-arch-dep, install-arch-indep, install-doc,
3860 install-info, install-man, install-etc, install-strip, uninstall,
3861 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
3862 (.RECURSIVE): Remove; hasn't been needed for years.
3863
3864 2012-07-30 Glenn Morris <rgm@gnu.org>
3865
3866 * configure.ac (SIGNAL_H_AHB): New hack macro.
3867 (opsysfile): Set to empty on netbsd, openbsd.
3868 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
3869
3870 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
3871
3872 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
3873
3874 * Makefile.in (install-arch-indep): Remove sh -x.
3875
3876 2012-07-30 Glenn Morris <rgm@gnu.org>
3877
3878 * configure.ac (opsysfile): Tweak message for null case.
3879
3880 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
3881 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
3882
3883 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
3884
3885 * Makefile.in (install-arch-indep): Handle space in locallisppath.
3886
3887 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
3888
3889 Use Gnulib environ module (Bug#9772).
3890 * m4/environ.m4: New file, from gnulib.
3891 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3892
3893 Use Gnulib stdalign module (Bug#9772, Bug#9960).
3894 This should improve portability of macros like alignof and DECL_ALIGN.
3895 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
3896 * .bzrignore: Add lib/stdalign.h.
3897 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
3898 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
3899 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
3900 fiddles with this, as gnulib now does this for us.
3901
3902 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3903
3904 Fix toolkit configuration report.
3905 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
3906 --with-x-toolkit=gtk3 is used.
3907
3908 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
3909
3910 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
3911 * configure.ac: Configure gnulib at the end, not before running
3912 pkg-config. This restores the behavior before 2012-06-22, when
3913 higher-resolution time stamps were added, and fixes a bug whereby
3914 LIB_PTHREAD was not used and gnulib's part of 'configure'
3915 therefore incorrectly assumed that pthread_sigmask wasn't working.
3916 Fix the problem with -lrt and clock_gettime a different way.
3917 This should complete the fix for Bug#11884.
3918 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
3919
3920 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
3921
3922 Merge from gnulib, incorporating:
3923 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
3924 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
3925
3926 2012-07-14 Glenn Morris <rgm@gnu.org>
3927
3928 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
3929 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
3930
3931 2012-07-13 Glenn Morris <rgm@gnu.org>
3932
3933 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
3934
3935 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
3936 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
3937 Move "system type" macros here from src/s.
3938 (BSD_SYSTEM_AHB): New hack macro.
3939 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
3940
3941 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
3942 (GC_MARK_SECONDARY_STACK): Move here from src/s.
3943
3944 2012-07-12 Glenn Morris <rgm@gnu.org>
3945
3946 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
3947 setting here from src/s/darwin.h.
3948
3949 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
3950 as src/s/darwin.h used to.
3951
3952 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
3953 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
3954 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
3955 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3956 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3957 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
3958 (XOS_NEEDS_TIME_H): Move here from src/s.
3959
3960 2012-07-11 Glenn Morris <rgm@gnu.org>
3961
3962 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
3963 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
3964
3965 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
3966
3967 * configure.ac (tzset): Remove check that's redundant with gnulib.
3968
3969 2012-07-11 Glenn Morris <rgm@gnu.org>
3970
3971 * configure.ac (CLASH_DETECTION): Define unconditionally.
3972
3973 * configure.ac (opsysfile): Use bsd-common on gnu systems.
3974
3975 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT)
3976 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
3977
3978 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
3979
3980 Assume mkdir, rename, rmdir, strerror.
3981 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
3982
3983 2012-07-11 Glenn Morris <rgm@gnu.org>
3984
3985 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
3986
3987 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
3988
3989 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
3990
3991 Remove "#define unix" that is no longer needed (Bug#11905).
3992 Merge from gnulib to make "#define unix" unnecessary, incorporating:
3993 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
3994 2012-07-09 getopt: Simplify after Emacs changed.
3995
3996 2012-07-10 Glenn Morris <rgm@gnu.org>
3997
3998 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
3999 Move here from src/s.
4000
4001 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
4002
4003 * configure.ac (PNG_DEPSTRUCT): Define this instead of
4004 PNG_DEPRECATED.
4005
4006 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
4007
4008 Add GCC-style 'const' attribute to functions that can use it.
4009 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
4010 (ATTRIBUTE_CONST): New macro, in config.h.
4011
4012 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
4013
4014 * lib/makefile.w32-in: Rework dependencies.
4015 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
4016 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
4017 (U64_H, SHA512_H): New macros.
4018 (SRC): Redefine to point to src/, not current directory.
4019 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
4020 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
4021 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
4022 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
4023 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
4024 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
4025 ($(BLD)/filemode.$(O)): Update dependencies.
4026
4027 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
4028
4029 Merge from gnulib, incorporating:
4030 2012-07-09 timespec: mark functions with const attributes
4031
4032 Rename configure.in to configure.ac (Bug#11603).
4033 The name 'configure.in' has been obsolescent for quite some time,
4034 and the next release of Autoconf will generate warnings for it.
4035 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
4036 'configure.in' as autoconf input" in the Autoconf git repository.
4037 * configure.ac: Rename from configure.in.
4038 * INSTALL, INSTALL.BZR, README, make-dist:
4039 * Makefile.in (AUTOCONF_INPUTS):
4040 * autogen.sh (autoconf_min):
4041 * autogen/update_autogen (sources):
4042 Adjust to reflect new name.
4043
4044 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
4045
4046 Restore deprecation warnings, except for older libpng.
4047 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
4048 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
4049 (PNG_DEPRECATED): Define when compiling with older PNG versions.
4050
4051 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
4052
4053 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
4054
4055 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
4056
4057 Improve static checking when configured --with-ns.
4058 See Samuel Bronson's remarks in
4059 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
4060 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
4061 a no-op with recent GCC and harmful in earlier ones.
4062 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
4063 warning when compiling with ObjC. Always omit
4064 -Wunsafe-loop-optimizations, as we don't mind when optimization is
4065 being done correctly.
4066
4067 2012-07-07 Glenn Morris <rgm@gnu.org>
4068
4069 * configure.in (BROKEN_SA_RESTART): Doc fix.
4070
4071 * configure.in: Rather than checking for things then undef'ing
4072 them on some platforms, simply don't check for them.
4073 (getwd): Don't check for it on unixware.
4074 (random, rint): Don't check for these on hpux.
4075 (res_init, libresolv): Don't check for these on darwin.
4076
4077 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
4078
4079 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
4080 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
4081 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
4082 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
4083
4084 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
4085
4086 * configure.in: Document --enable-gcc-warnings better.
4087
4088 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
4089 This is safer than strcasecmp, which has unspecified behavior
4090 outside the POSIX locale and in practice sometimes does not work
4091 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
4092 * configure.in (strcasecmp, strncasecmp): Remove checks.
4093
4094 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
4095 * lib/c-strncasecmp.c: New files, taken from gnulib.
4096 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
4097
4098 Merge from gnulib, incorporating:
4099 2012-07-06 timespec-sub: avoid duplicate include
4100 Reported by Juanma Barranquero.
4101
4102 2012-07-06 Glenn Morris <rgm@gnu.org>
4103
4104 * make-dist [update]: Let autoreconf figure out what needs updating.
4105 Use `make info-real'. leim/leim-list.el should always exist.
4106 Check cd return value.
4107
4108 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
4109
4110 Merge from gnulib. This is for OpenBSD 5.1 amd64.
4111 * m4/sys_time_h.m4: New version from gnulib, incorporating:
4112 2012-07-05 sys_time: allow too-wide tv_sec
4113
4114 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
4115
4116 Merge from gnulib.
4117 * lib/alloca.in.h: New version from gnulib, incorporating:
4118 2012-07-03 alloca: add support for HP NonStop TNS/E native
4119
4120 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
4121
4122 * configure.in: If --enable-gcc-warnings, disable
4123 -Wunsafe-loop-optimizations for -O1 optimization level.
4124
4125 2012-06-30 Glenn Morris <rgm@gnu.org>
4126
4127 * configure.in (standardlisppath): New output variable.
4128 (lisppath): Use standardlisppath.
4129 * Makefile.in (standardlisppath): New, set by configure.
4130 (epaths-force): Use standardlisppath and locallisppath rather than
4131 lisppath.
4132
4133 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
4134
4135 * configure.in: Fix previous change. Remove --enable-asserts.
4136 (CPPFLAGS): Remove conditional -DXASSERTS=1.
4137 Add --enable-link-time-optimization.
4138 * INSTALL: Mention this.
4139
4140 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
4141
4142 * configure.in: Add glyphs category to --enable-checking option.
4143 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
4144
4145 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
4146
4147 * configure.in (ENABLE_CHECKING): Update comment.
4148
4149 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
4150
4151 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
4152 Emacs proper no longer uses these headers, and can rely on Gnulib
4153 for these checks.
4154
4155 Merge from gnulib.
4156 * m4/getopt.m4: Copy new version from gnulib, incorporating:
4157 getopt-posix: No longer guarantee that option processing is resettable.
4158
4159 2012-06-27 Glenn Morris <rgm@gnu.org>
4160
4161 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
4162
4163 * INSTALL: Remove references to paths.el.
4164
4165 2012-06-26 Eli Zaretskii <eliz@gnu.org>
4166
4167 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
4168 This replaces separate dependency for each object file, which required
4169 the same object file to be mentioned twice, causing failures in
4170 parallel builds.
4171
4172 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
4173
4174 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
4175 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
4176
4177 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
4178
4179 * configure.in (AC_CHECK_FUNCS): Detect library functions
4180 strcasecmp and strncasecmp.
4181
4182 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
4183
4184 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
4185 We might as well use the spelling standardized by C11,
4186 as in the long run that should simplify maintenance.
4187 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
4188
4189 2012-06-24 Eli Zaretskii <eliz@gnu.org>
4190
4191 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O))
4192 ($(BLD)/timespec-add.$(O))
4193 ($(BLD)/timespec-sub.$(O)): Don't depend on
4194 $(EMACS_ROOT)/nt/inc/sys/time.h.
4195
4196 * lib/stat-time.h:
4197 * lib/timespec.h:
4198 * lib/utimens.h: Revert last change.
4199
4200 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
4201
4202 Merge from gnulib.
4203 * m4/getopt.m4: Copy new version from gnulib, incorporating:
4204 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
4205
4206 2012-06-23 Eli Zaretskii <eliz@gnu.org>
4207
4208 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
4209 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
4210 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
4211 $(BLD)/timespec-sub.$(O).
4212 ($(BLD)/dtotimespec.$(O))
4213 ($(BLD)/gettime.$(O))
4214 ($(BLD)/timespec-add.$(O))
4215 ($(BLD)/timespec-sub.$(O)): New dependencies.
4216
4217 * lib/stat-time.h:
4218 * lib/timespec.h:
4219 * lib/utimens.h: Include sys/time.h.
4220
4221 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
4222
4223 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
4224 the correct CFLAGS and LIBS.
4225
4226 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
4227
4228 Support higher-resolution time stamps (Bug#9000).
4229 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
4230 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
4231 that the new clock stuff doesn't clash with RSVG_LIBS.
4232 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
4233 as gnulib does that for us now.
4234 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
4235 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
4236 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
4237 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
4238 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
4239 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
4240 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
4241 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
4242 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
4243 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
4244 New files, copied automatically from gnulib.
4245 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
4246
4247 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
4248
4249 Merge from gnulib.
4250 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
4251 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
4252 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
4253 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
4254 Copy new versions from gnulib, incorporating the following changes:
4255 2012-06-22 time_r: fix typo that always overrode localtime_r decl
4256 2012-06-22 Write "Mac OS X" instead of "MacOS X".
4257 2012-06-21 mktime: fix integer overflow in 'configure'-time test
4258 2012-06-21 nonblocking: Avoid compilation error on mingw64.
4259 2012-06-19 stat, fstat: Avoid warnings on mingw64.
4260 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
4261
4262 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
4263
4264 * configure.in: Rename --enable-use-lisp-union-type to
4265 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
4266 instead of USE_LISP_UNION_TYPE.
4267
4268 2012-06-12 Glenn Morris <rgm@gnu.org>
4269
4270 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
4271 (opsysfile): Set specially for sol2-10.
4272
4273 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
4274 New AC_DEFINEs, for hpux11.
4275 (opsysfile): Set specially for hpux11.
4276
4277 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
4278
4279 * configure.in: Coalesce some function checking.
4280 This makes 'configure' a bit smaller.
4281 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
4282
4283 2012-06-12 Glenn Morris <rgm@gnu.org>
4284
4285 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
4286
4287 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
4288
4289 * configure.in: Anticipate platforms with no src/s file.
4290
4291 2012-06-12 Chong Yidong <cyd@gnu.org>
4292
4293 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
4294
4295 2012-06-11 Glenn Morris <rgm@gnu.org>
4296
4297 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
4298
4299 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
4300
4301 * configure.in (dbus_type_is_valid): Check for library function.
4302
4303 2012-06-06 Glenn Morris <rgm@gnu.org>
4304
4305 * INSTALL, make-dist: Remove vcdiff.
4306
4307 2012-06-03 Glenn Morris <rgm@gnu.org>
4308
4309 * INSTALL, make-dist: Remove rcs-checkin.
4310
4311 2012-06-03 Ulrich Müller <ulm@gentoo.org>
4312
4313 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
4314
4315 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
4316
4317 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
4318 It is confusingly named and rarely useful. See, for example,
4319 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
4320 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
4321 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
4322 * configure.in: Remove --disable-maintainer-mode.
4323 (USE_MAINTAINER_MODE, MAINT): Remove.
4324
4325 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
4326
4327 Make 'configure' a bit smaller and faster.
4328 * configure.in (INSTALL_INFO): Set it with one call to
4329 AC_PATH_PROG, not three.
4330 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
4331 so likely that it'll be needed.
4332 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
4333 (AC_PROG_MAKE_SET): Remove; Automake does this.
4334 (sysinfo): Do not check for this function, as it's never used.
4335 (tzset): Check for this function just once.
4336 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
4337 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
4338
4339 2012-05-27 Eli Zaretskii <eliz@gnu.org>
4340
4341 * config.bat (lib): Create/update lib/stdalign.in-h and
4342 lib/sys_types.in-h.
4343
4344 * lib/makefile.w32-in ($(BLD)/md5.$(O))
4345 ($(BLD)/sha1.$(O))
4346 ($(BLD)/sha256.$(O))
4347 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
4348 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
4349
4350 * lib/getopt_.h: Regenerate.
4351
4352 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
4353
4354 Assume gnulib does largefile.
4355 Gnulib does the largefile configuration anyway, so when configure.in
4356 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
4357 * configure.in (AC_SYS_LARGEFILE): Remove.
4358 * lib/gnulib.mk: Autoupdate.
4359
4360 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
4361
4362 Merge from gnulib. (Bug#11527)
4363
4364 The build procedure now creates <stdalign.h> and <sys/types.h> for
4365 older hosts that lack a working <stdalign.h> or whose
4366 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
4367 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
4368 msdos and nt builds.
4369
4370 Here is a precis of gnulib changes that seem relevant; please see
4371 the gnulib ChangeLog for details.
4372
4373 2012-05-18 crypto: fix bug in large buffer handling
4374 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
4375 2012-05-10 _Noreturn: port config.h to gcc -Wundef
4376 2012-05-08 warnings.m4: give a means to specify the program to compile
4377 2012-05-07 stdint: be more consistent with glibc, SunOS libc
4378 2012-04-21 Large File Support for native Windows platforms.
4379 2012-04-14 stat: Bypass buggy override in mingw64.
4380 2012-03-29 stdio: don't assume gets any more
4381 2012-03-24 Enable common subexpression optimization in GCC.
4382 2012-02-09 maint: replace FSF snail-mail addresses with URLs
4383 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
4384 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
4385 2012-01-21 stdint: Add support for Android.
4386 2012-01-15 Improve support for MSVC 9.
4387 2012-01-08 mktime: Avoid compilation error on Solaris 11.
4388 2012-01-05 Use ', not `, for quoting output.
4389 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
4390 2012-01-05 strtoimax: Work around AIX 5.1 bug.
4391 2012-01-05 inttypes: Modernize.
4392 2011-12-13 inttypes, stdint: add C++11 support
4393 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
4394 2011-11-21 _Noreturn: Check that _MSC_VER is defined
4395 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
4396 2011-11-09 raise: fix mingw handling of SIGPIPE
4397 2011-10-27 Add stdalign module and use it in other modules.
4398
4399 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
4400 * m4/sys_types_h.m4:
4401 New files.
4402 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
4403 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
4404 * build-aux/snippet/warn-on-use.h:
4405 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
4406 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
4407 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
4408 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
4409 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
4410 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
4411 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
4412 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
4413 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
4414 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
4415 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
4416 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
4417 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
4418 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
4419 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
4420 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
4421 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
4422 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
4423 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
4424 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
4425 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
4426 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
4427 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
4428 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
4429 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
4430 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
4431 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
4432 Update from gnulib.
4433
4434 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
4435
4436 Remove src/m/*.
4437 * configure.in: Remove all mention of src/m/*.
4438 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
4439 All uses removed.
4440 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
4441 (BITS_PER_LONG_LONG): Move to src/lisp.h.
4442 * lib/makefile.w32-in: Remove dependencies on
4443 $(EMACS_ROOT)/src/m/intel386.h.
4444 * make-dist: Don't make links to src/m.
4445
4446 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
4447
4448 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
4449 Without this further fix, aclocal was being invoked unnecessarily.
4450
4451 2012-05-22 Glenn Morris <rgm@gnu.org>
4452
4453 * Makefile.in (blessmail, install-arch-dep, uninstall):
4454 Check cd lib-src works.
4455 (install-arch-dep, uninstall): Remove unneeded subshells.
4456
4457 2012-05-21 Glenn Morris <rgm@gnu.org>
4458
4459 * update-subdirs: Move to build-aux/.
4460 * make-dist, Makefile.in (install-arch-indep): Update for this change.
4461
4462 * Makefile.in (leimdir): New, set by configure.
4463 (COPYDIR, COPYDESTS): Add leim directories.
4464 (install-leim): Remove.
4465 (install-arch-indep): Handle leim installation directly.
4466
4467 * vpath.sed: Remove unused file.
4468 * make-dist: No more vpath.sed.
4469
4470 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
4471
4472 Use full name for m4/gnulib-comp.m4. (Bug#11529)
4473 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
4474 even though the file's name in gnulib is m4/gnulib-comp.m4.
4475 This had a problem when merging from gnulib, as the code temporarily
4476 renamed it to the full name, causing problems when interrupted.
4477 Now the file has its full name, with the idea that we will find
4478 a solution for MS-DOS that does not affect the rest of Emacs.
4479 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
4480
4481 Assume C89 or later.
4482 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
4483 (POINTER_TYPE, PROTOTYPES): Remove.
4484
4485 Make merging from gnulib a script, not a makefile action.
4486 Putting it in a makefile has some problems with reflection, as
4487 merging from gnulib updates 'configure', which can update the makefile.
4488 Putting it in a standalone script breaks this loop.
4489 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
4490 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
4491 Remove, moving the actions to the script admin/merge-gnulib.
4492
4493 2012-05-21 Glenn Morris <rgm@gnu.org>
4494
4495 * configure.in (LEIM_INSTALLDIR):
4496 Rename to leimdir, treat like lispdir.
4497
4498 2012-05-21 Glenn Morris <rgm@gnu.org>
4499
4500 * Makefile.in (install-arch-indep, install-doc, install-info)
4501 (uninstall): Scrap superfluous subshells.
4502
4503 2012-05-19 Ulrich Müller <ulm@gentoo.org>
4504
4505 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
4506
4507 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
4508
4509 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
4510 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
4511 getsockopt, setsockopt, mremap, mempcpy.
4512
4513 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
4514 is being removed.
4515 (AC_CHECK_FUNCS): Remove ftime.
4516
4517 2012-05-19 Glenn Morris <rgm@gnu.org>
4518
4519 * Makefile.in (install-arch-indep): Remove unneeded subshell.
4520
4521 * Makefile.in (install-arch-indep): Remove unneeded chmod.
4522 Set permissions of lisp/subdirs.el.
4523
4524 * Makefile.in (SUBDIR): Add leim. Update users.
4525
4526 * Makefile.in (lib, lib-src, lisp): Check cd return value.
4527
4528 * Makefile.in (leim): No need to set PARALLEL.
4529
4530 2012-05-18 Glenn Morris <rgm@gnu.org>
4531
4532 * Makefile.in (install-arch-indep, install-info, install-man):
4533 Simplify some one-sided ifs.
4534
4535 * Makefile.in: Install only the relevant DOC file.
4536 (install-arch-indep): Delete etc/DOC*.
4537 (install-doc): No more need to delete etc/DOC.
4538
4539 * Makefile.in (install-arch-indep): Split into several rules.
4540 (install-doc, innstall-info, install-man): New rules.
4541
4542 * configure.in (mandir): May as well include it in the NS app bundle.
4543
4544 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
4545 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
4546 (install-arch-indep): Don't install-etc for self-contained ns builds.
4547
4548 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
4549 No longer unconditonally add /sw directories. (Bug#2280)
4550
4551 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
4552 (install-arch-indep): Depend on install-leim.
4553 (install): Remove explicit install-leim dependence.
4554
4555 * Makefile.in (install-arch-indep):
4556 Move last element of mkdir rule here.
4557 (mkdir): Remove rule.
4558
4559 * Makefile.in (install-arch-indep): Remove unneeded chmods.
4560 INSTALL_DATA does this for us.
4561
4562 * Makefile.in (install-arch-dep): Ensure bindir exists.
4563 Drop mkdir dependency.
4564 (install-arch-indep): Ensure docdir, infodir, mandir exist.
4565 (install-leim): Drop mkdir dependency.
4566 (mkdir): Remove most directories, now made in relevant rules.
4567
4568 * Makefile.in (install-arch-indep): Combine adjacent loops.
4569
4570 2012-05-17 Glenn Morris <rgm@gnu.org>
4571
4572 * Makefile.in (install-etc, mkdir):
4573 Make relevant directories in install-etc rather than mkdir.
4574
4575 * Makefile.in (write_subdir): Create the directory if needed.
4576 (install-arch-dep, mkdir): No need to make site-lisp directories.
4577
4578 * Makefile.in (write_subdir): New.
4579 (install-arch-indep, install-arch-dep): Use $write_subdir.
4580
4581 * configure.in (docdir, etcdir, infodir, lispdir):
4582 For a self-contained ns build, set these to the appropriate values.
4583 * Makefile.in (install-arch-dep): No need to move info/ any more.
4584
4585 * configure.in (ns_self_contained): New output variable.
4586 * Makefile.in (ns_self_contained): New, set by configure.
4587 (install-arch-dep): For a self-contained ns build,
4588 don't bother installing binaries then immediately deleting them.
4589
4590 * Makefile.in (ns_appbindir, ns_appresdir):
4591 Move them before things that may refer to them.
4592 (install-arch-dep): No need to relocate self-contained ns libexec.
4593
4594 * configure.in (archlibdir): Set it for self-contained ns builds.
4595 (libexecdir): Don't expand it now (this is mainly cosmetic).
4596
4597 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
4598
4599 * configure.in: Simplify by removing CPP etc.
4600 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
4601 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
4602 In particular we no longer need to fiddle with CPP, since we don't
4603 use CPP specially any more.
4604 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
4605 adjusted compiler.
4606 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
4607 since gl_EARLY and/or Autoconf already does these.
4608
4609 2012-05-16 Glenn Morris <rgm@gnu.org>
4610
4611 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
4612 (CPP): Do not unconditionally set it on Darwin.
4613 Instead, try to test if -no-cpp-precomp is accepted.
4614 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
4615
4616 2012-05-15 Glenn Morris <rgm@gnu.org>
4617
4618 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
4619
4620 * Makefile.in (install-arch-dep): Do not hard-code version number.
4621
4622 * Makefile.in (install-arch-dep): NS install no longer needs to
4623 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
4624
4625 2012-05-12 Glenn Morris <rgm@gnu.org>
4626
4627 * configure.in (ns_appbindir): Remove trailing "/".
4628
4629 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
4630 (MKDEPDIR): Use $MKDIR_P.
4631 * Makefile.in (MKDIR_P): New, set by configure.
4632 (mkdir): Use $MKDIR_P.
4633
4634 2012-05-11 Glenn Morris <rgm@gnu.org>
4635
4636 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
4637 Use INSTALL_DATA for the DOC file.
4638 Remove dead code for ./lisp that never executes.
4639
4640 2012-05-10 Glenn Morris <rgm@gnu.org>
4641
4642 * configure.in (LEIM_INSTALLDIR): New output variable.
4643
4644 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4645
4646 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
4647
4648 2012-05-08 Glenn Morris <rgm@gnu.org>
4649
4650 * make-dist: No more doc/lispref/*.el.
4651
4652 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
4653
4654 * configure.in: Fix quoting bugs.
4655
4656 2012-05-04 Glenn Morris <rgm@gnu.org>
4657
4658 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
4659
4660 2012-05-02 Glenn Morris <rgm@gnu.org>
4661
4662 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
4663 the choices made by FreeBSD and NetBSD. (Bug#10313)
4664
4665 * Makefile.in (INFO_FILES): Remove variable.
4666 (INFO_NONMISC): New variable.
4667 (install-arch-indep, uninstall): Don't use $INFO_FILES.
4668
4669 * Makefile.in (uninstall): Remove useless-use-of-for; that for
4670 some reason caused problems on an old Solaris.
4671
4672 * Makefile.in (install-arch-indep, uninstall):
4673 Ensure that INSTALL-type commands are run from top-level.
4674
4675 * info/dir: Make some entries consistent with the source texi files.
4676
4677 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
4678
4679 2012-05-02 Glenn Morris <rgm@gnu.org>
4680
4681 * Makefile.in (install-arch-indep):
4682 Combine adjacent install-data and install-info loops.
4683
4684 2012-05-01 Glenn Morris <rgm@gnu.org>
4685
4686 * Makefile.in (MAN_PAGES): Remove.
4687 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
4688
4689 * configure.in: Try libtinfo for tputs.
4690 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
4691
4692 * configure.in: Combine adjacent $opsys case blocks.
4693
4694 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
4695
4696 * configure.in: Invert the TERMINFO logic,
4697 since "yes" is far more common than "no".
4698
4699 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
4700
4701 * configure.in (LD_SWITCH_X_SITE_RPATH):
4702 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
4703
4704 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
4705
4706 2012-04-26 Glenn Morris <rgm@gnu.org>
4707
4708 * make-dist: No more doc/lispref/tindex.pl.
4709
4710 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
4711
4712 * configure.in (dbus_validate_bus_name, dbus_validate_path)
4713 (dbus_validate_interface, dbus_validate_member): Check also for
4714 these library functions.
4715
4716 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
4717
4718 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
4719 With glibc 2.14 or later, when compiled with GCC 4.7.0's
4720 -Werror=deprecated-declarations flag, use of hooks like
4721 __malloc_initialize_hook causes compilation to fail because these
4722 hooks are deprecated. Modify 'configure' to check for these hooks too.
4723 Simplify the 'configure' code to test for all the hooks at once.
4724 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
4725 (emacs_cv_var_doug_lea_malloc): ... this new var.
4726
4727 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
4728
4729 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
4730 dated 2011-10-07. Regenerating from current gnulib would be a
4731 pervasive change, and currently the trunk isn't open to such changes.
4732 * configure.in (WARN_CFLAGS): Remove; no longer needed now
4733 that gnulib does it.
4734 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4735
4736 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
4737
4738 * m4/gl-comp.m4: Update. (Bug#11285)
4739
4740 2012-04-20 Ludovic Courtès <ludo@gnu.org>
4741
4742 * configure.in: Don't use the -R option (Bug#11251).
4743
4744 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
4745
4746 configure: new option --enable-gcc-warnings (Bug#11207)
4747 I have been using this change for many months in my private copy
4748 of Emacs, and have used it to find several bugs. It's mature
4749 enough to publish now.
4750 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
4751 * configure.in: Support --enable-gcc-warnings, in the style of
4752 other GNU packages such as coreutils.
4753 (C_WARNINGS_SWITCH): Remove, replacing with...
4754 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
4755 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
4756 when including system files with GCC.
4757 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
4758 * lib/Makefile.am (AM_CFLAGS): New macro.
4759 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
4760
4761 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4762
4763 * configure.in (AC_CHECK_FUNCS):
4764 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
4765
4766 2012-04-16 Glenn Morris <rgm@gnu.org>
4767
4768 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
4769
4770 * configure.in: Remove X libs workaround for old autoconf.
4771
4772 2012-04-12 Ken Brown <kbrown@cornell.edu>
4773
4774 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
4775
4776 2012-04-11 Glenn Morris <rgm@gnu.org>
4777
4778 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
4779
4780 2012-04-10 Glenn Morris <rgm@gnu.org>
4781
4782 * configure.in: Conditionally generate admin/unidata/Makefile.
4783
4784 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
4785
4786 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
4787
4788 2012-04-09 Glenn Morris <rgm@gnu.org>
4789
4790 * Makefile.in (leim): Check cd return value. Pass fewer variables.
4791 (install-leim): Check cd return value. Pass $MFLAGS.
4792 (install-strip): Pass $MFLAGS.
4793
4794 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
4795 Eg org.texi has been using 4.7 functions for some time.
4796
4797 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
4798
4799 Check pkg-config exit status when configuring (Bug#10626).
4800 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
4801 works; check its exit status. Reported by Jordi Gutiérrez Hermoso in
4802 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
4803
4804 2012-04-07 Glenn Morris <rgm@gnu.org>
4805
4806 * README, configure.in (AC_INIT): Bump version to 24.1.50.
4807
4808 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4809
4810 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
4811
4812 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
4813
4814 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
4815 * configure.in (LIBS_TERMCAP): Default this to the result of
4816 the tputs library search. Do a run-time test for the linkability
4817 of tputs unless cross-compiling, as that's more reliable if the
4818 link flags and libraries are messed up. Don't change LIBS as
4819 a result of the test, as that may mess up later tests.
4820
4821 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
4822
4823 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
4824
4825 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
4826 specific makefiles to support getopt_.h generation with MSVC.
4827
4828 2012-02-04 Glenn Morris <rgm@gnu.org>
4829
4830 * Makefile.in (uninstall):
4831 Handle compressed info files and man pages. (Bug#10718)
4832
4833 2012-02-02 Glenn Morris <rgm@gnu.org>
4834
4835 * configure.in [HAVE_NS]:
4836 Error if use --without-toolkit-scroll-bars. (Bug#10673)
4837
4838 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
4839
4840 Port to older Solaris 10 versions (Bug#10677).
4841 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
4842 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
4843 possibly this is because Sun fixed the 'stat' bug in my version.
4844 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
4845 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
4846 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4847 These changes are based on gnulib version
4848 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
4849 because Emacs is in feature freeze and we do not want to merge any
4850 more-recent changes from gnulib.
4851
4852 2012-01-31 Glenn Morris <rgm@gnu.org>
4853
4854 * configure.in: Throw an explicit error if Motif toolkit was
4855 requested but requirements could not be found.
4856
4857 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
4858
4859 2012-01-30 Eli Zaretskii <eliz@gnu.org>
4860
4861 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
4862 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
4863 with "make -j3".
4864
4865 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
4866
4867 * .bzrignore: Ignore etc/__pycache__.
4868
4869 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
4870
4871 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
4872 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
4873 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
4874 by Nelson H. F. Beebe in
4875 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
4876
4877 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
4878
4879 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
4880
4881 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
4882
4883 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
4884 instead of LDFLAGS (Bug#10230).
4885
4886 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
4887
4888 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
4889
4890 Propagate configure flags to sub-configures.
4891 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
4892 New macros.
4893 (config.status, bootstrap): Use them to propagate configure flags
4894 to sub-configures.
4895 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
4896
4897 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
4898
4899 * .bzrignore: Add config.cache.
4900
4901 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
4902
4903 * configure.in: Check for gtk_window_set_has_resize_grip.
4904
4905 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
4906
4907 * configure.in (HAVE_XPM): Fix typo.
4908
4909 2011-11-22 Glenn Morris <rgm@gnu.org>
4910
4911 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
4912 have confusing effects on the build. (Bug#6401)
4913
4914 * Makefile.in (install-arch-dep): Tweak previous change.
4915
4916 2011-11-22 Yavor Doganov <yavor@gnu.org>
4917
4918 Do not install arch-dependent files in the app bundle if
4919 --disable-ns-self-contained is requested. (Bug#1335)
4920 * configure.in (exec_prefix, libexecdir): Define relative to
4921 `ns_appbindir' only if configured for a self-contained app.
4922 * Makefile.in (install-arch-dep): Test for the existence of
4923 libexec in the Emacs.app bundle before executing commands.
4924
4925 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
4926
4927 * configure.in: Remove reference to src/m/ibms390.h.
4928
4929 2011-11-13 Glenn Morris <rgm@gnu.org>
4930
4931 * INSTALL: Tiny updates for disk space used during installation.
4932
4933 2011-11-05 Eli Zaretskii <eliz@gnu.org>
4934
4935 * lib/makefile.w32-in (FRC): New dummy target.
4936 (TAGS): Depend on FRC.
4937
4938 2011-11-04 Glenn Morris <rgm@gnu.org>
4939
4940 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
4941 Do not include GnuTLS version info in final summary message.
4942
4943 2011-10-31 Eli Zaretskii <eliz@gnu.org>
4944
4945 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
4946 they exist there, else from autogen/.
4947
4948 * make-dist (msdos): Add depfiles.bat and inttypes.h.
4949
4950 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
4951
4952 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
4953
4954 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
4955
4956 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
4957 if the library is found. Otherwise, later configure-time tests,
4958 such as the test for pthread_sigmask, generate the wrong results
4959 on some platforms. Reported by Nali Toja for FreeBSD.
4960
4961 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
4962
4963 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
4964 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
4965 Remove; no longer needed, now that we defer to strftime for time
4966 zone names.
4967
4968 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
4969
4970 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
4971
4972 2011-10-18 Chong Yidong <cyd@gnu.org>
4973
4974 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
4975
4976 2011-10-13 Glenn Morris <rgm@gnu.org>
4977
4978 * configure.in: Also look for tputs in libcurses. (Bug#9736)
4979
4980 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
4981
4982 * configure.in: Remove check for -lintl (Bug#9713).
4983 The check could break 'configure' on GNU/Linux with a (broken) libintl.
4984 The check was helpful but not essential in Solaris 2.6 (1997),
4985 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
4986 obsolete -- Sun dropped support for it in 2006 -- and without
4987 access to that Silurian platform we can't maintain the code anyway.
4988
4989 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
4990
4991 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
4992 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
4993 * m4/gnulib-common.m4: Merge from gnulib.
4994 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
4995 command not found" on powerpc-apple-darwin9.8.0.
4996
4997 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
4998 This is now done by src/alloc.c.
4999
5000 2011-10-02 Richard Stallman <rms@gnu.org>
5001
5002 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
5003 and xlinux_second_failure to xgnu_linux_second_failure.
5004
5005 2011-09-29 Eli Zaretskii <eliz@gnu.org>
5006
5007 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
5008 lib/signal.in-h.
5009
5010 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
5011 Rename signal.in.h and alloca.in.h.
5012
5013 2011-09-28 Eli Zaretskii <eliz@gnu.org>
5014
5015 * INSTALL: Mention that m17n libraries and libotf are needed for
5016 Arabic shaping.
5017
5018 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
5019
5020 Merge from gnulib, improving some licensing wording.
5021 This clarifies and fixes some licensing issues raised by Glenn Morris
5022 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
5023 It also merges the latest version of texinfo.tex and has some
5024 MSVC-related changes that don't affect Emacs.
5025 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
5026 pathmax, and raise, since these are needed only to address
5027 MSVC-related issues that Emacs doesn't have.
5028 * lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
5029 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
5030 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
5031 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
5032 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
5033 * m4/unistd_h.m4: Merge from gnulib.
5034
5035 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
5036
5037 * configure.in: Initialize HAVE_LIBXML2.
5038
5039 2011-09-26 Glenn Morris <rgm@gnu.org>
5040
5041 * make-dist: Add lib/makefile.w32-in.
5042
5043 2011-09-24 Glenn Morris <rgm@gnu.org>
5044
5045 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
5046
5047 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5048
5049 * .dir-locals.el: Change the debbugs regexp to allow having the
5050 bug number as the first thing on a line.
5051
5052 2011-09-15 Glenn Morris <rgm@gnu.org>
5053
5054 * configure.in: Make configure work with recent GNUsteps.
5055 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
5056 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
5057 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
5058
5059 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
5060
5061 Merge from gnulib, porting to Tru64.
5062 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
5063 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
5064 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
5065 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
5066 doesn't affect Emacs.
5067
5068 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
5069
5070 * configure.in (isnan): Remove now-unnecessary check.
5071
5072 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
5073
5074 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
5075 This is to fix the following problems:
5076 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
5077 configured not to use gtk or any other thread-using library,
5078 signals aren't blocked correctly.
5079 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
5080 and IRIX's signal handling.
5081 . On Cygwin 1.7.5 it works around an incompatibility with
5082 the system pthread_sigmask.
5083 . On MacOS X 10.5 (32-bit), files whose inode numbers
5084 exceed 2**31 cannot be read or manipulated.
5085 . pthread_sigmask: Actually use results of gl_THREADLIB.
5086 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
5087 . find 'ar' program that fits with --host argument.
5088 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
5089 * autogen/README: Update destination list.
5090 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
5091 The autogenerated files compile, config.guess,
5092 config.sub, depcomp, install-sh, and missing are now in build-aux.
5093 * m4/largefile.m4: New file, so that Emacs does not mess up when
5094 accessing files with large inode numbers in MacOS X 10.5 and later.
5095 * m4/nocrash.m4: New file, to avoid triggering background debugger
5096 and/or create core dumps during 'configure'.
5097 * build-aux/move-if-change: Renamed from move-if-change.
5098 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
5099 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
5100 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
5101 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
5102 * Makefile.in (epaths-force, sync-from-gnulib):
5103 move-if-change is now in build-aux.
5104 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
5105 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
5106 (mkdir): install-sh is now in build-aux.
5107 * config.bat: c++defs.h is now in build-aux/snippets.
5108 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
5109 usual parameter).
5110 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
5111 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
5112 to build-aux/snippet.
5113 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
5114 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
5115 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
5116 Solaris, enables MacOS extensions, and enables nocrash during
5117 'configure'.
5118 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
5119
5120 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
5121
5122 * configure.in (snprintf): New check.
5123
5124 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
5125
5126 * configure.in (opsys): Change pattern to *-*-linux*
5127 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
5128 Remove unreachable pattern hppa*-*-linux-gnu*.
5129 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
5130 and that can't possibly work now that src/m/hp800.h no longer exists.
5131
5132 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
5133
5134 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
5135
5136 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
5137
5138 * configure.in: Add header check: sys/socket.h (Bug#8477),
5139 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
5140 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
5141
5142 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
5143
5144 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
5145 (HAVE_GTK_AND_PTHREAD): Remove.
5146
5147 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
5148
5149 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
5150 build, not just GNUstep (Bug#9177).
5151
5152 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
5153
5154 Assume freestanding C89 headers, string.h, stdlib.h.
5155 Again, this simplifies the code, and all current platforms have these.
5156 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
5157 (AC_HEADER_STDC): Remove.
5158 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
5159 (strchr, strrchr): Remove fallback macros.
5160
5161 Assume support for memcmp, memcpy, memmove, memset.
5162 This simplifies the code a bit. All current platforms have these,
5163 as they are required for C89. If this turns into a problem we
5164 can add the gnulib modules for these (a 1-line change to Makefile.in).
5165 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
5166
5167 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
5168
5169 * GNUmakefile: New file.
5170 This is for convenience, so that one can run GNU make in an
5171 unconfigured source tree, and get a default build.
5172
5173 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
5174
5175 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
5176
5177 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5178
5179 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
5180 so as to suppress address randomization (Bug#8395).
5181
5182 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
5183
5184 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
5185 This fixes a build problem on older Mac OS X hosts.
5186
5187 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
5188 test, which runs afoul of Automake installations where, for example,
5189 /usr/share/aclocal contains a copy of gl_THREADLIB.
5190 Reported by Sven Joachim in
5191 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
5192 This is just a quick temporary fix, specific to Emacs; I'll work
5193 with the other gnulib maintainers to get a more-permanent fix.
5194
5195 Add gnulib's strtoimax module, needed on Solaris 8.
5196 * Makefile.in (GNULIB_MODULES): Add strtoimax.
5197 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
5198 automatically imported from gnulib.
5199 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
5200
5201 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
5202
5203 Add gnulib support for pthread_sigmask (Bug#9010).
5204 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
5205 * configure.in (AC_TYPE_UID_T): New dummy macro.
5206 Configure gnulib after adjusting LIBS,
5207 so that gnulib can assume the libraries in LIBS.
5208 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
5209 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
5210 * lib/pthread_sigmask.c:
5211 New files, automatically imported from gnulib.
5212 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
5213 due to the above changes.
5214 * .bzrignore: Add lib/signal.h.
5215
5216 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
5217
5218 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
5219
5220 * configure.in (maintainer-mode): Reflect default in help string.
5221
5222 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5223
5224 * configure.in: Remove reference to iris4d.h.
5225
5226 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
5227
5228 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
5229
5230 2011-07-01 Glenn Morris <rgm@gnu.org>
5231
5232 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
5233
5234 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5235
5236 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
5237 which made ./configure infloop.
5238
5239 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
5240
5241 * configure.in (gsettings): New option and check for GSettings.
5242
5243 2011-06-29 Glenn Morris <rgm@gnu.org>
5244
5245 * configure.in: Try to test for the required crt*.o files.
5246
5247 2011-06-27 Bill Wohler <wohler@newt.com>
5248
5249 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
5250
5251 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
5252
5253 Use gnulib's dup2 module instead of rolling our own.
5254 * Makefile.in (GNULIB_MODULES): Add dup2.
5255 * configure.in: Do not check for dup2; gnulib does that now.
5256 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
5257
5258 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
5259
5260 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
5261
5262 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
5263
5264 Use gnulib's alloca-opt module.
5265 * .bzrignore: Add lib/alloca.h.
5266 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
5267 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
5268 as gnulib now does that for us. Put alloca check in config.h.
5269 Include <alloca.h> before any other include file, for AIX 3.
5270 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
5271 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
5272
5273 2011-06-21 Leo Liu <sdl.web@gmail.com>
5274
5275 * m4/sha256.m4:
5276 * m4/sha512.m4:
5277 * m4/gl-comp.m4:
5278 * lib/u64.h:
5279 * lib/sha256.c:
5280 * lib/sha256.h:
5281 * lib/sha512.c:
5282 * lib/sha512.h:
5283 * lib/makefile.w32-in (GNULIBOBJS):
5284 * lib/gnulib.mk:
5285 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
5286 crypto/sha512 modules from gnulib.
5287
5288 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
5289
5290 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
5291
5292 2011-06-17 Glenn Morris <rgm@gnu.org>
5293
5294 * configure.in: Restore the behavior of checking crt-dir only
5295 when the user specified it (not all platforms use it).
5296
5297 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
5298
5299 * m4/lstat.m4: Merge from gnulib (Bug#8878).
5300
5301 2011-06-16 Miles Bader <miles@gnu.org>
5302
5303 * configure.in: Try to determine CRT_DIR automatically when
5304 using gcc.
5305
5306 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
5307
5308 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
5309 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
5310 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
5311 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
5312 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
5313 Merge from gnulib.
5314
5315 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
5316
5317 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
5318
5319 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
5320
5321 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
5322
5323 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
5324
5325 * configure.in: Add --with-wide-int.
5326 * INSTALL: Mention this.
5327
5328 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
5329
5330 Merge from gnulib.
5331 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
5332
5333 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
5334
5335 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
5336
5337 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
5338
5339 Use 'inline', not 'INLINE'.
5340 * configure.in (INLINE): Remove.
5341
5342 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
5343
5344 Adjust to recent gnulib change for @GUARD_PREFIX@.
5345 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
5346 All uses of _GL_ for guard prefixes in lib/*.h replaced with
5347 _@GUARD_PREFIX@_.
5348
5349 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
5350
5351 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
5352
5353 2011-05-24 Glenn Morris <rgm@gnu.org>
5354
5355 * Makefile.in (check): Just give a message if no test/ directory.
5356
5357 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
5358
5359 * configure.in (OPT_MAKEFILES_IN): Remove.
5360 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
5361 (SUBDIR_MAKEFILES_IN): New output variable.
5362 * Makefile.in (OPT_MAKEFILES_IN): Remove.
5363 (SUBDIR_MAKEFILES_IN): Let configure set it.
5364
5365 2011-05-24 Leo Liu <sdl.web@gmail.com>
5366
5367 * m4/sha1.m4:
5368 * m4/gl-comp.m4:
5369 * lib/sha1.h:
5370 * lib/sha1.c:
5371 * lib/makefile.w32-in (GNULIBOBJS):
5372 * lib/gnulib.mk:
5373 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
5374
5375 2011-05-24 Glenn Morris <rgm@gnu.org>
5376
5377 * configure.in: Remove test for already configured source directory.
5378 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
5379
5380 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
5381
5382 2011-05-24 Glenn Morris <rgm@gnu.org>
5383
5384 * make-dist: Don't distribute test/. (Bug#8107)
5385 * configure.in (OPT_MAKEFILES_IN): New output variable.
5386 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
5387 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
5388 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
5389 (check): Give an explicit error if test/ is not present.
5390
5391 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
5392 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
5393 (Makefile): Use $SUBDIR_MAKEFILES_IN.
5394
5395 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
5396
5397 * lib/verify.h: Merge from gnulib.
5398
5399 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
5400
5401 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
5402 Merge from gnulib.
5403
5404 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
5405
5406 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
5407
5408 2011-05-20 Eli Zaretskii <eliz@gnu.org>
5409
5410 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
5411
5412 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
5413
5414 2011-05-20 Glenn Morris <rgm@gnu.org>
5415
5416 * configure.in (lisp_frag): New output file.
5417
5418 2011-05-19 Glenn Morris <rgm@gnu.org>
5419
5420 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
5421 (WINDOW_SUPPORT): Remove output variables that are no longer used.
5422
5423 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
5424
5425 * lib/gnulib.mk:
5426 * lib/intprops.h:
5427 * lib/unistd.in.h:
5428 * m4/inttypes.m4:
5429 * m4/stdint.m4:
5430 * m4/unistd_h.m4: Sync from gnulib.
5431
5432 2011-05-14 Glenn Morris <rgm@gnu.org>
5433
5434 * configure.in: Treat failure to find an X toolkit the same way we treat
5435 failure to find X and image support.
5436
5437 2011-05-12 Glenn Morris <rgm@gnu.org>
5438
5439 * Makefile.in (src, install-arch-indep, bootstrap-clean)
5440 (check-declare): Shell portability fixes. (Bug#8642)
5441
5442 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
5443
5444 * configure.in: Require GnuTLS 2.6.x or higher.
5445
5446 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
5447
5448 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
5449 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
5450 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
5451
5452 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
5453 This new gnulib-tool option saves 'configure' the trouble of
5454 checking for strtoull when strtoumax exists.
5455
5456 * configure.in (BITS_PER_LONG_LONG): New macro.
5457
5458 2011-05-05 Glenn Morris <rgm@gnu.org>
5459
5460 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
5461 (top_distclean): Delete config.log~.
5462
5463 2011-04-27 Ben Key <bkey76@gmail.com>
5464
5465 * configure.in: Fixed a bug that caused configure with
5466 --enable-checking=stringoverrun to have no effect.
5467
5468 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
5469
5470 * configure.in: Suppress unnecessary checks for size_t.
5471 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
5472 (size_t): Do not check for this, and do not typedef. This code
5473 is never exercised now.
5474
5475 * Makefile.in (GNULIB_MODULES): Add strtoumax.
5476 This is needed for the new integer-reading code in lread.c.
5477 It automatically pulls in the following gnulib files, which
5478 are used on old-fashioned platforms that don't have strtoumax:
5479 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
5480 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
5481 m4/strtoull.m4, m4/strtoumax.m4.
5482 * .bzrignore: Add lib/inttypes.h.
5483
5484 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
5485
5486 * configure.in: Check for GnuTLS certificate verify callbacks.
5487
5488 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5489
5490 * Makefile.in (config.status): Don't erase in case of error.
5491 In case it disappeared, rebuild it with `configure'.
5492
5493 2011-04-20 Ken Brown <kbrown@cornell.edu>
5494
5495 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
5496
5497 2011-04-12 Glenn Morris <rgm@gnu.org>
5498
5499 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
5500
5501 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
5502
5503 * lib/allocator.c: New file, automatically generated by gnulib.
5504
5505 2011-04-07 Glenn Morris <rgm@gnu.org>
5506
5507 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
5508
5509 2011-04-06 Eli Zaretskii <eliz@gnu.org>
5510
5511 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
5512 Revert last change.
5513
5514 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
5515
5516 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
5517 ($(BLD)/careadlinkat.$(O)): New target.
5518 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
5519 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
5520 Update dependencies.
5521
5522 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
5523
5524 Fix more problems found by GCC 4.6.0's static checks.
5525
5526 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
5527
5528 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
5529 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
5530 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
5531 * m4/ssize_t.m4: New files, automatically generated from gnulib.
5532
5533 2011-04-06 Glenn Morris <rgm@gnu.org>
5534
5535 * autogen/update_autogen: Handle loaddefs-like files as well.
5536 (usage): Add -l, -C.
5537 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
5538 With -l, check status of lisp/ as well.
5539 With -C, clean before building.
5540 (autoreconf): Only pass -f in the `clean' case.
5541 (commit): New function.
5542
5543 2011-03-28 Glenn Morris <rgm@gnu.org>
5544
5545 * autogen/update_autogen: Pass -f to autoreconf.
5546
5547 * autogen.sh (get_version): Discard "not found" lines.
5548 (check_version): Respect $AUTOCONF etc environment variables.
5549
5550 2011-03-27 Glenn Morris <rgm@gnu.org>
5551
5552 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
5553 (AH_BOTTOM): Do not define SIGTYPE.
5554
5555 2011-03-26 Glenn Morris <rgm@gnu.org>
5556
5557 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
5558 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
5559
5560 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
5561
5562 * autogen/update_autogen: Remove useless function keyword.
5563
5564 2011-03-25 Eli Zaretskii <eliz@gnu.org>
5565
5566 * config.bat: Generate src/config.h and lib/Makefile from
5567 autogen/config.in and autogen/Makefile.in.
5568
5569 2011-03-25 Glenn Morris <rgm@gnu.org>
5570
5571 * compile, config.guess, config.sub, depcomp, install-sh, missing:
5572 Remove; autoreconf can supply them.
5573 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
5574 config.guess, install-sh. Pass -i to autoreconf.
5575 * autogen/update_autogen (genfiles): Add compile, config.guess,
5576 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
5577 Discard non-error output from autoreconf in -q case.
5578 * autogen/compile, autogen/config.guess, autogen/config.sub:
5579 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
5580 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
5581 install-sh, missing.
5582
5583 2011-03-23 Glenn Morris <rgm@gnu.org>
5584
5585 * autogen/update_autogen: Fix typo.
5586 (msg): Remove function; use `exec' instead.
5587
5588 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
5589 (sync-from-gnulib): Don't sync mkinstalldirs.
5590 * make-dist: Don't distribute mkinstalldirs.
5591
5592 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
5593
5594 Fix more problems found by GCC 4.5.2's static checks.
5595 * Makefile.in (GNULIB_MODULES): Add socklen.
5596 * configure.in: Do not check for sys/socket.h, since socklen does that.
5597 * m4/socklen.m4: New automatically-generated file, from gnulib.
5598
5599 fakemail: Remove dependency on ignore-value.
5600 * Makefile.in (GNULIB_MODULES): Add stdio.
5601 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
5602 imported from gnulib.
5603 * .bzrignore: Add lib/stdio.h.
5604
5605 2011-03-22 Glenn Morris <rgm@gnu.org>
5606
5607 * autogen/copy_autogen: Work from ./ or ../.
5608 Fix time-stamps.
5609 * autogen.sh: Doc fix.
5610
5611 2011-03-20 Glenn Morris <rgm@gnu.org>
5612
5613 * autogen/: New directory, to be excluded from releases.
5614 * autogen/copy_autogen, autogen/update_autogen: New scripts.
5615 * autogen/README: New file.
5616 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
5617 * autogen/Makefile.in: Add auto-updated generated files.
5618 * autogen.sh: No longer a no-op, now it tests for autotools
5619 and runs them as necessary.
5620 * configure.in: Default maintainer-mode to on.
5621 * aclocal.m4, configure, lib/Makefile.in: Remove files.
5622
5623 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
5624
5625 Update for gnulib.
5626 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
5627 includes <intprops.h> directly.
5628 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
5629 when building Emacs on Solaris 9 and running it on Solaris 10.
5630
5631 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
5632
5633 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
5634
5635 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5636
5637 * Version 23.3 released.
5638
5639 2011-03-06 Glenn Morris <rgm@gnu.org>
5640
5641 * configure.in (FREETYPE_LIBS): Actually set it to something.
5642
5643 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
5644
5645 Work around some portability problems with symlinks.
5646
5647 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
5648 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
5649 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
5650 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
5651 * m4/symlink.m4:
5652 New files, automatically generated from gnulib.
5653 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
5654 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
5655
5656 2011-02-26 Eli Zaretskii <eliz@gnu.org>
5657
5658 * .bzrignore: Ignore new lib/*.in-h files.
5659
5660 * config.bat: Rename stdint.in.h and sys_stat.in.h.
5661 Call depfiles.bat even if lib/deps already exist.
5662
5663 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
5664
5665 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
5666 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
5667 recent changes to configure.in and to gnulib.
5668
5669 2011-02-24 Glenn Morris <rgm@gnu.org>
5670
5671 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
5672 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
5673
5674 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
5675
5676 Assume S_ISLNK etc. work, since gnulib supports this.
5677 * Makefile.in (GNULIB_MODULES): Add sys_stat.
5678 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
5679 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
5680 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
5681
5682 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
5683
5684 * lib/min-max.h: New file, for "min" and "max".
5685
5686 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
5687
5688 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
5689 $(EMACS_ROOT)/nt/inc/stdint.h.
5690
5691 2011-02-21 Eli Zaretskii <eliz@gnu.org>
5692
5693 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
5694 src/makefile.w32-in and adapt. Depend on stamp_BLD.
5695 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
5696
5697 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
5698
5699 Import filemode module from gnulib.
5700 * .bzrignore: Add lib/sys/.
5701 * Makefile.in (GNULIB_MODULES): Add filemode.
5702 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
5703 * lib/filemode.c: Renamed from src/filemode.c and regenerated
5704 from gnulib. This adds support for some more file types, e.g.,
5705 Cray DMF migrated files.
5706 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
5707 * m4/sys_stat_h.m4: New files, generated from gnulib.
5708 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5709 Regenerate.
5710
5711 2011-02-20 Eli Zaretskii <eliz@gnu.org>
5712
5713 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
5714 $(EMACS_ROOT)/nt/inc/sys/stat.h.
5715
5716 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5717
5718 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
5719 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
5720 is no longer needed, due to the recent SSDATA and related changes.
5721 Perhaps -Wno-pointer-sign should also be removed from
5722 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
5723 way to test this so I left it alone.
5724 * configure: Regenerate.
5725
5726 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
5727
5728 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
5729 src/makefile.w32-in.
5730
5731 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5732
5733 Import crypto/md5 and stdint modules from gnulib.
5734 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5735 Regenerate.
5736 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
5737 Import the new versions from gnulib; they assume a C99-style
5738 <stdint.h>, supplied by the stdint module.
5739 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
5740 imported from gnulib.
5741 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
5742
5743 2011-02-19 Eli Zaretskii <eliz@gnu.org>
5744
5745 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
5746 Add lib/deps/.
5747
5748 * config.bat: Configure in `lib'.
5749 Generate *.Po files in lib/deps.
5750
5751 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
5752
5753 Import IRIX 6.5 getloadavg fixes from gnulib.
5754 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
5755
5756 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
5757
5758 Import getloadavg module from gnulib.
5759 * .bzrignore: Add lib/stdlib.h.
5760 * Makefile.in (GNULIB_MODULES): Add getloadavg.
5761 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
5762 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
5763 Remove; gnulib does this now.
5764 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
5765 from gnulib. This adds support for several other systems, such
5766 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
5767 buffer overrun on Linux hosts under very high load, and on hosts
5768 that maintain a channel to the load average file it makes sure
5769 the file descriptor is close-on-exec (on hosts that support this)
5770 and is not stdin, stdout, or stderr.
5771 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
5772 from gnulib.
5773 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5774 Regenerate.
5775
5776 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
5777
5778 Merge from gnulib.
5779
5780 * install-sh: Update to scriptversion 2011-01-19.21.
5781
5782 2011-02-13 Bruno Haible <bruno@clisp.org>
5783
5784 Consistent macro naming for macros that use GCC __attribute__.
5785 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
5786 ATTRIBUTE_DEPRECATED.
5787
5788 2011-02-12 Bruno Haible <bruno@clisp.org>
5789
5790 setlocale: Prefer gnulib's override over libintl's override.
5791 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
5792 GNULIB_defined_setlocale is set.
5793
5794 2011-02-13 Glenn Morris <rgm@gnu.org>
5795
5796 * make-dist: Exclude generated file src/globals.h.
5797
5798 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
5799
5800 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
5801 Sync from gnulib, which has been patched to fix the problem
5802 with the license notices. Reported by Glenn Morris in
5803 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
5804
5805 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5806
5807 * .bzrignore: Ignore globals.h and related stamp.
5808
5809 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
5810
5811 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
5812 This merges the following fix from gnulib:
5813
5814 2011-02-08 Bruno Haible <bruno@clisp.org>
5815
5816 Split large sed scripts, for HP-UX sed.
5817
5818 2011-02-08 Tom Tromey <tromey@redhat.com>
5819
5820 * configure: Rebuild.
5821 * configure.in (NS_OBJC_OBJ): New subst.
5822
5823 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
5824
5825 gnulib: allow multiple gnulib generated replacements to coexist
5826 This defines a few preprocessor symbols that should not affect Emacs.
5827 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
5828 via "make sync-from-gnulib".
5829
5830 gnulib: undo previous change
5831 The upstream _HEADERS change was backed out of gnulib (see the
5832 same thread). Stay in sync with gnulib.
5833
5834 gnulib: adjust to upstream _HEADERS change
5835 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
5836 New empty macros, to accommodate recent changes to gnulib. See
5837 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
5838 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
5839 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
5840 * lib/time.in.h, lib/unistd.in.h:
5841 Regenerate.
5842
5843 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
5844
5845 sync from gnulib to remove HAVE_STDBOOL_H
5846 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
5847 AC_HEADER_STDBOOL. All uses changed. Do not define
5848 HAVE_STDBOOL_H, as gnulib does not need this. This change is
5849 imported from the latest Autoconf git. It was motivated by Emacs,
5850 which uses gnulib but does not need HAVE_STDBOOL_H.
5851 * configure, src/config.in: Regenerate.
5852 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
5853
5854 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
5855
5856 allow C code to suppress warnings about ignored return values
5857 * Makefile.in (GNULIB_MODULES): Add ignore-value.
5858 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
5859 * lib/ignore-value.h: New file.
5860
5861 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
5862
5863 * configure.in: Test existence of xaw3d library, not just the
5864 header (Bug#7642).
5865
5866 2011-01-31 Eli Zaretskii <eliz@gnu.org>
5867
5868 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
5869 $(BLD)/time_r.$(O).
5870 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
5871 $(EMACS_ROOT)/src/m/intel386.h.
5872 ($(BLD)/strftime.$(O))
5873 ($(BLD)/time_r.$(O)): Define prerequisites.
5874
5875 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
5876
5877 src/emacs.c now gets version number from configure.in
5878 * configure.in (version): Set this from $PACKAGE_VERSION,
5879 which is set from AC_INIT, rather than scouting through src/emacs.c.
5880 * configure: Regenerate.
5881 * make-dist (version): Get it from configure.in, not src/emacs.c.
5882
5883 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5884
5885 strftime: import from gnulib
5886 * Makefile.in (GNULIB_MODULES): Add strftime.
5887 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
5888 needed.
5889 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5890 Regenerate.
5891 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
5892 imported from gnulib.
5893 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
5894 This incorporates many changes from gnulib, including simpler
5895 handling of multibyte formats, porting to mingw32 and other
5896 platforms, and support for higher-resolution time stamps.
5897 Emacs does not yet use the higher-resolution interface.
5898
5899 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5900
5901 gnulib: import mktime and move-if-change fixes from gnulib
5902
5903 * configure: Regenerate from the following.
5904
5905 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5906
5907 mktime: clarify long_int width checking
5908 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
5909 the top level, to make it clearer that the assumption about
5910 long_int width is being checked. See
5911 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
5912
5913 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
5914
5915 TYPE_MAXIMUM: avoid theoretically undefined behavior
5916 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
5917 negative number, which the C Standard says has undefined behavior.
5918 In practice this is not a problem, but might as well do it by the book.
5919 Reported by Rich Felker and Eric Blake; see
5920 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
5921 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
5922 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
5923
5924 mktime: #undef mktime before #defining it
5925 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
5926
5927 mktime: systematically normalize tm_isdst comparisons
5928 * lib/mktime.c (isdst_differ): New function.
5929 (__mktime_internal): Use it systematically for all isdst comparisons.
5930 This completes the fix for libc BZ #6723, and removes the need for
5931 normalizing tm_isdst.
5932 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
5933 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
5934
5935 mktime: fix some integer overflow issues and sidestep the rest
5936
5937 This was prompted by a bug report by Benjamin Lindner for MinGW
5938 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
5939 His bug is due to signed integer overflow (0 - INT_MIN), and I
5940 I scanned through mktime.c looking for other integer overflow
5941 problems, fixing all the bugs I found.
5942
5943 Although the C Standard says the resulting code is still not safe
5944 in the presence of integer overflow, in practice it should be good
5945 enough for all real-world two's-complement implementations, except
5946 for debugging environments that deliberately trap on integer
5947 overflow (e.g., gcc -ftrapv).
5948
5949 * lib/mktime.c (WRAPV): New macro.
5950 (SHR): Also check that long_int and time_t shift right in the
5951 usual way, before using the fast-but-unportable method.
5952 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
5953 used. The code already assumed two's complement, so there's
5954 no need to test for alternatives. All uses removed.
5955 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
5956 the C standard. Reported by Rich Felker in
5957 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
5958 (twos_complement_arithmetic): Also check long_int and time_t.
5959 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
5960 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
5961 (__mktime_internal): Avoid integer overflow with unary subtraction
5962 in two instances where -1 - X is an adequate replacement for -X,
5963 since the calculations are approximate.
5964
5965 2011-01-29 Eric Blake <eblake@redhat.com>
5966
5967 mktime: avoid infinite loop
5968 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
5969 type; behavior is still undefined but portable to all known targets.
5970 Reported by Rich Felker.
5971
5972 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
5973
5974 mktime: avoid problems on NetBSD 5 / i386
5975 * lib/mktime.c (long_int): New type. This works around a problem
5976 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
5977 but time_t is 64 bits, and where I expect the existing code is
5978 wrong in some cases.
5979 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
5980 (ydhms_diff): Bring back the compile-time check for wide-enough
5981 year and yday.
5982
5983 mktime: fix misspelling in comment
5984 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
5985 This merges all recent glibc changes of importance.
5986
5987 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5988
5989 move-if-change: cope with concurrent mv of identical file.
5990 * move-if-change (CMPPROG): Accept environment
5991 variable as an override for `cmp'.
5992 (usage): Document CMPPROG.
5993 Adjust comparison to drop stdout. Cope with failure of mv if
5994 the target file exists and is identical to the source, for
5995 parallel builds.
5996 Report from H.J. Lu against binutils in PR binutils/12283.
5997
5998 2011-01-29 Eli Zaretskii <eliz@gnu.org>
5999
6000 * lib/makefile.w32-in:
6001 * lib/getopt_.h: New files.
6002
6003 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
6004
6005 improve fix for MS-DOS file name clash
6006 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
6007 for portability to POSIX make. Reported by Bruno Haible.
6008 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
6009 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
6010 files from accumulating as garbage. Also reported by Bruno Haible.
6011
6012 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
6013
6014 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
6015 * Makefile.in (DOS-gnulib-comp.m4): New macro.
6016 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
6017 problems with MS-DOS 8+3 file name restrictions.
6018 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
6019 it, it would also cause problems when extracting Emacs distribution
6020 tarballs on MS-DOS hosts.
6021 (ACLOCAL_INPUTS): Adjust to file renaming.
6022 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
6023 * config.guess, config.sub: Sync from gnulib.
6024 * m4/gnulib-cache.m4: Remove from repository.
6025 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
6026
6027 2011-01-25 Glenn Morris <rgm@gnu.org>
6028
6029 * README: Add a note about ranges in copyright years.
6030
6031 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
6032
6033 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6034
6035 * configure.in: Add HP-UX on IA64 (Bug#6811).
6036
6037 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
6038
6039 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
6040 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
6041 as it is no longer needed.
6042 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
6043 * configure.in: Invoke the new gnulib macro
6044 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
6045 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
6046 * m4/getopt.m4: Sync from gnulib; this removes the need for
6047 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
6048 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
6049 New macro, synced from gnulib.
6050 * m4/warn-on-use.m4: Remove.
6051
6052 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
6053
6054 aclocal.m4: put this file back into repository
6055 This way, we don't have to assume that the maintainer has
6056 the automake package installed. See
6057 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
6058 * .bzrignore: Remove aclocal.m4, undoing the previous change.
6059 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
6060 undoing the previous change.
6061 * aclocal.m4: New file (actually, resurrected).
6062
6063 2011-01-22 Miles Bader <miles@gnu.org>
6064
6065 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
6066 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
6067 Emacs directly uses fontconfig, and breaks building when using a
6068 strict linker).
6069
6070 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
6071
6072 src/config.in: shrink slightly
6073 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
6074 This makes src/config.in a bit smaller, by removing identifiers
6075 like GNULIB_TEST_MKTIME that Emacs does not need.
6076 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
6077 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
6078 Sync from gnulib. This removes a few more unnecessary symbols from
6079 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
6080 * configure, src/config.in: Regenerate.
6081
6082 aclocal.m4: tweaks to regenerate more conveniently
6083 This attempts to act better when the source is in a weird state. See
6084 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
6085 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
6086 * .bzrignore: Add aclocal.m4.
6087
6088 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
6089
6090 aclocal.m4: omit auto-generated file from repository
6091 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
6092 the most recent change here.
6093 * aclocal.m4: Remove from bzr repository. This file is
6094 auto-generated and isn't needed to run 'configure'. See
6095 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
6096
6097 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
6098
6099 Minor Makefile.in tweaks to build from gnulib better.
6100 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
6101 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
6102 (top_maintainer_clean): Don't remove aclocal.m4.
6103
6104 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
6105
6106 Minor cleanups for 'bzr status'
6107 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
6108 the output of config.guess.
6109 * Makefile.in (top_distclean): Remove stamp-h1 too.
6110
6111 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
6112 defined if the compiler supports GCC-style __attribute__
6113 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
6114 this syntax.
6115
6116 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
6117
6118 Makefile.in: tidy up the building of lib
6119 * Makefile.in (am--refresh): Mark as .PHONY.
6120 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
6121 as they're not rebuilt unless you do a "make sync-from-gnulib"
6122 and the former is needed for "configure".
6123 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
6124 has already removed lib/Makefile.
6125
6126 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
6127 This avoids building ftoastr and ldtoastr, which aren't needed. See
6128 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
6129
6130 * .bzrignore: Add .h files that are host-dependent.
6131 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
6132 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
6133 host-dependent and are built as part of an ordinary 'make', and
6134 should not be checked in.
6135
6136 * lib/Makefile.in: Regenerate.
6137 * lib/COPYING: New file, a copy of COPYING.
6138
6139 * configure: Regenerate.
6140 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
6141
6142 Regenerate.
6143 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
6144 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
6145 New files, copied from gnulib by gnulib-tool.
6146 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
6147 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
6148 Regenerate.
6149
6150 Use gnulib's getopt-gnu module.
6151 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
6152 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
6153 representative of the dependencies.
6154 * configure.in: Do not configure getopt, as gnulib does that now.
6155 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
6156 getopt now, in lib.
6157
6158 Regenerate.
6159 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
6160 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
6161 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
6162 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
6163 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
6164 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
6165 * m4/wchar_t.m4, warn-on-use.h:
6166 New files, copied from gnulib by gnulib-tool.
6167 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
6168 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
6169 Regenerate.
6170
6171 Use gnulib's mktime module.
6172 * Makefile.in (GNULIB_MODULES): Add mktime.
6173 * configure.in: Remove code no longer needed, as gnulib now does it.
6174 (AC_CHECK_FUNCS): Remove mktime.
6175 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
6176 (__restrict): Remove, as this now gets in the way of the C99
6177 support for 'restrict' pulled in by the gnulib mktime module.
6178 Code should now use 'restrict' and not '__restrict".
6179 (mktime): Remove.
6180 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
6181 and warn-on-use.h into the distribution.
6182
6183 Regenerate.
6184 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
6185 * lib/ldtoastr.c, m4/c-strtod.m4:
6186 New files, copied from gnulib by gnulib-tool.
6187 * lib/dummy.c: Remove.
6188 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
6189 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
6190 Regenerate.
6191
6192 Use gnulib's ftoastr module.
6193 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
6194
6195 Regenerate.
6196 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
6197 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
6198 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
6199 New files, generated automatically, with 'make sync-from-gnulib'
6200 followed by 'make'.
6201 * configure: Regenerate.
6202
6203 Automate syncing from gnulib.
6204 * INSTALL, README: Document new subdirectory 'lib'.
6205 * Makefile.in (SUBDIR): Add lib.
6206 (SUBDIR_MAKEFILES): Add lib/Makefile.
6207 (lib-src, src, TAGS, tags): Depend on lib.
6208 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
6209 ($(gnulib_srcdir)): New rule.
6210 (sync-from-gnulib): New rule, which is .PHONY.
6211 (lib): New rule, which is like lib-src.
6212 (Makefile): Depend on lib/Makefile.in.
6213 (AUTOCONF_INPUTS): Depend on aclocal.m4.
6214 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
6215 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
6216 (am--refresh): New rule, to pacify Automake.
6217 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
6218 Clean lib, too.
6219 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
6220 droppings.
6221 (maintainer-clean, extraclean): Use it.
6222 * configure.in: Initialize for automake and gnulib, by invoking
6223 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
6224 lib/Makefile, too. Use automake to build gnulib, as gnulib works
6225 more conveniently with automake.
6226 * lib/Makefile.am: New file.
6227 * make-dist: Also put into the distribution aclocal.m4,
6228 compile, depcomp, missing, and the files under lib/.
6229
6230 2011-01-15 Glenn Morris <rgm@gnu.org>
6231
6232 * Makefile.in (epaths-force): No more arch-tag to edit.
6233
6234 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
6235
6236 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
6237
6238 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
6239
6240 * make-dist: Distribute test/ files too.
6241 Distribute every file under test/ that is under version control,
6242 using patterns like *.el to capture files that are added later.
6243 Without this change, "configure" would fail, because it would
6244 attempt to build from a Makefile.in that was not distributed.
6245
6246 2011-01-13 Christian Ohler <ohler@gnu.org>
6247
6248 * Makefile.in (INFO_FILES): Add ERT.
6249
6250 * Makefile.in (check): Run tests in test/automated.
6251
6252 * Makefile.in:
6253 * configure.in: Add test/automated/Makefile.
6254
6255 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
6256
6257 * install-sh, mkinstalldirs, move-if-change: Update from master
6258 source in gnulib.
6259
6260 * config.guess, config.sub: Updated from master source.
6261
6262 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
6263
6264 * configure.in: Check for __builtin_unwind_init.
6265
6266 2011-01-05 Glenn Morris <rgm@gnu.org>
6267
6268 * configure.in (HAVE_MAKEINFO): New output variable.
6269 (MAKEINFO): Reset to "makeinfo" if not found.
6270 * Makefile.in (install-arch-indep, info):
6271 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
6272
6273 2010-12-29 Ulrich Müller <ulm@gentoo.org>
6274
6275 * configure.in: Make gameuser configurable (Bug#7717).
6276
6277 2010-12-15 Glenn Morris <rgm@gnu.org>
6278
6279 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
6280 long absent lib-src/fns-*.el.
6281
6282 2010-12-11 Glenn Morris <rgm@gnu.org>
6283
6284 * make-dist: Exclude etc/*.pyc.
6285
6286 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
6287
6288 * configure.in: Don't double machfile in final message.
6289
6290 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
6291
6292 * configure.in: Fix last change.
6293
6294 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
6295
6296 * configure.in: Remove reference to removed machine description
6297 files and allow $machine and $machfile to be empty.
6298 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
6299
6300 2010-12-03 Glenn Morris <rgm@gnu.org>
6301
6302 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
6303
6304 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
6305
6306 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
6307 (EXTERNALLY_VISIBLE): New definition.
6308
6309 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
6310
6311 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
6312
6313 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6314
6315 * configure.in: Do not check for unconditionally included headers.
6316
6317 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6318
6319 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
6320
6321 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
6322
6323 * configure.in: Don't write a warning for D-Bus anymore.
6324
6325 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
6326
6327 * configure.in: Fix indentation.
6328
6329 2010-10-31 Ken Brown <kbrown@cornell.edu>
6330
6331 * configure.in (checking whether localtime caches TZ):
6332 Use unsetenv instead of modifying environment directly.
6333
6334 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
6335
6336 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
6337 to avoid warning.
6338
6339 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6340
6341 * configure.in: Remove the BROKEN annotation from GnuTLS.
6342
6343 2010-10-22 Glenn Morris <rgm@gnu.org>
6344
6345 * make-dist: Avoid listing .el files twice. Don't try to run
6346 autoconf if --no-update.
6347
6348 2010-10-20 Glenn Morris <rgm@gnu.org>
6349
6350 * make-dist: No longer create lisp/MANIFEST.
6351
6352 2010-10-14 Glenn Morris <rgm@gnu.org>
6353
6354 * BUGS, INSTALL.BZR, README: Updates.
6355
6356 2010-10-13 Glenn Morris <rgm@gnu.org>
6357
6358 * make-dist: Remove --compress. Check for the appropriate
6359 gzip-like executable, and if not found, don't compress.
6360 Check version number in README, don't change it.
6361 Use find for nt/inc/*.h.
6362
6363 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
6364
6365 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
6366 Remove trailing / from directory names.
6367
6368 2010-10-12 Glenn Morris <rgm@gnu.org>
6369
6370 * make-dist: Update and simplify.
6371
6372 2010-10-12 Eli Zaretskii <eliz@gnu.org>
6373
6374 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
6375
6376 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6377
6378 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
6379
6380 2010-10-09 Glenn Morris <rgm@gnu.org>
6381
6382 * make-dist: No more doc/emacs/*.texi.in.
6383
6384 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
6385
6386 2010-10-09 Glenn Morris <rgm@gnu.org>
6387
6388 * configure.in: Combine some conditionals.
6389
6390 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
6391 * make-dist: Include doc/emacs/*.texi.in.
6392
6393 * INSTALL, make-dist: Remove references to b2m.
6394 * Makefile.in (MAN_PAGES): Remove b2m.1.
6395
6396 2010-10-05 Glenn Morris <rgm@gnu.org>
6397
6398 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
6399
6400 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6401
6402 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
6403
6404 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
6405
6406 * configure.in: Include stdlib.h and string.h unconditionally.
6407
6408 2010-09-29 Romain Francoise <romain@orebokech.com>
6409
6410 * configure.in: Don't enable ImageMagick unless HAVE_X11.
6411
6412 2010-09-28 Glenn Morris <rgm@gnu.org>
6413
6414 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
6415 happy.
6416
6417 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6418
6419 * configure.in: Enable imagemagick by default.
6420
6421 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6422
6423 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
6424 GnuTLS libraries.
6425
6426 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6427
6428 * configure.in: Set up GnuTLS.
6429
6430 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
6431
6432 * configure.in: Announce whether libxml2 is linked to.
6433
6434 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6435
6436 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
6437
6438 2010-09-18 Eli Zaretskii <eliz@gnu.org>
6439
6440 * config.bat: Detect that libxml2 is installed and if so, build
6441 with it.
6442
6443 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6444
6445 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
6446 be used. This fixes a conf problem on Mac OS X.
6447
6448 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6449
6450 * configure.in: Check for libxml2.
6451
6452 2010-09-09 Glenn Morris <rgm@gnu.org>
6453
6454 * make-dist: No more TODO files under lisp/.
6455
6456 2010-09-04 Eli Zaretskii <eliz@gnu.org>
6457
6458 * config.bat: Produce lisp/gnus/_dir-locals.el from
6459 lisp/gnus/.dir-locals.el.
6460
6461 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
6462
6463 * configure.in: Fix check for librsvg, imagemagick and
6464 MagickExportImagePixels.
6465
6466 2010-08-18 Joakim Verona <joakim@verona.se>
6467
6468 * Makefile.in, configure.in: Checks for ImageMagick.
6469
6470 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
6471
6472 * configure.in (AC_PREREQ): Require autoconf 2.65.
6473
6474 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
6475
6476 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
6477
6478 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
6479
6480 * configure.in: Add AC_C_BIGENDIAN.
6481
6482 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
6483
6484 * configure.in (ORDINARY_LINK): Use on hpux* too.
6485
6486 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
6487
6488 * configure.in: Check for util.h.
6489 Use -Wimplicit-function-declaration if compiler supports it.
6490
6491 2010-08-05 Eli Zaretskii <eliz@gnu.org>
6492
6493 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
6494
6495 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
6496
6497 * configure.in: Restore accidentally removed use of
6498 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
6499
6500 2010-07-29 Chad Brown <yandros@mit.edu>
6501
6502 * configure.in: Check for dirent.h.
6503
6504 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
6505
6506 * configure.in: Remove reference to usg5-4, unused.
6507
6508 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
6509
6510 * configure.in: Check for __executable_start.
6511
6512 2010-07-24 Ken Brown <kbrown@cornell.edu>
6513
6514 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
6515
6516 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
6517
6518 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
6519
6520 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
6521
6522 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
6523
6524 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
6525
6526 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
6527 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
6528 (C_OPTIMIZE_SWITCH): Remove.
6529 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
6530
6531 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
6532
6533 * configure.in: Don't check for index and rindex, check for strchr
6534 and strrchr. Define strchr and strrchr as index and rindex,
6535 resp., in src/config.h if not available.
6536
6537 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
6538
6539 * configure.in: Use -Wold-style-definition if available.
6540 This helps with the transition to standard C code, it can be
6541 removed when done.
6542
6543 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
6544
6545 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
6546 and MSWindows.
6547
6548 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
6549
6550 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
6551 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
6552
6553 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
6554
6555 * configure.in (getenv): Remove K&R declaration.
6556
6557 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
6558
6559 * configure.in: Remove define __P.
6560
6561 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
6562
6563 * configure.in (--enable-use-lisp-union-type): New flag.
6564
6565 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
6566
6567 Fix CFLAGS for non-GCC compilers.
6568 * configure.in (CFLAGS): Always use -g like it was done before the
6569 2010-03-30 change.
6570 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
6571 (Bug#6538)
6572
6573 2010-06-30 Glenn Morris <rgm@gnu.org>
6574
6575 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
6576 Set with AC_DEFINE rather than AH_BOTTOM.
6577
6578 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC)
6579 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
6580 Set with shell, not cpp.
6581 (LIBX): Remove, just use -lX11 in the one place this was used.
6582 (cannot_dump): Replace with CANNOT_DUMP.
6583
6584 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
6585
6586 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
6587 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
6588 by minimum required Gtk+ 2.6). Add checks for functions introduced
6589 in Gtk+ 2.14 or newer (bug#6505).
6590
6591 2010-06-26 Eli Zaretskii <eliz@gnu.org>
6592
6593 * config.bat: Remove white space around "+" in COPY commands.
6594
6595 2010-06-23 Glenn Morris <rgm@gnu.org>
6596
6597 * info/dir: Start descriptions in column 32, per Texinfo convention.
6598
6599 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
6600
6601 * INSTALL: Update font information (Bug#6389).
6602
6603 2010-06-16 Glenn Morris <rgm@gnu.org>
6604
6605 * INSTALL: General update.
6606
6607 2010-06-12 Glenn Morris <rgm@gnu.org>
6608
6609 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
6610
6611 2010-06-11 Glenn Morris <rgm@gnu.org>
6612
6613 * configure.in (--without-compress-info): New option.
6614 (GZIP_INFO): New output variable.
6615
6616 * Makefile.in (GZIP_INFO): New, set by configure.
6617 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
6618 Handle man pages in the same way.
6619
6620 2010-06-10 Glenn Morris <rgm@gnu.org>
6621
6622 * Makefile.in (install-arch-indep): Gzip the info files too.
6623
6624 * make-dist: Remove references to non-existent directories and files.
6625
6626 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
6627
6628 * configure.in: Include <strings.h> and <string.h> instead of
6629 "strings.h" and "string.h".
6630
6631 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
6632
6633 * configure.in: Remove code dealing with BSTRING.
6634
6635 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
6636
6637 * configure.in (AC_PREREQ): Require autoconf 2.65.
6638
6639 * configure.in (unxec): Do not define and substitute.
6640 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
6641
6642 2010-06-03 Glenn Morris <rgm@gnu.org>
6643
6644 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
6645
6646 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
6647
6648 Fix alloca definition when using gcc on non-gnu systems.
6649 * configure.in: Use the code sequence indicated by "info autoconf"
6650 for alloca (bug#6170).
6651
6652 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6653
6654 * .bzrignore: Ignore new files from trunk, which appear if you use
6655 colocated branches (i.e. "bzr switch").
6656
6657 2010-05-28 Glenn Morris <rgm@gnu.org>
6658
6659 * configure.in: Simplify some of the $canonical tests.
6660
6661 2010-05-27 Glenn Morris <rgm@gnu.org>
6662
6663 * config.bat: Do not preprocess src/Makefile.in.
6664
6665 * configure.in: Do not preprocess src/Makefile.in.
6666 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
6667 (AC_EGREP_CPP): Test no longer needed.
6668
6669 * make-dist: No more Makefile.c files.
6670
6671 2010-05-26 Glenn Morris <rgm@gnu.org>
6672
6673 * configure.in (YMF_PASS_LDFLAGS): Remove.
6674 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
6675
6676 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
6677 Add $GNUSTEP_LOCAL_HEADERS.
6678 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
6679
6680 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
6681 (GNUSTEP_MAKEFILES): Remove.
6682 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
6683 stuff to here.
6684
6685 2010-05-25 Glenn Morris <rgm@gnu.org>
6686
6687 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
6688 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
6689
6690 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
6691 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
6692 here instead.
6693
6694 2010-05-24 Romain Francoise <romain@orebokech.com>
6695
6696 * make-dist: Look for version in src/emacs.c.
6697 Use lisp/subr.el rather than lisp/version.el for location check.
6698
6699 2010-05-21 Glenn Morris <rgm@gnu.org>
6700
6701 * configure.in (MKDEPDIR): Parallel build tweak.
6702
6703 * configure.in (ns_frag): New output file.
6704
6705 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
6706 (OLDXMENU_TARGET): Set to empty if USE_GTK.
6707
6708 * configure.in (cannot_dump): New output variable.
6709
6710 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
6711
6712 * configure.in: On NetBSD, if terminfo is found, use it in
6713 preference to termcap. (Bug#6190)
6714
6715 2010-05-20 Glenn Morris <rgm@gnu.org>
6716
6717 * make-dist (src): Include *.mk.
6718 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
6719 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
6720 (deps_frag): New output file.
6721 (AUTO_DEPEND): Remove this definition.
6722
6723 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
6724
6725 2010-05-19 Glenn Morris <rgm@gnu.org>
6726
6727 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
6728 (ORDINARY_LINK): New AC_DEFINE.
6729 (LIB_GCC): No need to set if ORDINARY_LINK.
6730
6731 2010-05-18 Glenn Morris <rgm@gnu.org>
6732
6733 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
6734 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
6735
6736 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
6737 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
6738 (RALLOC_OBJ): New output variable.
6739
6740 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
6741 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
6742
6743 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6744
6745 * Makefile.in (src): Provide the name of the VCS file that witnesses
6746 a pull.
6747 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
6748
6749 2010-05-17 Glenn Morris <rgm@gnu.org>
6750
6751 * configure.in (OLDXMENU_DEPS): New output variable.
6752
6753 2010-05-16 Glenn Morris <rgm@gnu.org>
6754
6755 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
6756
6757 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
6758 * Makefile.in (install-arch-dep): Update for above change.
6759
6760 * Makefile.in (ns_appdir): Remove.
6761 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
6762
6763 * configure.in (TEMACS_LDFLAGS2): New output variable.
6764
6765 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
6766 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
6767 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
6768 nothing uses.
6769
6770 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
6771
6772 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
6773 does not use them.
6774 (X11R5_INHIBIT_I18N): Remove, unused.
6775
6776 2010-05-15 Glenn Morris <rgm@gnu.org>
6777
6778 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
6779
6780 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
6781
6782 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
6783
6784 * configure.in: Look for version string in its new location.
6785
6786 2010-05-15 Eli Zaretskii <eliz@gnu.org>
6787
6788 * config.bat: Remove support for DJGPP v1.x.
6789
6790 2010-05-15 Glenn Morris <rgm@gnu.org>
6791
6792 * configure.in (OLDXMENU_TARGET): New output variable.
6793
6794 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
6795
6796 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
6797 and other files that no longer exist.
6798
6799 2010-05-14 Glenn Morris <rgm@gnu.org>
6800
6801 * configure.in (cpp_undefs): Add mktime, register, X11.
6802
6803 * configure.in (GPM_MOUSE_SUPPORT): Remove.
6804 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
6805 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
6806
6807 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
6808 (GNUSTEP_MAKEFILES): Do not output.
6809
6810 2010-05-13 Glenn Morris <rgm@gnu.org>
6811
6812 * configure.in: Fix some paren typos.
6813
6814 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
6815
6816 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
6817
6818 2010-05-12 Glenn Morris <rgm@gnu.org>
6819
6820 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
6821
6822 * configure.in (LIB_GCC): New output variable.
6823
6824 2010-05-11 Glenn Morris <rgm@gnu.org>
6825
6826 * make-dist (msdos): No more mainmake.
6827
6828 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
6829 * config.bat: Do not run cpp on lib-src/Makefile.in.
6830
6831 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
6832
6833 2010-05-10 Glenn Morris <rgm@gnu.org>
6834
6835 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
6836
6837 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
6838 (BLESSMAIL_TARGET): New output variable.
6839
6840 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
6841
6842 * INSTALL: Fix typos.
6843
6844 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
6845
6846 * configure.in: Add check for buggy version of GCC (Bug#6031).
6847
6848 2010-05-08 Glenn Morris <rgm@gnu.org>
6849
6850 * configure.in (HAVE_LIBNCURSES): New local variable.
6851 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
6852 replacing cpp in src/s/*.h and src/Makefile.in.
6853
6854 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
6855
6856 * Version 23.2 released.
6857
6858 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6859
6860 * configure.in: Add tests for `isnan' and `copysign'.
6861
6862 2010-05-07 Eli Zaretskii <eliz@gnu.org>
6863
6864 * config.bat: Allow for 2 leading `#'s in comments in
6865 src/Makefile.in.
6866
6867 2010-05-07 Glenn Morris <rgm@gnu.org>
6868
6869 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
6870 Merges logic from src/s/* and src/Makefile.in.
6871 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
6872
6873 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
6874
6875 Define START_FILES and LIB_STANDARD using autoconf.
6876 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
6877 here from src/s/*.h.
6878 (HAVE_CRTIN): Remove, inline logic in the netbsd
6879 START_FILES/LIB_STANDARD computation.
6880
6881 2010-05-06 Glenn Morris <rgm@gnu.org>
6882
6883 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
6884
6885 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
6886 (LD_SWITCH_X_SITE): Remove unused variables.
6887
6888 2010-05-04 Glenn Morris <rgm@gnu.org>
6889
6890 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
6891 as well.
6892 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
6893
6894 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
6895
6896 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
6897 variables, replacing c_switch_machine, c_switch_system.
6898 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
6899 @c_switch_system@.
6900
6901 2010-05-03 Glenn Morris <rgm@gnu.org>
6902
6903 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
6904
6905 * make-dist: There are no more src/m/*.inp files.
6906
6907 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6908
6909 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
6910 (ac_link): Do not use ld_switch_machine.
6911
6912 2010-05-01 Glenn Morris <rgm@gnu.org>
6913
6914 * configure.in (OTHER_OBJ): Remove.
6915 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
6916
6917 2010-04-30 Glenn Morris <rgm@gnu.org>
6918
6919 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
6920 Elsewhere, maybe include it.
6921
6922 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
6923 (OLDXMENU, LIBXMENU): New output variables.
6924
6925 * configure.in (OTHER_OBJ): New output variable.
6926
6927 2010-04-28 Glenn Morris <rgm@gnu.org>
6928
6929 * configure.in (CYGWIN_OBJ): New output variable.
6930
6931 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
6932
6933 * configure.in (FONT_OBJ): New output variable.
6934
6935 * configure.in (LIBXMU): New output variable.
6936
6937 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
6938
6939 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
6940 userland and maybe change values to i386 (move test from s/amdx86-64.h).
6941
6942 2010-04-27 Glenn Morris <rgm@gnu.org>
6943
6944 * configure.in (LIBXTR6): New output variable. Move unixware special
6945 case here from src/s/unixware.h.
6946
6947 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
6948 in Makefiles.
6949 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
6950
6951 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
6952 (LIBXP): No longer substitute in Makefiles.
6953 (MOTIF_LIBW): New output variable. Move system-specific settings here
6954 from src/s files.
6955
6956 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
6957
6958 Reduce CPP usage.
6959 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
6960 (unexec): Define unconditionally, all platforms define
6961 UNEXEC. AC_SUBST it.
6962 (UNEXEC_SRC): Remove, unused.
6963 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
6964
6965 2010-04-27 Glenn Morris <rgm@gnu.org>
6966
6967 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
6968 replaced by LIBXP.
6969
6970 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
6971 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
6972 On hpux10-20, default to /lib.
6973
6974 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
6975
6976 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
6977
6978 * configure.in (LIBS_MACHINE): Remove, unused.
6979
6980 * configure.in (LIB_MATH): New output variable. Set it for some systems.
6981
6982 2010-04-24 Glenn Morris <rgm@gnu.org>
6983
6984 * configure.in (CRT_DIR): New output variable.
6985 (--with-crt-dir): New option. (Bug#5655)
6986 (HAVE_LIB64_DIR): Remove.
6987
6988 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
6989
6990 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
6991
6992 2010-04-22 Miles Bader <miles@gnu.org>
6993
6994 * configure.in: Get rid of "unix" pre-defined macro when
6995 preprocessing Makefile. (Bug#5857)
6996
6997 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
6998
6999 Avoid non-portable shell command negation
7000 * configure.in: Revert last change.
7001
7002 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
7003
7004 * configure.in: Change "if test ! -f" to "if ! test -f".
7005
7006 2010-04-21 Glenn Morris <rgm@gnu.org>
7007
7008 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
7009 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
7010
7011 2010-04-21 Karel Klíč <kklic@redhat.com>
7012
7013 * configure.in: New option: --with(out)-selinux, on by default.
7014 Set HAVE_LIBSELINUX if we find libselinux, and substitute
7015 LIBSELINUX_LIBS in Makefiles.
7016
7017 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
7018
7019 * configure.in: Remove all references to LIBX11_SYSTEM.
7020
7021 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
7022
7023 * configure.in: Remove all references to C_DEBUG_SWITCH.
7024
7025 2010-03-27 Eli Zaretskii <eliz@gnu.org>
7026
7027 * config.bat <lib-src>: Edit out lines that begin with several #
7028 characters.
7029
7030 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7031
7032 * configure.in: Remove support for old UNIX System V systems and
7033 for Unixware on non-x86 machines.
7034
7035 * configure.in: Remove support for Solaris on PPC and for old versions.
7036
7037 * configure.in: Remove non-working lynxos port.
7038
7039 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7040
7041 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
7042
7043 2010-03-19 Glenn Morris <rgm@gnu.org>
7044
7045 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
7046 happy.
7047
7048 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
7049
7050 * configure.in: Check for tputs and friends, abort if not
7051 found (bug#5735).
7052
7053 2010-03-18 Glenn Morris <rgm@gnu.org>
7054
7055 * configure.in (--with-x-toolkit): In the help text, say which options
7056 are synonyms.
7057
7058 * configure.in (--with-mmdf, --with-mail-unlink):
7059 New options, off by default.
7060 (--with-mailhost): New option to set default POP host.
7061 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
7062 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
7063 New variables, substituted in Makefiles.
7064 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
7065 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
7066 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
7067 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
7068 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
7069
7070 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
7071
7072 * Makefile.in (uninstall): Handle the case where archlibdir does not
7073 exist. (Bug#5720)
7074
7075 2010-03-12 Eli Zaretskii <eliz@gnu.org>
7076
7077 These changes remove termcap.c from the build on POSIX platforms.
7078 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
7079
7080 * configure: Regenerated.
7081
7082 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
7083
7084 * Branch for 23.2.
7085
7086 2010-01-31 Juri Linkov <juri@jurta.org>
7087
7088 * .bzrignore: Add TAGS-LISP.
7089
7090 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7091
7092 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
7093 this header file).
7094
7095 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
7096
7097 * .bzrignore: Ignore all .exe, instead of individual files.
7098
7099 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
7100
7101 * configure.in: Explicitly check for and link to -lXrender.
7102
7103 2010-01-12 Glenn Morris <rgm@gnu.org>
7104
7105 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
7106 for bug reports for development versions.
7107
7108 2010-01-02 Eli Zaretskii <eliz@gnu.org>
7109
7110 * .bzrignore: Add more ignored patterns, including for the MS-DOS
7111 build.
7112
7113 2009-12-27 Karl Fogel <kfogel@red-bean>
7114
7115 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
7116 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
7117
7118 2009-12-17 Glenn Morris <rgm@gnu.org>
7119
7120 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
7121
7122 2009-12-15 Glenn Morris <rgm@gnu.org>
7123
7124 * info/dir: Add EDT entry.
7125 * Makefile.in (INFO_FILES): Add edt.
7126
7127 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
7128
7129 * configure.in: Check for RSVG if GNUstep is used.
7130
7131 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
7132
7133 * configure.in: Don't check for RSVG or GConf unless X11 is used.
7134
7135 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
7136
7137 * configure.in: Allow compiling Emacs with GTK on Cygwin.
7138
7139 2009-12-01 Glenn Morris <rgm@gnu.org>
7140
7141 * make-dist: Add etc/images/mpc directory.
7142
7143 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7144
7145 * configure.in: Don't check for GConf unless X is used.
7146
7147 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
7148
7149 * configure.in: Use -Wdeclaration-after-statement if available.
7150
7151 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7152
7153 * configure.in: New option: --with(out)-gconf.
7154 Set HAVE_GCONF if we find gconf.
7155
7156 2009-11-17 Glenn Morris <rgm@gnu.org>
7157
7158 * Makefile.in (INFO_FILES): Add semantic.
7159
7160 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
7161
7162 * info/dir: Add Semantic.
7163
7164 2009-11-16 Glenn Morris <rgm@gnu.org>
7165
7166 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
7167 pattern, so as not to exclude makefile*.el. (Bug#4912)
7168
7169 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
7170
7171 * configure.in: --enable-autodepend is new. Check for GNU Make
7172 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
7173 gcc and GNU make to generate dependencies.
7174
7175 2009-10-27 Glenn Morris <rgm@gnu.org>
7176
7177 * make-dist: Make links to doc/lispintro/*.pdf.
7178
7179 2009-10-23 Jim Meyering <meyering@redhat.com>
7180
7181 * configure.in: Invoke $CPP with -P when creating Makefile and
7182 src/Makefile. Without this, gcc 4.4.2 converts each
7183 backslash-newline pair in the input to a bare newline, yielding
7184 invalid Makefiles.
7185
7186 * configure: Regenerate.
7187
7188 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7189
7190 * configure.in (vax-dec-vms): Remove, not supported anymore.
7191
7192 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7193
7194 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
7195 (*-apple-darwin*): Add x86_64 architecture.
7196
7197 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7198
7199 * config.guess, config.sub: Updated from master source.
7200
7201 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
7202
7203 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
7204
7205 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
7206
7207 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
7208
7209 2009-09-29 Glenn Morris <rgm@gnu.org>
7210
7211 * make-dist (check): Update for two new levels of subdirectory in lisp/.
7212
7213 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7214
7215 * config.guess, config.sub: Updated from master source.
7216
7217 * configure.in (OTHER_FILES): Define using autoconf not cpp.
7218
7219 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7220
7221 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
7222
7223 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7224
7225 * INSTALL: Update URL for GNU FreeFont.
7226
7227 2009-09-09 Glenn Morris <rgm@gnu.org>
7228
7229 * Makefile.in (install-arch-indep): Don't recursively change perms of
7230 site-lisp and infodir. There may be non-Emacs files in here, and the
7231 files supplied by Emacs are all handled explicitly already. (Bug#3800)
7232 (mkdir): Set umask to world-readable before creating directories.
7233 mkinstalldirs already checks if dirs exist, don't duplicate this test.
7234
7235 2009-08-29 Glenn Morris <rgm@gnu.org>
7236
7237 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
7238 (info): Don't give an error in the absence of makeinfo - let the doc
7239 Makefiles do that, if the info files need rebuilding. (Bug#3982)
7240
7241 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
7242
7243 * Makefile.in (install-arch-indep): If the versioned DOC-####
7244 generated during loadup+dump isn't found, install the plain DOC
7245 file that always gets generated, in case CANNOT_DUMP is set.
7246
7247 * configure.in: Warn if package version specified here doesn't
7248 match the version in version.el.
7249 * configure: Regenerate.
7250
7251 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
7252
7253 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
7254
7255 * configure: Regenerate.
7256
7257 2009-08-19 Glenn Morris <rgm@gnu.org>
7258
7259 * INSTALL: Remove reference to cvtmail.
7260
7261 2009-08-15 CHENG Gao <chenggao@gmail.com>
7262
7263 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
7264
7265 2009-08-02 Kevin Ryde <user42@zip.com.au>
7266
7267 * INSTALL: Fix free fonts URL.
7268
7269 2009-07-22 Glenn Morris <rgm@gnu.org>
7270
7271 * configure.in (AC_PREREQ): Require autoconf 2.62.
7272
7273 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
7274
7275 * configure.in (--enable-checking, --enable-profiling):
7276 Use AS_HELP_STRING.
7277
7278 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7279
7280 * configure.in (--enable-profiling): New option.
7281 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
7282
7283 2009-06-27 Glenn Morris <rgm@gnu.org>
7284
7285 * configure.in: Restore netbsd on mips, mipsel, mipseb.
7286
7287 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7288
7289 * configure.in (--enable-checking): New option.
7290
7291 2009-06-24 Glenn Morris <rgm@gnu.org>
7292
7293 * make-dist: Warn if subdir does not exist in source.
7294 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
7295 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
7296 No longer make links.
7297
7298 2009-06-24 Yavor Doganov <yavor@gnu.org>
7299
7300 * make-dist (tempdir): Don't create directories preferences.gorm
7301 and preferences.nib, they are no longer required.
7302
7303 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
7304
7305 * Branch for 23.1.
7306
7307 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
7308
7309 * configure.in: Delete mac-fix-env target, which has been
7310 removed (Bug#3531).
7311
7312 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
7315
7316 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
7317
7318 * BUGS: Use new binding of view-emacs-problems.
7319
7320 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
7321
7322 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
7323 for Solaris compatibility.
7324
7325 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
7326
7327 * configure: Regenerate.
7328
7329 * configure.in: Disable use of FreeType without libXft.
7330
7331 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
7332
7333 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
7334 Check if it is declared in gtk.h.
7335
7336 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
7337
7338 * Makefile.in (install-arch-indep): Remove .gitignore files.
7339
7340 2009-04-03 Kenichi Handa <handa@m17n.org>
7341
7342 * INSTALL: Make the section "Complex Text Layout support
7343 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
7344
7345 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
7346
7347 * configure.in (rs6000-ibm-aix6*): Fix typo.
7348
7349 2009-03-04 Glenn Morris <rgm@gnu.org>
7350
7351 * Makefile.in (INFO_FILES): Add auth.
7352
7353 2009-03-03 Glenn Morris <rgm@gnu.org>
7354
7355 * info/dir: Add Auth-source.
7356
7357 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7358
7359 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
7360 the second.
7361
7362 2009-02-28 Eli Zaretskii <eliz@gnu.org>
7363
7364 * config.bat: Copy .dbxinit to _dbxinit.
7365
7366 * make-dist (Making links to `info'): Remove .gitignore.
7367
7368 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7369
7370 * Makefile.in (lib-src, lisp): Use simpler rule.
7371 (src): Be more specific to avoid recompiling all the .elc files just
7372 because the bootstrap-emacs is missing.
7373
7374 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
7375
7376 * configure.in: Require librsvg >= 2.11.
7377
7378 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7379
7380 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
7381 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
7382
7383 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7384
7385 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
7386
7387 2009-02-03 Glenn Morris <rgm@gnu.org>
7388
7389 * make-dist: Add some missing files, remove some that are no longer
7390 present.
7391
7392 2009-02-02 Glenn Morris <rgm@gnu.org>
7393
7394 * make-dist: Add some missing nextstep/ files.
7395
7396 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
7397
7398 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
7399
7400 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
7401
7402 * configure.in: Add support for m68k-*-netbsd.
7403
7404 2009-01-14 Juri Linkov <juri@jurta.org>
7405
7406 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
7407
7408 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
7409 and bug-reference-mode.
7410
7411 2009-01-11 Juri Linkov <juri@jurta.org>
7412
7413 * INSTALL.CVS: Move configuration explicitly to the first step.
7414
7415 2009-01-09 Glenn Morris <rgm@gnu.org>
7416
7417 * .dir-locals.el: Don't set indent-tabs-mode.
7418
7419 2008-12-30 Kenichi Handa <handa@m17n.org>
7420
7421 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
7422 the function OTF_get_variation_glyphs.
7423
7424 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
7425
7426 * Makefile.in (install-arch-dep): Remove old directories in
7427 ns_app* before moving new directories there.
7428
7429 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
7430
7431 * .dir-locals.el: Remove non-working entry for pmail.
7432 (fill-column): Fix typo.
7433 (change-log-mode): Add fill column.
7434
7435 2008-12-26 Eli Zaretskii <eliz@gnu.org>
7436
7437 * config.bat: Produce _dir-locals.el from .dir-locals.el.
7438
7439 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7440
7441 * make-dist (tempdir): Distribute .dir-locals.el.
7442
7443 * .dir-locals.el: New file.
7444
7445 2008-12-19 Eli Zaretskii <eliz@gnu.org>
7446
7447 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
7448 for rationale.
7449
7450 2008-12-13 Glenn Morris <rgm@gnu.org>
7451
7452 * Makefile.in (install-arch-indep): Add new man-pages.
7453 (manext): Remove variable.
7454 (MAN_PAGES): New variable.
7455 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
7456 and remove.
7457 (uninstall): Remove desktop file and icons, game scores if empty.
7458
7459 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
7460
7461 * config.guess, config.sub: Updated from master source.
7462
7463 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
7464
7465 * Makefile.in (install-arch-indep): Install ebrowse.1.
7466
7467 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
7468
7469 * configure.in: Add Solaris on x86_64.
7470
7471 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
7472
7473 * config.guess, config.sub: Updated from master source.
7474
7475 2008-12-08 Eli Zaretskii <eliz@gnu.org>
7476
7477 * info/dir: Fix last change.
7478
7479 2008-12-07 Eli Zaretskii <eliz@gnu.org>
7480
7481 * info/dir: Untabify.
7482
7483 2008-11-28 Ulrich Müller <ulm@gentoo.org>
7484
7485 * configure.in: Fix last change.
7486
7487 2008-11-28 Richard M Stallman <rms@gnu.org>
7488
7489 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
7490 New configurations.
7491
7492 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
7493
7494 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
7495 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
7496
7497 2008-11-15 Eli Zaretskii <eliz@gnu.org>
7498
7499 * Makefile.in (INFO_FILES): Remove ns-emacs.
7500
7501 * info/dir (NS-Emacs): Remove entry.
7502
7503 2008-11-08 Eli Zaretskii <eliz@gnu.org>
7504
7505 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
7506
7507 2008-11-07 Glenn Morris <rgm@gnu.org>
7508
7509 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
7510
7511 2008-10-31 Eli Zaretskii <eliz@gnu.org>
7512
7513 * config.bat: Tell user to expect one "File not found" message
7514 while the `doc' directory is being configured.
7515
7516 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
7517
7518 * update-subdirs: Put obsolete directory last.
7519
7520 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
7521
7522 * configure.in: Check fontconfig always.
7523
7524 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7525
7526 * configure (*-solaris2.[7-9]*): Fix typo.
7527
7528 2008-10-24 Glenn Morris <rgm@gnu.org>
7529
7530 * configure.in (--without-sync-input, --with-pkg-config-prog):
7531 Help strings start with lower case.
7532 (--with-gnustep-conf): New option.
7533 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
7534
7535 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
7536
7537 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
7538 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
7539 is not found. (Bug#1230)
7540
7541 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
7542
7543 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
7544 Use sol2-6.h for Solaris 7-9.
7545
7546 2008-10-18 Ulrich Müller <ulm@gentoo.org>
7547
7548 * configure.in: Add support for GNU/Linux on SuperH.
7549
7550 2008-10-12 Andreas Schwab <schwab@suse.de>
7551
7552 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
7553
7554 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
7555
7556 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
7557 "X") to avoid confusion.
7558
7559 * configure: Regenerate.
7560
7561 2008-09-07 Romain Francoise <romain@orebokech.com>
7562
7563 * make-dist: Distribute doc/man/ChangeLog.
7564
7565 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
7566
7567 * configure.in: Disable XFT and Freetype when without X.
7568
7569 * configure: Regenerate.
7570
7571 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
7572
7573 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
7574
7575 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7576
7577 * configure.in (GNUSTEP_SYSTEM_HEADERS):
7578 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
7579
7580 * configure: Regenerate.
7581
7582 2008-08-20 Eli Zaretskii <eliz@gnu.org>
7583
7584 * configure.in: Move "#define subprocesses" before
7585 config_opsysfile is included.
7586
7587 2008-08-19 Kenichi Handa <handa@m17n.org>
7588
7589 * INSTALL (Extra fonts): Mention local fonts, don't mention
7590 mule-unicode.
7591
7592 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
7593
7594 * make-dist: Omit info/.arch-inventory.
7595
7596 2008-08-16 Jason Rumney <jasonr@gnu.org>
7597
7598 * make-dist (tempdir/nt): Link emacsclient.rc.
7599
7600 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7601
7602 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
7603 AC_SUBST it.
7604 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
7605 AC_SUBST it.
7606 (OTHER_FILES): Always define for HAVE_NS.
7607 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
7608 * configure: Regenerate.
7609
7610 2008-08-07 Andreas Schwab <schwab@suse.de>
7611
7612 * configure.in: Correctly handle
7613 --enable-cocoa-experimental-ctrl-g=no and
7614 --enable-ns-self-contained=yes.
7615
7616 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7617
7618 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
7619 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
7620 Don't bother undef'ing since won't have desired effect.
7621
7622 2008-08-06 Andreas Schwab <schwab@suse.de>
7623
7624 * configure.in: Fix quoting.
7625
7626 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
7627
7628 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
7629
7630 2008-08-05 Ulrich Müller <ulm@gentoo.org>
7631
7632 * configure.in: Add checks for krb5_error.text and
7633 krb5_error.e_text struct members.
7634
7635 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
7636
7637 * configure.in: Test for existence of NSInteger.
7638 Suggested by Yavor Doganov.
7639
7640 2008-08-02 Romain Francoise <romain@orebokech.com>
7641
7642 * Makefile.in (INFO_FILES): Add mairix-el.
7643
7644 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7645
7646 * make-dist:
7647 * README: Remove VMS support.
7648 * vms: Remove directory.
7649
7650 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7651
7652 * configure.in (MULTI_KBOARD): Remove.
7653
7654 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7655
7656 * configure.in (DO_BLOCK_INPUT): Remove, unused.
7657
7658 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
7659
7660 * info/dir (File): Add mairix-el.
7661
7662 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7663
7664 Remove support for Mac Carbon.
7665 * mac: Remove directory.
7666 * make-dist:
7667 * configure.in:
7668 * README:
7669 * Makefile.in:
7670 * INSTALL: Remove code for Carbon.
7671 * configure: Regenerate.
7672
7673 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
7674
7675 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
7676
7677 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7678
7679 * configure.in: Check for getrlimit.
7680
7681 * configure: Regenerate.
7682
7683 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7684
7685 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
7686 in src/Makefile.in.
7687 (static): Remove, autoconf would always comment it out anyway.
7688 (subprocesses): Define unconditionally.
7689
7690 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
7691
7692 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
7693 compilation under GNUstep.
7694
7695 2008-07-18 Kenichi Handa <handa@m17n.org>
7696
7697 * INSTALL (Complex Text Layout support libraries): Delete the
7698 paragraph about --enable-font-backend.
7699
7700 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7701
7702 * configure.in: Print out some info to user for NeXTstep builds.
7703 (ns-app): Remove enable option.
7704 (ns-self-contained): Add enable option.
7705 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
7706 GNUstep, use to set install prefixes, and substitute in Makefiles.
7707 * configure: Regenerate.
7708 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
7709 NS app bundle.
7710
7711 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7712
7713 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
7714
7715 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7716
7717 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
7718 NS_IMPL_COCOA.
7719
7720 2008-07-16 Glenn Morris <rgm@gnu.org>
7721
7722 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
7723 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
7724 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
7725 never unset.
7726
7727 * make-dist: Add nextstep/ directories.
7728 (src, lib-src): Add .m files.
7729
7730 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7731
7732 * configure.in (freebsd, kfreebsd): Undo part of previous change.
7733 (USER_FULL_NAME): Remove, not used anymore.
7734 * configure: Regenerate.
7735
7736 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7737
7738 Changes and additions for NeXTstep windowing system (Cocoa and
7739 GNUstep) support.
7740
7741 * configure.in: Add support for NS window system: --with-ns (default
7742 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
7743 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
7744 disable font backend if window system is "none", not if !HAVE_X11.
7745 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
7746 (install-arch-dep): Add commands to assemble NS .app package.
7747
7748 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
7749
7750 * configure.in: Use macppc for Darwin. Remove references to
7751 desupported systems.
7752 * configure: Regenerate.
7753
7754 2008-07-05 Glenn Morris <rgm@gnu.org>
7755
7756 * make-dist (EMACS): Doc fix.
7757 (lisp): There are no *.dat or image files here any more.
7758 (src): There are no *.s files here any more.
7759 (etc/images, etc/images/*): Link to most regular files.
7760
7761 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7762
7763 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
7764
7765 2008-07-01 Glenn Morris <rgm@gnu.org>
7766
7767 * configure.in (cpp_undefs): Rename from `undefs', update uses.
7768 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
7769 and explicitly export there. (Bug#507.)
7770
7771 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7772
7773 * configure.in:
7774 * configure: Remove references to obsolete systems.
7775
7776 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7777
7778 * Makefile.in (Makefile): Use it for its timestamp value as well, and
7779 make it depend on all other */.in files.
7780 (src/Makefile, src/config.stamp, lib-src/Makefile)
7781 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
7782 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
7783 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
7784 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
7785
7786 * configure.in: Don't create src/config.stamp any more.
7787
7788 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7789
7790 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
7791
7792 2008-06-22 Glenn Morris <rgm@gnu.org>
7793
7794 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
7795
7796 2008-06-21 Romain Francoise <romain@orebokech.com>
7797
7798 * Makefile.in (INFO_FILES): Add sasl.
7799
7800 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7801
7802 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
7803 (bootstrap-build): Remove.
7804 (top_bootclean): New var.
7805 (top_distclean, bootstrap-clean): Use it.
7806 (bootstrap): Don't recheck config. Make normally.
7807
7808 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7809
7810 * Makefile.in (SUBDIR): Include `lisp'.
7811 (lisp): Depend on `src'.
7812 (top_distclean): Don't remove config.status.
7813 (bootstrap-clean): New target.
7814 (maintainer-clean): Use it.
7815 (bootstrap): Use bootstrap-clean. Re-run config.status.
7816 (src/bootstrap-emacs${EXEEXT}): New target.
7817 (bootstrap-build): Use it. Don't use bootstrap-prepare because
7818 src/Makefile now takes care of it.
7819 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
7820
7821 2008-06-15 Glenn Morris <rgm@gnu.org>
7822
7823 * info/dir: Add sasl.
7824
7825 2008-06-09 Alan Mackenzie <acm@muc.de>
7826
7827 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
7828
7829 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
7830
7831 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
7832
7833 2008-06-07 Glenn Morris <rgm@gnu.org>
7834
7835 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
7836 serve no purpose.
7837
7838 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7839
7840 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
7841 * configure: Regenerate.
7842
7843 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7844
7845 * update-subdirs: Don't touch subdirs.el if it is unchanged.
7846
7847 2008-05-14 Kenichi Handa <handa@m17n.org>
7848
7849 * configure: Regenerate.
7850
7851 * configure.in: Don't handle --disable-font-backend. Don't print
7852 a message about a font backend.
7853
7854 2008-05-09 Glenn Morris <rgm@gnu.org>
7855
7856 * configure.in: Make absence of makeinfo a fatal error only if the info
7857 files don't exist.
7858 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
7859
7860 2008-05-07 Eli Zaretskii <eliz@gnu.org>
7861
7862 * config.bat: Fix last change: don't use < and > in "rem" lines,
7863 they are interpreted as redirection by DOS shells.
7864
7865 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7866
7867 * configure.in: Check availability of AvailabilityMacros.h
7868 if HAVE_CARBON.
7869
7870 * configure: Regenerate.
7871
7872 2008-05-03 Glenn Morris <rgm@gnu.org>
7873
7874 * configure.in (x_libraries): Remove standard 64-bit directories -
7875 experimental workaround for minor autoconf bug.
7876
7877 * configure.in (--without-makeinfo): New option. If set,
7878 absence of suitable makeinfo is not a fatal error.
7879 * Makefile.in (MAKEINFO): New, set by configure.
7880 (install-arch-indep): Without makeinfo, ignore any missing manuals.
7881 (info-real): New target.
7882 (info): Without makeinfo, do nothing, else call `info-real'.
7883
7884 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
7885
7886 * configure.in: Remove hpux10.20 from the desupported list.
7887
7888 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7889
7890 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
7891
7892 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7893
7894 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
7895 rather than change CPPFLAGS.
7896 (HAVE_GTK): Rename to USE_GTK.
7897
7898 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
7899
7900 * configure.in: Replace the obsolete macros AC_AIX and
7901 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
7902
7903 2008-04-05 Andreas Schwab <schwab@suse.de>
7904
7905 * configure.in: No longer create admin/unidata/Makefile.
7906
7907 2008-03-28 Andreas Schwab <schwab@suse.de>
7908
7909 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
7910 (lisp/Makefile): New rule.
7911
7912 2008-03-13 Glenn Morris <rgm@gnu.org>
7913
7914 * configure.in (AC_INIT): Fix version number.
7915 (sync-input): Reword the option, since it's on by default.
7916
7917 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
7918
7919 * configure.in: Add --enable-sync-input, default yes.
7920
7921 2008-03-11 Glenn Morris <rgm@gnu.org>
7922
7923 * Makefile.in (install-etc, mkdir): Handle directory
7924 etc/images/icons/hicolor/*/mimetypes/.
7925
7926 * make-dist: Handle icons/hicolor/scalable directory.
7927
7928 2008-03-05 Glenn Morris <rgm@gnu.org>
7929
7930 * configure.in: Enable font-backend by default.
7931 (USE_FONT_BACKEND): Set to "no" in absence of X.
7932 (PKG_CONFIG): Don't set multiple times, once is enough.
7933 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
7934
7935 2008-03-03 Glenn Morris <rgm@gnu.org>
7936
7937 * Makefile.in (iconsrcdir): New variable.
7938 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
7939 directory.
7940
7941 2008-02-29 Glenn Morris <rgm@gnu.org>
7942
7943 * test/: New directory.
7944
7945 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
7946
7947 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
7948
7949 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
7950
7951 * configure.in: Print an error for systems that we think are obsolete
7952 and are proposed to be removed. Remove some more unused systems.
7953 Add support for powerpc-ibm-aix6*.
7954
7955 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
7956
7957 * configure.in: Remove references to obsolete variables and systems.
7958
7959 2008-02-21 Glenn Morris <rgm@gnu.org>
7960
7961 * Makefile.in (set_installuser): New.
7962 (install-arch-indep): Use set_installuser to avoid duplicate code.
7963
7964 * README.unicode: Split into admin/notes/unicode,font-backend and
7965 remove.
7966
7967 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
7968
7969 * configure.in (arm*-*-freebsd*): Add.
7970
7971 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
7972
7973 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
7974 dealing with obsolete variables.
7975
7976 2008-02-08 Glenn Morris <rgm@gnu.org>
7977
7978 * Makefile.in (check-info-dir): New target.
7979
7980 2008-02-08 Michael Olson <mwolson@gnu.org>
7981
7982 * Makefile.in (INFO_FILES): Add epa.
7983
7984 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
7985 features" section.
7986
7987 2008-02-06 Glenn Morris <rgm@gnu.org>
7988
7989 * configure.in (--with-gcc): Give an error saying this option has
7990 been removed.
7991 (--with-gtk): Remove this option.
7992
7993 2008-02-06 Tom Tromey <tromey@redhat.com>
7994
7995 * configure.in (--with-gcc): Remove.
7996 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
7997
7998 2008-02-05 Ulrich Müller <ulm@gentoo.org>
7999
8000 * INSTALL: Recommend giflib, not libungif.
8001
8002 2008-02-05 Tom Tromey <tromey@redhat.com>
8003
8004 * configure.in (--with-dbus): Default to enabled.
8005
8006 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
8007
8008 * INSTALL (Complex Text Layout support libraries): New section.
8009
8010 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
8011
8012 * make-dist: Remove references to files in mac/ that have been
8013 deleted.
8014
8015 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
8016
8017 * configure.in: For libotf and m17n-flt checks, set shell vars
8018 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
8019 pkg_check_m17n_flt, respectively, for the sake of the summary output.
8020 Reported by Ulrich Müller.
8021
8022 2008-02-02 Eli Zaretskii <eliz@gnu.org>
8023
8024 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
8025 admin/unidata/Makefile.in to Makefile.
8026
8027 2008-02-02 Glenn Morris <rgm@gnu.org>
8028
8029 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
8030 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
8031 (HAVE_XFT): Add "Does Emacs use..." messages at end.
8032
8033 2008-02-01 Miles Bader <miles@gnu.org>
8034
8035 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
8036 [libotf], and [m17n-flt] options.
8037
8038 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8039
8040 * configure.in: Add EMACS_ARG_N([libotf]...), and
8041 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
8042 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
8043 CFLAGS, and LIBS in checking of m17n-flt.
8044
8045 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8046
8047 * configure.in: Check the availability of m17n-flt library.
8048
8049 2008-02-01 Kenichi Handa <handa@m17n.org>
8050
8051 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
8052 not available.
8053
8054 2008-02-01 Kenichi Handa <handa@m17n.org>
8055
8056 * configure.in: New args --enable-font-backend, --with-xft,
8057 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
8058 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
8059 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
8060 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
8061
8062 2008-02-01 Kenichi Handa <handa@m17n.org>
8063
8064 * make-dist: Include etc/charsets in tarball.
8065
8066 2008-02-01 Kenichi Handa <handa@m17n.org>
8067
8068 * configure.in: While running cpp on junk.c, include
8069 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
8070 exists.
8071
8072 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
8073
8074 * configure.in (xtensa): Match more configurations.
8075
8076 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
8077
8078 * configure.in: Update comment.
8079
8080 2008-01-26 Glenn Morris <rgm@gnu.org>
8081
8082 * configure.in (--without-gcc): By default, neither off nor on.
8083 (--with-carbon): Tone down rhetoric in help text.
8084
8085 2008-01-25 Glenn Morris <rgm@gnu.org>
8086
8087 * configure.in: Correct usage of OPTION_DEFAULT_ON,
8088 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
8089 Default `Carbon' to off (it's unsupported).
8090
8091 2008-01-24 Glenn Morris <rgm@gnu.org>
8092
8093 * configure.in: Standardize dbus-related messages.
8094
8095 2008-01-23 Michael Olson <mwolson@gnu.org>
8096
8097 * configure.in (pkg-config-prog): Remove initial whitespace.
8098
8099 2008-01-23 Tom Tromey <tromey@redhat.com>
8100
8101 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
8102 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
8103 Update all users.
8104
8105 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
8106
8107 * config.guess, config.sub: Updated from master source.
8108
8109 2008-01-17 Andreas Schwab <schwab@suse.de>
8110
8111 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
8112
8113 2008-01-17 Glenn Morris <rgm@gnu.org>
8114
8115 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
8116
8117 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
8118
8119 * configure.in: Remove more references to unsupported systems.
8120
8121 2008-01-16 Sven Joachim <svenjoac@gmx.de>
8122
8123 * make-dist: Add --lzma.
8124
8125 2008-01-16 Glenn Morris <rgm@gnu.org>
8126
8127 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
8128 configure checks for this.
8129
8130 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
8131
8132 * configure.in: Remove more references to unsupported systems.
8133
8134 2008-01-06 Romain Francoise <romain@orebokech.com>
8135
8136 * configure.in: Delete extra semicolons.
8137
8138 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8139
8140 * configure.in: Remove references to unsupported systems.
8141
8142 2008-01-05 Romain Francoise <romain@orebokech.com>
8143
8144 * make-dist: Add --bzip2. Update copyright.
8145
8146 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8147
8148 * configure.in: Remove support for Masscomp.
8149
8150 2008-01-05 Glenn Morris <rgm@gnu.org>
8151
8152 * Makefile.in (desktopdir, icondir): New variables.
8153 (install-arch-indep): Also depend on `install-etc'.
8154 (install-etc): New target.
8155 (mkdir): Also create the `applications' and `icons' directories.
8156
8157 2008-01-04 Glenn Morris <rgm@gnu.org>
8158
8159 * make-dist: Update for new etc/images/icons/hicolor directory.
8160
8161 2007-12-09 Andreas Schwab <schwab@suse.de>
8162
8163 * configure.in: D-Bus is not enabled by default.
8164
8165 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
8166
8167 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
8168 change.
8169
8170 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
8171
8172 * configure.in: Give package name and version to AC_INIT.
8173
8174 2007-12-03 Magnus Henoch <mange@freemail.hu>
8175
8176 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
8177
8178 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
8179
8180 * configure.in: No need for DBUS_INFO anymore.
8181
8182 * Makefile.in (INFO_FILES): Use dbus unconditionally.
8183
8184 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
8185
8186 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
8187
8188 * Makefile.in (INFO_FILES): Add dbus.
8189
8190 2007-12-02 Romain Francoise <romain@orebokech.com>
8191
8192 * make-dist: Fix last change.
8193
8194 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
8195
8196 * configure.in: Add support for gnu-kfreebsd.
8197
8198 2007-11-28 Glenn Morris <rgm@gnu.org>
8199
8200 * make-dist: Add etc/nxml.
8201
8202 2007-11-24 Romain Francoise <romain@orebokech.com>
8203
8204 * Makefile.in (INFO_FILES): Add nxml-mode.
8205
8206 2007-11-23 Romain Francoise <romain@orebokech.com>
8207
8208 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
8209 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
8210
8211 2007-11-20 Andreas Schwab <schwab@suse.de>
8212
8213 * configure.in: Always include <resolv.h> when checking for res_init.
8214
8215 2007-11-17 Andreas Schwab <schwab@suse.de>
8216
8217 * update-subdirs: Atomically update subdirs.el.
8218
8219 2007-11-17 Glenn Morris <rgm@gnu.org>
8220
8221 * Makefile.in (check-declare): New target.
8222
8223 2007-11-07 Glenn Morris <rgm@gnu.org>
8224
8225 * configure.in: Deprecate Mac Carbon port.
8226
8227 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
8228
8229 * configure.in: Remove HAVE_X11R5 check.
8230
8231 2007-10-31 Glenn Morris <rgm@gnu.org>
8232
8233 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
8234 when changing ownership of installed files.
8235
8236 2007-10-30 Glenn Morris <rgm@gnu.org>
8237
8238 * make-dist: Add new directory etc/gnus.
8239
8240 2007-10-30 Michael Olson <mwolson@gnu.org>
8241
8242 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
8243
8244 2007-10-29 Glenn Morris <rgm@gnu.org>
8245
8246 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
8247
8248 2007-10-23 Glenn Morris <rgm@gnu.org>
8249
8250 * MAINTAINERS: Move to admin/.
8251
8252 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
8253
8254 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
8255 (HAVE_LIBRESOLV): Also define if we are using res_init().
8256
8257 2007-10-17 Glenn Morris <rgm@gnu.org>
8258
8259 * FTP: Remove file, since it's just a duplicate of one in etc/.
8260
8261 2007-10-05 Eli Zaretskii <eliz@gnu.org>
8262
8263 * config.bat: Fix configuring `doc' due to changes in the
8264 directory structure.
8265
8266 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
8267
8268 * configure.in: Don't use -lpthread on HP-UX.
8269
8270 2007-09-16 Glenn Morris <rgm@gnu.org>
8271
8272 * make-dist: File gfdl.1 has been removed.
8273
8274 2007-09-15 Glenn Morris <rgm@gnu.org>
8275
8276 * configure.in: Fix makeinfo version regexp.
8277
8278 2007-09-12 Glenn Morris <rgm@gnu.org>
8279
8280 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
8281 implementation of alloca is not found.
8282
8283 * Makefile.in (SOURCES, unlock, relock): Delete.
8284 (install-arch-indep): Do not exclude the etc/ Makefiles.
8285
8286 2007-09-09 Juri Linkov <juri@jurta.org>
8287
8288 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
8289
8290 * README: Add doc/ to documentation directories.
8291
8292 2007-09-08 Michael Olson <mwolson@gnu.org>
8293
8294 * MAINTAINERS: Add myself for ERC and tq.el.
8295 Update for new doc/ directory layout.
8296
8297 2007-09-06 Romain Francoise <romain@orebokech.com>
8298
8299 * make-dist: Update for new doc/ directory layout.
8300
8301 2007-09-06 Glenn Morris <rgm@gnu.org>
8302
8303 * Makefile.in (mansrcdir): New variable.
8304 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
8305 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
8306 update these targets for new doc/ directory layout.
8307 (doc/misc/Makefile): New target.
8308 (install-arch-indep): Use mansrcdir for new location of manpages.
8309 (mostlyclean, clean, distclean, maintainer-clean, unlock)
8310 (relock, info, dvi): Update targets for new doc/ directory layout.
8311
8312 * configure.in (AC_OUTPUT): Update names of generated Makefiles
8313 for new doc/ directory layout.
8314
8315 2007-09-02 Andreas Schwab <schwab@suse.de>
8316
8317 * configure.in: Use AS_HELP_STRING throughout.
8318 * configure: Regenerate.
8319
8320 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
8321
8322 * configure.in: Require Gtk/Glib 2.6.
8323
8324 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
8325
8326 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
8327 Use them throughout in place of AC_ARG_WITH calls.
8328 * configure: Regenerate.
8329
8330 2007-09-01 Andreas Schwab <schwab@suse.de>
8331
8332 * configure.in: Put quotes around nested macro calls.
8333
8334 2007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
8335
8336 * configure.in: Fix typo.
8337 * configure: Regenerate.
8338
8339 2007-08-30 Glenn Morris <rgm@gnu.org>
8340
8341 * configure.in (AH_BOTTOM): Copy some manual changes made to
8342 src/config.in here so they are not lost when it regenerates.
8343
8344 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
8345
8346 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
8347
8348 * README.multi-tty: New file.
8349
8350 2007-08-29 Glenn Morris <rgm@gnu.org>
8351
8352 * README: Increase version to 23.0.50.
8353
8354 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
8355
8356 * configure.in: New option: --without-xaw3d.
8357
8358 2007-08-24 Glenn Morris <rgm@gnu.org>
8359
8360 * configure.in: Check for a suitably recent makeinfo.
8361
8362 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
8363
8364 * configure.in (Check for required libraries): Typo.
8365
8366 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8367
8368 * configure.in: Check librsvg2 also for Mac Carbon.
8369
8370 2007-08-22 Romain Francoise <romain@orebokech.com>
8371
8372 * make-dist: Follow reorganization of files in etc/.
8373
8374 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
8375
8376 * configure.in: Add support for SVG images through librsvg2.
8377
8378 2007-07-28 Eli Zaretskii <eliz@gnu.org>
8379
8380 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
8381 to avoid an error message if there is no DOC there.
8382
8383 2007-07-25 Glenn Morris <rgm@gnu.org>
8384
8385 * Relicense all FSF files to GPLv3 or later.
8386
8387 * COPYING, info/COPYING: Switch to GPLv3.
8388
8389 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
8390
8391 * configure.in: Complain if X seems to be installed but no
8392 development files were found.
8393
8394 2007-06-20 Glenn Morris <rgm@gnu.org>
8395
8396 * configure.in: Prefer libgif over libungif.
8397
8398 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
8399
8400 * configure.in: Check for all image libraries before exiting.
8401
8402 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
8403
8404 * configure.in: Exit with error if image libraries aren't found.
8405
8406 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
8407
8408 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
8409 when compiling without scrollbars.
8410
8411 2007-06-12 Glenn Morris <rgm@gnu.org>
8412
8413 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
8414
8415 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
8416
8417 * configure.in: Change wording about yes/gtk and lucid/athena
8418 being synonyms.
8419
8420 2007-06-08 Glenn Morris <rgm@gnu.org>
8421
8422 * configure.in: Make gtk the default toolkit.
8423
8424 2007-06-07 Glenn Morris <rgm@gnu.org>
8425
8426 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
8427 for a Sun C compiler.
8428
8429 * Makefile.in (install-arch-indep): Install only the DOC- file
8430 specific to the build, if possible, rather than DOC-*.
8431
8432 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8433
8434 * Version 22.1 released.
8435
8436 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
8437
8438 * mkinstalldirs: Sync to version in automake CVS.
8439
8440 2007-05-22 Andreas Schwab <schwab@suse.de>
8441
8442 * configure.in: Prefer build_alias over host when host_alias is not set.
8443 * configure: Regenerate.
8444
8445 2007-05-20 Andreas Schwab <schwab@suse.de>
8446
8447 * configure.in: Remove empty AC_SUBST.
8448 * configure: Regenerate.
8449
8450 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8451
8452 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
8453 it like others.
8454 * configure: Regenerate.
8455
8456 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8457
8458 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
8459 (AC_CHECK_LIB): Add -lgpm.
8460 * configure: Regenerate.
8461
8462 2007-05-03 Glenn Morris <rgm@gnu.org>
8463
8464 * configure: Tweak message about the absence of shell functions.
8465
8466 2007-04-27 Andreas Schwab <schwab@suse.de>
8467
8468 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
8469
8470 2007-04-26 Glenn Morris <rgm@gnu.org>
8471
8472 * README: Increase version to 22.1.50.
8473
8474 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
8475
8476 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
8477
8478 2007-04-19 Glenn Morris <rgm@gnu.org>
8479
8480 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
8481
8482 2007-04-18 Glenn Morris <rgm@gnu.org>
8483
8484 * INSTALL: Mention CPP.
8485
8486 2007-04-15 Glenn Morris <rgm@gnu.org>
8487
8488 * FTP: Replace with a pointer to the web version.
8489
8490 2007-04-13 Glenn Morris <rgm@gnu.org>
8491
8492 * INSTALL: In lib-src, timer, wakeup, yow are removed.
8493
8494 2007-04-04 Glenn Morris <rgm@gnu.org>
8495
8496 * configure.in (NON_GNU_CPP): Use associated preprocessor when
8497 compiling with Sun Studio on Solaris.
8498
8499 2007-03-23 Glenn Morris <rgm@gnu.org>
8500
8501 * configure.in: Restore support for hp800 (removed 2007-01-27)
8502 following clarification of legal status.
8503
8504 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
8505
8506 * configure.in: Add support for AIX4.3 on IBM RS6000.
8507
8508 * configure: Regenerate.
8509
8510 2007-03-20 Richard Stallman <rms@gnu.org>
8511
8512 * configure.in: Fix previous change.
8513
8514 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
8515
8516 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
8517 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
8518 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
8519
8520 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
8521
8522 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
8523 user specifies "without".
8524
8525 * configure: Regenerate.
8526
8527 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
8528
8529 * configure.in: Warning for Gtk+ and Cygwin added.
8530 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
8531
8532 2007-02-27 Glenn Morris <rgm@gnu.org>
8533
8534 * make-dist (oldXMenu): Remove Imakefile.
8535 (etc/images): Add README.
8536
8537 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
8538
8539 * configure.in (xtensa-*-linux-gnu*): New configuration.
8540
8541 * configure: Regenerate.
8542
8543 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
8544
8545 * config.guess, config.sub: Updated from master source.
8546
8547 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8548
8549 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
8550
8551 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
8552
8553 * configure.in: Restore support for hp800's not running HP-UX.
8554
8555 * configure: Regenerate.
8556
8557 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
8558
8559 * configure.in: Remove support for hp800 and sr2k machine types.
8560
8561 * configure: Regenerate.
8562
8563 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
8564
8565 * configure.in: Add check for libXft.
8566
8567 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
8568
8569 * INSTALL: Info files moved to share/info.
8570
8571 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
8572
8573 * configure.in: Detect and use fink-installed in intel-based Mac
8574 builds; change Apple Darwin section to support both PowerPC and
8575 Intel-based Macs.
8576
8577 2006-12-26 Andreas Schwab <schwab@suse.de>
8578
8579 * Makefile.in (datarootdir): Define.
8580
8581 2006-12-24 Richard Stallman <rms@gnu.org>
8582
8583 * configure.in: Require Autoconf 2.61.
8584
8585 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
8586
8587 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
8588 Remove redundant entry for powerpc-apple-netbsd.
8589
8590 * configure: Regenerate.
8591
8592 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
8593
8594 * configure: Regenerate with autoconf 2.61.
8595
8596 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
8597
8598 * configure.in: Detect alsa/asoundlib.h also.
8599 * configure: Regenerate.
8600
8601 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
8602
8603 * configure.in: Check if GTK+ compiles at all.
8604
8605 2006-12-10 Andreas Schwab <schwab@suse.de>
8606
8607 * configure.in: Remove check for struct timezone, its result is
8608 never used.
8609
8610 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
8611
8612 * configure.in: Add support for Solaris 10 on x86-64.
8613
8614 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
8615
8616 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
8617 of PKG_CONFIG_PATH.
8618
8619 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8620
8621 * configure.in (HAVE_SYNC): New test.
8622
8623 2006-12-03 Glenn Morris <rgm@gnu.org>
8624
8625 * Makefile.in: Fix Copyright format.
8626
8627 * configure.in (AH_TOP): Add missing Copyright year.
8628
8629 * update-subdirs: Add missing Copyright years.
8630
8631 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
8632
8633 * Makefile.in: Touch only the parts of the share/emacs directory
8634 specific to this version.
8635
8636 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
8637
8638 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
8639
8640 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8641
8642 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
8643
8644 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8645
8646 * configure.in: Prefer X11 to Carbon only when some X-specific
8647 option is specified (Thanks to Jan Djärv and Andreas Schwab).
8648
8649 2006-11-04 Romain Francoise <romain@orebokech.com>
8650
8651 * Makefile.in (bootstrap-clean-before): Fix typo.
8652 Use new target `bootstrap-clean' in the leim subdirectory.
8653
8654 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8655
8656 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
8657
8658 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8659
8660 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
8661 directories.
8662
8663 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
8664
8665 * configure.in: Enable x86-64 OpenBSD compilation.
8666
8667 2006-10-28 Glenn Morris <rgm@gnu.org>
8668
8669 * AUTHORS: Add cal-html.el author.
8670
8671 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8672
8673 * make-dist: Make links to mac/make-package and
8674 mac/Emacs.app/Contents/Resources/Emacs.icns.
8675
8676 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8677
8678 * README: Bump version number to 22.0.90.
8679
8680 2006-10-23 Andreas Schwab <schwab@suse.de>
8681
8682 * configure.in: Make sure x_default_search_path is always set even
8683 when x_libraries is empty, and look in .../share as well for each
8684 library directory.
8685
8686 2006-09-28 Kenichi Handa <handa@m17n.org>
8687
8688 * configure.in (locallisppath): Don't include leim dir.
8689 (lisppath): Include leim dir.
8690
8691 2006-09-15 Jay Belanger <belanger@truman.edu>
8692
8693 * COPYING: Replace "Library Public License" by "Lesser Public
8694 License" throughout.
8695
8696 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
8697
8698 * make-dist (EMACS): Exit and fail if the EMACS environment
8699 variable is set to something other than an absolute file name.
8700
8701 2006-08-16 Andreas Schwab <schwab@suse.de>
8702
8703 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
8704 of hardcoding it.
8705
8706 2006-08-16 Richard Stallman <rms@gnu.org>
8707
8708 * INSTALL.CVS: Clean up wording.
8709
8710 2006-07-14 Eli Zaretskii <eliz@gnu.org>
8711
8712 * configure.in (PKG_CHECK_MODULES): Redirect the output of
8713 $PKG_CONFIG --exists "$2" to config.log.
8714 * configure: Regenerate.
8715
8716 2006-07-09 Richard Stallman <rms@gnu.org>
8717
8718 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
8719
8720 2006-07-09 Kim F. Storm <storm@cua.dk>
8721
8722 * CONTRIBUTE: Use outline format.
8723 Add section on copyright years (from admin/notes/years).
8724
8725 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8726
8727 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
8728 to /dev/null, since we don't need the error message, just the
8729 exit status.
8730
8731 2006-07-07 Eli Zaretskii <eliz@gnu.org>
8732
8733 * CONTRIBUTE: Slight formatting changes and typo fixes.
8734 Add description of NEWS markings.
8735
8736 2006-07-07 Kim F. Storm <storm@cua.dk>
8737
8738 * CONTRIBUTE: Mention INSTALL.CVS.
8739
8740 2006-07-05 Romain Francoise <romain@orebokech.com>
8741
8742 * make-dist (top-level): Add CONTRIBUTE.
8743
8744 2006-07-04 Richard Stallman <rms@gnu.org>
8745
8746 * CONTRIBUTE: Much rewrite.
8747
8748 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8749
8750 * CONTRIBUTE: New file.
8751
8752 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8753
8754 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
8755
8756 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
8757
8758 * configure.in: Add check for ALSA.
8759
8760 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8761
8762 * Makefile.in (INFO_FILES): Remove emacs-xtra.
8763
8764 * info/dir: Remove the Emacs-Xtra entry.
8765
8766 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
8767
8768 Update copyright year(s) in many files.
8769
8770 2006-04-01 Eli Zaretskii <eliz@gnu.org>
8771
8772 * configure: Regenerated.
8773
8774 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8775
8776 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
8777 --without-toolkit-scroll-bars was specified.
8778
8779 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
8780
8781 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
8782 to CFLAGS. Update Copyright years written to src/config.in.
8783
8784 2006-03-18 Claudio Fontana <claudio@gnu.org>
8785
8786 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
8787 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
8788 to be installed/uninstalled.
8789 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
8790 to Info files installed by Emacs.
8791
8792 2006-03-03 Claudio Fontana <claudio@gnu.org>
8793
8794 * Makefile.in (install, uninstall): Add DESTDIR variable to
8795 support staged installations.
8796
8797 2006-02-14 Richard M. Stallman <rms@gnu.org>
8798
8799 * configure.in (s390x-*-linux-gnu*): New configuration.
8800
8801 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
8802
8803 * configure.in: Require GTK 2.4 or newer.
8804
8805 2006-01-29 Michael Olson <mwolson@gnu.org>
8806
8807 * Makefile.in (install-arch-indep, uninstall): Add ERC.
8808 * info/dir (ERC): New entry.
8809
8810 2006-01-29 Eli Zaretskii <eliz@gnu.org>
8811
8812 * info/dir: Fix last change.
8813
8814 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8815
8816 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
8817
8818 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8819
8820 * info/dir: Untabify the whole file.
8821 (Rcirc): New entry.
8822
8823 2006-01-12 Andreas Schwab <schwab@suse.de>
8824
8825 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
8826 check.
8827
8828 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
8829
8830 * configure.in: Use -Wno-pointer-sign if available.
8831
8832 2005-12-29 Andreas Schwab <schwab@suse.de>
8833
8834 * config.guess, config.sub: Updated from master source.
8835
8836 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8837
8838 * configure.in: Use amdx86-64 for freebsd on x86_64.
8839
8840 2005-11-22 Romain Francoise <romain@orebokech.com>
8841
8842 * make-dist: Add etc/images/icons.
8843
8844 2005-11-03 Andreas Schwab <schwab@suse.de>
8845
8846 * configure.in: Use GZIP_PROG instead of GZIP.
8847
8848 * Makefile.in (GZIP_PROG): Rename from GZIP.
8849 (install-arch-indep): Adjust.
8850
8851 2005-11-01 Andreas Schwab <schwab@suse.de>
8852
8853 * Makefile.in (bootstrap): Fix dependencies for parallel build.
8854 (bootfast): Likewise.
8855
8856 2005-11-01 Romain Francoise <romain@orebokech.com>
8857
8858 * configure.in: Check for gzip.
8859
8860 * Makefile.in (install): Compress source files.
8861
8862 2005-10-24 Steven Tamm <steventamm@mac.com>
8863
8864 * configure.in: Fix darwin386 configuration issue.
8865
8866 2005-10-22 Eli Zaretskii <eliz@gnu.org>
8867
8868 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
8869
8870 2005-10-17 Bill Wohler <wohler@newt.com>
8871
8872 * make-dist: Create and populate etc/images/low-color.
8873
8874 2005-10-15 Bill Wohler <wohler@newt.com>
8875
8876 * make-dist: Create and populate etc/images/gud.
8877
8878 2005-10-08 Richard M. Stallman <rms@gnu.org>
8879
8880 * make-dist (tempparent): Don't check for 14-char file name limit.
8881
8882 2005-10-07 Romain Francoise <romain@orebokech.com>
8883
8884 * make-dist: Add etc/images/ezimage and etc/images/mail
8885 directories. Install images in etc/images.
8886
8887 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8888
8889 * configure.in: Prefer Carbon if --enable-carbon-app or
8890 --with-carbon is explicitly specified even when X11 is detected.
8891
8892 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
8893
8894 * Makefile.in (install-arch-indep, uninstall):
8895 Handle newsticker manual.
8896 (info): Add - to commands.
8897
8898 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
8899
8900 Remove the MAXPATHLEN limitations:
8901
8902 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
8903
8904 2005-09-09 Eli Zaretskii <eliz@gnu.org>
8905
8906 * configure.in <lynxsos*>: Support for LynxOS on PPC.
8907 * configure: Regenerate.
8908
8909 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
8910
8911 * config.guess, config.sub: Updated from master source.
8912
8913 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
8914
8915 * .cvsignore: Add `lock'.
8916
8917 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
8918
8919 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
8920
8921 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
8922
8923 Merge gnulib getopt implementation into Emacs.
8924
8925 * Makefile.in (AUTOCONF_INPUTS): New macro.
8926 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
8927 so that these files also depend on m4/getopt.m4.
8928 * configure.in: Configure getopt by including m4/getopt.m4,
8929 and configuring a getopt replacement if necessary.
8930 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
8931 * m4/getopt.m4: New file.
8932
8933 2005-07-06 Lute Kamstra <lute@gnu.org>
8934
8935 * configure.in: Fix capitalization.
8936
8937 2005-07-04 Lute Kamstra <lute@gnu.org>
8938
8939 Update FSF's address in GPL notices.
8940
8941 2005-06-19 Jérôme Marant <jerome@marant.org>
8942
8943 * Makefile.in (epaths-force): Protect both lisppath and
8944 buildlisppath from whitespace.
8945
8946 2005-06-08 Steven Tamm <steventamm@mac.com>
8947
8948 * configure.in: Support Darwin/MacOSX on Intel.
8949
8950 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
8951
8952 * configure.in (HAVE_CANCELMENUTRACKING): New test.
8953
8954 2005-05-19 Jérôme Marant <jmarant@marant.org>
8955
8956 * configure.in: Add --enable-locallisppath.
8957
8958 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8959
8960 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
8961 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
8962 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
8963
8964 2005-05-07 Jérôme Marant <jerome@marant.org>
8965
8966 * make-dist: Remove references to makefile.nt and makefile.def.
8967 Include widgets and images subdirectories of etc. Do not exclude
8968 ldefs-boot.el.
8969
8970 2005-04-23 Andreas Schwab <schwab@suse.de>
8971
8972 * configure.in: Remove duplicate match for powerpc configuration.
8973
8974 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
8975
8976 * configure.in: Check for <pwd.h>.
8977
8978 2005-04-14 Lute Kamstra <lute@gnu.org>
8979
8980 * make-dist: Distribute all ChangeLog files in lisp/.
8981 Don't distribute ldefs-boot.el.
8982 lisp/makefile.nt no longer exists.
8983
8984 2005-04-13 Lute Kamstra <lute@gnu.org>
8985
8986 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
8987 for "no-byte-compile: t" in the file instead.
8988
8989 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8990
8991 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
8992 shadow the main Lesstif/Motif-2.1 libs and includes.
8993
8994 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
8995
8996 * configure.in: Only add XASSERTS to cppflags.
8997
8998 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
8999
9000 * configure.in: Added --enable-asserts.
9001
9002 2005-02-09 Kim F. Storm <storm@cua.dk>
9003
9004 Change release version from 21.4 to 22.1 throughout.
9005 Change development version from 21.3.50 to 22.0.50.
9006
9007 2005-01-19 Steven Tamm <steventamm@mac.com>
9008
9009 * configure.in: Check for <sys/utsname.h>.
9010
9011 2004-12-11 Kim F. Storm <storm@cua.dk>
9012
9013 * Makefile.in (info): Undo 2004-12-05 change.
9014
9015 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9016
9017 * info/dir (File): Add URL and Org Mode manuals.
9018 * Makefile.in (install-arch-indep, uninstall): Add url and org
9019 manuals.
9020
9021 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9022
9023 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
9024 committed to src/config.in.
9025
9026 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
9027
9028 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
9029 pthreads and define HAVE_GTK_AND_PTHREAD.
9030
9031 2004-12-05 Richard M. Stallman <rms@gnu.org>
9032
9033 * Makefile.in (info): Ignore errors building info files.
9034
9035 2004-11-27 Eli Zaretskii <eliz@gnu.org>
9036
9037 * config.bat: If 8-byte alignment is not supported, define
9038 NO_DECL_ALIGN in src/config.h, instead of trivially defining
9039 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
9040 filter through Sed to remove the quotes.
9041
9042 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9043
9044 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
9045 not apply to files explicitly `cvs add'ed.
9046
9047 2004-11-12 Eli Zaretskii <eliz@gnu.org>
9048
9049 * config.bat: Don't require djecho.exe for the v1.x build.
9050 Add a test for DECL_ALIGN support, and add a trivial definition to
9051 src/config.h if 8-byte alignment is not supported.
9052
9053 2004-11-08 Kim F. Storm <storm@cua.dk>
9054
9055 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
9056 files before building.
9057 (bootfast, bootstrap-clean-before-fast): New targets, like
9058 bootstrap but don't remove .elc files.
9059
9060 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
9061
9062 * configure.in: Add check for getrusage.
9063
9064 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
9065
9066 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
9067 New tests for new and old GTK file dialogs.
9068 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
9069 to no.
9070
9071 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
9072
9073 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
9074 can be set. Remove SETARCH test.
9075
9076 2004-10-08 Steven Tamm <steventamm@mac.com>
9077
9078 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
9079
9080 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
9081
9082 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
9083 AC_MSG_WARN. Move output of warning message to end of configure run.
9084
9085 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
9086
9087 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
9088 Run test to see if heap start address is random.
9089
9090 2004-09-29 Miles Bader <miles@gnu.org>
9091
9092 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
9093 if setarch is present.
9094
9095 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
9096
9097 * configure.in (HAVE_EXECSHIELD): Only define on x86.
9098
9099 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
9100
9101 * configure.in: Check for exec-shield.
9102
9103 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
9104
9105 * Makefile.in (install-arch-indep): Add pgg and sieve.
9106
9107 * info/.cvsignore: Added pgg and sieve.
9108
9109 2004-08-06 Andreas Schwab <schwab@suse.de>
9110
9111 * Makefile.in (install-arch-indep, uninstall): Add flymake.
9112
9113 2004-07-31 Eli Zaretskii <eliz@gnu.org>
9114
9115 * config.bat: Update URLs in the comments.
9116
9117 2004-07-05 Andreas Schwab <schwab@suse.de>
9118
9119 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
9120
9121 2004-06-21 Kenichi Handa <handa@m17n.org>
9122
9123 * make-dist: Link leim-ext.el into tempdir.
9124
9125 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
9126
9127 * info/dir (File): Add emacs-xtra.
9128 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
9129
9130 2004-06-12 Juri Linkov <juri@jurta.org>
9131
9132 * info/dir: Move menu help lines from `* Menu:' to file header.
9133 Describe the purpose of a red *.
9134
9135 2004-05-04 Dave Love <fx@gnu.org>
9136
9137 * configure.in: Don't use `extrasub'.
9138
9139 2004-04-29 Dave Love <fx@gnu.org>
9140
9141 * configure.in: Don't forget to quote args to `test'.
9142
9143 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
9144
9145 * autogen.sh: Update filename in "please read" message.
9146
9147 2004-04-17 Richard M. Stallman <rms@gnu.org>
9148
9149 * INSTALL: Move the info about site-lisp dirs,
9150 and say uninstalled Emacs looks there too.
9151
9152 2004-04-04 Eli Zaretskii <eliz@gnu.org>
9153
9154 * config.bat (lib-src): Recognize comment lines in Makefile.in
9155 that have a TAB after the #, to avoid errors in preprocessing with
9156 GCC 3.3.3.
9157
9158 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
9159
9160 * Makefile.in: Mention in comment that `make maintainer-clean'
9161 deletes .elc files.
9162
9163 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9164
9165 * update-subdirs: Add local variables to prevent byte-compiling.
9166
9167 2004-03-21 Dave Love <fx@gnu.org>
9168
9169 * configure.in: Fix previous change.
9170
9171 2004-03-18 Dave Love <fx@gnu.org>
9172
9173 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
9174
9175 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
9176
9177 * info/dir (File): Add SMTP and SES.
9178
9179 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
9180
9181 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
9182 (bootstrap): Use the new bootstrap-prepare target in lisp.
9183
9184 2004-02-18 Kim F. Storm <storm@cua.dk>
9185
9186 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
9187
9188 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9189
9190 * make-dist: Don't link index.*perm and permute-index into tempdir.
9191
9192 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9193
9194 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
9195 to match previous changes by Eli Zaretskii.
9196
9197 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
9198
9199 * Makefile.in: Set CDPATH to an empty string.
9200
9201 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
9202
9203 * configure.in <darwin>: Use fink packages if available.
9204
9205 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
9206
9207 * make-dist (lispref): Do include lispref/index.texi.
9208
9209 2004-01-06 Eric Hanchrow <offby1@blarg.net>
9210
9211 * make-dist (tempdir): Include cursors in nt/icons.
9212
9213 2003-12-30 Eli Zaretskii <eliz@gnu.org>
9214
9215 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
9216 clashes with install-sh on 8+3 filesystems.
9217
9218 2003-12-24 Miles Bader <miles@gnu.org>
9219
9220 * .cvsignore: Add .arch-inventory.
9221
9222 2003-12-24 Andreas Schwab <schwab@suse.de>
9223
9224 * configure.in: Check for <sys/socket.h>. Include it before
9225 including <net/if.h>. Move check for <net/if.h> before its use.
9226
9227 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
9228
9229 * Makefile.in (install-arch-dep): Don't let cd output go into
9230 pipe for carbon_appdir.
9231
9232 2003-12-24 Andreas Schwab <schwab@suse.de>
9233
9234 * configure.in (PKG_CHECK_MODULES): Fix quoting.
9235
9236 2003-12-01 Andreas Schwab <schwab@suse.de>
9237
9238 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
9239 hardcoding gcc.
9240
9241 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
9242
9243 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
9244 multiple displays.
9245 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
9246
9247 2003-09-23 Dave Love <fx@gnu.org>
9248
9249 * configure.in: Check members of struct ifreq.
9250
9251 2003-09-14 Kim F. Storm <storm@cua.dk>
9252
9253 * configure.in: Add checks for sys/ioctl.h and net/if.h.
9254
9255 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
9256
9257 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
9258
9259 2003-08-18 Lute Kamstra <lute@gnu.org>
9260
9261 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
9262 required anymore.
9263
9264 2003-08-07 Andrew Choi <akochoi@shaw.ca>
9265
9266 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
9267 option instead of -traditional-cpp for CPP.
9268
9269 2003-07-29 Richard M. Stallman <rms@gnu.org>
9270
9271 * configure.in (HAVE_XIM): Define if XIM is available.
9272
9273 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com>
9274
9275 * configure.in: The function gtk_window_set_icon_from_file was
9276 introduced in GTK+ 2.2, so check for that release.
9277
9278 2003-07-23 Andreas Schwab <schwab@suse.de>
9279
9280 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
9281
9282 * Makefile.in (YACC): Remove, not used.
9283 (MAINT): Don't set.
9284 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
9285 disable dependency on ${srcdir}/configure.in when maintainer mode
9286 is disabled.
9287
9288 2003-07-22 Dave Love <fx@gnu.org>
9289
9290 * configure.in: Make XRegisterIMInstantiateCallback test depend on
9291 HAVE_X11, not with_xim.
9292 (HAVE_CRTIN): Provide template.
9293 <with_png>: Test for png.h and libpng/png.h.
9294
9295 2003-07-15 Andreas Schwab <schwab@suse.de>
9296
9297 * configure.in: Temporarily leave quoting for AC_DEFINE.
9298
9299 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
9300
9301 * configure.in: Check for posix_memalign.
9302
9303 2003-07-12 Richard M. Stallman <rms@gnu.org>
9304
9305 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
9306
9307 2003-07-09 Kim F. Storm <storm@cua.dk>
9308
9309 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
9310 functionality of --without-xim.
9311
9312 2003-06-29 Dave Love <fx@gnu.org>
9313
9314 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
9315
9316 2003-06-23 Dave Love <fx@gnu.org>
9317
9318 * configure.in: Check for sys/_mbstate_t.h.
9319 Test XRegisterIMInstantiateCallback prototype.
9320 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
9321
9322 2003-06-06 Dave Love <fx@gnu.org>
9323
9324 * configure.in: Check for locale.h.
9325
9326 2003-06-05 Dave Love <fx@gnu.org>
9327
9328 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
9329 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
9330 (NLIST_STRUCT): Don't define.
9331 (AH_BOTTOM): Define my_strftime.
9332
9333 2003-06-02 Richard M. Stallman <rms@gnu.org>
9334
9335 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
9336
9337 2003-05-24 Andreas Schwab <schwab@suse.de>
9338
9339 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
9340 bzero, and bcmp.
9341
9342 2003-05-22 Dave Love <fx@gnu.org>
9343
9344 * configure.in: Remove redundant test for term.h. Test for difftime.
9345
9346 2003-05-20 Dave Love <fx@gnu.org>
9347
9348 * configure.in: Append * to s390-*-linux-gnu case.
9349 (LIBMAIL) <lockfile>: Don't define.
9350
9351 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
9352
9353 * INSTALL (* GNU/Linux development packages): Mention Debian and
9354 RedHat package names.
9355
9356 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
9357
9358 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
9359
9360 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
9361
9362 * INSTALL (* GNU/Linux development packages): Tell people to
9363 install additional packages for compiling Emacs.
9364
9365 2003-04-30 Richard M. Stallman <rms@gnu.org>
9366
9367 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
9368
9369 2003-04-28 Francesco Potortì <pot@gnu.org>
9370
9371 * configure.in: Undo last (RMS') change, as it is useless, per
9372 Dave Love.
9373
9374 2003-04-08 Richard M. Stallman <rms@gnu.org>
9375
9376 * configure.in: Put #include of jpeglib.h at start of line.
9377
9378 2003-04-06 Francesco Potortì <pot@gnu.org>
9379
9380 * configure.in: Use the same configuration for all aix5, not just
9381 aix5.1.
9382
9383 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
9384
9385 * configure.in: Check for need for bigtoc support on IBM AIX for
9386 solving a linker table overflow problem.
9387
9388 2003-03-03 Rob Browning <rlb@defaultvalue.org>
9389
9390 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
9391 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
9392 over bzero, bcmp, and bcopy.
9393
9394 2003-02-23 Simon Josefsson <jas@extundo.com>
9395
9396 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
9397
9398 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
9399
9400 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
9401
9402 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
9403
9404 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
9405
9406 2003-02-08 Andreas Schwab <schwab@suse.de>
9407
9408 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
9409 instead of the substitution.
9410
9411 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9412
9413 * Makefile.in: Use @EXEEXT@ for Cygwin.
9414 Use USERNAME if LOGNAME is not set (for Cygwin).
9415
9416 * configure.in: Add opsys=cygwin.
9417
9418 2003-01-22 Andreas Schwab <schwab@suse.de>
9419
9420 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
9421 redefining it explicitly in src/config.in.
9422
9423 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
9424
9425 * Makefile.in (bootstrap): Make bootstrap-after.
9426
9427 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
9428
9429 * configure.in: Fix --with-gtk.
9430
9431 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
9432
9433 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
9434
9435 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
9436
9437 2003-01-14 Francesco Potortì <pot@gnu.org>
9438
9439 * configure.in (m68k-motorola-sysv): Remove (obsolete).
9440
9441 2003-01-07 Steven Tamm <steventamm@mac.com>
9442
9443 * configure.in: New option, --enable-carbon-app, to specify
9444 that the application should be installed
9445 * Makefile.in (install-arch-dep): On Mac OS X, install the
9446 Emacs.app application if carbon-app is enabled.
9447
9448 2003-01-06 Dave Love <fx@gnu.org>
9449
9450 * configure.in: Check for nl_langinfo.
9451 [!HAVE_SIZE_T]: Fix typedef.
9452
9453 2003-01-06 David Kastrup <dak@gnu.org>
9454
9455 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
9456
9457 * configure.in: Add tests for install-info.
9458
9459 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
9460
9461 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
9462 use again sol2-6 instead of sol2-8.
9463
9464 2002-12-09 Dave Love <fx@gnu.org>
9465
9466 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
9467
9468 2002-12-08 Andreas Schwab <schwab@suse.de>
9469
9470 * Makefile.in (install-arch-indep): Revert last change.
9471
9472 2002-11-27 Dave Love <fx@gnu.org>
9473
9474 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
9475 Check for __sys_siglist too. Check for memset.
9476 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
9477
9478 2002-11-22 Juanma Barranquero <lektu@terra.es>
9479
9480 * config.guess, config.sub: Updated from master source.
9481
9482 2002-11-19 Karl Fogel <kfogel@red-bean.com>
9483
9484 * autogen.sh: New file.
9485
9486 2002-11-18 Dave Love <fx@gnu.org>
9487
9488 * configure.in: Tidy up various quoting issues throughout.
9489 Use AC_GNU_SOURCE.
9490 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
9491 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
9492 Maybe define bcopy, bzero, bcmp.
9493 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
9494 non-existent machine file).
9495 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
9496 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
9497 (nlist.h): Move test up.
9498
9499 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
9500
9501 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
9502
9503 2002-11-14 Francesco Potortì <pot@gnu.org>
9504
9505 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
9506
9507 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com>
9508
9509 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
9510
9511 2002-11-08 Dave Love <fx@gnu.org>
9512
9513 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
9514 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
9515
9516 2002-11-07 Miles Bader <miles@gnu.org>
9517
9518 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
9519 Handle separate-build-dir case.
9520
9521 2002-11-06 Richard M. Stallman <rms@gnu.org>
9522
9523 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
9524 bulletproof. $bar may be empty when there are no .elc files.
9525
9526 2002-10-30 Dave Love <fx@gnu.org>
9527
9528 * configure.in: Require autoconf 2.53. Test for pty.h,
9529 sys/mman.h, sys/param.h, mremap, memmove.
9530 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
9531 (AC_PROG_YACC): Delete.
9532 (size_t): Use AC_CHECK_TYPES.
9533 (AH_TOP): Up-date copyright.
9534
9535 2002-10-01 Juanma Barranquero <lektu@terra.es>
9536
9537 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
9538
9539 2002-09-19 Richard M. Stallman <rms@gnu.org>
9540
9541 * configure.in: Fix the LessTif-directory-finder for real.
9542
9543 2002-09-14 Richard M. Stallman <rms@gnu.org>
9544
9545 * Makefile.in (maybe_bootstrap): Test for complete absence
9546 of compiled Lisp files.
9547
9548 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
9549
9550 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
9551 (bootstrap-clean-after): Delete.
9552 (bootstrap): Make the sequencing explicit.
9553
9554 2002-09-10 Richard M. Stallman <rms@gnu.org>
9555
9556 * configure.in: Fix previous LessTif change.
9557
9558 2002-09-09 Richard M. Stallman <rms@gnu.org>
9559
9560 * configure.in (powerpcle-*-solaris2.5*): New configuration.
9561 (powerpcle-*-solaris*): Use version 2.6 as default.
9562 (*-sunos5.6*, *-solaris2.6*): New alternative.
9563 (*-sunos5*): Use version 2.6 as default.
9564
9565 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9566
9567 * configure.in: Fix typo.
9568
9569 2002-09-05 Richard M. Stallman <rms@gnu.org>
9570
9571 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
9572
9573 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
9574 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
9575
9576 2002-08-26 Kim F. Storm <storm@cua.dk>
9577
9578 * Makefile.in (install-arch-indep): Do not remove DOC file
9579 when it is the only DOC file installed; this is the case when
9580 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
9581
9582 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
9583
9584 * configure.in: Fix typo.
9585
9586 2002-07-24 Richard M. Stallman <rms@gnu.org>
9587
9588 * configure.in: Don't print anything special about gamedir.
9589
9590 * configure.in: Delete nonstandard --with-game-user option.
9591
9592 2002-07-21 Richard M. Stallman <rms@gnu.org>
9593
9594 * Makefile.in (gamedir, localstatedir): New variables.
9595 (epaths-force): Insert value of gamedir into PATH_GAME.
9596
9597 * configure.in (gamedir): Handle it like lispdir.
9598 (--with-game-dir option): Delete.
9599
9600 2002-06-21 Pavel Janík <Pavel@Janik.cz>
9601
9602 * configure.in: Add support for mipseb-*-netbsd* machines.
9603
9604 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9605
9606 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
9607
9608 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9609
9610 * info/dir (File): Add an entry for Tramp.
9611
9612 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
9613
9614 * INSTALL-CVS: New file.
9615
9616 2002-06-07 Andreas Schwab <schwab@suse.de>
9617
9618 * configure.in (x86_64-*-linux-gnu*): New system.
9619
9620 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
9621
9622 * config.bat: Handle the case when lispintro is truncated to lispintr.
9623
9624 2002-05-26 Paul Eggert <eggert@twinsun.com>
9625
9626 * config.guess, config.sub: Updated from master source.
9627
9628 2002-05-09 Richard M. Stallman <rms@gnu.org>
9629
9630 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
9631
9632 2002-05-04 Pavel Janík <Pavel@Janik.cz>
9633
9634 * make-dist: Do not distribute lock/ directory.
9635
9636 2002-04-30 Andrew Choi <akochoi@shaw.ca>
9637
9638 * configure.in: Provide documentation string when defining
9639 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
9640 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
9641
9642 2002-04-29 Colin Walters <walters@verbum.org>
9643
9644 * configure.in: Delete configure check for access to the game user.
9645
9646 2002-04-29 Pavel Janík <Pavel@Janik.cz>
9647
9648 * make-dist: lwlib/Imakefile is removed.
9649
9650 2002-04-26 Andrew Choi <akochoi@shaw.ca>
9651
9652 * configure.in: Add support for powerpc-apple-darwin*.
9653 (HAVE_CARBON): Add.
9654
9655 * make-dist: Create directories in mac/Emacs.app.
9656
9657 2002-04-25 Pavel Janík <Pavel@Janik.cz>
9658
9659 * make-dist: lwlib-Xol* are removed.
9660
9661 2002-04-23 Andreas Schwab <schwab@suse.de>
9662
9663 * Makefile.in (MAINT): New variable.
9664 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
9665 instead of configure.in, to avoid running autoconf and autoheader
9666 unless explicitly requested.
9667
9668 2002-04-16 Eli Zaretskii <eliz@gnu.org>
9669
9670 * config.bat: Update for msdos/sed2v2.inp.
9671
9672 2002-04-15 Andreas Schwab <schwab@suse.de>
9673
9674 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
9675 * configure.in: Add config header templates to all AC_DEFINE and
9676 AC_DEFINE_UNQUOTED symbols.
9677 * make-dist: Run autoheader if necessary.
9678
9679 2002-04-10 Colin Walters <walters@verbum.org>
9680
9681 * configure.in: Add --game-dir, --game-user. Test to see if we
9682 can use them.
9683
9684 2002-04-08 Pavel Janík <Pavel@Janik.cz>
9685
9686 * configure.in: Add --with-sound.
9687
9688 2002-03-18 Kim F. Storm <storm@cua.dk>
9689
9690 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
9691 and getsockname functions. Test for sys/un.h include file.
9692
9693 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
9694
9695 * configure.in: Support AIX 5.1.
9696
9697 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
9698
9699 * configure.in: Added test for X Session Management (HAVE_X_SM).
9700
9701 2002-03-03 Richard M. Stallman <rms@gnu.org>
9702
9703 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
9704 Run chown $${LOGNAME} on files installed by tar xvf.
9705
9706 2002-03-03 Kim F. Storm <storm@cua.dk>
9707
9708 * configure.in: Test for getpeername.
9709
9710 2002-03-01 Richard M. Stallman <rms@gnu.org>
9711
9712 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
9713 (HAVE_GIF): Don't use old libungif versions that crash.
9714
9715 2002-02-26 Richard M. Stallman <rms@gnu.org>
9716
9717 * configure.in <making srcdir absolute>: Verify that PWD is correct,
9718 not just well-formed and valid.
9719 (mips-compaq-nonstopux*): New configuration.
9720
9721 2002-02-18 Paul Eggert <eggert@twinsun.com>
9722
9723 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
9724 "sed q" is a portable equivalent to plain "head -1".
9725
9726 2002-02-13 Richard M. Stallman <rms@gnu.org>
9727
9728 * Makefile.in (maybe_bootstrap): Do `exit 1'.
9729 (all): Don't depend on maybe_bootstrap here.
9730 (${SUBDIR}): Depend on it here instead.
9731
9732 2002-02-08 Richard M. Stallman <rms@gnu.org>
9733
9734 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
9735
9736 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
9737
9738 * configure.in: Recognize BSD/OS 5.0.
9739
9740 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
9741
9742 * make-dist: Make version checking in emacs.texi consistent with
9743 how we set it there.
9744
9745 2001-12-29 Kim F. Storm <storm@cua.dk>
9746
9747 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
9748
9749 2001-12-28 Richard M. Stallman <rms@gnu.org>
9750
9751 * configure.in: Test for mbsinit.
9752
9753 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9754
9755 These changes make Leim part of the standard distribution:
9756
9757 * README: Add info about the `leim' directory.
9758
9759 * INSTALL: Remove text that describes Leim as a separate package.
9760
9761 * noleim-Makefile.in: File removed.
9762
9763 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
9764 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
9765 Leim files out of the Emacs tree. Don't prepare a separate tarball
9766 for Leim.
9767
9768 2001-12-11 Richard M. Stallman <rms@gnu.org>
9769
9770 * configure.in (hppa*-*-linux-gnu*): New alternative.
9771
9772 2001-12-08 Pavel Janík <Pavel@Janik.cz>
9773
9774 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
9775 creating distribution.
9776
9777 2001-12-06 Paul Eggert <eggert@twinsun.com>
9778
9779 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
9780 (AC_FUNC_VFORK): Remove.
9781 (AC_FUNC_FORK): Add.
9782 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
9783 this is required by recent Autoconf versions.
9784
9785 2001-12-02 Pavel Janík <Pavel@Janik.cz>
9786
9787 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
9788 TODO, vms-pp.trans and others).
9789
9790 2001-11-29 Pavel Janík <Pavel@Janik.cz>
9791
9792 * make-dist: Use COPYING from the top-level directory.
9793
9794 2001-11-29 Gerd Moellmann <gerd@gnu.org>
9795
9796 * configure.in: Add support for FreeBSD/Alpha.
9797
9798 2001-11-29 Pavel Janík <Pavel@Janik.cz>
9799
9800 * make-dist: Add COPYING to the top-level directory of the
9801 distribution. Simplify the logic behind copying.
9802
9803 * Makefile.in (maybe_bootstrap): Fix previous change.
9804
9805 2001-11-28 Richard M. Stallman <rms@gnu.org>
9806
9807 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
9808
9809 2001-11-26 Richard M. Stallman <rms@gnu.org>
9810
9811 * Makefile.in: bootstrap should not delete dumped executables.
9812 (bootstrap-clean-before): New target.
9813 (bootstrap): Use bootstrap-clean-before instead of clean.
9814 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
9815
9816 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
9817
9818 These changes add the Emacs Lisp Introduction manual to the
9819 distribution:
9820
9821 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
9822
9823 * make-dist: Copy the files in lispintro directory.
9824
9825 * config.bat: Configure in the lispintro directory.
9826
9827 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
9828
9829 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
9830 (lispintro/Makefile): New target.
9831 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
9832 (unlock, relock, info, dvi): Ditto.
9833
9834 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9835
9836 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
9837
9838 * make-dist (etc): Don't distribute gfdl.1.
9839
9840 2001-11-22 Colin Walters <walters@debian.org>
9841
9842 * Makefile.in (install-arch-indep): Install the calc .info files.
9843 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
9844
9845 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9846
9847 * make-dist (lispref): Add *.txt, *.el, permute-index, and
9848 tindex.pl to the list of those being put into the distribution.
9849
9850 2001-11-16 Eli Zaretskii <eliz@gnu.org>
9851
9852 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
9853
9854 2001-11-15 Pavel Janík <Pavel@Janik.cz>
9855
9856 * Makefile.in (uninstall): Fix previous change.
9857
9858 * configure.in, Makefile.in: Add support for --program-prefix,
9859 --program-suffix and --program-transform-name options.
9860
9861 2001-11-13 Pavel Janík <Pavel@Janik.cz>
9862
9863 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
9864 (install-arch-indep): Install emacsclient manual page.
9865 (uninstall): Uninstall emacsclient manual page.
9866
9867 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
9868
9869 * make-dist: Add lispref/index.*perm files to the distribution.
9870 From Pavel Janík <Pavel@Janik.cz>.
9871
9872 2001-11-12 Pavel Janík <Pavel@Janik.cz>
9873
9874 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
9875
9876 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9877
9878 * configure.in: AC_OUTPUT lispref/Makefile.
9879
9880 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9881
9882 The following changes add the ELisp reference manual to the
9883 distribution.
9884
9885 * make-dist: Add the lispref directory to the distribution.
9886
9887 * Makefile.in (install-arch-indep): Add elisp* to the list of
9888 installed Info files.
9889 (SUBDIR_MAKEFILES): Add lispref/Makefile.
9890 (lispref/Makefile): New target.
9891 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
9892 Add commands for the lispref directory.
9893 (info, dvi): Ditto.
9894
9895 * config.bat: Configure in `lispref'.
9896
9897 2001-11-09 Richard M. Stallman <rms@gnu.org>
9898
9899 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
9900
9901 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9902
9903 * make-dist (tempdir): Copy AUTHORS as well.
9904
9905 2001-11-06 Sam Steingold <sds@gnu.org>
9906
9907 * configure.in: Added a check for <nlist.h>.
9908
9909 2001-11-01 Pavel Janík <Pavel@Janik.cz>
9910
9911 * configure.in: Reindent --help output.
9912 From Per Starbäck (starback@ling.uu.se).
9913
9914 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
9915
9916 * configure.in: New entry for HP/UX-11.
9917
9918 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
9919 From Eric S. Raymond <esr@golux.thyrsus.com>.
9920
9921 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9922
9923 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
9924 <athornton@sinenomine.net>.
9925
9926 2001-10-25 Gerd Moellmann <gerd@gnu.org>
9927
9928 * Makefile.in (maybe_bootstrap): New target.
9929 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
9930
9931 2001-10-24 Ken Raeburn <raeburn@gnu.org>
9932
9933 * configure.in: If --with-hesiod is given, look for
9934 hes_getmailhost and res_send or __res_send; check hesiod and
9935 resolv libraries respectively if system libraries don't supply them.
9936
9937 2001-10-24 Gerd Moellmann <gerd@gnu.org>
9938
9939 * configure.in: Use $MAKE for `make' if set.
9940
9941 2001-10-22 Gerd Moellmann <gerd@gnu.org>
9942
9943 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
9944 to tar options.
9945
9946 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9947
9948 * (Version 21.1 released).
9949
9950 2001-10-20 Miles Bader <miles@gnu.org>
9951
9952 * configure.in (configuration): Set from `host' if `host_alias'
9953 isn't defined.
9954
9955 2001-10-19 Andreas Schwab <schwab@suse.de>
9956
9957 * configure.in: Make ready for autoconf 2.5x.
9958 (AC_PREREQ): Require autoconf 2.50.
9959 * aclocal.m4: Removed.
9960 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
9961
9962 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9963
9964 * README: Bump Emacs version to 21.1.50.
9965
9966 2001-10-05 Gerd Moellmann <gerd@gnu.org>
9967
9968 * Branch for 21.1.
9969
9970 2001-09-05 Gerd Moellmann <gerd@gnu.org>
9971
9972 * configure.in: Avoid `$@' which is handled specially in
9973 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
9974
9975 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
9976
9977 * make-dist (nt): Add subdirs.el to the list of distributed files.
9978
9979 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
9980
9981 * configure.in (machine): Add an entry for
9982 hppa1.1-hitachi-hiuxwe2*.
9983
9984 2001-05-28 Gerd Moellmann <gerd@gnu.org>
9985
9986 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
9987 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
9988
9989 2001-05-14 Gerd Moellmann <gerd@gnu.org>
9990
9991 * make-dist: Copy texinfo.tex unconditionally.
9992
9993 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
9994
9995 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
9996 that are installed.
9997
9998 2001-04-06 Gerd Moellmann <gerd@gnu.org>
9999
10000 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
10001 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
10002
10003 * make-dist: Handle leim/MISC-DIC. Only include
10004 `[a-zA-Z]*.{el,elc}' from leim/quail.
10005
10006 2001-04-05 Gerd Moellmann <gerd@gnu.org>
10007
10008 * Makefile.in (install-arch-indep): Remove .cvsignore files.
10009
10010 2001-03-30 Gerd Moellmann <gerd@gnu.org>
10011
10012 * Makefile.in (.PHONY): Add for bootstrap targets.
10013 (bootstrap-clean): New target.
10014 (bootstrap): Use it instead of `clean'.
10015
10016 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
10017
10018 * Makefile.in (SUBDIR): Remove leim.
10019 (all, .RECURSIVE, extraclean): Add leim explicitly.
10020 (leim): Provide separate rule which exports PARALLEL=0 into the
10021 environment.
10022
10023 2001-03-20 Gerd Moellmann <gerd@gnu.org>
10024
10025 * configure.in (HAVE_XPM): Don't print the result of the check for
10026 XpmReturnAllocPixels if we don't have an xpm.h.
10027
10028 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10029
10030 * COPYING: New file.
10031
10032 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
10033
10034 * config.bat: Update the copyright.
10035
10036 2001-02-23 Kenichi Handa <handa@etl.go.jp>
10037
10038 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
10039 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
10040 to `yes'. Later in AC_OUTPUT, check this variable.
10041
10042 2001-02-09 Dave Love <fx@gnu.org>
10043
10044 * AUTHORS: Updated.
10045
10046 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10047
10048 * info/dir (Ebrowse): Fix the entry (was missing a dot).
10049
10050 2001-02-02 Gerd Moellmann <gerd@gnu.org>
10051
10052 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
10053
10054 * Makefile.in (uninstall): Ignore exit code of `rm'.
10055
10056 * Makefile.in (uninstall): Remove more info files.
10057 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
10058
10059 2001-01-31 Gerd Moellmann <gerd@gnu.org>
10060
10061 * noleim-Makefile.in (extraclean): Add.
10062
10063 2001-01-28 Gerd Moellmann <gerd@gnu.org>
10064
10065 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
10066 it quiet.
10067
10068 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
10069
10070 * Makefile.in (tags): Fix typo.
10071
10072 2001-01-13 Kenichi Handa <handa@etl.go.jp>
10073
10074 * configure.in: Fix typo in the code setting x_search_path.
10075
10076 2001-01-10 Dave Love <fx@gnu.org>
10077
10078 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
10079 -lXext.
10080 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
10081 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
10082 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
10083 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
10084 (now in $LIBS).
10085
10086 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
10087
10088 * config.bat: Run the preprocessor with -traditional.
10089
10090 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
10091
10092 * INSTALL: Move copying conditions to end of file.
10093
10094 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
10095
10096 * INSTALL: Add basic installation procedure which assumes
10097 `configure' does its job. Elaborate on image support libraries.
10098 Add a pointer to Xaw3d library. Add advice about solving
10099 configure-time problems by looking in config.log and setting
10100 variables in the environment.
10101
10102 2000-12-27 Gerd Moellmann <gerd@gnu.org>
10103
10104 * Makefile.in (install-arch-indep): If tar fails, exit with
10105 exit code 1.
10106
10107 2000-12-19 Gerd Moellmann <gerd@gnu.org>
10108
10109 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
10110 source file includes XKBlib.h. On some broken Solaris systems,
10111 there is an XKBlib.h, reportedly, but header files included by
10112 XKBlib.h are missing.
10113
10114 2000-12-14 Gerd Moellmann <gerd@gnu.org>
10115
10116 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
10117
10118 2000-12-11 Dave Love <fx@gnu.org>
10119
10120 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
10121
10122 2000-12-11 Paul Eggert <eggert@twinsun.com>
10123
10124 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
10125 Merge fixes from latest GNU tar version. These macros no longer
10126 futz with _XOPEN_SOURCE, as that was not portable in practice.
10127 (AC_FUNC_FSEEKO): New macro.
10128
10129 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
10130 ftello.
10131
10132 2000-12-05 Dave Love <fx@gnu.org>
10133
10134 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
10135
10136 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10137
10138 * info/dir: Change the category to "Emacs".
10139
10140 2000-12-01 Gerd Moellmann <gerd@gnu.org>
10141
10142 * make-dist (tempdir): Remove epaths.h from the distribution
10143 instead of paths.h.
10144
10145 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10146
10147 * config.bat: Check for existence of djecho.exe, and print an
10148 error message if it is not available.
10149
10150 * INSTALL: Describe possible problem with djecho.exe in old
10151 versions of DJGPP v2.x.
10152
10153 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10154
10155 * configure.in: Initialize HAVE_LIBXP to no.
10156
10157 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10158
10159 * configure.in: Use m/macppc.h instead of the non-existent
10160 m/powerpc.h.
10161
10162 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10163
10164 * Makefile.in (install-arch-indep): Also install info/eshell*
10165 and info/speedbar*.
10166
10167 * configure.in (HAVE_PNG): Check for the presence of
10168 png_get_channels to rule out older PNG libs.
10169
10170 * configure.in (AC_OUTPUT): Arrange to emit definitions of
10171 GCC and NON_GNU_CPP into config.status.
10172
10173 2000-11-20 Dave Love <fx@gnu.org>
10174
10175 * configure.in: Fix last change.
10176
10177 * GETTING.GNU.SOFTWARE: Deleted.
10178 * FTP: New file to replace it.
10179 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
10180
10181 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10182
10183 * configure.in: Use -traditional with GNU cpp.
10184
10185 2000-11-17 Gerd Moellmann <gerd@gnu.org>
10186
10187 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
10188 Distribute more files from the nt/ subdir. Distribute PBM
10189 image files from subdirs of lisp/. Distribute old change logs
10190 from subdirs of lisp/. Distribute play/5x5.el.
10191
10192 2000-11-11 Dave Love <fx@gnu.org>
10193
10194 * config.sub, config.guess: Updated from master source.
10195
10196 2000-11-07 Dave Love <fx@gnu.org>
10197
10198 * configure.in: Test for mkstemp.
10199
10200 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
10201
10202 * info/dir (Top): Rearrange menu items more logically, and put
10203 them into a single category. Add menu items for RefTeX and
10204 Widget.
10205
10206 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10207
10208 * Makefile.in (install-arch-indep): Use --info-dir instead of
10209 --dir-file, and a simple argument instead of --info-file, so that
10210 the Debian version of install-info also works.
10211
10212 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
10213
10214 * info/dir (Speedbar): Add entry.
10215
10216 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
10217
10218 * INSTALL: Describe the new image-support options to the configure
10219 script. List URLs where image support libraries can be found.
10220
10221 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
10222
10223 * info/dir (Top): Add an entry for Eshell.
10224
10225 2000-10-02 Dave Love <fx@gnu.org>
10226
10227 * configure.in: Check for gai_strerror.
10228
10229 2000-10-01 Andreas Schwab <schwab@suse.de>
10230
10231 * Makefile.in (install-arch-indep): Update list of installed info files.
10232
10233 2000-09-30 Gerd Moellmann <gerd@gnu.org>
10234
10235 * configure.in: Support `sparc*-*-netbsd*'.
10236
10237 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
10238
10239 * info/dir (MIME): Add entry for emacs-mime.
10240
10241 2000-09-29 Dave Love <fx@gnu.org>
10242
10243 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
10244
10245 2000-09-26 Gerd Moellmann <gerd@gnu.org>
10246
10247 * make-dist: Adapt to the change of leim/Makefile which was
10248 necessary to ensure a reasonably working `make dist'.
10249
10250 * leim-Makefile.in: Moved to leim/Makefile.in..
10251
10252 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
10253
10254 2000-09-21 Kenichi Handa <handa@etl.go.jp>
10255
10256 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
10257 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
10258 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
10259 files to .elc.
10260 (${TIT}): Adjust for the above change.
10261 (clean mostlyclean): Likewise.
10262 (.el.elc): New target.
10263
10264 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10265
10266 * make-dist: Include XPM and XBM files in lisp/ and subdirs
10267 in the distribution.
10268
10269 2000-09-18 Gerd Moellmann <gerd@gnu.org>
10270
10271 * make-dist (skk): Rename to `ja-dic' because the leim directory
10272 was renamed.
10273
10274 2000-09-14 Dave Love <fx@gnu.org>
10275
10276 * configure.in: Fix spurion in last change.
10277
10278 2000-09-14 Gerd Moellmann <gerd@gnu.org>
10279
10280 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
10281 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
10282 to `no' if defined. Change result report.
10283
10284 2000-09-08 Dave Love <fx@gnu.org>
10285
10286 * configure.in: Remove spurious `@'s.
10287
10288 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
10289 autoconf.
10290
10291 2000-09-06 Gerd Moellmann <gerd@gnu.org>
10292
10293 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
10294 file and print informational message.
10295
10296 * configure.in (AC_FUNC_MMAP): Add.
10297
10298 2000-09-01 Gerd Moellmann <gerd@gnu.org>
10299
10300 * configure.in: Add ``checking'' messages for
10301 XpmReturnAllocPixels.
10302
10303 2000-08-28 Gerd Moellmann <gerd@gnu.org>
10304
10305 * configure.in: Check <strings.h>; check `index' and `rindex'
10306 functions.
10307
10308 2000-08-26 Kenichi Handa <handa@etl.go.jp>
10309
10310 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
10311 "case "${canonical}" in".
10312
10313 2000-08-25 Dave Love <fx@gnu.org>
10314
10315 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
10316
10317 2000-08-25 Kenichi Handa <handa@etl.go.jp>
10318
10319 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
10320
10321 2000-08-24 Gerd Moellmann <gerd@gnu.org>
10322
10323 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
10324 contains a relative path. Protect against unusable values of $PWD.
10325
10326 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10327
10328 * info/dir (WoMan): Add entry.
10329
10330 * config.bat (maindir): Update src/_gdbinit even if it does
10331 already exist.
10332
10333 2000-08-07 Gerd Moellmann <gerd@gnu.org>
10334
10335 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
10336
10337 2000-08-03 Gerd Moellmann <gerd@gnu.org>
10338
10339 * configure.in: Add support for ia64*-*-linux*.
10340
10341 2000-07-27 Gerd Moellmann <gerd@gnu.org>
10342
10343 * make-dist (aclocal.m4): Include in distribution.
10344
10345 2000-07-26 Dave Love <fx@gnu.org>
10346
10347 * configure.in (AC_SYS_LARGEFILE): Move earlier.
10348
10349 2000-07-24 Dave Love <fx@gnu.org>
10350
10351 * configure.in: Add AC_SIZE_T.
10352
10353 2000-07-18 Dave Love <fx@gnu.org>
10354
10355 * configure.in: Reorder so that most tests are done after CPPFLAGS
10356 is set from the C_SWITCH_... definitions.
10357
10358 2000-07-10 Gerd Moellmann <gerd@gnu.org>
10359
10360 * configure.in (HAVE_XPM): Undo previous change. Check for
10361 preprocessor define XpmReturnAllocPixels.
10362
10363 2000-07-06 Gerd Moellmann <gerd@gnu.org>
10364
10365 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
10366 instead of XpmReadFileToPixmap.
10367
10368 2000-07-05 Ken Raeburn <raeburn@gnu.org>
10369
10370 * configure.in: Check for <soundcard.h>. Look for ossaudio
10371 library, and set LIBSOUND accordingly.
10372
10373 2000-07-05 Dave Love <fx@gnu.org>
10374
10375 * configure.in: Use AC_HEADER_SYS_WAIT.
10376
10377 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10378
10379 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
10380 lisp/Makefile. Distribute lisp/Makefile.in instead of
10381 lisp/Makefile.
10382
10383 2000-06-30 Ken Raeburn <raeburn@gnu.org>
10384
10385 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
10386 while searching for image-handling libraries.
10387
10388 2000-06-26 Gerd Moellmann <gerd@gnu.org>
10389
10390 * configure.in (--with-xim): New option.
10391
10392 2000-06-23 Dave Love <fx@gnu.org>
10393
10394 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
10395 for struct timezone and test how we can call gettimeofday.
10396 Check for OSF 5+. Check for term.h.
10397
10398 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
10399 version.
10400
10401 2000-06-23 Gerd Moellmann <gerd@gnu.org>
10402
10403 * configure.in (HAVE_LIBXP): Change test for libXp.
10404
10405 2000-06-21 Dave Love <fx@gnu.org>
10406
10407 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
10408 simple test for getloadavg and substitute GETLOADAVG_LIBS.
10409 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
10410
10411 2000-06-19 Dave Love <fx@gnu.org>
10412
10413 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
10414 _XOPEN_SOURCE is defined.
10415
10416 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10417
10418 * Makefile.in (distclean): Also make distclean in lisp/.
10419
10420 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10421
10422 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
10423
10424 2000-06-15 Gerd Moellmann <gerd@gnu.org>
10425
10426 * make-dist: Add --help and --snapshot options.
10427
10428 2000-06-14 Gerd Moellmann <gerd@gnu.org>
10429
10430 * configure.in: Generate lisp/Makefile.
10431
10432 * configure.in: Add support for `*-lynxos*'.
10433 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
10434 recommended by <Karen.Dorhamer@compaq.com> to fix problems
10435 on Tru64 UNIX v5.0.
10436
10437 2000-06-13 Ken Raeburn <raeburn@gnu.org>
10438
10439 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
10440 it's on a continuation line.
10441
10442 2000-06-02 Dave Love <fx@gnu.org>
10443
10444 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
10445 files.
10446
10447 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
10448 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
10449 test.
10450
10451 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
10452 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
10453
10454 2000-05-26 Gerd Moellmann <gerd@gnu.org>
10455
10456 * configure.in: Add check for speed_t typedef.
10457
10458 2000-05-25 Ken Raeburn <raeburn@gnu.org>
10459
10460 * Makefile.in (install-arch-dep): Install fns-*.el only if it
10461 exists; it won't in the CANNOT_DUMP case.
10462
10463 2000-05-25 Gerd Moellmann <gerd@gnu.org>
10464
10465 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
10466 On FreeBSD, the exit status is 1 if CDPATH is not set.
10467 (install-arch-indep): Install ebrowse.info.
10468
10469 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
10470
10471 * configure.in: Check for grandpt and getpt.
10472
10473 2000-05-09 Dave Love <fx@gnu.org>
10474
10475 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
10476
10477 2000-05-05 Gerd Moellmann <gerd@gnu.org>
10478
10479 * make-dist: Make a link for lib-src/grep-changelog.
10480 Copy install-sh.
10481
10482 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
10483
10484 * config.bat: Identify the beginning of the cpp stuff in
10485 src/Makefile.in and lib-src/Makefile.in more accurately.
10486
10487 2000-04-27 Gerd Moellmann <gerd@gnu.org>
10488
10489 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
10490
10491 2000-04-19 Gerd Moellmann <gerd@gnu.org>
10492
10493 * configure.in: Add support for `powerpc-*-netbsd*'.
10494
10495 2000-04-19 Dave Love <fx@gnu.org>
10496
10497 * configure.in: Don't use AC_FUNC_GETLOADAVG.
10498
10499 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
10500
10501 2000-04-16 Dave Love <fx@gnu.org>
10502
10503 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
10504
10505 2000-04-14 Dave Love <fx@gnu.org>
10506
10507 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
10508
10509 * aclocal.m4 (AC_FUNC_MKTIME): New.
10510
10511 2000-03-28 Ken Raeburn <raeburn@gnu.org>
10512
10513 * configure.in: Line up "--help" output a little better.
10514
10515 2000-03-26 Gerd Moellmann <gerd@gnu.org>
10516
10517 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
10518 New targets.
10519 (bootstrap): Rewritten in terms of the new targets above.
10520 Make info files, too.
10521
10522 2000-03-12 Gerd Moellmann <gerd@gnu.org>
10523
10524 * config.guess, config.sub: Use the versions of the files from
10525 subversions.
10526
10527 2000-03-08 Dave Love <fx@gnu.org>
10528
10529 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
10530 AC_C_VOLATILE. Define POINTER_TYPE.
10531
10532 * aclocal.m4: New file.
10533
10534 2000-03-02 Gerd Moellmann <gerd@gnu.org>
10535
10536 * configure.in (machine): Add `mipsel-*-netbsd*' and
10537 `arm-*-netbsd*'.
10538
10539 2000-03-01 Gerd Moellmann <gerd@gnu.org>
10540
10541 * configure.in (machine): Add support for `*-auspex-sunos*'.
10542
10543 2000-02-29 Gerd Moellmann <gerd@gnu.org>
10544
10545 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
10546
10547 2000-02-18 Dave Love <fx@gnu.org>
10548
10549 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
10550
10551 2000-02-18 Andreas Schwab <schwab@suse.de>
10552
10553 * Makefile.in (install-arch-indep): Add eudc to list of installed
10554 info files.
10555
10556 2000-02-17 Ken Raeburn <raeburn@gnu.org>
10557
10558 * configure.in: Include -lz and -ljpeg (if it's available) when
10559 testing for the tiff library.
10560
10561 2000-02-17 Gerd Moellmann <gerd@gnu.org>
10562
10563 * configure.in: Remove LISP_FLOAT_TYPE.
10564
10565 2000-02-12 Dave Love <fx@gnu.org>
10566
10567 * configure.in: Use AC_FUNC_VFORK.
10568
10569 2000-02-01 Gerd Moellmann <gerd@gnu.org>
10570
10571 * make-dist: Various fixes for new development tree.
10572
10573 * leim-Makefile.in: New file.
10574
10575 2000-01-31 Gerd Moellmann <gerd@gnu.org>
10576
10577 * Makefile.in (dist): Call ./make-dist.
10578
10579 2000-01-24 Dave Love <fx@gnu.org>
10580
10581 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
10582
10583 2000-01-18 Gerd Moellmann <gerd@gnu.org>
10584
10585 * configure.in (HAVE_GIF): Check for DGifOpen instead of
10586 DGifOpenFileName.
10587
10588 2000-01-11 Andreas Schwab <schwab@suse.de>
10589
10590 * Makefile.in (install-arch-indep): Update list of info files to
10591 be installed.
10592
10593 2000-01-05 Dave Love <fx@gnu.org>
10594
10595 * configure.in: Check for jerror.h as well as libjpeg.
10596
10597 2000-01-03 Andreas Schwab <schwab@suse.de>
10598
10599 * Makefile.in (install-arch-indep): Install autotype*.
10600 Run install-info on autotype and emacs-faq.info.
10601
10602 1999-12-04 Dave Love <fx@gnu.org>
10603
10604 * Makefile.in (install-arch-indep): Depend on `info'.
10605 (install-strip): Use `install' as sub-make target.
10606
10607 1999-11-23 Ken Raeburn <raeburn@gnu.org>
10608
10609 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
10610 didn't need to be deleted. Check for the k5crypto library as well
10611 as the crypto library; MIT Kerberos 1.1 changed the name.
10612
10613 1999-11-18 Dave Love <fx@gnu.org>
10614
10615 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
10616
10617 1999-11-11 Erik Naggum <erik@naggum.no>
10618
10619 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
10620
10621 1999-11-08 Dave Love <fx@gnu.org>
10622
10623 * configure.in: Fix change for --with-pop default.
10624
10625 1999-11-04 Dave Love <fx@gnu.org>
10626
10627 * configure.in: Default to --with-pop. Change sense of with-gcc
10628 and with-toolkit-scroll-bars messages to reflect the defaults.
10629
10630 1999-11-01 Gerd Moellmann <gerd@gnu.org>
10631
10632 * INSTALL: Mention the Emacs Lisp Reference.
10633
10634 1999-10-27 Noah Friedman <friedman@splode.com>
10635
10636 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
10637
10638 1999-10-23 Gerd Moellmann <gerd@gnu.org>
10639
10640 * Makefile.in (bootstrap): New target.
10641
10642 1999-10-19 Paul Eggert <eggert@twinsun.com>
10643
10644 Add support for large files. Merge glibc 2.1.2.
10645
10646 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
10647 (HAVE_TM_GMTOFF): New symbol.
10648 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
10649 mbrlen, strsignal.
10650 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
10651
10652 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
10653
10654 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
10655 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
10656
10657 1999-10-09 Richard M. Stallman <rms@gnu.org>
10658
10659 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
10660 Unset CDPATH to prevent cd from generating output.
10661
10662 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
10663
10664 * update-subdirs: Also ignore CVS subdirs.
10665
10666 1999-10-07 Gerd Moellmann <gerd@gnu.org>
10667
10668 * Makefile.in (install-arch-indep): Add ada-mode.
10669
10670 1999-10-06 Dave Love <fx@gnu.org>
10671
10672 * Makefile.in: Add rules for config.status, configure.
10673
10674 1999-09-07 Gerd Moellmann <gerd@gnu.org>
10675
10676 * configure.in (--with-sound): Remove.
10677
10678 1999-08-30 Gerd Moellmann <gerd@gnu.org>
10679
10680 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
10681 the test for Xaw3d.
10682 (HAVE_TIFF): Add -lm to library check.
10683
10684 1999-08-28 Richard Stallman <rms@gnu.org>
10685
10686 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
10687 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
10688 after the other X-related libraries.
10689
10690 1999-08-21 Dave Love <fx@gnu.org>
10691
10692 * configure.in: Don't check for jpeglib.h.
10693
10694 1999-08-20 Gerd Moellmann <gerd@gnu.org>
10695
10696 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
10697 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
10698
10699 1999-08-18 Dave Love <fx@gnu.org>
10700
10701 * configure.in: Check for termcap.h.
10702
10703 1999-08-15 Gerd Moellmann <gerd@gnu.org>
10704
10705 * configure.in: Add --with-toolkit-scroll-bars. If "no",
10706 use Emacs' scroll bars, even if configured for Motif or when
10707 Xaw3d is available.
10708
10709 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
10710
10711 * configure.in: Check for getaddrinfo.
10712
10713 1999-08-04 Eli Zaretskii <eliz@gnu.org>
10714
10715 * config.bat: Make --no-debug work again by removing -gcoff.
10716
10717 1999-07-30 Dave Love <fx@gnu.org>
10718
10719 * configure.in: Check for stdlib.h.
10720
10721 1999-07-19 Dave Love <fx@gnu.org>
10722
10723 * configure.in: Grok sparc64-*-linux-gnu*.
10724
10725 1999-07-12 Richard Stallman <rms@gnu.org>
10726
10727 * Version 20.4 released.
10728
10729 1999-06-23 Karl Heuer <kwzh@gnu.org>
10730
10731 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
10732 Quote $EMACS, in case it's a program with args.
10733
10734 1999-06-15 Gerd Moellmann <gerd@gnu.org>
10735
10736 * configure.in (HAVE_GIF): Use libungif instead of libgif
10737 because the former doesn't contain patented compression code.
10738
10739 1999-05-29 Richard M. Stallman <rms@gnu.org>
10740
10741 * configure.in: Delete the Kerberos stuff.
10742
10743 1999-05-27 Greg Hudson <ghudson@mit.edu>
10744
10745 * configure.in: Prefer kerberos 5 names.
10746
10747 1999-04-26 Richard M. Stallman <rms@gnu.org>
10748
10749 * configure.in: Check for libXp.
10750
10751 1999-04-08 Richard Stallman <rms@gnu.org>
10752
10753 * make-dist: Include change logs in subdirs of `lisp'.
10754
10755 1999-04-05 Richard Stallman <rms@gnu.org>
10756
10757 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
10758 (install-arch-indep): Make ${datadir}/emacs world-readable.
10759
10760 1999-03-30 Eli Zaretskii <eliz@gnu.org>
10761
10762 * config.bat: Use epaths.* instead of paths.*.
10763
10764 1999-03-07 Eli Zaretskii <eliz@gnu.org>
10765
10766 * INSTALL: Add detailed instructions to unpack and install
10767 intlfonts on MS-DOS.
10768
10769 1999-02-26 Richard Stallman <rms@gnu.org>
10770
10771 * configure.in: Use epaths.h and epaths-force instead of paths...
10772
10773 * Makefile.in (epaths-force): Rename from paths-force;
10774 operate on epaths.in and produce epaths.h.
10775
10776 1999-02-24 Richard Stallman <rms@gnu.org>
10777
10778 * make-dist: Fix nt/icons directory handling.
10779
10780 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
10781
10782 * configure.in (f301-fujitsu-uxpv4.1): New target.
10783
10784 1999-02-20 Richard Stallman <rms@gnu.org>
10785
10786 * make-dist (tempparent): Fix command to update info files.
10787
10788 1999-02-09 Richard Stallman <rms@gnu.org>
10789
10790 * configure.in (powerpc-apple-netbsd*): New alternative.
10791
10792 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
10793
10794 * make-dist: Include the new directory nt/icons in distributions.
10795
10796 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10797
10798 * configure.in: Change message about HAVE_XFREE386.
10799
10800 1999-01-07 Eli Zaretskii <eliz@gnu.org>
10801
10802 * config.bat: Support configuring with leim.
10803
10804 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
10805
10806 * configure.in (mips-sgi-irix6.5): New target.
10807
10808 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10809
10810 * configure.in: Remove GSS-API support, since it has been removed
10811 from movemail.
10812
10813 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10814
10815 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
10816
10817 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
10818
10819 * Makefile.in: Don't install customize info file.
10820 Run install-info on viper info file.
10821
10822 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10823
10824 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
10825
10826 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10827
10828 * configure.in (*-*-bsdi4*): New target.
10829
10830 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
10831
10832 * configure.in: Fix previous change.
10833
10834 1998-11-11 Richard Stallman <rms@gnu.org>
10835
10836 * configure.in (aviion-intel): New machine.
10837
10838 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10839
10840 * configure.in (mips-nec-sysv4*): New target.
10841
10842 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10843
10844 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
10845 from lisp.
10846
10847 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10848
10849 * make-dist: Don't include fns*.el in dist.
10850
10851 1998-10-30 Dave Love <fx@gnu.org>
10852
10853 * configure.in: Don't mkdir cpp.
10854
10855 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10856
10857 * Makefile.in (install-arch-dep): Install src/fns-*.el in
10858 ${archlibdir}.
10859
10860 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10861
10862 * Version 20.3 released.
10863
10864 1998-07-30 Paul Eggert <eggert@twinsun.com>
10865
10866 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
10867 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
10868 (lwlib/Makefile, leim/Makefile):
10869 Prepend $(srcdir)/ to rule dependencies outside this dir.
10870
10871 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10872
10873 * configure.in: Use unset CDPATH instead of making it empty.
10874
10875 1998-06-20 Karl Heuer <kwzh@gnu.org>
10876
10877 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
10878
10879 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10880
10881 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
10882 and default.el. Sort the results.
10883
10884 1998-05-31 Karl Heuer <kwzh@gnu.org>
10885
10886 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
10887 writable.
10888
10889 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10890
10891 * Makefile.in (install-arch-indep):
10892 Don't alter site-lisp/subdirs.el if it exists.
10893
10894 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10895
10896 * Makefile.in (install-arch-indep): Put `-' on commands to create
10897 subdirs.el in site-lisp dirs.
10898
10899 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
10900
10901 * Makefile.in (install-arch-indep): Fix typo in previous change.
10902
10903 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
10904
10905 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
10906
10907 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
10908
10909 * Makefile.in (mkdir): Create the site-lisp dirs.
10910 (install-arch-indep): Make site-lisp/subdirs files world-readable.
10911
10912 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
10913
10914 * Makefile.in (INSTALL_INFO): New variable.
10915 (install-arch-indep): Don't replace the dir file if it already exists.
10916 Use the install-info program, via INSTALL_INFO, to add entries.
10917 Make the `info' subdir and the Info files world-readable.
10918
10919 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
10920
10921 * config.bat: Make sure the environment is large enough to support
10922 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
10923
10924 1998-04-10 Karl Heuer <kwzh@gnu.org>
10925
10926 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
10927
10928 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10929
10930 * configure.in: Add --with-gssapi to specify GSS-API
10931 authentication support for movemail.
10932
10933 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10934
10935 * Makefile.in (install-arch-indep): Fix previous change.
10936
10937 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10938
10939 * Makefile.in (info): Run man in build dir, not srcdir.
10940
10941 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10942
10943 * Makefile.in (install-arch-indep): Fix previous change.
10944
10945 1998-03-23 Kenichi Handa <handa@etl.go.jp>
10946
10947 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
10948
10949 1998-03-22 Richard Stallman <rms@gnu.org>
10950
10951 * Makefile.in (install-arch-indep): Put special subdirs.el files
10952 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
10953
10954 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
10955
10956 * make-dist: Fix shell syntax in check for missing .el or .elc files.
10957
10958 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
10959
10960 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
10961 (m68*-hp-hpux*): Handle versions 1X like 10.
10962
10963 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
10964
10965 * make-dist: PROBLEMS is now in etc, not top level dir.
10966
10967 * Makefile.in (SOURCES): Delete PROBLEMS.
10968
10969 1998-02-25 Richard Stallman <rms@gnu.org>
10970
10971 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
10972
10973 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
10974
10975 1998-01-17 Richard Stallman <rms@gnu.org>
10976
10977 * Makefile.in (install-arch-indep): Add semicolon before `else'.
10978
10979 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
10980
10981 * make-dist (tempparent): New option --no-check.
10982
10983 * make-dist: Don't do anything with cpp directory.
10984
10985 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
10986
10987 * configure.in (sparc-fujitsu-sysv4*): New target.
10988
10989 1997-12-17 Andreas Schwab <schwab@gnu.org>
10990
10991 * configure.in: Cache more tests. Add missing quotes around
10992 message with embedded comma.
10993
10994 1997-12-04 Karl Heuer <kwzh@gnu.org>
10995
10996 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
10997
10998 1997-11-26 Joel N. Weber II <devnull@gnu.org>
10999
11000 * make-dist: Changed the comment about `umask 0' to say `Don't
11001 restrict access to any files.'; previously it said `Don't protect
11002 any files', which may have implied that we think fascism is good.
11003
11004 1997-11-24 Paul Eggert <eggert@twinsun.com>
11005
11006 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
11007 strftime needs the underlying host's strftime for locale dependent
11008 formats.
11009
11010 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
11011
11012 * configure.in (i586-dg-dguxR4.*): New name in case branch.
11013
11014 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
11015
11016 * config.bat: Configure the man subdirectory.
11017
11018 1997-11-07 Paul Eggert <eggert@twinsun.com>
11019
11020 * configure.in (AC_CHECK_LIB): Add -lintl.
11021
11022 1997-11-07 Karl Heuer <kwzh@gnu.org>
11023
11024 * make-dist (check for .elc files): Avoid bash-specific syntax.
11025 (check for overflow 14-char limit): Simplify.
11026
11027 1997-11-07 Richard Stallman <rms@gnu.org>
11028
11029 * Makefile.in (install): Move blessmail last.
11030
11031 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11032
11033 * configure.in (gettimeofday, one arg or two):
11034 Clarify messages by avoiding double negative.
11035
11036 1997-09-30 Karl Eichwalder <ke@suse.de>
11037
11038 * Makefile.in (install-arch-indep): Install the widget info file.
11039
11040 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11041
11042 * configure.in (with-pop, with-kerberos): Need to check Kerberos
11043 libraries in reverse order, so that libraries will appear in the
11044 correct dependency order on the link line (and so that the
11045 configure checks themselves will work properly when early
11046 libraries depend on later ones).
11047
11048 1997-09-21 Erik Naggum <erik@naggum.no>
11049
11050 * make-dist (making links to `src'): Keep timestamp on copied files.
11051
11052 * make-delta: New script to produce delta distributions.
11053
11054 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11055
11056 * Version 20.2 released.
11057
11058 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11059
11060 * Version 20.1 released.
11061
11062 * Makefile.in (install-leim): Depend on mkdir.
11063 (leim): Depend on src.
11064
11065 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11066
11067 * configure.in: Recognize alpha* instead of just alpha.
11068
11069 1997-09-12 Paul Eggert <eggert@twinsun.com>
11070
11071 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
11072
11073 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11074
11075 * update-subdirs: Use rm -f.
11076
11077 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11078
11079 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
11080 Ignore subdirs named Old.
11081
11082 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
11083
11084 * configure.in: Add OpenBSD clause to set $machine.
11085
11086 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11087
11088 * make-dist: Recompile everything after updating various Lisp files.
11089 Recompile in leim as well as lisp.
11090 Check in leim as well as lisp for mismatched files and too-long names.
11091
11092 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11093
11094 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
11095
11096 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11097
11098 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
11099 before trying to copy anything from it.
11100
11101 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11102
11103 * Makefile.in (man/Makefile): New target.
11104 (tags): Define env var EMACS and run Makefile from build dir.
11105
11106 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
11107
11108 * config.bat: If src/_gdbinit doesn't exist, try using
11109 src/.gdbinit to create it (for building on Windows 95).
11110
11111 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11112
11113 * Makefile.in (install-arch-indep):
11114 Discard extra data in tar | tar pipes.
11115
11116 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
11117
11118 * configure.in (x_default_search_path):
11119 Corrected '${x_library}' to '${x_library}/X11'.
11120
11121 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11122
11123 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
11124
11125 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11126
11127 * configure.in: Support auto-configuration of both Kerberos V4 and
11128 Kerberos V5 for movemail, including detection of V4 and V5 header
11129 files and libraries.
11130
11131 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
11132
11133 * configure.in: Compute x_default_search_path
11134 and substitute into makefiles.
11135
11136 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
11137
11138 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11139
11140 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
11141
11142 1997-08-07 Erik Naggum <erik@naggum.no>
11143
11144 * configure.in: Remove lockdir, it is no longer needed.
11145 * Makefile.in (mkdir): Don't create lockdir.
11146 (lockdir): Variable deleted.
11147 (paths-force): Don't operate on PATH_LOCK.
11148
11149 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11150
11151 * leim-Makefile.in (clean, distclean): New targets.
11152
11153 * make-dist: Include leim/ChangeLog in leim distribution.
11154
11155 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11156
11157 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
11158
11159 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11160
11161 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
11162
11163 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11164
11165 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
11166
11167 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11168
11169 * make-dist: Update leim/leim-list.el.
11170 Pass along value of $EMACS when updating lisp dir.
11171
11172 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
11173
11174 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
11175 prerequisite to the use of Doug Lea's malloc.
11176
11177 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11178
11179 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
11180
11181 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
11182
11183 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11184
11185 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
11186
11187 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11188
11189 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
11190 to news-r6.h.
11191
11192 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
11193
11194 * config.bat: Use `sed' instead of `cp', which might not be
11195 installed.
11196
11197 1997-07-09 Kenichi Handa <handa@etl.go.jp>
11198
11199 * Makefile.in (mostlyclean): Add cleaning leim directory.
11200 (clean, distclean, maintainer-clean): Likewise.
11201
11202 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11203
11204 * make-dist (bogosities): Check subdirs of `lisp' also.
11205
11206 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11207
11208 * make-dist (etc): Really avoid symlinks now.
11209 (lisp): Don't delete from subdirs the things we never copy.
11210
11211 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
11212
11213 * Makefile.in (install-arch-indep): Correct the target name.
11214 The first letter `i' was dropped by the previous change of mine.
11215
11216 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11217
11218 * configure.in (leim/Makefile): Generate this.
11219 (*-sysv4.2uw*): Recognize new alternative.
11220
11221 * leim-Makefile.in: Renamed from leim-Makefile.
11222
11223 * make-dist: Set up real-leim subdirectory,
11224 with the real contents of leim; then move it to
11225 a separate top-level directory.
11226
11227 * make-dist: Don't mention site-lisp, site-init, site-start
11228 or default, when listing files hat are not compiled and should be.
11229
11230 * configure.in: Create src/config.stamp at the end.
11231
11232 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11233
11234 * Makefile.in (install-leim): Correct previous change.
11235
11236 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
11237
11238 * Makefile.in (install-leim): New target.
11239 (install): Depend on install-leim.
11240
11241 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
11242
11243 * Makefile.in (SUBDIR): Add leim.
11244 (SUBDIR_MAKEFILES): Add leim/Makefile.
11245 (leim/Makefile): New target.
11246
11247 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11248
11249 * leim-Makefile: New file.
11250 * make-dist: Initialize a `leim' subdirectory with that makefile.
11251
11252 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11253
11254 * configure.in (GNU_MALLOC_reason): Fix message text.
11255
11256 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11257
11258 * make-dist (lisp): Don't process subdirs that start with =.
11259 (etc): Copy symlinks, as in src.
11260
11261 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11262
11263 * configure.in (i*86-*-unixware*): New alternative.
11264
11265 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11266
11267 * Makefile.in (src/config.stamp): Target renamed from src/config.h
11268 and touch it explicitly.
11269
11270 * configure.in (mips-sony-newsos6*): New alternative.
11271 (mips-*-linux-gnu*): New alternative.
11272 (*-*-bsdi*): New alternative.
11273 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
11274
11275 1997-06-22 Dave Love <d.love@dl.ac.uk>
11276
11277 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
11278 (src/config.h): New target to re-configure if src/config.in is patched.
11279
11280 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11281
11282 * configure.in (shutdown): Check for `shutdown' function.
11283
11284 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
11285
11286 * update-subdirs: Include the directory "language" in subdirs.
11287
11288 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11289
11290 * configure.in (m88k-dg-dgux4*): New alternative.
11291 (alpha-*-netbsd*): New alternative.
11292 (powerpcle-*-solaris2*): New alternative.
11293
11294 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11295
11296 * make-dist: Warn about .el files that are not compiled.
11297
11298 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11299
11300 * Makefile.in (dist): Don't run update-subdirs here,
11301 since make-dist now gets that done.
11302
11303 * make-dist: Use the new `updates' target in lisp/Makefile.
11304
11305 * make-dist: Use new non-file targets in lisp/Makefile.
11306
11307 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11308
11309 * make-dist: Handle all subdirs of `lisp' uniformly.
11310 Don't handle `term' and `language' specially.
11311 Clear out umask at the beginning.
11312
11313 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11314
11315 * make-dist: Use Make to update finder-inf.el and autoloads.
11316 Also update cus-load.el.
11317
11318 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
11319
11320 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
11321 in case it is desirable to disable the GNU malloc features with glibc.
11322
11323 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
11324
11325 * configure.in (DOUG_LEA_MALLOC):
11326 Define if malloc_{get,set}_state exist.
11327
11328 1997-03-05 Kenichi Handa <handa@etl.go.jp>
11329
11330 * make-dist: Make links for files under lisp/language.
11331
11332 1997-02-20 Kenichi Handa <handa@etl.go.jp>
11333
11334 * update-subdirs: Exclude the directory "language" from subdirs.
11335
11336 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
11337
11338 * configure.in: Check for rint and cbrt.
11339
11340 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11341
11342 * make-dist: Use $EMACS to say where to run Emacs.
11343 Add --no-update option.
11344
11345 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11346
11347 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
11348
11349 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11350
11351 * make-dist (copying src): Check thoroughly for symlinks
11352 and copy them in all cases. Regularize the linking of *.in
11353 and *.opt and ChangeLog files.
11354 (copying lib-src): Likewise.
11355 Don't rm getdate.c or y.tab.*--they don't exist any more.
11356
11357 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
11358
11359 * configure.in: Check for libmail, maillock.h and
11360 touchlock (for movemail).
11361
11362 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11363
11364 * configure.in (limits.h): Check for this file.
11365
11366 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11367
11368 * configure.in (rs6000-ibm-aix4.2): New alternative.
11369 (rs6000-ibm-aix4.0): New alternative.
11370 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
11371
11372 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
11373
11374 * configure.in: Recognize vax-*-netbsd*.
11375
11376 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11377
11378 * configure.in (locallisppath): Add leim directory.
11379
11380 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
11381
11382 * config.bat: Make sure `mv' supports forward slashes and -f.
11383
11384 1996-10-28 Christian Limpach <chris@nice.ch>
11385
11386 * configure.in (hppa*-next-nextstep*): * added after hppa
11387 to accept hppa1.0 and hppa1.1.
11388
11389 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
11390
11391 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
11392 * configure.in (ld_switch_machine): Fix typo.
11393
11394 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11395
11396 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
11397 from config.h and use them in $ac_link.
11398
11399 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
11400
11401 * configure.in: Create a subdir named `lisp'.
11402
11403 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11404
11405 * configure.in: Check for getcwd.
11406
11407 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11408
11409 * configure.in: Check for termios.h. Check for setpgid.
11410
11411 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11412
11413 * configure.in: Check for setrlimit.
11414
11415 1996-08-31 Paul Eggert <eggert@twinsun.com>
11416
11417 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
11418
11419 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11420
11421 * configure.in: Check for utimes.
11422
11423 * configure.in: Check for com_err library, but only
11424 if --with-kerberos was used. Check for krb and des
11425 only if --with-kerberos.
11426
11427 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11428
11429 * Makefile.in (INSTALL_STRIP): New variable.
11430 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
11431 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
11432
11433 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11434
11435 * configure.in: Check for krb and des libraries.
11436
11437 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11438
11439 * configure.in (*-sunos4.1.[3-9]*noshare):
11440 Use sunos413, not sunos4-1-3.
11441 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
11442 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
11443
11444 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11445
11446 * Makefile.in (src/paths.h): Target deleted.
11447 (paths-force): Delete all dependencies on this target
11448 but don't delete the target.
11449 (install): Depend on `all'.
11450 (paths-force): Don't print a message.
11451
11452 * configure.in: Generate src/paths.h here.
11453
11454 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11455
11456 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
11457 New variables that affect linking only.
11458 (alpha-dec-osf*): Use those instead of previous change.
11459
11460 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11461
11462 * Makefile.in (install-arch-indep): Install info/messages.
11463
11464 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11465
11466 * Version 19.33 released.
11467
11468 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
11469
11470 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
11471 Fix previous change.
11472
11473 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11474
11475 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
11476 New alternative.
11477
11478 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11479
11480 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
11481 and NON_GCC_TEST_OPTIONS.
11482
11483 1996-08-06 Paul Eggert <eggert@twinsun.com>
11484
11485 * configure.in (LOCALTIME_CACHE): Don't put a string literal
11486 "TZ=..." in environ.
11487
11488 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11489
11490 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
11491
11492 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11493
11494 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
11495 the more general *-sunos4.1.[3-9]* clause.
11496
11497 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11498
11499 * Version 19.32 released.
11500
11501 * configure.in (*-sco3.2v5*):
11502 Set OVERRIDE_CPPFLAG to a string of one space.
11503 Fix the code that uses OVERRIDE_CPPFLAG.
11504
11505 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
11506
11507 * configure.in: Undo previous change.
11508
11509 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11510
11511 * config.sub: Use `pc', not `unknown', when canonicalizing
11512 the vendor for ...86.
11513
11514 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
11515
11516 * configure.in: Check for termios.h header.
11517
11518 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
11519
11520 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
11521
11522 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
11523
11524 * configure.in: Split bsdos2 and bsdos2-1.
11525
11526 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11527
11528 * config.sub: If last two words are not a recognized
11529 KERNEL-OS pair, use just the last word as OS, as in 19.31.
11530 Make conversion of gnu/linux to linux-gnu really work.
11531
11532 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
11533
11534 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11535
11536 * configure.in (check for using Lucid widgets by default):
11537 Eliminate indentation that confuses some compilers.
11538
11539 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11540
11541 * config.sub: Convert linux and gnu/linux to linux-gnu.
11542
11543 * make-dist: Don't update getdate.c.
11544 Ignore =... files when checking for too-long Lisp file names.
11545
11546 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11547
11548 * configure.in (euidaccess): Check for that, not for eaccess.
11549
11550 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11551
11552 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
11553 before `noshare'.
11554 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
11555
11556 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11557
11558 * configure.in: Rename lignux to linux-gnu in configuration names.
11559 Use gnu-linux as the opsys value (s/ file name).
11560 Allow i686 just like i386, i486, i586.
11561
11562 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11563
11564 * configure.in (i*86-*-sco3.2v5): New alternative.
11565 (OVERRIDE_CPPFLAG): New variable.
11566 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
11567
11568 * configure.in: Specify vpath for .texi files.
11569
11570 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11571
11572 * configure.in: Always check for HAVE_X11R5.
11573 Separately decide whether to use a toolkit by default.
11574
11575 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
11576
11577 * configure.in: If X11R5 is missing the Xaw headers,
11578 default to --with-x-toolkit=no.
11579
11580 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11581
11582 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
11583
11584 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11585
11586 * Makefile.in (install-arch-indep): If cd etc makes output,
11587 don't treat that as part of the tar data.
11588 Check that ./lisp actually exists.
11589
11590 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
11591
11592 * make-dist: Check for long file names.
11593
11594 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11595
11596 * Version 19.31 released.
11597
11598 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11599
11600 * configure.in: Recognize sparc-*-lignux.
11601
11602 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
11603
11604 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
11605 Don't include config.w95.
11606
11607 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
11608
11609 * make-dist: Replace --no-clean-up and --no-tar options
11610 with --clean-up and --tar, so that the default is useful.
11611
11612 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
11613
11614 * config.bat: Make sure the GDB init file is called src/_gdbinit;
11615 if not, tell the user to rename it and abort.
11616
11617 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
11618
11619 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
11620 test program.
11621
11622 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11623
11624 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
11625
11626 * make-dist (MANIFEST): Fix previous change.
11627 (msdos): Put mainmake.v2 into the dist.
11628
11629 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
11630
11631 * make-dist: Exit if autoconf fails.
11632
11633 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
11634
11635 * config.bat: Set djgpp-ver, and unset it at the end.
11636 Add a number of conditionals for DJGPP version 2.
11637 Rename label libsrc2 to libsrc3.
11638 Substitute for LDFLAGS in src/Makefile.
11639 Substitute for ALL_CFLAGS in lib-src/Makefile.
11640
11641 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11642
11643 * configure.in (ncurses): Check this after checking fns like strerror.
11644
11645 1996-04-08 Erik Naggum <erik@naggum.no>
11646
11647 * make-dist (MANIFEST): Don't include lines from =files.
11648
11649 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11650
11651 * make-dist: Don't put lisp/dired.todo in the dist.
11652
11653 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
11654
11655 * configure.in (HAVE_NCURSES): Look for library named ncurses.
11656
11657 * configure.in (setlocale): Check for it.
11658
11659 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
11660
11661 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11662
11663 * configure.in: Use lignux instead of linux as value of opsys.
11664
11665 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11666
11667 * Makefile.in (install-strip): Fix whitespace.
11668 Get rid of continuation.
11669
11670 * config.sub: Convert linux or gnu/linux to lignux.
11671
11672 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11673
11674 * configure.in: Accept lignux in configuration name.
11675
11676 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11677
11678 * Makefile.in (install-strip): New target.
11679
11680 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11681
11682 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
11683 -f failed to do the job on Suns.
11684
11685 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11686
11687 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
11688
11689 * configure.in (linux/version.h): Check for this header.
11690
11691 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
11692
11693 * configure.in: Remove -fno-builtin hackery from -lm check.
11694
11695 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
11696
11697 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
11698 just this test.
11699
11700 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
11701
11702 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11703
11704 * configure.in: Check for ncurses.
11705
11706 1996-02-28 Paul Eggert <eggert@twinsun.com>
11707
11708 * configure.in (LOCALTIME_CACHE):
11709 Also define if localtime mishandles unsetting TZ.
11710 This works around a localtime bug in mips-dec-ultrix.
11711
11712 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11713
11714 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
11715
11716 * configure.in: Improve messages about X versions.
11717
11718 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11719
11720 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
11721
11722 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11723
11724 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
11725 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
11726
11727 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
11728 (install): Put install-arch-indep before install-arch-dep.
11729
11730 1996-02-20 Dave Love <d.love@dl.ac.uk>
11731
11732 * INSTALL: Clarify info about MS-DOS path handling.
11733
11734 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11735
11736 * Makefile.in (install-arch-indep): Install info/ccmode*.
11737 In previous change, protect against /bin/pwd returning null string.
11738
11739 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11740
11741 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
11742 to lispdir.
11743
11744 1996-02-01 Paul Eggert <eggert@twinsun.com>
11745
11746 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
11747
11748 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11749
11750 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
11751
11752 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11753
11754 * Makefile.in (extraclean): Use ${top_distclean} to ensure
11755 we delete everything distclean deletes.
11756
11757 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
11758
11759 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
11760
11761 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11762
11763 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
11764 into LDFLAGS instead of into LIBS.
11765
11766 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11767
11768 * configure.in (HAVE_XMU): Fix typo in previous change.
11769
11770 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11771
11772 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
11773
11774 1996-01-10 Erik Naggum <erik@naggum.no>
11775
11776 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
11777
11778 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
11779
11780 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
11781
11782 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11783
11784 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
11785 and use -lXt to link it.
11786
11787 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11788
11789 * configure.in (locallisppath): Put version-specific dir first.
11790
11791 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11792
11793 * configure.in (hppa-*-nextstep*): New alternative.
11794 (USE_X_TOOLKIT): By default, set this to "maybe";
11795 and change that later to LUCID or "no" according to X11 version.
11796
11797 * make-dist: Recompile outdated .elc files and update all autoloads.
11798
11799 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11800
11801 * configure.in (locallisppath): Fix typo in last change: " -> '.
11802
11803 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11804
11805 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
11806
11807 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11808
11809 * Makefile.in (install-arch-indep): Give all files read permission.
11810
11811 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11812
11813 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
11814 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
11815
11816 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11817
11818 * configure.in: Determine HAVE_X11R6.
11819 (HAVE_MENUS): Rename from HAVE_X_MENU.
11820
11821 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11822
11823 * configure.in: Just "solaris" now defaults to version 2.4.
11824 Add sunos4.1.n-noshare as alternative.
11825
11826 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11827
11828 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
11829
11830 1995-11-29 Erik Naggum <erik@naggum.no>
11831
11832 * Makefile.in (install-arch-indep): Add missing backslash.
11833
11834 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
11835
11836 * Makefile.in (install-arch-indep): Don't install
11837 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
11838
11839 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11840
11841 * Makefile.in (install-arch-indep): Fix previous change.
11842
11843 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
11844
11845 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11846
11847 * Version 19.30 released.
11848
11849 * make-dist (lisp): Exclude subdirs.el.
11850
11851 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11852
11853 * make-dist (etc): Delete *.orig and *.rej.
11854
11855 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11856
11857 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
11858
11859 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11860
11861 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
11862
11863 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
11864
11865 * make-dist (nt): Rename install, readme, and todo to
11866 INSTALL, README, and TODO.
11867
11868 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11869
11870 * make-dist (lisp): Don't distribute site-start.
11871
11872 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
11873
11874 * make-dist: Break the hard link on alloca.c.
11875
11876 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11877
11878 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
11879
11880 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11881
11882 * make-dist (src, lib-src): Don't distribute Makefile.c.
11883 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
11884
11885 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11886
11887 * Makefile.in (mkdir): Create man1dir, not mandir.
11888 (uninstall): Use man1dir, not mandir.
11889
11890 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11891
11892 * Makefile.in (man1dir): New variable.
11893 (install-arch-indep): Use man1dir.
11894
11895 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
11896
11897 * make-dist: Create lisp/MANIFEST.
11898
11899 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11900
11901 * configure.in (m68k-*-linux*): New alternative.
11902
11903 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11904
11905 * make-dist: Use new names config.in, paths.in, and
11906 {src,lib-src}/Makefile.in.
11907
11908 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11909
11910 * configure.in: Don't bother checking for drem.
11911
11912 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11913
11914 * Makefile.in (distclean): Delete line with just a tab in it.
11915 (install-arch-indep): Delete spaces that precede tabs.
11916 Delete spurious `fi' left from previous change.
11917 (install): Supply `true' as command, to avoid null command.
11918
11919 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11920
11921 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
11922
11923 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11924
11925 * configure.in (powerpc-*-solaris2): New alternative.
11926
11927 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
11928
11929 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
11930 of paths.h.tmp$$, to avoid going beyond 14 characters.
11931
11932 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11933
11934 * configure.in: Improve error msg for invalid --with-x-toolkit value.
11935
11936 1995-09-06 Paul Eggert <eggert@twinsun.com>
11937
11938 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
11939 if localtime caches TZ. Check for tzset.
11940
11941 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11942
11943 * config.bat: Simplify using new names file names src/makefile.in,
11944 config.in, paths.in. Change Echo commands not to use `.
11945
11946 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11947
11948 * Makefile.in (install-arch-indep): Always install the new dir file;
11949 rename the previous dir file to dir.bak or dir.old.
11950
11951 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11952
11953 * configure.in (RANLIB): Substitute this into makefiles.
11954 Set it specially on solaris; set it by default on other systems.
11955
11956 * configure.in: Fix previous Alpha change.
11957
11958 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11959
11960 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
11961 NON_GCC_TEST_OPTIONS.
11962
11963 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11964
11965 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
11966 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
11967
11968 * configure.in (alpha-*-linux*): New configuration.
11969
11970 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11971
11972 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
11973 (m68k-next-nextstep*): New alias for that.
11974 (i*86-*-nextstep*): Use nextstep.h.
11975 (sparc-*-nextstep*): New configuration.
11976
11977 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11978
11979 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
11980 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
11981
11982 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11983
11984 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
11985 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
11986
11987 1995-07-18 Mike Long <mike.long@analog.com>
11988
11989 * make-dist: Fix update of finder-inf.el, and byte-compile it.
11990
11991 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11992
11993 * Makefile.in (src/paths.h, paths-force):
11994 Rename src/paths.h.in to src/paths.in.
11995 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
11996
11997 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
11998 Use Makefile.c for intermediate file.
11999 Rename src/config.h.in to src/config.in.
12000
12001 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
12002
12003 * configure.in (mips-dec-ultrix*): Assume version 4.3.
12004 (mips-dec-ultrix4.[12]): New alternative for old versions.
12005
12006 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12007
12008 * make-dist: Don't break intra-tree links.
12009
12010 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12011
12012 * configure.in: Put back archlibdir initialization.
12013 Require autoconf 2.4.1 or later.
12014
12015 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12016
12017 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
12018 (mips-mips-riscos5*): New alternative.
12019
12020 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12021
12022 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
12023
12024 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12025
12026 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
12027 (mandir, infodir, archlibdir): Initializations deleted.
12028
12029 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
12030 On hpux9shr, use hpux9shxr4.h.
12031
12032 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
12033
12034 * configure.in: Added target mips-dec-mach_bsd4.3.
12035 * config.guess: Guess mips-dec-mach_bsd4.3.
12036
12037 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12038
12039 * Makefile.in (mkdir): Use symbolic chmod.
12040
12041 1995-06-22 Paul Eggert <eggert@twinsun.com>
12042
12043 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
12044 SunOS 4.1.5 through 4.1.9, should they ever exist.)
12045
12046 1995-06-22 Paul Eggert <eggert@twinsun.com>
12047
12048 * Makefile.in (SUBDIR_MAKEFILES):
12049 Add man/Makefile, so `make distclean' removes it.
12050 (top_distclean): Add config.log to the list of files to be removed.
12051
12052 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12053
12054 * Version 19.29 released.
12055
12056 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12057
12058 * configure.in: Fix the previous change to verify that the -b
12059 option really solves the problem.
12060
12061 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
12062
12063 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12064
12065 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
12066
12067 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12068
12069 * configure.in: Report more clearly when there is no special
12070 dir to search for X includes or libraries.
12071
12072 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12073
12074 * configure.in: Check for -lpthreads, not -lpthread.
12075
12076 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
12077
12078 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
12079
12080 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12081
12082 * configure.in: Check for -lpthread.
12083
12084 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12085
12086 * Makefile.in (install-arch-indep): Install info files for mh-e.
12087 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
12088
12089 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12090
12091 * configure.in (*-solaris2.5): New configuration.
12092
12093 * make-dist: Copy new files config.nt and config.w95.
12094
12095 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12096
12097 * configure.in: Use x_includes, not x_libraries, for -I.
12098 Make bitmapdir a colon-separated list.
12099
12100 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
12101
12102 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
12103
12104 * configure.in: Allow x_libraries and x_includes to be paths.
12105
12106 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12107
12108 * configure.in: Fix typo.
12109
12110 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
12111
12112 * INSTALL: Clarify use of site-init.el.
12113
12114 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
12115
12116 * configure.in: Pass arg to sqrt.
12117
12118 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
12119
12120 * make-dist: Fix May 6 change.
12121
12122 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12123
12124 * vpath.sed: Delete reference to ymakefile.
12125
12126 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12127
12128 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
12129
12130 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12131
12132 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
12133
12134 * update-subdirs: Specify /bin/sh to run the script.
12135
12136 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12137
12138 * make-dist: Put src/makefile.nt in dist.
12139
12140 * configure.in (i[345]86-*-bsdi2*): New configuration.
12141 (vax-dec-bsd386*): Delete.
12142
12143 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12144
12145 * configure.in: Make sure CDPATH doesn't mess up PWD check.
12146 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
12147 Use fmod instead of logb in -lm check.
12148
12149 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12150
12151 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
12152 Use bsd4-3. Don't set NON_GNU_CPP.
12153
12154 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
12155 In nt, copy various different things, but not *.cmd.
12156 Fix the ln commands for the subdirs of nt.
12157
12158 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12159
12160 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
12161
12162 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12163
12164 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
12165 since that's what the header file expects.
12166
12167 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
12168
12169 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
12170 and 68040 based machines when choosing options for gnucc.
12171
12172 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12173
12174 * Makefile.in (top_distclean): Delete config.cache.
12175
12176 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12177
12178 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
12179
12180 * configure.in: Use m/ncr386.h.
12181
12182 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12183
12184 * Makefile.in (install-arch-indep): Undo Sep 23 change.
12185
12186 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12187
12188 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
12189 (man): Don't copy texindex.c and getopt.c; they're deleted.
12190 (etc): Omit `e'; it's a subdirectory.
12191 (etc/e): Use `../..', not `..', to reference top level.
12192
12193 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
12194
12195 * Makefile.in (install-arch-indep, dist):
12196 Look for `update-subdir' in $(srcdir).
12197
12198 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12199
12200 * make-dist: Include mkinstalldirs in distribution.
12201
12202 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
12203
12204 * make-dist: Add missing close backquote.
12205
12206 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12207
12208 * make-dist: Don't distribute shortnames directory.
12209
12210 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12211
12212 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
12213
12214 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12215
12216 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
12217
12218 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12219
12220 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
12221
12222 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
12223
12224 * configure.in (mips-sgi-irix6): New configuration.
12225
12226 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
12227
12228 * Makefile.in (maintainer-clean): Rename from realclean.
12229
12230 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12231
12232 * configure.in: Create a .gdbinit that sources the real one,
12233 if using a different build directory.
12234
12235 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
12236
12237 * configure.in: Check for sys/select.h.
12238
12239 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12240
12241 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
12242
12243 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12244
12245 * configure.in: Handle isc 4.1 operating system.
12246
12247 1994-12-10 Richard Stallman <rms@kepa>
12248
12249 * configure.in (rs6000-ibm-aix4.1*): New alternative.
12250 (rs6000-ibm-aix4*): New alternative.
12251
12252 1994-12-06 Richard Stallman <rms@kepa>
12253
12254 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
12255
12256 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
12257
12258 * configure.in: Don't try to make directories that are guaranteed
12259 to already exist.
12260
12261 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12262
12263 * configure.in: Generate man/Makefile from man/Makefile.in.
12264 Create the man subdir.
12265
12266 * Makefile.in (dvi): Run Make in our man subdir.
12267
12268 * make-dist: Create subdir etc/e.
12269 Make links to it.
12270 Put man/Makefile.in in dist, instead of man/Makefile.
12271
12272 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
12273
12274 * configure.in: Add --with-pop, --with-kerberos, and
12275 --with-hesiod for movemail.
12276
12277 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12278
12279 * configure.in (m68*-apollo*): Use s/domain.h.
12280
12281 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12282
12283 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
12284
12285 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
12286
12287 * configure.in: Don't add -I, -L, -R options for cc if their
12288 arguments would be empty.
12289
12290 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12291
12292 * configure.in (i860-intel-osf1*): New alternative.
12293 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
12294 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
12295
12296 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
12297
12298 * configure.in: Make h_errno check not use nested functions.
12299
12300 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
12301
12302 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
12303
12304 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
12305
12306 * Makefile.in (install-arch-indep): Avoid continued comment
12307 swallowing target line.
12308
12309 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
12310
12311 * configure.in: Protect a character class with `changequote'.
12312
12313 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12314
12315 * configure.in: Accept `news' as a synonym for `newsos'.
12316
12317 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
12318
12319 * Makefile.in: Don't rm files if cd fails.
12320
12321 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12322
12323 * make-dist: Put nt subdir and its subdirs in the dist.
12324 (lib-src): Put makefile.nt in the dist.
12325 (lisp): Put makefile.nt in the dist.
12326
12327 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
12328
12329 * configure.in: Change a stray `[' to `test'.
12330
12331 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
12332
12333 * configure.in: Adapt for Autoconf v2. Use the standard argument
12334 parser, host type canonicalizer, X11 finder, and message
12335 printing macros. Use the new macro names. Use `test' instead of `['.
12336
12337 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12338
12339 * configure.in: Check for getpagesize.
12340
12341 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12342
12343 * make-dist (msdos): Put sed* in the distribution.
12344
12345 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
12346
12347 * config.bat: New option, `--with-x', for configuring Emacs
12348 for use with the X11 system DesqView/X.
12349 New option, `--no-debug', for compiling Emacs without debug
12350 information thus saving disk space.
12351 (src/config.h, src/paths.h): Use `update' (which is like
12352 `move-if-changed') to change the file.
12353 (src/config.h): When configuring for X11 perform extra changes.
12354 (src/makefile): When configuring for X11 perform extra changes.
12355 (lib-src): Remove temporary files.
12356 (): Check that `sed', `rm', `mv', and `gcc' are available.
12357
12358 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12359
12360 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
12361
12362 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
12363
12364 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12365
12366 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
12367
12368 * configure.in (canonical): Substitute var into makefiles.
12369 (bitmapdir): Likewise.
12370
12371 * Makefile.in (bitmapdir): New variable.
12372 (src/paths.h, paths-force): Edit PATH_BITMAPS.
12373
12374 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12375
12376 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
12377
12378 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
12379 * update-subdirs: New shell script.
12380
12381 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12382
12383 * Makefile.in (top_distclean): Don't rm build-install.
12384 (SOURCES): Delete build-install.in.
12385
12386 * make-dist: Don't distribute build-ins.in.
12387 * build-ins.in: File deleted.
12388
12389 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
12390
12391 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
12392
12393 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12394
12395 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
12396
12397 * configure.in (libexecdir): Rename from libdir. New default.
12398 (sharedstatedir): Rename from statedir. New default.
12399 (datadir): New default.
12400
12401 * make-dist: Don't distribute subdirs.el.
12402
12403 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12404
12405 * configure.in (eaccess): Check for it.
12406
12407 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12408
12409 * configure.in (mktime): Check for it.
12410
12411 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
12412
12413 * configure.in (motif): Add support for usage and option checking.
12414
12415 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
12416
12417 * configure.in (utimes): Check for it.
12418
12419 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
12420
12421 * Makefile.in (install-arch-indep): Don't do mkdir here.
12422
12423 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12424
12425 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
12426 riscix.h renamed to acorn.h.
12427
12428 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
12429
12430 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
12431 New configurations.
12432
12433 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
12434
12435 * configure.in: Remove trailing slashes from srcdir.
12436
12437 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12438
12439 * configure.in (i[345]86-sequent-ptx*): Handle.
12440
12441 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12442
12443 * Makefile.in (paths-force): Depend on src/paths.h.
12444
12445 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
12446
12447 * configure.in (config_options): Save all arguments, not just some.
12448
12449 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
12450
12451 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
12452
12453 * configure.in: Add AC_AIX.
12454 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
12455
12456 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12457
12458 * configure.in (parsing options): Simplify sed command to delete -'s.
12459
12460 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
12461
12462 * configure.in (config_options): New shell variable.
12463 Pass its value to C code in EMACS_CONFIG_OPTIONS.
12464
12465 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12466
12467 * configure.in (alpha-dec-osf*): New target.
12468
12469 * Makefile.in: Use just one FRC target.
12470
12471 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12472
12473 * Makefile.in (removenullpaths, paths-force):
12474 Use name paths.h.tmp$$, which depends on the pid.
12475
12476 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12477
12478 * Makefile.in (removenullpaths, paths-force):
12479 Put paths.h.tmp in top-level dir, not in src.
12480
12481 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12482
12483 * Version 19.27 released.
12484
12485 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12486
12487 * Version 19.26 released.
12488
12489 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12490
12491 * configure.in: Check for lrand48, not rand48.
12492
12493 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12494
12495 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
12496 (powerpc-ibm-aix*): New aliases.
12497
12498 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12499
12500 * make-dist (src/m, src/s): Put *.inp in distribution.
12501
12502 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12503
12504 * configure.in: Accept i586 and i486 along with i386.
12505
12506 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12507
12508 * configure.in: Do compute unexec, LIBX, system_malloc, etc
12509 even if CPP env var was set by the user.
12510
12511 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
12512
12513 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
12514
12515 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
12516
12517 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12518
12519 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
12520
12521 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12522
12523 * configure.in: Check more specifically for i*86-sun-sunos.
12524
12525 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
12526
12527 * configure.in: Handle solaris 2.4.
12528
12529 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12530
12531 * configure.in (rand48): Check for it.
12532
12533 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12534
12535 * make-dist: Update the info files.
12536
12537 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12538
12539 * configure.in: Make "checking..." messages' style consistent.
12540 (HAVE_H_ERRNO): New test.
12541
12542 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12543
12544 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
12545
12546 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12547
12548 * configure.in (CFLAGS): If the envvar was specified, use that.
12549 And set REAL_CFLAGS from it too.
12550
12551 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12552
12553 * make-dist: Update finder-inf.el.
12554
12555 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12556
12557 * make-dist (msdos): Include sed4.inp in dist.
12558
12559 * Makefile.in (libsrc_libs): Var deleted.
12560
12561 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12562
12563 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
12564
12565 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12566
12567 * configure.in (mips-sony-newsos4*): New alias.
12568
12569 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12570
12571 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
12572 (*-convex-convexos*): Accept this as alias.
12573
12574 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12575
12576 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
12577 for two different uses.
12578
12579 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12580
12581 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
12582
12583 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12584
12585 * make-dist: Put ./BUGS into the distrib.
12586
12587 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12588
12589 * configure.in: Handle 386 running Solaris 2.
12590
12591 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12592
12593 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
12594
12595 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12596
12597 * configure.in (mips-sony-newsos*): Use news-risc.h.
12598
12599 * configure.in: Accept bsdi as opsys, like bsd386.
12600
12601 1994-06-01 Morten Welinder (terra@diku.dk)
12602
12603 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
12604
12605 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12606
12607 * Version 19.25 released.
12608
12609 * make-dist (shortversion): Don't assume another period follows.
12610
12611 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12612
12613 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
12614 (uninstall): Use /bin/pwd.
12615
12616 * Makefile.in (blessmail): Depend on src.
12617 (all): Don't depend on blessmail.
12618
12619 * Makefile.in (src/paths.h): Don't force recomputation.
12620 (paths-force): New target; force recomputation of paths.h.
12621 (all): Depend on paths-force.
12622 (src, lib-src): Depend on src/paths.h.
12623
12624 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
12625 NON_GCC_TEST_OPTIONS.
12626
12627 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12628
12629 * configure.in: Don't insist on subversions for irix.
12630
12631 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12632
12633 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
12634
12635 * configure.in (i[34]86-next-*): New alternative.
12636
12637 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12638
12639 * Version 19.24 released.
12640
12641 * configure.in: New config hppa*-hp-hpux9shr*.
12642
12643 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
12644
12645 * config.bat: Doc fix.
12646
12647 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12648
12649 * Makefile.in (mostlyclean, clean, distclean, realclean)
12650 (extraclean): Don't act on man subdir if it doesn't exist.
12651
12652 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12653
12654 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
12655 Use them to set up CC.
12656 (*-sun-sunos4.1.3): Set them.
12657
12658 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12659
12660 * Makefile.in (lib-src): Don't depend on src/paths.h.
12661
12662 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12663
12664 * build-ins.in (copydests): Get rid of spurious `-'s.
12665
12666 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
12667
12668 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12669
12670 * Version 19.23 released.
12671
12672 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
12673 for the Xlib and Xt checks; then restore old CFLAGS.
12674
12675 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12676
12677 * configure.in (HAVE_X11XTR6): Add newline before #if.
12678 Add newline after #endif.
12679
12680 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12681
12682 * configure.in (HAVE_X11XTR6): Arrange to define it.
12683
12684 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12685
12686 * Makefile.in (install): Depend on blessmail.
12687
12688 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
12689
12690 * configure.in (mips-siemens-sysv*): Put quotes around value
12691 containing blanks.
12692
12693 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12694
12695 * Makefile.in (TAGS): Use the makefile in src subdir.
12696
12697 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12698
12699 * configure.in (opsys): Recognize `gnu'.
12700
12701 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12702
12703 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
12704
12705 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
12706
12707 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
12708 version > 1.8.
12709
12710 1994-05-08 Morten Welinder (terra@diku.dk)
12711
12712 * config.bat: Forcibly remove "# " style comments from makefiles.
12713
12714 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12715
12716 * Makefile.in (uninstall): When processing lispdir and etcdir,
12717 do nothing unless it exists and is a directory.
12718
12719 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12720
12721 * Makefile.in (install-arch-indep): Do install info/dired-x*.
12722 Merge code in from install-doc.
12723 (install-doc): Merge code back into install-arch-indep.
12724 (install-arch-dep): Don't depend on install-doc.
12725
12726 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
12727
12728 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12729
12730 * configure.in (making src/Makefile and lib-src/Makefile):
12731 Split off the autoconf substitutions and don't pass them thru cpp.
12732 (undefs): Use $canonical as well as $configuration.
12733
12734 * make-dist: Distribute lisp/Makefile.
12735
12736 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
12737 Use lower case names for the s files.
12738
12739 1994-05-03 Morten Welinder (terra@diku.dk)
12740
12741 * config.bat: Added possibility for different file name
12742 transcriptions in lib-src.
12743
12744 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12745
12746 * Makefile.in (lib-src): Undo previous change.
12747 (blessmail): New target to run maybe-blessmail in lib-src.
12748 (all): Depend on blessmail.
12749
12750 * Makefile.in (lib-src): Depend on src.
12751
12752 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
12753
12754 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
12755 (m88k-dg-dgux5.4R2): dgux5.4R2.
12756
12757 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12758
12759 * configure.in (window_system): Restore accidentally deleted code
12760 that uses AC_FIND_X.
12761
12762 * make-dist: Distribute config.bat.
12763
12764 1994-04-29 Morten Welinder (terra@diku.dk)
12765
12766 * config.bat: Corrected the configuration of lib-src
12767 to keep up with configure. Add note about dos version 3
12768 or better needed (djgpp needs that). Add note explaining
12769 that either install in c:/emacs or edit the script.
12770 Don't change to c:/emacs, but assume we're there (to minimize
12771 the number of places to change).
12772
12773 * config.bat: Build-in the first step towards X11 support with
12774 the X11 emulator that exists. At this time it won't work,
12775 and several files are missing.
12776
12777 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12778
12779 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
12780 Don't look for -lresolv.
12781
12782 * Makefile.in (lib-src): Depend on src/paths.h.
12783
12784 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12785
12786 * configure.in: Restore deleted AC_SUBST of `configuration'.
12787 Improve error message for bad --with-x-toolkit value.
12788
12789 * configure.in: Define CONFIGURATION in src/config.h
12790 rather than substituting in src/Makefile.in.
12791
12792 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12793
12794 * Makefile.in (install-doc): New target.
12795 (install-arch-dep): Depend on install-doc.
12796 (mkdir): Create docdir.
12797
12798 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12799
12800 * configure.in: Test for libresolv.a.
12801 Substitute machfile and opsysfile.
12802
12803 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12804
12805 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
12806 (install-arch-dep): Install under the name $(EMACS).
12807
12808 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12809
12810 * configure.in (version): Use entire value of emacs-version.
12811 (mips-siemens-sysv*): New alternative.
12812
12813 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12814
12815 * Makefile.in (install-arch-indep): Don't install dired-x*.
12816
12817 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12818
12819 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
12820 Fix definition of $undefs.
12821
12822 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12823
12824 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
12825
12826 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
12827
12828 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
12829
12830 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
12831
12832 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12833
12834 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
12835 and run it thru cpp, as with src/Makefile.in.
12836
12837 * configure.in: Use AC_SET_MAKE.
12838
12839 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12840
12841 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
12842
12843 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12844
12845 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
12846
12847 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
12848 (printing the choices): Make the toolkit message unconditional.
12849 (USE_X_TOOLKIT): Use `none', not `no', if none.
12850 (include libsrc_libs): Include config.h, and specify -I for srcdir.
12851 Get rid of temp file foofoo1.
12852
12853 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12854
12855 * configure.in (CFLAGS): Use shell syntax, not Makefile.
12856
12857 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12858
12859 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
12860 (printing the choices): State choice of toolkit.
12861 (libsrc_libs): Recalculate after writing config.h;
12862 then update lib-src/Makefile.
12863
12864 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12865
12866 * configure.in: Add sunos4shr as alternative for suns.
12867 Conditionals testing for null $CC were backwards.
12868
12869 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12870
12871 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
12872
12873 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12874
12875 * configure.in: Handle -isc4.0*.
12876
12877 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12878
12879 * configure.in (esix5): Set NON_GNU_CPP.
12880
12881 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
12882
12883 * Makefile.in (thisdir): Nonsensical variable removed.
12884 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
12885 back to $thisdir, rather than the directory `this_dir'.
12886
12887 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12888
12889 * Makefile.in (install-arch-indep): Add missing backslash after a
12890 `then'.
12891
12892 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12893
12894 * Makefile.in (thisdir): New variable.
12895 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
12896
12897 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12898
12899 * configure.in: Add freebsd.
12900
12901 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12902
12903 * configure.in: Check for fpathconf.
12904
12905 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12906
12907 * configure.in (with_x_toolkit): Fix typo in previous change.
12908
12909 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12910
12911 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
12912
12913 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12914
12915 * configure.in (with_x_toolkit): Don't allow motif or open-look.
12916
12917 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12918
12919 * configure.in: Fix value of docdir.
12920 * Makefile.in (install-arch-indep): Install DOC* in docdir.
12921
12922 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12923
12924 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
12925
12926 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
12927
12928 * configure.in: New variable docdir to control where the docstring
12929 file goes.
12930 Makefile.in: Use it to initialize PATH_DOC in paths.h.
12931
12932 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12933
12934 * configure.in: When --run-in-place, don't inherit archlibdir.
12935
12936 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12937
12938 * Makefile.in (install-arch-dep, install-arch-indep):
12939 New targets split up former do-install rule.
12940 (do-install): Target deleted.
12941
12942 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12943
12944 * configure.in (mips-sony-newsos*): New configuration.
12945
12946 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
12947
12948 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
12949
12950 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12951
12952 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
12953
12954 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12955
12956 * configure.in: Don't initialize CC.
12957
12958 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12959
12960 * configure.in (creating src/Makefile): Also generate -U switches
12961 for symbols in the $configuration value.
12962
12963 * configure.in: Check for sys_siglist being declared in system header.
12964
12965 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12966
12967 * configure.in (creating src/Makefile): Delete blank lines
12968 along with lines of whitespace.
12969 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
12970
12971 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12972
12973 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
12974 like C_SWITCH_SYSTEM.
12975 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
12976
12977 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12978
12979 * configure.in (drem): Check for this function.
12980
12981 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12982
12983 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
12984 If CPP was inherited from environment, don't use NON_GNU_CPP.
12985 (NON_GNU_CC): Likewise.
12986 (handling with_gcc): Use explicit if in the `no' case.
12987 (cc_specified): New variable; if set, don't use NON_GNU_CC.
12988
12989 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12990
12991 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
12992
12993 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12994
12995 * configure.in: Check whether fmod exists.
12996
12997 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12998
12999 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
13000 {src,lisp}/OChangeLog.
13001
13002 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13003
13004 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
13005 necessary for proper operation. This code works with the current
13006 released version of Autoconf.
13007
13008 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13009
13010 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
13011 (USE_X_TOOLKIT): Define it for all values except `no'.
13012
13013 * configure.in: Undo first Jan 8 change and Jan 16 change.
13014
13015 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13016
13017 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
13018 Substitute USE_X_TOOLKIT as both C macro and Make variable.
13019
13020 * Makefile.in (lwlib/Makefile): New target.
13021 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
13022 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
13023 (unlock, relock): Handle lwlib subdir.
13024
13025 * Makefile.in: Add some .PHONY targets.
13026
13027 * make-dist: Handle lwlib subdir like oldXMenu subdir.
13028
13029 * lwlib: New subdirectory.
13030
13031 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13032
13033 * configure.in: If CPP has a value that is a directory,
13034 discard the value.
13035
13036 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13037
13038 * configure.in (srcdir_undefs): Add g flag to sed substitution to
13039 remove -U[0-9]*.
13040
13041 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13042
13043 * Makefile.in (do-install): Install the dired-x info files.
13044
13045 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
13046 (See src/s/sol2.h.)
13047
13048 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13049
13050 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
13051
13052 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13053
13054 * configure.in (creating src/Makefile): Put code inside 2nd arg to
13055 AC_OUTPUT as it should be; hopefully no one will again see fit to
13056 gratuitously break this and not make a change log entry.
13057 Optimized sed processing of Makefile.in and cpp output; now
13058 preserves comments previously removed from the cpp input.
13059 Eliminated temp file for cpp output. Generate -U switches to
13060 undefine all identifiers that appear in the directory name
13061 ${srcdir}; pass these to cpp.
13062
13063 * configure.in (version): Fix sed regexp to match two-elt version
13064 number.
13065
13066 * configure.in: Check for strerror.
13067
13068 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13069
13070 * configure.in: Test for bcmp.
13071
13072 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13073
13074 * make-dist (tempdir): Put subdir msdos into the distribution.
13075
13076 1993-01-07 Morten Welinder (terra@diku.dk)
13077
13078 * config.bat: New file.
13079
13080 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13081
13082 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
13083
13084 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13085
13086 * configure.in (m68*-next-*): Don't care about which os is specified.
13087 (i[34]86-*-*): Check for *-nextstop*.
13088
13089 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13090
13091 * configure.in: Check for setsid.
13092
13093 1993-12-17 Richard Stallman (rms@srarc2)
13094
13095 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
13096
13097 1993-12-15 Richard Stallman (rms@srarc2)
13098
13099 * Makefile.in (mkdir): Make only the lockdir writable.
13100
13101 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
13102
13103 1993-12-11 Richard Stallman (rms@srarc2)
13104
13105 * Makefile.in (libdir): Use @libdir@.
13106
13107 1993-12-08 Richard Stallman (rms@srarc2)
13108
13109 * Makefile.in (install): Add empty command.
13110
13111 1993-12-04 Richard Stallman (rms@srarc2)
13112
13113 * make-dist: Put man/getopt.c in the dist.
13114
13115 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
13116
13117 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
13118
13119 1993-12-03 Richard Stallman (rms@srarc2)
13120
13121 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
13122 Set it for all solaris versions.
13123 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
13124 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
13125 Likewise for NON_GNU_CC and CC.
13126
13127 1993-12-01 Richard Stallman (rms@srarc2)
13128
13129 * configure.in (mips-mips-riscos4*): Assign variable CC.
13130 (checking ${with_gcc}): If "no", don't override CC if already set.
13131 (CC): Initialize it as empty.
13132
13133 1993-11-30 Richard Stallman (rms@srarc2)
13134
13135 * configure.in (Suns): Set CPP if *-solaris2.3*.
13136
13137 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13138
13139 * Version 19.22 released.
13140
13141 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
13142
13143 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13144
13145 * make-dist: When breaking links, use cp -p.
13146 Copy install.sh into distribution.
13147 Move the temp dir up into the parent dir;
13148 don't leave the staging dir make-dist.tmp... in existence.
13149 * install.sh: New file.
13150
13151 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13152
13153 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
13154
13155 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13156
13157 * configure.in (version): When --run-in-place, exclude
13158 ${datadir}/emacs/site-lisp from locallisppath.
13159
13160 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13161
13162 * configure.in: Delete jumk.c before writing it.
13163
13164 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13165
13166 * Version 19.21 released.
13167
13168 * Makefile.in (mkdir): Ignore error from chmod.
13169
13170 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13171
13172 * make-dist: Don't put lisp/forms.README in the distribution.
13173
13174 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13175
13176 * configure.in (creating src/Makefile): Before running cpp,
13177 discard all lines that start with `# Generated' or /**/#.
13178
13179 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13180
13181 * Version 19.20 released.
13182
13183 * make-dist: Use build-ins.in, not build-install.in.
13184 Don't bother updating TAGS since it's not included.
13185
13186 * build-ins.in: Renamed from build-install.in.
13187
13188 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13189
13190 * make-dist: Don't try to link *.texinfo--there are none now.
13191 When running make in lib-src, specify YACC var value.
13192
13193 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13194
13195 * configure.in (extrasub): Add vpath patterns for %.[yls].
13196
13197 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
13198 Instead just include the commands to make src/Makefile as the
13199 second arg to AC_OUTPUT.
13200
13201 * configure.in: Use : instead of dnl for comment inside
13202 $makefile_command.
13203
13204 * configure.in: No longer use vpath_sed. Instead, when we notice
13205 srcdir already configured, set extrasub to hack vpath in the
13206 makefiles.
13207
13208 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
13209 before moving it.
13210 * Makefile.in (VPATH): Define to @srcdir@.
13211
13212 1993-09-28 Brian J. Fox (bfox@cubit)
13213
13214 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
13215 doesn't exist. Just copy src/Makefile.in instead.
13216 Touch all of the Makefiles after editing config.status.
13217
13218 * INSTALL: Update documentation to match new configuration
13219 mechanism.
13220
13221 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
13222
13223 * configure.in: Allow any of the path or directory Makefile
13224 variables to be set with flags to configure. Create all Makefiles
13225 at configure time. Edit special commands into config.status after
13226 src/Makefile.in is built from src/Makefile.
13227
13228 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
13229 If these files are out of date, simply have config.status
13230 rebuild them; don't rebuild them explicitly.
13231
13232 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
13233
13234 * build-install.in: Change src/xemacs to src/emacs. We no longer
13235 create src/xemacs, so the file wouldn't be found.
13236
13237 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
13238
13239 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
13240
13241 * configure.in: Avoid forcing the search of /usr/include before
13242 fixed include files by resetting C_SWITCH_X_SITE if it is
13243 "-I/usr/include".
13244
13245 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13246
13247 * Makefile.in (@rip_paths@locallisppath):
13248 Delete ${datadir}/emacs/site-lisp.
13249
13250 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13251
13252 * configure.in:
13253 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
13254 Remove ${extra_output} from AC_OUTPUT call.
13255
13256 1993-09-17 Brian J. Fox (bfox@inferno)
13257
13258 * make-dist: Quote backquotes found in strings to be echoed.
13259
13260 * configure.in: Use "sh -c pwd" when we want to avoid having the
13261 shell fix up the value of $PWD.
13262
13263 1993-09-13 Brian J. Fox (bfox@inferno)
13264
13265 * Makefile.in (do-install): Don't abort if ln or chmod at the end
13266 of the installation fail. Suggested by Karl Berry.
13267
13268 1993-08-30 Brian J. Fox (bfox@inferno)
13269
13270 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
13271 was used. Set MAKEFLAGS from MFLAGS.
13272
13273 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13274
13275 * configure.in: Test for res_init in libc.
13276
13277 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13278
13279 * configure.in: In the file ${tempcname}, use configure___
13280 instead of @configure@.
13281
13282 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
13283
13284 * make-dist: Dist vpath.sed.
13285
13286 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
13287 Depend on vpath.sed.
13288 Replace sed command for VPATH with @vpath_sed@.
13289
13290 * configure.in: Substitute variable `vpath_sed'.
13291 If not in $srcdir and $srcdir is configured,
13292 issue warning that GNU make is required,
13293 and set vpath_sed to use vpath.sed script.
13294
13295 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13296
13297 * configure.in: Remove check for $srcdir being configured.
13298 This pretty much works now.
13299 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
13300 Check for XFree86 (/usr/X386/include) independent of whether
13301 -lXbsd exists.
13302
13303 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
13304 realclean, unlock, relock): Use `$(MAKE)' in place of plain
13305 `make'.
13306
13307 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13308
13309 * Version 19.19 released.
13310
13311 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
13312
13313 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13314
13315 * configure.in: Check for XScreenNumberOfScreen.
13316
13317 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13318
13319 * configure.in: Add * to end of all configuration alternatives.
13320 (m68*-sony-newsos3*): New alternative.
13321
13322 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13323
13324 * make-dist: Include getdate.c in distribution.
13325
13326 * configure.in: For --help, use $PAGER if it is set.
13327 (LIB_X11_LIB): Default to -lX11.
13328 (mips-sgi-irix5.*): New alternative.
13329
13330 * Makefile.in (do-install): Install info/gnus* and info/sc*.
13331
13332 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
13333 Recognize *.B8.* as hpux version 8.
13334 (m68*-tektronix-bsd*): Fix typo in tek4300.
13335 (AC_HAVE_FUNCS): Add ftime.
13336
13337 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13338
13339 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
13340 Use tekxd88, not tekXD88.
13341
13342 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13343
13344 * configure.in: Check for -lm. Then can check for frexp and logb.
13345
13346 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13347
13348 * Version 19.18 released.
13349
13350 * make-dist (src): Don't put gnu-hp300 in dist.
13351 (src, lisp): Include OChangeLog in dist.
13352
13353 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13354
13355 * configure.in: Test for presence of logb and frexp functions.
13356
13357 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13358
13359 * configure.in (machine): Add i370-ibm-aix*.
13360
13361 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13362
13363 * configure.in (function checks): Test for mkdir and rmdir.
13364
13365 * configure.in (function checks): Don't test for random and bcopy
13366 only when we're building with X; look for them all the time.
13367
13368 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13369
13370 * configure.in: Test for availability of bcopy functions, searching
13371 the X libraries if we're using X.
13372
13373 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
13374 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
13375 versions of AIX, and needs to be passed to the loader.
13376
13377 * configure.in: Test for the availability of the
13378 XScreenResourceString function.
13379
13380 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
13381
13382 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
13383 LD_SWITCH_X_SITE and assume --with-x11.
13384 Only look for X11 files if we weren't told about a window system
13385 or if we were told to use X11 but not told where.
13386 Search the libraries from the s and/or m files when checking for
13387 functions.
13388
13389 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
13390
13391 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13392
13393 * make-dist: Include lisp/dired.todo in the distribution.
13394
13395 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13396
13397 * configure.in: Add code to set HAVE_INET_SOCKETS.
13398
13399 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13400
13401 * configure.in: If we do find x_includes and x_libraries
13402 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
13403
13404 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13405
13406 * make-dist: Include src/gnu-hp300 in the dist.
13407
13408 * configure.in (canonical): New variable holds the canonicalized
13409 configuration. Don't alter `configuration'. Use `configuration'
13410 for Makefile.in for file naming.
13411 (testing x_includes and x_libraries): Use =, not ==.
13412
13413 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13414
13415 * Version 19.17 released.
13416
13417 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
13418 directory's makefile. This allows the invocation of CPP which
13419 builds xmakefile to receive these switches. The SunSoft C
13420 preprocessor inserts spaces between tokens if it doesn't get the
13421 -Xs flag requested in src/s/sol2.h.
13422
13423 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
13424
13425 * configure.in (m68k-bull-sysv3): New config.
13426
13427 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13428
13429 * configure.in: Use the autoconf AC_FIND_X macro to try to find
13430 the X Windows libraries.
13431
13432 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13433
13434 * make-dist (tempdir): Don't create lisp/forms-mode directory in
13435 the distribution. Those files aren't kept in their own
13436 subdirectory any more.
13437
13438 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13439
13440 * Version 19.16 released.
13441
13442 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13443
13444 * configure.in: Add --verbose flag.
13445
13446 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13447
13448 * version 19.15 released.
13449
13450 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13451
13452 * Makefile.in (top_distclean): Use -f switch when cleaning out
13453 lock dir; it might be empty.
13454
13455 * configure.in: Only check for -lXbsd once.
13456
13457 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13458
13459 * Version 19.14 released.
13460
13461 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13462
13463 * make-dist: If using gzip, create distribution with '.gz' extension.
13464
13465 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
13466 (lisp/forms-mode): This doesn't exist anymore.
13467
13468 * configure.in: Look for the closedir function.
13469
13470 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13471
13472 * configure.in (CPP): Autoconf sets this to a shell variable
13473 reference, which doesn't work when it's edited into a makefile.
13474 Expand that variable reference.
13475
13476 * Makefile.in (CPP): New variable.
13477 (src/Makefile): Edit CPP into src/Makefile.
13478
13479 * Makefile.in (src/Makefile): Don't bother exiting single quotes
13480 and entering double quotes to get the values of LD_SWITCH_X_SITE
13481 and the other make variables; make substitutes them in anyway.
13482
13483 * Makefile.in (uninstall): Don't remove the lisp and etc
13484 directories if they're in the source tree.
13485
13486 Bring mumbleclean targets into conformance with GNU coding standards.
13487 * Makefile.in (mostlyclean, clean): Separate these two; just have
13488 them pass the request to the subdirectory makefiles.
13489 (distclean): Pass the request down, and then get rid of the
13490 files configure built, and get rid of the Makefiles.
13491 (realclean): Pass the request down, and then do the same things
13492 distclean does.
13493 (uninstall, info, dvi): New targets.
13494
13495 * configure.in: Move clause for PC-compatible i386 box to the end
13496 of the case statement, to avoid masking configurations below.
13497
13498 * configure.in: Add case for m88k-motorola-sysv4.
13499
13500 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
13501 the HP 68000 machines.
13502
13503 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
13504 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
13505 preprocessor won't fiddle with them.
13506
13507 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13508
13509 * Makefile.in (TAGS): cd to src to run etags.
13510
13511 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13512
13513 * configure.in (version): Check the X libraries for XrmSetDatabase
13514 and random, and see if we have -lXbsd.
13515
13516 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13517
13518 * configure.in: Pass "-Isrc" to the CPP we run to examine the
13519 s/*.h and m/*.h files. Martin Tomes
13520 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
13521
13522 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13523
13524 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
13525 above the general i386 alternative.
13526
13527 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13528
13529 * configure.in: Recognize configuration name for Data General
13530 AViiON machines.
13531
13532 * configure.in: Use AC_LONG_FILE_NAMES.
13533
13534 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13535
13536 * configure.in: Test for bison.
13537 * Makefile.in (YACC): New variable.
13538 (lib-src/Makefile.in): Edit YACC into the makefile.
13539
13540 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13541
13542 * Version 19.13 released.
13543
13544 * configure.in (CFLAGS): Don't set this according to the value of
13545 the GCC shell variable. Instead, consult the machine and system
13546 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
13547 test __GNUC__ while we're at it.
13548
13549 * configure.in: Remove extra ;; from hpux cases.
13550
13551 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13552
13553 * configure.in: Check to see if the system has -ldnet.
13554
13555 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13556
13557 * make-dist: Add clauses to distribute lisp/forms-mode.
13558
13559 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13560
13561 * configure.in (machine): Fix the versions in hpux version number test.
13562 Do not guess based on cpu type. Do check for explicit system version.
13563
13564 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13565
13566 * configure.in: Do NOT look for `unknown' as company name.
13567
13568 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13569
13570 * configure.in: Fix typo in message.
13571
13572 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13573
13574 * Version 19.12 released.
13575
13576 * Makefile.in (do-install): Correct previous etc-copying change.
13577 Partially rewrite using `if'.
13578 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
13579
13580 * Version 19.11 released.
13581
13582 * configure.in: Handle 386bsd.
13583
13584 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13585
13586 * make-dist: Update getdate.c.
13587
13588 * configure.in: Handle bsd386.
13589
13590 * Makefile.in (do-install): Use `-' in tar options.
13591
13592 * configure.in: Change ! "${...}" to x"${...}" = x.
13593
13594 * Makefile.in (do-install): Copy the DOC-* files from the build
13595 etc directory, as well as lots of things from ${srcdir}/etc.
13596
13597 * make-dist: Copy config.guess.
13598
13599 * configure.in: Handle AIX versions 1.2, 1.3.
13600
13601 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13602
13603 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
13604 the configuration name mips-mips-usg* to represent USG systems.
13605
13606 * configure.in: Fix logic to detect if srcdir is already configured.
13607
13608 * Makefile.in: Pass in LD_SWITCH_X_SITE.
13609
13610 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
13611 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
13612 of a directory; cd might fail, and have pwd print out the current
13613 directory.
13614
13615 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13616
13617 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
13618
13619 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13620
13621 * configure.in: Complain if srcdir points at an already-configured
13622 tree.
13623
13624 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13625
13626 * Version 19.10 released.
13627
13628 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13629
13630 * Makefile.in: Use Makefile comments, not C comments.
13631
13632 * configure.in: Add case for the Tektronix XD88.
13633
13634 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13635
13636 * configure.in: Handle sysv4.2 and sysvr4.2.
13637
13638 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13639
13640 * configure.in: Traverse the argument list without destroying it;
13641 don't use shift. It turns out that "set - ${saved_arguments}"
13642 doesn't work portably.
13643
13644 * configure.in: Add missing "fi".
13645
13646 * make-dist: Rebuild configure if configure.in is newer.
13647
13648 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
13649 targets to be executed even if make remembers that it has already
13650 satisfied FRC.
13651
13652 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13653
13654 * Makefile.in (do-install): Delete redundant code to copy etc twice.
13655
13656 * configure.in (romp): Handle various version numbers with aos and bsd.
13657
13658 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13659
13660 * configure.in: Fix message text.
13661
13662 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13663
13664 * make-dist: Make a `site-lisp' directory in the distribution,
13665 instead of a `local-lisp' directory, which hasn't been the
13666 appropriate name for a long time.
13667 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
13668 from the distribution first, then /usr/local/lib/emacs/site-lisp.
13669
13670 * Makefile.in (do-install): Correctly detect if ./etc and
13671 ${srcdir}/etc are the same.
13672
13673 * configure.in: Extract UNEXEC from the system configuration
13674 files, compute the name of the source file corresponding to the
13675 object file, and #define it as UNEXEC_SRC in config.h.
13676
13677 * configure.in: If srcdir is '.', then try using PWD to make it
13678 absolute.
13679
13680 * configure.in: Include ${srcdir} in the printed report, to help
13681 people notice if it's an automounter path.
13682
13683 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13684
13685 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
13686
13687 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13688
13689 * Makefile.in (do-install): Delete the dest dir, not the source dir,
13690 when they are different. Add `shift' command.
13691 (COPYDESTS, COPYDIR): Delete external-lisp dir.
13692 (externallispdir): Var deleted.
13693
13694 * configure.in: Delete spurious paren outputting short_usage.
13695
13696 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13697
13698 * Version 19.9 released.
13699
13700 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13701
13702 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
13703 subdirectory makes.
13704
13705 * make-dist: Check for .elc files with no corresponding .el file.
13706
13707 * Makefile.in (mkdir): Make all the directories in locallisppath.
13708
13709 * config.guess: New file.
13710 * configure.in: Use it, tentatively.
13711 * INSTALL: Mention its usage.
13712
13713 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
13714 the former gives you the operating system rev directly.
13715 Use s/hpux.h if we don't recognize what we got.
13716
13717 * Makefile.in (do-install): Don't remove a destination directory
13718 if it's the same as the source. If ${srcdir}/info == ${infodir},
13719 don't try to copy the info files.
13720
13721 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
13722 doesn't work if you're not using a separate source directory.
13723 (do-install): Copy the build tree's etc directory only after
13724 making sure it's not also the source tree's etc directory.
13725
13726 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13727
13728 * configure.in: Handle sunos4.1.3 specially.
13729
13730 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13731
13732 * Makefile.in (INSTALL): Add definition.
13733
13734 * configure.in: Fix some messages. Support -with-gnu-cc.
13735 At the end, use `set --', not `set -'.
13736 Delete spurious `.h' in hpux alternatives.
13737
13738 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13739
13740 * Version 19.8 released.
13741
13742 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13743
13744 * configure.in: When looking for source in the same directory as
13745 the configure script, make the path thus discovered absolute.
13746 If the user specifies the `--srcdir' switch, make that directory
13747 absolute too.
13748
13749 * Makefile.in (srcdir): Remove comment saying this doesn't work.
13750
13751 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
13752 too, as the value of the PATH_INFO macro.
13753
13754 * configure.in: Check to see if the source lives in the same
13755 directory as the configure script.
13756
13757 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13758
13759 * Makefile.in (install): Split this into `install' and
13760 `do-install', to give people more control over exactly what gets
13761 done.
13762 (do-install): New target, containing the guts of `install'.
13763 Don't remove and recreate the directories inside the copying loop - do
13764 it all before the copying loop. Pass more flags to the lib-src
13765 make.
13766 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
13767 avoid errors and warnings.
13768
13769 * configure.in: For generic IBM PC boxes, insist on "unknown" for
13770 the manufacturer - the more general case was blocking other i386
13771 configuration names below, and that's how the names are written in
13772 MACHINES anyway.
13773
13774 * make-dist: When breaking links, remove the link before moving
13775 the copy onto it, to avoid interactive behavior.
13776
13777 * Makefile.in: Doc fix.
13778
13779 * configure.in: Doc fix.
13780
13781 * INSTALL: Mention --exec-prefix option.
13782
13783 * configure.in: Add support for the `--exec-prefix' option.
13784 * Makefile.in: Accept that support.
13785
13786 * configure.in: Use the AC_PROG_INSTALL macro.
13787 * Makefile.in (INSTALL): Variable removed.
13788 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
13789
13790 * configure.in: Distinguish between hp800's and hp700's by calling
13791 "uname -m".
13792
13793 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13794
13795 * configure.in: Recognize configuration names for i860 boxes
13796 running SYSV.
13797
13798 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13799
13800 * configure.in: Distinguish between hp800's and hp700's by the
13801 version of HP/UX they run, since that's something people are more
13802 likely to know - hp700's run 8.0.
13803 Add HP 700 configuration.
13804
13805 * configure.in: Test for the presence of the `rename' function.
13806
13807 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
13808 configure.in.
13809 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
13810
13811 * make-dist: Break intra-tree links.
13812
13813 * configure.in: Explain that this is an autoconf script, and give
13814 instructions for rebuilding configure from it. Arrange to put
13815 comments in configure explaining this too.
13816
13817 * configure.in: Make the first line of the configure script be
13818 "#!/bin/sh". Leaving the first line blank didn't work.
13819
13820 * configure.in (long_usage): Remove; made short_usage describe
13821 the options briefly.
13822
13823 * configure.in: Implement the --prefix option.
13824 * Makefile.in (prefix): Add support for it here.
13825 * INSTALL: Document it here.
13826
13827 * Makefile.in (install): Don't assume that the files in the `info'
13828 subdirectory match *.info. They don't have that prefix.
13829
13830 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13831
13832 * configure.in: Add case for version 5 of Esix.
13833
13834 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13835
13836 * Version 19.7 released.
13837
13838 * make-dist: There aren't any *.com files in lib-src anymore.
13839
13840 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
13841 them; they're symlinks to other filesystems on the GNU machines.
13842
13843 * make-dist: Check that the manual reflects the same version of
13844 Emacs as stated in lisp/version.el. Edit that version number into
13845 the README file.
13846
13847 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13848
13849 * configure.in: Remove the hack of AC_DEFINE; use
13850 AC_DEFINE_UNQUOTED.
13851
13852 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13853
13854 * make-dist: Don't distribute precomp.com, compile.com, or
13855 link.com from ./src; they're in ./vms now.
13856
13857 Some time-handling patches from Paul Eggert:
13858 * configure.in: Add AC_TIMEZONE.
13859
13860 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13861
13862 * configure.in: Recognize Linux as a valid operating system for
13863 the i386.
13864
13865 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13866
13867 * make-dist: Distribute some VMS files we got from Richard Levitte.
13868
13869 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
13870 the source for the sed command, not oldXMenu/Makefile.
13871
13872 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13873
13874 * INSTALL: Don't claim the srcdir option doesn't work.
13875
13876 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13877
13878 * configure.in: Include remarks saying what order the autoconf
13879 tests should go in, and remind people to change config.h.in
13880 whenever they add autoconf tests which make #definitions.
13881
13882 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
13883
13884 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13885
13886 * Makefile.in (oldXMenu/Makefile): Make this depend on
13887 ${srcdir}/oldXMenu/Makefile.in, not itself.
13888
13889 * PROBLEMS: Some updates from David J. Mackenzie.
13890
13891 More changes from David J. Mackenzie.
13892 * Makefile.in (install.sysv, install.xenix, install.aix):
13893 Targets removed; autoconf and config.h should specify all these
13894 differences.
13895 (buildlisppath): Make this path depend on ${srcdir}.
13896 (INSTALLFLAGS): Remove.
13897 (INSTALL): Include the -c flag.
13898 (install): Change the way we invoke install accordingly.
13899
13900 Install ${srcdir} changes from DJM.
13901 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
13902 list.
13903 (COPYDIR, COPYDESTS): Install files from both the etc directory in
13904 the source tree and the etc directory in the object tree.
13905 (${SUBDIR}): Pass the prefix variable down to submakes.
13906 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
13907 in /bin.
13908 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
13909 values for srcdir and VPATH.
13910 (install): Add `v' flag to tar command. Make sure that `dir'
13911 exists in ${srcdir}/info before copying it. Remember that the man
13912 pages come from the source tree, not the object tree.
13913 * configure.in: Remove remarks saying that the --srcdir option
13914 doesn't work.
13915 Create the etc directory in the object tree.
13916 Recognize configuration names of the form *-sun-solaris*.
13917 Recognize sunos5 and solaris as operating system names.
13918
13919 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
13920 lib-src/getdate.y and src/systime.h.
13921
13922 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13923
13924 * make-dist: Make links in info subdir.
13925
13926 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13927
13928 * configure.in: Call AC_STDC_HEADERS.
13929
13930 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13931
13932 * configure.in: Sidestep autoconf's quoting of the second argument
13933 of AC_DEFINE, so we can specify the value to put there. It would
13934 be nice if autoconf provided some way to specify computed values
13935 for macros.
13936
13937 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13938
13939 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
13940 this is always just -DHAVE_CONFIG_H.
13941
13942 The GNU coding standards specify that CFLAGS should be left for
13943 users to set.
13944 * Makefile.in (CFLAGS): Let configure determine the default value
13945 for this.
13946 Don't have it default to DEFS.
13947 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
13948 (lib-src/Makefile, src/Makefile): Edit the default value for
13949 CFLAGS into these files, not DEFS.
13950 * configure.in (CFLAGS): Choose a default value for this - "-g"
13951 normally, or "-g -O" if we're using GCC. Edit it into the
13952 top-level Makefile.
13953
13954 * configure.in: When scanning the machine and system description
13955 #include files, write their names to conftest.c properly.
13956
13957 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13958
13959 * configure.in: In configuration name case for Apallos running
13960 Domainios, set opsys, not opsysfile.
13961
13962 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
13963 src/config.h, instead of AC_OUTPUT; the latter overwrites
13964 src/config.h even when it hasn't changed, puts a makefile-style
13965 comment at the top even though it's C code, and produces a
13966 config.status script which doesn't do the job right.
13967
13968 * configure.in: Add AC_LN_S test, so we can tell whether or not we
13969 can use a symbolic link to get the X Menu library into src.
13970 * Makefile.in (LN_S): New variable.
13971 (src/Makefile): Edit the value of LN_S into this makefile.
13972
13973 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13974
13975 * configure.in: Support *-sco3.2v4* as opsystem.
13976
13977 * make-dist: Don't include calc directory.
13978 Exclude many files in the man directory; copy a few.
13979
13980 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13981
13982 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
13983 call AC_STRUCT_TM to see what's in time.h.
13984
13985 * configure.in: Employ quoting stupidity to get the value of CPP
13986 to expand properly.
13987
13988 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13989
13990 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
13991 variable to scan the machine and system description files.
13992
13993 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
13994 so that getdate.y builds correctly.
13995
13996 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13997
13998 * configure.in (tempcname): Change this to "conftest.c", so it will
13999 work properly on systems with short filenames; this is the name
14000 autoconf uses.
14001
14002 * configure.in: Also detect the availability of dup2 and
14003 gethostname.
14004
14005 * configure.in: Use the AC_ALLOCA test.
14006 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
14007 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
14008
14009 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14010
14011 * make-dist: Distribute configure, as well as configure.in.
14012 Oversight.
14013
14014 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14015
14016 * Makefile.in (install): Print out the name of the directory we're
14017 copying, so people can have some idea of whether we're making
14018 progress.
14019
14020 * Makefile.in (install.aix, install.xenix, install.sysv, install):
14021 Don't forget to re-create the COPYDESTS directories after we clear
14022 them out.
14023
14024 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14025
14026 * Makefile.in: Add autoconf cookies so that the configure
14027 script can comment out sections of path variable definitions to
14028 choose between the installable configuration and the run-in-place
14029 configuration.
14030 * configure.in: Add new option `--run-in-place', to select the
14031 run-in-place path definitions.
14032
14033 * configure.in: Add a clause to the big configuration name case
14034 for the NeXT machine.
14035
14036 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14037
14038 * Makefile.in (install, install.sysv, install.xenix, install.aix):
14039 Make sure that each source directory exists, and is different from
14040 the destination directory; then, delete the destination before
14041 copying over the source.
14042
14043 * make-dist: Distribute configure.in, instead of configure.
14044
14045 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
14046
14047 * configure.in: Don't set CC to "gcc -O" if the user specifies
14048 `--with-gcc'. Add -O to DEFS if GCC is set.
14049
14050 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14051
14052 * Makefile.in (clean mostlyclean): Missing right paren.
14053
14054 * configure.in: When checking for X windows, search for an X11
14055 subdirectory of ${x_includes}.
14056
14057 * configure.in: Check for gettimeofday function, for getdate.y.
14058
14059 Change `configure' to a mixture of custom code and autoconf stuff.
14060 autoconf can't derive all the information we need, but we'd really
14061 like to be able to take advantage of some of its tests, and its
14062 file-editing facilities.
14063 * configure.in: Renamed from configure.
14064 Quote the sections of shell script we want copied literally to
14065 the configure script.
14066 (compile): Initialize this to make the autoconf macros' code happy.
14067 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
14068 code to do their jobs.
14069 Use autoconf to produce Makefile and src/config.h.
14070 Remove the Makefile-style comment that autoconf places at the top
14071 of src/config.h.
14072 (config_h_opts): Remove - no longer necessary.
14073 * Makefile.in (configname): Rename to configuration.
14074 (CONFIG_CFLAGS): Rename to DEFS.
14075 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
14076 get values via autoload @cookies@.
14077 (libsrc_libs): Get this from autoconf. We used to do nothing
14078 about this.
14079 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
14080
14081 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
14082 Don't echo the move-if-change command.
14083
14084 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
14085
14086 * make-dist: Distribute lib-src/rcs-checkin.
14087
14088 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
14089 Don't try to make links to the RCS or Old subdirectories.
14090 Use the appropriate extension for the compression type in use.
14091 Create the tar file in the shell's initial default directory, not
14092 in ${tempparent}.
14093 Erase the whole ${tempparent} tree, not just ${tempdir}.
14094
14095 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
14096
14097 * Makefile.in (src/paths.h): Don't echo the huge sed command we
14098 use to build paths.h.
14099 (lib-src/Makefile, src/Makefile): Similarly.
14100
14101 * configure: Extend test for working `const' keyword to handle AIX
14102 3.2 cc.
14103
14104 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
14105
14106 * make-dist: Distribute lisp/term/ChangeLog.
14107
14108 Arrange for C compilation throughout the tree to get
14109 C_SWITCH_SYSTEM from the configuration files.
14110 * configure: Extract C_SWITCH_SYSTEM from the machine and
14111 system-dependent files, and save it in the top-level Makefile.
14112 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
14113 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
14114
14115 * make-dist: Include the VMS support files in oldXMenu in the
14116 distribution.
14117
14118 * configure: Doc fix.
14119
14120 * configure: Fix corrupted config_h_opts.
14121
14122 * configure: Properly report option names in error messages.
14123
14124 * configure: Properly recognize --x-includes and --x-libraries
14125 options.
14126
14127 * configure: Fix syntax errors in code handling XFree386.
14128
14129 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
14130
14131 * configure: Add special code to detect XFree386, and tell
14132 config.h about it.
14133
14134 * configure: Properly handle extracting values of LIBS_MACHINE and
14135 LIBS_SYSTEM that contain spaces.
14136
14137 * configure: Add `--x-includes' and `--x-libraries' options.
14138 I think these are dopey, but no less than three alpha testers, at
14139 large sites, have said they have their X files installed in odd
14140 places. Implement them by setting C_SWITCH_X_SITE and
14141 LD_SWITCH_X_SITE in src/config.h.
14142
14143 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
14144
14145 * make-dist: Don't distribute etc/Old files.
14146
14147 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
14148 backups.
14149
14150 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
14151
14152 * make-dist: Fix typo.
14153
14154 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
14155
14156 * make-dist: Corrected typo, fixed it to discard = and TAGS files
14157 in some cases where it should but didn't seen to.
14158
14159 * Makefile.in: Added unlock and relock productions.
14160
14161 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
14162
14163 * make-dist: Add a --compress option to force make-dist to use
14164 compress.
14165
14166 * make-dist: Use gzip, if we can find it.
14167
14168 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
14169 make rs6000-ibm-aix default to -aix32.
14170
14171 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
14172
14173 * Makefile.in: Added `Developer's configuration' section.
14174
14175 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
14176
14177 * Makefile.in: Add commented-out variable settings for developer's
14178 configuration.
14179
14180 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14181
14182 * make-dist: Distribute `src/bitmaps' too.
14183
14184 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
14185
14186 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
14187 make rs6000-ibm-aix default to -aix32.
14188
14189 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14190
14191 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
14192
14193 * Makefile.in (install.sysv): Add a second `$' in front of
14194 `${dest}', so that the shell will expand it, instead of Make.
14195
14196 * configure: When processing the name of the configure script,
14197 collapse `././' to `./', but leave a single `./' prefix alone.
14198
14199 * configure: Doc fix.
14200
14201 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14202
14203 * configure: Handle isc3.0 correctly.
14204
14205 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14206
14207 * make-dist: Don't try to copy the COPYING notice into
14208 external-lisp; we're not distributing that directory any more.
14209
14210 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14211
14212 * Makefile.in (install, install.aix, install.xenix, install.sysv):
14213 Remove CVS subdirectories from the installed directory trees, as
14214 well as RCS directories.
14215
14216 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14217
14218 * make-dist: Only copy gmalloc.c if we couldn't link it.
14219 Don't try to copy man/{README,Makefile} unless they actually exist.
14220
14221 * Makefile.in (lisppath): Don't include externallispdir in this.
14222 We're not sure whether we're even going to distribute the
14223 directory yet.
14224
14225 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14226
14227 * make-dist: Don't distribute the external-lisp directory anymore.
14228 * INSTALL: Remove all references to external-lisp.
14229
14230 * configure: Detect whether the compiler supports `const'
14231 properly, and edit src/config.h accordingly.
14232
14233 * configure: Tweak layout of final report.
14234
14235 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
14236 CFLAGS.
14237
14238 * Makefile.in (locallisppath): Make this default to
14239 ${datadir}/emacs/site-lisp, instead of
14240 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
14241 the same thing, and local-lisp causes completion conflicts with
14242 lock.
14243 (lisppath): Add ${externallispdir} to this.
14244 * INSTALL: Adjust installation directions.
14245
14246 * Makefile.in (externallispdir): New variable, to say where to
14247 install the externally-maintained lisp files.
14248 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
14249 the others.
14250 * INSTALL: Describe external-lisp and the new externallispdir
14251 variable.
14252
14253 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14254
14255 * configure (progname): New option `--with-gcc'. Make it clearer
14256 how we are trying to guess whether or not we have GCC.
14257 * INSTALL: Document the `--with-gcc' option, and improve
14258 description of `--with-x' options.
14259
14260 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14261
14262 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
14263 ${infodir} from these variables; we have written out explicit code
14264 to install the info files.
14265
14266 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
14267
14268 * make-dist: Don't distributed the RCS files in the etc directory.
14269
14270 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14271
14272 * Makefile.in: Some makes can't handle comments in the middle of
14273 commands; move them to before the whole rule.
14274
14275 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14276
14277 * README: Mention what Emacs is.
14278
14279 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14280
14281 * make-dist: Include `./lisp/calc-2.02' in the distribution.
14282 Add `./cpp' and `./man' back into the distribution.
14283
14284 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14285
14286 * Makefile.in: Define MAKE, and use where appropriate.
14287
14288 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14289
14290 * make-dist: Remember that the authoritative COPYING notice is
14291 `etc/COPYING', not `../etc/COPYING'.
14292
14293 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14294
14295 * make-dist: Make sure that the COPYING notices in each directory
14296 are copies, not symlinks.
14297
14298 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14299
14300 * INSTALL: The build process produces an executable called `emacs'
14301 now. Change references.
14302 * Makefile.in: Adjust `install.mumble' targets to install
14303 `src/emacs', not `src/xemacs'.
14304
14305 * configure: Start with a blank line; this keeps some old CSH's
14306 from thinking it's a CSH script. Most systems will just use
14307 /bin/sh to run it, which is what we're expecting; the only other
14308 shells which might try to interpret it themselves are probably
14309 Bourne-compatible.
14310
14311 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14312
14313 * INSTALL: Improvements suggested by David Mackenzie.
14314
14315 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14316
14317 * Makefile.in (install, install.sysv, install.xenix, install.aix):
14318 Don't try to copy the info files if there aren't any; the
14319 unexpanded globbing pattern disappoints `install'. Ignore the
14320 return status of that command.
14321
14322 * INSTALL: Updated for new configuration arrangement.
14323
14324 * configure: Don't make the top-level Makefile read-only - people
14325 may want to edit the values of the path variables.
14326
14327 * Makefile.in (install, install.sysv, install.xenix, install.aix):
14328 Install the info files in ${infodir}. Install the executable
14329 under both `emacs' and `emacs-VERSION'.
14330
14331 * Makefile.in: Doc fix.
14332
14333 * Makefile.in (exec_prefix): New variable, as per latest version
14334 of coding standards.
14335 (bindir, libdir): Use it, instead of `prefix'.
14336 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
14337
14338 * Makefile.in (mandir): Make the default value for this depend on
14339 $(prefix).
14340
14341 * Makefile.in (datadir, statedir, libdir): Make these all default
14342 to ${prefix}/lib.
14343 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
14344 Adjust to compensate.
14345
14346 * Makefile.in (install, install.sysv, install.xenix, install.aix):
14347 Install the etags and ctags man pages too.
14348
14349 * Makefile.in (distclean): Don't delete backup files; that's the
14350 job of extraclean.
14351 (extraclean): Like distclean, but deletes backup and autosave files.
14352
14353 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14354
14355 Make path specification conform to GNU coding standards.
14356 * configure (long_usage): Remove all traces of old arguments from
14357 usage messages, and document the options we do accept in more
14358 detail: -with-x... and --srcdir.
14359 (options, boolean_opts): Delete; we don't have enough options to
14360 make this worthwhile.
14361 (prefix, bindir, lisppath, datadir, libdir, lockdir): Delete,
14362 along with the code which supported them; these should be set as
14363 arguments to the top-level make.
14364 (config_h_opts): Since this no longer doubles as a list of option
14365 names, make them upper case; this simplifies the code which uses
14366 them to build the sed command to edit src/config.h. Change the
14367 code which sets them.
14368 (cc, g, O): Don't allow the user to set these using options; they
14369 should be specified using `CC=' and `CFLAGS=' arguments to the
14370 top-level make. Just choose reasonable default values for them,
14371 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
14372 values.
14373 (gnu_malloc, rel_alloc): Don't allow the user to set these using
14374 options; use them whenever the configuration files say they're
14375 possible.
14376 Simplify the argument processing loop. Don't accept abbreviations
14377 for option names; these might conflict with other configuration
14378 options in the future.
14379 Add some support for the `--srcdir' option. Check for the sources
14380 in . and .. if `--srcdir' is omitted. If the directories we will
14381 compile in don't exist yet, create them under the current directory.
14382 Note that the rest of the build process doesn't really support
14383 this.
14384 Edit only the top Makefile. That should edit the others.
14385 Edit into the makefile: `version', from lisp/version.el, `configname'
14386 and `srcdir' from the configuration arguments, `CC' and
14387 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
14388 the user's path, and LOADLIBES as gleaned from the system
14389 description files.
14390 Simplify the report generated; it doesn't need to include any
14391 description of paths now.
14392 Make `config.status' exec configure instead of just calling it, so
14393 there's no harm in overwriting `config.status'.
14394 * Makefile.in (version, configname): New variables, used to choose
14395 the default values for datadir and libdir.
14396 Path variables rearranged into two clearer groups:
14397 - In the first group are the variables specified by the GNU coding
14398 standards (prefix, bindir, datadir, statedir, libdir, mandir,
14399 manext, infodir, and srcdir).
14400 - In the second are the variables actually used for Emacs's paths
14401 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
14402 archlibdir), which depend on the first category.
14403 datadir and libdir default to directories under
14404 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
14405 demand.
14406 etcdir and lispdir default to subdirectories of datadir.
14407 archlibdir defaults to libdir.
14408 The new installation tree is a bit deeper than it used to be, so
14409 use the new make-path program in lib-src to build them all.
14410 Always build a new src/paths.h.tmp and then move-if-change it to
14411 src/paths.h, to avoid unnecessary rebuilds while responding to the
14412 right changes.
14413 Remove all mention of arch-lib. Run utility commands from
14414 lib-src, and let the executables be copied into archlibdir when
14415 Emacs is installed.
14416 Add targets for src/Makefile, lib-src/Makefile, and
14417 oldXMenu/Makefile, editing the values of the path variables into
14418 them.
14419 Let lib-src do its own installation.
14420 (datadir): Default to putting data files under
14421 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
14422 (emacsdir): Variable deleted; it would only be confusing to use.
14423 (lispdir, etcdir): Default to ${datadir}/lisp.
14424 (mkdir): Use make-path for this.
14425 (lockdir): Do this in mkdir.
14426 (Makefile): New target.
14427
14428 * configure (usage_message): Rename to long_usage.
14429
14430 * make-dist: Don't bother creating an arch-lib directory; that's
14431 only for installation now.
14432
14433 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14434
14435 * configure: Use GCC-style configuration names, using config.sub.
14436 Change the usage and help messages.
14437
14438 * configure: Initialize window_system, not indow_system.
14439
14440 * configure: Report which window system, compiler, and signal
14441 handler return type we decide to use.
14442
14443 * make-dist: Explain what's going on if config.sub and gmalloc.c
14444 can't be linked. Place the code which copies them near the code
14445 which links the rest of the files around them.
14446
14447 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
14448
14449 * make-dist: Don't bother to distribute src/*.com, or
14450 src/vmsbuild; those have all been moved to `../vms'.
14451
14452 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14453
14454 * make-dist: Don't forget that the way to avoid filenames starting
14455 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
14456 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
14457 couldn't make hard links to, since we have two already, and
14458 perhaps more to come.
14459
14460 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14461
14462 * configure: When editing parameters into lib-src/Makefile, change
14463 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
14464 needs some other flags too.
14465
14466 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14467
14468 * configure: Remove spurious echo of the configuration name.
14469
14470 * make-dist: Don't distribute files in src/m and src/s whose names
14471 begin with `='.
14472
14473 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14474
14475 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
14476 Also LISP_FLOAT_TYPE.
14477
14478 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14479
14480 * make-dist: Copy config.sub, since it's a symbolic link to a file
14481 on another file system.
14482
14483 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14484
14485 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
14486 distribution.
14487
14488 * config.sub: New file, to help us recognize configuration names.
14489 * make-dist: Include it in the distribution.
14490
14491 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14492
14493 * configure: Convert `-' to `_' in specified option names.
14494 Accept options with --. Delete --highpri and --have-x-menu options.
14495 New options --with-x and --with-x10 replace -window-system.
14496 Don't mention options --gnu-malloc, --rel-alloc
14497 or --lisp-float-type in help message.
14498
14499 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14500
14501 * make-dist: Include the `vms' subdirectory in the distribution.
14502
14503 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14504
14505 * configure: Remove lines starting with "# DIST: " when building
14506 lib-src/Makefile and src/Makefile. This allows us to mark the
14507 "Makefile.in" files with explanatory comments which won't also get
14508 stuck in the Makefiles.
14509
14510 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14511
14512 * make-dist: Don't use the '+' operator in the sed regular
14513 expression that extracts the version number from lisp/version.el;
14514 Ultrix sed doesn't seem support the operator. Just double the
14515 operand and use *.
14516
14517 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14518
14519 * Makefile.in: Doc fix.
14520
14521 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14522
14523 * configure: Rewrite sed command to remove at most one ./ prefix;
14524 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
14525 group.
14526
14527 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14528
14529 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
14530
14531 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14532
14533 * make-dist: Go ahead and build a new TAGS file, unless the
14534 --newer option was specified. Don't try to delete a TAGS file
14535 from etc; it's not kept there, and shouldn't be deleted anyway.
14536
14537 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14538
14539 * make-dist: If the lisp directory contains a default.el, don't
14540 distribute it.
14541
14542 * configure: When searching signal.h for the type of a signal
14543 return handler, make a copy of it, not a symbolic link to it; that
14544 way, it will work on systems that don't have symbolic links.
14545
14546 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
14547
14548 * make-dist: Taught it about vcdiff and rcs2log, added --newer
14549 option for generating incremental distributions. Stopped it from
14550 generating a TAGS file into the distribution; that sucker is
14551 *big*, and easily enough generated with the toplevel makefile.
14552
14553 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14554
14555 * configure: When writing config.status, don't prefix progname
14556 with a '.'; it might be absolute.
14557
14558 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14559
14560 * configure: Choose to use X11 if either /usr/lib/libX11.a or
14561 /usr/include/X11 exist, not only if both exist.
14562
14563 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14564
14565 * make-dist: Make the new external-lisp directory a duplicate of
14566 the external-lisp directory, not the lisp directory.
14567
14568 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14569
14570 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
14571 clean' in arch-lib; it doesn't even have a Makefile.
14572
14573 * Makefile.in (clean, mostlyclean): In the test which tries to
14574 distinguish between the build directory, which should be cleaned,
14575 and the installed directory, which shouldn't, cd to `${emacsdir}',
14576 not `${DESTDIR}${LIBDIR}'.
14577
14578 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14579
14580 * make-dist: Be sure to delete the .c and .h files that YACC and
14581 BISON create from getdate.y.
14582
14583 * external-lisp: New directory; see `external-lisp/README'.
14584 * make-dist: Added support for the external-lisp subdirectory.
14585
14586 * make-dist: Changed message which complains that make-dist wasn't
14587 invoked in the right directory to indicate which files it was
14588 looking for.
14589
14590 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14591
14592 * configure: Add comments explaining why we can't translate
14593 character ranges or control characters in `tr'.
14594
14595 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14596
14597 * configure: When generating the configuration message, we used to
14598 build the message from the start so that each line began with "# "
14599 so that it would be a comment in `config.status'. However, this
14600 causes trouble if any of the variables we use in the message
14601 expand to more than one line of text - as gnu_malloc_reason
14602 sometimes does. So instead, we build the message as it should be
14603 printed to the user (i.e. without the "# " prefixes), and stick on
14604 the "# "s when we write it to `config.status'.
14605
14606 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
14607 `lib-src' and `arch-lib'.
14608
14609 * configure: When generating report and `config.status' file, note
14610 that bindir only determines where `make install' and
14611 `build-install' will place the executables; this should make it
14612 clear that the ordinary build process will not try to install
14613 things.
14614
14615 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14616
14617 * make-dist: Change messages to say that we are 'making links to
14618 X', rather than 'copying X'. And put `' quotes around file names.
14619
14620 * make-dist: Include '.tmp' in the name of the staging directory.
14621
14622 * make-dist: Pass the `-f' option to rm when you're not sure that
14623 the files you're removing actually exist.
14624
14625 * make-dist: When setting up etc/COPYING, always nuke whatever is
14626 there, and then copy it in, to make sure we get a real file.
14627
14628 * make-dist: Don't try to distribute *.defns files any more.
14629 The only such file was for simula.el, which has been superseded by a
14630 version which doesn't have a separate .defns file.
14631
14632 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
14633
14634 * make-dist: Don't distribute configured versions of config.h.in,
14635 paths.h.in, Makefile.in in src.
14636
14637 * configure: Delete .tmp files before creating them; don't bother
14638 trying to make final targets writable first, since it won't
14639 matter to move-if-change.
14640
14641 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14642
14643 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
14644 mkdir and chmod in the center of all the conditionals. GNU Make
14645 will strip these out, but other makes won't.
14646
14647 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14648
14649 * make-dist: Include move-if-change in list of files to distribute.
14650
14651 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14652
14653 * configure: Remove any "." elements from the program name.
14654
14655 * configure: Don't record the values of all the possible arguments
14656 in config.status; only record the options that the user specified.
14657
14658 * configure: Use move-if-change to move in the new src/config.h.
14659
14660 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
14661
14662 * move-if-change: New file, copied from gcc release.
14663 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
14664 a temp file, so we don't update paths.h if an error occurs or if
14665 it doesn't need changing.
14666
14667 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14668
14669 * Makefile.in (src/paths.h): Do not install a value for the
14670 PATH_SUPERLOCK value; that macro doesn't exist anymore.
14671 * build-install.in: Same thing.
14672
14673 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14674
14675 * make-dist: Check the flag called "make_tar", not "make_dir"; the
14676 latter, being a typo, is always false, resulting in a program
14677 whose default behavior is to painstakingly build a copy of the
14678 source tree, and then delete it. Rah.
14679
14680 * Makefile.in: Add dist target, and comment for it.
14681
14682 * configure: When scanning <signal.h> for a declaration for
14683 signal, create a symbolic link with a name ending in .c, so the
14684 compiler won't complain that it's only been given .h files.
14685
14686 * configure: Check whether there are any arguments available
14687 before shifting to get the value of a non-boolean parameter.
14688
14689 * make-dist: Doc fix.
14690
14691 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14692
14693 * configure: Instead of grepping /usr/include/signal.h for a
14694 signal declaration, run /usr/include/signal.h or
14695 /usr/include/sys/signal.h through cpp and grep for the
14696 declaration.
14697
14698 * configure: Redirect the output of grep to /dev/null instead of
14699 using grep -s - that flag means different things on other systems.
14700
14701 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
14702 since the former is recognizable even if you don't know what
14703 'dumping' is.
14704 * configure: Accommodate that change.
14705
14706 * configure: Accept options for all of the directories you can
14707 change in the Makefile.
14708
14709 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
14710
14711 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
14712 FOO before you can use them.
14713
14714 * build-install.in: Made the "Where To Install Things" section
14715 conform with the similar section from Makefile.in. Copied section
14716 which builds src/paths.h from src/paths.h.in from the Makefile.
14717
14718 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14719
14720 * configure: Write config.status to pass its command-line
14721 arguments on to configure, so that people can use it to recreate
14722 an old configuration, with minor changes.
14723
14724 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14725
14726 * configure: Don't rely on option variables being unset if their
14727 values are the empty string. In particular, when producing the
14728 English report, don't assume that highpri will be unset when no
14729 increased priority has been requested; -highpri='' should be the
14730 same as omitting -highpri altogether.
14731
14732 * configure: Fix dumb bug: when running the system and machine
14733 description files through cpp, mark those lines that we want to
14734 evaluate with the string '@configure@', and then only evaluate
14735 them. This way if the files include anything that actually
14736 generates text (type definitions or external declarations, say),
14737 we won't try to eval it.
14738
14739 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14740
14741 * make-dist: New shell script.
14742
14743 * configure: When creating foo from foo.in, make foo read-only to
14744 remind people to edit the .in file instead.
14745
14746 * INSTALL: Changed references to config.h-dist to config.h.in.
14747 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
14748 to build src/paths.h from src/paths.h.in; added a paragraph to do
14749 this.
14750 * configure, Makefile, build-install: Changed filenames like
14751 FOO-dist to FOO.in.
14752
14753 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14754
14755 * Makefile, build-install: Renamed to Makefile.in and
14756 build-install.in; the configure script will edit these to produce
14757 the usable Makefile and build-install.
14758 * configure: Changed to produce ./Makefile, ./build-install,
14759 lib-src/Makefile, and src/Makefile from their *.in counterparts,
14760 instead of editing them in place.
14761
14762 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14763
14764 * Makefile: Re-arranged so that the undumped Emacs will search
14765 ../lisp *after* the site's local elisp files.
14766 (locallisppath, dumplisppath): New variables.
14767 (lisppath): This variable's default value is now chosen based on
14768 $(locallisppath) and $(lispdir); while it used to be the
14769 customization point for adding site-local elisp directories to
14770 load-path, that job is now handled mostly by locallisppath.
14771 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
14772 Check the values being assigned to the *LOADSEARCH macros for null
14773 path elements (like '::' in 'foo::bar').
14774
14775 * configure: When checking if the machine- and system-dependent
14776 files define a particular macro or not, actually run them through
14777 CPP and test the macros with #ifs, instead of just grepping for
14778 the macros' names. In particular, check for SYSTEM_MALLOC in this
14779 way.
14780
14781 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14782
14783 * Makefile (install): Don't use -s in install. (Keep the symbols.)
14784
14785 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14786
14787 * configure: Make the config.status file an executable shell
14788 script which will recreate the same configuration. Include the
14789 verbal description of the current configuration as a comment in
14790 the script.
14791 * INSTALL: Doc fix.
14792
14793 * Makefile: Brought the Makefile up to the GNU coding
14794 standards, as described in standards.text:
14795 (TAGS): New name for the target which rebuilds the tags table.
14796 (check): New target; doesn't do anything yet.
14797 (mostlyclean): New target, synonymous with clean.
14798 (realclean): New target. Currently, this just calls the
14799 subdirectories's makefiles and then deletes config.status.
14800 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
14801 New variables.
14802 Installation directory variables changed to conform.
14803 (install, install.sysv, install.xenix, install.aix): Change the
14804 code which copies the directories into their installed location to
14805 allow the installed locations to be in several different
14806 directories; the old version assumed that they would all be in
14807 $(emacsdir).
14808 (mkdir, lockdir): Allow the installed locations to be in several
14809 different directories.
14810 * INSTALL: Doc fix.
14811
14812 * build-install: Use the same variable names as the Makefile.
14813 Allow the installed locations to be in several different
14814 directories.
14815
14816 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14817
14818 * Makefile (src/paths.h): Instead of using a single sed command to
14819 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
14820 separately, and don't forget to append "/!!!SuperLock!!!" to the
14821 value of the PATH_SUPERLOCK macro.
14822
14823 * config.emacs: Renamed to configure, for consistency with other
14824 GNU products. Internal references changed.
14825 INSTALL, Makefile: References changed.
14826
14827 * lock: New directory, which should always be empty. If this
14828 directory doesn't exist, Emacs won't complain; it just won't lock.
14829 Having this here means that people can just unpack Emacs, build
14830 it, and have locking work.
14831
14832 * share-lib: Re-renamed to etc, for the sake of tradition.
14833 * config.emacs: Changed default value for datadir to ../etc.
14834 * INSTALL, README: Adjusted.
14835
14836 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14837
14838 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
14839 by running CPP on the appropriate s/*.h and m/*.h files.
14840
14841 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14842
14843 * config.emacs: Make sure to set the "exit on error" flag once
14844 we've removed config.status; errors should abort the configuration.
14845
14846 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14847
14848 * config.emacs: Added -distribute option, so that the Makefile
14849 paths are in their proper form. I don't know why this matters.
14850
14851 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14852
14853 * local-lisp: New directory, empty in the distribution, for people
14854 to put local elisp code in.
14855 * config.emacs: Include it in the default load path.
14856 * README: Document it.
14857
14858 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14859
14860 * config.emacs: Guess the type of signal handling functions based
14861 on the contents of /usr/include/signal.h.
14862
14863 * config.emacs: Print out progress report messages.
14864
14865 * Makefile (src/paths.h): Don't generically replace
14866 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
14867 editing of the other entries, and each entry should be dealt with
14868 explicitly anyway.
14869
14870 * build-install: Converted from C-shell to Bourne shell.
14871 * config.emacs: Edit build-install properly.
14872
14873 * config.emacs: Doc fix.
14874
14875 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14876
14877 * Makefile (install): Remove `B' from tar xf command.
14878
14879 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14880
14881 * config.emacs: Removed support for the `maintain-environment'
14882 option; the only important difference between this and its absence
14883 has been removed.
14884 * INSTALL: Removed mention of `maintain-environment'.
14885
14886 * config.emacs: Fix arguments to sed when processing boolean
14887 arguments.
14888
14889 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
14890
14891 * config.emacs: New file, to help automate the installation
14892 process.
14893
14894 * Makefile: Lots of changes to support the separation of etc into
14895 architecture-dependent and -independent files:
14896 (EMACSROOT): New variable, giving the directory under which all of
14897 Emacs's libraries should be installed. Changed rest of file to
14898 use it.
14899 (LIBDIR): Now denotes only architecture-dependent dir.
14900 (DATADIR): New variable, denoting architecture-independent dir.
14901 (LOCKDIR): New variable, for completeness.
14902 (SUBDIR): No more etc, new lib-src.
14903 (COPYDIR): No more etc, new arch-lib and share-lib.
14904 (src/paths.h): Set PATH_DATA and the LOCK macros too.
14905 (src): Now depends on lib-src, not etc.
14906 * build-install: Changes parallel to the above.
14907 * README: Describe the new arrangement.
14908
14909 * vms: New subdirectory for all the VMS stuff.
14910
14911 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
14912
14913 * Makefile (LISPPATH): New variable.
14914 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
14915
14916 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
14917
14918 * Makefile (install, install.sysv, install.xenix):
14919 Install wakeup instead of loadst. No need for setuid or setgid.
14920
14921 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14922
14923 * Makefile (clean): Clean etc if that's not the installation dir.
14924
14925 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14926
14927 * Makefile (paths.h): Make sed alter each name in the path.
14928
14929 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14930
14931 * Makefile (install.sysv): Use cpio, not tar.
14932
14933 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14934
14935 * Makefile (lockdir): Rename `lock' target.
14936 Depend on it from install*, not from `all'.
14937
14938 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
14939
14940 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
14941 to match build-install and paths.h.
14942
14943 ;; Local Variables:
14944 ;; coding: utf-8
14945 ;; End:
14946
14947 Copyright (C) 1993-1999, 2001-2015 Free Software Foundation, Inc.
14948
14949 This file is part of GNU Emacs.
14950
14951 GNU Emacs is free software: you can redistribute it and/or modify
14952 it under the terms of the GNU General Public License as published by
14953 the Free Software Foundation, either version 3 of the License, or
14954 (at your option) any later version.
14955
14956 GNU Emacs is distributed in the hope that it will be useful,
14957 but WITHOUT ANY WARRANTY; without even the implied warranty of
14958 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14959 GNU General Public License for more details.
14960
14961 You should have received a copy of the GNU General Public License
14962 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.