]> code.delx.au - gnu-emacs/blob - ChangeLog.1
Merge branch 'cairo'.
[gnu-emacs] / ChangeLog.1
1 2015-04-11 Jan Djärv <jan.h.d@swipnet.se>
2
3 * configure.ac: Allow jpeg with cairo.
4 Allow tiff and gif with cairo.
5
6 2015-04-07 Paul Eggert <eggert@cs.ucla.edu>
7
8 Merge from gnulib
9 * lib/stddef.in.h: Update from gnulib, incorporating:
10 2015-04-02 stddef: port to pre-C11 GCC on x86
11
12 2015-04-05 Jan Djärv <jan.h.d@swipnet.se>
13
14 * configure.ac: Allow rsvg with cairo. Move back HAVE_RSVG.
15
16 2015-04-03 Jan Djärv <jan.h.d@swipnet.se>
17
18 * configure.ac (HAVE_RSVG): Move after cairo.
19 (USE_CAIRO): Disable rsvg, don't disable Xpm.
20
21 2015-04-03 Paul Eggert <eggert@cs.ucla.edu>
22
23 Port 'configure' to clang 3.5
24 * configure.ac: Add -Wno-unknown-attributes if clang;
25 otherwise clang 3.5.0 (Fedora 21 x86-64) complains
26 "/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute
27 '__alloc_size__' ignored". Use -Werror when checking for -nopie;
28 otherwise clang warns about -nopie instead of failing, and then
29 later it warns everytime the build uses -nopie.
30
31 2015-04-03 Ulrich Müller <ulm@gentoo.org>
32
33 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Add -nopie option if it
34 is supported, in order to avoid segfaults in temacs. (Bug#18784)
35
36 2015-03-27 Pete Williamson <petewil@chromium.org> (tiny change)
37
38 Add NaCl target
39 * configure.ac: Add a target for Chromium Native Client (NaCl).
40
41 2015-03-29 Eli Zaretskii <eliz@gnu.org>
42
43 * build-aux/dir_top (File): Fix the description of selecting a
44 menu item by its number. (Bug#20213)
45
46 2015-03-29 Paul Eggert <eggert@cs.ucla.edu>
47
48 Fix 'commit-msg' to cite 'CONTRIBUTE'
49 As suggested in:
50 http://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00947.html
51 Also, have the two files match better.
52 * CONTRIBUTE: Match what's in build-aux/git-hooks/commit-msg.
53 * build-aux/git-hooks/commit-msg: Mention 'CONTRIBUTE'.
54
55 2015-03-23 Andreas Schwab <schwab@suse.de>
56
57 * configure.ac: Fix jpeg version check to work with gcc >= 5.
58
59 2015-03-21 Samer Masterson <samer@samertm.com>
60
61 * CONTRIBUTE (Test your changes.): New section.
62 (Document your changes.): Add doc tips.
63
64 2015-03-19 Paul Eggert <eggert@cs.ucla.edu>
65
66 Better port of pthread usage to FreeBSD
67 * configure.ac (ac_func_list): Omit pthread_sigmask, since
68 we check for that ourselves rather than relying on gnulib.
69 (HAVE_PTHREAD, LIB_PTHREAD): Port better to FreeBSD,
70 by also checking for pthread_create, pthread_self, pthread_sigmask.
71 Tighten the test for pthread_atfork while we're at it.
72 (Bug#20136)
73
74 Merge from gnulib
75 This incorporates:
76 2015-03-19 fdopendir: port better to MinGW
77 2015-03-18 fdopendir: fix typo in comment
78 2015-02-24 glob, etc.: port to MSVC v18 on MS-Windows 8.1
79 * lib/dirent.in.h, lib/fdopendir.c: Update from gnulib.
80 * lib/dirfd.c, m4/dirfd.m4: New files from gnulib.
81 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
82
83 2015-03-02 Robert Pluim <rpluim@gmail.com> (tiny change)
84
85 * configure.ac: Error out if with-file-notification=w32 is
86 specified on Cygwin. (Bug#19909)
87
88 2015-02-27 Paul Eggert <eggert@cs.ucla.edu>
89
90 Don't require GNU putenv
91 * configure.ac: Use system putenv even if it lacks GNU features, as
92 we don't need them. This works around a bug in FreeBSD 10.1 getenv.
93 (Bug#19874)
94
95 2015-02-25 Paul Eggert <eggert@cs.ucla.edu>
96
97 Merge from gnulib
98 * lib/getdtablesize.c, m4/dup2.m4, m4/fcntl.m4:
99 Update from gnulib, incorporating:
100 2015-02-23 dup2: doc and test for Android bug
101 2015-02-23 Replace dup2() on Android
102 2015-02-22 Android doesn't define RLIM_SAVED_*
103
104 2015-02-21 Paul Eggert <eggert@cs.ucla.edu>
105
106 Merge from gnulib
107 * lib/getdtablesize.c, lib/getopt.c, lib/signal.in.h, lib/tempname.c:
108 * lib/tempname.h, m4/dup2.m4, m4/fcntl.m4, m4/getdtablesize.m4:
109 Update from gnulib, incorporating:
110 2015-02-20 getdtablesize: port better for Android
111 2015-02-19 fcntl: Fix cross compiling
112 2015-02-18 dup2, fcntl: cross-compile better for Android
113 2015-02-18 getopt: don't crash on memory exhaustion
114 2015-02-17 tempname: allow compilation with C++ (trivial)
115 2015-02-17 dup2, fcntl: port to AIX
116 2015-02-16 getdtablesize, dup2, fcntl: port to Android
117 2015-02-11 getdtablesize, signal_h: Fix Android build
118 2015-02-11 maint: various whitespace cleanups in tempname
119
120 2015-02-13 Jan Djärv <jan.h.d@swipnet.se>
121
122 * configure.ac: Set locallisppath to empty for NS self contained,
123 unless --enable-loadllisppath was given (Bug#19850).
124
125 2015-02-11 Jan Djärv <jan.h.d@swipnet.se>
126
127 * configure.ac (with-cairo): New option.
128 (USE_CAIRO): Default to yes for Gtk+ 3. Add code to test for cairo,
129 set CAIRO_CFLAGS, CAIRO_LIBS. Add ftcrfonto to FONT_OBJ if cairo.
130 Output "Does Emacs use cairo?".
131
132 2015-02-09 Paul Eggert <eggert@cs.ucla.edu>
133
134 * configure.ac (HAVE_LIBXML2): Add missing comma.
135
136 2015-02-08 Paul Eggert <eggert@cs.ucla.edu>
137
138 Port to platforms lacking test -a and -o
139 * configure.ac (HAVE_LIBXML2):
140 Prefer '&&' and '||' to 'test -a' and 'test -o'.
141
142 2015-02-08 Ulrich Müller <ulm@gentoo.org>
143
144 * configure.ac (--with-gameuser): Default to 'games' group instead
145 of 'games' user.
146
147 2015-02-04 Paul Eggert <eggert@cs.ucla.edu>
148
149 * .gitattributes: Ignore blanks at EOL in texinfo.tex.
150
151 2015-01-28 Paul Eggert <eggert@cs.ucla.edu>
152
153 Merge from gnulib and try to repair bad merge
154 This attempts to repair problems introduced by the bad merge
155 5491fd1098d27b3ba3db054076b9ab60fb3558dc. The easiest way for me
156 to fix the badly-merged gnulib files was to run
157 'admin/merge-gnulib', so I did that, which also imported the
158 following changes:
159 * build-aux/update-copyright, m4/gnulib.m4:
160 Update from gnulib, incorporating:
161 2015-01-15 time: port to MinGW32 3.21
162 2015-01-15 update-copyright: apply to self
163 2015-01-11 update-copyright: recognize groff's \(co marker
164
165 2015-01-28 Eli Zaretskii <eliz@gnu.org>
166
167 * configure.ac (HAVE_W32): Abort with error message if
168 --without-toolkit-scroll-bars was specified. See
169 http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00525.html
170 for the details.
171
172 2015-01-27 Paul Eggert <eggert@cs.ucla.edu>
173
174 Port autogen.sh hook creation to private templates
175 * autogen.sh: Do not assume that the hook samples exist.
176 This ports to developers who override templatedir in their Git
177 configuration. The downside is that patch applications won't be
178 checked, but that's better than autogen.sh failing.
179 Problem reported by Sam Steingold in:
180 http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00898.html
181
182 2015-01-26 Paul Eggert <eggert@cs.ucla.edu>
183
184 * INSTALL.REPO: Mention minimum Git version.
185
186 2015-01-25 Paul Eggert <eggert@cs.ucla.edu>
187
188 Use gnustep-config if available
189 * configure.ac (--with-gnustep): Document this.
190 (NS_GNUSTEP_CONFIG): New variable, set if gnustep-config works.
191 If gnustep-config works, use 'gnustep-config --objc-flags' and
192 'gnustep-config --gui-libs' to compute GNUstep configuration
193 variables, instead of attempting to infer them individually.
194 (Bug#19507)
195
196 2015-01-21 Ulrich Müller <ulm@gentoo.org>
197
198 * configure.ac (gamegroup): New AC_SUBST.
199 (--with-gameuser): Allow to specify a group instead of a user.
200 In the default case, check at configure time if a 'games' user
201 exists.
202
203 2015-01-16 Paul Eggert <eggert@cs.ucla.edu>
204
205 Give up on -Wsuggest-attribute=const
206 The attribute doesn't help performance significantly, and the
207 warning seems to be more trouble than it's worth. See the thread at:
208 http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00361.html
209 * configure.ac (WERROR_CFLAGS): Don't use -Wsuggest-attribute=const.
210
211 2015-01-11 Paul Eggert <eggert@cs.ucla.edu>
212
213 Default to 'configure --enable-silent-rules'
214 This greatly shortens the 'make' output, making it more readable
215 and useful. For example, on my platform it shortens a
216 4125-character line "gcc -std=gnu99 -c -Demacs -I. -I. -I../lib
217 ... emacs.c" -- a line so long that it's hard to see what's going
218 on or where the diagnostics are -- to just "CC emacs.o".
219 * INSTALL: Document this.
220 * configure.ac: Add AM_SILENT_RULES([yes]).
221 (AM_DEFAULT_VERBOSITY): Remove now-unnecessary initialization.
222 (Bug#19501)
223
224 2015-01-06 Paul Eggert <eggert@cs.ucla.edu>
225
226 Merge from gnulib
227 * lib/stdio.in.h, m4/stdio_h.m4: Update from gnulib, incorporating:
228 2015-01-05 stdio: fix use of PRIdMAX on modern mingw
229
230 2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
231
232 * INSTALL: Mention 'make WERROR_CFLAGS='.
233
234 Clarify 'make info'
235 * Makefile.in (info): Use GNU make conditional rather than
236 an '@' rule with a shell conditional, so that the builder can
237 see the submake.
238
239 Less 'make' chatter for VCSWITNESS
240 * Makefile.in (dirstate, VCSWITNESS): New macros.
241 (src): Use them to lessen 'make' chatter.
242
243 2015-01-01 Paul Eggert <eggert@cs.ucla.edu>
244
245 Merge from gnulib, incorporating:
246 2015-01-01 version-etc: new year
247
248 * .gitattributes: New file.
249
250 * autogen.sh: Port better to non-GNU 'cp'. Reported by Han Boetes.
251
252 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
253
254 Less 'make' chatter at top level
255 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
256 (am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0)
257 (am__v_at_1): New macros, copied from src/Makefile.in.
258 ($(srcdir)/src/config.in, ${srcdir}/info/dir):
259 Be less chatty when not verbose.
260 ($(srcdir)/src/stamp-h.in): Simplify with '$@'.
261
262 2014-12-28 Paul Eggert <eggert@cs.ucla.edu>
263
264 * build-aux/git-hooks/commit-msg: Allow tabs.
265 Treat them as if they were expanded to spaces, with tab stops
266 every 8 columns.
267
268 2014-12-27 Paul Eggert <eggert@cs.ucla.edu>
269
270 * .gitignore: Ignore /conftest*.
271
272 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * build-aux/git-hooks/commit-msg (at_sign): Bump up line-length limit
275 to 78.
276
277 2014-12-25 Paul Eggert <eggert@cs.ucla.edu>
278
279 Prefer stpcpy to strcat.
280 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
281 * lib/stpcpy.c, m4/stpcpy.m4: New files, from gnulib.
282
283 2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org>
284
285 * CONTRIBUTE: Move user-level information to doc/emacs/trouble.texi.
286 Add Savannah url, cleanup announcing freeze.
287 (commit messages): New, gathered from comments on emacs-devel.
288 (Changelog notes): Add reference to GNU coding standards section 5.2;
289 doc 'present tense', bug fix format.
290 (branches): Freeze announcements are made on info-gnu-emacs mailing
291 list.
292 (git vs rename): New.
293
294 2014-12-23 Paul Eggert <eggert@cs.ucla.edu>
295
296 Merge from gnulib.
297 2014-12-20 utimens: remove unnecessary assert
298 2014-12-16 stdalign: port better to HP compilers
299 2014-12-16 stdalign: work around Apple GCC 4.0 bug
300 * lib/stdalign.in.h, lib/utimens.c, m4/stdalign.m4: Update from gnulib.
301
302 2014-12-14 Glenn Morris <rgm@gnu.org>
303
304 * make-dist: No more lib-src/grep-changelog.
305
306 * INSTALL.REPO: Revert 2014-12-06 change.
307
308 2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
309
310 * lib/gnulib.mk: Regenerate.
311
312 2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
313
314 * .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and
315 stddef.h. Remove subsumed entries.
316 Add !lib/std*.in.h, so as to not ignore the .in.h files.
317
318 2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
319
320 Port commit-msg to mawk. Reported by Ted Zlatanov in:
321 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg01093.html
322 * build-aux/git-hooks/commit-msg (space, non_space, non_print):
323 New vars. Use them as approximations to POSIX bracket expressions,
324 on implementations like mawk that do not support POSIX regexps.
325
326 Improve commit-msg messages and autosquash.
327 Reported by Michal Nazarewicz in Bug#19337.
328 * build-aux/git-hooks/commit-msg: Add "commit message" to
329 diagnostics. Distinguish better between tabs and other
330 unprintable chars in diagnostics. Don't complain if a prefix
331 "fixup! " or "squash! " makes a summary line too long.
332
333 2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
334
335 Port commit-message checking to FreeBSD 9.
336 Reported by Jan Djärv in:
337 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00704.html
338 along with some other issues I noticed while testing with FreeBSD.
339 * build-aux/git-hooks/commit-msg: Prefer gawk if available.
340 Prefer en_US.UTF-8 to en_US.utf8, as it's more portable.
341 Work around bug in FreeBSD 9 awk, where /[[:cntrl:]]/ matches
342 ordinary text characters.
343 Be less tricky about quoting "'" in a shell script.
344
345 2014-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
346
347 * .gitignore: Ignore autosave files.
348
349 2014-12-12 Paul Eggert <eggert@cs.ucla.edu>
350
351 Merge from gnulib.
352 2014-12-12 stddef: support C11's max_align_t
353 2014-12-11 unistd: fix iOS check conditional
354 2014-12-08 apply _GL_ATTRIBUTE_PURE to some inline functions
355 2014-12-02 support GNU format printf and scanf on mingw
356 * lib/stat-time.h, lib/stddef.in.h, lib/timespec.h:
357 * m4/extensions.m4, m4/stddef_h.m4, m4/stdio_h.m4: Update from gnulib.
358 * lib/gnulib.mk: Regenerate.
359
360 2014-12-06 Stephen Leake <stephen_leake@stephe-leake.org>
361
362 * CONTRIBUTE: Improve; add explicit web references, move some info
363 from admin/notes/* here.
364
365 * INSTALL.REPO: You can't "just run make" after a clean checkout.
366
367 2014-12-05 Stephen Leake <stephen_leake@stephe-leake.org>
368
369 * CONTRIBUTE: Move here from etc/, preparatory to further
370 changes/cleanup.
371
372 2014-12-05 Paul Eggert <eggert@cs.ucla.edu>
373
374 * .gitignore: Remove redundant pattern (subsumed by _*).
375 Avoid "**", as it requires Git 1.8.2 or later.
376
377 2014-12-05 Eli Zaretskii <eliz@gnu.org>
378
379 * .gitignore: Ignore test/biditest.txt.
380
381 2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
382
383 * .gitignore: Ignore loaddefs directly under lisp, and in
384 sub-sub-directories.
385
386 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
387
388 Add more of the old .bzrignore to .gitignore.
389 Plus a few more .gitignore improvements.
390 * .gitignore: Add copyright notice, since it's big enough.
391 Put exceptions immediately after the patterns they're exceptions
392 to, to make them easier to follow.
393 Give four exceptions for the Makefile pattern.
394 Ignore /confdefs.h, test/indent/*.new, TAGS, GPATH, GSYMS, GRTAGS,
395 GTAGS, ID, *.exe, some nextstep-related files,
396 jisx2131-filter, *.orig, *.rej, etc/emacs.tmpdesktop, *.in-h
397 _* (except for build-aux/snippet/_Noreturn.h), /bin/, /BIN/,
398 /data/, etc/icons/, lib/cxxdefs.h, lib/SYS/, /libexec/, /lock/,
399 /README.W32, /share/, /site-lisp/, src/gdb.ini, /var/.
400 Ignore /configure.lineno, since POSIX requires
401 LINENO only with the User Portability Utilities option.
402 Ignore *cust-load.el and *loaddefs.el only under lisp.
403 Ignore core files of various flavors.
404 Do not ignore etc/refcards/gnus-logo.pdf.
405
406 2014-11-29 Eli Zaretskii <eliz@gnu.org>
407
408 * .gitignore: Add back src/_gdbinit, which is a temporary file
409 created by the MS-DOS build.
410
411 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
412
413 Add a.out to .gitignore.
414 Suggested by Lee Duhem in:
415 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01665.html
416 * .gitignore: Add a.out.
417 Move *.log next to *.tmp, since it's generic.
418 Put *.exe before non-generics.
419
420 2014-11-29 Eli Zaretskii <eliz@gnu.org>
421
422 * .gitignore: Resurrect Windows-specific ignorables lost in last
423 changes.
424
425 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
426
427 * .gitignore: Add /emacs-[1-9]*/, and sort better.
428
429 2014-11-29 Ivan Andrus <darthandrus@gmail.com>
430
431 * .gitignore: Add some nextstep/mac ignorables.
432
433 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
434
435 .gitignore cleanup.
436 * .gitignore: Merge contents of subsidiary files and organize the
437 result so as to avoid duplication. Remove no-longer needed entries.
438 * admin/charsets/.gitignore, admin/unidata/.gitignore:
439 * doc/lispintro/.gitignore, etc/.gitignore, leim/.gitignore:
440 * leim/ja-dic/.gitignore, lib-src/.gitignore, lisp/.gitignore:
441 * lisp/calc/.gitignore, lisp/calendar/.gitignore:
442 * lisp/cedet/.gitignore, lisp/emulation/.gitignore:
443 * lisp/erc/.gitignore, lisp/eshell/.gitignore, lisp/gnus/.gitignore:
444 * lisp/international/.gitignore, lisp/language/.gitignore:
445 * lisp/leim/.gitignore, lisp/leim/quail/.gitignore:
446 * lisp/mail/.gitignore, lisp/mh-e/.gitignore, lisp/net/.gitignore:
447 * lisp/nxml/.gitignore, lisp/obsolete/.gitignore:
448 * lisp/play/.gitignore, lisp/progmodes/.gitignore:
449 * lisp/term/.gitignore, lisp/textmodes/.gitignore:
450 * lisp/url/.gitignore, nt/.gitignore, src/.gitignore:
451 Remove; no longer needed.
452
453 2014-11-29 Glenn Morris <rgm@gnu.org>
454
455 * configure.ac: Simplify gnutls tests.
456
457 2014-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
458
459 * .gitignore: Add entries for emacsvers files.
460
461 2014-11-27 Paul Eggert <eggert@cs.ucla.edu>
462
463 Restore 'Bug#' -> 'debbugs:' rewrite in log-edit-mode.
464 * .dir-locals.el (log-edit-mode): Restore the (log-edit-rewrite-fixes
465 "[ \n](bug#\\([0-9]+\\))" . "debbugs:\\1"). See Glenn Morris in:
466 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01187.html
467
468 Simplify and fix doc-related .gitignore files.
469 This fixes some unwanted 'git status' output after 'make docs'.
470 * .gitignore: Add **/Makefile, **/makefile.
471 Remove Makefile, makefile.
472 Add doc/*/*.xxx rules for the usual kinds of documentation outputs
473 and temporaries. Add doc/misc/cc-mode.ss.
474 * doc/emacs/.gitignore, doc/lispintro/.gitignore, doc/misc/.gitignore:
475 * lwlib/.gitignore, oldXMenu/.gitignore:
476 Remove, as these .gitignore files are no longer needed.
477 * doc/lispintro/.gitignore: Replace with list of exceptional PDF files.
478
479 2014-11-26 Dani Moncayo <dmoncayo@gmail.com>
480
481 * configure.ac [MINGW]: Fix the way of getting the right host
482 platform.
483
484 2014-11-25 Glenn Morris <rgm@gnu.org>
485
486 * configure.ac: Fix yesterday's use of uninitialized $version.
487
488 2014-11-25 Oscar Fuentes <ofv@wanadoo.es>
489
490 * configure.ac [MINGW]: Set $canonical default value as per the
491 compiler's target.
492
493 2014-11-24 Glenn Morris <rgm@gnu.org>
494
495 * configure.ac [HAVE_W32]: Generate nt/*.rc files when HAVE_W32,
496 not just when using mingw32.
497
498 2014-11-22 Glenn Morris <rgm@gnu.org>
499
500 Further reduce number of versioned files storing Emacs version number.
501 * configure.ac (comma_version, comma_space_version) [mingw32]:
502 New output variables.
503 (nt/emacs.rc, nt/emacsclient.rc) [mingw32]: New output files.
504 * make-dist: Update nt/ for *.rc -> *.rc.in changes.
505
506 2014-11-19 Dani Moncayo <dmoncayo@gmail.com>
507
508 * build-aux/msys-to-w32: Simplify implementation and docstring;
509 Paths starting with '%emacs_dir%' are just considered relative.
510
511 2014-11-16 Christoph Scholtes <cschol2112@gmail.com>
512
513 * .gitignore: Ignore generated file lib/stdalign.h.
514
515 2014-11-16 Eli Zaretskii <eliz@gnu.org>
516
517 * .gitignore: Add more ignorables.
518
519 2014-11-14 Andreas Schwab <schwab@linux-m68k.org>
520
521 * Makefile.in (config.status): Don't depend on
522 ${srcdir}/lisp/version.el.
523
524 2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
525
526 Merge from gnulib.
527 2014-11-14 extern-inline: update commentary about GCC bugs
528 2014-11-06 unistd: port to iOS
529 2014-11-04 update from texinfo
530 * doc/misc/texinfo.tex, lib/unistd.in.h, m4/extern-inline.m4:
531 Update from gnulib.
532
533 build: port to GCC 4.6.4 + glibc 2.5
534 On platforms this old, building with _FORTIFY_SOURCE equal to 2
535 results in duplicate definitions of standard library functions.
536 Reported by Nelson H. F. Beebe.
537 * configure.ac (_FORTIFY_SOURCE): Sort after GNULIB_PORTCHECK.
538 By default, do not enable this unless GNULIB_PORTCHECK is defined.
539 This better matches the original intent, which as I recall was to
540 enable these extra checks only with --enable-gcc-warnings.
541
542 2014-11-14 David Reitter <david.reitter@gmail.com>
543
544 * Makefile.in (install-arch-indep): Compress publicsuffix.txt file.
545
546 2014-11-13 Paul Eggert <eggert@cs.ucla.edu>
547
548 * .dir-locals.el: Remove reference to bzr commit --fixes debbugs.
549
550 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
551
552 * .gitignore: Copy over sufficient ignorable files from the old
553 .bzrignore that a simple build doesn't list lots of unregistered files.
554
555 2014-11-11 Eric S. Raymond <esr@thyrsus.com>
556
557 Git transition.
558 * Makefile.in (src): Set VCSWITNESS appropriately for git.
559
560 All bzr revision IDS, and all CVS revision IDs for which a commit
561 could be identified, were changed to time-date!committer version
562 stamps. All .cvsignore files in the history became .gitignore
563 files. Fixes-bug annotations from bzr were copied into the
564 corresponding commit comments.
565
566 (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org.
567 The last CVS commit was 2009-12-27T08:11:12Z!cyd@stupidchicken.com.)
568
569 Committer/author email addresses are generally correct for the
570 transition day, not necessarily when the commit was originally made.
571
572 2014-11-10 Glenn Morris <rgm@gnu.org>
573
574 * configure.ac (doc/man/emacs.1): Generate it.
575 * Makefile.in (top_bootclean): Remove doc/man/emacs.1.
576 * make-dist: Do not distribute doc/man/emacs.1.
577
578 * configure.ac (etc/refcards/emacsver.tex): Generate it.
579 * Makefile.in (etc-emacsver): New PHONY rule.
580 (bootstrap-clean): Delete etc/refcards/emacsver.tex.
581
582 * configure.ac (doc/emacs/emacsver.texi): Generate it.
583 * make-dist (doc/emacs/emacsver.texi) [update]: No longer check it.
584
585 2014-11-08 Dani Moncayo <dmoncayo@gmail.com>
586
587 * build-aux/msys-to-w32: Simplify the initial over-engineered
588 interface, and the implementation.
589 * Makefile.in (epaths-force-w32): Update for the above. Also
590 simplify, assuming that the shell is bash (which is the case in MSYS).
591 (msys_w32prefix_subst, msys_sed_sh_escape): Remove (no longer used).
592
593 2014-11-05 Glenn Morris <rgm@gnu.org>
594
595 * Makefile.in (QUIET_SUBMAKE): Remove.
596 (install-info, uninstall): Use --no-print-directory. (Bug#18908)
597
598 2014-10-25 Eric S. Raymond <esr@thyrsus.com>
599
600 * autogen.sh: Neutralize language specific to a repository type.
601
602 2014-10-23 Paul Eggert <eggert@cs.ucla.edu>
603
604 * Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use of 'wildcard'.
605
606 Fix race in 'make info/dir', and speed it up.
607 * Makefile.in (AWK, srcdir_doc_info_dir_inputs, info_dir_inputs):
608 New macros.
609 (clean): Remove info-dir.*.
610 (info_dir_deps): Depend on make-info-dir too.
611 (${srcdir}/info/dir): Make sure info directory exists.
612 Don't call pwd; just redirect make-info-dir's stdout to temp file.
613 * build-aux/make-info-dir: Send output to stdout.
614 Take input file names from args.
615 Fix a "FIXME inefficient looping" by using awk's associative arrays.
616 Basically, this rewrites the script from scratch, and speeds up
617 'make info/dir' from 2.6s to 0.07s on my platform.
618
619 2014-10-20 Glenn Morris <rgm@gnu.org>
620
621 * Merge in all changes up to 24.4 release.
622
623 2014-10-19 Paul Eggert <eggert@cs.ucla.edu>
624
625 Merge from gnulib, incorporating:
626 2014-10-18 readlinkat: port to AIX 7.1
627 2014-10-07 fcntl: fix error reporting by dupfd
628 * lib/fcntl.c, lib/readlinkat.c, lib/unistd.in.h, m4/readlinkat.m4:
629 * m4/unistd_h.m4: Update from gnulib.
630 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
631
632 2014-10-17 Glenn Morris <rgm@gnu.org>
633
634 * configure.ac: Simplify OS X $canonical tests.
635
636 2014-10-15 Jan Djärv <jan.h.d@swipnet.se>
637
638 * configure.ac: Move the OSX 10.6 test.
639
640 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * .bzrignore: Add uni-brackets.el.
643
644 2014-10-14 Jan Djärv <jan.h.d@swipnet.se>
645
646 * configure.ac: apple-darwin powerpc is unported.
647 Require OSX >= 10.6 even if --with-ns is not given.
648
649 2014-10-12 Ken Brown <kbrown@cornell.edu>
650
651 * configure.ac (LD_SWITCH_SYSTEM_TEMACS) [CYGWIN]: Set stack size
652 to 8 MB. (Bug#18438)
653
654 2014-10-12 Jan Djärv <jan.h.d@swipnet.se>
655
656 * configure.ac: Require OSX 10.6. Remove NSInteger test,
657 use nsfont for Gnustep, macfont for OSX.
658
659 2014-10-12 Paul Eggert <eggert@cs.ucla.edu>
660
661 Fix putenv race conditions that can crash Emacs (Bug#8705).
662 * configure.ac (LOCALTIME_CACHE): Remove.
663 We needn't worry about SunOS 4 any more; Sun dropped support in 2003.
664 All uses of LOCALTIME_CACHE removed. This simplifies the fix.
665 (tzalloc): Add check for this function.
666
667 2014-10-06 Jan Djärv <jan.h.d@swipnet.se>
668
669 * configure.ac: Add -Wno-string-plus-int for clang.
670
671 2014-10-04 Glenn Morris <rgm@gnu.org>
672
673 * configure.ac: Silence warning with some old Xrandr.h. (Bug#18465)
674
675 2014-10-03 Paul Eggert <eggert@cs.ucla.edu>
676
677 * configure.ac: Port to strict POSIX shells on non-MinGW (Bug#18612).
678
679 2014-09-29 Eli Zaretskii <eliz@gnu.org>
680
681 * README: Bump version to 25.0.50.
682
683 * configure.ac (AC_INIT): Bump version to 25.0.50.
684
685 2014-09-29 Dmitry Antipov <dmantipov@yandex.ru>
686
687 * configure.ac (HAVE_STATEMENT_EXPRESSIONS): Remove.
688 For USE_STACK_LISP_OBJECTS, we always assume __GNUC__.
689
690 2014-09-27 Ken Brown <kbrown@cornell.edu>
691
692 * configure.ac [CYGWIN]: Enable sound support.
693
694 2014-09-25 Paul Eggert <eggert@cs.ucla.edu>
695
696 * configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'.
697
698 2014-09-23 Paul Eggert <eggert@cs.ucla.edu>
699
700 Merge from gnulib, incorporating:
701 2014-09-11 fcntl-h: fix compilation with Intel C++ compiler
702 2014-09-04 pthread, pthread_sigmask, threadlib: port to Ubuntu 14.04
703
704 2014-09-22 Jan Djärv <jan.h.d@swipnet.se>
705
706 * configure.ac: Increase headerpad_extra to 1000, update the comment
707 about load commands (Bug#18505).
708
709 2014-09-15 Eli Zaretskii <eliz@gnu.org>
710
711 * configure.ac (HAVE_SOUND): Check for mmsystem.h header that
712 defines the sound stuff on MS-Windows. (Bug#18463)
713
714 2014-09-10 Paul Eggert <eggert@cs.ucla.edu>
715
716 Improve the experimental local and scoped allocation.
717 * configure.ac (HAVE_STRUCT_ATTRIBUTE_ALIGNED)
718 (HAVE_STATEMENT_EXPRESSIONS): New configure-time checks.
719
720 2014-09-07 Paul Eggert <eggert@cs.ucla.edu>
721
722 Expand @AM_DEFAULT_VERBOSITY@ even if Automake is old (Bug#18415).
723 * configure.ac: Assume verbose output for older Automake.
724
725 2014-09-04 Paul Eggert <eggert@cs.ucla.edu>
726
727 * configure.ac (MAKEINFO): Clean up some configuration bitrot.
728 MAKEINFO is already set before we get here, so no need to call AC_PATH_PROG.
729 Bypass $am_missing_run. Simplify version-number checking.
730
731 2014-09-02 Paul Eggert <eggert@cs.ucla.edu>
732
733 Merge from gnulib, incorporating:
734 2014-09-02 gnulib-common.m4: port to GCC 4.2.1 and Sun Studio 12 C++
735 2014-09-01 manywarnings: add GCC 4.9 warnings
736 * m4/gnulib-common.m4, m4/manywarnings.m4: Update from gnulib.
737
738 2014-09-01 Paul Eggert <eggert@cs.ucla.edu>
739
740 --enable-silent-rules now suppresses more chatter.
741 * INSTALL: Document this.
742
743 Clean up extern decls a bit.
744 * configure.ac (WERROR_CFLAGS): Don't disable -Wnested-externs.
745 While we're at it, don't disable -Wlogical-op either.
746
747 2014-08-31 Paul Eggert <eggert@cs.ucla.edu>
748
749 * configure.ac (MAKE): Export it, for config.status.
750 Needed on AIX when 'configure' infers MAKE=gmake.
751 (__restrict_arr): Remove; no longer used.
752
753 2014-08-30 Paul Eggert <eggert@cs.ucla.edu>
754
755 Vector-sorting fixes (Bug#18361).
756 * configure.ac (qsort_r): Remove, as we no longer use qsort-like
757 functions.
758 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
759 * lib/vla.h, m4/vararrays.m4: New files, copied from gnulib.
760 * lib/stdlib.in.h, m4/stdlib_h.m4: Sync from gnulib, incorporating:
761 2014-08-29 qsort_r: new module, for GNU-style qsort_r
762 The previous two files' changes are boilerplate generated by
763 admin/merge-gnulib, and should not affect Emacs.
764
765 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
766
767 * configure.ac (AC_CHECK_FUNCS): Check for qsort_r.
768
769 2014-08-28 Ken Brown <kbrown@cornell.edu>
770
771 * configure.ac (HYBRID_MALLOC): New macro; define to use gmalloc
772 before dumping and the system malloc after dumping. Define on
773 Cygwin. (Bug#18222)
774
775 2014-08-28 Glenn Morris <rgm@gnu.org>
776
777 * Makefile.in (appdatadir): New variable.
778 (install-etc, uninstall, clean): Handle etc/emacs.appdata.xml.
779
780 2014-08-27 Paul Eggert <eggert@cs.ucla.edu>
781
782 Improve robustness of new string-collation code (Bug#18051).
783 * configure.ac (newlocale): Check for this, not for uselocale.
784
785 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
786
787 Detect features needed to handle C stack overflows.
788 * configure.ac: Check for sigaltstack and related sigaction
789 support. Unconditionally check for sigsetjmp and siglongjmp.
790 (HAVE_STACK_OVERFLOW_HANDLING): Define if we can support it.
791
792 (HAVE_LINUX_SYSINFO): Avoid false positive on Solaris.
793
794 2014-08-25 Ken Brown <kbrown@cornell.edu>
795
796 * configure.ac (G_SLICE_ALWAYS_MALLOC): Remove obsolete macro.
797
798 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
799
800 * INSTALL.REPO: Remove reference to obsolete configure scripts
801 on non-Posix platforms (Bug#18323).
802
803 2014-08-24 Michael Albinus <michael.albinus@gmx.de>
804
805 * configure.ac: Check also for the uselocale function. (Bug#18051)
806
807 2014-08-23 Karol Ostrovsky <karol.ostrovsky@gmail.com> (tiny change)
808
809 * configure.ac: Accept "*-mingw*", not just "*-mingw32", as
810 canonical name of a MinGW build, because using MSYS2 'uname'
811 produces "MINGW64".
812
813 2014-08-21 Ken Brown <kbrown@cornell.edu>
814
815 * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the
816 Cygwin-w32 build. (Bug#18302)
817
818 2014-08-11 Paul Eggert <eggert@cs.ucla.edu>
819
820 Don't prevent random file systems from being unmounted (Bug#18232).
821 This fix relies on having the 'fchdir' function, and on having
822 "." be searchable (or at least readable, on platforms lacking O_SEARCH),
823 but that's good enough to handle the vast majority of cases and the
824 remaining folks can just live with the annoyance of file systems
825 that occasionally can't be unmounted.
826 * configure.ac (fchdir): New function to check for.
827 * lib/save-cwd.c: Copy from gnulib, except omit the part that
828 allocates memory, since that can cause problems in Emacs.
829 * lib/save-cwd.h: Copy from gnulib.
830
831 2014-08-10 Eli Zaretskii <eliz@gnu.org>
832
833 * config.bat: Fix some confusing wording.
834
835 2014-08-09 Eli Zaretskii <eliz@gnu.org>
836
837 * config.bat: Fix EOL format in lines modified by last commit.
838
839 2014-08-09 Reuben Thomas <rrt@sc3d.org>
840
841 * make-dist (files): Remove msdos/is_exec.c and sigaction.c.
842 * config.bat: Require DJGPP 2.02 or later.
843
844 2014-08-09 Paul Eggert <eggert@cs.ucla.edu>
845
846 Merge from gnulib, incorporating:
847 2014-08-07 getdtablesize: fall back on sysconf (_SC_OPEN_MAX)
848 2014-08-05 sys_select: fix FD_ZERO problem on Solaris 10
849 * lib/getdtablesize.c, lib/sys_select.in.h: Update from gnulib.
850
851 2014-08-07 Reuben Thomas <rrt@sc3d.org>
852
853 * README: ``MSDOG'' becomes ``MS-DOS''.
854
855 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
856
857 Merge from gnulib, incorporating:
858 2014-08-04 extern-inline: port to FreeBSD, DragonFly
859 * lib/gnulib.mk: Regenerate (comment change only).
860 * m4/extern-inline.m4: Update from gnulib.
861
862 2014-08-02 Paul Eggert <eggert@cs.ucla.edu>
863
864 * configure.ac (HAVE_TIMERFD): Also check for TFD_NONBLOCK,
865 since the code is using TFD_NONBLOCK now.
866
867 2014-07-31 Paul Eggert <eggert@cs.ucla.edu>
868
869 Simplify timerfd configuration and fix some minor glitches.
870 * configure.ac (HAVE_TIMERFD): Define only if TFD_CLOEXEC works,
871 since the code leaked file descriptors to children when !TFD_CLOEXEC.
872 (HAVE_TIMERFD_CLOEXEC): Remove; no longer used.
873 * m4/clock_time.m4 (gl_CLOCK_TIME): Don't check for clock_getres.
874 This reverts the previous change to this file, so it matches
875 gnulib again.
876
877 2014-07-28 Dmitry Antipov <dmantipov@yandex.ru>
878
879 * configure.ac (toplevel): Check whether GNU/Linux-specific
880 timerfd functions and macros are available.
881 * m4/clock_time.m4 (gl_CLOCK_TIME): Check for clock_getres as well.
882
883 2014-07-13 Paul Eggert <eggert@cs.ucla.edu>
884
885 Improve behavior of 'bzr up; cd src; make -k'.
886 * Makefile.in (ACLOCAL_INPUTS): Add all m4/*.m4 files.
887
888 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
889
890 Merge from gnulib, incorporating:
891 2014-06-27 mktime: merge #if/#ifdef usage from glibc
892 * lib/mktime.c: Update from gnulib.
893
894 * Makefile.in (install-arch-indep): Avoid readdir race (Bug#17971).
895
896 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
897
898 * configure.ac: Check whether sys/sysinfo.h provides
899 Linux 'sysinfo' function and 'struct sysinfo' type.
900
901 2014-06-28 Glenn Morris <rgm@gnu.org>
902
903 * configure.ac (lwlib_deps_frag, oldxmenu_deps_frag): New output files.
904 * make-dist (lwlib, oldXMenu): Distribute *.mk.
905
906 2014-06-27 Glenn Morris <rgm@gnu.org>
907
908 * Makefile.in (src): No more need to pass BOOTSTRAPEMACS.
909
910 * make-dist: Exclude test/automated/*.log.
911
912 2014-06-26 Glenn Morris <rgm@gnu.org>
913
914 * Makefile.in (mostlyclean, clean): Maybe clean test/automated.
915
916 2014-06-21 Paul Eggert <eggert@cs.ucla.edu>
917
918 * configure.ac: Warn about --enable-link-time-optimization's issues
919 in --help message (Bug#17806).
920
921 Port to GCC 4.9.0 with link time optimization (Bug#17806).
922 * configure.ac (CFLAGS): With link time optimization,
923 use -ffat-lto-objects if supported; otherwise Emacs won't
924 build with GCC 4.9.0.
925
926 2014-06-20 Paul Eggert <eggert@cs.ucla.edu>
927
928 Diagnose failures due to colons in directory names (Bug#17278).
929 * Makefile.in (epaths-force): Don't allow ':' in directories whose
930 names go into a colon-separated path.
931 * configure.ac: Fail if submake fails.
932
933 2014-06-17 Paul Eggert <eggert@cs.ucla.edu>
934
935 Omit redundant extern decls.
936 Most of this patch is from Dmitry Antipov, in:
937 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00263.html
938 * configure.ac (WERROR_CFLAGS): Add -Wredundant-decls.
939
940 Merge from gnulib, incorporating:
941 2014-06-17 acl: port to gcc -Wredundant-decls
942 2014-06-01 gnulib-common.m4: Fix typo in _GL_UNUSED_LABEL.
943 * lib/acl.h, m4/gnulib-common.m4: Update from gnulib.
944
945 2014-06-15 Glenn Morris <rgm@gnu.org>
946
947 * Makefile.in: Use `make -C' rather than `cd && make' throughout.
948
949 * Makefile.in: Parallelize clean rules using GNU make features.
950 (submake_template): New definition.
951 (mostlyclean_dirs, clean_dirs, distclean_dirs, maintainer_clean_dirs):
952 New variables.
953 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean)
954 (extraclean): Define using each subdirectory as a prequisite.
955 * lib/Makefile.am (bootstrap-clean): New.
956
957 2014-06-15 Paul Eggert <eggert@cs.ucla.edu>
958
959 Port part of the AIX fix to Solaris (Bug#17598).
960 * configure.ac (_REENTRANT): Define on Solaris if HAVE_PTHREAD.
961 This ports part of the recent AIX fixes to Solaris. It is needed
962 for the same reason that _THREAD_SAFE is needed on AIX, e.g., to
963 make sure that each thread has its own 'errno'.
964
965 2014-06-13 Glenn Morris <rgm@gnu.org>
966
967 * Makefile.in (CC, CFLAGS, LDFLAGS, CPPFLAGS, abs_top_srcdir):
968 Remove, no longer used.
969 (lib, lib-src, lisp, nt, src, blessmail, install-arch-dep)
970 (install-nt, install-strip, uninstall, uninstall-nt)
971 (mostlyclean, clean, distclean, bootstrap-clean)
972 (maintainer-clean, extraclean, TAGS, tags, check, $(DOCS)):
973 ($(INSTALL_DOC), $(UNINSTALL_DOC), info, bootstrap, check-declare):
974 GNU make automatically passes command-line arguments to sub-makes.
975
976 2014-06-11 Paul Eggert <eggert@cs.ucla.edu>
977
978 Use a shell function in configure.ac to cut down on code duplication.
979 * configure.ac (emacs_check_gnu_make): New shell function.
980 Use it to avoid duplication when checking for GNU Make.
981 It's OK for 'configure' to use shell functions these days,
982 as long as we follow the advice in the 'Shell Functions'
983 section of the Autoconf manual.
984
985 2014-06-11 Glenn Morris <rgm@gnu.org>
986
987 * configure.ac: Require at least version 3.81 of GNU make.
988
989 2014-06-10 Paul Eggert <eggert@cs.ucla.edu>
990
991 Rely on AC_CANONICAL_HOST to detect whether we're using mingw.
992 See the thread containing:
993 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00206.html
994 * configure.ac (AC_CANONICAL_HOST): Invoke this as early as we
995 can, which is just after AM_INIT_AUTOMAKE. Then check for mingw
996 just after that.
997
998 2014-06-10 Glenn Morris <rgm@gnu.org>
999
1000 * Makefile.in (AUTOCONF, AUTOMAKE, AUTOHEADER, ACLOCAL):
1001 New, set by configure. Use throughout where appropriate.
1002
1003 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
1004 * configure.ac (INFO_EXT, INFO_OPTS): Remove output variables.
1005
1006 2014-06-08 Paul Eggert <eggert@cs.ucla.edu>
1007
1008 Port better to AIX (Bug#17598).
1009 * configure.ac (with_xpm_set): New shell var.
1010 (_THREAD_SAFE): Define on AIX if HAVE_PTHREAD.
1011 (with_xpm): Default to 'no' on AIX.
1012 (LIBXPM): Append -lXpm if -lXaw is also used, as the latter
1013 requires the former on AIX.
1014
1015 2014-06-05 Paul Eggert <eggert@cs.ucla.edu>
1016
1017 Try harder to find GNU Make when configuring.
1018 * configure.ac (AC_PROG_MAKE_SET): Define a dummy.
1019 (MAKE): Set it to GNU Make, if one can be found.
1020 Search PATH for 'make', 'gmake', 'gnumake'.
1021 This works better on platforms like AIX, where GNU Make
1022 might be in /opt/freeware/bin/make, and reside
1023 behind /usr/bin/make in the PATH.
1024
1025 2014-06-05 Dmitry Antipov <dmantipov@yandex.ru>
1026
1027 * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.
1028 * INSTALL: Mention SVG image support.
1029
1030 2014-06-05 Paul Eggert <eggert@cs.ucla.edu>
1031
1032 * configure.ac: --without-all now implies --without-xft, --disable-acl.
1033 * INSTALL: Remove apparently unmaintained documentation about what
1034 --without-all exactly means.
1035
1036 2014-06-03 Eli Zaretskii <eliz@gnu.org>
1037
1038 * configure.ac (C_HEAP_SWITCH): Remove.
1039
1040 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
1041
1042 Fix port to 32-bit AIX with xlc (Bug#17598).
1043 This doesn't fix Bug#17598, but it does fix a regression since Emacs
1044 built with xlc until recently, and perhaps it'll help us fix Bug#17598.
1045 * configure.ac (GC_SETJMP_WORKS): Define for AIX, too.
1046 Merge from gnulib, incorporating:
1047 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
1048 * lib/ftoastr.c: Update from gnulib.
1049
1050 2014-06-01 Paul Eggert <eggert@cs.ucla.edu>
1051
1052 Merge from gnulib, incorporating:
1053 2014-06-02 acl: apply pure attribute to two functions
1054 2014-06-01 gnulib-common.m4: add _GL_UNUSED_LABEL
1055 2014-05-31 dup2, fcntl, fcntl-h: port to AIX 7.1
1056 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
1057 * lib/acl-internal.h, lib/fcntl.in.h, lib/ftoastr.h:
1058 * m4/dup2.m4, m4/fcntl.m4, m4/gnulib-common.m4:
1059 Update from gnulib.
1060
1061 2014-06-01 Juanma Barranquero <lekktu@gmail.com>
1062
1063 * configure.ac (C_HEAP_SWITCH): Raise HEAPSIZE value for 32-bit
1064 builds on Windows.
1065
1066 2014-05-29 Paul Eggert <eggert@cs.ucla.edu>
1067
1068 * configure.ac (pthread_sigmask): Look in LIB_PTHREAD too (Bug#17561).
1069 Fixes configuration glitch found in <http://bugs.gnu.org/17561#59>.
1070
1071 2014-05-29 Eli Zaretskii <eliz@gnu.org>
1072
1073 * configure.ac (ADDSECTION, TEMACS_POST_LINK): Don't compute,
1074 unused.
1075
1076 2014-05-29 Paul Eggert <eggert@cs.ucla.edu>
1077
1078 Don't substitute sigprocmask for pthread_sigmask (Bug#17561).
1079 sigprocmask isn't portable in a multithreaded process.
1080 * configure.ac (gl_THREADLIB): Remove dummy.
1081 Merge from gnulib, incorporating:
1082 2014-05-28 pthread_sigmask, timer-time: use gl_THREADLIB only if needed
1083 * m4/pthread_sigmask.m4, m4/timer_time.m4: Update from gnulib.
1084
1085 2014-05-29 Glenn Morris <rgm@gnu.org>
1086
1087 * configure.ac: Explicitly drop some ancient Solaris versions.
1088
1089 2014-05-27 Fabrice Popineau <fabrice.popineau@gmail.com>
1090
1091 * configure.ac (C_HEAP_SWITCH): Define for different values of
1092 dumped heap size depending on 32/64bits arch on Windows.
1093 Don't check for pthreads.h on MinGW32/64, it gets in the way.
1094 Use mmap(2) for buffers and system malloc for MinGW32/64.
1095 (EMACS_HEAPSIZE): Remove.
1096
1097 2014-05-27 Paul Eggert <eggert@cs.ucla.edu>
1098
1099 Merge from gnulib, incorporating:
1100 2014-05-21 fchdir: port 'open' and 'close' redefinitions to AIX 7.1
1101 * lib/openat-proc.c: Update from gnulib.
1102
1103 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
1104
1105 Fix port to 32-bit AIX (Bug#17540).
1106 * configure.ac (opsys): On Power Architecture, treat release 7 of
1107 AIX like releases 5 and 6.
1108
1109 2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
1110
1111 Remove dependencies on getdelim and getline.
1112 * configure.ac (getdelim, getline): Remove.
1113
1114 2014-05-18 Glenn Morris <rgm@gnu.org>
1115
1116 * configure.ac: Do not bother testing for png in non-graphical builds.
1117
1118 2014-05-18 Paul Eggert <eggert@cs.ucla.edu>
1119
1120 Port ctags+etags build to Sun C 5.12.
1121 * .bzrignore: Remove lib-src/ctags.c.
1122
1123 Port recent libpng changes to hosts with missing png.h.
1124 * configure.ac (HAVE_PNG): Port to platforms where libpng-config
1125 succeeds but png.h is absent, by testing libpng-config's output
1126 rather than trusting it. I ran into this problem when building
1127 Emacs trunk on a Solaris 10 host.
1128
1129 2014-05-17 Paul Eggert <eggert@cs.ucla.edu>
1130
1131 Assume C99 or later (Bug#17487).
1132 * lib/stdarg.in.h, lib/stdbool.in.h, m4/stdarg.m4, m4/stdbool.m4:
1133 Remove.
1134 * configure.ac (_AC_PROG_CC_C89): Define a dummy, to keep 'configure'
1135 smaller.
1136 (gl_PROG_CC_C99): Use this to get C99 or later.
1137 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1138
1139 2014-05-16 Paul Eggert <eggert@cs.ucla.edu>
1140
1141 Don't require pkg-config when building from repository.
1142 * INSTALL: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'.
1143 * INSTALL.REPO: pkg-config is no longer required to build from
1144 the repository.
1145 * autogen.sh: Don't check for pkg-config.
1146 (progs): Remove pkg-config.
1147 (pkg_config_min, AUTORECONF_ENV, env_space, ACLOCAL_PATH):
1148 Remove. All uses removed.
1149 * m4/pkg.m4: New file, built by admin/merge-pkg-config.
1150 * configure.ac: Remove unnecessary m4_pattern_forbid of ^PKG_ and
1151 an AC_ARG_VAR of PKG_CONFIG_PATH. pkg.m4 does that for us.
1152 (EMACS_CHECK_MODULES): Remove workaround for old pkg-config bug,
1153 as we use pkg.m4 from a newer pkg-config.
1154
1155 2014-05-15 Jan Djärv <jan.h.d@swipnet.se>
1156
1157 * configure.ac (LIBPNG): Do not test for libpng if NS_IMPL_COCOA.
1158
1159 2014-05-13 Dmitry Antipov <dmantipov@yandex.ru>
1160
1161 * configure.ac (HAVE_XFIXES): Define if available.
1162 (XFIXES_CFLAGS, XFIXES_LIBS): New AC_SUBSTs.
1163 (--enable-link-time-optimization): Add clang support.
1164 * INSTALL: Mention it.
1165
1166 2014-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
1167
1168 * configure.ac (EMACS_CHECK_MODULES): Fix typo in previous change.
1169
1170 2014-05-11 Paul Eggert <eggert@cs.ucla.edu>
1171
1172 Work around bug in pkg-config before 0.26 (Bug#17438).
1173 * configure.ac (EMACS_CHECK_MODULES): Check for failed exit status
1174 of pkg-config, on older pkg-config versions that don't do it
1175 properly.
1176
1177 2014-05-07 Glenn Morris <rgm@gnu.org>
1178
1179 * autogen.sh: Check for failing aclocal.
1180
1181 2014-05-05 Glenn Morris <rgm@gnu.org>
1182
1183 * autogen.sh: Check any pre-existing ACLOCAL_PATH.
1184
1185 2014-05-04 Paul Eggert <eggert@cs.ucla.edu>
1186
1187 Consult libpng-config more consistently (Bug#17339).
1188 This is mainly for simplicity, but it should also avoid
1189 some future problems like the ones we recently had with NetBSD.
1190 * configure.ac (LIBPNG): Configure after LIBZ. Use libpng-config
1191 for cflags, too. Append -lz if we're not already doing that with
1192 LIBZ. Do not bother appending -lm, since we always append that.
1193 Coalesce some duplicate code.
1194
1195 * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
1196
1197 Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).
1198 * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5.
1199 A more-complicated fix would be to remove uses of PixelSetMagickColor,
1200 introduced in ImageMagick 6.3.5 (Sept. 2007).
1201
1202 2014-05-04 Glenn Morris <rgm@gnu.org>
1203
1204 * configure.ac (LIBPNG): Consult libpng-config for the precise
1205 form of "-lpng" to use. (Bug#17339)
1206
1207 2014-05-03 Glenn Morris <rgm@gnu.org>
1208
1209 * autogen.sh: If all else fails, try using pkg-config to find pkg.m4.
1210
1211 2014-05-03 Paul Eggert <eggert@cs.ucla.edu>
1212
1213 Get --enable-gcc-warnings to work after touching configure.ac.
1214 Preserve ACLOCAL_PATH in later builds, so that by default it has
1215 the same value as it did in the first build after initial checkout.
1216 * Makefile.in (ACLOCAL_PATH): New macro.
1217 ($(srcdir)/aclocal.m4): Use it.
1218 * configure.ac (ACLOCAL_PATH): AC_SUBST it.
1219 * autogen.sh (env_space): New var.
1220 Tell user what variables, if any, to pass to 'configure'.
1221
1222 Get --enable-gcc-warnings working again.
1223 The recent changes to configure.ac removed the transliteration of
1224 -I to -isystem in CFLAGS, which is needed for --enable-gcc-warnings.
1225 Bring this back while keeping the spirit of the recent changes.
1226 * configure.ac (edit_cflags): Restore this shell var, and put it
1227 at the top level, where it'll be useful when emacs-24 is next merged.
1228 (EMACS_CHECK_MODULES): New macro. All uses of PKG_CHECK_MODULES
1229 changed to use it.
1230
1231 Make it easier on maintainers who use their own Automake.
1232 * autogen.sh (ACLOCAL_PATH, AUTORECONF_ENV): New vars.
1233 Set them to avoid problems when maintainers prepend their own
1234 Automake installations to their PATH. Report an error if pkg.m4
1235 can't be found.
1236
1237 2014-05-02 Glenn Morris <rgm@gnu.org>
1238
1239 * configure.ac (PKG_CONFIG_PATH): Declare with AC_ARG_VAR.
1240
1241 * configure.ac (--with-pkg-config-prog): Remove.
1242 Use the PKG_CONFIG environment variable instead if you need it.
1243
1244 * configure.ac: Use pkg-config's pkg.m4, rather than reinventing it.
1245 Add explicit AC_SUBST's where needed.
1246 * autogen.sh (progs): Add pkg-config.
1247 (pkg_config_min): New variable.
1248
1249 * configure.ac (AC_CONFIG_MACRO_DIR): Use it.
1250
1251 * autogen.sh (get_version): Handle no leading whitespace.
1252 (check_version, main): Handle program names with hyphens.
1253
1254 2014-04-30 Glenn Morris <rgm@gnu.org>
1255
1256 * configure.ac: Treat MirBSD as OpenBSD. (Bug#17339)
1257
1258 2014-04-21 Daniel Colascione <dancol@dancol.org>
1259
1260 * .bzrignore: Add a.out to bzr ignore list (a test generates this
1261 file).
1262
1263 2014-04-19 Paul Eggert <eggert@cs.ucla.edu>
1264
1265 Link to glib-using libraries when checking for glib (Bug#17289).
1266 * configure.ac (XGSELOBJ): Include GTK_LIBS, RSVG_LIBS, etc.
1267 when testing whether Glib is linked in. Similarly for CFLAGS.
1268
1269 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
1270
1271 * GNUmakefile: Speed up 'make bootstrap' in fresh checkout.
1272 (ORDINARY_GOALS): New macro, which excludes 'bootstrap'.
1273 (bootstrap, .PHONY): New rules.
1274 * INSTALL.REPO: Document current procedure better.
1275 Move copyright notice to just before license notice.
1276
1277 * Makefile.in (FRC, force-info): Remove.
1278 All uses removed. This hack is no longer needed here
1279 now that we can assume GNU Make's .PHONY feature works.
1280 (bootstrap): No need to make 'info', since 'all' now implies 'info'.
1281
1282 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1283
1284 * config.bat: Update for Emacs 24.4.
1285
1286 2014-04-16 Paul Eggert <eggert@cs.ucla.edu>
1287
1288 Port to IRIX 6.5 (Bug#9684).
1289 This port requires IRIX cc, as I did not have time to get
1290 undump working with the old GCC on the system I had access to,
1291 but that's better than nothing.
1292 * configure.ac (gl_GCC_VERSION_IFELSE): Remove unused macro
1293 that wouldn't have worked anyway, with IRIX cc.
1294 (emacs_cv_clang, emacs_cv_sanitize_address)
1295 (ns_osx_have_104, ns_osx_have_105):
1296 Don't assume '#error' makes the compiler fail,
1297 as this doesn't work with IRIX cc.
1298 (CFLAGS, LIBS): Don't let the GnuTLS results infect later 'configure'
1299 checks. This runs afoul of an IRIX configuration where GnuTLS is
1300 in an optional library that also contains getdelim, and causes
1301 a later 'configure' to incorrectly think getdelim is supported.
1302
1303 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1304
1305 * configure.ac (LN_S_FILEONLY, LN_S): Use "/bin/ln" on MinGW, to
1306 ensure the MSYS ln.exe is invoked.
1307
1308 2014-04-15 Paul Eggert <eggert@cs.ucla.edu>
1309
1310 Remove DATA_SEG_BITS.
1311 * configure.ac (DATA_SEG_BITS): Remove. All uses removed.
1312
1313 2014-04-14 Paul Eggert <eggert@cs.ucla.edu>
1314
1315 * autogen.sh: Use autoreconf's -f option (Bug#17258).
1316
1317 Clean up configure-time library handling a bit.
1318 This patch was inspired by emacs-24 bzr 116961, which fixed
1319 a bug due to sloppy library handling in 'configure'.
1320 * configure.ac (LIB_MATH, LIB_PTHREAD, LIBXMU):
1321 Use AC_SEARCH_LIBS instead of AC_CHECK_LIB as per Autoconf manual.
1322 (LIB_MATH, LIB_PTHREAD, HAVE_X11, IMAGEMAGICK_LIBS, GTK_LIBS)
1323 (DBUS_LIBS, LIBXMU, XFT_LIBS, LIBXSM, LIBXML2_LIBS, LIBS_MAIL)
1324 (with_kerberos):
1325 Don't let the library choice infect $LIBS.
1326 (dnet_ntoa, cma_open): Remove obsolete tests.
1327 (emacs_pthread_function): Probe for pthread_kill, not pthread_self,
1328 as that's a bit more selective on GNU/Linux.
1329 (LIBXEXT): Remove.
1330 (touchlock): Test for existence when $LIBS_MAIL is in use.
1331 (AC_CHECK_FUNCS): Use only $LIB_MATH in addition to $LIBS
1332 when testing for typical functions like accept4, lrand48.
1333 (random, rint): Remove obsolete HP-UX 9 A.09.05 test.
1334
1335 2014-04-11 Glenn Morris <rgm@gnu.org>
1336
1337 * make-dist: Do not distribute generated admin/grammars/Makefile.
1338 Do distribute lib-src/update-game-score.exe.manifest.
1339
1340 2014-04-11 Ken Brown <kbrown@cornell.edu>
1341
1342 * configure.ac (EMACS_MANIFEST): Revert last change (but leave
1343 UPDATE_MANIFEST empty).
1344
1345 2014-04-07 Ken Brown <kbrown@cornell.edu>
1346
1347 * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these
1348 variables empty on Cygwin. (Bug#17176)
1349
1350 2014-04-03 Glenn Morris <rgm@gnu.org>
1351
1352 * make-dist: Further update AC_INIT regexp.
1353
1354 2014-04-02 Glenn Morris <rgm@gnu.org>
1355
1356 * configure.ac: Make the final "Does Emacs use Gsettings" message
1357 consistent with src/config.h.
1358
1359 2014-03-31 Jan Djärv <jan.h.d@swipnet.se>
1360
1361 * configure.ac: Fix errors from previous checkin (GSettings check).
1362
1363 2014-03-29 Jan Djärv <jan.h.d@swipnet.se>
1364
1365 * configure.ac: Add check that GSettings is in libgio (Bug#17118).
1366
1367 2014-03-28 Glenn Morris <rgm@gnu.org>
1368
1369 * configure.ac (AC_INIT): Add "GNU" in package, add bug address.
1370 (PACKAGE_BUGREPORT): Use it.
1371 (make-dist): Update AC_INIT regexp.
1372
1373 * configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency.
1374 (EMACS_CONFIG_FEATURES): New define.
1375
1376 2014-03-27 Paul Eggert <eggert@cs.ucla.edu>
1377
1378 * configure.ac: Suggest './configure MAKE=gmake' in diagnostic.
1379 This tends to work better than 'MAKE=gmake ./configure' if later
1380 builds run config.status etc.
1381
1382 2014-03-27 Glenn Morris <rgm@gnu.org>
1383
1384 * configure.ac: Require GNU make.
1385 (HAVE_GNU_MAKE): Remove.
1386
1387 2014-03-26 Paul Eggert <eggert@cs.ucla.edu>
1388
1389 Merge from gnulib, incorporating:
1390 2014-03-26 strftime: wrap macros in "do {...} while(0)"
1391 * lib/strftime.c: Update from gnulib.
1392
1393 2014-03-26 Glenn Morris <rgm@gnu.org>
1394
1395 * configure.ac (CLASH_DETECTION): Remove option. Every platform
1396 supports it, and the runtime option `create-lockfiles' replaces it.
1397
1398 2014-03-23 Daniel Colascione <dancol@dancol.org>
1399
1400 * configure.ac: (Bug#17069) Include GFILENOTIFY objects in glib check.
1401
1402 2014-03-22 Glenn Morris <rgm@gnu.org>
1403
1404 * make-dist: Do not distribute lib-src/testfile.
1405
1406 2014-03-21 Eli Zaretskii <eliz@gnu.org>
1407
1408 * configure.ac: Bump version to 24.4.50.
1409
1410 2014-03-21 Glenn Morris <rgm@gnu.org>
1411
1412 * Makefile.in (all): Depend on `info'. (Bug#16626)
1413
1414 2014-03-07 Paul Eggert <eggert@cs.ucla.edu>
1415
1416 Merge from gnulib, incorporating:
1417 2014-03-04 stdint: fix missing SIZE_MAX on Android
1418 2013-03-02 sys_types: avoid autoconf warning about gl_SYS_TYPES_H
1419 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1420 * lib/stdint.in.h, lib/sys_types.in.h, m4/sys_types_h.m4:
1421 Update from gnulib.
1422
1423 2014-03-05 Glenn Morris <rgm@gnu.org>
1424
1425 * configure.ac: Tweak the "unported" error message.
1426
1427 2014-03-05 Paul Eggert <eggert@cs.ucla.edu>
1428
1429 Fix configuration bug on Solaris 2.5.1 (Bug#16905).
1430 * configure.ac: Fix a bug in shell pattern matching that caused
1431 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later.
1432
1433 2014-02-25 Paul Eggert <eggert@penguin.cs.ucla.edu>
1434
1435 Merge from gnulib (Bug#16825).
1436 2014-02-25 unistd: port readlink to Mac OS X 10.3.9
1437
1438 2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
1439
1440 Merge from gnulib, incorporating:
1441 2014-02-21 timer: fix uClibc detection of threading
1442 2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf
1443
1444 2014-02-18 Mirek Kaim <mirek.kaim@outlook.com> (tiny change)
1445
1446 * configure.ac [HAVE_W32]: Test for ImageMagick. (Bug#16754)
1447
1448 2014-02-14 Paul Eggert <eggert@cs.ucla.edu>
1449
1450 * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).
1451 This fixes a bug in the previous change. Also, use $(SHELL)
1452 rather than sh, as that's more likely to be portable.
1453
1454 2014-02-13 Paul Eggert <eggert@cs.ucla.edu>
1455
1456 * Makefile.in (install-arch-indep): Simplify (Bug#16717).
1457 This should make it more reliable, and hopefully more portable to
1458 non-GNU 'make' implementations such as HP-UX 'make'.
1459
1460 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
1461
1462 * Makefile.in (install-nt): Also pass datadir.
1463
1464 2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
1465
1466 Merge from gnulib, incorporating:
1467 2014-01-23 pthread: work around winpthread header pollution on mingw
1468 * lib/time.in.h: Update from gnulib.
1469
1470 2014-01-23 Paul Eggert <eggert@cs.ucla.edu>
1471
1472 Merge from gnulib, incorporating:
1473 2014-01-22 qacl: check for fchmod
1474 * m4/acl.m4: Update from gnulib.
1475
1476 2014-01-22 Paul Eggert <eggert@cs.ucla.edu>
1477
1478 Fix miscellaneous update-game-score bugs.
1479 * configure.ac (difftime): Remove.
1480
1481 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
1482
1483 Merge from gnulib, incorporating:
1484 2014-01-20 stdalign: port to HP-UX compilers
1485 2014-01-16 strtoimax: port to platforms lacking 'long long'
1486 2014-01-16 update from texinfo
1487 * lib/stdalign.in.h, lib/strtoimax.c: Update from gnulib.
1488
1489 2014-01-12 Glenn Morris <rgm@gnu.org>
1490
1491 * README: Replace reference to etc/MAILINGLISTS.
1492
1493 2014-01-11 Fabrice Popineau <fabrice.popineau@gmail.com>
1494
1495 * configure.ac: Read $srcdir/nt/mingw-cfg.site when $MSYSTEM is
1496 "MINGW64" as well.
1497
1498 2014-01-11 Paul Eggert <eggert@cs.ucla.edu>
1499
1500 Merge from gnulib, incorporating:
1501 2014-01-07 update from texinfo
1502 2014-01-06 md5, sha1, sha256, sha512: support older autoconf
1503
1504 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
1505
1506 * INSTALL, configure.ac, etc/CONTRIBUTE, nt/INSTALL: Remove
1507 unnecessarily specific references to Bazaar that could better
1508 simply be to the repository.
1509
1510 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
1511
1512 * INSTALL.BZR: Rename to INSTALL.REPO. Remove refs to specific VCS.
1513 * INSTALL, autogen.sh: Update for above change.
1514
1515 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
1516
1517 Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).
1518 Problem and proposed patch reported by Ulrich Mueller;
1519 this patch uses a somewhat-different approach.
1520 * configure.ac (SETFATTR): New variable.
1521
1522 2014-01-03 Paul Eggert <eggert@cs.ucla.edu>
1523
1524 Merge from gnulib, incorporating:
1525 2014-01-02 manywarnings: remove -Wmudflap
1526 This ports better to GCC 4.9-to-be.
1527
1528 2013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
1529
1530 * configure.ac (canonical, C_SWITCH_SYSTEM): Support a 64-bit
1531 MinGW64 build on MS-Windows.
1532
1533 2013-12-29 Jan Djärv <jan.h.d@swipnet.se>
1534
1535 * configure.ac (xcsdkdir): Only set if using xcrun.
1536
1537 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
1538
1539 * configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem.
1540 Reported by YAMAMOTO Mitsuharu in:
1541 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00995.html
1542
1543 2013-12-28 Jan Djärv <jan.h.d@swipnet.se>
1544
1545 * configure.ac: Fix CC detection for xcrun case.
1546
1547 2013-12-28 Paul Eggert <eggert@cs.ucla.edu>
1548
1549 Fix problem with MAKE and xcrun configuration.
1550 * configure.ac: Don't set MAKE unless 'make' doesn't work.
1551 Set it only in the environment, not in the makefile.
1552 Reported by Glenn Morris in:
1553 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html
1554
1555 2013-12-27 Paul Eggert <eggert@cs.ucla.edu>
1556
1557 Port xcrun configuration to GNU/Linux.
1558 * configure.ac (xcsdkdir): Default to empty.
1559 (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to
1560 just before AM_INIT_AUTOMAKE, to make the dependency between it
1561 and automake clearer.
1562 (CC): Don't use AC_PROG_CC twice; only the first use expands to the
1563 shell code that is wanted, which breaks 'configure' on non-Darwin
1564 platforms. Instead, fix CC by hand if it's not found.
1565
1566 2013-12-27 Jan Djärv <jan.h.d@swipnet.se>
1567
1568 * configure.ac: Detect xcrun on OSX and use it for make, gcc and
1569 libxml.
1570
1571 2013-12-26 Paul Eggert <eggert@cs.ucla.edu>
1572
1573 Fix core dumps with gcc -fsanitize=address and GNU/Linux.
1574 * configure.ac: Check whether addresses are sanitized.
1575 (CANNOT_DUMP): Warn if addresses are sanitized and not CANNOT_DUMP.
1576 (DOUG_LEA_MALLOC): Do not define if addresses are sanitized.
1577 (SYSTEM_MALLOC): Define if addresses are sanitized.
1578
1579 2013-12-24 Paul Eggert <eggert@cs.ucla.edu>
1580
1581 Automate the procedure for updating copyright year.
1582 * build-aux/update-copyright: New file.
1583 * make-dist: Distribute it.
1584 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1585
1586 2013-12-23 Andreas Schwab <schwab@linux-m68k.org>
1587
1588 * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
1589 AC_CONFIG_HEADERS.
1590
1591 2013-12-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1592
1593 * .gitignore: Ignore refcard temporaries and info/*.info files.
1594
1595 2013-12-17 Paul Eggert <eggert@cs.ucla.edu>
1596
1597 Merge from gnulib, incorporating:
1598 2013-12-17 gettimeofday: port recent C++ fix to Emacs
1599 2013-12-17 gettimeofday: fix C++ crosscompilation
1600 2013-12-17 qacl: port to Windows better
1601 * lib/file-has-acl.c, lib/time.in.h, m4/gettimeofday.m4, m4/time_h.m4:
1602 Update from gnulib.
1603 * lib/gnulib.mk: Regenerate.
1604
1605 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
1606
1607 * INSTALL: Clarify treatment of image libraries.
1608
1609 2013-12-14 Paul Eggert <eggert@cs.ucla.edu>
1610
1611 Use bool for boolean, focusing on headers.
1612 * configure.ac (PTY_OPEN, GC_MARK_SECONDARY_STACK):
1613 Use bool for boolean.
1614
1615 2013-12-14 Dani Moncayo <dmoncayo@gmail.com>
1616
1617 * configure.ac (srcdir) [MINGW32]: If it is an absolute path,
1618 force the format "/c/foo/bar" to simplify conversions to native
1619 windows format.
1620
1621 2013-12-13 Glenn Morris <rgm@gnu.org>
1622
1623 * INSTALL: No longer mention load-path and site-init/site-load.
1624
1625 2013-12-12 Glenn Morris <rgm@gnu.org>
1626
1627 * Makefile.in (install-info): Handle missing info/dir.
1628 (info_dir_deps): New variable.
1629 (${srcdir}/info/dir): Depend on .texi files rather than .info files.
1630 (check-info): Update topics.
1631 * build-aux/make-info-dir: Use .texi files rather than .info files.
1632 Update topics.
1633
1634 * Makefile.in (install-info): Remove some useless subshells.
1635
1636 Stop keeping info/dir in the repository.
1637 * build-aux/dir_top: Move here from admin/.
1638 * build-aux/make-info-dir: New script.
1639 * Makefile.in (bootstrap-clean): Delete info/.
1640 (info-dir, ${srcdir}/info/dir): New rules.
1641 (info): Also make info-dir.
1642 (check-info): Rename from check-info-dir.
1643 Instead of info/dir entries, check @dircategory in info/*.info.
1644 * make-dist: Use `info' rule rather than `info-real'.
1645 No more info/COPYING (not even the right license for info/ files).
1646 Distribute new build-aux files.
1647
1648 * info/: Remove from repository.
1649
1650 2013-12-11 Glenn Morris <rgm@gnu.org>
1651
1652 * info/dir: Add octave-mode.
1653
1654 2013-12-11 Paul Eggert <eggert@cs.ucla.edu>
1655
1656 Remove the option of using libcrypto.
1657 This scorches the earth and waits for spring;
1658 see Ted Zlatanov and Stefan Monnier in
1659 <http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>.
1660 * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove.
1661 Do not say whether Emacs is configured to use a crypto library,
1662 since it's no longer an option.
1663 (gl_CRYPTO_CHECK): Define a dummy.
1664 * lib/gl_openssl.h, m4/gl-openssl.m4: Remove.
1665
1666 2013-12-10 Paul Eggert <eggert@cs.ucla.edu>
1667
1668 * configure.ac: Disable libcrypto by default.
1669
1670 Merge from gnulib, incorporating:
1671 2013-12-07 md5, sha1, sha256, sha512: fix link error with partial lib
1672 * m4/gl-openssl.m4: Update from gnulib.
1673
1674 2013-12-08 Eli Zaretskii <eliz@gnu.org>
1675
1676 * configure.ac (HAVE_RSVG) [mingw32]: Don't link against librsvg
1677 statically.
1678
1679 2013-12-08 Paul Eggert <eggert@cs.ucla.edu>
1680
1681 * configure.ac: Simplify supression of GTK deprecation warning.
1682 Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line
1683 and into config.h, to shorten the command line when doing 'make'.
1684 Don't AC_SUBST GTK_CFLAGS, as this is not needed.
1685
1686 Use libcrypto's checksum implementations if available, for speed.
1687 On commonly used platform libcrypto uses architecture-specific
1688 assembly code, which is significantly faster than the C code we
1689 were using. See Pádraig Brady's note in
1690 <http://lists.gnu.org/archive/html/bug-gnulib/2013-12/msg00000.html>.
1691 Merge from gnulib, incorporating:
1692 2013-12-07 md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
1693 2013-12-07 md5, sha1, sha256, sha512: add 'auto', and set-default method
1694 2013-12-04 include_next: minimize code duplication
1695 2013-12-03 md5, sha1, sha256, sha512: support mandating use of openssl
1696 2013-12-02 md5, sha1, sha256, sha512: use openssl routines if available
1697 * configure.ac (--without-all): Set with_openssl_default too.
1698 Use gl_SET_CRYPTO_CHECK_DEFAULT to default to 'auto'.
1699 (HAVE_LIB_CRYPTO): New var.
1700 Say whether Emacs is configured to use a crypto library.
1701 * lib/gl_openssl.h, m4/absolute-header.m4, m4/gl-openssl.m4:
1702 New files, copied from gnulib.
1703 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1704 * lib/md5.c, lib/md5.h, lib/sha1.c, lib/sha1.h:
1705 * lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
1706 * m4/include_next.m4, m4/md5.m4, m4/sha1.m4, m4/sha256.m4, m4/sha512.m4:
1707 Update from gnulib.
1708
1709 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
1710
1711 * .dir-locals.el (log-edit-move): Add the "Author: " header.
1712
1713 2013-11-30 Dani Moncayo <dmoncayo@gmail.com>
1714
1715 * build-aux/msys-to-w32 (w32pathlist): Do not translate paths
1716 starting with %emacs_dir%.
1717
1718 2013-11-30 Glenn Morris <rgm@gnu.org>
1719
1720 Stop keeping (most) generated cedet grammar files in the repository.
1721 * configure.ac (SUBDIR_MAKEFILES, AC_CONFIG_FILES):
1722 Add admin/grammars Makefile.
1723 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1724 Also clean admin/grammars, if present.
1725
1726 2013-11-29 Dani Moncayo <dmoncayo@gmail.com>
1727
1728 * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
1729
1730 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 * configure.ac (HAVE_MENUS): Remove.
1733
1734 2013-11-28 Glenn Morris <rgm@gnu.org>
1735
1736 * configure.ac (PATH_SEP): Replace with pre-existing SEPCHAR.
1737
1738 2013-11-28 Eli Zaretskii <eliz@gnu.org>
1739
1740 * GNUmakefile (Makefile): Don't use $(CFG).
1741 (CFG): Don't compute.
1742
1743 * configure.ac (PATH_SEP): Set and AC_SUBST.
1744
1745 2013-11-27 Paul Eggert <eggert@cs.ucla.edu>
1746
1747 Merge from gnulib, incorporating:
1748 2013-11-13 getgroups: work around _DARWIN_C_SOURCE problem
1749 * lib/getgroups.c: Update from gnulib.
1750
1751 2013-11-27 Glenn Morris <rgm@gnu.org>
1752
1753 Move ja-dic, quail, leim-list.el from leim to lisp/leim.
1754 * Makefile.in (abs_builddir, leimdir): Remove.
1755 (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory.
1756 (epaths-force-w32): No longer set BLD.
1757 (leim): Remove.
1758 (install-arch-indep): No longer run or install leim.
1759 (mostlyclean, clean): No longer run leim rule.
1760 (bootstrap-clean): Change leim target.
1761 (maintainer-clean): Add leim.
1762 (check-declare): Remove leim.
1763 * README: Update for leim changes.
1764 * configure.ac (leimdir): Remove.
1765 (standardlisppath): No more leimdir.
1766
1767 * make-dist: Update for files from leim/ now being in lisp/leim/.
1768
1769 2013-11-26 Glenn Morris <rgm@gnu.org>
1770
1771 Preload leim-list.el.
1772 * Makefile.in (abs_builddir): New, set by configure.
1773 (buildlisppath): Add leim/.
1774 (epaths-force-w32): Set BLD.
1775
1776 2013-11-21 Paul Eggert <eggert@cs.ucla.edu>
1777
1778 Fix some dependency problems that cause unnecessary recompiles.
1779 * configure.ac (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS):
1780 Remove.
1781 (LIBXMENU): Now is always either empty or a file name,
1782 so that it can be used as a dependency.
1783
1784 2013-11-20 Glenn Morris <rgm@gnu.org>
1785
1786 * make-dist: Distribute build-aux/msys-to-w32.
1787
1788 2013-11-20 Dani Moncayo <dmoncayo@gmail.com>
1789
1790 * build-aux/msys-to-w32: New file.
1791 * Makefile.in (msys_to_w32, msys_lisppath_to_w32): Remove.
1792 (msys_w32prefix_subst): Rename from msys_prefix_subst.
1793 Operate on w32prefixpattern.
1794 (epaths-force-w32): Use build-aux/msys-to-w32.
1795
1796 2013-11-17 Paul Eggert <eggert@cs.ucla.edu>
1797
1798 * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
1799 It apparently doesn't work for GCC 3, and I suppose it's more
1800 trouble than it's worth to worry about this.
1801
1802 2013-11-15 Paul Eggert <eggert@cs.ucla.edu>
1803
1804 * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
1805
1806 2013-11-14 Paul Eggert <eggert@cs.ucla.edu>
1807
1808 Simplify, port and tune bool vector implementation.
1809 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T): Remove.
1810
1811 2013-11-13 Paul Eggert <eggert@cs.ucla.edu>
1812
1813 * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
1814
1815 2013-11-12 Dani Moncayo <dmoncayo@gmail.com>
1816
1817 * configure.ac [MINGW32]: Source nt/mingw-cfg.site.
1818 * make-dist: Don't distribute nt/msysconfig.sh.
1819
1820 * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
1821
1822 2013-11-08 Paul Eggert <eggert@cs.ucla.edu>
1823
1824 Merge from gnulib, incorporating:
1825 2013-11-08 extern-inline: port better to OS X 10.9
1826 2013-11-08 fpending: fix regression on DragonFly BSD
1827 * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4:
1828 Update from gnulib.
1829
1830 2013-11-07 Paul Eggert <eggert@cs.ucla.edu>
1831
1832 Port to C11 aligned_alloc.
1833 * configure.ac (GMALLOC_OBJ): Initialize to empty if !system_malloc
1834 and doug_lea_malloc.
1835 (aligned_alloc): Test for existence if !GMALLOC_OBJ and not darwin.
1836 (posix_memalign): Test for existence only if !GMALLOC_OBJ and
1837 not darwin and !aligned_alloc.
1838
1839 2013-11-05 Glenn Morris <rgm@gnu.org>
1840
1841 * configure.ac (abs_srcdir) [MINGW32]: No point setting it here,
1842 config.status computes it.
1843 * Makefile.in (epaths-force-w32): Move srcdir tweak here.
1844
1845 * autogen/: Remove directory. Move update_autogen to admin/.
1846 * autogen.sh: Remove reference to copy_autogen.
1847 * GNUmakefile (configure):
1848 * Makefile.in (bootstrap): Do not try to run copy_autogen.
1849 * config.bat: Use msdos/autogen rather than autogen.
1850
1851 2013-11-05 Paul Eggert <eggert@cs.ucla.edu>
1852
1853 Simplify and port recent bool vector changes.
1854 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T):
1855 New symbols to configure.
1856
1857 2013-11-04 Eli Zaretskii <eliz@gnu.org>
1858
1859 * configure.ac: Don't disallow builds in non-ASCII directories.
1860 (Bug#15260)
1861
1862 2013-11-04 Paul Eggert <eggert@cs.ucla.edu>
1863
1864 Port to stricter C99 platforms.
1865 Merge from gnulib, incorporating:
1866 2013-11-03 intprops: port to Oracle Studio c99
1867 * lib/intprops.h: Update from gnulib.
1868
1869 2013-11-02 Glenn Morris <rgm@gnu.org>
1870
1871 * Makefile.in (check): Depend on all.
1872
1873 2013-10-31 Glenn Morris <rgm@gnu.org>
1874
1875 * configure.ac: Use [!...] rather than [^...], for ksh. (Bug#15769)
1876
1877 2013-10-30 Glenn Morris <rgm@gnu.org>
1878
1879 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1880 Also clean admin/unidata, if present.
1881
1882 2013-10-27 Glenn Morris <rgm@gnu.org>
1883
1884 * configure.ac: It seems installing in non-ASCII is not, in fact, ok.
1885
1886 2013-10-25 Glenn Morris <rgm@gnu.org>
1887
1888 * configure.ac: It seems _installing_ in non-ASCII is ok, not building.
1889
1890 2013-10-24 Glenn Morris <rgm@gnu.org>
1891
1892 * configure.ac:
1893 * Makefile.in (install-arch-indep, install-etcdoc, install-info):
1894 Avoid non-portable "`\" nesting.
1895
1896 * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
1897
1898 * Makefile.in (abs_top_srcdir): New, set by configure.
1899
1900 2013-10-23 Glenn Morris <rgm@gnu.org>
1901
1902 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260)
1903
1904 Progress towards allowing installation in directories with whitespace.
1905 * Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
1906 (install-arch-indep, install-etcdoc, install-info, install-man)
1907 (install-etc, uninstall, install-nt, uninstall-nt):
1908 Quote entities that might contain whitespace.
1909 * build-aux/update-subdirs: Handle whitespace in argument.
1910 Check cd return value.
1911
1912 Make building in directories with whitespace possible. (Bug#15675)
1913 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
1914 (src/.gdbinit): Use ac_abs_top_srcdir.
1915 * Makefile.in (abs_srcdir): New, set by configure.
1916 (buildlisppath, epaths-force-w32): Use abs_srcdir.
1917 (install-arch-indep, install-etcdoc, install-info, install-man)
1918 (install-etc): Quote entities that might contain whitespace.
1919
1920 2013-10-23 Paul Eggert <eggert@cs.ucla.edu>
1921
1922 Merge from gnulib, incorporating:
1923 2013-10-14 acl: allow cross-compilation to Gentoo
1924 2013-10-18 extern-inline: make safe for -Wundef usage
1925 2013-09-30 fpending: use pure+const function attrs
1926 * lib/fpending.h, m4/acl.m4, m4/extern-inline.m4: Update from gnulib.
1927
1928 2013-10-13 Glenn Morris <rgm@gnu.org>
1929
1930 * configure.ac [alpha]: Explicit error in non-ELF case. (Bug#15601)
1931
1932 2013-10-12 Paul Eggert <eggert@cs.ucla.edu>
1933
1934 Merge from gnulib, incorporating:
1935 2013-10-10 strtoumax: port to Solaris 8
1936 2013-10-09 strtoimax, strtoumax: port to HP-UX 11.11
1937 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1938 * lib/inttypes.in.h, lib/strtoimax.c, m4/inttypes.m4, m4/strtoimax.m4:
1939 * m4/strtoumax.m4:
1940 Update from gnulib.
1941
1942 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the empty
1945 string when gnutls2 is installed but gnutls3 is not.
1946
1947 2013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
1948
1949 * configure.ac: Define HAVE_GNUTLS3 if GnuTLS v3 is found.
1950
1951 2013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
1952
1953 * configure.ac: Update for giflib 5. (Bug#15531)
1954
1955 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1956
1957 * configure.ac (HAVE_MENUS): Define unconditionally.
1958
1959 2013-10-07 Paul Eggert <eggert@cs.ucla.edu>
1960
1961 Improve support for popcount and counting trailing zeros (Bug#15550).
1962 Do this by using the Gnulib modules for this.
1963 This should generate faster code on non-GCC, non-MSC platforms,
1964 and make the code a bit more portable, at least in theory.
1965 * lib/count-one-bits.c, lib/count-one-bits.h:
1966 * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
1967 * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
1968 New files, copied from gnulib.
1969 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1970
1971 2013-10-04 Paul Eggert <eggert@cs.ucla.edu>
1972
1973 Use hardware support for byteswapping on glibc x86 etc.
1974 * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
1975 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1976
1977 2013-10-03 Paul Eggert <eggert@cs.ucla.edu>
1978
1979 Merge from gnulib, incorporating:
1980 2013-10-02 verify: new macro 'assume'
1981 2013-09-26 dup2, dup3: work around another cygwin crasher
1982 2013-09-26 getdtablesize: work around cygwin issue
1983
1984 2013-09-25 Paul Eggert <eggert@cs.ucla.edu>
1985
1986 Merge from gnulib, incorporating:
1987 2013-09-24 manywarnings: enable nicer gcc warning messages
1988 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
1989 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
1990 * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
1991 and -funit-at-a-time, since manywarnings does that for us now.
1992
1993 2013-09-23 Jan Djärv <jan.h.d@swipnet.se>
1994
1995 * configure.ac: With clang, check for and use -Wno-switch,
1996 -Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
1997
1998 2013-09-23 Daniel Colascione <dancol@dancol.org>
1999
2000 * configure.ac: Check for valgrind headers.
2001
2002 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
2003
2004 * INSTALL: New homepage of libtiff.
2005
2006 2013-09-20 Paul Eggert <eggert@cs.ucla.edu>
2007
2008 Work around performance bug on OS X 10.8 and earlier.
2009 Perhaps Apple will fix this bug some day.
2010 See the thread starting with Daniel Colascione's email in:
2011 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html
2012 * configure.ac (FORTIFY_SOUR): New verbatim section.
2013
2014 2013-09-19 Paul Eggert <eggert@cs.ucla.edu>
2015
2016 Merge from gnulib, incorporating:
2017 2013-09-19 stdio: OS X port of putc_unlocked + extern inline
2018 2013-09-19 signal: OS X port of sigaddset etc. + extern inline
2019 2013-09-19 extern-inline: do not always suppress extern inline on OS X
2020 2013-09-17 getgroups: statement without effect
2021 2013-08-28 headers: check that _GL_INLINE_HEADER_BEGIN is defined
2022
2023 2013-09-19 Eli Zaretskii <eliz@gnu.org>
2024
2025 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
2026 is in the full /d/foo/bar form. See the discussion in
2027 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html,
2028 and in particular
2029 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html
2030 and its followups, for the details.
2031
2032 2013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
2033
2034 * configure.ac: Do not check for g_type_init because we
2035 require glib >= 2.28 for GTK3, glib >= 2.10 for GTK2,
2036 glib >= 2.26 for GSettings and glib >= 2.7.0 for GConf, so
2037 suitable glib should provide g_type_init unconditionally.
2038
2039 2013-09-15 Jan Djärv <jan.h.d@swipnet.se>
2040
2041 * configure.ac: Add check for OSX 10.5, required for macfont.o.
2042
2043 2013-09-09 Glenn Morris <rgm@gnu.org>
2044
2045 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
2046 (LDFLAGS): Move nocombreloc option from here...
2047 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2048
2049 2013-09-08 Glenn Morris <rgm@gnu.org>
2050
2051 * configure.ac (--without-compress-install):
2052 Rename from --without-compress-info. (Bug#9789)
2053 (GZIP_INFO): Remove.
2054 (GZIP_PROG): Allow --without-compress-install to disable it.
2055 * Makefile.in (GZIP_INFO): Remove all references.
2056
2057 * info/dir: Tweak emacs-gnutls entry.
2058
2059 2013-09-07 Paul Eggert <eggert@cs.ucla.edu>
2060
2061 Port --without-x --enable-gcc-warnings to Fedora 19.
2062 * configure.ac (WERROR_CFLAGS): Omit redundant use of
2063 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
2064 -Wunused-parameter. If there is no window system, also omit
2065 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
2066 is needed for Fedora 19.
2067
2068 2013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
2069
2070 Make --without-x compatible with --enable-gcc-warnings.
2071 * configure.ac: If both --without-x and --enable-gcc-warnings are
2072 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
2073 and -Wno-unused-but-set-parameter.
2074
2075 2013-09-04 Paul Eggert <eggert@cs.ucla.edu>
2076
2077 Makefile improvements.
2078 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
2079 (src): Remove duplicate dependency on FRC.
2080 Invoke just one submake, not two. Avoid the need for 'pwd'.
2081
2082 2013-09-02 Jan Djärv <jan.h.d@swipnet.se>
2083
2084 * configure.ac: Add ns_check_file.
2085
2086 2013-08-31 Glenn Morris <rgm@gnu.org>
2087
2088 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
2089 and voxware to oss.
2090
2091 2013-08-31 Ulrich Müller <ulm@gentoo.org>
2092
2093 * configure.ac: Allow for --with-sound=voxware that will enable
2094 sound but otherwise disable ALSA. This will use the OSS device,
2095 typically /dev/dsp, for sound output. (Bug#15067)
2096
2097 2013-08-31 Glenn Morris <rgm@gnu.org>
2098
2099 * make-dist: Update for nt/INSTALL* changes.
2100
2101 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2102
2103 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
2104 for portability to hosts where /bin/sh has problems.
2105
2106 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2107
2108 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
2109
2110 2013-08-27 Paul Eggert <eggert@cs.ucla.edu>
2111
2112 Simplify EMACS_TIME-related code.
2113 Merge from gnulib, incorporating:
2114 2013-08-27 timespec: new convenience constants and function
2115
2116 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
2117
2118 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
2119 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
2120
2121 2013-08-27 Glenn Morris <rgm@gnu.org>
2122
2123 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
2124
2125 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
2126 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
2127 * Makefile.in (check-info-dir): Ignore efaq-w32.
2128
2129 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
2130 (maintainer-clean, check-declare): Remove pointless subshells.
2131 Check cd return value.
2132
2133 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
2134
2135 Minor merge from gnulib (mostly just for texinfo.tex).
2136
2137 2013-08-22 Paul Eggert <eggert@cs.ucla.edu>
2138
2139 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
2140 This improves on the patch already installed, by quoting options
2141 that contain spaces and suchlike systematically, so that
2142 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
2143 these characters.
2144
2145 2013-08-21 Paul Eggert <eggert@cs.ucla.edu>
2146
2147 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
2148 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
2149 and reports EINVAL, try it again without O_CLOEXEC. This should
2150 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
2151 What were they thinking?
2152
2153 2013-08-20 Paul Eggert <eggert@cs.ucla.edu>
2154
2155 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
2156 Fix shell-operator precedence problem in previous change.
2157
2158 2013-08-20 Glenn Morris <rgm@gnu.org>
2159
2160 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
2161 Clean test/automated if present.
2162
2163 2013-08-19 Paul Eggert <eggert@cs.ucla.edu>
2164
2165 Merge from gnulib, incorporating:
2166 2013-08-15 warnings: minor optimization
2167 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
2168
2169 2013-08-15 Ken Brown <kbrown@cornell.edu>
2170
2171 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
2172
2173 2013-08-15 Glenn Morris <rgm@gnu.org>
2174
2175 * make-dist: Do not distribute etc/refcards TeX intermediate files.
2176 * Makefile.in (install-arch-indep):
2177 Do not install etc/refcards TeX intermediate files.
2178
2179 2013-08-14 Ulrich Müller <ulm@gentoo.org>
2180
2181 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
2182
2183 2013-08-12 Eli Zaretskii <eliz@gnu.org>
2184
2185 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
2186
2187 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
2188
2189 Minor zlib configuration tweaks.
2190 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
2191
2192 2013-08-12 Eli Zaretskii <eliz@gnu.org>
2193
2194 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
2195
2196 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
2197
2198 Merge from gnulib, incorporating:
2199 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
2200 2013-08-10 sys_time: port to OpenBSD
2201
2202 2013-08-12 Glenn Morris <rgm@gnu.org>
2203
2204 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
2205 with configure's standard --docdir argument. All uses updated.
2206 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
2207 (install-etcdoc): Rename from install-doc. All uses updated.
2208 (uninstall): Run uninstall-doc.
2209 (PSS): Add misc-ps.
2210 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
2211 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
2212 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
2213 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
2214 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
2215 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
2216
2217 2013-08-11 Paul Eggert <eggert@cs.ucla.edu>
2218
2219 Add --with-zlib to 'configure'.
2220 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
2221 can be built without zlib. Don't assume that -lz is needed on
2222 non-PNG hosts. Mention zlib configuration status in 'configure' output.
2223
2224 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2225
2226 * configure.ac: Test for zlib.
2227
2228 2013-08-10 Eli Zaretskii <eliz@gnu.org>
2229
2230 * configure.ac: Define and substitute UPDATE_MANIFEST.
2231
2232 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
2233
2234 * info/dir: Add todo-mode.
2235
2236 2013-08-04 Paul Eggert <eggert@cs.ucla.edu>
2237
2238 Fix some minor races in hosts lacking mkostemp (Bug#15015).
2239 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
2240 * configure.ac (mkostemp): Remove check for this function;
2241 gnulib does the check now.
2242 (mkstemp): Remove check for this no-longer-used function.
2243 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
2244 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
2245 New files, copied from Gnulib.
2246 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2247
2248 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
2249
2250 * INSTALL (DETAILED BUILDING AND INSTALLATION):
2251 Add --without-file-notification to --without-all.
2252
2253 2013-07-29 Xue Fuqiao <xfq.free@gmail.com>
2254
2255 * INSTALL: Fix description.
2256
2257 2013-07-27 Glenn Morris <rgm@gnu.org>
2258
2259 * configure.ac: Extend the --with-sound option to allow
2260 specification of OSS or ALSA (see bug#14812#64).
2261
2262 2013-07-25 Glenn Morris <rgm@gnu.org>
2263
2264 * info/dir: Add ido.
2265
2266 * make-dist: Add a --tests option, to include test/.
2267
2268 2013-07-24 Glenn Morris <rgm@gnu.org>
2269
2270 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
2271
2272 2013-07-23 Glenn Morris <rgm@gnu.org>
2273
2274 * configure.ac (etc, lisp): No need to create specially.
2275 Configure already creates lisp, src/Makefile now creates etc.
2276
2277 2013-07-23 Paul Eggert <eggert@cs.ucla.edu>
2278
2279 Port to GNU/Linux systems with tinfo but not ncurses.
2280 * configure.ac (USE_NCURSES): New symbol.
2281
2282 2013-07-20 Paul Eggert <eggert@cs.ucla.edu>
2283
2284 Fix array bounds violation when pty allocation fails.
2285 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
2286 not sizeof pty_name, since pty_name is now a pointer to the array.
2287
2288 2013-07-13 Paul Eggert <eggert@cs.ucla.edu>
2289
2290 * configure.ac: Simplify --with-file-notification handling.
2291
2292 2013-07-12 Glenn Morris <rgm@gnu.org>
2293
2294 * configure.ac: If with-file-notification=yes, if gfile not found,
2295 go on to try inotify (not on MS Windows or Nextstep).
2296
2297 2013-07-12 Paul Eggert <eggert@cs.ucla.edu>
2298
2299 Fix races with threads and file descriptors.
2300 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
2301
2302 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
2303
2304 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
2305
2306 2013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
2307
2308 * configure.ac (HAVE_W32): Avoid nested functions (the second
2309 argument of AC_LANG_PROGRAM is already expanded inside a
2310 function). (Bug#14830)
2311
2312 2013-07-09 Paul Eggert <eggert@cs.ucla.edu>
2313
2314 Port recent close-on-exec changes to Cygwin (Bug#14821).
2315 * lib/binary-io.c, lib/binary-io.h: New files.
2316 Merge from gnulib, incorporating:
2317 2013-07-09 accept4, dup3, pipe2: port to Cygwin
2318 * lib/pipe2.c: Update from gnulib, as part of this merge.
2319 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2320
2321 Handle errno and exit status a bit more carefully.
2322 * lib/ignore-value.h: Remove this gnulib-imported file.
2323 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2324
2325 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
2326
2327 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
2328
2329 2013-07-08 Paul Eggert <eggert@cs.ucla.edu>
2330
2331 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
2332 This incorporates the following merge from gnulib:
2333 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
2334
2335 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
2336
2337 Port to Ubuntu 10 (Bug#14803).
2338 * configure.ac (accept4): New function to check for.
2339
2340 Make file descriptors close-on-exec when possible (Bug#14803).
2341 * configure.ac (mkostemp): New function to check for.
2342 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
2343 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
2344 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
2345 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2346
2347 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
2348
2349 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
2350 http://bugs.debian.org/712974
2351
2352 2013-07-02 Paul Eggert <eggert@cs.ucla.edu>
2353
2354 Remove some unused macros from 'configure'.
2355 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
2356 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
2357 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
2358 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2359 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2360 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
2361 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
2362 Remove these macros, as they are not used.
2363 (sys_siglist): Remove macro; src/sysdep.c now does this.
2364
2365 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
2366 Also check that it links. Say whether it compiled and linked.
2367
2368 2013-07-01 Paul Eggert <eggert@cs.ucla.edu>
2369
2370 Merge from gnulib, incorporating:
2371 2013-06-23 ignore-value: port to gcc -pedantic
2372 2013-06-21 extern-inline: port to gcc -std=c89
2373
2374 2013-06-30 Paul Eggert <eggert@cs.ucla.edu>
2375
2376 Do not use GTK 3 if it exists but cannot be compiled.
2377 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
2378 exists but cannot be compiled.
2379
2380 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
2381
2382 * Makefile.in (install-arch-indep): Do not create directories passed
2383 with --enable-locallisppath.
2384
2385 2013-06-24 Glenn Morris <rgm@gnu.org>
2386
2387 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
2388
2389 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
2390
2391 * .bzrignore: Add GNU idutils ID database file.
2392
2393 2013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2394
2395 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
2396 as a fallback.
2397
2398 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 * .bzrignore: Don't unignore cl-loaddefs.el.
2401
2402 2013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2403
2404 * configure.ac (log2): Check for this function.
2405
2406 2013-06-19 Juanma Barranquero <lekktu@gmail.com>
2407
2408 * .bzrignore: Add GNU GLOBAL files.
2409
2410 2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
2411
2412 Use functions, not macros, for XINT etc. (Bug#11935).
2413 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
2414 as it generates bogus warnings about reasonable casts of calls.
2415
2416 2013-06-16 Paul Eggert <eggert@cs.ucla.edu>
2417
2418 * configure.ac: Report ACL usage at the end (Bug#14612).
2419
2420 2013-06-11 Paul Eggert <eggert@cs.ucla.edu>
2421
2422 --without-all should imply --with-file-notification=no. (Bug#14569)
2423 * configure.ac (with_file_notification): Default to $with_features.
2424
2425 2013-06-09 Paul Eggert <eggert@cs.ucla.edu>
2426
2427 Merge from gnulib, incorporating:
2428 2013-06-02 sig2str: port to C++
2429 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
2430
2431 2013-06-08 Jan Djärv <jan.h.d@swipnet.se>
2432
2433 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
2434 (with_file_notification): Don't set to gfile if with_ns = yes.
2435
2436 2013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
2437
2438 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
2439 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
2440 New variables.
2441 (epaths-force-w32): Use them. (Bug#14513)
2442
2443 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
2444
2445 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
2446
2447 2013-06-03 Eli Zaretskii <eliz@gnu.org>
2448
2449 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
2450 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
2451
2452 2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
2453
2454 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
2455 used. Remove xgselect.o from XOBJ.
2456
2457 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
2458
2459 * configure.ac (file-notification): New option, replaces inotify option.
2460 (HAVE_W32): Remove w32notify.o.
2461 (with_file_notification): Add checks for glib and w32. Adapt check
2462 for inotify.
2463 (Summary): Add entry for file notification.
2464
2465 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
2466 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
2467
2468 2013-06-02 Juanma Barranquero <lekktu@gmail.com>
2469
2470 * .bzrignore: Ignore dirs libexec/, share/ and var/.
2471
2472 2013-05-29 Xue Fuqiao <xfq.free@gmail.com>
2473
2474 * INSTALL: Fix description.
2475
2476 2013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2477
2478 * configure.ac (HAVE_XRANDR): Check availability of
2479 XRRGetScreenResources rather than that of XRRQueryExtension.
2480
2481 2013-05-18 Eli Zaretskii <eliz@gnu.org>
2482
2483 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
2484 nt/epaths.nt, and nt/INSTALL.MSYS.
2485
2486 2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
2487
2488 Port --enable-gcc-warnings to clang.
2489 * configure.ac (nw): Remove obsolescent warnings.
2490 These aren't needed for clang, or for gcc for that matter.
2491 (emacs_cv_clang): New var, which tests for clang.
2492 Omit warnings that clang is too picky about.
2493 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
2494 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
2495
2496 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
2497 Otherwise, 'configure; make' fails on non-Windows builds.
2498
2499 2013-05-16 Eli Zaretskii <eliz@gnu.org>
2500
2501 * lib/Makefile.am: If building for MS-Windows, include
2502 nt/gnulib.mk instead of lib/gnulib.mk.
2503
2504 * configure.ac: Adapt to MSYS build on MS-Windows.
2505
2506 * Makefile.in (NTDIR): New variable, for the MSYS build on
2507 MS-Windows.
2508 (SUBDIR): Add $(NTDIR).
2509 (.PHONY): Add epaths-force-w32.
2510 (msys_to_w32): New variable.
2511 (epaths-force-w32, install-nt, uninstall-nt): New targets.
2512 (lib-src src): Add $(NTLIB) to prerequisites.
2513 (lib lib-src lisp leim nt): Add 'nt'.
2514 (config.status): Use $(CFG).
2515 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
2516 (install, install-arch-dep): Add install-$(NTDIR).
2517 (uninstall): Depend on uninstall-$(NTDIR).
2518 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
2519
2520 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
2521 CONFIG_SITE for the MSYS build on MS-Windows.
2522 (Makefile): Use $(CFG).
2523
2524 * .bzrignore: Ignore *.res, *.tmp, and *.map.
2525 Remove src/emacs.res.
2526
2527 2013-05-16 Paul Eggert <eggert@cs.ucla.edu>
2528
2529 Merge from gnulib, incorporating:
2530 2013-05-15 manywarnings: update for GCC 4.8.0
2531 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
2532 2013-05-15 sig2str, stdio, warnings: port to clang
2533
2534 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2535
2536 * Makefile.in (install-doc): DOC file is not version specific any more.
2537 * .bzrignore: Don't ignore DOC-* any more.
2538
2539 2013-05-13 Paul Eggert <eggert@cs.ucla.edu>
2540
2541 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
2542 Reported privately by Han Boetes <han@boetes.org>.
2543
2544 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
2545
2546 * lib/makefile.w32-in (ACL_H): New macro.
2547 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
2548
2549 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
2550
2551 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
2552 * configure.ac: Remove -with-acl option, since Gnulib does that for
2553 us now.
2554 (LIBACL_LIBS): Remove; no longer needed.
2555 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
2556 for the benefit of the new ACL implementation.
2557 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
2558 ($(BLD)/acl-errno-valid.$(O)): New rule.
2559 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
2560 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
2561 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
2562 New files, taken from gnulib.
2563 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2564
2565 2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
2566
2567 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
2568 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
2569
2570 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
2571
2572 Merge from gnulib, incorporating:
2573 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
2574
2575 2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
2576
2577 * make-dist: Keep necessary restrictions on file access.
2578
2579 2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
2580
2581 Merge from gnulib, incorporating:
2582 2013-04-28 extern-inline: work around bug in Sun c99
2583
2584 2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
2585
2586 Merge from gnulib, incorporating:
2587 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
2588
2589 2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
2590
2591 Port better to AIX (Bug#14258).
2592 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
2593 we did not already infer an optimization option, and -O works.
2594 AIX xlc needs -O, otherwise garbage collection doesn't work.
2595
2596 2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
2597
2598 * make-dist: Do not distribute admin/unidata/Makefile.
2599 It is generated by 'configure'.
2600
2601 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
2602 It messes up 'make distclean', and contains no useful information
2603 because it's a copy of subdirs.el.
2604
2605 2013-04-18 John Marino <gnugcc@marino.st> (tiny change)
2606
2607 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
2608
2609 2013-04-18 Glenn Morris <rgm@gnu.org>
2610
2611 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
2612 (LN_S_FILEONLY): New output variable.
2613 * Makefile.in (LN_S): Remove.
2614 (LN_S_FILEONLY): New, set by configure.
2615 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
2616
2617 2013-04-12 Ken Brown <kbrown@cornell.edu>
2618
2619 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
2620 `canonical' is `x86_64-unknown-cygwin'.
2621
2622 2013-04-09 Ken Brown <kbrown@cornell.edu>
2623
2624 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
2625 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
2626 (Bug#12993)
2627
2628 2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
2629
2630 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
2631 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
2632 and if not on GNU/Linux or FreeBSD.
2633 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
2634 lib/*.o is profiled too.
2635
2636 2013-03-30 Paul Eggert <eggert@cs.ucla.edu>
2637
2638 Merge from gnulib, incorporating:
2639 2013-03-29 stdalign: port to stricter ISO C11
2640 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
2641 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
2642
2643 2013-03-27 Paul Eggert <eggert@cs.ucla.edu>
2644
2645 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
2646 Subsumed by HAVE_XKB. All uses changed.
2647
2648 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
2649
2650 * configure.ac (HAVE_XKB): Define if Xkb is present.
2651
2652 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
2653
2654 Merge from gnulib, incorporating:
2655 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
2656
2657 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2658
2659 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
2660 * Makefile.in (QUIET_SUBMAKE): New macro.
2661 (install-info, uninstall): Use it.
2662
2663 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
2664 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
2665 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
2666 no way to do this in pkg-config, so make do with a reasonable
2667 approximation.
2668
2669 Automate the build of ja-dic.el (Bug#13984).
2670 * .bzrignore: Add leim/ja-dic/.
2671
2672 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
2673
2674 File synchronization fixes (Bug#13944).
2675 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
2676 (fsync): Remove check; now done by gnulib.
2677 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
2678 New files, from gnulib.
2679 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2680
2681 Merge from gnulib, incorporating:
2682 2013-03-13 putenv: port to Solaris 10
2683 2013-03-12 mktime: fix configure typo
2684 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
2685 2013-03-11 putenv: avoid compilation warning on mingw
2686 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
2687
2688 2013-03-11 Glenn Morris <rgm@gnu.org>
2689
2690 * Merge in all changes up to version 24.3 release.
2691
2692 2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
2693
2694 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
2695 It can mess up 'configure' runs.
2696
2697 2013-03-05 Glenn Morris <rgm@gnu.org>
2698
2699 * Makefile.in (install-man): Ignore gzip exit status.
2700
2701 2013-03-03 Glenn Morris <rgm@gnu.org>
2702
2703 * make-dist: Remove lzma (it's replaced by xz).
2704
2705 2013-03-01 Paul Eggert <eggert@cs.ucla.edu>
2706
2707 Merge from gnulib, incorporating:
2708 2013-02-21 putenv: port better to native Windows
2709 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
2710 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
2711
2712 2013-02-28 Ken Brown <kbrown@cornell.edu>
2713
2714 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
2715
2716 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
2717
2718 Simplify data_start configuration (Bug#13783).
2719 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
2720 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
2721 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
2722 not always needed.
2723 (HAVE_DATA_START): New macro.
2724
2725 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
2726
2727 Parallelize documentation builds.
2728 This speeds up building of documentation on multiprocessor
2729 platforms, and is motivated by Texinfo 5.0, which is much slower.
2730 Add a toplevel rule 'make docs' to make all the documentation.
2731 * .bzrignore: Add .dvi, .html, .ps.
2732 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
2733 ($(DOCS), docs, vi, html, pdf, ps): New rules.
2734 (info-real): Depend on $(INFOS) rather than doing it sequentially.
2735 (dvi): Depend on $(DVIS) rather than doing it sequentially.
2736
2737 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
2738
2739 Fix AIX port (Bug#13650).
2740 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
2741
2742 2013-02-12 Eli Zaretskii <eliz@gnu.org>
2743
2744 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
2745 ($(BLD)/memrchr.$(O)): New dependency.
2746
2747 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
2748
2749 Tune by using memchr and memrchr.
2750 * .bzrignore: Add string.h.
2751 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2752 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
2753 New files, from gnulib.
2754
2755 Merge from gnulib, incorporating:
2756 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
2757 2013-02-09 secure_getenv: fix C++ declaration typo
2758
2759 2013-02-11 Glenn Morris <rgm@gnu.org>
2760
2761 * configure.ac (emacs_config_options): Record some env vars.
2762
2763 2013-02-10 Glenn Morris <rgm@gnu.org>
2764
2765 * configure.ac (emacs_config_options): Strip out the (internal)
2766 arguments --no-create and --no-recursion.
2767
2768 2013-02-08 Paul Eggert <eggert@cs.ucla.edu>
2769
2770 Merge from gnulib, incorporating:
2771 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
2772 The MS-Windows port can remove careadlinkatcwd at its convenience.
2773 2013-02-08 extensions: port better to HP-UX
2774 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
2775 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
2776 2013-02-04 secure_getenv: new module [module not used by Emacs]
2777 2013-01-30 sys_time: port to Solaris 2.6
2778
2779 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
2780
2781 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
2782 On my host, this speeds up directory-files-and-attributes by a
2783 factor of 3, when applied to Emacs's src directory.
2784 These functions are standardized by POSIX and are common these
2785 days; fall back on a (slower) gnulib implementation if the host
2786 is too old to supply them.
2787 * .bzrignore: Add lib/dirent.h.
2788 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
2789 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
2790 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
2791 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2792 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
2793 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
2794 * m4/fstatat.m4: New files, from gnulib.
2795 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
2796 These last three are specific to Emacs and are not copied from gnulib.
2797 They are simpler than the gnulib versions and are tuned for Emacs.
2798
2799 2013-02-01 Glenn Morris <rgm@gnu.org>
2800
2801 * make-dist: Only README files exist in lisp/ now, not README*.
2802
2803 2013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
2804
2805 * .bzrignore: Add lib-src/blessmail.
2806
2807 2013-01-23 Paul Eggert <eggert@cs.ucla.edu>
2808
2809 Merge from gnulib, incorporating:
2810 2013-01-16 unistd: port to recent mingw
2811
2812 2013-01-19 Glenn Morris <rgm@gnu.org>
2813
2814 * Makefile.in (install-arch-indep): Put back a chmod that was
2815 removed 2012-05-19. (Bug#13430)
2816
2817 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
2818
2819 Merge from gnulib, incorporating:
2820 2013-01-16 largefile: port better to Mac OS X 10.5
2821 2013-01-15 stdint: fix build with Android's Bionic fox x86
2822
2823 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
2824
2825 * configure.ac: Document that --enable-gcc-warnings emits errors.
2826 (Bug#13448)
2827
2828 2013-01-13 Glenn Morris <rgm@gnu.org>
2829
2830 * make-dist: Add options for xz compression and no compression.
2831
2832 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
2833
2834 Enable conservative stack scanning for all architectures.
2835 Suggested by Stefan Monnier in
2836 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
2837 * configure.ac (GC_MARK_STACK): Remove.
2838
2839 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
2840
2841 * lib/getopt_.h: Remove trailing CRs that crept in.
2842
2843 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2844
2845 * lib/getopt_.h: Regenerate.
2846
2847 2013-01-10 Paul Eggert <eggert@cs.ucla.edu>
2848
2849 Merge from gnulib, incorporating:
2850 2013-01-09 stdlib: port to Solaris 2.6
2851
2852 2013-01-04 Glenn Morris <rgm@gnu.org>
2853
2854 * info/dir: Add htmlfontify.
2855
2856 2013-01-04 Paul Eggert <eggert@cs.ucla.edu>
2857
2858 Merge from gnulib, incorporating:
2859 2013-01-04 stdio: remove now-unnecessary stdio.c
2860 2013-01-04 fprintftime: depend on stdio, not ignore-value
2861 2013-01-04 fwrite: silence __wur only for older glibc versions
2862 2013-01-04 fwrite: silence __wur without using inline
2863 * lib/stdio.c: Remove.
2864 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
2865 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2866
2867 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
2868
2869 Merge from gnulib, incorporating copyright-date changes and:
2870 2012-12-31 dup2: work around cygwin bug
2871
2872 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
2873
2874 * configure.ac: Check for GtkHandlebox.
2875 Check for GtkTearoffMenuItem.
2876 New enable: --enable-gtk-deprecation-warnings, default off.
2877 (HAVE_GTK3): If above enable is off, add
2878 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
2879
2880 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
2881
2882 * configure.ac (TEMACS_LDFLAGS2): Don't define.
2883 (LIBS_GNUSTEP): Set for GNUstep and substitute.
2884 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
2885
2886 2012-12-27 Glenn Morris <rgm@gnu.org>
2887
2888 * configure.ac (emacs_config_options): New.
2889 Use $@ rather than undocumented $ac_configure_args.
2890 Replace any embedded double quotes. (Bug#13274)
2891
2892 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
2893
2894 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
2895 (Bug#13222)
2896
2897 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
2898
2899 Revert static checking of stack smashing.
2900 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
2901 configured with --enable-gcc-warnings. -Wstack-protector causes
2902 diagnostics to be issued on Ubuntu 12.10 x86-64.
2903
2904 2012-12-24 Paul Eggert <eggert@cs.ucla.edu>
2905
2906 Merge from gnulib, incorporating:
2907 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
2908 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
2909 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
2910
2911 2012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
2912
2913 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
2914
2915 2012-12-16 Romain Francoise <romain@orebokech.com>
2916
2917 * configure.ac (acl): New option.
2918 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
2919 provided by libacl on GNU/Linux.
2920
2921 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2922
2923 Fix permissions bugs with setgid directories etc. (Bug#13125)
2924 * configure.ac (BSD4_2): Remove; no longer needed.
2925
2926 2012-12-13 Glenn Morris <rgm@gnu.org>
2927
2928 * info/dir: Add bovine, srecode, wisent.
2929
2930 2012-12-13 Andreas Schwab <schwab@suse.de>
2931
2932 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
2933 (uninstall): Likewise. (Bug#13142)
2934
2935 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
2936
2937 Merge from gnulib for 'inline' (Bug#13040), incorporating:
2938 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
2939 * m4/extern-inline.m4: Update from gnulib.
2940
2941 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
2942
2943 * lib/makefile.w32-in (SIG2STR_H): New macro.
2944 ($(BLD)/sig2str.$(O)): Update dependencies.
2945
2946 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
2947
2948 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
2949 There's no need to test for any of three inotify functions,
2950 since we use all three. Check for just the first one.
2951
2952 2012-12-10 Daniel Colascione <dancol@dancol.org>
2953
2954 * .bzrignore: Add src/emacs.res.
2955
2956 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
2957 build how to compile Windows resource files; use these variables
2958 to tell src/Makefile.in how and whether to compile resources.
2959
2960 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2961
2962 * configure.ac (inotify): New option.
2963 (HAVE_INOTIFY): Test for inotify.
2964
2965 2012-12-09 Andreas Schwab <schwab@linux-m68k.org>
2966
2967 * configure.ac: Fix source command in .gdbinit.
2968 Don't quote $MAKEINFO.
2969
2970 2012-12-09 Paul Eggert <eggert@cs.ucla.edu>
2971
2972 Allow spaces in some configuration vars (Bug#13078).
2973 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
2974 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
2975 All uses quoted, to allow spaces in these vars.
2976
2977 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
2978
2979 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
2980 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
2981 New files, copied automatically from gnulib.
2982 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2983
2984 2012-12-08 Eli Zaretskii <eliz@gnu.org>
2985
2986 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
2987 Remove a stray character at the beginning of the file.
2988 (Bug#13026)
2989
2990 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
2991
2992 Simplify get_lim_data.
2993 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
2994
2995 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
2996 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
2997 Use SIGCHLD rather than SIGCLD.
2998 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
2999 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3000 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
3001
3002 2012-12-06 Glenn Morris <rgm@gnu.org>
3003
3004 * configure.ac: Handle info/ files with or without ".info" extension.
3005
3006 2012-11-30 Paul Eggert <eggert@cs.ucla.edu>
3007
3008 Merge from gnulib for 'inline' (Bug#13040), incorporating:
3009 2012-11-29 snippet/warn-on-use: no 'static inline'
3010 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
3011 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
3012 2012-11-29 fflush, stat: no 'static inline'
3013 2012-11-29 stdio: better 'inline'
3014 2012-11-29 sys_stat: no 'static inline'
3015 2012-11-29 unistd: better 'inline'
3016 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
3017 2012-11-29 extern-inline: no 'static inline'
3018 2012-11-29 sys_socket: better 'inline'
3019 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
3020 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
3021 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
3022 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
3023 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
3024 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
3025 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
3026 Update from gnulib.
3027
3028 2012-11-27 Eli Zaretskii <eliz@gnu.org>
3029
3030 * make-dist (nt): Adjust to changes in names of the *.manifest files.
3031
3032 2012-11-24 Ken Brown <kbrown@cornell.edu>
3033
3034 * configure.ac (HAVE_MOUSE): Remove.
3035
3036 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
3037
3038 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
3039 * configure.ac: Do not check for dirent.h or closdir.
3040
3041 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
3042
3043 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
3044 * configure.ac: Do not check for getcwd or getwd.
3045
3046 2012-11-21 Glenn Morris <rgm@gnu.org>
3047
3048 * configure.ac (--enable-profiling): Doc fix.
3049
3050 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
3051
3052 Improve static checking of integer overflow and stack smashing.
3053 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
3054 if using GCC 4.7.2 or later on a platform with
3055 at least 64-bit long int. This improves static checking on these
3056 platforms, when configured with --enable-gcc-warnings.
3057
3058 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
3059
3060 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
3061 * configure.ac: Do not check for fcntl.h.
3062 * lib/gnulib.mk: Regenerate.
3063
3064 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
3065
3066 Remove no-longer-used pty_max_bytes variable.
3067 * configure.ac (fpathconf): Remove unnecessary check.
3068
3069 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
3070
3071 Use faccessat, not access, when checking file permissions (Bug#12632).
3072 * .bzrignore: Add lib/fcntl.h.
3073 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
3074 (gl_FCNTL_O_FLAGS): Define a dummy version.
3075 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
3076 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
3077 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
3078 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
3079 New files, from gnulib.
3080 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3081
3082 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
3083
3084 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
3085 * configure.ac (setpgid, setsid): Assume their existence.
3086 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
3087
3088 Simplify by assuming __fpending.
3089 Now that Emacs is using the gnulib fpending module,
3090 there's no need for Emacs to have a separate implementation.
3091 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
3092 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
3093
3094 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3095
3096 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
3097 $(BLD)/close-stream.$(O).
3098 ($(BLD)/close-stream.$(O))
3099 ($(BLD)/fpending.$(O)): New dependencies.
3100
3101 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
3102
3103 Fix data-loss with --batch (Bug#9574).
3104 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
3105 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
3106 New files, from gnulib.
3107 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3108
3109 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3110
3111 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
3112
3113 2012-11-02 Glenn Morris <rgm@gnu.org>
3114
3115 * Makefile.in (EMACS_ICON): New variable.
3116 (install-etc): Use EMACS_ICON to allow choice of icon.
3117
3118 2012-10-26 Glenn Morris <rgm@gnu.org>
3119
3120 * Makefile.in (EMACS_NAME): New variable.
3121 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
3122
3123 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
3124 applied to $EXEEXT.
3125
3126 * Makefile.in (uninstall): Don't abort if some directories are missing.
3127 Apply transformation rules to manual pages, desktop and icon files.
3128 No more emacs22 icons to uninstall.
3129
3130 2012-10-24 Glenn Morris <rgm@gnu.org>
3131
3132 * Makefile.in (install-etc, install-man):
3133 Don't apply program transform to standard file suffixes.
3134
3135 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
3136
3137 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
3138 This ports to Gentoo. Problem originally reported against coreutils,
3139 but Emacs has it too.
3140
3141 2012-10-23 Glenn Morris <rgm@gnu.org>
3142
3143 * Makefile.in (emacs_transform): Remove.
3144 (install-man): Revert 2012-10-21 change. (Bug#12713)
3145
3146 2012-10-21 Glenn Morris <rgm@gnu.org>
3147
3148 * Makefile.in (install-etc): Don't install emacs22 icons.
3149
3150 * Makefile.in (emacs_transform): New variable.
3151 (install-etc): Prefer a make variable to a shell variable.
3152
3153 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3154
3155 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
3156
3157 2012-10-15 Glenn Morris <rgm@gnu.org>
3158
3159 * Makefile.in (install-man, install-etc):
3160 Apply $TRANSFORM. (Bug#12536#34)
3161 (clean): Delete etc/emacs.tmpdesktop.
3162
3163 2012-10-11 Kenichi Handa <handa@gnu.org>
3164
3165 * .bzrignore: Add several files under admin/charsets.
3166
3167 2012-10-08 Daniel Colascione <dancol@dancol.org>
3168
3169 * configure.ac: Add --with-w32 as a window system option.
3170 Limit it to Cygwin for now. Integrate w32 into the refactored window
3171 system configuration and set TERM_HEADER to w32term.h when w32 is
3172 configured.
3173
3174 (CYGWIN_OBJ): Add cygw32.o.
3175
3176 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
3177
3178 * configure.ac: Check that OSX is 10.4 or newer.
3179
3180 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
3181
3182 Improve sys_siglist detection.
3183 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
3184 Otherwise, it's not found in either Fedora 17 or Solaris 11.
3185
3186 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
3187
3188 Merge from gnulib, incorporating:
3189 2012-10-02 pselect: reject invalid file descriptors
3190 2012-10-02 ptsname: reject invalid file descriptors
3191 2012-10-02 manywarnings: cater to more gcc infelicities
3192 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
3193 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
3194 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
3195 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3196
3197 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
3198
3199 Merge from gnulib, incorporating:
3200 2012-09-28 extern-inline: provide a -Wundef safe config.h
3201
3202 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
3203
3204 Check more robustly for timer_settime.
3205 This should fix an OS X build problem reported by Ivan Andrus in
3206 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
3207 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
3208 does threads its own way.
3209 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3210
3211 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
3212
3213 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
3214 to avoid problems with recursion when using GNU make.
3215
3216 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
3217
3218 * Makefile.in (bootstrap): Simplify build procedure.
3219 Suggested by Wolfgang Jenker in
3220 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
3221
3222 Merge from gnulib, incorporating:
3223 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
3224
3225 2012-09-18 Jan Djärv <jan.h.d@swipnet.se>
3226
3227 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
3228
3229 2012-09-17 Andreas Schwab <schwab@linux-m68k.org>
3230
3231 * Makefile.in (bootstrap): Revert last change. Run config.status
3232 after config.status --recheck, run configure from $(srcdir).
3233 (config.status): Run configure from $(srcdir).
3234
3235 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
3236
3237 * Makefile.in: Fix build error on FreeBSD.
3238 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
3239 Suggested by Wolfgang Jenker in
3240 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
3241 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
3242 This undoes part of the 2012-09-10 patch.
3243 (bootstrap): Run ./configure, rather than trying to run config.status
3244 if it exists. That builds src/epaths.h more reliably.
3245 Run autogen/copy_autogen if autogen.sh fails,
3246 to create 'configure'. Reported by Andreas Schwab in
3247 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
3248 * autogen.sh: Exit with status 1 when failing due to missing tools,
3249 reverting the 2012-09-10 change to this file.
3250 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
3251 Use 'cp -f' for the build-aux files, since the destinations are
3252 typically read-only.
3253
3254 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
3255 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
3256 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
3257
3258 2012-09-17 Glenn Morris <rgm@gnu.org>
3259
3260 * configure.ac (copyright): New output variable.
3261 (COPYRIGHT): New AC_DEFINE.
3262
3263 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
3264
3265 Remove configure's --without-sync-input option (Bug#12450).
3266 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
3267
3268 2012-09-16 Glenn Morris <rgm@gnu.org>
3269
3270 Increase compartmentalization of Nextstep builds rules,
3271 and store Emacs version number in fewer versioned files.
3272 * configure.ac (ns_appsrc): Use relative names.
3273 (ns_frag): Remove.
3274 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
3275 (nextstep/Makefile): Generate these nextstep files.
3276 (SUBDIR_MAKEFILES): Add nextstep.
3277 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
3278 * make-dist (nextstep/templates): Add directory.
3279 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
3280 (nextstep/Cocoa/Emacs.base/Contents)
3281 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
3282
3283 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
3284
3285 Port better to POSIX hosts lacking _setjmp (Bug#12446).
3286 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
3287 (_setjmp, _longjmp): Remove.
3288
3289 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
3290
3291 * configure.ac (--without-sync-input): Fix typo in usage message.
3292
3293 * configure.ac: Port to hosts lacking gtk.
3294 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
3295 better, in particular, problems in invoking pkg-config itself.
3296 This is useful on hosts that don't have pkg-config.
3297 (GTK_MODULES): Do not exit 'configure' simply because gtk3
3298 and gtk2 are both missing. Problem found on Solaris 8.
3299
3300 2012-09-13 Jan Djärv <jan.h.d@swipnet.se>
3301
3302 * configure.ac: Reorder Xaw3d messages.
3303 Report Gtk+ 3 as GTK.
3304
3305 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3306
3307 Simplify SIGIO usage (Bug#12408).
3308 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
3309 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
3310 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
3311 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
3312 to #undef SIGIO now (which was error-prone). Likewise, all uses
3313 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
3314
3315 2012-09-12 Jan Djärv <jan.h.d@swipnet.se>
3316
3317 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
3318 and then gtk2 if not found.
3319 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
3320 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
3321 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
3322
3323 2012-09-11 Glenn Morris <rgm@gnu.org>
3324
3325 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
3326 Be more explicit about dependencies, for parallel `make install'.
3327
3328 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
3329
3330 Simplify, document, and port floating-point (Bug#12381).
3331 * configure.ac (logb, cbrt): Do not check for these functions,
3332 as they are not being used.
3333
3334 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
3335
3336 Improve robustness of 'make bootstrap' (Bug#12376).
3337 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
3338 * INSTALL, README: Document autogen.sh.
3339 * Makefile.in (Makefile): Mark it as precious, since it's updated
3340 atomically.
3341 (MAKE_CONFIG_STATUS): New macro.
3342 (config.status, bootstrap): Use it. This causes 'make bootstrap'
3343 to run config.status with the --recheck option, which is more
3344 appropriate for a bootstrap.
3345 (bootstrap): Run autogen.sh right after cleaning. Don't worry
3346 about failures due to missing tools.
3347 * autogen.sh: Exit with status 101 when failing due to missing tools.
3348 * make-dist: Distribute autogen.sh.
3349
3350 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
3351
3352 Assume C89 or later for math functions (Bug#12381).
3353 * configure.ac (frexp, fmod): Remove checks for these functions,
3354 as we now assume them.
3355 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
3356 (HAVE_EXCEPTION):
3357 Remove; no longer needed.
3358
3359 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
3360
3361 More signal-handler cleanup (Bug#12327).
3362 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
3363
3364 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
3365
3366 Signal-handler cleanup (Bug#12327).
3367 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
3368 Adjust to syssignal.h changes.
3369 (SIGNAL_H_AB): Remove; no longer needed.
3370
3371 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
3372
3373 Simplify redefinition of 'abort' (Bug#12316).
3374 * configure.ac (NO_ABRT): Remove.
3375
3376 * configure.ac (_setjmp, _longjmp): Check by compiling
3377 instead of by guessing. The guesses were wrong for
3378 recent versions of Solaris, such as Solaris 11.
3379
3380 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
3381
3382 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
3383 It generates false alarms in doc.c, regex.c, xdisp.c. See
3384 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
3385
3386 Merge from gnulib, incorporating:
3387 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
3388 2011-11-30 manywarnings: update the list of "all" warnings
3389
3390 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
3391
3392 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
3393
3394 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3395
3396 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
3397 This ports to glibc 2.15 or later, when configured with
3398 --enable-gcc-warnings. See Eric Blake in
3399 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
3400
3401 2012-09-01 Daniel Colascione <dan.colascione@gmail.com>
3402
3403 * configure.ac: Introduce term_header variable, which holds the
3404 value which will become TERM_HEADER in code. We effect our choice
3405 of window system by setting term_header and WINDOW_SYSTEM_OBJ
3406 instead of using ad-hoc variables and flags for each window
3407 system.
3408
3409 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
3410
3411 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
3412 and if the user has not specified CFLAGS. -g3 simplifies
3413 debugging, since it makes macros visible to the debugger.
3414
3415 2012-08-25 Juanma Barranquero <lekktu@gmail.com>
3416
3417 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
3418
3419 2012-08-25 Eli Zaretskii <eliz@gnu.org>
3420
3421 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
3422 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
3423
3424 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3425
3426 On assertion failure, print backtrace if available.
3427 Merge from gnulib, incorporating:
3428 2012-08-24 execinfo: port to FreeBSD
3429 2012-08-22 execinfo: new module
3430 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3431 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
3432
3433 2012-08-22 Glenn Morris <rgm@gnu.org>
3434
3435 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
3436 do not create the bin/emacs link. (Bug#12011)
3437
3438 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
3439
3440 Merge from gnulib, incorporating:
3441 2012-08-20 extern-inline: support old GCC 'inline'
3442
3443 2012-08-20 Glenn Morris <rgm@gnu.org>
3444
3445 * configure.ac (AC_PROG_LN_S): Test for ln.
3446 * Makefile.in (LN_S): New, set by configure.
3447 (install-arch-dep): Use $LN_S.
3448
3449 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
3450
3451 Merge from gnulib, incorporating:
3452 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
3453 2012-08-19 mktime, sys_select: avoid 'static inline'
3454 2012-08-19 gnulib-tool: Fix indentation.
3455
3456 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
3457
3458 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
3459 These files have been unused since the 2012-06-22 patch that
3460 introduced high-resolution time stamps.
3461
3462 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
3463
3464 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
3465 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
3466
3467 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
3468
3469 Merge from gnulib, incorporating:
3470 2012-08-05 extern-inline: also ignore -Wmissing-declarations
3471
3472 2012-08-10 Juanma Barranquero <lekktu@gmail.com>
3473
3474 * lib/makefile.w32-in (STAT_TIME_H): New macro.
3475 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
3476 ($(BLD)/u64.$(O)): Update dependencies.
3477
3478 2012-08-10 Glenn Morris <rgm@gnu.org>
3479
3480 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
3481
3482 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
3483
3484 * configure.ac (--disable-features): Rename to --without-all.
3485 (OPTION_DEFAULT_ON): Change to use with_features.
3486 * INSTALL: Fix description.
3487
3488 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
3489
3490 * configure.ac: New option --disable-features.
3491 (OPTION_DEFAULT_ON): Change to use enable_features.
3492 * INSTALL: Explain --disable-features.
3493
3494 2012-08-07 Glenn Morris <rgm@gnu.org>
3495
3496 * configure.ac: Require automake 1.11 (fairly arbitrarily).
3497 * autogen.sh (automake_min): Get it from configure.ac.
3498
3499 2012-08-06 Glenn Morris <rgm@gnu.org>
3500
3501 * configure.ac (BROKEN_GETWD) [unixware]: New define.
3502
3503 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
3504 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
3505 (DISPNEW_NEEDS_STDIO_EXT): New define.
3506
3507 2012-08-05 Michael Albinus <michael.albinus@gmx.de>
3508
3509 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
3510
3511 2012-08-05 Ulrich Müller <ulm@gentoo.org>
3512
3513 * configure.ac: Disable paxctl if binaries don't have a
3514 PT_PAX_FLAGS program header. (Bug#11979)
3515
3516 2012-08-03 Eli Zaretskii <eliz@gnu.org>
3517
3518 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
3519 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
3520 (SHA512_H): Don't mention u64.h twice.
3521 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
3522 New targets.
3523
3524 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
3525
3526 Merge from gnulib, incorporating:
3527 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
3528
3529 2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3530
3531 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
3532 out-of-tree build.
3533
3534 2012-08-02 Glenn Morris <rgm@gnu.org>
3535
3536 * make-dist: Remove src/s.
3537
3538 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
3539
3540 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3541
3542 Merge from gnulib (Bug#12116), incorporating:
3543 2012-08-01 extern-inline: new module
3544 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
3545 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
3546 New files. The new .c files are for instantiating extern inline
3547 functions.
3548
3549 Port to Solaris 8.
3550 Without this change, 'configure' fails because the recently-added
3551 wait3 prototype in config.h messes up later 'configure' tests.
3552 Fix this problem by droping wait3 and WRETCODE, as they're
3553 no longer needed on hosts that are current porting targets.
3554 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
3555 All uses changed to waitpid and WEXITSTATUS.
3556
3557 Avoid needless autoheader after autogen.sh.
3558 * .bzrignore: Add src/stamp-h.in.
3559 * autogen.sh: Create src/stamp-h.in.
3560
3561 2012-08-01 Glenn Morris <rgm@gnu.org>
3562
3563 * configure.ac (DOS_NT, MSDOS): New system type templates.
3564
3565 2012-08-01 Ulrich Müller <ulm@gentoo.org>
3566
3567 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
3568 Don't include crtbegin.o and crtend.o. (Bug#12047)
3569
3570 2012-08-01 Glenn Morris <rgm@gnu.org>
3571
3572 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
3573 (INTERNAL_TERMINAL): New.
3574
3575 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
3576 (IS_ANY_SEP): Move here from src/lisp.h.
3577
3578 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
3579
3580 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
3581 (CONF_POST_H): New macro.
3582
3583 2012-07-31 Glenn Morris <rgm@gnu.org>
3584
3585 * configure.ac (S_FILE): Remove output variable.
3586
3587 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
3588
3589 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
3590 Move here from src.
3591
3592 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
3593 Move here from conf_post.h.
3594
3595 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3596
3597 Improve OpenMotif detection on GNU/Linux systems.
3598 * configure.ac (MOTIF): Check for /usr/include/openmotif
3599 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
3600
3601 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3602
3603 * Makefile.in (install-arch-indep): Avoid eval.
3604
3605 2012-07-31 Glenn Morris <rgm@gnu.org>
3606
3607 * configure.ac (opsysfile, S_FILE): Now they are always empty.
3608
3609 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
3610 when removing src/s/sol2-6.h yesterday.
3611
3612 * configure.ac (USG5_4): Reintroduce this.
3613 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
3614
3615 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
3616
3617 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
3618 and to s/usg5-4-common.h on irix6-5.
3619
3620 2012-07-30 Glenn Morris <rgm@gnu.org>
3621
3622 * configure.ac (AH_BOTTOM): Use an include file, so that the
3623 contents do not get processed by autoheader.
3624
3625 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3626
3627 Do not overwrite config.status while executing it (Bug#11214).
3628 * Makefile.in (MAKEFILE_NAME): New macro.
3629 ($(MAKEFILE_NAME)): Rename rule from Makefile.
3630 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
3631 so that GNU 'make' isn't tempted to make the Makefile and then
3632 regenerate config.status while config.status is running.
3633
3634 Update .PHONY listings in makefiles.
3635 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
3636 FRC, install-arch-dep, install-arch-indep, install-doc,
3637 install-info, install-man, install-etc, install-strip, uninstall,
3638 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
3639 (.RECURSIVE): Remove; hasn't been needed for years.
3640
3641 2012-07-30 Glenn Morris <rgm@gnu.org>
3642
3643 * configure.ac (SIGNAL_H_AHB): New hack macro.
3644 (opsysfile): Set to empty on netbsd, openbsd.
3645 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
3646
3647 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
3648
3649 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
3650
3651 * Makefile.in (install-arch-indep): Remove sh -x.
3652
3653 2012-07-30 Glenn Morris <rgm@gnu.org>
3654
3655 * configure.ac (opsysfile): Tweak message for null case.
3656
3657 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
3658 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
3659
3660 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
3661
3662 * Makefile.in (install-arch-indep): Handle space in locallisppath.
3663
3664 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
3665
3666 Use Gnulib environ module (Bug#9772).
3667 * m4/environ.m4: New file, from gnulib.
3668 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3669
3670 Use Gnulib stdalign module (Bug#9772, Bug#9960).
3671 This should improve portability of macros like alignof and DECL_ALIGN.
3672 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
3673 * .bzrignore: Add lib/stdalign.h.
3674 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
3675 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
3676 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
3677 fiddles with this, as gnulib now does this for us.
3678
3679 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3680
3681 Fix toolkit configuration report.
3682 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
3683 --with-x-toolkit=gtk3 is used.
3684
3685 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
3686
3687 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
3688 * configure.ac: Configure gnulib at the end, not before running
3689 pkg-config. This restores the behavior before 2012-06-22, when
3690 higher-resolution time stamps were added, and fixes a bug whereby
3691 LIB_PTHREAD was not used and gnulib's part of 'configure'
3692 therefore incorrectly assumed that pthread_sigmask wasn't working.
3693 Fix the problem with -lrt and clock_gettime a different way.
3694 This should complete the fix for Bug#11884.
3695 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
3696
3697 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
3698
3699 Merge from gnulib, incorporating:
3700 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
3701 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
3702
3703 2012-07-14 Glenn Morris <rgm@gnu.org>
3704
3705 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
3706 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
3707
3708 2012-07-13 Glenn Morris <rgm@gnu.org>
3709
3710 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
3711
3712 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
3713 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
3714 Move "system type" macros here from src/s.
3715 (BSD_SYSTEM_AHB): New hack macro.
3716 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
3717
3718 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
3719 (GC_MARK_SECONDARY_STACK): Move here from src/s.
3720
3721 2012-07-12 Glenn Morris <rgm@gnu.org>
3722
3723 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
3724 setting here from src/s/darwin.h.
3725
3726 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
3727 as src/s/darwin.h used to.
3728
3729 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
3730 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
3731 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
3732 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3733 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3734 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
3735 (XOS_NEEDS_TIME_H): Move here from src/s.
3736
3737 2012-07-11 Glenn Morris <rgm@gnu.org>
3738
3739 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
3740 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
3741
3742 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
3743
3744 * configure.ac (tzset): Remove check that's redundant with gnulib.
3745
3746 2012-07-11 Glenn Morris <rgm@gnu.org>
3747
3748 * configure.ac (CLASH_DETECTION): Define unconditionally.
3749
3750 * configure.ac (opsysfile): Use bsd-common on gnu systems.
3751
3752 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT)
3753 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
3754
3755 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
3756
3757 Assume mkdir, rename, rmdir, strerror.
3758 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
3759
3760 2012-07-11 Glenn Morris <rgm@gnu.org>
3761
3762 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
3763
3764 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
3765
3766 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
3767
3768 Remove "#define unix" that is no longer needed (Bug#11905).
3769 Merge from gnulib to make "#define unix" unnecessary, incorporating:
3770 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
3771 2012-07-09 getopt: Simplify after Emacs changed.
3772
3773 2012-07-10 Glenn Morris <rgm@gnu.org>
3774
3775 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
3776 Move here from src/s.
3777
3778 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
3779
3780 * configure.ac (PNG_DEPSTRUCT): Define this instead of
3781 PNG_DEPRECATED.
3782
3783 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3784
3785 Add GCC-style 'const' attribute to functions that can use it.
3786 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
3787 (ATTRIBUTE_CONST): New macro, in config.h.
3788
3789 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
3790
3791 * lib/makefile.w32-in: Rework dependencies.
3792 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
3793 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
3794 (U64_H, SHA512_H): New macros.
3795 (SRC): Redefine to point to src/, not current directory.
3796 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
3797 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
3798 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
3799 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
3800 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
3801 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
3802 ($(BLD)/filemode.$(O)): Update dependencies.
3803
3804 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3805
3806 Merge from gnulib, incorporating:
3807 2012-07-09 timespec: mark functions with const attributes
3808
3809 Rename configure.in to configure.ac (Bug#11603).
3810 The name 'configure.in' has been obsolescent for quite some time,
3811 and the next release of Autoconf will generate warnings for it.
3812 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
3813 'configure.in' as autoconf input" in the Autoconf git repository.
3814 * configure.ac: Rename from configure.in.
3815 * INSTALL, INSTALL.BZR, README, make-dist:
3816 * Makefile.in (AUTOCONF_INPUTS):
3817 * autogen.sh (autoconf_min):
3818 * autogen/update_autogen (sources):
3819 Adjust to reflect new name.
3820
3821 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
3822
3823 Restore deprecation warnings, except for older libpng.
3824 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
3825 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
3826 (PNG_DEPRECATED): Define when compiling with older PNG versions.
3827
3828 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
3829
3830 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
3831
3832 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
3833
3834 Improve static checking when configured --with-ns.
3835 See Samuel Bronson's remarks in
3836 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
3837 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
3838 a no-op with recent GCC and harmful in earlier ones.
3839 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
3840 warning when compiling with ObjC. Always omit
3841 -Wunsafe-loop-optimizations, as we don't mind when optimization is
3842 being done correctly.
3843
3844 2012-07-07 Glenn Morris <rgm@gnu.org>
3845
3846 * configure.in (BROKEN_SA_RESTART): Doc fix.
3847
3848 * configure.in: Rather than checking for things then undef'ing
3849 them on some platforms, simply don't check for them.
3850 (getwd): Don't check for it on unixware.
3851 (random, rint): Don't check for these on hpux.
3852 (res_init, libresolv): Don't check for these on darwin.
3853
3854 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
3855
3856 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
3857 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
3858 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
3859 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
3860
3861 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3862
3863 * configure.in: Document --enable-gcc-warnings better.
3864
3865 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
3866 This is safer than strcasecmp, which has unspecified behavior
3867 outside the POSIX locale and in practice sometimes does not work
3868 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
3869 * configure.in (strcasecmp, strncasecmp): Remove checks.
3870
3871 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
3872 * lib/c-strncasecmp.c: New files, taken from gnulib.
3873 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3874
3875 Merge from gnulib, incorporating:
3876 2012-07-06 timespec-sub: avoid duplicate include
3877 Reported by Juanma Barranquero.
3878
3879 2012-07-06 Glenn Morris <rgm@gnu.org>
3880
3881 * make-dist [update]: Let autoreconf figure out what needs updating.
3882 Use `make info-real'. leim/leim-list.el should always exist.
3883 Check cd return value.
3884
3885 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3886
3887 Merge from gnulib. This is for OpenBSD 5.1 amd64.
3888 * m4/sys_time_h.m4: New version from gnulib, incorporating:
3889 2012-07-05 sys_time: allow too-wide tv_sec
3890
3891 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
3892
3893 Merge from gnulib.
3894 * lib/alloca.in.h: New version from gnulib, incorporating:
3895 2012-07-03 alloca: add support for HP NonStop TNS/E native
3896
3897 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
3898
3899 * configure.in: If --enable-gcc-warnings, disable
3900 -Wunsafe-loop-optimizations for -O1 optimization level.
3901
3902 2012-06-30 Glenn Morris <rgm@gnu.org>
3903
3904 * configure.in (standardlisppath): New output variable.
3905 (lisppath): Use standardlisppath.
3906 * Makefile.in (standardlisppath): New, set by configure.
3907 (epaths-force): Use standardlisppath and locallisppath rather than
3908 lisppath.
3909
3910 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3911
3912 * configure.in: Fix previous change. Remove --enable-asserts.
3913 (CPPFLAGS): Remove conditional -DXASSERTS=1.
3914 Add --enable-link-time-optimization.
3915 * INSTALL: Mention this.
3916
3917 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3918
3919 * configure.in: Add glyphs category to --enable-checking option.
3920 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
3921
3922 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3923
3924 * configure.in (ENABLE_CHECKING): Update comment.
3925
3926 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
3927
3928 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
3929 Emacs proper no longer uses these headers, and can rely on Gnulib
3930 for these checks.
3931
3932 Merge from gnulib.
3933 * m4/getopt.m4: Copy new version from gnulib, incorporating:
3934 getopt-posix: No longer guarantee that option processing is resettable.
3935
3936 2012-06-27 Glenn Morris <rgm@gnu.org>
3937
3938 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
3939
3940 * INSTALL: Remove references to paths.el.
3941
3942 2012-06-26 Eli Zaretskii <eliz@gnu.org>
3943
3944 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
3945 This replaces separate dependency for each object file, which required
3946 the same object file to be mentioned twice, causing failures in
3947 parallel builds.
3948
3949 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
3950
3951 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
3952 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
3953
3954 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
3955
3956 * configure.in (AC_CHECK_FUNCS): Detect library functions
3957 strcasecmp and strncasecmp.
3958
3959 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
3960
3961 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
3962 We might as well use the spelling standardized by C11,
3963 as in the long run that should simplify maintenance.
3964 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
3965
3966 2012-06-24 Eli Zaretskii <eliz@gnu.org>
3967
3968 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O))
3969 ($(BLD)/timespec-add.$(O))
3970 ($(BLD)/timespec-sub.$(O)): Don't depend on
3971 $(EMACS_ROOT)/nt/inc/sys/time.h.
3972
3973 * lib/stat-time.h:
3974 * lib/timespec.h:
3975 * lib/utimens.h: Revert last change.
3976
3977 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
3978
3979 Merge from gnulib.
3980 * m4/getopt.m4: Copy new version from gnulib, incorporating:
3981 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
3982
3983 2012-06-23 Eli Zaretskii <eliz@gnu.org>
3984
3985 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
3986 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
3987 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
3988 $(BLD)/timespec-sub.$(O).
3989 ($(BLD)/dtotimespec.$(O))
3990 ($(BLD)/gettime.$(O))
3991 ($(BLD)/timespec-add.$(O))
3992 ($(BLD)/timespec-sub.$(O)): New dependencies.
3993
3994 * lib/stat-time.h:
3995 * lib/timespec.h:
3996 * lib/utimens.h: Include sys/time.h.
3997
3998 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
3999
4000 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
4001 the correct CFLAGS and LIBS.
4002
4003 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
4004
4005 Support higher-resolution time stamps (Bug#9000).
4006 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
4007 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
4008 that the new clock stuff doesn't clash with RSVG_LIBS.
4009 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
4010 as gnulib does that for us now.
4011 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
4012 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
4013 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
4014 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
4015 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
4016 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
4017 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
4018 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
4019 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
4020 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
4021 New files, copied automatically from gnulib.
4022 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
4023
4024 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
4025
4026 Merge from gnulib.
4027 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
4028 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
4029 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
4030 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
4031 Copy new versions from gnulib, incorporating the following changes:
4032 2012-06-22 time_r: fix typo that always overrode localtime_r decl
4033 2012-06-22 Write "Mac OS X" instead of "MacOS X".
4034 2012-06-21 mktime: fix integer overflow in 'configure'-time test
4035 2012-06-21 nonblocking: Avoid compilation error on mingw64.
4036 2012-06-19 stat, fstat: Avoid warnings on mingw64.
4037 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
4038
4039 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
4040
4041 * configure.in: Rename --enable-use-lisp-union-type to
4042 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
4043 instead of USE_LISP_UNION_TYPE.
4044
4045 2012-06-12 Glenn Morris <rgm@gnu.org>
4046
4047 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
4048 (opsysfile): Set specially for sol2-10.
4049
4050 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
4051 New AC_DEFINEs, for hpux11.
4052 (opsysfile): Set specially for hpux11.
4053
4054 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
4055
4056 * configure.in: Coalesce some function checking.
4057 This makes 'configure' a bit smaller.
4058 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
4059
4060 2012-06-12 Glenn Morris <rgm@gnu.org>
4061
4062 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
4063
4064 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
4065
4066 * configure.in: Anticipate platforms with no src/s file.
4067
4068 2012-06-12 Chong Yidong <cyd@gnu.org>
4069
4070 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
4071
4072 2012-06-11 Glenn Morris <rgm@gnu.org>
4073
4074 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
4075
4076 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
4077
4078 * configure.in (dbus_type_is_valid): Check for library function.
4079
4080 2012-06-06 Glenn Morris <rgm@gnu.org>
4081
4082 * INSTALL, make-dist: Remove vcdiff.
4083
4084 2012-06-03 Glenn Morris <rgm@gnu.org>
4085
4086 * INSTALL, make-dist: Remove rcs-checkin.
4087
4088 2012-06-03 Ulrich Müller <ulm@gentoo.org>
4089
4090 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
4091
4092 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
4093
4094 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
4095 It is confusingly named and rarely useful. See, for example,
4096 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
4097 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
4098 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
4099 * configure.in: Remove --disable-maintainer-mode.
4100 (USE_MAINTAINER_MODE, MAINT): Remove.
4101
4102 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
4103
4104 Make 'configure' a bit smaller and faster.
4105 * configure.in (INSTALL_INFO): Set it with one call to
4106 AC_PATH_PROG, not three.
4107 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
4108 so likely that it'll be needed.
4109 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
4110 (AC_PROG_MAKE_SET): Remove; Automake does this.
4111 (sysinfo): Do not check for this function, as it's never used.
4112 (tzset): Check for this function just once.
4113 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
4114 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
4115
4116 2012-05-27 Eli Zaretskii <eliz@gnu.org>
4117
4118 * config.bat (lib): Create/update lib/stdalign.in-h and
4119 lib/sys_types.in-h.
4120
4121 * lib/makefile.w32-in ($(BLD)/md5.$(O))
4122 ($(BLD)/sha1.$(O))
4123 ($(BLD)/sha256.$(O))
4124 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
4125 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
4126
4127 * lib/getopt_.h: Regenerate.
4128
4129 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
4130
4131 Assume gnulib does largefile.
4132 Gnulib does the largefile configuration anyway, so when configure.in
4133 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
4134 * configure.in (AC_SYS_LARGEFILE): Remove.
4135 * lib/gnulib.mk: Autoupdate.
4136
4137 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
4138
4139 Merge from gnulib. (Bug#11527)
4140
4141 The build procedure now creates <stdalign.h> and <sys/types.h> for
4142 older hosts that lack a working <stdalign.h> or whose
4143 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
4144 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
4145 msdos and nt builds.
4146
4147 Here is a precis of gnulib changes that seem relevant; please see
4148 the gnulib ChangeLog for details.
4149
4150 2012-05-18 crypto: fix bug in large buffer handling
4151 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
4152 2012-05-10 _Noreturn: port config.h to gcc -Wundef
4153 2012-05-08 warnings.m4: give a means to specify the program to compile
4154 2012-05-07 stdint: be more consistent with glibc, SunOS libc
4155 2012-04-21 Large File Support for native Windows platforms.
4156 2012-04-14 stat: Bypass buggy override in mingw64.
4157 2012-03-29 stdio: don't assume gets any more
4158 2012-03-24 Enable common subexpression optimization in GCC.
4159 2012-02-09 maint: replace FSF snail-mail addresses with URLs
4160 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
4161 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
4162 2012-01-21 stdint: Add support for Android.
4163 2012-01-15 Improve support for MSVC 9.
4164 2012-01-08 mktime: Avoid compilation error on Solaris 11.
4165 2012-01-05 Use ', not `, for quoting output.
4166 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
4167 2012-01-05 strtoimax: Work around AIX 5.1 bug.
4168 2012-01-05 inttypes: Modernize.
4169 2011-12-13 inttypes, stdint: add C++11 support
4170 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
4171 2011-11-21 _Noreturn: Check that _MSC_VER is defined
4172 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
4173 2011-11-09 raise: fix mingw handling of SIGPIPE
4174 2011-10-27 Add stdalign module and use it in other modules.
4175
4176 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
4177 * m4/sys_types_h.m4:
4178 New files.
4179 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
4180 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
4181 * build-aux/snippet/warn-on-use.h:
4182 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
4183 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
4184 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
4185 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
4186 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
4187 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
4188 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
4189 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
4190 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
4191 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
4192 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
4193 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
4194 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
4195 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
4196 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
4197 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
4198 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
4199 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
4200 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
4201 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
4202 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
4203 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
4204 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
4205 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
4206 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
4207 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
4208 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
4209 Update from gnulib.
4210
4211 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
4212
4213 Remove src/m/*.
4214 * configure.in: Remove all mention of src/m/*.
4215 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
4216 All uses removed.
4217 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
4218 (BITS_PER_LONG_LONG): Move to src/lisp.h.
4219 * lib/makefile.w32-in: Remove dependencies on
4220 $(EMACS_ROOT)/src/m/intel386.h.
4221 * make-dist: Don't make links to src/m.
4222
4223 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
4224
4225 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
4226 Without this further fix, aclocal was being invoked unnecessarily.
4227
4228 2012-05-22 Glenn Morris <rgm@gnu.org>
4229
4230 * Makefile.in (blessmail, install-arch-dep, uninstall):
4231 Check cd lib-src works.
4232 (install-arch-dep, uninstall): Remove unneeded subshells.
4233
4234 2012-05-21 Glenn Morris <rgm@gnu.org>
4235
4236 * update-subdirs: Move to build-aux/.
4237 * make-dist, Makefile.in (install-arch-indep): Update for this change.
4238
4239 * Makefile.in (leimdir): New, set by configure.
4240 (COPYDIR, COPYDESTS): Add leim directories.
4241 (install-leim): Remove.
4242 (install-arch-indep): Handle leim installation directly.
4243
4244 * vpath.sed: Remove unused file.
4245 * make-dist: No more vpath.sed.
4246
4247 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
4248
4249 Use full name for m4/gnulib-comp.m4. (Bug#11529)
4250 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
4251 even though the file's name in gnulib is m4/gnulib-comp.m4.
4252 This had a problem when merging from gnulib, as the code temporarily
4253 renamed it to the full name, causing problems when interrupted.
4254 Now the file has its full name, with the idea that we will find
4255 a solution for MS-DOS that does not affect the rest of Emacs.
4256 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
4257
4258 Assume C89 or later.
4259 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
4260 (POINTER_TYPE, PROTOTYPES): Remove.
4261
4262 Make merging from gnulib a script, not a makefile action.
4263 Putting it in a makefile has some problems with reflection, as
4264 merging from gnulib updates 'configure', which can update the makefile.
4265 Putting it in a standalone script breaks this loop.
4266 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
4267 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
4268 Remove, moving the actions to the script admin/merge-gnulib.
4269
4270 2012-05-21 Glenn Morris <rgm@gnu.org>
4271
4272 * configure.in (LEIM_INSTALLDIR):
4273 Rename to leimdir, treat like lispdir.
4274
4275 2012-05-21 Glenn Morris <rgm@gnu.org>
4276
4277 * Makefile.in (install-arch-indep, install-doc, install-info)
4278 (uninstall): Scrap superfluous subshells.
4279
4280 2012-05-19 Ulrich Müller <ulm@gentoo.org>
4281
4282 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
4283
4284 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
4285
4286 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
4287 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
4288 getsockopt, setsockopt, mremap, mempcpy.
4289
4290 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
4291 is being removed.
4292 (AC_CHECK_FUNCS): Remove ftime.
4293
4294 2012-05-19 Glenn Morris <rgm@gnu.org>
4295
4296 * Makefile.in (install-arch-indep): Remove unneeded subshell.
4297
4298 * Makefile.in (install-arch-indep): Remove unneeded chmod.
4299 Set permissions of lisp/subdirs.el.
4300
4301 * Makefile.in (SUBDIR): Add leim. Update users.
4302
4303 * Makefile.in (lib, lib-src, lisp): Check cd return value.
4304
4305 * Makefile.in (leim): No need to set PARALLEL.
4306
4307 2012-05-18 Glenn Morris <rgm@gnu.org>
4308
4309 * Makefile.in (install-arch-indep, install-info, install-man):
4310 Simplify some one-sided ifs.
4311
4312 * Makefile.in: Install only the relevant DOC file.
4313 (install-arch-indep): Delete etc/DOC*.
4314 (install-doc): No more need to delete etc/DOC.
4315
4316 * Makefile.in (install-arch-indep): Split into several rules.
4317 (install-doc, innstall-info, install-man): New rules.
4318
4319 * configure.in (mandir): May as well include it in the NS app bundle.
4320
4321 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
4322 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
4323 (install-arch-indep): Don't install-etc for self-contained ns builds.
4324
4325 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
4326 No longer unconditonally add /sw directories. (Bug#2280)
4327
4328 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
4329 (install-arch-indep): Depend on install-leim.
4330 (install): Remove explicit install-leim dependence.
4331
4332 * Makefile.in (install-arch-indep):
4333 Move last element of mkdir rule here.
4334 (mkdir): Remove rule.
4335
4336 * Makefile.in (install-arch-indep): Remove unneeded chmods.
4337 INSTALL_DATA does this for us.
4338
4339 * Makefile.in (install-arch-dep): Ensure bindir exists.
4340 Drop mkdir dependency.
4341 (install-arch-indep): Ensure docdir, infodir, mandir exist.
4342 (install-leim): Drop mkdir dependency.
4343 (mkdir): Remove most directories, now made in relevant rules.
4344
4345 * Makefile.in (install-arch-indep): Combine adjacent loops.
4346
4347 2012-05-17 Glenn Morris <rgm@gnu.org>
4348
4349 * Makefile.in (install-etc, mkdir):
4350 Make relevant directories in install-etc rather than mkdir.
4351
4352 * Makefile.in (write_subdir): Create the directory if needed.
4353 (install-arch-dep, mkdir): No need to make site-lisp directories.
4354
4355 * Makefile.in (write_subdir): New.
4356 (install-arch-indep, install-arch-dep): Use $write_subdir.
4357
4358 * configure.in (docdir, etcdir, infodir, lispdir):
4359 For a self-contained ns build, set these to the appropriate values.
4360 * Makefile.in (install-arch-dep): No need to move info/ any more.
4361
4362 * configure.in (ns_self_contained): New output variable.
4363 * Makefile.in (ns_self_contained): New, set by configure.
4364 (install-arch-dep): For a self-contained ns build,
4365 don't bother installing binaries then immediately deleting them.
4366
4367 * Makefile.in (ns_appbindir, ns_appresdir):
4368 Move them before things that may refer to them.
4369 (install-arch-dep): No need to relocate self-contained ns libexec.
4370
4371 * configure.in (archlibdir): Set it for self-contained ns builds.
4372 (libexecdir): Don't expand it now (this is mainly cosmetic).
4373
4374 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
4375
4376 * configure.in: Simplify by removing CPP etc.
4377 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
4378 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
4379 In particular we no longer need to fiddle with CPP, since we don't
4380 use CPP specially any more.
4381 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
4382 adjusted compiler.
4383 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
4384 since gl_EARLY and/or Autoconf already does these.
4385
4386 2012-05-16 Glenn Morris <rgm@gnu.org>
4387
4388 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
4389 (CPP): Do not unconditionally set it on Darwin.
4390 Instead, try to test if -no-cpp-precomp is accepted.
4391 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
4392
4393 2012-05-15 Glenn Morris <rgm@gnu.org>
4394
4395 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
4396
4397 * Makefile.in (install-arch-dep): Do not hard-code version number.
4398
4399 * Makefile.in (install-arch-dep): NS install no longer needs to
4400 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
4401
4402 2012-05-12 Glenn Morris <rgm@gnu.org>
4403
4404 * configure.in (ns_appbindir): Remove trailing "/".
4405
4406 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
4407 (MKDEPDIR): Use $MKDIR_P.
4408 * Makefile.in (MKDIR_P): New, set by configure.
4409 (mkdir): Use $MKDIR_P.
4410
4411 2012-05-11 Glenn Morris <rgm@gnu.org>
4412
4413 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
4414 Use INSTALL_DATA for the DOC file.
4415 Remove dead code for ./lisp that never executes.
4416
4417 2012-05-10 Glenn Morris <rgm@gnu.org>
4418
4419 * configure.in (LEIM_INSTALLDIR): New output variable.
4420
4421 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4422
4423 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
4424
4425 2012-05-08 Glenn Morris <rgm@gnu.org>
4426
4427 * make-dist: No more doc/lispref/*.el.
4428
4429 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
4430
4431 * configure.in: Fix quoting bugs.
4432
4433 2012-05-04 Glenn Morris <rgm@gnu.org>
4434
4435 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
4436
4437 2012-05-02 Glenn Morris <rgm@gnu.org>
4438
4439 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
4440 the choices made by FreeBSD and NetBSD. (Bug#10313)
4441
4442 * Makefile.in (INFO_FILES): Remove variable.
4443 (INFO_NONMISC): New variable.
4444 (install-arch-indep, uninstall): Don't use $INFO_FILES.
4445
4446 * Makefile.in (uninstall): Remove useless-use-of-for; that for
4447 some reason caused problems on an old Solaris.
4448
4449 * Makefile.in (install-arch-indep, uninstall):
4450 Ensure that INSTALL-type commands are run from top-level.
4451
4452 * info/dir: Make some entries consistent with the source texi files.
4453
4454 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
4455
4456 2012-05-02 Glenn Morris <rgm@gnu.org>
4457
4458 * Makefile.in (install-arch-indep):
4459 Combine adjacent install-data and install-info loops.
4460
4461 2012-05-01 Glenn Morris <rgm@gnu.org>
4462
4463 * Makefile.in (MAN_PAGES): Remove.
4464 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
4465
4466 * configure.in: Try libtinfo for tputs.
4467 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
4468
4469 * configure.in: Combine adjacent $opsys case blocks.
4470
4471 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
4472
4473 * configure.in: Invert the TERMINFO logic,
4474 since "yes" is far more common than "no".
4475
4476 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
4477
4478 * configure.in (LD_SWITCH_X_SITE_RPATH):
4479 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
4480
4481 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
4482
4483 2012-04-26 Glenn Morris <rgm@gnu.org>
4484
4485 * make-dist: No more doc/lispref/tindex.pl.
4486
4487 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
4488
4489 * configure.in (dbus_validate_bus_name, dbus_validate_path)
4490 (dbus_validate_interface, dbus_validate_member): Check also for
4491 these library functions.
4492
4493 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
4494
4495 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
4496 With glibc 2.14 or later, when compiled with GCC 4.7.0's
4497 -Werror=deprecated-declarations flag, use of hooks like
4498 __malloc_initialize_hook causes compilation to fail because these
4499 hooks are deprecated. Modify 'configure' to check for these hooks too.
4500 Simplify the 'configure' code to test for all the hooks at once.
4501 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
4502 (emacs_cv_var_doug_lea_malloc): ... this new var.
4503
4504 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
4505
4506 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
4507 dated 2011-10-07. Regenerating from current gnulib would be a
4508 pervasive change, and currently the trunk isn't open to such changes.
4509 * configure.in (WARN_CFLAGS): Remove; no longer needed now
4510 that gnulib does it.
4511 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4512
4513 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
4514
4515 * m4/gl-comp.m4: Update. (Bug#11285)
4516
4517 2012-04-20 Ludovic Courtès <ludo@gnu.org>
4518
4519 * configure.in: Don't use the -R option (Bug#11251).
4520
4521 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
4522
4523 configure: new option --enable-gcc-warnings (Bug#11207)
4524 I have been using this change for many months in my private copy
4525 of Emacs, and have used it to find several bugs. It's mature
4526 enough to publish now.
4527 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
4528 * configure.in: Support --enable-gcc-warnings, in the style of
4529 other GNU packages such as coreutils.
4530 (C_WARNINGS_SWITCH): Remove, replacing with...
4531 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
4532 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
4533 when including system files with GCC.
4534 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
4535 * lib/Makefile.am (AM_CFLAGS): New macro.
4536 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
4537
4538 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4539
4540 * configure.in (AC_CHECK_FUNCS):
4541 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
4542
4543 2012-04-16 Glenn Morris <rgm@gnu.org>
4544
4545 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
4546
4547 * configure.in: Remove X libs workaround for old autoconf.
4548
4549 2012-04-12 Ken Brown <kbrown@cornell.edu>
4550
4551 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
4552
4553 2012-04-11 Glenn Morris <rgm@gnu.org>
4554
4555 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
4556
4557 2012-04-10 Glenn Morris <rgm@gnu.org>
4558
4559 * configure.in: Conditionally generate admin/unidata/Makefile.
4560
4561 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
4562
4563 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
4564
4565 2012-04-09 Glenn Morris <rgm@gnu.org>
4566
4567 * Makefile.in (leim): Check cd return value. Pass fewer variables.
4568 (install-leim): Check cd return value. Pass $MFLAGS.
4569 (install-strip): Pass $MFLAGS.
4570
4571 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
4572 Eg org.texi has been using 4.7 functions for some time.
4573
4574 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
4575
4576 Check pkg-config exit status when configuring (Bug#10626).
4577 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
4578 works; check its exit status. Reported by Jordi Gutiérrez Hermoso in
4579 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
4580
4581 2012-04-07 Glenn Morris <rgm@gnu.org>
4582
4583 * README, configure.in (AC_INIT): Bump version to 24.1.50.
4584
4585 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4586
4587 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
4588
4589 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
4590
4591 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
4592 * configure.in (LIBS_TERMCAP): Default this to the result of
4593 the tputs library search. Do a run-time test for the linkability
4594 of tputs unless cross-compiling, as that's more reliable if the
4595 link flags and libraries are messed up. Don't change LIBS as
4596 a result of the test, as that may mess up later tests.
4597
4598 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
4599
4600 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
4601
4602 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
4603 specific makefiles to support getopt_.h generation with MSVC.
4604
4605 2012-02-04 Glenn Morris <rgm@gnu.org>
4606
4607 * Makefile.in (uninstall):
4608 Handle compressed info files and man pages. (Bug#10718)
4609
4610 2012-02-02 Glenn Morris <rgm@gnu.org>
4611
4612 * configure.in [HAVE_NS]:
4613 Error if use --without-toolkit-scroll-bars. (Bug#10673)
4614
4615 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
4616
4617 Port to older Solaris 10 versions (Bug#10677).
4618 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
4619 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
4620 possibly this is because Sun fixed the 'stat' bug in my version.
4621 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
4622 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
4623 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4624 These changes are based on gnulib version
4625 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
4626 because Emacs is in feature freeze and we do not want to merge any
4627 more-recent changes from gnulib.
4628
4629 2012-01-31 Glenn Morris <rgm@gnu.org>
4630
4631 * configure.in: Throw an explicit error if Motif toolkit was
4632 requested but requirements could not be found.
4633
4634 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
4635
4636 2012-01-30 Eli Zaretskii <eliz@gnu.org>
4637
4638 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
4639 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
4640 with "make -j3".
4641
4642 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
4643
4644 * .bzrignore: Ignore etc/__pycache__.
4645
4646 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
4647
4648 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
4649 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
4650 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
4651 by Nelson H. F. Beebe in
4652 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
4653
4654 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
4655
4656 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
4657
4658 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
4659
4660 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
4661 instead of LDFLAGS (Bug#10230).
4662
4663 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
4664
4665 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
4666
4667 Propagate configure flags to sub-configures.
4668 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
4669 New macros.
4670 (config.status, bootstrap): Use them to propagate configure flags
4671 to sub-configures.
4672 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
4673
4674 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
4675
4676 * .bzrignore: Add config.cache.
4677
4678 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
4679
4680 * configure.in: Check for gtk_window_set_has_resize_grip.
4681
4682 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
4683
4684 * configure.in (HAVE_XPM): Fix typo.
4685
4686 2011-11-22 Glenn Morris <rgm@gnu.org>
4687
4688 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
4689 have confusing effects on the build. (Bug#6401)
4690
4691 * Makefile.in (install-arch-dep): Tweak previous change.
4692
4693 2011-11-22 Yavor Doganov <yavor@gnu.org>
4694
4695 Do not install arch-dependent files in the app bundle if
4696 --disable-ns-self-contained is requested. (Bug#1335)
4697 * configure.in (exec_prefix, libexecdir): Define relative to
4698 `ns_appbindir' only if configured for a self-contained app.
4699 * Makefile.in (install-arch-dep): Test for the existence of
4700 libexec in the Emacs.app bundle before executing commands.
4701
4702 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
4703
4704 * configure.in: Remove reference to src/m/ibms390.h.
4705
4706 2011-11-13 Glenn Morris <rgm@gnu.org>
4707
4708 * INSTALL: Tiny updates for disk space used during installation.
4709
4710 2011-11-05 Eli Zaretskii <eliz@gnu.org>
4711
4712 * lib/makefile.w32-in (FRC): New dummy target.
4713 (TAGS): Depend on FRC.
4714
4715 2011-11-04 Glenn Morris <rgm@gnu.org>
4716
4717 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
4718 Do not include GnuTLS version info in final summary message.
4719
4720 2011-10-31 Eli Zaretskii <eliz@gnu.org>
4721
4722 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
4723 they exist there, else from autogen/.
4724
4725 * make-dist (msdos): Add depfiles.bat and inttypes.h.
4726
4727 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
4728
4729 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
4730
4731 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
4732
4733 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
4734 if the library is found. Otherwise, later configure-time tests,
4735 such as the test for pthread_sigmask, generate the wrong results
4736 on some platforms. Reported by Nali Toja for FreeBSD.
4737
4738 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
4739
4740 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
4741 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
4742 Remove; no longer needed, now that we defer to strftime for time
4743 zone names.
4744
4745 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
4746
4747 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
4748
4749 2011-10-18 Chong Yidong <cyd@gnu.org>
4750
4751 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
4752
4753 2011-10-13 Glenn Morris <rgm@gnu.org>
4754
4755 * configure.in: Also look for tputs in libcurses. (Bug#9736)
4756
4757 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
4758
4759 * configure.in: Remove check for -lintl (Bug#9713).
4760 The check could break 'configure' on GNU/Linux with a (broken) libintl.
4761 The check was helpful but not essential in Solaris 2.6 (1997),
4762 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
4763 obsolete -- Sun dropped support for it in 2006 -- and without
4764 access to that Silurian platform we can't maintain the code anyway.
4765
4766 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
4767
4768 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
4769 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
4770 * m4/gnulib-common.m4: Merge from gnulib.
4771 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
4772 command not found" on powerpc-apple-darwin9.8.0.
4773
4774 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
4775 This is now done by src/alloc.c.
4776
4777 2011-10-02 Richard Stallman <rms@gnu.org>
4778
4779 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
4780 and xlinux_second_failure to xgnu_linux_second_failure.
4781
4782 2011-09-29 Eli Zaretskii <eliz@gnu.org>
4783
4784 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
4785 lib/signal.in-h.
4786
4787 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
4788 Rename signal.in.h and alloca.in.h.
4789
4790 2011-09-28 Eli Zaretskii <eliz@gnu.org>
4791
4792 * INSTALL: Mention that m17n libraries and libotf are needed for
4793 Arabic shaping.
4794
4795 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
4796
4797 Merge from gnulib, improving some licensing wording.
4798 This clarifies and fixes some licensing issues raised by Glenn Morris
4799 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
4800 It also merges the latest version of texinfo.tex and has some
4801 MSVC-related changes that don't affect Emacs.
4802 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
4803 pathmax, and raise, since these are needed only to address
4804 MSVC-related issues that Emacs doesn't have.
4805 * lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
4806 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
4807 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
4808 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
4809 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
4810 * m4/unistd_h.m4: Merge from gnulib.
4811
4812 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
4813
4814 * configure.in: Initialize HAVE_LIBXML2.
4815
4816 2011-09-26 Glenn Morris <rgm@gnu.org>
4817
4818 * make-dist: Add lib/makefile.w32-in.
4819
4820 2011-09-24 Glenn Morris <rgm@gnu.org>
4821
4822 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
4823
4824 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4825
4826 * .dir-locals.el: Change the debbugs regexp to allow having the
4827 bug number as the first thing on a line.
4828
4829 2011-09-15 Glenn Morris <rgm@gnu.org>
4830
4831 * configure.in: Make configure work with recent GNUsteps.
4832 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
4833 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
4834 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
4835
4836 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
4837
4838 Merge from gnulib, porting to Tru64.
4839 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
4840 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
4841 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
4842 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
4843 doesn't affect Emacs.
4844
4845 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
4846
4847 * configure.in (isnan): Remove now-unnecessary check.
4848
4849 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
4850
4851 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
4852 This is to fix the following problems:
4853 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
4854 configured not to use gtk or any other thread-using library,
4855 signals aren't blocked correctly.
4856 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
4857 and IRIX's signal handling.
4858 . On Cygwin 1.7.5 it works around an incompatibility with
4859 the system pthread_sigmask.
4860 . On MacOS X 10.5 (32-bit), files whose inode numbers
4861 exceed 2**31 cannot be read or manipulated.
4862 . pthread_sigmask: Actually use results of gl_THREADLIB.
4863 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
4864 . find 'ar' program that fits with --host argument.
4865 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
4866 * autogen/README: Update destination list.
4867 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
4868 The autogenerated files compile, config.guess,
4869 config.sub, depcomp, install-sh, and missing are now in build-aux.
4870 * m4/largefile.m4: New file, so that Emacs does not mess up when
4871 accessing files with large inode numbers in MacOS X 10.5 and later.
4872 * m4/nocrash.m4: New file, to avoid triggering background debugger
4873 and/or create core dumps during 'configure'.
4874 * build-aux/move-if-change: Renamed from move-if-change.
4875 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
4876 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
4877 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
4878 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
4879 * Makefile.in (epaths-force, sync-from-gnulib):
4880 move-if-change is now in build-aux.
4881 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
4882 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
4883 (mkdir): install-sh is now in build-aux.
4884 * config.bat: c++defs.h is now in build-aux/snippets.
4885 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
4886 usual parameter).
4887 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4888 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
4889 to build-aux/snippet.
4890 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
4891 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
4892 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
4893 Solaris, enables MacOS extensions, and enables nocrash during
4894 'configure'.
4895 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
4896
4897 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
4898
4899 * configure.in (snprintf): New check.
4900
4901 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
4902
4903 * configure.in (opsys): Change pattern to *-*-linux*
4904 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
4905 Remove unreachable pattern hppa*-*-linux-gnu*.
4906 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
4907 and that can't possibly work now that src/m/hp800.h no longer exists.
4908
4909 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
4910
4911 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
4912
4913 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
4914
4915 * configure.in: Add header check: sys/socket.h (Bug#8477),
4916 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
4917 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
4918
4919 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
4920
4921 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
4922 (HAVE_GTK_AND_PTHREAD): Remove.
4923
4924 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
4925
4926 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
4927 build, not just GNUstep (Bug#9177).
4928
4929 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
4930
4931 Assume freestanding C89 headers, string.h, stdlib.h.
4932 Again, this simplifies the code, and all current platforms have these.
4933 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
4934 (AC_HEADER_STDC): Remove.
4935 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
4936 (strchr, strrchr): Remove fallback macros.
4937
4938 Assume support for memcmp, memcpy, memmove, memset.
4939 This simplifies the code a bit. All current platforms have these,
4940 as they are required for C89. If this turns into a problem we
4941 can add the gnulib modules for these (a 1-line change to Makefile.in).
4942 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
4943
4944 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
4945
4946 * GNUmakefile: New file.
4947 This is for convenience, so that one can run GNU make in an
4948 unconfigured source tree, and get a default build.
4949
4950 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
4951
4952 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
4953
4954 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4955
4956 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
4957 so as to suppress address randomization (Bug#8395).
4958
4959 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
4960
4961 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
4962 This fixes a build problem on older Mac OS X hosts.
4963
4964 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
4965 test, which runs afoul of Automake installations where, for example,
4966 /usr/share/aclocal contains a copy of gl_THREADLIB.
4967 Reported by Sven Joachim in
4968 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
4969 This is just a quick temporary fix, specific to Emacs; I'll work
4970 with the other gnulib maintainers to get a more-permanent fix.
4971
4972 Add gnulib's strtoimax module, needed on Solaris 8.
4973 * Makefile.in (GNULIB_MODULES): Add strtoimax.
4974 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
4975 automatically imported from gnulib.
4976 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4977
4978 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
4979
4980 Add gnulib support for pthread_sigmask (Bug#9010).
4981 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
4982 * configure.in (AC_TYPE_UID_T): New dummy macro.
4983 Configure gnulib after adjusting LIBS,
4984 so that gnulib can assume the libraries in LIBS.
4985 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
4986 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
4987 * lib/pthread_sigmask.c:
4988 New files, automatically imported from gnulib.
4989 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
4990 due to the above changes.
4991 * .bzrignore: Add lib/signal.h.
4992
4993 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
4994
4995 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
4996
4997 * configure.in (maintainer-mode): Reflect default in help string.
4998
4999 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5000
5001 * configure.in: Remove reference to iris4d.h.
5002
5003 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
5004
5005 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
5006
5007 2011-07-01 Glenn Morris <rgm@gnu.org>
5008
5009 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
5010
5011 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5012
5013 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
5014 which made ./configure infloop.
5015
5016 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
5017
5018 * configure.in (gsettings): New option and check for GSettings.
5019
5020 2011-06-29 Glenn Morris <rgm@gnu.org>
5021
5022 * configure.in: Try to test for the required crt*.o files.
5023
5024 2011-06-27 Bill Wohler <wohler@newt.com>
5025
5026 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
5027
5028 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
5029
5030 Use gnulib's dup2 module instead of rolling our own.
5031 * Makefile.in (GNULIB_MODULES): Add dup2.
5032 * configure.in: Do not check for dup2; gnulib does that now.
5033 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
5034
5035 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
5036
5037 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
5038
5039 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
5040
5041 Use gnulib's alloca-opt module.
5042 * .bzrignore: Add lib/alloca.h.
5043 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
5044 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
5045 as gnulib now does that for us. Put alloca check in config.h.
5046 Include <alloca.h> before any other include file, for AIX 3.
5047 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
5048 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
5049
5050 2011-06-21 Leo Liu <sdl.web@gmail.com>
5051
5052 * m4/sha256.m4:
5053 * m4/sha512.m4:
5054 * m4/gl-comp.m4:
5055 * lib/u64.h:
5056 * lib/sha256.c:
5057 * lib/sha256.h:
5058 * lib/sha512.c:
5059 * lib/sha512.h:
5060 * lib/makefile.w32-in (GNULIBOBJS):
5061 * lib/gnulib.mk:
5062 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
5063 crypto/sha512 modules from gnulib.
5064
5065 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
5066
5067 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
5068
5069 2011-06-17 Glenn Morris <rgm@gnu.org>
5070
5071 * configure.in: Restore the behavior of checking crt-dir only
5072 when the user specified it (not all platforms use it).
5073
5074 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
5075
5076 * m4/lstat.m4: Merge from gnulib (Bug#8878).
5077
5078 2011-06-16 Miles Bader <miles@gnu.org>
5079
5080 * configure.in: Try to determine CRT_DIR automatically when
5081 using gcc.
5082
5083 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
5084
5085 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
5086 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
5087 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
5088 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
5089 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
5090 Merge from gnulib.
5091
5092 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
5093
5094 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
5095
5096 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
5097
5098 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
5099
5100 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
5101
5102 * configure.in: Add --with-wide-int.
5103 * INSTALL: Mention this.
5104
5105 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
5106
5107 Merge from gnulib.
5108 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
5109
5110 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
5111
5112 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
5113
5114 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
5115
5116 Use 'inline', not 'INLINE'.
5117 * configure.in (INLINE): Remove.
5118
5119 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
5120
5121 Adjust to recent gnulib change for @GUARD_PREFIX@.
5122 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
5123 All uses of _GL_ for guard prefixes in lib/*.h replaced with
5124 _@GUARD_PREFIX@_.
5125
5126 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
5127
5128 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
5129
5130 2011-05-24 Glenn Morris <rgm@gnu.org>
5131
5132 * Makefile.in (check): Just give a message if no test/ directory.
5133
5134 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
5135
5136 * configure.in (OPT_MAKEFILES_IN): Remove.
5137 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
5138 (SUBDIR_MAKEFILES_IN): New output variable.
5139 * Makefile.in (OPT_MAKEFILES_IN): Remove.
5140 (SUBDIR_MAKEFILES_IN): Let configure set it.
5141
5142 2011-05-24 Leo Liu <sdl.web@gmail.com>
5143
5144 * m4/sha1.m4:
5145 * m4/gl-comp.m4:
5146 * lib/sha1.h:
5147 * lib/sha1.c:
5148 * lib/makefile.w32-in (GNULIBOBJS):
5149 * lib/gnulib.mk:
5150 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
5151
5152 2011-05-24 Glenn Morris <rgm@gnu.org>
5153
5154 * configure.in: Remove test for already configured source directory.
5155 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
5156
5157 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
5158
5159 2011-05-24 Glenn Morris <rgm@gnu.org>
5160
5161 * make-dist: Don't distribute test/. (Bug#8107)
5162 * configure.in (OPT_MAKEFILES_IN): New output variable.
5163 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
5164 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
5165 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
5166 (check): Give an explicit error if test/ is not present.
5167
5168 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
5169 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
5170 (Makefile): Use $SUBDIR_MAKEFILES_IN.
5171
5172 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
5173
5174 * lib/verify.h: Merge from gnulib.
5175
5176 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
5177
5178 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
5179 Merge from gnulib.
5180
5181 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
5182
5183 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
5184
5185 2011-05-20 Eli Zaretskii <eliz@gnu.org>
5186
5187 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
5188
5189 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
5190
5191 2011-05-20 Glenn Morris <rgm@gnu.org>
5192
5193 * configure.in (lisp_frag): New output file.
5194
5195 2011-05-19 Glenn Morris <rgm@gnu.org>
5196
5197 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
5198 (WINDOW_SUPPORT): Remove output variables that are no longer used.
5199
5200 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
5201
5202 * lib/gnulib.mk:
5203 * lib/intprops.h:
5204 * lib/unistd.in.h:
5205 * m4/inttypes.m4:
5206 * m4/stdint.m4:
5207 * m4/unistd_h.m4: Sync from gnulib.
5208
5209 2011-05-14 Glenn Morris <rgm@gnu.org>
5210
5211 * configure.in: Treat failure to find an X toolkit the same way we treat
5212 failure to find X and image support.
5213
5214 2011-05-12 Glenn Morris <rgm@gnu.org>
5215
5216 * Makefile.in (src, install-arch-indep, bootstrap-clean)
5217 (check-declare): Shell portability fixes. (Bug#8642)
5218
5219 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
5220
5221 * configure.in: Require GnuTLS 2.6.x or higher.
5222
5223 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
5224
5225 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
5226 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
5227 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
5228
5229 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
5230 This new gnulib-tool option saves 'configure' the trouble of
5231 checking for strtoull when strtoumax exists.
5232
5233 * configure.in (BITS_PER_LONG_LONG): New macro.
5234
5235 2011-05-05 Glenn Morris <rgm@gnu.org>
5236
5237 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
5238 (top_distclean): Delete config.log~.
5239
5240 2011-04-27 Ben Key <bkey76@gmail.com>
5241
5242 * configure.in: Fixed a bug that caused configure with
5243 --enable-checking=stringoverrun to have no effect.
5244
5245 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
5246
5247 * configure.in: Suppress unnecessary checks for size_t.
5248 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
5249 (size_t): Do not check for this, and do not typedef. This code
5250 is never exercised now.
5251
5252 * Makefile.in (GNULIB_MODULES): Add strtoumax.
5253 This is needed for the new integer-reading code in lread.c.
5254 It automatically pulls in the following gnulib files, which
5255 are used on old-fashioned platforms that don't have strtoumax:
5256 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
5257 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
5258 m4/strtoull.m4, m4/strtoumax.m4.
5259 * .bzrignore: Add lib/inttypes.h.
5260
5261 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
5262
5263 * configure.in: Check for GnuTLS certificate verify callbacks.
5264
5265 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5266
5267 * Makefile.in (config.status): Don't erase in case of error.
5268 In case it disappeared, rebuild it with `configure'.
5269
5270 2011-04-20 Ken Brown <kbrown@cornell.edu>
5271
5272 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
5273
5274 2011-04-12 Glenn Morris <rgm@gnu.org>
5275
5276 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
5277
5278 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
5279
5280 * lib/allocator.c: New file, automatically generated by gnulib.
5281
5282 2011-04-07 Glenn Morris <rgm@gnu.org>
5283
5284 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
5285
5286 2011-04-06 Eli Zaretskii <eliz@gnu.org>
5287
5288 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
5289 Revert last change.
5290
5291 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
5292
5293 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
5294 ($(BLD)/careadlinkat.$(O)): New target.
5295 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
5296 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
5297 Update dependencies.
5298
5299 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
5300
5301 Fix more problems found by GCC 4.6.0's static checks.
5302
5303 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
5304
5305 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
5306 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
5307 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
5308 * m4/ssize_t.m4: New files, automatically generated from gnulib.
5309
5310 2011-04-06 Glenn Morris <rgm@gnu.org>
5311
5312 * autogen/update_autogen: Handle loaddefs-like files as well.
5313 (usage): Add -l, -C.
5314 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
5315 With -l, check status of lisp/ as well.
5316 With -C, clean before building.
5317 (autoreconf): Only pass -f in the `clean' case.
5318 (commit): New function.
5319
5320 2011-03-28 Glenn Morris <rgm@gnu.org>
5321
5322 * autogen/update_autogen: Pass -f to autoreconf.
5323
5324 * autogen.sh (get_version): Discard "not found" lines.
5325 (check_version): Respect $AUTOCONF etc environment variables.
5326
5327 2011-03-27 Glenn Morris <rgm@gnu.org>
5328
5329 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
5330 (AH_BOTTOM): Do not define SIGTYPE.
5331
5332 2011-03-26 Glenn Morris <rgm@gnu.org>
5333
5334 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
5335 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
5336
5337 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
5338
5339 * autogen/update_autogen: Remove useless function keyword.
5340
5341 2011-03-25 Eli Zaretskii <eliz@gnu.org>
5342
5343 * config.bat: Generate src/config.h and lib/Makefile from
5344 autogen/config.in and autogen/Makefile.in.
5345
5346 2011-03-25 Glenn Morris <rgm@gnu.org>
5347
5348 * compile, config.guess, config.sub, depcomp, install-sh, missing:
5349 Remove; autoreconf can supply them.
5350 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
5351 config.guess, install-sh. Pass -i to autoreconf.
5352 * autogen/update_autogen (genfiles): Add compile, config.guess,
5353 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
5354 Discard non-error output from autoreconf in -q case.
5355 * autogen/compile, autogen/config.guess, autogen/config.sub:
5356 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
5357 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
5358 install-sh, missing.
5359
5360 2011-03-23 Glenn Morris <rgm@gnu.org>
5361
5362 * autogen/update_autogen: Fix typo.
5363 (msg): Remove function; use `exec' instead.
5364
5365 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
5366 (sync-from-gnulib): Don't sync mkinstalldirs.
5367 * make-dist: Don't distribute mkinstalldirs.
5368
5369 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
5370
5371 Fix more problems found by GCC 4.5.2's static checks.
5372 * Makefile.in (GNULIB_MODULES): Add socklen.
5373 * configure.in: Do not check for sys/socket.h, since socklen does that.
5374 * m4/socklen.m4: New automatically-generated file, from gnulib.
5375
5376 fakemail: Remove dependency on ignore-value.
5377 * Makefile.in (GNULIB_MODULES): Add stdio.
5378 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
5379 imported from gnulib.
5380 * .bzrignore: Add lib/stdio.h.
5381
5382 2011-03-22 Glenn Morris <rgm@gnu.org>
5383
5384 * autogen/copy_autogen: Work from ./ or ../.
5385 Fix time-stamps.
5386 * autogen.sh: Doc fix.
5387
5388 2011-03-20 Glenn Morris <rgm@gnu.org>
5389
5390 * autogen/: New directory, to be excluded from releases.
5391 * autogen/copy_autogen, autogen/update_autogen: New scripts.
5392 * autogen/README: New file.
5393 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
5394 * autogen/Makefile.in: Add auto-updated generated files.
5395 * autogen.sh: No longer a no-op, now it tests for autotools
5396 and runs them as necessary.
5397 * configure.in: Default maintainer-mode to on.
5398 * aclocal.m4, configure, lib/Makefile.in: Remove files.
5399
5400 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
5401
5402 Update for gnulib.
5403 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
5404 includes <intprops.h> directly.
5405 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
5406 when building Emacs on Solaris 9 and running it on Solaris 10.
5407
5408 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
5409
5410 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
5411
5412 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5413
5414 * Version 23.3 released.
5415
5416 2011-03-06 Glenn Morris <rgm@gnu.org>
5417
5418 * configure.in (FREETYPE_LIBS): Actually set it to something.
5419
5420 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
5421
5422 Work around some portability problems with symlinks.
5423
5424 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
5425 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
5426 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
5427 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
5428 * m4/symlink.m4:
5429 New files, automatically generated from gnulib.
5430 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
5431 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
5432
5433 2011-02-26 Eli Zaretskii <eliz@gnu.org>
5434
5435 * .bzrignore: Ignore new lib/*.in-h files.
5436
5437 * config.bat: Rename stdint.in.h and sys_stat.in.h.
5438 Call depfiles.bat even if lib/deps already exist.
5439
5440 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
5441
5442 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
5443 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
5444 recent changes to configure.in and to gnulib.
5445
5446 2011-02-24 Glenn Morris <rgm@gnu.org>
5447
5448 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
5449 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
5450
5451 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
5452
5453 Assume S_ISLNK etc. work, since gnulib supports this.
5454 * Makefile.in (GNULIB_MODULES): Add sys_stat.
5455 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
5456 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
5457 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
5458
5459 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
5460
5461 * lib/min-max.h: New file, for "min" and "max".
5462
5463 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
5464
5465 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
5466 $(EMACS_ROOT)/nt/inc/stdint.h.
5467
5468 2011-02-21 Eli Zaretskii <eliz@gnu.org>
5469
5470 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
5471 src/makefile.w32-in and adapt. Depend on stamp_BLD.
5472 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
5473
5474 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
5475
5476 Import filemode module from gnulib.
5477 * .bzrignore: Add lib/sys/.
5478 * Makefile.in (GNULIB_MODULES): Add filemode.
5479 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
5480 * lib/filemode.c: Renamed from src/filemode.c and regenerated
5481 from gnulib. This adds support for some more file types, e.g.,
5482 Cray DMF migrated files.
5483 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
5484 * m4/sys_stat_h.m4: New files, generated from gnulib.
5485 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5486 Regenerate.
5487
5488 2011-02-20 Eli Zaretskii <eliz@gnu.org>
5489
5490 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
5491 $(EMACS_ROOT)/nt/inc/sys/stat.h.
5492
5493 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5494
5495 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
5496 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
5497 is no longer needed, due to the recent SSDATA and related changes.
5498 Perhaps -Wno-pointer-sign should also be removed from
5499 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
5500 way to test this so I left it alone.
5501 * configure: Regenerate.
5502
5503 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
5504
5505 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
5506 src/makefile.w32-in.
5507
5508 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5509
5510 Import crypto/md5 and stdint modules from gnulib.
5511 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5512 Regenerate.
5513 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
5514 Import the new versions from gnulib; they assume a C99-style
5515 <stdint.h>, supplied by the stdint module.
5516 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
5517 imported from gnulib.
5518 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
5519
5520 2011-02-19 Eli Zaretskii <eliz@gnu.org>
5521
5522 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
5523 Add lib/deps/.
5524
5525 * config.bat: Configure in `lib'.
5526 Generate *.Po files in lib/deps.
5527
5528 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
5529
5530 Import IRIX 6.5 getloadavg fixes from gnulib.
5531 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
5532
5533 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
5534
5535 Import getloadavg module from gnulib.
5536 * .bzrignore: Add lib/stdlib.h.
5537 * Makefile.in (GNULIB_MODULES): Add getloadavg.
5538 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
5539 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
5540 Remove; gnulib does this now.
5541 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
5542 from gnulib. This adds support for several other systems, such
5543 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
5544 buffer overrun on Linux hosts under very high load, and on hosts
5545 that maintain a channel to the load average file it makes sure
5546 the file descriptor is close-on-exec (on hosts that support this)
5547 and is not stdin, stdout, or stderr.
5548 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
5549 from gnulib.
5550 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5551 Regenerate.
5552
5553 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
5554
5555 Merge from gnulib.
5556
5557 * install-sh: Update to scriptversion 2011-01-19.21.
5558
5559 2011-02-13 Bruno Haible <bruno@clisp.org>
5560
5561 Consistent macro naming for macros that use GCC __attribute__.
5562 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
5563 ATTRIBUTE_DEPRECATED.
5564
5565 2011-02-12 Bruno Haible <bruno@clisp.org>
5566
5567 setlocale: Prefer gnulib's override over libintl's override.
5568 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
5569 GNULIB_defined_setlocale is set.
5570
5571 2011-02-13 Glenn Morris <rgm@gnu.org>
5572
5573 * make-dist: Exclude generated file src/globals.h.
5574
5575 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
5576
5577 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
5578 Sync from gnulib, which has been patched to fix the problem
5579 with the license notices. Reported by Glenn Morris in
5580 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
5581
5582 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5583
5584 * .bzrignore: Ignore globals.h and related stamp.
5585
5586 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
5587
5588 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
5589 This merges the following fix from gnulib:
5590
5591 2011-02-08 Bruno Haible <bruno@clisp.org>
5592
5593 Split large sed scripts, for HP-UX sed.
5594
5595 2011-02-08 Tom Tromey <tromey@redhat.com>
5596
5597 * configure: Rebuild.
5598 * configure.in (NS_OBJC_OBJ): New subst.
5599
5600 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
5601
5602 gnulib: allow multiple gnulib generated replacements to coexist
5603 This defines a few preprocessor symbols that should not affect Emacs.
5604 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
5605 via "make sync-from-gnulib".
5606
5607 gnulib: undo previous change
5608 The upstream _HEADERS change was backed out of gnulib (see the
5609 same thread). Stay in sync with gnulib.
5610
5611 gnulib: adjust to upstream _HEADERS change
5612 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
5613 New empty macros, to accommodate recent changes to gnulib. See
5614 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
5615 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
5616 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
5617 * lib/time.in.h, lib/unistd.in.h:
5618 Regenerate.
5619
5620 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
5621
5622 sync from gnulib to remove HAVE_STDBOOL_H
5623 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
5624 AC_HEADER_STDBOOL. All uses changed. Do not define
5625 HAVE_STDBOOL_H, as gnulib does not need this. This change is
5626 imported from the latest Autoconf git. It was motivated by Emacs,
5627 which uses gnulib but does not need HAVE_STDBOOL_H.
5628 * configure, src/config.in: Regenerate.
5629 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
5630
5631 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
5632
5633 allow C code to suppress warnings about ignored return values
5634 * Makefile.in (GNULIB_MODULES): Add ignore-value.
5635 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
5636 * lib/ignore-value.h: New file.
5637
5638 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
5639
5640 * configure.in: Test existence of xaw3d library, not just the
5641 header (Bug#7642).
5642
5643 2011-01-31 Eli Zaretskii <eliz@gnu.org>
5644
5645 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
5646 $(BLD)/time_r.$(O).
5647 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
5648 $(EMACS_ROOT)/src/m/intel386.h.
5649 ($(BLD)/strftime.$(O))
5650 ($(BLD)/time_r.$(O)): Define prerequisites.
5651
5652 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
5653
5654 src/emacs.c now gets version number from configure.in
5655 * configure.in (version): Set this from $PACKAGE_VERSION,
5656 which is set from AC_INIT, rather than scouting through src/emacs.c.
5657 * configure: Regenerate.
5658 * make-dist (version): Get it from configure.in, not src/emacs.c.
5659
5660 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5661
5662 strftime: import from gnulib
5663 * Makefile.in (GNULIB_MODULES): Add strftime.
5664 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
5665 needed.
5666 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5667 Regenerate.
5668 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
5669 imported from gnulib.
5670 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
5671 This incorporates many changes from gnulib, including simpler
5672 handling of multibyte formats, porting to mingw32 and other
5673 platforms, and support for higher-resolution time stamps.
5674 Emacs does not yet use the higher-resolution interface.
5675
5676 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5677
5678 gnulib: import mktime and move-if-change fixes from gnulib
5679
5680 * configure: Regenerate from the following.
5681
5682 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5683
5684 mktime: clarify long_int width checking
5685 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
5686 the top level, to make it clearer that the assumption about
5687 long_int width is being checked. See
5688 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
5689
5690 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
5691
5692 TYPE_MAXIMUM: avoid theoretically undefined behavior
5693 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
5694 negative number, which the C Standard says has undefined behavior.
5695 In practice this is not a problem, but might as well do it by the book.
5696 Reported by Rich Felker and Eric Blake; see
5697 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
5698 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
5699 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
5700
5701 mktime: #undef mktime before #defining it
5702 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
5703
5704 mktime: systematically normalize tm_isdst comparisons
5705 * lib/mktime.c (isdst_differ): New function.
5706 (__mktime_internal): Use it systematically for all isdst comparisons.
5707 This completes the fix for libc BZ #6723, and removes the need for
5708 normalizing tm_isdst.
5709 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
5710 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
5711
5712 mktime: fix some integer overflow issues and sidestep the rest
5713
5714 This was prompted by a bug report by Benjamin Lindner for MinGW
5715 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
5716 His bug is due to signed integer overflow (0 - INT_MIN), and I
5717 I scanned through mktime.c looking for other integer overflow
5718 problems, fixing all the bugs I found.
5719
5720 Although the C Standard says the resulting code is still not safe
5721 in the presence of integer overflow, in practice it should be good
5722 enough for all real-world two's-complement implementations, except
5723 for debugging environments that deliberately trap on integer
5724 overflow (e.g., gcc -ftrapv).
5725
5726 * lib/mktime.c (WRAPV): New macro.
5727 (SHR): Also check that long_int and time_t shift right in the
5728 usual way, before using the fast-but-unportable method.
5729 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
5730 used. The code already assumed two's complement, so there's
5731 no need to test for alternatives. All uses removed.
5732 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
5733 the C standard. Reported by Rich Felker in
5734 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
5735 (twos_complement_arithmetic): Also check long_int and time_t.
5736 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
5737 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
5738 (__mktime_internal): Avoid integer overflow with unary subtraction
5739 in two instances where -1 - X is an adequate replacement for -X,
5740 since the calculations are approximate.
5741
5742 2011-01-29 Eric Blake <eblake@redhat.com>
5743
5744 mktime: avoid infinite loop
5745 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
5746 type; behavior is still undefined but portable to all known targets.
5747 Reported by Rich Felker.
5748
5749 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
5750
5751 mktime: avoid problems on NetBSD 5 / i386
5752 * lib/mktime.c (long_int): New type. This works around a problem
5753 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
5754 but time_t is 64 bits, and where I expect the existing code is
5755 wrong in some cases.
5756 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
5757 (ydhms_diff): Bring back the compile-time check for wide-enough
5758 year and yday.
5759
5760 mktime: fix misspelling in comment
5761 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
5762 This merges all recent glibc changes of importance.
5763
5764 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5765
5766 move-if-change: cope with concurrent mv of identical file.
5767 * move-if-change (CMPPROG): Accept environment
5768 variable as an override for `cmp'.
5769 (usage): Document CMPPROG.
5770 Adjust comparison to drop stdout. Cope with failure of mv if
5771 the target file exists and is identical to the source, for
5772 parallel builds.
5773 Report from H.J. Lu against binutils in PR binutils/12283.
5774
5775 2011-01-29 Eli Zaretskii <eliz@gnu.org>
5776
5777 * lib/makefile.w32-in:
5778 * lib/getopt_.h: New files.
5779
5780 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
5781
5782 improve fix for MS-DOS file name clash
5783 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
5784 for portability to POSIX make. Reported by Bruno Haible.
5785 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
5786 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
5787 files from accumulating as garbage. Also reported by Bruno Haible.
5788
5789 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
5790
5791 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
5792 * Makefile.in (DOS-gnulib-comp.m4): New macro.
5793 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
5794 problems with MS-DOS 8+3 file name restrictions.
5795 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
5796 it, it would also cause problems when extracting Emacs distribution
5797 tarballs on MS-DOS hosts.
5798 (ACLOCAL_INPUTS): Adjust to file renaming.
5799 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
5800 * config.guess, config.sub: Sync from gnulib.
5801 * m4/gnulib-cache.m4: Remove from repository.
5802 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
5803
5804 2011-01-25 Glenn Morris <rgm@gnu.org>
5805
5806 * README: Add a note about ranges in copyright years.
5807
5808 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
5809
5810 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
5811
5812 * configure.in: Add HP-UX on IA64 (Bug#6811).
5813
5814 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
5815
5816 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
5817 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
5818 as it is no longer needed.
5819 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
5820 * configure.in: Invoke the new gnulib macro
5821 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
5822 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
5823 * m4/getopt.m4: Sync from gnulib; this removes the need for
5824 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
5825 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
5826 New macro, synced from gnulib.
5827 * m4/warn-on-use.m4: Remove.
5828
5829 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
5830
5831 aclocal.m4: put this file back into repository
5832 This way, we don't have to assume that the maintainer has
5833 the automake package installed. See
5834 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
5835 * .bzrignore: Remove aclocal.m4, undoing the previous change.
5836 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
5837 undoing the previous change.
5838 * aclocal.m4: New file (actually, resurrected).
5839
5840 2011-01-22 Miles Bader <miles@gnu.org>
5841
5842 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
5843 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
5844 Emacs directly uses fontconfig, and breaks building when using a
5845 strict linker).
5846
5847 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
5848
5849 src/config.in: shrink slightly
5850 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
5851 This makes src/config.in a bit smaller, by removing identifiers
5852 like GNULIB_TEST_MKTIME that Emacs does not need.
5853 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
5854 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
5855 Sync from gnulib. This removes a few more unnecessary symbols from
5856 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
5857 * configure, src/config.in: Regenerate.
5858
5859 aclocal.m4: tweaks to regenerate more conveniently
5860 This attempts to act better when the source is in a weird state. See
5861 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
5862 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
5863 * .bzrignore: Add aclocal.m4.
5864
5865 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
5866
5867 aclocal.m4: omit auto-generated file from repository
5868 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
5869 the most recent change here.
5870 * aclocal.m4: Remove from bzr repository. This file is
5871 auto-generated and isn't needed to run 'configure'. See
5872 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
5873
5874 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
5875
5876 Minor Makefile.in tweaks to build from gnulib better.
5877 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
5878 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
5879 (top_maintainer_clean): Don't remove aclocal.m4.
5880
5881 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
5882
5883 Minor cleanups for 'bzr status'
5884 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
5885 the output of config.guess.
5886 * Makefile.in (top_distclean): Remove stamp-h1 too.
5887
5888 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
5889 defined if the compiler supports GCC-style __attribute__
5890 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
5891 this syntax.
5892
5893 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
5894
5895 Makefile.in: tidy up the building of lib
5896 * Makefile.in (am--refresh): Mark as .PHONY.
5897 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
5898 as they're not rebuilt unless you do a "make sync-from-gnulib"
5899 and the former is needed for "configure".
5900 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
5901 has already removed lib/Makefile.
5902
5903 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
5904 This avoids building ftoastr and ldtoastr, which aren't needed. See
5905 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
5906
5907 * .bzrignore: Add .h files that are host-dependent.
5908 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
5909 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
5910 host-dependent and are built as part of an ordinary 'make', and
5911 should not be checked in.
5912
5913 * lib/Makefile.in: Regenerate.
5914 * lib/COPYING: New file, a copy of COPYING.
5915
5916 * configure: Regenerate.
5917 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
5918
5919 Regenerate.
5920 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
5921 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
5922 New files, copied from gnulib by gnulib-tool.
5923 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
5924 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
5925 Regenerate.
5926
5927 Use gnulib's getopt-gnu module.
5928 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
5929 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
5930 representative of the dependencies.
5931 * configure.in: Do not configure getopt, as gnulib does that now.
5932 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
5933 getopt now, in lib.
5934
5935 Regenerate.
5936 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
5937 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
5938 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
5939 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
5940 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
5941 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
5942 * m4/wchar_t.m4, warn-on-use.h:
5943 New files, copied from gnulib by gnulib-tool.
5944 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
5945 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
5946 Regenerate.
5947
5948 Use gnulib's mktime module.
5949 * Makefile.in (GNULIB_MODULES): Add mktime.
5950 * configure.in: Remove code no longer needed, as gnulib now does it.
5951 (AC_CHECK_FUNCS): Remove mktime.
5952 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
5953 (__restrict): Remove, as this now gets in the way of the C99
5954 support for 'restrict' pulled in by the gnulib mktime module.
5955 Code should now use 'restrict' and not '__restrict".
5956 (mktime): Remove.
5957 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
5958 and warn-on-use.h into the distribution.
5959
5960 Regenerate.
5961 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
5962 * lib/ldtoastr.c, m4/c-strtod.m4:
5963 New files, copied from gnulib by gnulib-tool.
5964 * lib/dummy.c: Remove.
5965 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
5966 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
5967 Regenerate.
5968
5969 Use gnulib's ftoastr module.
5970 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
5971
5972 Regenerate.
5973 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
5974 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
5975 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
5976 New files, generated automatically, with 'make sync-from-gnulib'
5977 followed by 'make'.
5978 * configure: Regenerate.
5979
5980 Automate syncing from gnulib.
5981 * INSTALL, README: Document new subdirectory 'lib'.
5982 * Makefile.in (SUBDIR): Add lib.
5983 (SUBDIR_MAKEFILES): Add lib/Makefile.
5984 (lib-src, src, TAGS, tags): Depend on lib.
5985 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
5986 ($(gnulib_srcdir)): New rule.
5987 (sync-from-gnulib): New rule, which is .PHONY.
5988 (lib): New rule, which is like lib-src.
5989 (Makefile): Depend on lib/Makefile.in.
5990 (AUTOCONF_INPUTS): Depend on aclocal.m4.
5991 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
5992 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
5993 (am--refresh): New rule, to pacify Automake.
5994 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
5995 Clean lib, too.
5996 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
5997 droppings.
5998 (maintainer-clean, extraclean): Use it.
5999 * configure.in: Initialize for automake and gnulib, by invoking
6000 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
6001 lib/Makefile, too. Use automake to build gnulib, as gnulib works
6002 more conveniently with automake.
6003 * lib/Makefile.am: New file.
6004 * make-dist: Also put into the distribution aclocal.m4,
6005 compile, depcomp, missing, and the files under lib/.
6006
6007 2011-01-15 Glenn Morris <rgm@gnu.org>
6008
6009 * Makefile.in (epaths-force): No more arch-tag to edit.
6010
6011 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
6012
6013 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
6014
6015 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
6016
6017 * make-dist: Distribute test/ files too.
6018 Distribute every file under test/ that is under version control,
6019 using patterns like *.el to capture files that are added later.
6020 Without this change, "configure" would fail, because it would
6021 attempt to build from a Makefile.in that was not distributed.
6022
6023 2011-01-13 Christian Ohler <ohler@gnu.org>
6024
6025 * Makefile.in (INFO_FILES): Add ERT.
6026
6027 * Makefile.in (check): Run tests in test/automated.
6028
6029 * Makefile.in:
6030 * configure.in: Add test/automated/Makefile.
6031
6032 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
6033
6034 * install-sh, mkinstalldirs, move-if-change: Update from master
6035 source in gnulib.
6036
6037 * config.guess, config.sub: Updated from master source.
6038
6039 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
6040
6041 * configure.in: Check for __builtin_unwind_init.
6042
6043 2011-01-05 Glenn Morris <rgm@gnu.org>
6044
6045 * configure.in (HAVE_MAKEINFO): New output variable.
6046 (MAKEINFO): Reset to "makeinfo" if not found.
6047 * Makefile.in (install-arch-indep, info):
6048 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
6049
6050 2010-12-29 Ulrich Müller <ulm@gentoo.org>
6051
6052 * configure.in: Make gameuser configurable (Bug#7717).
6053
6054 2010-12-15 Glenn Morris <rgm@gnu.org>
6055
6056 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
6057 long absent lib-src/fns-*.el.
6058
6059 2010-12-11 Glenn Morris <rgm@gnu.org>
6060
6061 * make-dist: Exclude etc/*.pyc.
6062
6063 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
6064
6065 * configure.in: Don't double machfile in final message.
6066
6067 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
6068
6069 * configure.in: Fix last change.
6070
6071 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
6072
6073 * configure.in: Remove reference to removed machine description
6074 files and allow $machine and $machfile to be empty.
6075 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
6076
6077 2010-12-03 Glenn Morris <rgm@gnu.org>
6078
6079 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
6080
6081 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
6082
6083 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
6084 (EXTERNALLY_VISIBLE): New definition.
6085
6086 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
6087
6088 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
6089
6090 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6091
6092 * configure.in: Do not check for unconditionally included headers.
6093
6094 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6095
6096 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
6097
6098 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
6099
6100 * configure.in: Don't write a warning for D-Bus anymore.
6101
6102 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
6103
6104 * configure.in: Fix indentation.
6105
6106 2010-10-31 Ken Brown <kbrown@cornell.edu>
6107
6108 * configure.in (checking whether localtime caches TZ):
6109 Use unsetenv instead of modifying environment directly.
6110
6111 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
6112
6113 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
6114 to avoid warning.
6115
6116 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6117
6118 * configure.in: Remove the BROKEN annotation from GnuTLS.
6119
6120 2010-10-22 Glenn Morris <rgm@gnu.org>
6121
6122 * make-dist: Avoid listing .el files twice. Don't try to run
6123 autoconf if --no-update.
6124
6125 2010-10-20 Glenn Morris <rgm@gnu.org>
6126
6127 * make-dist: No longer create lisp/MANIFEST.
6128
6129 2010-10-14 Glenn Morris <rgm@gnu.org>
6130
6131 * BUGS, INSTALL.BZR, README: Updates.
6132
6133 2010-10-13 Glenn Morris <rgm@gnu.org>
6134
6135 * make-dist: Remove --compress. Check for the appropriate
6136 gzip-like executable, and if not found, don't compress.
6137 Check version number in README, don't change it.
6138 Use find for nt/inc/*.h.
6139
6140 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
6141
6142 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
6143 Remove trailing / from directory names.
6144
6145 2010-10-12 Glenn Morris <rgm@gnu.org>
6146
6147 * make-dist: Update and simplify.
6148
6149 2010-10-12 Eli Zaretskii <eliz@gnu.org>
6150
6151 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
6152
6153 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6154
6155 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
6156
6157 2010-10-09 Glenn Morris <rgm@gnu.org>
6158
6159 * make-dist: No more doc/emacs/*.texi.in.
6160
6161 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
6162
6163 2010-10-09 Glenn Morris <rgm@gnu.org>
6164
6165 * configure.in: Combine some conditionals.
6166
6167 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
6168 * make-dist: Include doc/emacs/*.texi.in.
6169
6170 * INSTALL, make-dist: Remove references to b2m.
6171 * Makefile.in (MAN_PAGES): Remove b2m.1.
6172
6173 2010-10-05 Glenn Morris <rgm@gnu.org>
6174
6175 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
6176
6177 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6178
6179 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
6180
6181 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
6182
6183 * configure.in: Include stdlib.h and string.h unconditionally.
6184
6185 2010-09-29 Romain Francoise <romain@orebokech.com>
6186
6187 * configure.in: Don't enable ImageMagick unless HAVE_X11.
6188
6189 2010-09-28 Glenn Morris <rgm@gnu.org>
6190
6191 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
6192 happy.
6193
6194 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6195
6196 * configure.in: Enable imagemagick by default.
6197
6198 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6199
6200 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
6201 GnuTLS libraries.
6202
6203 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6204
6205 * configure.in: Set up GnuTLS.
6206
6207 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
6208
6209 * configure.in: Announce whether libxml2 is linked to.
6210
6211 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6212
6213 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
6214
6215 2010-09-18 Eli Zaretskii <eliz@gnu.org>
6216
6217 * config.bat: Detect that libxml2 is installed and if so, build
6218 with it.
6219
6220 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6221
6222 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
6223 be used. This fixes a conf problem on Mac OS X.
6224
6225 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6226
6227 * configure.in: Check for libxml2.
6228
6229 2010-09-09 Glenn Morris <rgm@gnu.org>
6230
6231 * make-dist: No more TODO files under lisp/.
6232
6233 2010-09-04 Eli Zaretskii <eliz@gnu.org>
6234
6235 * config.bat: Produce lisp/gnus/_dir-locals.el from
6236 lisp/gnus/.dir-locals.el.
6237
6238 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
6239
6240 * configure.in: Fix check for librsvg, imagemagick and
6241 MagickExportImagePixels.
6242
6243 2010-08-18 Joakim Verona <joakim@verona.se>
6244
6245 * Makefile.in, configure.in: Checks for ImageMagick.
6246
6247 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
6248
6249 * configure.in (AC_PREREQ): Require autoconf 2.65.
6250
6251 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
6252
6253 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
6254
6255 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
6256
6257 * configure.in: Add AC_C_BIGENDIAN.
6258
6259 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
6260
6261 * configure.in (ORDINARY_LINK): Use on hpux* too.
6262
6263 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
6264
6265 * configure.in: Check for util.h.
6266 Use -Wimplicit-function-declaration if compiler supports it.
6267
6268 2010-08-05 Eli Zaretskii <eliz@gnu.org>
6269
6270 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
6271
6272 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
6273
6274 * configure.in: Restore accidentally removed use of
6275 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
6276
6277 2010-07-29 Chad Brown <yandros@mit.edu>
6278
6279 * configure.in: Check for dirent.h.
6280
6281 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
6282
6283 * configure.in: Remove reference to usg5-4, unused.
6284
6285 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
6286
6287 * configure.in: Check for __executable_start.
6288
6289 2010-07-24 Ken Brown <kbrown@cornell.edu>
6290
6291 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
6292
6293 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
6294
6295 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
6296
6297 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
6298
6299 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
6300
6301 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
6302
6303 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
6304 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
6305 (C_OPTIMIZE_SWITCH): Remove.
6306 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
6307
6308 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
6309
6310 * configure.in: Don't check for index and rindex, check for strchr
6311 and strrchr. Define strchr and strrchr as index and rindex,
6312 resp., in src/config.h if not available.
6313
6314 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
6315
6316 * configure.in: Use -Wold-style-definition if available.
6317 This helps with the transition to standard C code, it can be
6318 removed when done.
6319
6320 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
6321
6322 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
6323 and MSWindows.
6324
6325 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
6326
6327 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
6328 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
6329
6330 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
6331
6332 * configure.in (getenv): Remove K&R declaration.
6333
6334 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
6335
6336 * configure.in: Remove define __P.
6337
6338 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
6339
6340 * configure.in (--enable-use-lisp-union-type): New flag.
6341
6342 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
6343
6344 Fix CFLAGS for non-GCC compilers.
6345 * configure.in (CFLAGS): Always use -g like it was done before the
6346 2010-03-30 change.
6347 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
6348 (Bug#6538)
6349
6350 2010-06-30 Glenn Morris <rgm@gnu.org>
6351
6352 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
6353 Set with AC_DEFINE rather than AH_BOTTOM.
6354
6355 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC)
6356 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
6357 Set with shell, not cpp.
6358 (LIBX): Remove, just use -lX11 in the one place this was used.
6359 (cannot_dump): Replace with CANNOT_DUMP.
6360
6361 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
6362
6363 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
6364 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
6365 by minimum required Gtk+ 2.6). Add checks for functions introduced
6366 in Gtk+ 2.14 or newer (bug#6505).
6367
6368 2010-06-26 Eli Zaretskii <eliz@gnu.org>
6369
6370 * config.bat: Remove white space around "+" in COPY commands.
6371
6372 2010-06-23 Glenn Morris <rgm@gnu.org>
6373
6374 * info/dir: Start descriptions in column 32, per Texinfo convention.
6375
6376 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
6377
6378 * INSTALL: Update font information (Bug#6389).
6379
6380 2010-06-16 Glenn Morris <rgm@gnu.org>
6381
6382 * INSTALL: General update.
6383
6384 2010-06-12 Glenn Morris <rgm@gnu.org>
6385
6386 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
6387
6388 2010-06-11 Glenn Morris <rgm@gnu.org>
6389
6390 * configure.in (--without-compress-info): New option.
6391 (GZIP_INFO): New output variable.
6392
6393 * Makefile.in (GZIP_INFO): New, set by configure.
6394 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
6395 Handle man pages in the same way.
6396
6397 2010-06-10 Glenn Morris <rgm@gnu.org>
6398
6399 * Makefile.in (install-arch-indep): Gzip the info files too.
6400
6401 * make-dist: Remove references to non-existent directories and files.
6402
6403 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
6404
6405 * configure.in: Include <strings.h> and <string.h> instead of
6406 "strings.h" and "string.h".
6407
6408 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
6409
6410 * configure.in: Remove code dealing with BSTRING.
6411
6412 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
6413
6414 * configure.in (AC_PREREQ): Require autoconf 2.65.
6415
6416 * configure.in (unxec): Do not define and substitute.
6417 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
6418
6419 2010-06-03 Glenn Morris <rgm@gnu.org>
6420
6421 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
6422
6423 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
6424
6425 Fix alloca definition when using gcc on non-gnu systems.
6426 * configure.in: Use the code sequence indicated by "info autoconf"
6427 for alloca (bug#6170).
6428
6429 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * .bzrignore: Ignore new files from trunk, which appear if you use
6432 colocated branches (i.e. "bzr switch").
6433
6434 2010-05-28 Glenn Morris <rgm@gnu.org>
6435
6436 * configure.in: Simplify some of the $canonical tests.
6437
6438 2010-05-27 Glenn Morris <rgm@gnu.org>
6439
6440 * config.bat: Do not preprocess src/Makefile.in.
6441
6442 * configure.in: Do not preprocess src/Makefile.in.
6443 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
6444 (AC_EGREP_CPP): Test no longer needed.
6445
6446 * make-dist: No more Makefile.c files.
6447
6448 2010-05-26 Glenn Morris <rgm@gnu.org>
6449
6450 * configure.in (YMF_PASS_LDFLAGS): Remove.
6451 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
6452
6453 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
6454 Add $GNUSTEP_LOCAL_HEADERS.
6455 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
6456
6457 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
6458 (GNUSTEP_MAKEFILES): Remove.
6459 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
6460 stuff to here.
6461
6462 2010-05-25 Glenn Morris <rgm@gnu.org>
6463
6464 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
6465 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
6466
6467 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
6468 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
6469 here instead.
6470
6471 2010-05-24 Romain Francoise <romain@orebokech.com>
6472
6473 * make-dist: Look for version in src/emacs.c.
6474 Use lisp/subr.el rather than lisp/version.el for location check.
6475
6476 2010-05-21 Glenn Morris <rgm@gnu.org>
6477
6478 * configure.in (MKDEPDIR): Parallel build tweak.
6479
6480 * configure.in (ns_frag): New output file.
6481
6482 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
6483 (OLDXMENU_TARGET): Set to empty if USE_GTK.
6484
6485 * configure.in (cannot_dump): New output variable.
6486
6487 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
6488
6489 * configure.in: On NetBSD, if terminfo is found, use it in
6490 preference to termcap. (Bug#6190)
6491
6492 2010-05-20 Glenn Morris <rgm@gnu.org>
6493
6494 * make-dist (src): Include *.mk.
6495 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
6496 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
6497 (deps_frag): New output file.
6498 (AUTO_DEPEND): Remove this definition.
6499
6500 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
6501
6502 2010-05-19 Glenn Morris <rgm@gnu.org>
6503
6504 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
6505 (ORDINARY_LINK): New AC_DEFINE.
6506 (LIB_GCC): No need to set if ORDINARY_LINK.
6507
6508 2010-05-18 Glenn Morris <rgm@gnu.org>
6509
6510 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
6511 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
6512
6513 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
6514 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
6515 (RALLOC_OBJ): New output variable.
6516
6517 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
6518 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
6519
6520 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6521
6522 * Makefile.in (src): Provide the name of the VCS file that witnesses
6523 a pull.
6524 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
6525
6526 2010-05-17 Glenn Morris <rgm@gnu.org>
6527
6528 * configure.in (OLDXMENU_DEPS): New output variable.
6529
6530 2010-05-16 Glenn Morris <rgm@gnu.org>
6531
6532 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
6533
6534 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
6535 * Makefile.in (install-arch-dep): Update for above change.
6536
6537 * Makefile.in (ns_appdir): Remove.
6538 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
6539
6540 * configure.in (TEMACS_LDFLAGS2): New output variable.
6541
6542 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
6543 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
6544 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
6545 nothing uses.
6546
6547 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
6548
6549 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
6550 does not use them.
6551 (X11R5_INHIBIT_I18N): Remove, unused.
6552
6553 2010-05-15 Glenn Morris <rgm@gnu.org>
6554
6555 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
6556
6557 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
6558
6559 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
6560
6561 * configure.in: Look for version string in its new location.
6562
6563 2010-05-15 Eli Zaretskii <eliz@gnu.org>
6564
6565 * config.bat: Remove support for DJGPP v1.x.
6566
6567 2010-05-15 Glenn Morris <rgm@gnu.org>
6568
6569 * configure.in (OLDXMENU_TARGET): New output variable.
6570
6571 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
6572
6573 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
6574 and other files that no longer exist.
6575
6576 2010-05-14 Glenn Morris <rgm@gnu.org>
6577
6578 * configure.in (cpp_undefs): Add mktime, register, X11.
6579
6580 * configure.in (GPM_MOUSE_SUPPORT): Remove.
6581 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
6582 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
6583
6584 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
6585 (GNUSTEP_MAKEFILES): Do not output.
6586
6587 2010-05-13 Glenn Morris <rgm@gnu.org>
6588
6589 * configure.in: Fix some paren typos.
6590
6591 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
6592
6593 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
6594
6595 2010-05-12 Glenn Morris <rgm@gnu.org>
6596
6597 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
6598
6599 * configure.in (LIB_GCC): New output variable.
6600
6601 2010-05-11 Glenn Morris <rgm@gnu.org>
6602
6603 * make-dist (msdos): No more mainmake.
6604
6605 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
6606 * config.bat: Do not run cpp on lib-src/Makefile.in.
6607
6608 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
6609
6610 2010-05-10 Glenn Morris <rgm@gnu.org>
6611
6612 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
6613
6614 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
6615 (BLESSMAIL_TARGET): New output variable.
6616
6617 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
6618
6619 * INSTALL: Fix typos.
6620
6621 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
6622
6623 * configure.in: Add check for buggy version of GCC (Bug#6031).
6624
6625 2010-05-08 Glenn Morris <rgm@gnu.org>
6626
6627 * configure.in (HAVE_LIBNCURSES): New local variable.
6628 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
6629 replacing cpp in src/s/*.h and src/Makefile.in.
6630
6631 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
6632
6633 * Version 23.2 released.
6634
6635 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6636
6637 * configure.in: Add tests for `isnan' and `copysign'.
6638
6639 2010-05-07 Eli Zaretskii <eliz@gnu.org>
6640
6641 * config.bat: Allow for 2 leading `#'s in comments in
6642 src/Makefile.in.
6643
6644 2010-05-07 Glenn Morris <rgm@gnu.org>
6645
6646 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
6647 Merges logic from src/s/* and src/Makefile.in.
6648 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
6649
6650 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
6651
6652 Define START_FILES and LIB_STANDARD using autoconf.
6653 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
6654 here from src/s/*.h.
6655 (HAVE_CRTIN): Remove, inline logic in the netbsd
6656 START_FILES/LIB_STANDARD computation.
6657
6658 2010-05-06 Glenn Morris <rgm@gnu.org>
6659
6660 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
6661
6662 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
6663 (LD_SWITCH_X_SITE): Remove unused variables.
6664
6665 2010-05-04 Glenn Morris <rgm@gnu.org>
6666
6667 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
6668 as well.
6669 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
6670
6671 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
6672
6673 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
6674 variables, replacing c_switch_machine, c_switch_system.
6675 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
6676 @c_switch_system@.
6677
6678 2010-05-03 Glenn Morris <rgm@gnu.org>
6679
6680 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
6681
6682 * make-dist: There are no more src/m/*.inp files.
6683
6684 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6685
6686 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
6687 (ac_link): Do not use ld_switch_machine.
6688
6689 2010-05-01 Glenn Morris <rgm@gnu.org>
6690
6691 * configure.in (OTHER_OBJ): Remove.
6692 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
6693
6694 2010-04-30 Glenn Morris <rgm@gnu.org>
6695
6696 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
6697 Elsewhere, maybe include it.
6698
6699 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
6700 (OLDXMENU, LIBXMENU): New output variables.
6701
6702 * configure.in (OTHER_OBJ): New output variable.
6703
6704 2010-04-28 Glenn Morris <rgm@gnu.org>
6705
6706 * configure.in (CYGWIN_OBJ): New output variable.
6707
6708 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
6709
6710 * configure.in (FONT_OBJ): New output variable.
6711
6712 * configure.in (LIBXMU): New output variable.
6713
6714 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
6715
6716 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
6717 userland and maybe change values to i386 (move test from s/amdx86-64.h).
6718
6719 2010-04-27 Glenn Morris <rgm@gnu.org>
6720
6721 * configure.in (LIBXTR6): New output variable. Move unixware special
6722 case here from src/s/unixware.h.
6723
6724 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
6725 in Makefiles.
6726 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
6727
6728 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
6729 (LIBXP): No longer substitute in Makefiles.
6730 (MOTIF_LIBW): New output variable. Move system-specific settings here
6731 from src/s files.
6732
6733 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
6734
6735 Reduce CPP usage.
6736 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
6737 (unexec): Define unconditionally, all platforms define
6738 UNEXEC. AC_SUBST it.
6739 (UNEXEC_SRC): Remove, unused.
6740 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
6741
6742 2010-04-27 Glenn Morris <rgm@gnu.org>
6743
6744 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
6745 replaced by LIBXP.
6746
6747 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
6748 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
6749 On hpux10-20, default to /lib.
6750
6751 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
6752
6753 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
6754
6755 * configure.in (LIBS_MACHINE): Remove, unused.
6756
6757 * configure.in (LIB_MATH): New output variable. Set it for some systems.
6758
6759 2010-04-24 Glenn Morris <rgm@gnu.org>
6760
6761 * configure.in (CRT_DIR): New output variable.
6762 (--with-crt-dir): New option. (Bug#5655)
6763 (HAVE_LIB64_DIR): Remove.
6764
6765 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
6766
6767 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
6768
6769 2010-04-22 Miles Bader <miles@gnu.org>
6770
6771 * configure.in: Get rid of "unix" pre-defined macro when
6772 preprocessing Makefile. (Bug#5857)
6773
6774 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
6775
6776 Avoid non-portable shell command negation
6777 * configure.in: Revert last change.
6778
6779 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6780
6781 * configure.in: Change "if test ! -f" to "if ! test -f".
6782
6783 2010-04-21 Glenn Morris <rgm@gnu.org>
6784
6785 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
6786 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
6787
6788 2010-04-21 Karel Klíč <kklic@redhat.com>
6789
6790 * configure.in: New option: --with(out)-selinux, on by default.
6791 Set HAVE_LIBSELINUX if we find libselinux, and substitute
6792 LIBSELINUX_LIBS in Makefiles.
6793
6794 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
6795
6796 * configure.in: Remove all references to LIBX11_SYSTEM.
6797
6798 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6799
6800 * configure.in: Remove all references to C_DEBUG_SWITCH.
6801
6802 2010-03-27 Eli Zaretskii <eliz@gnu.org>
6803
6804 * config.bat <lib-src>: Edit out lines that begin with several #
6805 characters.
6806
6807 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6808
6809 * configure.in: Remove support for old UNIX System V systems and
6810 for Unixware on non-x86 machines.
6811
6812 * configure.in: Remove support for Solaris on PPC and for old versions.
6813
6814 * configure.in: Remove non-working lynxos port.
6815
6816 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6817
6818 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
6819
6820 2010-03-19 Glenn Morris <rgm@gnu.org>
6821
6822 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
6823 happy.
6824
6825 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
6826
6827 * configure.in: Check for tputs and friends, abort if not
6828 found (bug#5735).
6829
6830 2010-03-18 Glenn Morris <rgm@gnu.org>
6831
6832 * configure.in (--with-x-toolkit): In the help text, say which options
6833 are synonyms.
6834
6835 * configure.in (--with-mmdf, --with-mail-unlink):
6836 New options, off by default.
6837 (--with-mailhost): New option to set default POP host.
6838 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
6839 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
6840 New variables, substituted in Makefiles.
6841 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
6842 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
6843 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
6844 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
6845 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
6846
6847 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
6848
6849 * Makefile.in (uninstall): Handle the case where archlibdir does not
6850 exist. (Bug#5720)
6851
6852 2010-03-12 Eli Zaretskii <eliz@gnu.org>
6853
6854 These changes remove termcap.c from the build on POSIX platforms.
6855 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
6856
6857 * configure: Regenerated.
6858
6859 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
6860
6861 * Branch for 23.2.
6862
6863 2010-01-31 Juri Linkov <juri@jurta.org>
6864
6865 * .bzrignore: Add TAGS-LISP.
6866
6867 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6868
6869 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
6870 this header file).
6871
6872 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
6873
6874 * .bzrignore: Ignore all .exe, instead of individual files.
6875
6876 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
6877
6878 * configure.in: Explicitly check for and link to -lXrender.
6879
6880 2010-01-12 Glenn Morris <rgm@gnu.org>
6881
6882 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
6883 for bug reports for development versions.
6884
6885 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6886
6887 * .bzrignore: Add more ignored patterns, including for the MS-DOS
6888 build.
6889
6890 2009-12-27 Karl Fogel <kfogel@red-bean>
6891
6892 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
6893 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
6894
6895 2009-12-17 Glenn Morris <rgm@gnu.org>
6896
6897 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
6898
6899 2009-12-15 Glenn Morris <rgm@gnu.org>
6900
6901 * info/dir: Add EDT entry.
6902 * Makefile.in (INFO_FILES): Add edt.
6903
6904 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
6905
6906 * configure.in: Check for RSVG if GNUstep is used.
6907
6908 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
6909
6910 * configure.in: Don't check for RSVG or GConf unless X11 is used.
6911
6912 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
6913
6914 * configure.in: Allow compiling Emacs with GTK on Cygwin.
6915
6916 2009-12-01 Glenn Morris <rgm@gnu.org>
6917
6918 * make-dist: Add etc/images/mpc directory.
6919
6920 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6921
6922 * configure.in: Don't check for GConf unless X is used.
6923
6924 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
6925
6926 * configure.in: Use -Wdeclaration-after-statement if available.
6927
6928 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6929
6930 * configure.in: New option: --with(out)-gconf.
6931 Set HAVE_GCONF if we find gconf.
6932
6933 2009-11-17 Glenn Morris <rgm@gnu.org>
6934
6935 * Makefile.in (INFO_FILES): Add semantic.
6936
6937 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
6938
6939 * info/dir: Add Semantic.
6940
6941 2009-11-16 Glenn Morris <rgm@gnu.org>
6942
6943 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
6944 pattern, so as not to exclude makefile*.el. (Bug#4912)
6945
6946 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
6947
6948 * configure.in: --enable-autodepend is new. Check for GNU Make
6949 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
6950 gcc and GNU make to generate dependencies.
6951
6952 2009-10-27 Glenn Morris <rgm@gnu.org>
6953
6954 * make-dist: Make links to doc/lispintro/*.pdf.
6955
6956 2009-10-23 Jim Meyering <meyering@redhat.com>
6957
6958 * configure.in: Invoke $CPP with -P when creating Makefile and
6959 src/Makefile. Without this, gcc 4.4.2 converts each
6960 backslash-newline pair in the input to a bare newline, yielding
6961 invalid Makefiles.
6962
6963 * configure: Regenerate.
6964
6965 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6966
6967 * configure.in (vax-dec-vms): Remove, not supported anymore.
6968
6969 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6970
6971 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
6972 (*-apple-darwin*): Add x86_64 architecture.
6973
6974 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6975
6976 * config.guess, config.sub: Updated from master source.
6977
6978 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6979
6980 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
6981
6982 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
6983
6984 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
6985
6986 2009-09-29 Glenn Morris <rgm@gnu.org>
6987
6988 * make-dist (check): Update for two new levels of subdirectory in lisp/.
6989
6990 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6991
6992 * config.guess, config.sub: Updated from master source.
6993
6994 * configure.in (OTHER_FILES): Define using autoconf not cpp.
6995
6996 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6997
6998 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
6999
7000 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7001
7002 * INSTALL: Update URL for GNU FreeFont.
7003
7004 2009-09-09 Glenn Morris <rgm@gnu.org>
7005
7006 * Makefile.in (install-arch-indep): Don't recursively change perms of
7007 site-lisp and infodir. There may be non-Emacs files in here, and the
7008 files supplied by Emacs are all handled explicitly already. (Bug#3800)
7009 (mkdir): Set umask to world-readable before creating directories.
7010 mkinstalldirs already checks if dirs exist, don't duplicate this test.
7011
7012 2009-08-29 Glenn Morris <rgm@gnu.org>
7013
7014 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
7015 (info): Don't give an error in the absence of makeinfo - let the doc
7016 Makefiles do that, if the info files need rebuilding. (Bug#3982)
7017
7018 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
7019
7020 * Makefile.in (install-arch-indep): If the versioned DOC-####
7021 generated during loadup+dump isn't found, install the plain DOC
7022 file that always gets generated, in case CANNOT_DUMP is set.
7023
7024 * configure.in: Warn if package version specified here doesn't
7025 match the version in version.el.
7026 * configure: Regenerate.
7027
7028 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
7029
7030 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
7031
7032 * configure: Regenerate.
7033
7034 2009-08-19 Glenn Morris <rgm@gnu.org>
7035
7036 * INSTALL: Remove reference to cvtmail.
7037
7038 2009-08-15 CHENG Gao <chenggao@gmail.com>
7039
7040 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
7041
7042 2009-08-02 Kevin Ryde <user42@zip.com.au>
7043
7044 * INSTALL: Fix free fonts URL.
7045
7046 2009-07-22 Glenn Morris <rgm@gnu.org>
7047
7048 * configure.in (AC_PREREQ): Require autoconf 2.62.
7049
7050 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
7051
7052 * configure.in (--enable-checking, --enable-profiling):
7053 Use AS_HELP_STRING.
7054
7055 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7056
7057 * configure.in (--enable-profiling): New option.
7058 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
7059
7060 2009-06-27 Glenn Morris <rgm@gnu.org>
7061
7062 * configure.in: Restore netbsd on mips, mipsel, mipseb.
7063
7064 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7065
7066 * configure.in (--enable-checking): New option.
7067
7068 2009-06-24 Glenn Morris <rgm@gnu.org>
7069
7070 * make-dist: Warn if subdir does not exist in source.
7071 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
7072 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
7073 No longer make links.
7074
7075 2009-06-24 Yavor Doganov <yavor@gnu.org>
7076
7077 * make-dist (tempdir): Don't create directories preferences.gorm
7078 and preferences.nib, they are no longer required.
7079
7080 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
7081
7082 * Branch for 23.1.
7083
7084 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
7085
7086 * configure.in: Delete mac-fix-env target, which has been
7087 removed (Bug#3531).
7088
7089 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
7092
7093 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
7094
7095 * BUGS: Use new binding of view-emacs-problems.
7096
7097 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
7098
7099 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
7100 for Solaris compatibility.
7101
7102 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
7103
7104 * configure: Regenerate.
7105
7106 * configure.in: Disable use of FreeType without libXft.
7107
7108 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
7109
7110 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
7111 Check if it is declared in gtk.h.
7112
7113 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
7114
7115 * Makefile.in (install-arch-indep): Remove .gitignore files.
7116
7117 2009-04-03 Kenichi Handa <handa@m17n.org>
7118
7119 * INSTALL: Make the section "Complex Text Layout support
7120 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
7121
7122 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
7123
7124 * configure.in (rs6000-ibm-aix6*): Fix typo.
7125
7126 2009-03-04 Glenn Morris <rgm@gnu.org>
7127
7128 * Makefile.in (INFO_FILES): Add auth.
7129
7130 2009-03-03 Glenn Morris <rgm@gnu.org>
7131
7132 * info/dir: Add Auth-source.
7133
7134 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7135
7136 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
7137 the second.
7138
7139 2009-02-28 Eli Zaretskii <eliz@gnu.org>
7140
7141 * config.bat: Copy .dbxinit to _dbxinit.
7142
7143 * make-dist (Making links to `info'): Remove .gitignore.
7144
7145 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7146
7147 * Makefile.in (lib-src, lisp): Use simpler rule.
7148 (src): Be more specific to avoid recompiling all the .elc files just
7149 because the bootstrap-emacs is missing.
7150
7151 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
7152
7153 * configure.in: Require librsvg >= 2.11.
7154
7155 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7156
7157 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
7158 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
7159
7160 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7161
7162 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
7163
7164 2009-02-03 Glenn Morris <rgm@gnu.org>
7165
7166 * make-dist: Add some missing files, remove some that are no longer
7167 present.
7168
7169 2009-02-02 Glenn Morris <rgm@gnu.org>
7170
7171 * make-dist: Add some missing nextstep/ files.
7172
7173 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
7174
7175 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
7176
7177 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
7178
7179 * configure.in: Add support for m68k-*-netbsd.
7180
7181 2009-01-14 Juri Linkov <juri@jurta.org>
7182
7183 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
7184
7185 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
7186 and bug-reference-mode.
7187
7188 2009-01-11 Juri Linkov <juri@jurta.org>
7189
7190 * INSTALL.CVS: Move configuration explicitly to the first step.
7191
7192 2009-01-09 Glenn Morris <rgm@gnu.org>
7193
7194 * .dir-locals.el: Don't set indent-tabs-mode.
7195
7196 2008-12-30 Kenichi Handa <handa@m17n.org>
7197
7198 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
7199 the function OTF_get_variation_glyphs.
7200
7201 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
7202
7203 * Makefile.in (install-arch-dep): Remove old directories in
7204 ns_app* before moving new directories there.
7205
7206 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
7207
7208 * .dir-locals.el: Remove non-working entry for pmail.
7209 (fill-column): Fix typo.
7210 (change-log-mode): Add fill column.
7211
7212 2008-12-26 Eli Zaretskii <eliz@gnu.org>
7213
7214 * config.bat: Produce _dir-locals.el from .dir-locals.el.
7215
7216 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7217
7218 * make-dist (tempdir): Distribute .dir-locals.el.
7219
7220 * .dir-locals.el: New file.
7221
7222 2008-12-19 Eli Zaretskii <eliz@gnu.org>
7223
7224 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
7225 for rationale.
7226
7227 2008-12-13 Glenn Morris <rgm@gnu.org>
7228
7229 * Makefile.in (install-arch-indep): Add new man-pages.
7230 (manext): Remove variable.
7231 (MAN_PAGES): New variable.
7232 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
7233 and remove.
7234 (uninstall): Remove desktop file and icons, game scores if empty.
7235
7236 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
7237
7238 * config.guess, config.sub: Updated from master source.
7239
7240 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
7241
7242 * Makefile.in (install-arch-indep): Install ebrowse.1.
7243
7244 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
7245
7246 * configure.in: Add Solaris on x86_64.
7247
7248 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
7249
7250 * config.guess, config.sub: Updated from master source.
7251
7252 2008-12-08 Eli Zaretskii <eliz@gnu.org>
7253
7254 * info/dir: Fix last change.
7255
7256 2008-12-07 Eli Zaretskii <eliz@gnu.org>
7257
7258 * info/dir: Untabify.
7259
7260 2008-11-28 Ulrich Müller <ulm@gentoo.org>
7261
7262 * configure.in: Fix last change.
7263
7264 2008-11-28 Richard M Stallman <rms@gnu.org>
7265
7266 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
7267 New configurations.
7268
7269 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
7270
7271 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
7272 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
7273
7274 2008-11-15 Eli Zaretskii <eliz@gnu.org>
7275
7276 * Makefile.in (INFO_FILES): Remove ns-emacs.
7277
7278 * info/dir (NS-Emacs): Remove entry.
7279
7280 2008-11-08 Eli Zaretskii <eliz@gnu.org>
7281
7282 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
7283
7284 2008-11-07 Glenn Morris <rgm@gnu.org>
7285
7286 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
7287
7288 2008-10-31 Eli Zaretskii <eliz@gnu.org>
7289
7290 * config.bat: Tell user to expect one "File not found" message
7291 while the `doc' directory is being configured.
7292
7293 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
7294
7295 * update-subdirs: Put obsolete directory last.
7296
7297 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
7298
7299 * configure.in: Check fontconfig always.
7300
7301 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7302
7303 * configure (*-solaris2.[7-9]*): Fix typo.
7304
7305 2008-10-24 Glenn Morris <rgm@gnu.org>
7306
7307 * configure.in (--without-sync-input, --with-pkg-config-prog):
7308 Help strings start with lower case.
7309 (--with-gnustep-conf): New option.
7310 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
7311
7312 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
7313
7314 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
7315 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
7316 is not found. (Bug#1230)
7317
7318 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
7319
7320 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
7321 Use sol2-6.h for Solaris 7-9.
7322
7323 2008-10-18 Ulrich Müller <ulm@gentoo.org>
7324
7325 * configure.in: Add support for GNU/Linux on SuperH.
7326
7327 2008-10-12 Andreas Schwab <schwab@suse.de>
7328
7329 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
7330
7331 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
7332
7333 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
7334 "X") to avoid confusion.
7335
7336 * configure: Regenerate.
7337
7338 2008-09-07 Romain Francoise <romain@orebokech.com>
7339
7340 * make-dist: Distribute doc/man/ChangeLog.
7341
7342 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
7343
7344 * configure.in: Disable XFT and Freetype when without X.
7345
7346 * configure: Regenerate.
7347
7348 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
7349
7350 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
7351
7352 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7353
7354 * configure.in (GNUSTEP_SYSTEM_HEADERS):
7355 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
7356
7357 * configure: Regenerate.
7358
7359 2008-08-20 Eli Zaretskii <eliz@gnu.org>
7360
7361 * configure.in: Move "#define subprocesses" before
7362 config_opsysfile is included.
7363
7364 2008-08-19 Kenichi Handa <handa@m17n.org>
7365
7366 * INSTALL (Extra fonts): Mention local fonts, don't mention
7367 mule-unicode.
7368
7369 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
7370
7371 * make-dist: Omit info/.arch-inventory.
7372
7373 2008-08-16 Jason Rumney <jasonr@gnu.org>
7374
7375 * make-dist (tempdir/nt): Link emacsclient.rc.
7376
7377 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7378
7379 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
7380 AC_SUBST it.
7381 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
7382 AC_SUBST it.
7383 (OTHER_FILES): Always define for HAVE_NS.
7384 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
7385 * configure: Regenerate.
7386
7387 2008-08-07 Andreas Schwab <schwab@suse.de>
7388
7389 * configure.in: Correctly handle
7390 --enable-cocoa-experimental-ctrl-g=no and
7391 --enable-ns-self-contained=yes.
7392
7393 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7394
7395 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
7396 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
7397 Don't bother undef'ing since won't have desired effect.
7398
7399 2008-08-06 Andreas Schwab <schwab@suse.de>
7400
7401 * configure.in: Fix quoting.
7402
7403 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
7404
7405 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
7406
7407 2008-08-05 Ulrich Müller <ulm@gentoo.org>
7408
7409 * configure.in: Add checks for krb5_error.text and
7410 krb5_error.e_text struct members.
7411
7412 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
7413
7414 * configure.in: Test for existence of NSInteger.
7415 Suggested by Yavor Doganov.
7416
7417 2008-08-02 Romain Francoise <romain@orebokech.com>
7418
7419 * Makefile.in (INFO_FILES): Add mairix-el.
7420
7421 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7422
7423 * make-dist:
7424 * README: Remove VMS support.
7425 * vms: Remove directory.
7426
7427 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7428
7429 * configure.in (MULTI_KBOARD): Remove.
7430
7431 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7432
7433 * configure.in (DO_BLOCK_INPUT): Remove, unused.
7434
7435 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
7436
7437 * info/dir (File): Add mairix-el.
7438
7439 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7440
7441 Remove support for Mac Carbon.
7442 * mac: Remove directory.
7443 * make-dist:
7444 * configure.in:
7445 * README:
7446 * Makefile.in:
7447 * INSTALL: Remove code for Carbon.
7448 * configure: Regenerate.
7449
7450 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
7451
7452 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
7453
7454 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7455
7456 * configure.in: Check for getrlimit.
7457
7458 * configure: Regenerate.
7459
7460 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7461
7462 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
7463 in src/Makefile.in.
7464 (static): Remove, autoconf would always comment it out anyway.
7465 (subprocesses): Define unconditionally.
7466
7467 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
7468
7469 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
7470 compilation under GNUstep.
7471
7472 2008-07-18 Kenichi Handa <handa@m17n.org>
7473
7474 * INSTALL (Complex Text Layout support libraries): Delete the
7475 paragraph about --enable-font-backend.
7476
7477 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7478
7479 * configure.in: Print out some info to user for NeXTstep builds.
7480 (ns-app): Remove enable option.
7481 (ns-self-contained): Add enable option.
7482 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
7483 GNUstep, use to set install prefixes, and substitute in Makefiles.
7484 * configure: Regenerate.
7485 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
7486 NS app bundle.
7487
7488 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7489
7490 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
7491
7492 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7493
7494 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
7495 NS_IMPL_COCOA.
7496
7497 2008-07-16 Glenn Morris <rgm@gnu.org>
7498
7499 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
7500 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
7501 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
7502 never unset.
7503
7504 * make-dist: Add nextstep/ directories.
7505 (src, lib-src): Add .m files.
7506
7507 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7508
7509 * configure.in (freebsd, kfreebsd): Undo part of previous change.
7510 (USER_FULL_NAME): Remove, not used anymore.
7511 * configure: Regenerate.
7512
7513 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7514
7515 Changes and additions for NeXTstep windowing system (Cocoa and
7516 GNUstep) support.
7517
7518 * configure.in: Add support for NS window system: --with-ns (default
7519 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
7520 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
7521 disable font backend if window system is "none", not if !HAVE_X11.
7522 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
7523 (install-arch-dep): Add commands to assemble NS .app package.
7524
7525 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
7526
7527 * configure.in: Use macppc for Darwin. Remove references to
7528 desupported systems.
7529 * configure: Regenerate.
7530
7531 2008-07-05 Glenn Morris <rgm@gnu.org>
7532
7533 * make-dist (EMACS): Doc fix.
7534 (lisp): There are no *.dat or image files here any more.
7535 (src): There are no *.s files here any more.
7536 (etc/images, etc/images/*): Link to most regular files.
7537
7538 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7539
7540 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
7541
7542 2008-07-01 Glenn Morris <rgm@gnu.org>
7543
7544 * configure.in (cpp_undefs): Rename from `undefs', update uses.
7545 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
7546 and explicitly export there. (Bug#507.)
7547
7548 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7549
7550 * configure.in:
7551 * configure: Remove references to obsolete systems.
7552
7553 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * Makefile.in (Makefile): Use it for its timestamp value as well, and
7556 make it depend on all other */.in files.
7557 (src/Makefile, src/config.stamp, lib-src/Makefile)
7558 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
7559 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
7560 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
7561 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
7562
7563 * configure.in: Don't create src/config.stamp any more.
7564
7565 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
7568
7569 2008-06-22 Glenn Morris <rgm@gnu.org>
7570
7571 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
7572
7573 2008-06-21 Romain Francoise <romain@orebokech.com>
7574
7575 * Makefile.in (INFO_FILES): Add sasl.
7576
7577 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7578
7579 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
7580 (bootstrap-build): Remove.
7581 (top_bootclean): New var.
7582 (top_distclean, bootstrap-clean): Use it.
7583 (bootstrap): Don't recheck config. Make normally.
7584
7585 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7586
7587 * Makefile.in (SUBDIR): Include `lisp'.
7588 (lisp): Depend on `src'.
7589 (top_distclean): Don't remove config.status.
7590 (bootstrap-clean): New target.
7591 (maintainer-clean): Use it.
7592 (bootstrap): Use bootstrap-clean. Re-run config.status.
7593 (src/bootstrap-emacs${EXEEXT}): New target.
7594 (bootstrap-build): Use it. Don't use bootstrap-prepare because
7595 src/Makefile now takes care of it.
7596 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
7597
7598 2008-06-15 Glenn Morris <rgm@gnu.org>
7599
7600 * info/dir: Add sasl.
7601
7602 2008-06-09 Alan Mackenzie <acm@muc.de>
7603
7604 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
7605
7606 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
7607
7608 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
7609
7610 2008-06-07 Glenn Morris <rgm@gnu.org>
7611
7612 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
7613 serve no purpose.
7614
7615 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7616
7617 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
7618 * configure: Regenerate.
7619
7620 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7621
7622 * update-subdirs: Don't touch subdirs.el if it is unchanged.
7623
7624 2008-05-14 Kenichi Handa <handa@m17n.org>
7625
7626 * configure: Regenerate.
7627
7628 * configure.in: Don't handle --disable-font-backend. Don't print
7629 a message about a font backend.
7630
7631 2008-05-09 Glenn Morris <rgm@gnu.org>
7632
7633 * configure.in: Make absence of makeinfo a fatal error only if the info
7634 files don't exist.
7635 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
7636
7637 2008-05-07 Eli Zaretskii <eliz@gnu.org>
7638
7639 * config.bat: Fix last change: don't use < and > in "rem" lines,
7640 they are interpreted as redirection by DOS shells.
7641
7642 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7643
7644 * configure.in: Check availability of AvailabilityMacros.h
7645 if HAVE_CARBON.
7646
7647 * configure: Regenerate.
7648
7649 2008-05-03 Glenn Morris <rgm@gnu.org>
7650
7651 * configure.in (x_libraries): Remove standard 64-bit directories -
7652 experimental workaround for minor autoconf bug.
7653
7654 * configure.in (--without-makeinfo): New option. If set,
7655 absence of suitable makeinfo is not a fatal error.
7656 * Makefile.in (MAKEINFO): New, set by configure.
7657 (install-arch-indep): Without makeinfo, ignore any missing manuals.
7658 (info-real): New target.
7659 (info): Without makeinfo, do nothing, else call `info-real'.
7660
7661 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
7662
7663 * configure.in: Remove hpux10.20 from the desupported list.
7664
7665 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7666
7667 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
7668
7669 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7670
7671 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
7672 rather than change CPPFLAGS.
7673 (HAVE_GTK): Rename to USE_GTK.
7674
7675 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
7676
7677 * configure.in: Replace the obsolete macros AC_AIX and
7678 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
7679
7680 2008-04-05 Andreas Schwab <schwab@suse.de>
7681
7682 * configure.in: No longer create admin/unidata/Makefile.
7683
7684 2008-03-28 Andreas Schwab <schwab@suse.de>
7685
7686 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
7687 (lisp/Makefile): New rule.
7688
7689 2008-03-13 Glenn Morris <rgm@gnu.org>
7690
7691 * configure.in (AC_INIT): Fix version number.
7692 (sync-input): Reword the option, since it's on by default.
7693
7694 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
7695
7696 * configure.in: Add --enable-sync-input, default yes.
7697
7698 2008-03-11 Glenn Morris <rgm@gnu.org>
7699
7700 * Makefile.in (install-etc, mkdir): Handle directory
7701 etc/images/icons/hicolor/*/mimetypes/.
7702
7703 * make-dist: Handle icons/hicolor/scalable directory.
7704
7705 2008-03-05 Glenn Morris <rgm@gnu.org>
7706
7707 * configure.in: Enable font-backend by default.
7708 (USE_FONT_BACKEND): Set to "no" in absence of X.
7709 (PKG_CONFIG): Don't set multiple times, once is enough.
7710 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
7711
7712 2008-03-03 Glenn Morris <rgm@gnu.org>
7713
7714 * Makefile.in (iconsrcdir): New variable.
7715 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
7716 directory.
7717
7718 2008-02-29 Glenn Morris <rgm@gnu.org>
7719
7720 * test/: New directory.
7721
7722 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
7723
7724 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
7725
7726 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
7727
7728 * configure.in: Print an error for systems that we think are obsolete
7729 and are proposed to be removed. Remove some more unused systems.
7730 Add support for powerpc-ibm-aix6*.
7731
7732 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
7733
7734 * configure.in: Remove references to obsolete variables and systems.
7735
7736 2008-02-21 Glenn Morris <rgm@gnu.org>
7737
7738 * Makefile.in (set_installuser): New.
7739 (install-arch-indep): Use set_installuser to avoid duplicate code.
7740
7741 * README.unicode: Split into admin/notes/unicode,font-backend and
7742 remove.
7743
7744 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
7745
7746 * configure.in (arm*-*-freebsd*): Add.
7747
7748 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
7749
7750 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
7751 dealing with obsolete variables.
7752
7753 2008-02-08 Glenn Morris <rgm@gnu.org>
7754
7755 * Makefile.in (check-info-dir): New target.
7756
7757 2008-02-08 Michael Olson <mwolson@gnu.org>
7758
7759 * Makefile.in (INFO_FILES): Add epa.
7760
7761 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
7762 features" section.
7763
7764 2008-02-06 Glenn Morris <rgm@gnu.org>
7765
7766 * configure.in (--with-gcc): Give an error saying this option has
7767 been removed.
7768 (--with-gtk): Remove this option.
7769
7770 2008-02-06 Tom Tromey <tromey@redhat.com>
7771
7772 * configure.in (--with-gcc): Remove.
7773 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
7774
7775 2008-02-05 Ulrich Müller <ulm@gentoo.org>
7776
7777 * INSTALL: Recommend giflib, not libungif.
7778
7779 2008-02-05 Tom Tromey <tromey@redhat.com>
7780
7781 * configure.in (--with-dbus): Default to enabled.
7782
7783 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
7784
7785 * INSTALL (Complex Text Layout support libraries): New section.
7786
7787 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
7788
7789 * make-dist: Remove references to files in mac/ that have been
7790 deleted.
7791
7792 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
7793
7794 * configure.in: For libotf and m17n-flt checks, set shell vars
7795 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
7796 pkg_check_m17n_flt, respectively, for the sake of the summary output.
7797 Reported by Ulrich Müller.
7798
7799 2008-02-02 Eli Zaretskii <eliz@gnu.org>
7800
7801 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
7802 admin/unidata/Makefile.in to Makefile.
7803
7804 2008-02-02 Glenn Morris <rgm@gnu.org>
7805
7806 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
7807 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
7808 (HAVE_XFT): Add "Does Emacs use..." messages at end.
7809
7810 2008-02-01 Miles Bader <miles@gnu.org>
7811
7812 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
7813 [libotf], and [m17n-flt] options.
7814
7815 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7816
7817 * configure.in: Add EMACS_ARG_N([libotf]...), and
7818 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
7819 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
7820 CFLAGS, and LIBS in checking of m17n-flt.
7821
7822 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7823
7824 * configure.in: Check the availability of m17n-flt library.
7825
7826 2008-02-01 Kenichi Handa <handa@m17n.org>
7827
7828 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
7829 not available.
7830
7831 2008-02-01 Kenichi Handa <handa@m17n.org>
7832
7833 * configure.in: New args --enable-font-backend, --with-xft,
7834 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
7835 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
7836 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
7837 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
7838
7839 2008-02-01 Kenichi Handa <handa@m17n.org>
7840
7841 * make-dist: Include etc/charsets in tarball.
7842
7843 2008-02-01 Kenichi Handa <handa@m17n.org>
7844
7845 * configure.in: While running cpp on junk.c, include
7846 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
7847 exists.
7848
7849 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7850
7851 * configure.in (xtensa): Match more configurations.
7852
7853 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
7854
7855 * configure.in: Update comment.
7856
7857 2008-01-26 Glenn Morris <rgm@gnu.org>
7858
7859 * configure.in (--without-gcc): By default, neither off nor on.
7860 (--with-carbon): Tone down rhetoric in help text.
7861
7862 2008-01-25 Glenn Morris <rgm@gnu.org>
7863
7864 * configure.in: Correct usage of OPTION_DEFAULT_ON,
7865 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
7866 Default `Carbon' to off (it's unsupported).
7867
7868 2008-01-24 Glenn Morris <rgm@gnu.org>
7869
7870 * configure.in: Standardize dbus-related messages.
7871
7872 2008-01-23 Michael Olson <mwolson@gnu.org>
7873
7874 * configure.in (pkg-config-prog): Remove initial whitespace.
7875
7876 2008-01-23 Tom Tromey <tromey@redhat.com>
7877
7878 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
7879 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
7880 Update all users.
7881
7882 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
7883
7884 * config.guess, config.sub: Updated from master source.
7885
7886 2008-01-17 Andreas Schwab <schwab@suse.de>
7887
7888 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
7889
7890 2008-01-17 Glenn Morris <rgm@gnu.org>
7891
7892 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
7893
7894 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
7895
7896 * configure.in: Remove more references to unsupported systems.
7897
7898 2008-01-16 Sven Joachim <svenjoac@gmx.de>
7899
7900 * make-dist: Add --lzma.
7901
7902 2008-01-16 Glenn Morris <rgm@gnu.org>
7903
7904 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
7905 configure checks for this.
7906
7907 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
7908
7909 * configure.in: Remove more references to unsupported systems.
7910
7911 2008-01-06 Romain Francoise <romain@orebokech.com>
7912
7913 * configure.in: Delete extra semicolons.
7914
7915 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7916
7917 * configure.in: Remove references to unsupported systems.
7918
7919 2008-01-05 Romain Francoise <romain@orebokech.com>
7920
7921 * make-dist: Add --bzip2. Update copyright.
7922
7923 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7924
7925 * configure.in: Remove support for Masscomp.
7926
7927 2008-01-05 Glenn Morris <rgm@gnu.org>
7928
7929 * Makefile.in (desktopdir, icondir): New variables.
7930 (install-arch-indep): Also depend on `install-etc'.
7931 (install-etc): New target.
7932 (mkdir): Also create the `applications' and `icons' directories.
7933
7934 2008-01-04 Glenn Morris <rgm@gnu.org>
7935
7936 * make-dist: Update for new etc/images/icons/hicolor directory.
7937
7938 2007-12-09 Andreas Schwab <schwab@suse.de>
7939
7940 * configure.in: D-Bus is not enabled by default.
7941
7942 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
7943
7944 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
7945 change.
7946
7947 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
7948
7949 * configure.in: Give package name and version to AC_INIT.
7950
7951 2007-12-03 Magnus Henoch <mange@freemail.hu>
7952
7953 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
7954
7955 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
7956
7957 * configure.in: No need for DBUS_INFO anymore.
7958
7959 * Makefile.in (INFO_FILES): Use dbus unconditionally.
7960
7961 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
7962
7963 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
7964
7965 * Makefile.in (INFO_FILES): Add dbus.
7966
7967 2007-12-02 Romain Francoise <romain@orebokech.com>
7968
7969 * make-dist: Fix last change.
7970
7971 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
7972
7973 * configure.in: Add support for gnu-kfreebsd.
7974
7975 2007-11-28 Glenn Morris <rgm@gnu.org>
7976
7977 * make-dist: Add etc/nxml.
7978
7979 2007-11-24 Romain Francoise <romain@orebokech.com>
7980
7981 * Makefile.in (INFO_FILES): Add nxml-mode.
7982
7983 2007-11-23 Romain Francoise <romain@orebokech.com>
7984
7985 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
7986 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
7987
7988 2007-11-20 Andreas Schwab <schwab@suse.de>
7989
7990 * configure.in: Always include <resolv.h> when checking for res_init.
7991
7992 2007-11-17 Andreas Schwab <schwab@suse.de>
7993
7994 * update-subdirs: Atomically update subdirs.el.
7995
7996 2007-11-17 Glenn Morris <rgm@gnu.org>
7997
7998 * Makefile.in (check-declare): New target.
7999
8000 2007-11-07 Glenn Morris <rgm@gnu.org>
8001
8002 * configure.in: Deprecate Mac Carbon port.
8003
8004 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
8005
8006 * configure.in: Remove HAVE_X11R5 check.
8007
8008 2007-10-31 Glenn Morris <rgm@gnu.org>
8009
8010 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
8011 when changing ownership of installed files.
8012
8013 2007-10-30 Glenn Morris <rgm@gnu.org>
8014
8015 * make-dist: Add new directory etc/gnus.
8016
8017 2007-10-30 Michael Olson <mwolson@gnu.org>
8018
8019 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
8020
8021 2007-10-29 Glenn Morris <rgm@gnu.org>
8022
8023 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
8024
8025 2007-10-23 Glenn Morris <rgm@gnu.org>
8026
8027 * MAINTAINERS: Move to admin/.
8028
8029 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
8030
8031 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
8032 (HAVE_LIBRESOLV): Also define if we are using res_init().
8033
8034 2007-10-17 Glenn Morris <rgm@gnu.org>
8035
8036 * FTP: Remove file, since it's just a duplicate of one in etc/.
8037
8038 2007-10-05 Eli Zaretskii <eliz@gnu.org>
8039
8040 * config.bat: Fix configuring `doc' due to changes in the
8041 directory structure.
8042
8043 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
8044
8045 * configure.in: Don't use -lpthread on HP-UX.
8046
8047 2007-09-16 Glenn Morris <rgm@gnu.org>
8048
8049 * make-dist: File gfdl.1 has been removed.
8050
8051 2007-09-15 Glenn Morris <rgm@gnu.org>
8052
8053 * configure.in: Fix makeinfo version regexp.
8054
8055 2007-09-12 Glenn Morris <rgm@gnu.org>
8056
8057 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
8058 implementation of alloca is not found.
8059
8060 * Makefile.in (SOURCES, unlock, relock): Delete.
8061 (install-arch-indep): Do not exclude the etc/ Makefiles.
8062
8063 2007-09-09 Juri Linkov <juri@jurta.org>
8064
8065 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
8066
8067 * README: Add doc/ to documentation directories.
8068
8069 2007-09-08 Michael Olson <mwolson@gnu.org>
8070
8071 * MAINTAINERS: Add myself for ERC and tq.el.
8072 Update for new doc/ directory layout.
8073
8074 2007-09-06 Romain Francoise <romain@orebokech.com>
8075
8076 * make-dist: Update for new doc/ directory layout.
8077
8078 2007-09-06 Glenn Morris <rgm@gnu.org>
8079
8080 * Makefile.in (mansrcdir): New variable.
8081 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
8082 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
8083 update these targets for new doc/ directory layout.
8084 (doc/misc/Makefile): New target.
8085 (install-arch-indep): Use mansrcdir for new location of manpages.
8086 (mostlyclean, clean, distclean, maintainer-clean, unlock)
8087 (relock, info, dvi): Update targets for new doc/ directory layout.
8088
8089 * configure.in (AC_OUTPUT): Update names of generated Makefiles
8090 for new doc/ directory layout.
8091
8092 2007-09-02 Andreas Schwab <schwab@suse.de>
8093
8094 * configure.in: Use AS_HELP_STRING throughout.
8095 * configure: Regenerate.
8096
8097 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
8098
8099 * configure.in: Require Gtk/Glib 2.6.
8100
8101 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
8102
8103 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
8104 Use them throughout in place of AC_ARG_WITH calls.
8105 * configure: Regenerate.
8106
8107 2007-09-01 Andreas Schwab <schwab@suse.de>
8108
8109 * configure.in: Put quotes around nested macro calls.
8110
8111 2007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
8112
8113 * configure.in: Fix typo.
8114 * configure: Regenerate.
8115
8116 2007-08-30 Glenn Morris <rgm@gnu.org>
8117
8118 * configure.in (AH_BOTTOM): Copy some manual changes made to
8119 src/config.in here so they are not lost when it regenerates.
8120
8121 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
8122
8123 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
8124
8125 * README.multi-tty: New file.
8126
8127 2007-08-29 Glenn Morris <rgm@gnu.org>
8128
8129 * README: Increase version to 23.0.50.
8130
8131 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
8132
8133 * configure.in: New option: --without-xaw3d.
8134
8135 2007-08-24 Glenn Morris <rgm@gnu.org>
8136
8137 * configure.in: Check for a suitably recent makeinfo.
8138
8139 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
8140
8141 * configure.in (Check for required libraries): Typo.
8142
8143 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8144
8145 * configure.in: Check librsvg2 also for Mac Carbon.
8146
8147 2007-08-22 Romain Francoise <romain@orebokech.com>
8148
8149 * make-dist: Follow reorganization of files in etc/.
8150
8151 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
8152
8153 * configure.in: Add support for SVG images through librsvg2.
8154
8155 2007-07-28 Eli Zaretskii <eliz@gnu.org>
8156
8157 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
8158 to avoid an error message if there is no DOC there.
8159
8160 2007-07-25 Glenn Morris <rgm@gnu.org>
8161
8162 * Relicense all FSF files to GPLv3 or later.
8163
8164 * COPYING, info/COPYING: Switch to GPLv3.
8165
8166 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
8167
8168 * configure.in: Complain if X seems to be installed but no
8169 development files were found.
8170
8171 2007-06-20 Glenn Morris <rgm@gnu.org>
8172
8173 * configure.in: Prefer libgif over libungif.
8174
8175 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
8176
8177 * configure.in: Check for all image libraries before exiting.
8178
8179 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
8180
8181 * configure.in: Exit with error if image libraries aren't found.
8182
8183 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
8184
8185 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
8186 when compiling without scrollbars.
8187
8188 2007-06-12 Glenn Morris <rgm@gnu.org>
8189
8190 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
8191
8192 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
8193
8194 * configure.in: Change wording about yes/gtk and lucid/athena
8195 being synonyms.
8196
8197 2007-06-08 Glenn Morris <rgm@gnu.org>
8198
8199 * configure.in: Make gtk the default toolkit.
8200
8201 2007-06-07 Glenn Morris <rgm@gnu.org>
8202
8203 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
8204 for a Sun C compiler.
8205
8206 * Makefile.in (install-arch-indep): Install only the DOC- file
8207 specific to the build, if possible, rather than DOC-*.
8208
8209 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8210
8211 * Version 22.1 released.
8212
8213 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
8214
8215 * mkinstalldirs: Sync to version in automake CVS.
8216
8217 2007-05-22 Andreas Schwab <schwab@suse.de>
8218
8219 * configure.in: Prefer build_alias over host when host_alias is not set.
8220 * configure: Regenerate.
8221
8222 2007-05-20 Andreas Schwab <schwab@suse.de>
8223
8224 * configure.in: Remove empty AC_SUBST.
8225 * configure: Regenerate.
8226
8227 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8228
8229 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
8230 it like others.
8231 * configure: Regenerate.
8232
8233 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8234
8235 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
8236 (AC_CHECK_LIB): Add -lgpm.
8237 * configure: Regenerate.
8238
8239 2007-05-03 Glenn Morris <rgm@gnu.org>
8240
8241 * configure: Tweak message about the absence of shell functions.
8242
8243 2007-04-27 Andreas Schwab <schwab@suse.de>
8244
8245 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
8246
8247 2007-04-26 Glenn Morris <rgm@gnu.org>
8248
8249 * README: Increase version to 22.1.50.
8250
8251 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
8252
8253 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
8254
8255 2007-04-19 Glenn Morris <rgm@gnu.org>
8256
8257 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
8258
8259 2007-04-18 Glenn Morris <rgm@gnu.org>
8260
8261 * INSTALL: Mention CPP.
8262
8263 2007-04-15 Glenn Morris <rgm@gnu.org>
8264
8265 * FTP: Replace with a pointer to the web version.
8266
8267 2007-04-13 Glenn Morris <rgm@gnu.org>
8268
8269 * INSTALL: In lib-src, timer, wakeup, yow are removed.
8270
8271 2007-04-04 Glenn Morris <rgm@gnu.org>
8272
8273 * configure.in (NON_GNU_CPP): Use associated preprocessor when
8274 compiling with Sun Studio on Solaris.
8275
8276 2007-03-23 Glenn Morris <rgm@gnu.org>
8277
8278 * configure.in: Restore support for hp800 (removed 2007-01-27)
8279 following clarification of legal status.
8280
8281 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
8282
8283 * configure.in: Add support for AIX4.3 on IBM RS6000.
8284
8285 * configure: Regenerate.
8286
8287 2007-03-20 Richard Stallman <rms@gnu.org>
8288
8289 * configure.in: Fix previous change.
8290
8291 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
8292
8293 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
8294 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
8295 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
8296
8297 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
8298
8299 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
8300 user specifies "without".
8301
8302 * configure: Regenerate.
8303
8304 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
8305
8306 * configure.in: Warning for Gtk+ and Cygwin added.
8307 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
8308
8309 2007-02-27 Glenn Morris <rgm@gnu.org>
8310
8311 * make-dist (oldXMenu): Remove Imakefile.
8312 (etc/images): Add README.
8313
8314 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
8315
8316 * configure.in (xtensa-*-linux-gnu*): New configuration.
8317
8318 * configure: Regenerate.
8319
8320 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
8321
8322 * config.guess, config.sub: Updated from master source.
8323
8324 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8325
8326 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
8327
8328 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
8329
8330 * configure.in: Restore support for hp800's not running HP-UX.
8331
8332 * configure: Regenerate.
8333
8334 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
8335
8336 * configure.in: Remove support for hp800 and sr2k machine types.
8337
8338 * configure: Regenerate.
8339
8340 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
8341
8342 * configure.in: Add check for libXft.
8343
8344 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
8345
8346 * INSTALL: Info files moved to share/info.
8347
8348 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
8349
8350 * configure.in: Detect and use fink-installed in intel-based Mac
8351 builds; change Apple Darwin section to support both PowerPC and
8352 Intel-based Macs.
8353
8354 2006-12-26 Andreas Schwab <schwab@suse.de>
8355
8356 * Makefile.in (datarootdir): Define.
8357
8358 2006-12-24 Richard Stallman <rms@gnu.org>
8359
8360 * configure.in: Require Autoconf 2.61.
8361
8362 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
8363
8364 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
8365 Remove redundant entry for powerpc-apple-netbsd.
8366
8367 * configure: Regenerate.
8368
8369 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
8370
8371 * configure: Regenerate with autoconf 2.61.
8372
8373 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
8374
8375 * configure.in: Detect alsa/asoundlib.h also.
8376 * configure: Regenerate.
8377
8378 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
8379
8380 * configure.in: Check if GTK+ compiles at all.
8381
8382 2006-12-10 Andreas Schwab <schwab@suse.de>
8383
8384 * configure.in: Remove check for struct timezone, its result is
8385 never used.
8386
8387 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
8388
8389 * configure.in: Add support for Solaris 10 on x86-64.
8390
8391 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
8392
8393 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
8394 of PKG_CONFIG_PATH.
8395
8396 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8397
8398 * configure.in (HAVE_SYNC): New test.
8399
8400 2006-12-03 Glenn Morris <rgm@gnu.org>
8401
8402 * Makefile.in: Fix Copyright format.
8403
8404 * configure.in (AH_TOP): Add missing Copyright year.
8405
8406 * update-subdirs: Add missing Copyright years.
8407
8408 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
8409
8410 * Makefile.in: Touch only the parts of the share/emacs directory
8411 specific to this version.
8412
8413 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
8414
8415 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
8416
8417 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8418
8419 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
8420
8421 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8422
8423 * configure.in: Prefer X11 to Carbon only when some X-specific
8424 option is specified (Thanks to Jan Djärv and Andreas Schwab).
8425
8426 2006-11-04 Romain Francoise <romain@orebokech.com>
8427
8428 * Makefile.in (bootstrap-clean-before): Fix typo.
8429 Use new target `bootstrap-clean' in the leim subdirectory.
8430
8431 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8432
8433 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
8434
8435 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8436
8437 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
8438 directories.
8439
8440 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
8441
8442 * configure.in: Enable x86-64 OpenBSD compilation.
8443
8444 2006-10-28 Glenn Morris <rgm@gnu.org>
8445
8446 * AUTHORS: Add cal-html.el author.
8447
8448 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8449
8450 * make-dist: Make links to mac/make-package and
8451 mac/Emacs.app/Contents/Resources/Emacs.icns.
8452
8453 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8454
8455 * README: Bump version number to 22.0.90.
8456
8457 2006-10-23 Andreas Schwab <schwab@suse.de>
8458
8459 * configure.in: Make sure x_default_search_path is always set even
8460 when x_libraries is empty, and look in .../share as well for each
8461 library directory.
8462
8463 2006-09-28 Kenichi Handa <handa@m17n.org>
8464
8465 * configure.in (locallisppath): Don't include leim dir.
8466 (lisppath): Include leim dir.
8467
8468 2006-09-15 Jay Belanger <belanger@truman.edu>
8469
8470 * COPYING: Replace "Library Public License" by "Lesser Public
8471 License" throughout.
8472
8473 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
8474
8475 * make-dist (EMACS): Exit and fail if the EMACS environment
8476 variable is set to something other than an absolute file name.
8477
8478 2006-08-16 Andreas Schwab <schwab@suse.de>
8479
8480 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
8481 of hardcoding it.
8482
8483 2006-08-16 Richard Stallman <rms@gnu.org>
8484
8485 * INSTALL.CVS: Clean up wording.
8486
8487 2006-07-14 Eli Zaretskii <eliz@gnu.org>
8488
8489 * configure.in (PKG_CHECK_MODULES): Redirect the output of
8490 $PKG_CONFIG --exists "$2" to config.log.
8491 * configure: Regenerate.
8492
8493 2006-07-09 Richard Stallman <rms@gnu.org>
8494
8495 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
8496
8497 2006-07-09 Kim F. Storm <storm@cua.dk>
8498
8499 * CONTRIBUTE: Use outline format.
8500 Add section on copyright years (from admin/notes/years).
8501
8502 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8503
8504 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
8505 to /dev/null, since we don't need the error message, just the
8506 exit status.
8507
8508 2006-07-07 Eli Zaretskii <eliz@gnu.org>
8509
8510 * CONTRIBUTE: Slight formatting changes and typo fixes.
8511 Add description of NEWS markings.
8512
8513 2006-07-07 Kim F. Storm <storm@cua.dk>
8514
8515 * CONTRIBUTE: Mention INSTALL.CVS.
8516
8517 2006-07-05 Romain Francoise <romain@orebokech.com>
8518
8519 * make-dist (top-level): Add CONTRIBUTE.
8520
8521 2006-07-04 Richard Stallman <rms@gnu.org>
8522
8523 * CONTRIBUTE: Much rewrite.
8524
8525 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8526
8527 * CONTRIBUTE: New file.
8528
8529 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8530
8531 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
8532
8533 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
8534
8535 * configure.in: Add check for ALSA.
8536
8537 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8538
8539 * Makefile.in (INFO_FILES): Remove emacs-xtra.
8540
8541 * info/dir: Remove the Emacs-Xtra entry.
8542
8543 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
8544
8545 Update copyright year(s) in many files.
8546
8547 2006-04-01 Eli Zaretskii <eliz@gnu.org>
8548
8549 * configure: Regenerated.
8550
8551 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8552
8553 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
8554 --without-toolkit-scroll-bars was specified.
8555
8556 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
8557
8558 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
8559 to CFLAGS. Update Copyright years written to src/config.in.
8560
8561 2006-03-18 Claudio Fontana <claudio@gnu.org>
8562
8563 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
8564 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
8565 to be installed/uninstalled.
8566 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
8567 to Info files installed by Emacs.
8568
8569 2006-03-03 Claudio Fontana <claudio@gnu.org>
8570
8571 * Makefile.in (install, uninstall): Add DESTDIR variable to
8572 support staged installations.
8573
8574 2006-02-14 Richard M. Stallman <rms@gnu.org>
8575
8576 * configure.in (s390x-*-linux-gnu*): New configuration.
8577
8578 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
8579
8580 * configure.in: Require GTK 2.4 or newer.
8581
8582 2006-01-29 Michael Olson <mwolson@gnu.org>
8583
8584 * Makefile.in (install-arch-indep, uninstall): Add ERC.
8585 * info/dir (ERC): New entry.
8586
8587 2006-01-29 Eli Zaretskii <eliz@gnu.org>
8588
8589 * info/dir: Fix last change.
8590
8591 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8592
8593 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
8594
8595 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8596
8597 * info/dir: Untabify the whole file.
8598 (Rcirc): New entry.
8599
8600 2006-01-12 Andreas Schwab <schwab@suse.de>
8601
8602 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
8603 check.
8604
8605 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
8606
8607 * configure.in: Use -Wno-pointer-sign if available.
8608
8609 2005-12-29 Andreas Schwab <schwab@suse.de>
8610
8611 * config.guess, config.sub: Updated from master source.
8612
8613 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8614
8615 * configure.in: Use amdx86-64 for freebsd on x86_64.
8616
8617 2005-11-22 Romain Francoise <romain@orebokech.com>
8618
8619 * make-dist: Add etc/images/icons.
8620
8621 2005-11-03 Andreas Schwab <schwab@suse.de>
8622
8623 * configure.in: Use GZIP_PROG instead of GZIP.
8624
8625 * Makefile.in (GZIP_PROG): Rename from GZIP.
8626 (install-arch-indep): Adjust.
8627
8628 2005-11-01 Andreas Schwab <schwab@suse.de>
8629
8630 * Makefile.in (bootstrap): Fix dependencies for parallel build.
8631 (bootfast): Likewise.
8632
8633 2005-11-01 Romain Francoise <romain@orebokech.com>
8634
8635 * configure.in: Check for gzip.
8636
8637 * Makefile.in (install): Compress source files.
8638
8639 2005-10-24 Steven Tamm <steventamm@mac.com>
8640
8641 * configure.in: Fix darwin386 configuration issue.
8642
8643 2005-10-22 Eli Zaretskii <eliz@gnu.org>
8644
8645 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
8646
8647 2005-10-17 Bill Wohler <wohler@newt.com>
8648
8649 * make-dist: Create and populate etc/images/low-color.
8650
8651 2005-10-15 Bill Wohler <wohler@newt.com>
8652
8653 * make-dist: Create and populate etc/images/gud.
8654
8655 2005-10-08 Richard M. Stallman <rms@gnu.org>
8656
8657 * make-dist (tempparent): Don't check for 14-char file name limit.
8658
8659 2005-10-07 Romain Francoise <romain@orebokech.com>
8660
8661 * make-dist: Add etc/images/ezimage and etc/images/mail
8662 directories. Install images in etc/images.
8663
8664 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8665
8666 * configure.in: Prefer Carbon if --enable-carbon-app or
8667 --with-carbon is explicitly specified even when X11 is detected.
8668
8669 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
8670
8671 * Makefile.in (install-arch-indep, uninstall):
8672 Handle newsticker manual.
8673 (info): Add - to commands.
8674
8675 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
8676
8677 Remove the MAXPATHLEN limitations:
8678
8679 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
8680
8681 2005-09-09 Eli Zaretskii <eliz@gnu.org>
8682
8683 * configure.in <lynxsos*>: Support for LynxOS on PPC.
8684 * configure: Regenerate.
8685
8686 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
8687
8688 * config.guess, config.sub: Updated from master source.
8689
8690 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
8691
8692 * .cvsignore: Add `lock'.
8693
8694 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
8695
8696 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
8697
8698 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
8699
8700 Merge gnulib getopt implementation into Emacs.
8701
8702 * Makefile.in (AUTOCONF_INPUTS): New macro.
8703 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
8704 so that these files also depend on m4/getopt.m4.
8705 * configure.in: Configure getopt by including m4/getopt.m4,
8706 and configuring a getopt replacement if necessary.
8707 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
8708 * m4/getopt.m4: New file.
8709
8710 2005-07-06 Lute Kamstra <lute@gnu.org>
8711
8712 * configure.in: Fix capitalization.
8713
8714 2005-07-04 Lute Kamstra <lute@gnu.org>
8715
8716 Update FSF's address in GPL notices.
8717
8718 2005-06-19 Jérôme Marant <jerome@marant.org>
8719
8720 * Makefile.in (epaths-force): Protect both lisppath and
8721 buildlisppath from whitespace.
8722
8723 2005-06-08 Steven Tamm <steventamm@mac.com>
8724
8725 * configure.in: Support Darwin/MacOSX on Intel.
8726
8727 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
8728
8729 * configure.in (HAVE_CANCELMENUTRACKING): New test.
8730
8731 2005-05-19 Jérôme Marant <jmarant@marant.org>
8732
8733 * configure.in: Add --enable-locallisppath.
8734
8735 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8736
8737 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
8738 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
8739 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
8740
8741 2005-05-07 Jérôme Marant <jerome@marant.org>
8742
8743 * make-dist: Remove references to makefile.nt and makefile.def.
8744 Include widgets and images subdirectories of etc. Do not exclude
8745 ldefs-boot.el.
8746
8747 2005-04-23 Andreas Schwab <schwab@suse.de>
8748
8749 * configure.in: Remove duplicate match for powerpc configuration.
8750
8751 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
8752
8753 * configure.in: Check for <pwd.h>.
8754
8755 2005-04-14 Lute Kamstra <lute@gnu.org>
8756
8757 * make-dist: Distribute all ChangeLog files in lisp/.
8758 Don't distribute ldefs-boot.el.
8759 lisp/makefile.nt no longer exists.
8760
8761 2005-04-13 Lute Kamstra <lute@gnu.org>
8762
8763 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
8764 for "no-byte-compile: t" in the file instead.
8765
8766 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8767
8768 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
8769 shadow the main Lesstif/Motif-2.1 libs and includes.
8770
8771 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
8772
8773 * configure.in: Only add XASSERTS to cppflags.
8774
8775 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
8776
8777 * configure.in: Added --enable-asserts.
8778
8779 2005-02-09 Kim F. Storm <storm@cua.dk>
8780
8781 Change release version from 21.4 to 22.1 throughout.
8782 Change development version from 21.3.50 to 22.0.50.
8783
8784 2005-01-19 Steven Tamm <steventamm@mac.com>
8785
8786 * configure.in: Check for <sys/utsname.h>.
8787
8788 2004-12-11 Kim F. Storm <storm@cua.dk>
8789
8790 * Makefile.in (info): Undo 2004-12-05 change.
8791
8792 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8793
8794 * info/dir (File): Add URL and Org Mode manuals.
8795 * Makefile.in (install-arch-indep, uninstall): Add url and org
8796 manuals.
8797
8798 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8799
8800 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
8801 committed to src/config.in.
8802
8803 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
8804
8805 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
8806 pthreads and define HAVE_GTK_AND_PTHREAD.
8807
8808 2004-12-05 Richard M. Stallman <rms@gnu.org>
8809
8810 * Makefile.in (info): Ignore errors building info files.
8811
8812 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8813
8814 * config.bat: If 8-byte alignment is not supported, define
8815 NO_DECL_ALIGN in src/config.h, instead of trivially defining
8816 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
8817 filter through Sed to remove the quotes.
8818
8819 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8820
8821 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
8822 not apply to files explicitly `cvs add'ed.
8823
8824 2004-11-12 Eli Zaretskii <eliz@gnu.org>
8825
8826 * config.bat: Don't require djecho.exe for the v1.x build.
8827 Add a test for DECL_ALIGN support, and add a trivial definition to
8828 src/config.h if 8-byte alignment is not supported.
8829
8830 2004-11-08 Kim F. Storm <storm@cua.dk>
8831
8832 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
8833 files before building.
8834 (bootfast, bootstrap-clean-before-fast): New targets, like
8835 bootstrap but don't remove .elc files.
8836
8837 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
8838
8839 * configure.in: Add check for getrusage.
8840
8841 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8842
8843 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
8844 New tests for new and old GTK file dialogs.
8845 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
8846 to no.
8847
8848 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
8849
8850 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
8851 can be set. Remove SETARCH test.
8852
8853 2004-10-08 Steven Tamm <steventamm@mac.com>
8854
8855 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
8856
8857 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
8858
8859 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
8860 AC_MSG_WARN. Move output of warning message to end of configure run.
8861
8862 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
8863
8864 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
8865 Run test to see if heap start address is random.
8866
8867 2004-09-29 Miles Bader <miles@gnu.org>
8868
8869 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
8870 if setarch is present.
8871
8872 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
8873
8874 * configure.in (HAVE_EXECSHIELD): Only define on x86.
8875
8876 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
8877
8878 * configure.in: Check for exec-shield.
8879
8880 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
8881
8882 * Makefile.in (install-arch-indep): Add pgg and sieve.
8883
8884 * info/.cvsignore: Added pgg and sieve.
8885
8886 2004-08-06 Andreas Schwab <schwab@suse.de>
8887
8888 * Makefile.in (install-arch-indep, uninstall): Add flymake.
8889
8890 2004-07-31 Eli Zaretskii <eliz@gnu.org>
8891
8892 * config.bat: Update URLs in the comments.
8893
8894 2004-07-05 Andreas Schwab <schwab@suse.de>
8895
8896 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
8897
8898 2004-06-21 Kenichi Handa <handa@m17n.org>
8899
8900 * make-dist: Link leim-ext.el into tempdir.
8901
8902 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8903
8904 * info/dir (File): Add emacs-xtra.
8905 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
8906
8907 2004-06-12 Juri Linkov <juri@jurta.org>
8908
8909 * info/dir: Move menu help lines from `* Menu:' to file header.
8910 Describe the purpose of a red *.
8911
8912 2004-05-04 Dave Love <fx@gnu.org>
8913
8914 * configure.in: Don't use `extrasub'.
8915
8916 2004-04-29 Dave Love <fx@gnu.org>
8917
8918 * configure.in: Don't forget to quote args to `test'.
8919
8920 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
8921
8922 * autogen.sh: Update filename in "please read" message.
8923
8924 2004-04-17 Richard M. Stallman <rms@gnu.org>
8925
8926 * INSTALL: Move the info about site-lisp dirs,
8927 and say uninstalled Emacs looks there too.
8928
8929 2004-04-04 Eli Zaretskii <eliz@gnu.org>
8930
8931 * config.bat (lib-src): Recognize comment lines in Makefile.in
8932 that have a TAB after the #, to avoid errors in preprocessing with
8933 GCC 3.3.3.
8934
8935 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
8936
8937 * Makefile.in: Mention in comment that `make maintainer-clean'
8938 deletes .elc files.
8939
8940 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8941
8942 * update-subdirs: Add local variables to prevent byte-compiling.
8943
8944 2004-03-21 Dave Love <fx@gnu.org>
8945
8946 * configure.in: Fix previous change.
8947
8948 2004-03-18 Dave Love <fx@gnu.org>
8949
8950 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
8951
8952 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
8953
8954 * info/dir (File): Add SMTP and SES.
8955
8956 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
8957
8958 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
8959 (bootstrap): Use the new bootstrap-prepare target in lisp.
8960
8961 2004-02-18 Kim F. Storm <storm@cua.dk>
8962
8963 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
8964
8965 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8966
8967 * make-dist: Don't link index.*perm and permute-index into tempdir.
8968
8969 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8970
8971 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
8972 to match previous changes by Eli Zaretskii.
8973
8974 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
8975
8976 * Makefile.in: Set CDPATH to an empty string.
8977
8978 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8979
8980 * configure.in <darwin>: Use fink packages if available.
8981
8982 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
8983
8984 * make-dist (lispref): Do include lispref/index.texi.
8985
8986 2004-01-06 Eric Hanchrow <offby1@blarg.net>
8987
8988 * make-dist (tempdir): Include cursors in nt/icons.
8989
8990 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8991
8992 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
8993 clashes with install-sh on 8+3 filesystems.
8994
8995 2003-12-24 Miles Bader <miles@gnu.org>
8996
8997 * .cvsignore: Add .arch-inventory.
8998
8999 2003-12-24 Andreas Schwab <schwab@suse.de>
9000
9001 * configure.in: Check for <sys/socket.h>. Include it before
9002 including <net/if.h>. Move check for <net/if.h> before its use.
9003
9004 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
9005
9006 * Makefile.in (install-arch-dep): Don't let cd output go into
9007 pipe for carbon_appdir.
9008
9009 2003-12-24 Andreas Schwab <schwab@suse.de>
9010
9011 * configure.in (PKG_CHECK_MODULES): Fix quoting.
9012
9013 2003-12-01 Andreas Schwab <schwab@suse.de>
9014
9015 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
9016 hardcoding gcc.
9017
9018 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
9019
9020 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
9021 multiple displays.
9022 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
9023
9024 2003-09-23 Dave Love <fx@gnu.org>
9025
9026 * configure.in: Check members of struct ifreq.
9027
9028 2003-09-14 Kim F. Storm <storm@cua.dk>
9029
9030 * configure.in: Add checks for sys/ioctl.h and net/if.h.
9031
9032 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
9033
9034 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
9035
9036 2003-08-18 Lute Kamstra <lute@gnu.org>
9037
9038 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
9039 required anymore.
9040
9041 2003-08-07 Andrew Choi <akochoi@shaw.ca>
9042
9043 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
9044 option instead of -traditional-cpp for CPP.
9045
9046 2003-07-29 Richard M. Stallman <rms@gnu.org>
9047
9048 * configure.in (HAVE_XIM): Define if XIM is available.
9049
9050 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com>
9051
9052 * configure.in: The function gtk_window_set_icon_from_file was
9053 introduced in GTK+ 2.2, so check for that release.
9054
9055 2003-07-23 Andreas Schwab <schwab@suse.de>
9056
9057 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
9058
9059 * Makefile.in (YACC): Remove, not used.
9060 (MAINT): Don't set.
9061 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
9062 disable dependency on ${srcdir}/configure.in when maintainer mode
9063 is disabled.
9064
9065 2003-07-22 Dave Love <fx@gnu.org>
9066
9067 * configure.in: Make XRegisterIMInstantiateCallback test depend on
9068 HAVE_X11, not with_xim.
9069 (HAVE_CRTIN): Provide template.
9070 <with_png>: Test for png.h and libpng/png.h.
9071
9072 2003-07-15 Andreas Schwab <schwab@suse.de>
9073
9074 * configure.in: Temporarily leave quoting for AC_DEFINE.
9075
9076 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
9077
9078 * configure.in: Check for posix_memalign.
9079
9080 2003-07-12 Richard M. Stallman <rms@gnu.org>
9081
9082 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
9083
9084 2003-07-09 Kim F. Storm <storm@cua.dk>
9085
9086 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
9087 functionality of --without-xim.
9088
9089 2003-06-29 Dave Love <fx@gnu.org>
9090
9091 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
9092
9093 2003-06-23 Dave Love <fx@gnu.org>
9094
9095 * configure.in: Check for sys/_mbstate_t.h.
9096 Test XRegisterIMInstantiateCallback prototype.
9097 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
9098
9099 2003-06-06 Dave Love <fx@gnu.org>
9100
9101 * configure.in: Check for locale.h.
9102
9103 2003-06-05 Dave Love <fx@gnu.org>
9104
9105 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
9106 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
9107 (NLIST_STRUCT): Don't define.
9108 (AH_BOTTOM): Define my_strftime.
9109
9110 2003-06-02 Richard M. Stallman <rms@gnu.org>
9111
9112 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
9113
9114 2003-05-24 Andreas Schwab <schwab@suse.de>
9115
9116 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
9117 bzero, and bcmp.
9118
9119 2003-05-22 Dave Love <fx@gnu.org>
9120
9121 * configure.in: Remove redundant test for term.h. Test for difftime.
9122
9123 2003-05-20 Dave Love <fx@gnu.org>
9124
9125 * configure.in: Append * to s390-*-linux-gnu case.
9126 (LIBMAIL) <lockfile>: Don't define.
9127
9128 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
9129
9130 * INSTALL (* GNU/Linux development packages): Mention Debian and
9131 RedHat package names.
9132
9133 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
9134
9135 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
9136
9137 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
9138
9139 * INSTALL (* GNU/Linux development packages): Tell people to
9140 install additional packages for compiling Emacs.
9141
9142 2003-04-30 Richard M. Stallman <rms@gnu.org>
9143
9144 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
9145
9146 2003-04-28 Francesco Potortì <pot@gnu.org>
9147
9148 * configure.in: Undo last (RMS') change, as it is useless, per
9149 Dave Love.
9150
9151 2003-04-08 Richard M. Stallman <rms@gnu.org>
9152
9153 * configure.in: Put #include of jpeglib.h at start of line.
9154
9155 2003-04-06 Francesco Potortì <pot@gnu.org>
9156
9157 * configure.in: Use the same configuration for all aix5, not just
9158 aix5.1.
9159
9160 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
9161
9162 * configure.in: Check for need for bigtoc support on IBM AIX for
9163 solving a linker table overflow problem.
9164
9165 2003-03-03 Rob Browning <rlb@defaultvalue.org>
9166
9167 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
9168 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
9169 over bzero, bcmp, and bcopy.
9170
9171 2003-02-23 Simon Josefsson <jas@extundo.com>
9172
9173 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
9174
9175 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
9176
9177 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
9178
9179 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
9180
9181 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
9182
9183 2003-02-08 Andreas Schwab <schwab@suse.de>
9184
9185 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
9186 instead of the substitution.
9187
9188 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9189
9190 * Makefile.in: Use @EXEEXT@ for Cygwin.
9191 Use USERNAME if LOGNAME is not set (for Cygwin).
9192
9193 * configure.in: Add opsys=cygwin.
9194
9195 2003-01-22 Andreas Schwab <schwab@suse.de>
9196
9197 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
9198 redefining it explicitly in src/config.in.
9199
9200 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
9201
9202 * Makefile.in (bootstrap): Make bootstrap-after.
9203
9204 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
9205
9206 * configure.in: Fix --with-gtk.
9207
9208 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
9209
9210 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
9211
9212 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
9213
9214 2003-01-14 Francesco Potortì <pot@gnu.org>
9215
9216 * configure.in (m68k-motorola-sysv): Remove (obsolete).
9217
9218 2003-01-07 Steven Tamm <steventamm@mac.com>
9219
9220 * configure.in: New option, --enable-carbon-app, to specify
9221 that the application should be installed
9222 * Makefile.in (install-arch-dep): On Mac OS X, install the
9223 Emacs.app application if carbon-app is enabled.
9224
9225 2003-01-06 Dave Love <fx@gnu.org>
9226
9227 * configure.in: Check for nl_langinfo.
9228 [!HAVE_SIZE_T]: Fix typedef.
9229
9230 2003-01-06 David Kastrup <dak@gnu.org>
9231
9232 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
9233
9234 * configure.in: Add tests for install-info.
9235
9236 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
9237
9238 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
9239 use again sol2-6 instead of sol2-8.
9240
9241 2002-12-09 Dave Love <fx@gnu.org>
9242
9243 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
9244
9245 2002-12-08 Andreas Schwab <schwab@suse.de>
9246
9247 * Makefile.in (install-arch-indep): Revert last change.
9248
9249 2002-11-27 Dave Love <fx@gnu.org>
9250
9251 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
9252 Check for __sys_siglist too. Check for memset.
9253 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
9254
9255 2002-11-22 Juanma Barranquero <lektu@terra.es>
9256
9257 * config.guess, config.sub: Updated from master source.
9258
9259 2002-11-19 Karl Fogel <kfogel@red-bean.com>
9260
9261 * autogen.sh: New file.
9262
9263 2002-11-18 Dave Love <fx@gnu.org>
9264
9265 * configure.in: Tidy up various quoting issues throughout.
9266 Use AC_GNU_SOURCE.
9267 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
9268 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
9269 Maybe define bcopy, bzero, bcmp.
9270 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
9271 non-existent machine file).
9272 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
9273 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
9274 (nlist.h): Move test up.
9275
9276 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
9277
9278 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
9279
9280 2002-11-14 Francesco Potortì <pot@gnu.org>
9281
9282 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
9283
9284 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com>
9285
9286 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
9287
9288 2002-11-08 Dave Love <fx@gnu.org>
9289
9290 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
9291 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
9292
9293 2002-11-07 Miles Bader <miles@gnu.org>
9294
9295 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
9296 Handle separate-build-dir case.
9297
9298 2002-11-06 Richard M. Stallman <rms@gnu.org>
9299
9300 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
9301 bulletproof. $bar may be empty when there are no .elc files.
9302
9303 2002-10-30 Dave Love <fx@gnu.org>
9304
9305 * configure.in: Require autoconf 2.53. Test for pty.h,
9306 sys/mman.h, sys/param.h, mremap, memmove.
9307 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
9308 (AC_PROG_YACC): Delete.
9309 (size_t): Use AC_CHECK_TYPES.
9310 (AH_TOP): Up-date copyright.
9311
9312 2002-10-01 Juanma Barranquero <lektu@terra.es>
9313
9314 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
9315
9316 2002-09-19 Richard M. Stallman <rms@gnu.org>
9317
9318 * configure.in: Fix the LessTif-directory-finder for real.
9319
9320 2002-09-14 Richard M. Stallman <rms@gnu.org>
9321
9322 * Makefile.in (maybe_bootstrap): Test for complete absence
9323 of compiled Lisp files.
9324
9325 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
9326
9327 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
9328 (bootstrap-clean-after): Delete.
9329 (bootstrap): Make the sequencing explicit.
9330
9331 2002-09-10 Richard M. Stallman <rms@gnu.org>
9332
9333 * configure.in: Fix previous LessTif change.
9334
9335 2002-09-09 Richard M. Stallman <rms@gnu.org>
9336
9337 * configure.in (powerpcle-*-solaris2.5*): New configuration.
9338 (powerpcle-*-solaris*): Use version 2.6 as default.
9339 (*-sunos5.6*, *-solaris2.6*): New alternative.
9340 (*-sunos5*): Use version 2.6 as default.
9341
9342 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9343
9344 * configure.in: Fix typo.
9345
9346 2002-09-05 Richard M. Stallman <rms@gnu.org>
9347
9348 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
9349
9350 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
9351 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
9352
9353 2002-08-26 Kim F. Storm <storm@cua.dk>
9354
9355 * Makefile.in (install-arch-indep): Do not remove DOC file
9356 when it is the only DOC file installed; this is the case when
9357 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
9358
9359 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
9360
9361 * configure.in: Fix typo.
9362
9363 2002-07-24 Richard M. Stallman <rms@gnu.org>
9364
9365 * configure.in: Don't print anything special about gamedir.
9366
9367 * configure.in: Delete nonstandard --with-game-user option.
9368
9369 2002-07-21 Richard M. Stallman <rms@gnu.org>
9370
9371 * Makefile.in (gamedir, localstatedir): New variables.
9372 (epaths-force): Insert value of gamedir into PATH_GAME.
9373
9374 * configure.in (gamedir): Handle it like lispdir.
9375 (--with-game-dir option): Delete.
9376
9377 2002-06-21 Pavel Janík <Pavel@Janik.cz>
9378
9379 * configure.in: Add support for mipseb-*-netbsd* machines.
9380
9381 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9382
9383 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
9384
9385 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9386
9387 * info/dir (File): Add an entry for Tramp.
9388
9389 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
9390
9391 * INSTALL-CVS: New file.
9392
9393 2002-06-07 Andreas Schwab <schwab@suse.de>
9394
9395 * configure.in (x86_64-*-linux-gnu*): New system.
9396
9397 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
9398
9399 * config.bat: Handle the case when lispintro is truncated to lispintr.
9400
9401 2002-05-26 Paul Eggert <eggert@twinsun.com>
9402
9403 * config.guess, config.sub: Updated from master source.
9404
9405 2002-05-09 Richard M. Stallman <rms@gnu.org>
9406
9407 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
9408
9409 2002-05-04 Pavel Janík <Pavel@Janik.cz>
9410
9411 * make-dist: Do not distribute lock/ directory.
9412
9413 2002-04-30 Andrew Choi <akochoi@shaw.ca>
9414
9415 * configure.in: Provide documentation string when defining
9416 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
9417 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
9418
9419 2002-04-29 Colin Walters <walters@verbum.org>
9420
9421 * configure.in: Delete configure check for access to the game user.
9422
9423 2002-04-29 Pavel Janík <Pavel@Janik.cz>
9424
9425 * make-dist: lwlib/Imakefile is removed.
9426
9427 2002-04-26 Andrew Choi <akochoi@shaw.ca>
9428
9429 * configure.in: Add support for powerpc-apple-darwin*.
9430 (HAVE_CARBON): Add.
9431
9432 * make-dist: Create directories in mac/Emacs.app.
9433
9434 2002-04-25 Pavel Janík <Pavel@Janik.cz>
9435
9436 * make-dist: lwlib-Xol* are removed.
9437
9438 2002-04-23 Andreas Schwab <schwab@suse.de>
9439
9440 * Makefile.in (MAINT): New variable.
9441 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
9442 instead of configure.in, to avoid running autoconf and autoheader
9443 unless explicitly requested.
9444
9445 2002-04-16 Eli Zaretskii <eliz@gnu.org>
9446
9447 * config.bat: Update for msdos/sed2v2.inp.
9448
9449 2002-04-15 Andreas Schwab <schwab@suse.de>
9450
9451 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
9452 * configure.in: Add config header templates to all AC_DEFINE and
9453 AC_DEFINE_UNQUOTED symbols.
9454 * make-dist: Run autoheader if necessary.
9455
9456 2002-04-10 Colin Walters <walters@verbum.org>
9457
9458 * configure.in: Add --game-dir, --game-user. Test to see if we
9459 can use them.
9460
9461 2002-04-08 Pavel Janík <Pavel@Janik.cz>
9462
9463 * configure.in: Add --with-sound.
9464
9465 2002-03-18 Kim F. Storm <storm@cua.dk>
9466
9467 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
9468 and getsockname functions. Test for sys/un.h include file.
9469
9470 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
9471
9472 * configure.in: Support AIX 5.1.
9473
9474 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
9475
9476 * configure.in: Added test for X Session Management (HAVE_X_SM).
9477
9478 2002-03-03 Richard M. Stallman <rms@gnu.org>
9479
9480 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
9481 Run chown $${LOGNAME} on files installed by tar xvf.
9482
9483 2002-03-03 Kim F. Storm <storm@cua.dk>
9484
9485 * configure.in: Test for getpeername.
9486
9487 2002-03-01 Richard M. Stallman <rms@gnu.org>
9488
9489 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
9490 (HAVE_GIF): Don't use old libungif versions that crash.
9491
9492 2002-02-26 Richard M. Stallman <rms@gnu.org>
9493
9494 * configure.in <making srcdir absolute>: Verify that PWD is correct,
9495 not just well-formed and valid.
9496 (mips-compaq-nonstopux*): New configuration.
9497
9498 2002-02-18 Paul Eggert <eggert@twinsun.com>
9499
9500 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
9501 "sed q" is a portable equivalent to plain "head -1".
9502
9503 2002-02-13 Richard M. Stallman <rms@gnu.org>
9504
9505 * Makefile.in (maybe_bootstrap): Do `exit 1'.
9506 (all): Don't depend on maybe_bootstrap here.
9507 (${SUBDIR}): Depend on it here instead.
9508
9509 2002-02-08 Richard M. Stallman <rms@gnu.org>
9510
9511 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
9512
9513 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
9514
9515 * configure.in: Recognize BSD/OS 5.0.
9516
9517 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
9518
9519 * make-dist: Make version checking in emacs.texi consistent with
9520 how we set it there.
9521
9522 2001-12-29 Kim F. Storm <storm@cua.dk>
9523
9524 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
9525
9526 2001-12-28 Richard M. Stallman <rms@gnu.org>
9527
9528 * configure.in: Test for mbsinit.
9529
9530 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9531
9532 These changes make Leim part of the standard distribution:
9533
9534 * README: Add info about the `leim' directory.
9535
9536 * INSTALL: Remove text that describes Leim as a separate package.
9537
9538 * noleim-Makefile.in: File removed.
9539
9540 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
9541 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
9542 Leim files out of the Emacs tree. Don't prepare a separate tarball
9543 for Leim.
9544
9545 2001-12-11 Richard M. Stallman <rms@gnu.org>
9546
9547 * configure.in (hppa*-*-linux-gnu*): New alternative.
9548
9549 2001-12-08 Pavel Janík <Pavel@Janik.cz>
9550
9551 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
9552 creating distribution.
9553
9554 2001-12-06 Paul Eggert <eggert@twinsun.com>
9555
9556 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
9557 (AC_FUNC_VFORK): Remove.
9558 (AC_FUNC_FORK): Add.
9559 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
9560 this is required by recent Autoconf versions.
9561
9562 2001-12-02 Pavel Janík <Pavel@Janik.cz>
9563
9564 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
9565 TODO, vms-pp.trans and others).
9566
9567 2001-11-29 Pavel Janík <Pavel@Janik.cz>
9568
9569 * make-dist: Use COPYING from the top-level directory.
9570
9571 2001-11-29 Gerd Moellmann <gerd@gnu.org>
9572
9573 * configure.in: Add support for FreeBSD/Alpha.
9574
9575 2001-11-29 Pavel Janík <Pavel@Janik.cz>
9576
9577 * make-dist: Add COPYING to the top-level directory of the
9578 distribution. Simplify the logic behind copying.
9579
9580 * Makefile.in (maybe_bootstrap): Fix previous change.
9581
9582 2001-11-28 Richard M. Stallman <rms@gnu.org>
9583
9584 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
9585
9586 2001-11-26 Richard M. Stallman <rms@gnu.org>
9587
9588 * Makefile.in: bootstrap should not delete dumped executables.
9589 (bootstrap-clean-before): New target.
9590 (bootstrap): Use bootstrap-clean-before instead of clean.
9591 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
9592
9593 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
9594
9595 These changes add the Emacs Lisp Introduction manual to the
9596 distribution:
9597
9598 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
9599
9600 * make-dist: Copy the files in lispintro directory.
9601
9602 * config.bat: Configure in the lispintro directory.
9603
9604 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
9605
9606 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
9607 (lispintro/Makefile): New target.
9608 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
9609 (unlock, relock, info, dvi): Ditto.
9610
9611 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9612
9613 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
9614
9615 * make-dist (etc): Don't distribute gfdl.1.
9616
9617 2001-11-22 Colin Walters <walters@debian.org>
9618
9619 * Makefile.in (install-arch-indep): Install the calc .info files.
9620 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
9621
9622 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9623
9624 * make-dist (lispref): Add *.txt, *.el, permute-index, and
9625 tindex.pl to the list of those being put into the distribution.
9626
9627 2001-11-16 Eli Zaretskii <eliz@gnu.org>
9628
9629 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
9630
9631 2001-11-15 Pavel Janík <Pavel@Janik.cz>
9632
9633 * Makefile.in (uninstall): Fix previous change.
9634
9635 * configure.in, Makefile.in: Add support for --program-prefix,
9636 --program-suffix and --program-transform-name options.
9637
9638 2001-11-13 Pavel Janík <Pavel@Janik.cz>
9639
9640 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
9641 (install-arch-indep): Install emacsclient manual page.
9642 (uninstall): Uninstall emacsclient manual page.
9643
9644 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
9645
9646 * make-dist: Add lispref/index.*perm files to the distribution.
9647 From Pavel Janík <Pavel@Janik.cz>.
9648
9649 2001-11-12 Pavel Janík <Pavel@Janik.cz>
9650
9651 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
9652
9653 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9654
9655 * configure.in: AC_OUTPUT lispref/Makefile.
9656
9657 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9658
9659 The following changes add the ELisp reference manual to the
9660 distribution.
9661
9662 * make-dist: Add the lispref directory to the distribution.
9663
9664 * Makefile.in (install-arch-indep): Add elisp* to the list of
9665 installed Info files.
9666 (SUBDIR_MAKEFILES): Add lispref/Makefile.
9667 (lispref/Makefile): New target.
9668 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
9669 Add commands for the lispref directory.
9670 (info, dvi): Ditto.
9671
9672 * config.bat: Configure in `lispref'.
9673
9674 2001-11-09 Richard M. Stallman <rms@gnu.org>
9675
9676 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
9677
9678 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9679
9680 * make-dist (tempdir): Copy AUTHORS as well.
9681
9682 2001-11-06 Sam Steingold <sds@gnu.org>
9683
9684 * configure.in: Added a check for <nlist.h>.
9685
9686 2001-11-01 Pavel Janík <Pavel@Janik.cz>
9687
9688 * configure.in: Reindent --help output.
9689 From Per Starbäck (starback@ling.uu.se).
9690
9691 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
9692
9693 * configure.in: New entry for HP/UX-11.
9694
9695 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
9696 From Eric S. Raymond <esr@golux.thyrsus.com>.
9697
9698 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9699
9700 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
9701 <athornton@sinenomine.net>.
9702
9703 2001-10-25 Gerd Moellmann <gerd@gnu.org>
9704
9705 * Makefile.in (maybe_bootstrap): New target.
9706 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
9707
9708 2001-10-24 Ken Raeburn <raeburn@gnu.org>
9709
9710 * configure.in: If --with-hesiod is given, look for
9711 hes_getmailhost and res_send or __res_send; check hesiod and
9712 resolv libraries respectively if system libraries don't supply them.
9713
9714 2001-10-24 Gerd Moellmann <gerd@gnu.org>
9715
9716 * configure.in: Use $MAKE for `make' if set.
9717
9718 2001-10-22 Gerd Moellmann <gerd@gnu.org>
9719
9720 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
9721 to tar options.
9722
9723 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9724
9725 * (Version 21.1 released).
9726
9727 2001-10-20 Miles Bader <miles@gnu.org>
9728
9729 * configure.in (configuration): Set from `host' if `host_alias'
9730 isn't defined.
9731
9732 2001-10-19 Andreas Schwab <schwab@suse.de>
9733
9734 * configure.in: Make ready for autoconf 2.5x.
9735 (AC_PREREQ): Require autoconf 2.50.
9736 * aclocal.m4: Removed.
9737 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
9738
9739 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9740
9741 * README: Bump Emacs version to 21.1.50.
9742
9743 2001-10-05 Gerd Moellmann <gerd@gnu.org>
9744
9745 * Branch for 21.1.
9746
9747 2001-09-05 Gerd Moellmann <gerd@gnu.org>
9748
9749 * configure.in: Avoid `$@' which is handled specially in
9750 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
9751
9752 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
9753
9754 * make-dist (nt): Add subdirs.el to the list of distributed files.
9755
9756 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
9757
9758 * configure.in (machine): Add an entry for
9759 hppa1.1-hitachi-hiuxwe2*.
9760
9761 2001-05-28 Gerd Moellmann <gerd@gnu.org>
9762
9763 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
9764 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
9765
9766 2001-05-14 Gerd Moellmann <gerd@gnu.org>
9767
9768 * make-dist: Copy texinfo.tex unconditionally.
9769
9770 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
9771
9772 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
9773 that are installed.
9774
9775 2001-04-06 Gerd Moellmann <gerd@gnu.org>
9776
9777 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
9778 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
9779
9780 * make-dist: Handle leim/MISC-DIC. Only include
9781 `[a-zA-Z]*.{el,elc}' from leim/quail.
9782
9783 2001-04-05 Gerd Moellmann <gerd@gnu.org>
9784
9785 * Makefile.in (install-arch-indep): Remove .cvsignore files.
9786
9787 2001-03-30 Gerd Moellmann <gerd@gnu.org>
9788
9789 * Makefile.in (.PHONY): Add for bootstrap targets.
9790 (bootstrap-clean): New target.
9791 (bootstrap): Use it instead of `clean'.
9792
9793 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
9794
9795 * Makefile.in (SUBDIR): Remove leim.
9796 (all, .RECURSIVE, extraclean): Add leim explicitly.
9797 (leim): Provide separate rule which exports PARALLEL=0 into the
9798 environment.
9799
9800 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9801
9802 * configure.in (HAVE_XPM): Don't print the result of the check for
9803 XpmReturnAllocPixels if we don't have an xpm.h.
9804
9805 2001-03-05 Gerd Moellmann <gerd@gnu.org>
9806
9807 * COPYING: New file.
9808
9809 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
9810
9811 * config.bat: Update the copyright.
9812
9813 2001-02-23 Kenichi Handa <handa@etl.go.jp>
9814
9815 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
9816 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
9817 to `yes'. Later in AC_OUTPUT, check this variable.
9818
9819 2001-02-09 Dave Love <fx@gnu.org>
9820
9821 * AUTHORS: Updated.
9822
9823 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
9824
9825 * info/dir (Ebrowse): Fix the entry (was missing a dot).
9826
9827 2001-02-02 Gerd Moellmann <gerd@gnu.org>
9828
9829 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
9830
9831 * Makefile.in (uninstall): Ignore exit code of `rm'.
9832
9833 * Makefile.in (uninstall): Remove more info files.
9834 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
9835
9836 2001-01-31 Gerd Moellmann <gerd@gnu.org>
9837
9838 * noleim-Makefile.in (extraclean): Add.
9839
9840 2001-01-28 Gerd Moellmann <gerd@gnu.org>
9841
9842 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
9843 it quiet.
9844
9845 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
9846
9847 * Makefile.in (tags): Fix typo.
9848
9849 2001-01-13 Kenichi Handa <handa@etl.go.jp>
9850
9851 * configure.in: Fix typo in the code setting x_search_path.
9852
9853 2001-01-10 Dave Love <fx@gnu.org>
9854
9855 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
9856 -lXext.
9857 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
9858 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
9859 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
9860 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
9861 (now in $LIBS).
9862
9863 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
9864
9865 * config.bat: Run the preprocessor with -traditional.
9866
9867 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
9868
9869 * INSTALL: Move copying conditions to end of file.
9870
9871 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9872
9873 * INSTALL: Add basic installation procedure which assumes
9874 `configure' does its job. Elaborate on image support libraries.
9875 Add a pointer to Xaw3d library. Add advice about solving
9876 configure-time problems by looking in config.log and setting
9877 variables in the environment.
9878
9879 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9880
9881 * Makefile.in (install-arch-indep): If tar fails, exit with
9882 exit code 1.
9883
9884 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9885
9886 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
9887 source file includes XKBlib.h. On some broken Solaris systems,
9888 there is an XKBlib.h, reportedly, but header files included by
9889 XKBlib.h are missing.
9890
9891 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9892
9893 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
9894
9895 2000-12-11 Dave Love <fx@gnu.org>
9896
9897 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
9898
9899 2000-12-11 Paul Eggert <eggert@twinsun.com>
9900
9901 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
9902 Merge fixes from latest GNU tar version. These macros no longer
9903 futz with _XOPEN_SOURCE, as that was not portable in practice.
9904 (AC_FUNC_FSEEKO): New macro.
9905
9906 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
9907 ftello.
9908
9909 2000-12-05 Dave Love <fx@gnu.org>
9910
9911 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
9912
9913 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9914
9915 * info/dir: Change the category to "Emacs".
9916
9917 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9918
9919 * make-dist (tempdir): Remove epaths.h from the distribution
9920 instead of paths.h.
9921
9922 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9923
9924 * config.bat: Check for existence of djecho.exe, and print an
9925 error message if it is not available.
9926
9927 * INSTALL: Describe possible problem with djecho.exe in old
9928 versions of DJGPP v2.x.
9929
9930 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9931
9932 * configure.in: Initialize HAVE_LIBXP to no.
9933
9934 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9935
9936 * configure.in: Use m/macppc.h instead of the non-existent
9937 m/powerpc.h.
9938
9939 2000-11-21 Gerd Moellmann <gerd@gnu.org>
9940
9941 * Makefile.in (install-arch-indep): Also install info/eshell*
9942 and info/speedbar*.
9943
9944 * configure.in (HAVE_PNG): Check for the presence of
9945 png_get_channels to rule out older PNG libs.
9946
9947 * configure.in (AC_OUTPUT): Arrange to emit definitions of
9948 GCC and NON_GNU_CPP into config.status.
9949
9950 2000-11-20 Dave Love <fx@gnu.org>
9951
9952 * configure.in: Fix last change.
9953
9954 * GETTING.GNU.SOFTWARE: Deleted.
9955 * FTP: New file to replace it.
9956 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
9957
9958 2000-11-20 Gerd Moellmann <gerd@gnu.org>
9959
9960 * configure.in: Use -traditional with GNU cpp.
9961
9962 2000-11-17 Gerd Moellmann <gerd@gnu.org>
9963
9964 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
9965 Distribute more files from the nt/ subdir. Distribute PBM
9966 image files from subdirs of lisp/. Distribute old change logs
9967 from subdirs of lisp/. Distribute play/5x5.el.
9968
9969 2000-11-11 Dave Love <fx@gnu.org>
9970
9971 * config.sub, config.guess: Updated from master source.
9972
9973 2000-11-07 Dave Love <fx@gnu.org>
9974
9975 * configure.in: Test for mkstemp.
9976
9977 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
9978
9979 * info/dir (Top): Rearrange menu items more logically, and put
9980 them into a single category. Add menu items for RefTeX and
9981 Widget.
9982
9983 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9984
9985 * Makefile.in (install-arch-indep): Use --info-dir instead of
9986 --dir-file, and a simple argument instead of --info-file, so that
9987 the Debian version of install-info also works.
9988
9989 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9990
9991 * info/dir (Speedbar): Add entry.
9992
9993 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9994
9995 * INSTALL: Describe the new image-support options to the configure
9996 script. List URLs where image support libraries can be found.
9997
9998 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
9999
10000 * info/dir (Top): Add an entry for Eshell.
10001
10002 2000-10-02 Dave Love <fx@gnu.org>
10003
10004 * configure.in: Check for gai_strerror.
10005
10006 2000-10-01 Andreas Schwab <schwab@suse.de>
10007
10008 * Makefile.in (install-arch-indep): Update list of installed info files.
10009
10010 2000-09-30 Gerd Moellmann <gerd@gnu.org>
10011
10012 * configure.in: Support `sparc*-*-netbsd*'.
10013
10014 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
10015
10016 * info/dir (MIME): Add entry for emacs-mime.
10017
10018 2000-09-29 Dave Love <fx@gnu.org>
10019
10020 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
10021
10022 2000-09-26 Gerd Moellmann <gerd@gnu.org>
10023
10024 * make-dist: Adapt to the change of leim/Makefile which was
10025 necessary to ensure a reasonably working `make dist'.
10026
10027 * leim-Makefile.in: Moved to leim/Makefile.in..
10028
10029 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
10030
10031 2000-09-21 Kenichi Handa <handa@etl.go.jp>
10032
10033 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
10034 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
10035 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
10036 files to .elc.
10037 (${TIT}): Adjust for the above change.
10038 (clean mostlyclean): Likewise.
10039 (.el.elc): New target.
10040
10041 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10042
10043 * make-dist: Include XPM and XBM files in lisp/ and subdirs
10044 in the distribution.
10045
10046 2000-09-18 Gerd Moellmann <gerd@gnu.org>
10047
10048 * make-dist (skk): Rename to `ja-dic' because the leim directory
10049 was renamed.
10050
10051 2000-09-14 Dave Love <fx@gnu.org>
10052
10053 * configure.in: Fix spurion in last change.
10054
10055 2000-09-14 Gerd Moellmann <gerd@gnu.org>
10056
10057 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
10058 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
10059 to `no' if defined. Change result report.
10060
10061 2000-09-08 Dave Love <fx@gnu.org>
10062
10063 * configure.in: Remove spurious `@'s.
10064
10065 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
10066 autoconf.
10067
10068 2000-09-06 Gerd Moellmann <gerd@gnu.org>
10069
10070 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
10071 file and print informational message.
10072
10073 * configure.in (AC_FUNC_MMAP): Add.
10074
10075 2000-09-01 Gerd Moellmann <gerd@gnu.org>
10076
10077 * configure.in: Add ``checking'' messages for
10078 XpmReturnAllocPixels.
10079
10080 2000-08-28 Gerd Moellmann <gerd@gnu.org>
10081
10082 * configure.in: Check <strings.h>; check `index' and `rindex'
10083 functions.
10084
10085 2000-08-26 Kenichi Handa <handa@etl.go.jp>
10086
10087 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
10088 "case "${canonical}" in".
10089
10090 2000-08-25 Dave Love <fx@gnu.org>
10091
10092 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
10093
10094 2000-08-25 Kenichi Handa <handa@etl.go.jp>
10095
10096 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
10097
10098 2000-08-24 Gerd Moellmann <gerd@gnu.org>
10099
10100 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
10101 contains a relative path. Protect against unusable values of $PWD.
10102
10103 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10104
10105 * info/dir (WoMan): Add entry.
10106
10107 * config.bat (maindir): Update src/_gdbinit even if it does
10108 already exist.
10109
10110 2000-08-07 Gerd Moellmann <gerd@gnu.org>
10111
10112 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
10113
10114 2000-08-03 Gerd Moellmann <gerd@gnu.org>
10115
10116 * configure.in: Add support for ia64*-*-linux*.
10117
10118 2000-07-27 Gerd Moellmann <gerd@gnu.org>
10119
10120 * make-dist (aclocal.m4): Include in distribution.
10121
10122 2000-07-26 Dave Love <fx@gnu.org>
10123
10124 * configure.in (AC_SYS_LARGEFILE): Move earlier.
10125
10126 2000-07-24 Dave Love <fx@gnu.org>
10127
10128 * configure.in: Add AC_SIZE_T.
10129
10130 2000-07-18 Dave Love <fx@gnu.org>
10131
10132 * configure.in: Reorder so that most tests are done after CPPFLAGS
10133 is set from the C_SWITCH_... definitions.
10134
10135 2000-07-10 Gerd Moellmann <gerd@gnu.org>
10136
10137 * configure.in (HAVE_XPM): Undo previous change. Check for
10138 preprocessor define XpmReturnAllocPixels.
10139
10140 2000-07-06 Gerd Moellmann <gerd@gnu.org>
10141
10142 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
10143 instead of XpmReadFileToPixmap.
10144
10145 2000-07-05 Ken Raeburn <raeburn@gnu.org>
10146
10147 * configure.in: Check for <soundcard.h>. Look for ossaudio
10148 library, and set LIBSOUND accordingly.
10149
10150 2000-07-05 Dave Love <fx@gnu.org>
10151
10152 * configure.in: Use AC_HEADER_SYS_WAIT.
10153
10154 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10155
10156 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
10157 lisp/Makefile. Distribute lisp/Makefile.in instead of
10158 lisp/Makefile.
10159
10160 2000-06-30 Ken Raeburn <raeburn@gnu.org>
10161
10162 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
10163 while searching for image-handling libraries.
10164
10165 2000-06-26 Gerd Moellmann <gerd@gnu.org>
10166
10167 * configure.in (--with-xim): New option.
10168
10169 2000-06-23 Dave Love <fx@gnu.org>
10170
10171 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
10172 for struct timezone and test how we can call gettimeofday.
10173 Check for OSF 5+. Check for term.h.
10174
10175 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
10176 version.
10177
10178 2000-06-23 Gerd Moellmann <gerd@gnu.org>
10179
10180 * configure.in (HAVE_LIBXP): Change test for libXp.
10181
10182 2000-06-21 Dave Love <fx@gnu.org>
10183
10184 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
10185 simple test for getloadavg and substitute GETLOADAVG_LIBS.
10186 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
10187
10188 2000-06-19 Dave Love <fx@gnu.org>
10189
10190 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
10191 _XOPEN_SOURCE is defined.
10192
10193 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10194
10195 * Makefile.in (distclean): Also make distclean in lisp/.
10196
10197 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10198
10199 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
10200
10201 2000-06-15 Gerd Moellmann <gerd@gnu.org>
10202
10203 * make-dist: Add --help and --snapshot options.
10204
10205 2000-06-14 Gerd Moellmann <gerd@gnu.org>
10206
10207 * configure.in: Generate lisp/Makefile.
10208
10209 * configure.in: Add support for `*-lynxos*'.
10210 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
10211 recommended by <Karen.Dorhamer@compaq.com> to fix problems
10212 on Tru64 UNIX v5.0.
10213
10214 2000-06-13 Ken Raeburn <raeburn@gnu.org>
10215
10216 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
10217 it's on a continuation line.
10218
10219 2000-06-02 Dave Love <fx@gnu.org>
10220
10221 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
10222 files.
10223
10224 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
10225 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
10226 test.
10227
10228 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
10229 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
10230
10231 2000-05-26 Gerd Moellmann <gerd@gnu.org>
10232
10233 * configure.in: Add check for speed_t typedef.
10234
10235 2000-05-25 Ken Raeburn <raeburn@gnu.org>
10236
10237 * Makefile.in (install-arch-dep): Install fns-*.el only if it
10238 exists; it won't in the CANNOT_DUMP case.
10239
10240 2000-05-25 Gerd Moellmann <gerd@gnu.org>
10241
10242 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
10243 On FreeBSD, the exit status is 1 if CDPATH is not set.
10244 (install-arch-indep): Install ebrowse.info.
10245
10246 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
10247
10248 * configure.in: Check for grandpt and getpt.
10249
10250 2000-05-09 Dave Love <fx@gnu.org>
10251
10252 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
10253
10254 2000-05-05 Gerd Moellmann <gerd@gnu.org>
10255
10256 * make-dist: Make a link for lib-src/grep-changelog.
10257 Copy install-sh.
10258
10259 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
10260
10261 * config.bat: Identify the beginning of the cpp stuff in
10262 src/Makefile.in and lib-src/Makefile.in more accurately.
10263
10264 2000-04-27 Gerd Moellmann <gerd@gnu.org>
10265
10266 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
10267
10268 2000-04-19 Gerd Moellmann <gerd@gnu.org>
10269
10270 * configure.in: Add support for `powerpc-*-netbsd*'.
10271
10272 2000-04-19 Dave Love <fx@gnu.org>
10273
10274 * configure.in: Don't use AC_FUNC_GETLOADAVG.
10275
10276 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
10277
10278 2000-04-16 Dave Love <fx@gnu.org>
10279
10280 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
10281
10282 2000-04-14 Dave Love <fx@gnu.org>
10283
10284 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
10285
10286 * aclocal.m4 (AC_FUNC_MKTIME): New.
10287
10288 2000-03-28 Ken Raeburn <raeburn@gnu.org>
10289
10290 * configure.in: Line up "--help" output a little better.
10291
10292 2000-03-26 Gerd Moellmann <gerd@gnu.org>
10293
10294 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
10295 New targets.
10296 (bootstrap): Rewritten in terms of the new targets above.
10297 Make info files, too.
10298
10299 2000-03-12 Gerd Moellmann <gerd@gnu.org>
10300
10301 * config.guess, config.sub: Use the versions of the files from
10302 subversions.
10303
10304 2000-03-08 Dave Love <fx@gnu.org>
10305
10306 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
10307 AC_C_VOLATILE. Define POINTER_TYPE.
10308
10309 * aclocal.m4: New file.
10310
10311 2000-03-02 Gerd Moellmann <gerd@gnu.org>
10312
10313 * configure.in (machine): Add `mipsel-*-netbsd*' and
10314 `arm-*-netbsd*'.
10315
10316 2000-03-01 Gerd Moellmann <gerd@gnu.org>
10317
10318 * configure.in (machine): Add support for `*-auspex-sunos*'.
10319
10320 2000-02-29 Gerd Moellmann <gerd@gnu.org>
10321
10322 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
10323
10324 2000-02-18 Dave Love <fx@gnu.org>
10325
10326 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
10327
10328 2000-02-18 Andreas Schwab <schwab@suse.de>
10329
10330 * Makefile.in (install-arch-indep): Add eudc to list of installed
10331 info files.
10332
10333 2000-02-17 Ken Raeburn <raeburn@gnu.org>
10334
10335 * configure.in: Include -lz and -ljpeg (if it's available) when
10336 testing for the tiff library.
10337
10338 2000-02-17 Gerd Moellmann <gerd@gnu.org>
10339
10340 * configure.in: Remove LISP_FLOAT_TYPE.
10341
10342 2000-02-12 Dave Love <fx@gnu.org>
10343
10344 * configure.in: Use AC_FUNC_VFORK.
10345
10346 2000-02-01 Gerd Moellmann <gerd@gnu.org>
10347
10348 * make-dist: Various fixes for new development tree.
10349
10350 * leim-Makefile.in: New file.
10351
10352 2000-01-31 Gerd Moellmann <gerd@gnu.org>
10353
10354 * Makefile.in (dist): Call ./make-dist.
10355
10356 2000-01-24 Dave Love <fx@gnu.org>
10357
10358 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
10359
10360 2000-01-18 Gerd Moellmann <gerd@gnu.org>
10361
10362 * configure.in (HAVE_GIF): Check for DGifOpen instead of
10363 DGifOpenFileName.
10364
10365 2000-01-11 Andreas Schwab <schwab@suse.de>
10366
10367 * Makefile.in (install-arch-indep): Update list of info files to
10368 be installed.
10369
10370 2000-01-05 Dave Love <fx@gnu.org>
10371
10372 * configure.in: Check for jerror.h as well as libjpeg.
10373
10374 2000-01-03 Andreas Schwab <schwab@suse.de>
10375
10376 * Makefile.in (install-arch-indep): Install autotype*.
10377 Run install-info on autotype and emacs-faq.info.
10378
10379 1999-12-04 Dave Love <fx@gnu.org>
10380
10381 * Makefile.in (install-arch-indep): Depend on `info'.
10382 (install-strip): Use `install' as sub-make target.
10383
10384 1999-11-23 Ken Raeburn <raeburn@gnu.org>
10385
10386 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
10387 didn't need to be deleted. Check for the k5crypto library as well
10388 as the crypto library; MIT Kerberos 1.1 changed the name.
10389
10390 1999-11-18 Dave Love <fx@gnu.org>
10391
10392 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
10393
10394 1999-11-11 Erik Naggum <erik@naggum.no>
10395
10396 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
10397
10398 1999-11-08 Dave Love <fx@gnu.org>
10399
10400 * configure.in: Fix change for --with-pop default.
10401
10402 1999-11-04 Dave Love <fx@gnu.org>
10403
10404 * configure.in: Default to --with-pop. Change sense of with-gcc
10405 and with-toolkit-scroll-bars messages to reflect the defaults.
10406
10407 1999-11-01 Gerd Moellmann <gerd@gnu.org>
10408
10409 * INSTALL: Mention the Emacs Lisp Reference.
10410
10411 1999-10-27 Noah Friedman <friedman@splode.com>
10412
10413 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
10414
10415 1999-10-23 Gerd Moellmann <gerd@gnu.org>
10416
10417 * Makefile.in (bootstrap): New target.
10418
10419 1999-10-19 Paul Eggert <eggert@twinsun.com>
10420
10421 Add support for large files. Merge glibc 2.1.2.
10422
10423 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
10424 (HAVE_TM_GMTOFF): New symbol.
10425 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
10426 mbrlen, strsignal.
10427 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
10428
10429 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
10430
10431 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
10432 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
10433
10434 1999-10-09 Richard M. Stallman <rms@gnu.org>
10435
10436 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
10437 Unset CDPATH to prevent cd from generating output.
10438
10439 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
10440
10441 * update-subdirs: Also ignore CVS subdirs.
10442
10443 1999-10-07 Gerd Moellmann <gerd@gnu.org>
10444
10445 * Makefile.in (install-arch-indep): Add ada-mode.
10446
10447 1999-10-06 Dave Love <fx@gnu.org>
10448
10449 * Makefile.in: Add rules for config.status, configure.
10450
10451 1999-09-07 Gerd Moellmann <gerd@gnu.org>
10452
10453 * configure.in (--with-sound): Remove.
10454
10455 1999-08-30 Gerd Moellmann <gerd@gnu.org>
10456
10457 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
10458 the test for Xaw3d.
10459 (HAVE_TIFF): Add -lm to library check.
10460
10461 1999-08-28 Richard Stallman <rms@gnu.org>
10462
10463 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
10464 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
10465 after the other X-related libraries.
10466
10467 1999-08-21 Dave Love <fx@gnu.org>
10468
10469 * configure.in: Don't check for jpeglib.h.
10470
10471 1999-08-20 Gerd Moellmann <gerd@gnu.org>
10472
10473 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
10474 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
10475
10476 1999-08-18 Dave Love <fx@gnu.org>
10477
10478 * configure.in: Check for termcap.h.
10479
10480 1999-08-15 Gerd Moellmann <gerd@gnu.org>
10481
10482 * configure.in: Add --with-toolkit-scroll-bars. If "no",
10483 use Emacs' scroll bars, even if configured for Motif or when
10484 Xaw3d is available.
10485
10486 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
10487
10488 * configure.in: Check for getaddrinfo.
10489
10490 1999-08-04 Eli Zaretskii <eliz@gnu.org>
10491
10492 * config.bat: Make --no-debug work again by removing -gcoff.
10493
10494 1999-07-30 Dave Love <fx@gnu.org>
10495
10496 * configure.in: Check for stdlib.h.
10497
10498 1999-07-19 Dave Love <fx@gnu.org>
10499
10500 * configure.in: Grok sparc64-*-linux-gnu*.
10501
10502 1999-07-12 Richard Stallman <rms@gnu.org>
10503
10504 * Version 20.4 released.
10505
10506 1999-06-23 Karl Heuer <kwzh@gnu.org>
10507
10508 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
10509 Quote $EMACS, in case it's a program with args.
10510
10511 1999-06-15 Gerd Moellmann <gerd@gnu.org>
10512
10513 * configure.in (HAVE_GIF): Use libungif instead of libgif
10514 because the former doesn't contain patented compression code.
10515
10516 1999-05-29 Richard M. Stallman <rms@gnu.org>
10517
10518 * configure.in: Delete the Kerberos stuff.
10519
10520 1999-05-27 Greg Hudson <ghudson@mit.edu>
10521
10522 * configure.in: Prefer kerberos 5 names.
10523
10524 1999-04-26 Richard M. Stallman <rms@gnu.org>
10525
10526 * configure.in: Check for libXp.
10527
10528 1999-04-08 Richard Stallman <rms@gnu.org>
10529
10530 * make-dist: Include change logs in subdirs of `lisp'.
10531
10532 1999-04-05 Richard Stallman <rms@gnu.org>
10533
10534 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
10535 (install-arch-indep): Make ${datadir}/emacs world-readable.
10536
10537 1999-03-30 Eli Zaretskii <eliz@gnu.org>
10538
10539 * config.bat: Use epaths.* instead of paths.*.
10540
10541 1999-03-07 Eli Zaretskii <eliz@gnu.org>
10542
10543 * INSTALL: Add detailed instructions to unpack and install
10544 intlfonts on MS-DOS.
10545
10546 1999-02-26 Richard Stallman <rms@gnu.org>
10547
10548 * configure.in: Use epaths.h and epaths-force instead of paths...
10549
10550 * Makefile.in (epaths-force): Rename from paths-force;
10551 operate on epaths.in and produce epaths.h.
10552
10553 1999-02-24 Richard Stallman <rms@gnu.org>
10554
10555 * make-dist: Fix nt/icons directory handling.
10556
10557 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
10558
10559 * configure.in (f301-fujitsu-uxpv4.1): New target.
10560
10561 1999-02-20 Richard Stallman <rms@gnu.org>
10562
10563 * make-dist (tempparent): Fix command to update info files.
10564
10565 1999-02-09 Richard Stallman <rms@gnu.org>
10566
10567 * configure.in (powerpc-apple-netbsd*): New alternative.
10568
10569 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
10570
10571 * make-dist: Include the new directory nt/icons in distributions.
10572
10573 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10574
10575 * configure.in: Change message about HAVE_XFREE386.
10576
10577 1999-01-07 Eli Zaretskii <eliz@gnu.org>
10578
10579 * config.bat: Support configuring with leim.
10580
10581 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
10582
10583 * configure.in (mips-sgi-irix6.5): New target.
10584
10585 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10586
10587 * configure.in: Remove GSS-API support, since it has been removed
10588 from movemail.
10589
10590 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10591
10592 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
10593
10594 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
10595
10596 * Makefile.in: Don't install customize info file.
10597 Run install-info on viper info file.
10598
10599 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10600
10601 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
10602
10603 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10604
10605 * configure.in (*-*-bsdi4*): New target.
10606
10607 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
10608
10609 * configure.in: Fix previous change.
10610
10611 1998-11-11 Richard Stallman <rms@gnu.org>
10612
10613 * configure.in (aviion-intel): New machine.
10614
10615 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10616
10617 * configure.in (mips-nec-sysv4*): New target.
10618
10619 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10620
10621 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
10622 from lisp.
10623
10624 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10625
10626 * make-dist: Don't include fns*.el in dist.
10627
10628 1998-10-30 Dave Love <fx@gnu.org>
10629
10630 * configure.in: Don't mkdir cpp.
10631
10632 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10633
10634 * Makefile.in (install-arch-dep): Install src/fns-*.el in
10635 ${archlibdir}.
10636
10637 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10638
10639 * Version 20.3 released.
10640
10641 1998-07-30 Paul Eggert <eggert@twinsun.com>
10642
10643 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
10644 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
10645 (lwlib/Makefile, leim/Makefile):
10646 Prepend $(srcdir)/ to rule dependencies outside this dir.
10647
10648 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10649
10650 * configure.in: Use unset CDPATH instead of making it empty.
10651
10652 1998-06-20 Karl Heuer <kwzh@gnu.org>
10653
10654 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
10655
10656 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10657
10658 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
10659 and default.el. Sort the results.
10660
10661 1998-05-31 Karl Heuer <kwzh@gnu.org>
10662
10663 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
10664 writable.
10665
10666 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10667
10668 * Makefile.in (install-arch-indep):
10669 Don't alter site-lisp/subdirs.el if it exists.
10670
10671 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10672
10673 * Makefile.in (install-arch-indep): Put `-' on commands to create
10674 subdirs.el in site-lisp dirs.
10675
10676 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
10677
10678 * Makefile.in (install-arch-indep): Fix typo in previous change.
10679
10680 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
10681
10682 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
10683
10684 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
10685
10686 * Makefile.in (mkdir): Create the site-lisp dirs.
10687 (install-arch-indep): Make site-lisp/subdirs files world-readable.
10688
10689 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
10690
10691 * Makefile.in (INSTALL_INFO): New variable.
10692 (install-arch-indep): Don't replace the dir file if it already exists.
10693 Use the install-info program, via INSTALL_INFO, to add entries.
10694 Make the `info' subdir and the Info files world-readable.
10695
10696 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
10697
10698 * config.bat: Make sure the environment is large enough to support
10699 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
10700
10701 1998-04-10 Karl Heuer <kwzh@gnu.org>
10702
10703 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
10704
10705 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10706
10707 * configure.in: Add --with-gssapi to specify GSS-API
10708 authentication support for movemail.
10709
10710 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10711
10712 * Makefile.in (install-arch-indep): Fix previous change.
10713
10714 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10715
10716 * Makefile.in (info): Run man in build dir, not srcdir.
10717
10718 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10719
10720 * Makefile.in (install-arch-indep): Fix previous change.
10721
10722 1998-03-23 Kenichi Handa <handa@etl.go.jp>
10723
10724 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
10725
10726 1998-03-22 Richard Stallman <rms@gnu.org>
10727
10728 * Makefile.in (install-arch-indep): Put special subdirs.el files
10729 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
10730
10731 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
10732
10733 * make-dist: Fix shell syntax in check for missing .el or .elc files.
10734
10735 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
10736
10737 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
10738 (m68*-hp-hpux*): Handle versions 1X like 10.
10739
10740 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
10741
10742 * make-dist: PROBLEMS is now in etc, not top level dir.
10743
10744 * Makefile.in (SOURCES): Delete PROBLEMS.
10745
10746 1998-02-25 Richard Stallman <rms@gnu.org>
10747
10748 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
10749
10750 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
10751
10752 1998-01-17 Richard Stallman <rms@gnu.org>
10753
10754 * Makefile.in (install-arch-indep): Add semicolon before `else'.
10755
10756 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
10757
10758 * make-dist (tempparent): New option --no-check.
10759
10760 * make-dist: Don't do anything with cpp directory.
10761
10762 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
10763
10764 * configure.in (sparc-fujitsu-sysv4*): New target.
10765
10766 1997-12-17 Andreas Schwab <schwab@gnu.org>
10767
10768 * configure.in: Cache more tests. Add missing quotes around
10769 message with embedded comma.
10770
10771 1997-12-04 Karl Heuer <kwzh@gnu.org>
10772
10773 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
10774
10775 1997-11-26 Joel N. Weber II <devnull@gnu.org>
10776
10777 * make-dist: Changed the comment about `umask 0' to say `Don't
10778 restrict access to any files.'; previously it said `Don't protect
10779 any files', which may have implied that we think fascism is good.
10780
10781 1997-11-24 Paul Eggert <eggert@twinsun.com>
10782
10783 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
10784 strftime needs the underlying host's strftime for locale dependent
10785 formats.
10786
10787 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
10788
10789 * configure.in (i586-dg-dguxR4.*): New name in case branch.
10790
10791 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
10792
10793 * config.bat: Configure the man subdirectory.
10794
10795 1997-11-07 Paul Eggert <eggert@twinsun.com>
10796
10797 * configure.in (AC_CHECK_LIB): Add -lintl.
10798
10799 1997-11-07 Karl Heuer <kwzh@gnu.org>
10800
10801 * make-dist (check for .elc files): Avoid bash-specific syntax.
10802 (check for overflow 14-char limit): Simplify.
10803
10804 1997-11-07 Richard Stallman <rms@gnu.org>
10805
10806 * Makefile.in (install): Move blessmail last.
10807
10808 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10809
10810 * configure.in (gettimeofday, one arg or two):
10811 Clarify messages by avoiding double negative.
10812
10813 1997-09-30 Karl Eichwalder <ke@suse.de>
10814
10815 * Makefile.in (install-arch-indep): Install the widget info file.
10816
10817 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10818
10819 * configure.in (with-pop, with-kerberos): Need to check Kerberos
10820 libraries in reverse order, so that libraries will appear in the
10821 correct dependency order on the link line (and so that the
10822 configure checks themselves will work properly when early
10823 libraries depend on later ones).
10824
10825 1997-09-21 Erik Naggum <erik@naggum.no>
10826
10827 * make-dist (making links to `src'): Keep timestamp on copied files.
10828
10829 * make-delta: New script to produce delta distributions.
10830
10831 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10832
10833 * Version 20.2 released.
10834
10835 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10836
10837 * Version 20.1 released.
10838
10839 * Makefile.in (install-leim): Depend on mkdir.
10840 (leim): Depend on src.
10841
10842 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10843
10844 * configure.in: Recognize alpha* instead of just alpha.
10845
10846 1997-09-12 Paul Eggert <eggert@twinsun.com>
10847
10848 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
10849
10850 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10851
10852 * update-subdirs: Use rm -f.
10853
10854 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10855
10856 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
10857 Ignore subdirs named Old.
10858
10859 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
10860
10861 * configure.in: Add OpenBSD clause to set $machine.
10862
10863 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10864
10865 * make-dist: Recompile everything after updating various Lisp files.
10866 Recompile in leim as well as lisp.
10867 Check in leim as well as lisp for mismatched files and too-long names.
10868
10869 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10870
10871 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
10872
10873 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10874
10875 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
10876 before trying to copy anything from it.
10877
10878 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10879
10880 * Makefile.in (man/Makefile): New target.
10881 (tags): Define env var EMACS and run Makefile from build dir.
10882
10883 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
10884
10885 * config.bat: If src/_gdbinit doesn't exist, try using
10886 src/.gdbinit to create it (for building on Windows 95).
10887
10888 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10889
10890 * Makefile.in (install-arch-indep):
10891 Discard extra data in tar | tar pipes.
10892
10893 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
10894
10895 * configure.in (x_default_search_path):
10896 Corrected '${x_library}' to '${x_library}/X11'.
10897
10898 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10899
10900 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
10901
10902 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10903
10904 * configure.in: Support auto-configuration of both Kerberos V4 and
10905 Kerberos V5 for movemail, including detection of V4 and V5 header
10906 files and libraries.
10907
10908 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
10909
10910 * configure.in: Compute x_default_search_path
10911 and substitute into makefiles.
10912
10913 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
10914
10915 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10916
10917 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
10918
10919 1997-08-07 Erik Naggum <erik@naggum.no>
10920
10921 * configure.in: Remove lockdir, it is no longer needed.
10922 * Makefile.in (mkdir): Don't create lockdir.
10923 (lockdir): Variable deleted.
10924 (paths-force): Don't operate on PATH_LOCK.
10925
10926 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10927
10928 * leim-Makefile.in (clean, distclean): New targets.
10929
10930 * make-dist: Include leim/ChangeLog in leim distribution.
10931
10932 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10933
10934 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
10935
10936 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10937
10938 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
10939
10940 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10941
10942 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
10943
10944 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10945
10946 * make-dist: Update leim/leim-list.el.
10947 Pass along value of $EMACS when updating lisp dir.
10948
10949 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10950
10951 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
10952 prerequisite to the use of Doug Lea's malloc.
10953
10954 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10955
10956 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
10957
10958 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
10959
10960 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10961
10962 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
10963
10964 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10965
10966 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
10967 to news-r6.h.
10968
10969 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
10970
10971 * config.bat: Use `sed' instead of `cp', which might not be
10972 installed.
10973
10974 1997-07-09 Kenichi Handa <handa@etl.go.jp>
10975
10976 * Makefile.in (mostlyclean): Add cleaning leim directory.
10977 (clean, distclean, maintainer-clean): Likewise.
10978
10979 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10980
10981 * make-dist (bogosities): Check subdirs of `lisp' also.
10982
10983 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10984
10985 * make-dist (etc): Really avoid symlinks now.
10986 (lisp): Don't delete from subdirs the things we never copy.
10987
10988 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10989
10990 * Makefile.in (install-arch-indep): Correct the target name.
10991 The first letter `i' was dropped by the previous change of mine.
10992
10993 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10994
10995 * configure.in (leim/Makefile): Generate this.
10996 (*-sysv4.2uw*): Recognize new alternative.
10997
10998 * leim-Makefile.in: Renamed from leim-Makefile.
10999
11000 * make-dist: Set up real-leim subdirectory,
11001 with the real contents of leim; then move it to
11002 a separate top-level directory.
11003
11004 * make-dist: Don't mention site-lisp, site-init, site-start
11005 or default, when listing files hat are not compiled and should be.
11006
11007 * configure.in: Create src/config.stamp at the end.
11008
11009 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11010
11011 * Makefile.in (install-leim): Correct previous change.
11012
11013 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
11014
11015 * Makefile.in (install-leim): New target.
11016 (install): Depend on install-leim.
11017
11018 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
11019
11020 * Makefile.in (SUBDIR): Add leim.
11021 (SUBDIR_MAKEFILES): Add leim/Makefile.
11022 (leim/Makefile): New target.
11023
11024 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11025
11026 * leim-Makefile: New file.
11027 * make-dist: Initialize a `leim' subdirectory with that makefile.
11028
11029 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11030
11031 * configure.in (GNU_MALLOC_reason): Fix message text.
11032
11033 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11034
11035 * make-dist (lisp): Don't process subdirs that start with =.
11036 (etc): Copy symlinks, as in src.
11037
11038 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11039
11040 * configure.in (i*86-*-unixware*): New alternative.
11041
11042 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11043
11044 * Makefile.in (src/config.stamp): Target renamed from src/config.h
11045 and touch it explicitly.
11046
11047 * configure.in (mips-sony-newsos6*): New alternative.
11048 (mips-*-linux-gnu*): New alternative.
11049 (*-*-bsdi*): New alternative.
11050 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
11051
11052 1997-06-22 Dave Love <d.love@dl.ac.uk>
11053
11054 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
11055 (src/config.h): New target to re-configure if src/config.in is patched.
11056
11057 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11058
11059 * configure.in (shutdown): Check for `shutdown' function.
11060
11061 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
11062
11063 * update-subdirs: Include the directory "language" in subdirs.
11064
11065 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11066
11067 * configure.in (m88k-dg-dgux4*): New alternative.
11068 (alpha-*-netbsd*): New alternative.
11069 (powerpcle-*-solaris2*): New alternative.
11070
11071 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11072
11073 * make-dist: Warn about .el files that are not compiled.
11074
11075 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11076
11077 * Makefile.in (dist): Don't run update-subdirs here,
11078 since make-dist now gets that done.
11079
11080 * make-dist: Use the new `updates' target in lisp/Makefile.
11081
11082 * make-dist: Use new non-file targets in lisp/Makefile.
11083
11084 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11085
11086 * make-dist: Handle all subdirs of `lisp' uniformly.
11087 Don't handle `term' and `language' specially.
11088 Clear out umask at the beginning.
11089
11090 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11091
11092 * make-dist: Use Make to update finder-inf.el and autoloads.
11093 Also update cus-load.el.
11094
11095 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
11096
11097 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
11098 in case it is desirable to disable the GNU malloc features with glibc.
11099
11100 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
11101
11102 * configure.in (DOUG_LEA_MALLOC):
11103 Define if malloc_{get,set}_state exist.
11104
11105 1997-03-05 Kenichi Handa <handa@etl.go.jp>
11106
11107 * make-dist: Make links for files under lisp/language.
11108
11109 1997-02-20 Kenichi Handa <handa@etl.go.jp>
11110
11111 * update-subdirs: Exclude the directory "language" from subdirs.
11112
11113 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
11114
11115 * configure.in: Check for rint and cbrt.
11116
11117 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11118
11119 * make-dist: Use $EMACS to say where to run Emacs.
11120 Add --no-update option.
11121
11122 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11123
11124 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
11125
11126 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11127
11128 * make-dist (copying src): Check thoroughly for symlinks
11129 and copy them in all cases. Regularize the linking of *.in
11130 and *.opt and ChangeLog files.
11131 (copying lib-src): Likewise.
11132 Don't rm getdate.c or y.tab.*--they don't exist any more.
11133
11134 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
11135
11136 * configure.in: Check for libmail, maillock.h and
11137 touchlock (for movemail).
11138
11139 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11140
11141 * configure.in (limits.h): Check for this file.
11142
11143 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11144
11145 * configure.in (rs6000-ibm-aix4.2): New alternative.
11146 (rs6000-ibm-aix4.0): New alternative.
11147 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
11148
11149 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
11150
11151 * configure.in: Recognize vax-*-netbsd*.
11152
11153 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11154
11155 * configure.in (locallisppath): Add leim directory.
11156
11157 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
11158
11159 * config.bat: Make sure `mv' supports forward slashes and -f.
11160
11161 1996-10-28 Christian Limpach <chris@nice.ch>
11162
11163 * configure.in (hppa*-next-nextstep*): * added after hppa
11164 to accept hppa1.0 and hppa1.1.
11165
11166 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
11167
11168 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
11169 * configure.in (ld_switch_machine): Fix typo.
11170
11171 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11172
11173 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
11174 from config.h and use them in $ac_link.
11175
11176 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
11177
11178 * configure.in: Create a subdir named `lisp'.
11179
11180 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11181
11182 * configure.in: Check for getcwd.
11183
11184 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11185
11186 * configure.in: Check for termios.h. Check for setpgid.
11187
11188 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11189
11190 * configure.in: Check for setrlimit.
11191
11192 1996-08-31 Paul Eggert <eggert@twinsun.com>
11193
11194 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
11195
11196 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11197
11198 * configure.in: Check for utimes.
11199
11200 * configure.in: Check for com_err library, but only
11201 if --with-kerberos was used. Check for krb and des
11202 only if --with-kerberos.
11203
11204 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11205
11206 * Makefile.in (INSTALL_STRIP): New variable.
11207 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
11208 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
11209
11210 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11211
11212 * configure.in: Check for krb and des libraries.
11213
11214 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11215
11216 * configure.in (*-sunos4.1.[3-9]*noshare):
11217 Use sunos413, not sunos4-1-3.
11218 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
11219 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
11220
11221 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11222
11223 * Makefile.in (src/paths.h): Target deleted.
11224 (paths-force): Delete all dependencies on this target
11225 but don't delete the target.
11226 (install): Depend on `all'.
11227 (paths-force): Don't print a message.
11228
11229 * configure.in: Generate src/paths.h here.
11230
11231 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11232
11233 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
11234 New variables that affect linking only.
11235 (alpha-dec-osf*): Use those instead of previous change.
11236
11237 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11238
11239 * Makefile.in (install-arch-indep): Install info/messages.
11240
11241 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11242
11243 * Version 19.33 released.
11244
11245 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
11246
11247 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
11248 Fix previous change.
11249
11250 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11251
11252 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
11253 New alternative.
11254
11255 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11256
11257 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
11258 and NON_GCC_TEST_OPTIONS.
11259
11260 1996-08-06 Paul Eggert <eggert@twinsun.com>
11261
11262 * configure.in (LOCALTIME_CACHE): Don't put a string literal
11263 "TZ=..." in environ.
11264
11265 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11266
11267 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
11268
11269 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11270
11271 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
11272 the more general *-sunos4.1.[3-9]* clause.
11273
11274 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11275
11276 * Version 19.32 released.
11277
11278 * configure.in (*-sco3.2v5*):
11279 Set OVERRIDE_CPPFLAG to a string of one space.
11280 Fix the code that uses OVERRIDE_CPPFLAG.
11281
11282 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
11283
11284 * configure.in: Undo previous change.
11285
11286 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11287
11288 * config.sub: Use `pc', not `unknown', when canonicalizing
11289 the vendor for ...86.
11290
11291 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
11292
11293 * configure.in: Check for termios.h header.
11294
11295 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
11296
11297 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
11298
11299 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
11300
11301 * configure.in: Split bsdos2 and bsdos2-1.
11302
11303 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11304
11305 * config.sub: If last two words are not a recognized
11306 KERNEL-OS pair, use just the last word as OS, as in 19.31.
11307 Make conversion of gnu/linux to linux-gnu really work.
11308
11309 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
11310
11311 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11312
11313 * configure.in (check for using Lucid widgets by default):
11314 Eliminate indentation that confuses some compilers.
11315
11316 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11317
11318 * config.sub: Convert linux and gnu/linux to linux-gnu.
11319
11320 * make-dist: Don't update getdate.c.
11321 Ignore =... files when checking for too-long Lisp file names.
11322
11323 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11324
11325 * configure.in (euidaccess): Check for that, not for eaccess.
11326
11327 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11328
11329 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
11330 before `noshare'.
11331 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
11332
11333 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11334
11335 * configure.in: Rename lignux to linux-gnu in configuration names.
11336 Use gnu-linux as the opsys value (s/ file name).
11337 Allow i686 just like i386, i486, i586.
11338
11339 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11340
11341 * configure.in (i*86-*-sco3.2v5): New alternative.
11342 (OVERRIDE_CPPFLAG): New variable.
11343 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
11344
11345 * configure.in: Specify vpath for .texi files.
11346
11347 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11348
11349 * configure.in: Always check for HAVE_X11R5.
11350 Separately decide whether to use a toolkit by default.
11351
11352 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
11353
11354 * configure.in: If X11R5 is missing the Xaw headers,
11355 default to --with-x-toolkit=no.
11356
11357 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11358
11359 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
11360
11361 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11362
11363 * Makefile.in (install-arch-indep): If cd etc makes output,
11364 don't treat that as part of the tar data.
11365 Check that ./lisp actually exists.
11366
11367 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
11368
11369 * make-dist: Check for long file names.
11370
11371 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11372
11373 * Version 19.31 released.
11374
11375 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11376
11377 * configure.in: Recognize sparc-*-lignux.
11378
11379 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
11380
11381 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
11382 Don't include config.w95.
11383
11384 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
11385
11386 * make-dist: Replace --no-clean-up and --no-tar options
11387 with --clean-up and --tar, so that the default is useful.
11388
11389 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
11390
11391 * config.bat: Make sure the GDB init file is called src/_gdbinit;
11392 if not, tell the user to rename it and abort.
11393
11394 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
11395
11396 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
11397 test program.
11398
11399 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11400
11401 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
11402
11403 * make-dist (MANIFEST): Fix previous change.
11404 (msdos): Put mainmake.v2 into the dist.
11405
11406 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
11407
11408 * make-dist: Exit if autoconf fails.
11409
11410 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
11411
11412 * config.bat: Set djgpp-ver, and unset it at the end.
11413 Add a number of conditionals for DJGPP version 2.
11414 Rename label libsrc2 to libsrc3.
11415 Substitute for LDFLAGS in src/Makefile.
11416 Substitute for ALL_CFLAGS in lib-src/Makefile.
11417
11418 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11419
11420 * configure.in (ncurses): Check this after checking fns like strerror.
11421
11422 1996-04-08 Erik Naggum <erik@naggum.no>
11423
11424 * make-dist (MANIFEST): Don't include lines from =files.
11425
11426 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11427
11428 * make-dist: Don't put lisp/dired.todo in the dist.
11429
11430 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
11431
11432 * configure.in (HAVE_NCURSES): Look for library named ncurses.
11433
11434 * configure.in (setlocale): Check for it.
11435
11436 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
11437
11438 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11439
11440 * configure.in: Use lignux instead of linux as value of opsys.
11441
11442 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11443
11444 * Makefile.in (install-strip): Fix whitespace.
11445 Get rid of continuation.
11446
11447 * config.sub: Convert linux or gnu/linux to lignux.
11448
11449 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11450
11451 * configure.in: Accept lignux in configuration name.
11452
11453 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11454
11455 * Makefile.in (install-strip): New target.
11456
11457 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11458
11459 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
11460 -f failed to do the job on Suns.
11461
11462 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11463
11464 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
11465
11466 * configure.in (linux/version.h): Check for this header.
11467
11468 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
11469
11470 * configure.in: Remove -fno-builtin hackery from -lm check.
11471
11472 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
11473
11474 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
11475 just this test.
11476
11477 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
11478
11479 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11480
11481 * configure.in: Check for ncurses.
11482
11483 1996-02-28 Paul Eggert <eggert@twinsun.com>
11484
11485 * configure.in (LOCALTIME_CACHE):
11486 Also define if localtime mishandles unsetting TZ.
11487 This works around a localtime bug in mips-dec-ultrix.
11488
11489 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11490
11491 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
11492
11493 * configure.in: Improve messages about X versions.
11494
11495 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11496
11497 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
11498
11499 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11500
11501 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
11502 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
11503
11504 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
11505 (install): Put install-arch-indep before install-arch-dep.
11506
11507 1996-02-20 Dave Love <d.love@dl.ac.uk>
11508
11509 * INSTALL: Clarify info about MS-DOS path handling.
11510
11511 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11512
11513 * Makefile.in (install-arch-indep): Install info/ccmode*.
11514 In previous change, protect against /bin/pwd returning null string.
11515
11516 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11517
11518 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
11519 to lispdir.
11520
11521 1996-02-01 Paul Eggert <eggert@twinsun.com>
11522
11523 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
11524
11525 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11526
11527 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
11528
11529 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11530
11531 * Makefile.in (extraclean): Use ${top_distclean} to ensure
11532 we delete everything distclean deletes.
11533
11534 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
11535
11536 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
11537
11538 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11539
11540 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
11541 into LDFLAGS instead of into LIBS.
11542
11543 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11544
11545 * configure.in (HAVE_XMU): Fix typo in previous change.
11546
11547 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11548
11549 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
11550
11551 1996-01-10 Erik Naggum <erik@naggum.no>
11552
11553 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
11554
11555 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
11556
11557 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
11558
11559 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11560
11561 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
11562 and use -lXt to link it.
11563
11564 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11565
11566 * configure.in (locallisppath): Put version-specific dir first.
11567
11568 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11569
11570 * configure.in (hppa-*-nextstep*): New alternative.
11571 (USE_X_TOOLKIT): By default, set this to "maybe";
11572 and change that later to LUCID or "no" according to X11 version.
11573
11574 * make-dist: Recompile outdated .elc files and update all autoloads.
11575
11576 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11577
11578 * configure.in (locallisppath): Fix typo in last change: " -> '.
11579
11580 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11581
11582 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
11583
11584 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11585
11586 * Makefile.in (install-arch-indep): Give all files read permission.
11587
11588 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11589
11590 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
11591 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
11592
11593 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11594
11595 * configure.in: Determine HAVE_X11R6.
11596 (HAVE_MENUS): Rename from HAVE_X_MENU.
11597
11598 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11599
11600 * configure.in: Just "solaris" now defaults to version 2.4.
11601 Add sunos4.1.n-noshare as alternative.
11602
11603 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11604
11605 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
11606
11607 1995-11-29 Erik Naggum <erik@naggum.no>
11608
11609 * Makefile.in (install-arch-indep): Add missing backslash.
11610
11611 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
11612
11613 * Makefile.in (install-arch-indep): Don't install
11614 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
11615
11616 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11617
11618 * Makefile.in (install-arch-indep): Fix previous change.
11619
11620 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
11621
11622 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11623
11624 * Version 19.30 released.
11625
11626 * make-dist (lisp): Exclude subdirs.el.
11627
11628 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11629
11630 * make-dist (etc): Delete *.orig and *.rej.
11631
11632 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11633
11634 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
11635
11636 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11637
11638 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
11639
11640 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
11641
11642 * make-dist (nt): Rename install, readme, and todo to
11643 INSTALL, README, and TODO.
11644
11645 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11646
11647 * make-dist (lisp): Don't distribute site-start.
11648
11649 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
11650
11651 * make-dist: Break the hard link on alloca.c.
11652
11653 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11654
11655 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
11656
11657 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11658
11659 * make-dist (src, lib-src): Don't distribute Makefile.c.
11660 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
11661
11662 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11663
11664 * Makefile.in (mkdir): Create man1dir, not mandir.
11665 (uninstall): Use man1dir, not mandir.
11666
11667 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11668
11669 * Makefile.in (man1dir): New variable.
11670 (install-arch-indep): Use man1dir.
11671
11672 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
11673
11674 * make-dist: Create lisp/MANIFEST.
11675
11676 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11677
11678 * configure.in (m68k-*-linux*): New alternative.
11679
11680 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11681
11682 * make-dist: Use new names config.in, paths.in, and
11683 {src,lib-src}/Makefile.in.
11684
11685 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11686
11687 * configure.in: Don't bother checking for drem.
11688
11689 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11690
11691 * Makefile.in (distclean): Delete line with just a tab in it.
11692 (install-arch-indep): Delete spaces that precede tabs.
11693 Delete spurious `fi' left from previous change.
11694 (install): Supply `true' as command, to avoid null command.
11695
11696 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11697
11698 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
11699
11700 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11701
11702 * configure.in (powerpc-*-solaris2): New alternative.
11703
11704 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
11705
11706 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
11707 of paths.h.tmp$$, to avoid going beyond 14 characters.
11708
11709 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11710
11711 * configure.in: Improve error msg for invalid --with-x-toolkit value.
11712
11713 1995-09-06 Paul Eggert <eggert@twinsun.com>
11714
11715 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
11716 if localtime caches TZ. Check for tzset.
11717
11718 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11719
11720 * config.bat: Simplify using new names file names src/makefile.in,
11721 config.in, paths.in. Change Echo commands not to use `.
11722
11723 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11724
11725 * Makefile.in (install-arch-indep): Always install the new dir file;
11726 rename the previous dir file to dir.bak or dir.old.
11727
11728 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11729
11730 * configure.in (RANLIB): Substitute this into makefiles.
11731 Set it specially on solaris; set it by default on other systems.
11732
11733 * configure.in: Fix previous Alpha change.
11734
11735 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11736
11737 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
11738 NON_GCC_TEST_OPTIONS.
11739
11740 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11741
11742 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
11743 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
11744
11745 * configure.in (alpha-*-linux*): New configuration.
11746
11747 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11748
11749 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
11750 (m68k-next-nextstep*): New alias for that.
11751 (i*86-*-nextstep*): Use nextstep.h.
11752 (sparc-*-nextstep*): New configuration.
11753
11754 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11755
11756 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
11757 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
11758
11759 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11760
11761 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
11762 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
11763
11764 1995-07-18 Mike Long <mike.long@analog.com>
11765
11766 * make-dist: Fix update of finder-inf.el, and byte-compile it.
11767
11768 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11769
11770 * Makefile.in (src/paths.h, paths-force):
11771 Rename src/paths.h.in to src/paths.in.
11772 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
11773
11774 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
11775 Use Makefile.c for intermediate file.
11776 Rename src/config.h.in to src/config.in.
11777
11778 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
11779
11780 * configure.in (mips-dec-ultrix*): Assume version 4.3.
11781 (mips-dec-ultrix4.[12]): New alternative for old versions.
11782
11783 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11784
11785 * make-dist: Don't break intra-tree links.
11786
11787 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11788
11789 * configure.in: Put back archlibdir initialization.
11790 Require autoconf 2.4.1 or later.
11791
11792 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11793
11794 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
11795 (mips-mips-riscos5*): New alternative.
11796
11797 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11798
11799 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
11800
11801 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11802
11803 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
11804 (mandir, infodir, archlibdir): Initializations deleted.
11805
11806 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
11807 On hpux9shr, use hpux9shxr4.h.
11808
11809 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
11810
11811 * configure.in: Added target mips-dec-mach_bsd4.3.
11812 * config.guess: Guess mips-dec-mach_bsd4.3.
11813
11814 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11815
11816 * Makefile.in (mkdir): Use symbolic chmod.
11817
11818 1995-06-22 Paul Eggert <eggert@twinsun.com>
11819
11820 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
11821 SunOS 4.1.5 through 4.1.9, should they ever exist.)
11822
11823 1995-06-22 Paul Eggert <eggert@twinsun.com>
11824
11825 * Makefile.in (SUBDIR_MAKEFILES):
11826 Add man/Makefile, so `make distclean' removes it.
11827 (top_distclean): Add config.log to the list of files to be removed.
11828
11829 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11830
11831 * Version 19.29 released.
11832
11833 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11834
11835 * configure.in: Fix the previous change to verify that the -b
11836 option really solves the problem.
11837
11838 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
11839
11840 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11841
11842 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
11843
11844 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11845
11846 * configure.in: Report more clearly when there is no special
11847 dir to search for X includes or libraries.
11848
11849 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11850
11851 * configure.in: Check for -lpthreads, not -lpthread.
11852
11853 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
11854
11855 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
11856
11857 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11858
11859 * configure.in: Check for -lpthread.
11860
11861 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11862
11863 * Makefile.in (install-arch-indep): Install info files for mh-e.
11864 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
11865
11866 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11867
11868 * configure.in (*-solaris2.5): New configuration.
11869
11870 * make-dist: Copy new files config.nt and config.w95.
11871
11872 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11873
11874 * configure.in: Use x_includes, not x_libraries, for -I.
11875 Make bitmapdir a colon-separated list.
11876
11877 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
11878
11879 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
11880
11881 * configure.in: Allow x_libraries and x_includes to be paths.
11882
11883 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11884
11885 * configure.in: Fix typo.
11886
11887 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11888
11889 * INSTALL: Clarify use of site-init.el.
11890
11891 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
11892
11893 * configure.in: Pass arg to sqrt.
11894
11895 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11896
11897 * make-dist: Fix May 6 change.
11898
11899 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11900
11901 * vpath.sed: Delete reference to ymakefile.
11902
11903 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11904
11905 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
11906
11907 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11908
11909 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
11910
11911 * update-subdirs: Specify /bin/sh to run the script.
11912
11913 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11914
11915 * make-dist: Put src/makefile.nt in dist.
11916
11917 * configure.in (i[345]86-*-bsdi2*): New configuration.
11918 (vax-dec-bsd386*): Delete.
11919
11920 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11921
11922 * configure.in: Make sure CDPATH doesn't mess up PWD check.
11923 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
11924 Use fmod instead of logb in -lm check.
11925
11926 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11927
11928 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
11929 Use bsd4-3. Don't set NON_GNU_CPP.
11930
11931 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
11932 In nt, copy various different things, but not *.cmd.
11933 Fix the ln commands for the subdirs of nt.
11934
11935 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11936
11937 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
11938
11939 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11940
11941 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
11942 since that's what the header file expects.
11943
11944 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
11945
11946 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
11947 and 68040 based machines when choosing options for gnucc.
11948
11949 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11950
11951 * Makefile.in (top_distclean): Delete config.cache.
11952
11953 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11954
11955 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
11956
11957 * configure.in: Use m/ncr386.h.
11958
11959 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11960
11961 * Makefile.in (install-arch-indep): Undo Sep 23 change.
11962
11963 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11964
11965 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
11966 (man): Don't copy texindex.c and getopt.c; they're deleted.
11967 (etc): Omit `e'; it's a subdirectory.
11968 (etc/e): Use `../..', not `..', to reference top level.
11969
11970 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
11971
11972 * Makefile.in (install-arch-indep, dist):
11973 Look for `update-subdir' in $(srcdir).
11974
11975 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11976
11977 * make-dist: Include mkinstalldirs in distribution.
11978
11979 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11980
11981 * make-dist: Add missing close backquote.
11982
11983 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11984
11985 * make-dist: Don't distribute shortnames directory.
11986
11987 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11988
11989 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
11990
11991 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11992
11993 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
11994
11995 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11996
11997 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
11998
11999 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
12000
12001 * configure.in (mips-sgi-irix6): New configuration.
12002
12003 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
12004
12005 * Makefile.in (maintainer-clean): Rename from realclean.
12006
12007 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12008
12009 * configure.in: Create a .gdbinit that sources the real one,
12010 if using a different build directory.
12011
12012 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
12013
12014 * configure.in: Check for sys/select.h.
12015
12016 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12017
12018 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
12019
12020 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12021
12022 * configure.in: Handle isc 4.1 operating system.
12023
12024 1994-12-10 Richard Stallman <rms@kepa>
12025
12026 * configure.in (rs6000-ibm-aix4.1*): New alternative.
12027 (rs6000-ibm-aix4*): New alternative.
12028
12029 1994-12-06 Richard Stallman <rms@kepa>
12030
12031 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
12032
12033 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
12034
12035 * configure.in: Don't try to make directories that are guaranteed
12036 to already exist.
12037
12038 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12039
12040 * configure.in: Generate man/Makefile from man/Makefile.in.
12041 Create the man subdir.
12042
12043 * Makefile.in (dvi): Run Make in our man subdir.
12044
12045 * make-dist: Create subdir etc/e.
12046 Make links to it.
12047 Put man/Makefile.in in dist, instead of man/Makefile.
12048
12049 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
12050
12051 * configure.in: Add --with-pop, --with-kerberos, and
12052 --with-hesiod for movemail.
12053
12054 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12055
12056 * configure.in (m68*-apollo*): Use s/domain.h.
12057
12058 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12059
12060 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
12061
12062 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
12063
12064 * configure.in: Don't add -I, -L, -R options for cc if their
12065 arguments would be empty.
12066
12067 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12068
12069 * configure.in (i860-intel-osf1*): New alternative.
12070 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
12071 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
12072
12073 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
12074
12075 * configure.in: Make h_errno check not use nested functions.
12076
12077 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
12078
12079 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
12080
12081 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
12082
12083 * Makefile.in (install-arch-indep): Avoid continued comment
12084 swallowing target line.
12085
12086 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
12087
12088 * configure.in: Protect a character class with `changequote'.
12089
12090 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12091
12092 * configure.in: Accept `news' as a synonym for `newsos'.
12093
12094 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
12095
12096 * Makefile.in: Don't rm files if cd fails.
12097
12098 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12099
12100 * make-dist: Put nt subdir and its subdirs in the dist.
12101 (lib-src): Put makefile.nt in the dist.
12102 (lisp): Put makefile.nt in the dist.
12103
12104 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
12105
12106 * configure.in: Change a stray `[' to `test'.
12107
12108 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
12109
12110 * configure.in: Adapt for Autoconf v2. Use the standard argument
12111 parser, host type canonicalizer, X11 finder, and message
12112 printing macros. Use the new macro names. Use `test' instead of `['.
12113
12114 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12115
12116 * configure.in: Check for getpagesize.
12117
12118 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12119
12120 * make-dist (msdos): Put sed* in the distribution.
12121
12122 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
12123
12124 * config.bat: New option, `--with-x', for configuring Emacs
12125 for use with the X11 system DesqView/X.
12126 New option, `--no-debug', for compiling Emacs without debug
12127 information thus saving disk space.
12128 (src/config.h, src/paths.h): Use `update' (which is like
12129 `move-if-changed') to change the file.
12130 (src/config.h): When configuring for X11 perform extra changes.
12131 (src/makefile): When configuring for X11 perform extra changes.
12132 (lib-src): Remove temporary files.
12133 (): Check that `sed', `rm', `mv', and `gcc' are available.
12134
12135 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12136
12137 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
12138
12139 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
12140
12141 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12142
12143 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
12144
12145 * configure.in (canonical): Substitute var into makefiles.
12146 (bitmapdir): Likewise.
12147
12148 * Makefile.in (bitmapdir): New variable.
12149 (src/paths.h, paths-force): Edit PATH_BITMAPS.
12150
12151 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12152
12153 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
12154
12155 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
12156 * update-subdirs: New shell script.
12157
12158 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12159
12160 * Makefile.in (top_distclean): Don't rm build-install.
12161 (SOURCES): Delete build-install.in.
12162
12163 * make-dist: Don't distribute build-ins.in.
12164 * build-ins.in: File deleted.
12165
12166 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
12167
12168 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
12169
12170 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12171
12172 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
12173
12174 * configure.in (libexecdir): Rename from libdir. New default.
12175 (sharedstatedir): Rename from statedir. New default.
12176 (datadir): New default.
12177
12178 * make-dist: Don't distribute subdirs.el.
12179
12180 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12181
12182 * configure.in (eaccess): Check for it.
12183
12184 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12185
12186 * configure.in (mktime): Check for it.
12187
12188 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
12189
12190 * configure.in (motif): Add support for usage and option checking.
12191
12192 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
12193
12194 * configure.in (utimes): Check for it.
12195
12196 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
12197
12198 * Makefile.in (install-arch-indep): Don't do mkdir here.
12199
12200 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12201
12202 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
12203 riscix.h renamed to acorn.h.
12204
12205 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
12206
12207 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
12208 New configurations.
12209
12210 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
12211
12212 * configure.in: Remove trailing slashes from srcdir.
12213
12214 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12215
12216 * configure.in (i[345]86-sequent-ptx*): Handle.
12217
12218 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12219
12220 * Makefile.in (paths-force): Depend on src/paths.h.
12221
12222 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
12223
12224 * configure.in (config_options): Save all arguments, not just some.
12225
12226 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
12227
12228 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
12229
12230 * configure.in: Add AC_AIX.
12231 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
12232
12233 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12234
12235 * configure.in (parsing options): Simplify sed command to delete -'s.
12236
12237 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
12238
12239 * configure.in (config_options): New shell variable.
12240 Pass its value to C code in EMACS_CONFIG_OPTIONS.
12241
12242 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12243
12244 * configure.in (alpha-dec-osf*): New target.
12245
12246 * Makefile.in: Use just one FRC target.
12247
12248 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12249
12250 * Makefile.in (removenullpaths, paths-force):
12251 Use name paths.h.tmp$$, which depends on the pid.
12252
12253 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12254
12255 * Makefile.in (removenullpaths, paths-force):
12256 Put paths.h.tmp in top-level dir, not in src.
12257
12258 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12259
12260 * Version 19.27 released.
12261
12262 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12263
12264 * Version 19.26 released.
12265
12266 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12267
12268 * configure.in: Check for lrand48, not rand48.
12269
12270 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12271
12272 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
12273 (powerpc-ibm-aix*): New aliases.
12274
12275 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12276
12277 * make-dist (src/m, src/s): Put *.inp in distribution.
12278
12279 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12280
12281 * configure.in: Accept i586 and i486 along with i386.
12282
12283 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12284
12285 * configure.in: Do compute unexec, LIBX, system_malloc, etc
12286 even if CPP env var was set by the user.
12287
12288 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
12289
12290 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
12291
12292 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
12293
12294 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12295
12296 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
12297
12298 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12299
12300 * configure.in: Check more specifically for i*86-sun-sunos.
12301
12302 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
12303
12304 * configure.in: Handle solaris 2.4.
12305
12306 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12307
12308 * configure.in (rand48): Check for it.
12309
12310 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12311
12312 * make-dist: Update the info files.
12313
12314 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12315
12316 * configure.in: Make "checking..." messages' style consistent.
12317 (HAVE_H_ERRNO): New test.
12318
12319 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12320
12321 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
12322
12323 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12324
12325 * configure.in (CFLAGS): If the envvar was specified, use that.
12326 And set REAL_CFLAGS from it too.
12327
12328 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12329
12330 * make-dist: Update finder-inf.el.
12331
12332 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12333
12334 * make-dist (msdos): Include sed4.inp in dist.
12335
12336 * Makefile.in (libsrc_libs): Var deleted.
12337
12338 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12339
12340 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
12341
12342 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12343
12344 * configure.in (mips-sony-newsos4*): New alias.
12345
12346 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12347
12348 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
12349 (*-convex-convexos*): Accept this as alias.
12350
12351 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12352
12353 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
12354 for two different uses.
12355
12356 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12357
12358 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
12359
12360 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12361
12362 * make-dist: Put ./BUGS into the distrib.
12363
12364 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12365
12366 * configure.in: Handle 386 running Solaris 2.
12367
12368 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12369
12370 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
12371
12372 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12373
12374 * configure.in (mips-sony-newsos*): Use news-risc.h.
12375
12376 * configure.in: Accept bsdi as opsys, like bsd386.
12377
12378 1994-06-01 Morten Welinder (terra@diku.dk)
12379
12380 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
12381
12382 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12383
12384 * Version 19.25 released.
12385
12386 * make-dist (shortversion): Don't assume another period follows.
12387
12388 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12389
12390 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
12391 (uninstall): Use /bin/pwd.
12392
12393 * Makefile.in (blessmail): Depend on src.
12394 (all): Don't depend on blessmail.
12395
12396 * Makefile.in (src/paths.h): Don't force recomputation.
12397 (paths-force): New target; force recomputation of paths.h.
12398 (all): Depend on paths-force.
12399 (src, lib-src): Depend on src/paths.h.
12400
12401 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
12402 NON_GCC_TEST_OPTIONS.
12403
12404 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12405
12406 * configure.in: Don't insist on subversions for irix.
12407
12408 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12409
12410 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
12411
12412 * configure.in (i[34]86-next-*): New alternative.
12413
12414 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12415
12416 * Version 19.24 released.
12417
12418 * configure.in: New config hppa*-hp-hpux9shr*.
12419
12420 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
12421
12422 * config.bat: Doc fix.
12423
12424 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12425
12426 * Makefile.in (mostlyclean, clean, distclean, realclean)
12427 (extraclean): Don't act on man subdir if it doesn't exist.
12428
12429 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12430
12431 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
12432 Use them to set up CC.
12433 (*-sun-sunos4.1.3): Set them.
12434
12435 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12436
12437 * Makefile.in (lib-src): Don't depend on src/paths.h.
12438
12439 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12440
12441 * build-ins.in (copydests): Get rid of spurious `-'s.
12442
12443 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
12444
12445 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12446
12447 * Version 19.23 released.
12448
12449 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
12450 for the Xlib and Xt checks; then restore old CFLAGS.
12451
12452 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12453
12454 * configure.in (HAVE_X11XTR6): Add newline before #if.
12455 Add newline after #endif.
12456
12457 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12458
12459 * configure.in (HAVE_X11XTR6): Arrange to define it.
12460
12461 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12462
12463 * Makefile.in (install): Depend on blessmail.
12464
12465 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
12466
12467 * configure.in (mips-siemens-sysv*): Put quotes around value
12468 containing blanks.
12469
12470 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12471
12472 * Makefile.in (TAGS): Use the makefile in src subdir.
12473
12474 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12475
12476 * configure.in (opsys): Recognize `gnu'.
12477
12478 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12479
12480 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
12481
12482 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
12483
12484 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
12485 version > 1.8.
12486
12487 1994-05-08 Morten Welinder (terra@diku.dk)
12488
12489 * config.bat: Forcibly remove "# " style comments from makefiles.
12490
12491 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12492
12493 * Makefile.in (uninstall): When processing lispdir and etcdir,
12494 do nothing unless it exists and is a directory.
12495
12496 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12497
12498 * Makefile.in (install-arch-indep): Do install info/dired-x*.
12499 Merge code in from install-doc.
12500 (install-doc): Merge code back into install-arch-indep.
12501 (install-arch-dep): Don't depend on install-doc.
12502
12503 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
12504
12505 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12506
12507 * configure.in (making src/Makefile and lib-src/Makefile):
12508 Split off the autoconf substitutions and don't pass them thru cpp.
12509 (undefs): Use $canonical as well as $configuration.
12510
12511 * make-dist: Distribute lisp/Makefile.
12512
12513 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
12514 Use lower case names for the s files.
12515
12516 1994-05-03 Morten Welinder (terra@diku.dk)
12517
12518 * config.bat: Added possibility for different file name
12519 transcriptions in lib-src.
12520
12521 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12522
12523 * Makefile.in (lib-src): Undo previous change.
12524 (blessmail): New target to run maybe-blessmail in lib-src.
12525 (all): Depend on blessmail.
12526
12527 * Makefile.in (lib-src): Depend on src.
12528
12529 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
12530
12531 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
12532 (m88k-dg-dgux5.4R2): dgux5.4R2.
12533
12534 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12535
12536 * configure.in (window_system): Restore accidentally deleted code
12537 that uses AC_FIND_X.
12538
12539 * make-dist: Distribute config.bat.
12540
12541 1994-04-29 Morten Welinder (terra@diku.dk)
12542
12543 * config.bat: Corrected the configuration of lib-src
12544 to keep up with configure. Add note about dos version 3
12545 or better needed (djgpp needs that). Add note explaining
12546 that either install in c:/emacs or edit the script.
12547 Don't change to c:/emacs, but assume we're there (to minimize
12548 the number of places to change).
12549
12550 * config.bat: Build-in the first step towards X11 support with
12551 the X11 emulator that exists. At this time it won't work,
12552 and several files are missing.
12553
12554 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12555
12556 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
12557 Don't look for -lresolv.
12558
12559 * Makefile.in (lib-src): Depend on src/paths.h.
12560
12561 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12562
12563 * configure.in: Restore deleted AC_SUBST of `configuration'.
12564 Improve error message for bad --with-x-toolkit value.
12565
12566 * configure.in: Define CONFIGURATION in src/config.h
12567 rather than substituting in src/Makefile.in.
12568
12569 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12570
12571 * Makefile.in (install-doc): New target.
12572 (install-arch-dep): Depend on install-doc.
12573 (mkdir): Create docdir.
12574
12575 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12576
12577 * configure.in: Test for libresolv.a.
12578 Substitute machfile and opsysfile.
12579
12580 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12581
12582 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
12583 (install-arch-dep): Install under the name $(EMACS).
12584
12585 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12586
12587 * configure.in (version): Use entire value of emacs-version.
12588 (mips-siemens-sysv*): New alternative.
12589
12590 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12591
12592 * Makefile.in (install-arch-indep): Don't install dired-x*.
12593
12594 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12595
12596 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
12597 Fix definition of $undefs.
12598
12599 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12600
12601 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
12602
12603 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
12604
12605 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
12606
12607 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
12608
12609 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12610
12611 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
12612 and run it thru cpp, as with src/Makefile.in.
12613
12614 * configure.in: Use AC_SET_MAKE.
12615
12616 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12617
12618 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
12619
12620 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12621
12622 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
12623
12624 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
12625 (printing the choices): Make the toolkit message unconditional.
12626 (USE_X_TOOLKIT): Use `none', not `no', if none.
12627 (include libsrc_libs): Include config.h, and specify -I for srcdir.
12628 Get rid of temp file foofoo1.
12629
12630 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12631
12632 * configure.in (CFLAGS): Use shell syntax, not Makefile.
12633
12634 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12635
12636 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
12637 (printing the choices): State choice of toolkit.
12638 (libsrc_libs): Recalculate after writing config.h;
12639 then update lib-src/Makefile.
12640
12641 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12642
12643 * configure.in: Add sunos4shr as alternative for suns.
12644 Conditionals testing for null $CC were backwards.
12645
12646 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12647
12648 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
12649
12650 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12651
12652 * configure.in: Handle -isc4.0*.
12653
12654 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12655
12656 * configure.in (esix5): Set NON_GNU_CPP.
12657
12658 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
12659
12660 * Makefile.in (thisdir): Nonsensical variable removed.
12661 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
12662 back to $thisdir, rather than the directory `this_dir'.
12663
12664 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12665
12666 * Makefile.in (install-arch-indep): Add missing backslash after a
12667 `then'.
12668
12669 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12670
12671 * Makefile.in (thisdir): New variable.
12672 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
12673
12674 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12675
12676 * configure.in: Add freebsd.
12677
12678 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12679
12680 * configure.in: Check for fpathconf.
12681
12682 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12683
12684 * configure.in (with_x_toolkit): Fix typo in previous change.
12685
12686 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12687
12688 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
12689
12690 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12691
12692 * configure.in (with_x_toolkit): Don't allow motif or open-look.
12693
12694 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12695
12696 * configure.in: Fix value of docdir.
12697 * Makefile.in (install-arch-indep): Install DOC* in docdir.
12698
12699 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12700
12701 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
12702
12703 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
12704
12705 * configure.in: New variable docdir to control where the docstring
12706 file goes.
12707 Makefile.in: Use it to initialize PATH_DOC in paths.h.
12708
12709 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12710
12711 * configure.in: When --run-in-place, don't inherit archlibdir.
12712
12713 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12714
12715 * Makefile.in (install-arch-dep, install-arch-indep):
12716 New targets split up former do-install rule.
12717 (do-install): Target deleted.
12718
12719 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12720
12721 * configure.in (mips-sony-newsos*): New configuration.
12722
12723 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
12724
12725 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
12726
12727 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12728
12729 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
12730
12731 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12732
12733 * configure.in: Don't initialize CC.
12734
12735 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12736
12737 * configure.in (creating src/Makefile): Also generate -U switches
12738 for symbols in the $configuration value.
12739
12740 * configure.in: Check for sys_siglist being declared in system header.
12741
12742 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12743
12744 * configure.in (creating src/Makefile): Delete blank lines
12745 along with lines of whitespace.
12746 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
12747
12748 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12749
12750 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
12751 like C_SWITCH_SYSTEM.
12752 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
12753
12754 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12755
12756 * configure.in (drem): Check for this function.
12757
12758 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12759
12760 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
12761 If CPP was inherited from environment, don't use NON_GNU_CPP.
12762 (NON_GNU_CC): Likewise.
12763 (handling with_gcc): Use explicit if in the `no' case.
12764 (cc_specified): New variable; if set, don't use NON_GNU_CC.
12765
12766 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12767
12768 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
12769
12770 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12771
12772 * configure.in: Check whether fmod exists.
12773
12774 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12775
12776 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
12777 {src,lisp}/OChangeLog.
12778
12779 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12780
12781 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
12782 necessary for proper operation. This code works with the current
12783 released version of Autoconf.
12784
12785 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12786
12787 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
12788 (USE_X_TOOLKIT): Define it for all values except `no'.
12789
12790 * configure.in: Undo first Jan 8 change and Jan 16 change.
12791
12792 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12793
12794 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
12795 Substitute USE_X_TOOLKIT as both C macro and Make variable.
12796
12797 * Makefile.in (lwlib/Makefile): New target.
12798 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
12799 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
12800 (unlock, relock): Handle lwlib subdir.
12801
12802 * Makefile.in: Add some .PHONY targets.
12803
12804 * make-dist: Handle lwlib subdir like oldXMenu subdir.
12805
12806 * lwlib: New subdirectory.
12807
12808 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12809
12810 * configure.in: If CPP has a value that is a directory,
12811 discard the value.
12812
12813 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12814
12815 * configure.in (srcdir_undefs): Add g flag to sed substitution to
12816 remove -U[0-9]*.
12817
12818 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12819
12820 * Makefile.in (do-install): Install the dired-x info files.
12821
12822 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
12823 (See src/s/sol2.h.)
12824
12825 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12826
12827 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
12828
12829 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12830
12831 * configure.in (creating src/Makefile): Put code inside 2nd arg to
12832 AC_OUTPUT as it should be; hopefully no one will again see fit to
12833 gratuitously break this and not make a change log entry.
12834 Optimized sed processing of Makefile.in and cpp output; now
12835 preserves comments previously removed from the cpp input.
12836 Eliminated temp file for cpp output. Generate -U switches to
12837 undefine all identifiers that appear in the directory name
12838 ${srcdir}; pass these to cpp.
12839
12840 * configure.in (version): Fix sed regexp to match two-elt version
12841 number.
12842
12843 * configure.in: Check for strerror.
12844
12845 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12846
12847 * configure.in: Test for bcmp.
12848
12849 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12850
12851 * make-dist (tempdir): Put subdir msdos into the distribution.
12852
12853 1993-01-07 Morten Welinder (terra@diku.dk)
12854
12855 * config.bat: New file.
12856
12857 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12858
12859 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
12860
12861 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12862
12863 * configure.in (m68*-next-*): Don't care about which os is specified.
12864 (i[34]86-*-*): Check for *-nextstop*.
12865
12866 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12867
12868 * configure.in: Check for setsid.
12869
12870 1993-12-17 Richard Stallman (rms@srarc2)
12871
12872 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
12873
12874 1993-12-15 Richard Stallman (rms@srarc2)
12875
12876 * Makefile.in (mkdir): Make only the lockdir writable.
12877
12878 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
12879
12880 1993-12-11 Richard Stallman (rms@srarc2)
12881
12882 * Makefile.in (libdir): Use @libdir@.
12883
12884 1993-12-08 Richard Stallman (rms@srarc2)
12885
12886 * Makefile.in (install): Add empty command.
12887
12888 1993-12-04 Richard Stallman (rms@srarc2)
12889
12890 * make-dist: Put man/getopt.c in the dist.
12891
12892 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
12893
12894 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
12895
12896 1993-12-03 Richard Stallman (rms@srarc2)
12897
12898 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
12899 Set it for all solaris versions.
12900 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
12901 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
12902 Likewise for NON_GNU_CC and CC.
12903
12904 1993-12-01 Richard Stallman (rms@srarc2)
12905
12906 * configure.in (mips-mips-riscos4*): Assign variable CC.
12907 (checking ${with_gcc}): If "no", don't override CC if already set.
12908 (CC): Initialize it as empty.
12909
12910 1993-11-30 Richard Stallman (rms@srarc2)
12911
12912 * configure.in (Suns): Set CPP if *-solaris2.3*.
12913
12914 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12915
12916 * Version 19.22 released.
12917
12918 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
12919
12920 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12921
12922 * make-dist: When breaking links, use cp -p.
12923 Copy install.sh into distribution.
12924 Move the temp dir up into the parent dir;
12925 don't leave the staging dir make-dist.tmp... in existence.
12926 * install.sh: New file.
12927
12928 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12929
12930 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
12931
12932 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12933
12934 * configure.in (version): When --run-in-place, exclude
12935 ${datadir}/emacs/site-lisp from locallisppath.
12936
12937 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12938
12939 * configure.in: Delete jumk.c before writing it.
12940
12941 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12942
12943 * Version 19.21 released.
12944
12945 * Makefile.in (mkdir): Ignore error from chmod.
12946
12947 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12948
12949 * make-dist: Don't put lisp/forms.README in the distribution.
12950
12951 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12952
12953 * configure.in (creating src/Makefile): Before running cpp,
12954 discard all lines that start with `# Generated' or /**/#.
12955
12956 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12957
12958 * Version 19.20 released.
12959
12960 * make-dist: Use build-ins.in, not build-install.in.
12961 Don't bother updating TAGS since it's not included.
12962
12963 * build-ins.in: Renamed from build-install.in.
12964
12965 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12966
12967 * make-dist: Don't try to link *.texinfo--there are none now.
12968 When running make in lib-src, specify YACC var value.
12969
12970 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12971
12972 * configure.in (extrasub): Add vpath patterns for %.[yls].
12973
12974 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
12975 Instead just include the commands to make src/Makefile as the
12976 second arg to AC_OUTPUT.
12977
12978 * configure.in: Use : instead of dnl for comment inside
12979 $makefile_command.
12980
12981 * configure.in: No longer use vpath_sed. Instead, when we notice
12982 srcdir already configured, set extrasub to hack vpath in the
12983 makefiles.
12984
12985 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
12986 before moving it.
12987 * Makefile.in (VPATH): Define to @srcdir@.
12988
12989 1993-09-28 Brian J. Fox (bfox@cubit)
12990
12991 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
12992 doesn't exist. Just copy src/Makefile.in instead.
12993 Touch all of the Makefiles after editing config.status.
12994
12995 * INSTALL: Update documentation to match new configuration
12996 mechanism.
12997
12998 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
12999
13000 * configure.in: Allow any of the path or directory Makefile
13001 variables to be set with flags to configure. Create all Makefiles
13002 at configure time. Edit special commands into config.status after
13003 src/Makefile.in is built from src/Makefile.
13004
13005 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
13006 If these files are out of date, simply have config.status
13007 rebuild them; don't rebuild them explicitly.
13008
13009 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
13010
13011 * build-install.in: Change src/xemacs to src/emacs. We no longer
13012 create src/xemacs, so the file wouldn't be found.
13013
13014 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
13015
13016 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
13017
13018 * configure.in: Avoid forcing the search of /usr/include before
13019 fixed include files by resetting C_SWITCH_X_SITE if it is
13020 "-I/usr/include".
13021
13022 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13023
13024 * Makefile.in (@rip_paths@locallisppath):
13025 Delete ${datadir}/emacs/site-lisp.
13026
13027 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13028
13029 * configure.in:
13030 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
13031 Remove ${extra_output} from AC_OUTPUT call.
13032
13033 1993-09-17 Brian J. Fox (bfox@inferno)
13034
13035 * make-dist: Quote backquotes found in strings to be echoed.
13036
13037 * configure.in: Use "sh -c pwd" when we want to avoid having the
13038 shell fix up the value of $PWD.
13039
13040 1993-09-13 Brian J. Fox (bfox@inferno)
13041
13042 * Makefile.in (do-install): Don't abort if ln or chmod at the end
13043 of the installation fail. Suggested by Karl Berry.
13044
13045 1993-08-30 Brian J. Fox (bfox@inferno)
13046
13047 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
13048 was used. Set MAKEFLAGS from MFLAGS.
13049
13050 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13051
13052 * configure.in: Test for res_init in libc.
13053
13054 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13055
13056 * configure.in: In the file ${tempcname}, use configure___
13057 instead of @configure@.
13058
13059 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
13060
13061 * make-dist: Dist vpath.sed.
13062
13063 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
13064 Depend on vpath.sed.
13065 Replace sed command for VPATH with @vpath_sed@.
13066
13067 * configure.in: Substitute variable `vpath_sed'.
13068 If not in $srcdir and $srcdir is configured,
13069 issue warning that GNU make is required,
13070 and set vpath_sed to use vpath.sed script.
13071
13072 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13073
13074 * configure.in: Remove check for $srcdir being configured.
13075 This pretty much works now.
13076 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
13077 Check for XFree86 (/usr/X386/include) independent of whether
13078 -lXbsd exists.
13079
13080 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
13081 realclean, unlock, relock): Use `$(MAKE)' in place of plain
13082 `make'.
13083
13084 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13085
13086 * Version 19.19 released.
13087
13088 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
13089
13090 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13091
13092 * configure.in: Check for XScreenNumberOfScreen.
13093
13094 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13095
13096 * configure.in: Add * to end of all configuration alternatives.
13097 (m68*-sony-newsos3*): New alternative.
13098
13099 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13100
13101 * make-dist: Include getdate.c in distribution.
13102
13103 * configure.in: For --help, use $PAGER if it is set.
13104 (LIB_X11_LIB): Default to -lX11.
13105 (mips-sgi-irix5.*): New alternative.
13106
13107 * Makefile.in (do-install): Install info/gnus* and info/sc*.
13108
13109 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
13110 Recognize *.B8.* as hpux version 8.
13111 (m68*-tektronix-bsd*): Fix typo in tek4300.
13112 (AC_HAVE_FUNCS): Add ftime.
13113
13114 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13115
13116 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
13117 Use tekxd88, not tekXD88.
13118
13119 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13120
13121 * configure.in: Check for -lm. Then can check for frexp and logb.
13122
13123 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13124
13125 * Version 19.18 released.
13126
13127 * make-dist (src): Don't put gnu-hp300 in dist.
13128 (src, lisp): Include OChangeLog in dist.
13129
13130 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13131
13132 * configure.in: Test for presence of logb and frexp functions.
13133
13134 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13135
13136 * configure.in (machine): Add i370-ibm-aix*.
13137
13138 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13139
13140 * configure.in (function checks): Test for mkdir and rmdir.
13141
13142 * configure.in (function checks): Don't test for random and bcopy
13143 only when we're building with X; look for them all the time.
13144
13145 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13146
13147 * configure.in: Test for availability of bcopy functions, searching
13148 the X libraries if we're using X.
13149
13150 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
13151 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
13152 versions of AIX, and needs to be passed to the loader.
13153
13154 * configure.in: Test for the availability of the
13155 XScreenResourceString function.
13156
13157 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
13158
13159 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
13160 LD_SWITCH_X_SITE and assume --with-x11.
13161 Only look for X11 files if we weren't told about a window system
13162 or if we were told to use X11 but not told where.
13163 Search the libraries from the s and/or m files when checking for
13164 functions.
13165
13166 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
13167
13168 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13169
13170 * make-dist: Include lisp/dired.todo in the distribution.
13171
13172 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13173
13174 * configure.in: Add code to set HAVE_INET_SOCKETS.
13175
13176 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13177
13178 * configure.in: If we do find x_includes and x_libraries
13179 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
13180
13181 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13182
13183 * make-dist: Include src/gnu-hp300 in the dist.
13184
13185 * configure.in (canonical): New variable holds the canonicalized
13186 configuration. Don't alter `configuration'. Use `configuration'
13187 for Makefile.in for file naming.
13188 (testing x_includes and x_libraries): Use =, not ==.
13189
13190 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13191
13192 * Version 19.17 released.
13193
13194 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
13195 directory's makefile. This allows the invocation of CPP which
13196 builds xmakefile to receive these switches. The SunSoft C
13197 preprocessor inserts spaces between tokens if it doesn't get the
13198 -Xs flag requested in src/s/sol2.h.
13199
13200 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
13201
13202 * configure.in (m68k-bull-sysv3): New config.
13203
13204 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13205
13206 * configure.in: Use the autoconf AC_FIND_X macro to try to find
13207 the X Windows libraries.
13208
13209 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13210
13211 * make-dist (tempdir): Don't create lisp/forms-mode directory in
13212 the distribution. Those files aren't kept in their own
13213 subdirectory any more.
13214
13215 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13216
13217 * Version 19.16 released.
13218
13219 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13220
13221 * configure.in: Add --verbose flag.
13222
13223 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13224
13225 * version 19.15 released.
13226
13227 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13228
13229 * Makefile.in (top_distclean): Use -f switch when cleaning out
13230 lock dir; it might be empty.
13231
13232 * configure.in: Only check for -lXbsd once.
13233
13234 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13235
13236 * Version 19.14 released.
13237
13238 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13239
13240 * make-dist: If using gzip, create distribution with '.gz' extension.
13241
13242 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
13243 (lisp/forms-mode): This doesn't exist anymore.
13244
13245 * configure.in: Look for the closedir function.
13246
13247 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13248
13249 * configure.in (CPP): Autoconf sets this to a shell variable
13250 reference, which doesn't work when it's edited into a makefile.
13251 Expand that variable reference.
13252
13253 * Makefile.in (CPP): New variable.
13254 (src/Makefile): Edit CPP into src/Makefile.
13255
13256 * Makefile.in (src/Makefile): Don't bother exiting single quotes
13257 and entering double quotes to get the values of LD_SWITCH_X_SITE
13258 and the other make variables; make substitutes them in anyway.
13259
13260 * Makefile.in (uninstall): Don't remove the lisp and etc
13261 directories if they're in the source tree.
13262
13263 Bring mumbleclean targets into conformance with GNU coding standards.
13264 * Makefile.in (mostlyclean, clean): Separate these two; just have
13265 them pass the request to the subdirectory makefiles.
13266 (distclean): Pass the request down, and then get rid of the
13267 files configure built, and get rid of the Makefiles.
13268 (realclean): Pass the request down, and then do the same things
13269 distclean does.
13270 (uninstall, info, dvi): New targets.
13271
13272 * configure.in: Move clause for PC-compatible i386 box to the end
13273 of the case statement, to avoid masking configurations below.
13274
13275 * configure.in: Add case for m88k-motorola-sysv4.
13276
13277 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
13278 the HP 68000 machines.
13279
13280 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
13281 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
13282 preprocessor won't fiddle with them.
13283
13284 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13285
13286 * Makefile.in (TAGS): cd to src to run etags.
13287
13288 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13289
13290 * configure.in (version): Check the X libraries for XrmSetDatabase
13291 and random, and see if we have -lXbsd.
13292
13293 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13294
13295 * configure.in: Pass "-Isrc" to the CPP we run to examine the
13296 s/*.h and m/*.h files. Martin Tomes
13297 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
13298
13299 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13300
13301 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
13302 above the general i386 alternative.
13303
13304 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13305
13306 * configure.in: Recognize configuration name for Data General
13307 AViiON machines.
13308
13309 * configure.in: Use AC_LONG_FILE_NAMES.
13310
13311 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13312
13313 * configure.in: Test for bison.
13314 * Makefile.in (YACC): New variable.
13315 (lib-src/Makefile.in): Edit YACC into the makefile.
13316
13317 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13318
13319 * Version 19.13 released.
13320
13321 * configure.in (CFLAGS): Don't set this according to the value of
13322 the GCC shell variable. Instead, consult the machine and system
13323 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
13324 test __GNUC__ while we're at it.
13325
13326 * configure.in: Remove extra ;; from hpux cases.
13327
13328 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13329
13330 * configure.in: Check to see if the system has -ldnet.
13331
13332 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13333
13334 * make-dist: Add clauses to distribute lisp/forms-mode.
13335
13336 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13337
13338 * configure.in (machine): Fix the versions in hpux version number test.
13339 Do not guess based on cpu type. Do check for explicit system version.
13340
13341 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13342
13343 * configure.in: Do NOT look for `unknown' as company name.
13344
13345 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13346
13347 * configure.in: Fix typo in message.
13348
13349 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13350
13351 * Version 19.12 released.
13352
13353 * Makefile.in (do-install): Correct previous etc-copying change.
13354 Partially rewrite using `if'.
13355 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
13356
13357 * Version 19.11 released.
13358
13359 * configure.in: Handle 386bsd.
13360
13361 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13362
13363 * make-dist: Update getdate.c.
13364
13365 * configure.in: Handle bsd386.
13366
13367 * Makefile.in (do-install): Use `-' in tar options.
13368
13369 * configure.in: Change ! "${...}" to x"${...}" = x.
13370
13371 * Makefile.in (do-install): Copy the DOC-* files from the build
13372 etc directory, as well as lots of things from ${srcdir}/etc.
13373
13374 * make-dist: Copy config.guess.
13375
13376 * configure.in: Handle AIX versions 1.2, 1.3.
13377
13378 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13379
13380 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
13381 the configuration name mips-mips-usg* to represent USG systems.
13382
13383 * configure.in: Fix logic to detect if srcdir is already configured.
13384
13385 * Makefile.in: Pass in LD_SWITCH_X_SITE.
13386
13387 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
13388 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
13389 of a directory; cd might fail, and have pwd print out the current
13390 directory.
13391
13392 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13393
13394 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
13395
13396 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13397
13398 * configure.in: Complain if srcdir points at an already-configured
13399 tree.
13400
13401 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13402
13403 * Version 19.10 released.
13404
13405 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13406
13407 * Makefile.in: Use Makefile comments, not C comments.
13408
13409 * configure.in: Add case for the Tektronix XD88.
13410
13411 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13412
13413 * configure.in: Handle sysv4.2 and sysvr4.2.
13414
13415 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13416
13417 * configure.in: Traverse the argument list without destroying it;
13418 don't use shift. It turns out that "set - ${saved_arguments}"
13419 doesn't work portably.
13420
13421 * configure.in: Add missing "fi".
13422
13423 * make-dist: Rebuild configure if configure.in is newer.
13424
13425 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
13426 targets to be executed even if make remembers that it has already
13427 satisfied FRC.
13428
13429 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13430
13431 * Makefile.in (do-install): Delete redundant code to copy etc twice.
13432
13433 * configure.in (romp): Handle various version numbers with aos and bsd.
13434
13435 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13436
13437 * configure.in: Fix message text.
13438
13439 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13440
13441 * make-dist: Make a `site-lisp' directory in the distribution,
13442 instead of a `local-lisp' directory, which hasn't been the
13443 appropriate name for a long time.
13444 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
13445 from the distribution first, then /usr/local/lib/emacs/site-lisp.
13446
13447 * Makefile.in (do-install): Correctly detect if ./etc and
13448 ${srcdir}/etc are the same.
13449
13450 * configure.in: Extract UNEXEC from the system configuration
13451 files, compute the name of the source file corresponding to the
13452 object file, and #define it as UNEXEC_SRC in config.h.
13453
13454 * configure.in: If srcdir is '.', then try using PWD to make it
13455 absolute.
13456
13457 * configure.in: Include ${srcdir} in the printed report, to help
13458 people notice if it's an automounter path.
13459
13460 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13461
13462 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
13463
13464 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13465
13466 * Makefile.in (do-install): Delete the dest dir, not the source dir,
13467 when they are different. Add `shift' command.
13468 (COPYDESTS, COPYDIR): Delete external-lisp dir.
13469 (externallispdir): Var deleted.
13470
13471 * configure.in: Delete spurious paren outputting short_usage.
13472
13473 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13474
13475 * Version 19.9 released.
13476
13477 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13478
13479 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
13480 subdirectory makes.
13481
13482 * make-dist: Check for .elc files with no corresponding .el file.
13483
13484 * Makefile.in (mkdir): Make all the directories in locallisppath.
13485
13486 * config.guess: New file.
13487 * configure.in: Use it, tentatively.
13488 * INSTALL: Mention its usage.
13489
13490 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
13491 the former gives you the operating system rev directly.
13492 Use s/hpux.h if we don't recognize what we got.
13493
13494 * Makefile.in (do-install): Don't remove a destination directory
13495 if it's the same as the source. If ${srcdir}/info == ${infodir},
13496 don't try to copy the info files.
13497
13498 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
13499 doesn't work if you're not using a separate source directory.
13500 (do-install): Copy the build tree's etc directory only after
13501 making sure it's not also the source tree's etc directory.
13502
13503 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13504
13505 * configure.in: Handle sunos4.1.3 specially.
13506
13507 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13508
13509 * Makefile.in (INSTALL): Add definition.
13510
13511 * configure.in: Fix some messages. Support -with-gnu-cc.
13512 At the end, use `set --', not `set -'.
13513 Delete spurious `.h' in hpux alternatives.
13514
13515 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13516
13517 * Version 19.8 released.
13518
13519 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13520
13521 * configure.in: When looking for source in the same directory as
13522 the configure script, make the path thus discovered absolute.
13523 If the user specifies the `--srcdir' switch, make that directory
13524 absolute too.
13525
13526 * Makefile.in (srcdir): Remove comment saying this doesn't work.
13527
13528 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
13529 too, as the value of the PATH_INFO macro.
13530
13531 * configure.in: Check to see if the source lives in the same
13532 directory as the configure script.
13533
13534 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13535
13536 * Makefile.in (install): Split this into `install' and
13537 `do-install', to give people more control over exactly what gets
13538 done.
13539 (do-install): New target, containing the guts of `install'.
13540 Don't remove and recreate the directories inside the copying loop - do
13541 it all before the copying loop. Pass more flags to the lib-src
13542 make.
13543 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
13544 avoid errors and warnings.
13545
13546 * configure.in: For generic IBM PC boxes, insist on "unknown" for
13547 the manufacturer - the more general case was blocking other i386
13548 configuration names below, and that's how the names are written in
13549 MACHINES anyway.
13550
13551 * make-dist: When breaking links, remove the link before moving
13552 the copy onto it, to avoid interactive behavior.
13553
13554 * Makefile.in: Doc fix.
13555
13556 * configure.in: Doc fix.
13557
13558 * INSTALL: Mention --exec-prefix option.
13559
13560 * configure.in: Add support for the `--exec-prefix' option.
13561 * Makefile.in: Accept that support.
13562
13563 * configure.in: Use the AC_PROG_INSTALL macro.
13564 * Makefile.in (INSTALL): Variable removed.
13565 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
13566
13567 * configure.in: Distinguish between hp800's and hp700's by calling
13568 "uname -m".
13569
13570 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13571
13572 * configure.in: Recognize configuration names for i860 boxes
13573 running SYSV.
13574
13575 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13576
13577 * configure.in: Distinguish between hp800's and hp700's by the
13578 version of HP/UX they run, since that's something people are more
13579 likely to know - hp700's run 8.0.
13580 Add HP 700 configuration.
13581
13582 * configure.in: Test for the presence of the `rename' function.
13583
13584 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
13585 configure.in.
13586 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
13587
13588 * make-dist: Break intra-tree links.
13589
13590 * configure.in: Explain that this is an autoconf script, and give
13591 instructions for rebuilding configure from it. Arrange to put
13592 comments in configure explaining this too.
13593
13594 * configure.in: Make the first line of the configure script be
13595 "#!/bin/sh". Leaving the first line blank didn't work.
13596
13597 * configure.in (long_usage): Remove; made short_usage describe
13598 the options briefly.
13599
13600 * configure.in: Implement the --prefix option.
13601 * Makefile.in (prefix): Add support for it here.
13602 * INSTALL: Document it here.
13603
13604 * Makefile.in (install): Don't assume that the files in the `info'
13605 subdirectory match *.info. They don't have that prefix.
13606
13607 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13608
13609 * configure.in: Add case for version 5 of Esix.
13610
13611 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13612
13613 * Version 19.7 released.
13614
13615 * make-dist: There aren't any *.com files in lib-src anymore.
13616
13617 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
13618 them; they're symlinks to other filesystems on the GNU machines.
13619
13620 * make-dist: Check that the manual reflects the same version of
13621 Emacs as stated in lisp/version.el. Edit that version number into
13622 the README file.
13623
13624 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13625
13626 * configure.in: Remove the hack of AC_DEFINE; use
13627 AC_DEFINE_UNQUOTED.
13628
13629 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13630
13631 * make-dist: Don't distribute precomp.com, compile.com, or
13632 link.com from ./src; they're in ./vms now.
13633
13634 Some time-handling patches from Paul Eggert:
13635 * configure.in: Add AC_TIMEZONE.
13636
13637 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13638
13639 * configure.in: Recognize Linux as a valid operating system for
13640 the i386.
13641
13642 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13643
13644 * make-dist: Distribute some VMS files we got from Richard Levitte.
13645
13646 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
13647 the source for the sed command, not oldXMenu/Makefile.
13648
13649 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13650
13651 * INSTALL: Don't claim the srcdir option doesn't work.
13652
13653 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13654
13655 * configure.in: Include remarks saying what order the autoconf
13656 tests should go in, and remind people to change config.h.in
13657 whenever they add autoconf tests which make #definitions.
13658
13659 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
13660
13661 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13662
13663 * Makefile.in (oldXMenu/Makefile): Make this depend on
13664 ${srcdir}/oldXMenu/Makefile.in, not itself.
13665
13666 * PROBLEMS: Some updates from David J. Mackenzie.
13667
13668 More changes from David J. Mackenzie.
13669 * Makefile.in (install.sysv, install.xenix, install.aix):
13670 Targets removed; autoconf and config.h should specify all these
13671 differences.
13672 (buildlisppath): Make this path depend on ${srcdir}.
13673 (INSTALLFLAGS): Remove.
13674 (INSTALL): Include the -c flag.
13675 (install): Change the way we invoke install accordingly.
13676
13677 Install ${srcdir} changes from DJM.
13678 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
13679 list.
13680 (COPYDIR, COPYDESTS): Install files from both the etc directory in
13681 the source tree and the etc directory in the object tree.
13682 (${SUBDIR}): Pass the prefix variable down to submakes.
13683 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
13684 in /bin.
13685 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
13686 values for srcdir and VPATH.
13687 (install): Add `v' flag to tar command. Make sure that `dir'
13688 exists in ${srcdir}/info before copying it. Remember that the man
13689 pages come from the source tree, not the object tree.
13690 * configure.in: Remove remarks saying that the --srcdir option
13691 doesn't work.
13692 Create the etc directory in the object tree.
13693 Recognize configuration names of the form *-sun-solaris*.
13694 Recognize sunos5 and solaris as operating system names.
13695
13696 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
13697 lib-src/getdate.y and src/systime.h.
13698
13699 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13700
13701 * make-dist: Make links in info subdir.
13702
13703 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13704
13705 * configure.in: Call AC_STDC_HEADERS.
13706
13707 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13708
13709 * configure.in: Sidestep autoconf's quoting of the second argument
13710 of AC_DEFINE, so we can specify the value to put there. It would
13711 be nice if autoconf provided some way to specify computed values
13712 for macros.
13713
13714 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13715
13716 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
13717 this is always just -DHAVE_CONFIG_H.
13718
13719 The GNU coding standards specify that CFLAGS should be left for
13720 users to set.
13721 * Makefile.in (CFLAGS): Let configure determine the default value
13722 for this.
13723 Don't have it default to DEFS.
13724 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
13725 (lib-src/Makefile, src/Makefile): Edit the default value for
13726 CFLAGS into these files, not DEFS.
13727 * configure.in (CFLAGS): Choose a default value for this - "-g"
13728 normally, or "-g -O" if we're using GCC. Edit it into the
13729 top-level Makefile.
13730
13731 * configure.in: When scanning the machine and system description
13732 #include files, write their names to conftest.c properly.
13733
13734 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13735
13736 * configure.in: In configuration name case for Apallos running
13737 Domainios, set opsys, not opsysfile.
13738
13739 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
13740 src/config.h, instead of AC_OUTPUT; the latter overwrites
13741 src/config.h even when it hasn't changed, puts a makefile-style
13742 comment at the top even though it's C code, and produces a
13743 config.status script which doesn't do the job right.
13744
13745 * configure.in: Add AC_LN_S test, so we can tell whether or not we
13746 can use a symbolic link to get the X Menu library into src.
13747 * Makefile.in (LN_S): New variable.
13748 (src/Makefile): Edit the value of LN_S into this makefile.
13749
13750 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13751
13752 * configure.in: Support *-sco3.2v4* as opsystem.
13753
13754 * make-dist: Don't include calc directory.
13755 Exclude many files in the man directory; copy a few.
13756
13757 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13758
13759 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
13760 call AC_STRUCT_TM to see what's in time.h.
13761
13762 * configure.in: Employ quoting stupidity to get the value of CPP
13763 to expand properly.
13764
13765 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13766
13767 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
13768 variable to scan the machine and system description files.
13769
13770 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
13771 so that getdate.y builds correctly.
13772
13773 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13774
13775 * configure.in (tempcname): Change this to "conftest.c", so it will
13776 work properly on systems with short filenames; this is the name
13777 autoconf uses.
13778
13779 * configure.in: Also detect the availability of dup2 and
13780 gethostname.
13781
13782 * configure.in: Use the AC_ALLOCA test.
13783 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
13784 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
13785
13786 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13787
13788 * make-dist: Distribute configure, as well as configure.in.
13789 Oversight.
13790
13791 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13792
13793 * Makefile.in (install): Print out the name of the directory we're
13794 copying, so people can have some idea of whether we're making
13795 progress.
13796
13797 * Makefile.in (install.aix, install.xenix, install.sysv, install):
13798 Don't forget to re-create the COPYDESTS directories after we clear
13799 them out.
13800
13801 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13802
13803 * Makefile.in: Add autoconf cookies so that the configure
13804 script can comment out sections of path variable definitions to
13805 choose between the installable configuration and the run-in-place
13806 configuration.
13807 * configure.in: Add new option `--run-in-place', to select the
13808 run-in-place path definitions.
13809
13810 * configure.in: Add a clause to the big configuration name case
13811 for the NeXT machine.
13812
13813 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13814
13815 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13816 Make sure that each source directory exists, and is different from
13817 the destination directory; then, delete the destination before
13818 copying over the source.
13819
13820 * make-dist: Distribute configure.in, instead of configure.
13821
13822 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13823
13824 * configure.in: Don't set CC to "gcc -O" if the user specifies
13825 `--with-gcc'. Add -O to DEFS if GCC is set.
13826
13827 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13828
13829 * Makefile.in (clean mostlyclean): Missing right paren.
13830
13831 * configure.in: When checking for X windows, search for an X11
13832 subdirectory of ${x_includes}.
13833
13834 * configure.in: Check for gettimeofday function, for getdate.y.
13835
13836 Change `configure' to a mixture of custom code and autoconf stuff.
13837 autoconf can't derive all the information we need, but we'd really
13838 like to be able to take advantage of some of its tests, and its
13839 file-editing facilities.
13840 * configure.in: Renamed from configure.
13841 Quote the sections of shell script we want copied literally to
13842 the configure script.
13843 (compile): Initialize this to make the autoconf macros' code happy.
13844 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
13845 code to do their jobs.
13846 Use autoconf to produce Makefile and src/config.h.
13847 Remove the Makefile-style comment that autoconf places at the top
13848 of src/config.h.
13849 (config_h_opts): Remove - no longer necessary.
13850 * Makefile.in (configname): Rename to configuration.
13851 (CONFIG_CFLAGS): Rename to DEFS.
13852 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
13853 get values via autoload @cookies@.
13854 (libsrc_libs): Get this from autoconf. We used to do nothing
13855 about this.
13856 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
13857
13858 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
13859 Don't echo the move-if-change command.
13860
13861 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
13862
13863 * make-dist: Distribute lib-src/rcs-checkin.
13864
13865 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
13866 Don't try to make links to the RCS or Old subdirectories.
13867 Use the appropriate extension for the compression type in use.
13868 Create the tar file in the shell's initial default directory, not
13869 in ${tempparent}.
13870 Erase the whole ${tempparent} tree, not just ${tempdir}.
13871
13872 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13873
13874 * Makefile.in (src/paths.h): Don't echo the huge sed command we
13875 use to build paths.h.
13876 (lib-src/Makefile, src/Makefile): Similarly.
13877
13878 * configure: Extend test for working `const' keyword to handle AIX
13879 3.2 cc.
13880
13881 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13882
13883 * make-dist: Distribute lisp/term/ChangeLog.
13884
13885 Arrange for C compilation throughout the tree to get
13886 C_SWITCH_SYSTEM from the configuration files.
13887 * configure: Extract C_SWITCH_SYSTEM from the machine and
13888 system-dependent files, and save it in the top-level Makefile.
13889 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
13890 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
13891
13892 * make-dist: Include the VMS support files in oldXMenu in the
13893 distribution.
13894
13895 * configure: Doc fix.
13896
13897 * configure: Fix corrupted config_h_opts.
13898
13899 * configure: Properly report option names in error messages.
13900
13901 * configure: Properly recognize --x-includes and --x-libraries
13902 options.
13903
13904 * configure: Fix syntax errors in code handling XFree386.
13905
13906 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13907
13908 * configure: Add special code to detect XFree386, and tell
13909 config.h about it.
13910
13911 * configure: Properly handle extracting values of LIBS_MACHINE and
13912 LIBS_SYSTEM that contain spaces.
13913
13914 * configure: Add `--x-includes' and `--x-libraries' options.
13915 I think these are dopey, but no less than three alpha testers, at
13916 large sites, have said they have their X files installed in odd
13917 places. Implement them by setting C_SWITCH_X_SITE and
13918 LD_SWITCH_X_SITE in src/config.h.
13919
13920 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13921
13922 * make-dist: Don't distribute etc/Old files.
13923
13924 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
13925 backups.
13926
13927 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13928
13929 * make-dist: Fix typo.
13930
13931 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13932
13933 * make-dist: Corrected typo, fixed it to discard = and TAGS files
13934 in some cases where it should but didn't seen to.
13935
13936 * Makefile.in: Added unlock and relock productions.
13937
13938 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13939
13940 * make-dist: Add a --compress option to force make-dist to use
13941 compress.
13942
13943 * make-dist: Use gzip, if we can find it.
13944
13945 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
13946 make rs6000-ibm-aix default to -aix32.
13947
13948 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13949
13950 * Makefile.in: Added `Developer's configuration' section.
13951
13952 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13953
13954 * Makefile.in: Add commented-out variable settings for developer's
13955 configuration.
13956
13957 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13958
13959 * make-dist: Distribute `src/bitmaps' too.
13960
13961 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
13962
13963 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
13964 make rs6000-ibm-aix default to -aix32.
13965
13966 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13967
13968 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
13969
13970 * Makefile.in (install.sysv): Add a second `$' in front of
13971 `${dest}', so that the shell will expand it, instead of Make.
13972
13973 * configure: When processing the name of the configure script,
13974 collapse `././' to `./', but leave a single `./' prefix alone.
13975
13976 * configure: Doc fix.
13977
13978 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13979
13980 * configure: Handle isc3.0 correctly.
13981
13982 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13983
13984 * make-dist: Don't try to copy the COPYING notice into
13985 external-lisp; we're not distributing that directory any more.
13986
13987 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13988
13989 * Makefile.in (install, install.aix, install.xenix, install.sysv):
13990 Remove CVS subdirectories from the installed directory trees, as
13991 well as RCS directories.
13992
13993 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13994
13995 * make-dist: Only copy gmalloc.c if we couldn't link it.
13996 Don't try to copy man/{README,Makefile} unless they actually exist.
13997
13998 * Makefile.in (lisppath): Don't include externallispdir in this.
13999 We're not sure whether we're even going to distribute the
14000 directory yet.
14001
14002 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14003
14004 * make-dist: Don't distribute the external-lisp directory anymore.
14005 * INSTALL: Remove all references to external-lisp.
14006
14007 * configure: Detect whether the compiler supports `const'
14008 properly, and edit src/config.h accordingly.
14009
14010 * configure: Tweak layout of final report.
14011
14012 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
14013 CFLAGS.
14014
14015 * Makefile.in (locallisppath): Make this default to
14016 ${datadir}/emacs/site-lisp, instead of
14017 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
14018 the same thing, and local-lisp causes completion conflicts with
14019 lock.
14020 (lisppath): Add ${externallispdir} to this.
14021 * INSTALL: Adjust installation directions.
14022
14023 * Makefile.in (externallispdir): New variable, to say where to
14024 install the externally-maintained lisp files.
14025 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
14026 the others.
14027 * INSTALL: Describe external-lisp and the new externallispdir
14028 variable.
14029
14030 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14031
14032 * configure (progname): New option `--with-gcc'. Make it clearer
14033 how we are trying to guess whether or not we have GCC.
14034 * INSTALL: Document the `--with-gcc' option, and improve
14035 description of `--with-x' options.
14036
14037 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14038
14039 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
14040 ${infodir} from these variables; we have written out explicit code
14041 to install the info files.
14042
14043 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
14044
14045 * make-dist: Don't distributed the RCS files in the etc directory.
14046
14047 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14048
14049 * Makefile.in: Some makes can't handle comments in the middle of
14050 commands; move them to before the whole rule.
14051
14052 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14053
14054 * README: Mention what Emacs is.
14055
14056 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14057
14058 * make-dist: Include `./lisp/calc-2.02' in the distribution.
14059 Add `./cpp' and `./man' back into the distribution.
14060
14061 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14062
14063 * Makefile.in: Define MAKE, and use where appropriate.
14064
14065 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14066
14067 * make-dist: Remember that the authoritative COPYING notice is
14068 `etc/COPYING', not `../etc/COPYING'.
14069
14070 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14071
14072 * make-dist: Make sure that the COPYING notices in each directory
14073 are copies, not symlinks.
14074
14075 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14076
14077 * INSTALL: The build process produces an executable called `emacs'
14078 now. Change references.
14079 * Makefile.in: Adjust `install.mumble' targets to install
14080 `src/emacs', not `src/xemacs'.
14081
14082 * configure: Start with a blank line; this keeps some old CSH's
14083 from thinking it's a CSH script. Most systems will just use
14084 /bin/sh to run it, which is what we're expecting; the only other
14085 shells which might try to interpret it themselves are probably
14086 Bourne-compatible.
14087
14088 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14089
14090 * INSTALL: Improvements suggested by David Mackenzie.
14091
14092 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14093
14094 * Makefile.in (install, install.sysv, install.xenix, install.aix):
14095 Don't try to copy the info files if there aren't any; the
14096 unexpanded globbing pattern disappoints `install'. Ignore the
14097 return status of that command.
14098
14099 * INSTALL: Updated for new configuration arrangement.
14100
14101 * configure: Don't make the top-level Makefile read-only - people
14102 may want to edit the values of the path variables.
14103
14104 * Makefile.in (install, install.sysv, install.xenix, install.aix):
14105 Install the info files in ${infodir}. Install the executable
14106 under both `emacs' and `emacs-VERSION'.
14107
14108 * Makefile.in: Doc fix.
14109
14110 * Makefile.in (exec_prefix): New variable, as per latest version
14111 of coding standards.
14112 (bindir, libdir): Use it, instead of `prefix'.
14113 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
14114
14115 * Makefile.in (mandir): Make the default value for this depend on
14116 $(prefix).
14117
14118 * Makefile.in (datadir, statedir, libdir): Make these all default
14119 to ${prefix}/lib.
14120 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
14121 Adjust to compensate.
14122
14123 * Makefile.in (install, install.sysv, install.xenix, install.aix):
14124 Install the etags and ctags man pages too.
14125
14126 * Makefile.in (distclean): Don't delete backup files; that's the
14127 job of extraclean.
14128 (extraclean): Like distclean, but deletes backup and autosave files.
14129
14130 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14131
14132 Make path specification conform to GNU coding standards.
14133 * configure (long_usage): Remove all traces of old arguments from
14134 usage messages, and document the options we do accept in more
14135 detail: -with-x... and --srcdir.
14136 (options, boolean_opts): Delete; we don't have enough options to
14137 make this worthwhile.
14138 (prefix, bindir, lisppath, datadir, libdir, lockdir): Delete,
14139 along with the code which supported them; these should be set as
14140 arguments to the top-level make.
14141 (config_h_opts): Since this no longer doubles as a list of option
14142 names, make them upper case; this simplifies the code which uses
14143 them to build the sed command to edit src/config.h. Change the
14144 code which sets them.
14145 (cc, g, O): Don't allow the user to set these using options; they
14146 should be specified using `CC=' and `CFLAGS=' arguments to the
14147 top-level make. Just choose reasonable default values for them,
14148 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
14149 values.
14150 (gnu_malloc, rel_alloc): Don't allow the user to set these using
14151 options; use them whenever the configuration files say they're
14152 possible.
14153 Simplify the argument processing loop. Don't accept abbreviations
14154 for option names; these might conflict with other configuration
14155 options in the future.
14156 Add some support for the `--srcdir' option. Check for the sources
14157 in . and .. if `--srcdir' is omitted. If the directories we will
14158 compile in don't exist yet, create them under the current directory.
14159 Note that the rest of the build process doesn't really support
14160 this.
14161 Edit only the top Makefile. That should edit the others.
14162 Edit into the makefile: `version', from lisp/version.el, `configname'
14163 and `srcdir' from the configuration arguments, `CC' and
14164 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
14165 the user's path, and LOADLIBES as gleaned from the system
14166 description files.
14167 Simplify the report generated; it doesn't need to include any
14168 description of paths now.
14169 Make `config.status' exec configure instead of just calling it, so
14170 there's no harm in overwriting `config.status'.
14171 * Makefile.in (version, configname): New variables, used to choose
14172 the default values for datadir and libdir.
14173 Path variables rearranged into two clearer groups:
14174 - In the first group are the variables specified by the GNU coding
14175 standards (prefix, bindir, datadir, statedir, libdir, mandir,
14176 manext, infodir, and srcdir).
14177 - In the second are the variables actually used for Emacs's paths
14178 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
14179 archlibdir), which depend on the first category.
14180 datadir and libdir default to directories under
14181 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
14182 demand.
14183 etcdir and lispdir default to subdirectories of datadir.
14184 archlibdir defaults to libdir.
14185 The new installation tree is a bit deeper than it used to be, so
14186 use the new make-path program in lib-src to build them all.
14187 Always build a new src/paths.h.tmp and then move-if-change it to
14188 src/paths.h, to avoid unnecessary rebuilds while responding to the
14189 right changes.
14190 Remove all mention of arch-lib. Run utility commands from
14191 lib-src, and let the executables be copied into archlibdir when
14192 Emacs is installed.
14193 Add targets for src/Makefile, lib-src/Makefile, and
14194 oldXMenu/Makefile, editing the values of the path variables into
14195 them.
14196 Let lib-src do its own installation.
14197 (datadir): Default to putting data files under
14198 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
14199 (emacsdir): Variable deleted; it would only be confusing to use.
14200 (lispdir, etcdir): Default to ${datadir}/lisp.
14201 (mkdir): Use make-path for this.
14202 (lockdir): Do this in mkdir.
14203 (Makefile): New target.
14204
14205 * configure (usage_message): Rename to long_usage.
14206
14207 * make-dist: Don't bother creating an arch-lib directory; that's
14208 only for installation now.
14209
14210 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14211
14212 * configure: Use GCC-style configuration names, using config.sub.
14213 Change the usage and help messages.
14214
14215 * configure: Initialize window_system, not indow_system.
14216
14217 * configure: Report which window system, compiler, and signal
14218 handler return type we decide to use.
14219
14220 * make-dist: Explain what's going on if config.sub and gmalloc.c
14221 can't be linked. Place the code which copies them near the code
14222 which links the rest of the files around them.
14223
14224 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
14225
14226 * make-dist: Don't bother to distribute src/*.com, or
14227 src/vmsbuild; those have all been moved to `../vms'.
14228
14229 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14230
14231 * make-dist: Don't forget that the way to avoid filenames starting
14232 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
14233 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
14234 couldn't make hard links to, since we have two already, and
14235 perhaps more to come.
14236
14237 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14238
14239 * configure: When editing parameters into lib-src/Makefile, change
14240 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
14241 needs some other flags too.
14242
14243 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14244
14245 * configure: Remove spurious echo of the configuration name.
14246
14247 * make-dist: Don't distribute files in src/m and src/s whose names
14248 begin with `='.
14249
14250 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14251
14252 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
14253 Also LISP_FLOAT_TYPE.
14254
14255 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14256
14257 * make-dist: Copy config.sub, since it's a symbolic link to a file
14258 on another file system.
14259
14260 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14261
14262 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
14263 distribution.
14264
14265 * config.sub: New file, to help us recognize configuration names.
14266 * make-dist: Include it in the distribution.
14267
14268 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14269
14270 * configure: Convert `-' to `_' in specified option names.
14271 Accept options with --. Delete --highpri and --have-x-menu options.
14272 New options --with-x and --with-x10 replace -window-system.
14273 Don't mention options --gnu-malloc, --rel-alloc
14274 or --lisp-float-type in help message.
14275
14276 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14277
14278 * make-dist: Include the `vms' subdirectory in the distribution.
14279
14280 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14281
14282 * configure: Remove lines starting with "# DIST: " when building
14283 lib-src/Makefile and src/Makefile. This allows us to mark the
14284 "Makefile.in" files with explanatory comments which won't also get
14285 stuck in the Makefiles.
14286
14287 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14288
14289 * make-dist: Don't use the '+' operator in the sed regular
14290 expression that extracts the version number from lisp/version.el;
14291 Ultrix sed doesn't seem support the operator. Just double the
14292 operand and use *.
14293
14294 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14295
14296 * Makefile.in: Doc fix.
14297
14298 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
14299
14300 * configure: Rewrite sed command to remove at most one ./ prefix;
14301 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
14302 group.
14303
14304 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14305
14306 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
14307
14308 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14309
14310 * make-dist: Go ahead and build a new TAGS file, unless the
14311 --newer option was specified. Don't try to delete a TAGS file
14312 from etc; it's not kept there, and shouldn't be deleted anyway.
14313
14314 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14315
14316 * make-dist: If the lisp directory contains a default.el, don't
14317 distribute it.
14318
14319 * configure: When searching signal.h for the type of a signal
14320 return handler, make a copy of it, not a symbolic link to it; that
14321 way, it will work on systems that don't have symbolic links.
14322
14323 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
14324
14325 * make-dist: Taught it about vcdiff and rcs2log, added --newer
14326 option for generating incremental distributions. Stopped it from
14327 generating a TAGS file into the distribution; that sucker is
14328 *big*, and easily enough generated with the toplevel makefile.
14329
14330 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14331
14332 * configure: When writing config.status, don't prefix progname
14333 with a '.'; it might be absolute.
14334
14335 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14336
14337 * configure: Choose to use X11 if either /usr/lib/libX11.a or
14338 /usr/include/X11 exist, not only if both exist.
14339
14340 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14341
14342 * make-dist: Make the new external-lisp directory a duplicate of
14343 the external-lisp directory, not the lisp directory.
14344
14345 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14346
14347 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
14348 clean' in arch-lib; it doesn't even have a Makefile.
14349
14350 * Makefile.in (clean, mostlyclean): In the test which tries to
14351 distinguish between the build directory, which should be cleaned,
14352 and the installed directory, which shouldn't, cd to `${emacsdir}',
14353 not `${DESTDIR}${LIBDIR}'.
14354
14355 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14356
14357 * make-dist: Be sure to delete the .c and .h files that YACC and
14358 BISON create from getdate.y.
14359
14360 * external-lisp: New directory; see `external-lisp/README'.
14361 * make-dist: Added support for the external-lisp subdirectory.
14362
14363 * make-dist: Changed message which complains that make-dist wasn't
14364 invoked in the right directory to indicate which files it was
14365 looking for.
14366
14367 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14368
14369 * configure: Add comments explaining why we can't translate
14370 character ranges or control characters in `tr'.
14371
14372 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14373
14374 * configure: When generating the configuration message, we used to
14375 build the message from the start so that each line began with "# "
14376 so that it would be a comment in `config.status'. However, this
14377 causes trouble if any of the variables we use in the message
14378 expand to more than one line of text - as gnu_malloc_reason
14379 sometimes does. So instead, we build the message as it should be
14380 printed to the user (i.e. without the "# " prefixes), and stick on
14381 the "# "s when we write it to `config.status'.
14382
14383 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
14384 `lib-src' and `arch-lib'.
14385
14386 * configure: When generating report and `config.status' file, note
14387 that bindir only determines where `make install' and
14388 `build-install' will place the executables; this should make it
14389 clear that the ordinary build process will not try to install
14390 things.
14391
14392 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
14393
14394 * make-dist: Change messages to say that we are 'making links to
14395 X', rather than 'copying X'. And put `' quotes around file names.
14396
14397 * make-dist: Include '.tmp' in the name of the staging directory.
14398
14399 * make-dist: Pass the `-f' option to rm when you're not sure that
14400 the files you're removing actually exist.
14401
14402 * make-dist: When setting up etc/COPYING, always nuke whatever is
14403 there, and then copy it in, to make sure we get a real file.
14404
14405 * make-dist: Don't try to distribute *.defns files any more.
14406 The only such file was for simula.el, which has been superseded by a
14407 version which doesn't have a separate .defns file.
14408
14409 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
14410
14411 * make-dist: Don't distribute configured versions of config.h.in,
14412 paths.h.in, Makefile.in in src.
14413
14414 * configure: Delete .tmp files before creating them; don't bother
14415 trying to make final targets writable first, since it won't
14416 matter to move-if-change.
14417
14418 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14419
14420 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
14421 mkdir and chmod in the center of all the conditionals. GNU Make
14422 will strip these out, but other makes won't.
14423
14424 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14425
14426 * make-dist: Include move-if-change in list of files to distribute.
14427
14428 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14429
14430 * configure: Remove any "." elements from the program name.
14431
14432 * configure: Don't record the values of all the possible arguments
14433 in config.status; only record the options that the user specified.
14434
14435 * configure: Use move-if-change to move in the new src/config.h.
14436
14437 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
14438
14439 * move-if-change: New file, copied from gcc release.
14440 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
14441 a temp file, so we don't update paths.h if an error occurs or if
14442 it doesn't need changing.
14443
14444 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14445
14446 * Makefile.in (src/paths.h): Do not install a value for the
14447 PATH_SUPERLOCK value; that macro doesn't exist anymore.
14448 * build-install.in: Same thing.
14449
14450 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14451
14452 * make-dist: Check the flag called "make_tar", not "make_dir"; the
14453 latter, being a typo, is always false, resulting in a program
14454 whose default behavior is to painstakingly build a copy of the
14455 source tree, and then delete it. Rah.
14456
14457 * Makefile.in: Add dist target, and comment for it.
14458
14459 * configure: When scanning <signal.h> for a declaration for
14460 signal, create a symbolic link with a name ending in .c, so the
14461 compiler won't complain that it's only been given .h files.
14462
14463 * configure: Check whether there are any arguments available
14464 before shifting to get the value of a non-boolean parameter.
14465
14466 * make-dist: Doc fix.
14467
14468 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14469
14470 * configure: Instead of grepping /usr/include/signal.h for a
14471 signal declaration, run /usr/include/signal.h or
14472 /usr/include/sys/signal.h through cpp and grep for the
14473 declaration.
14474
14475 * configure: Redirect the output of grep to /dev/null instead of
14476 using grep -s - that flag means different things on other systems.
14477
14478 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
14479 since the former is recognizable even if you don't know what
14480 'dumping' is.
14481 * configure: Accommodate that change.
14482
14483 * configure: Accept options for all of the directories you can
14484 change in the Makefile.
14485
14486 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
14487
14488 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
14489 FOO before you can use them.
14490
14491 * build-install.in: Made the "Where To Install Things" section
14492 conform with the similar section from Makefile.in. Copied section
14493 which builds src/paths.h from src/paths.h.in from the Makefile.
14494
14495 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14496
14497 * configure: Write config.status to pass its command-line
14498 arguments on to configure, so that people can use it to recreate
14499 an old configuration, with minor changes.
14500
14501 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14502
14503 * configure: Don't rely on option variables being unset if their
14504 values are the empty string. In particular, when producing the
14505 English report, don't assume that highpri will be unset when no
14506 increased priority has been requested; -highpri='' should be the
14507 same as omitting -highpri altogether.
14508
14509 * configure: Fix dumb bug: when running the system and machine
14510 description files through cpp, mark those lines that we want to
14511 evaluate with the string '@configure@', and then only evaluate
14512 them. This way if the files include anything that actually
14513 generates text (type definitions or external declarations, say),
14514 we won't try to eval it.
14515
14516 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14517
14518 * make-dist: New shell script.
14519
14520 * configure: When creating foo from foo.in, make foo read-only to
14521 remind people to edit the .in file instead.
14522
14523 * INSTALL: Changed references to config.h-dist to config.h.in.
14524 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
14525 to build src/paths.h from src/paths.h.in; added a paragraph to do
14526 this.
14527 * configure, Makefile, build-install: Changed filenames like
14528 FOO-dist to FOO.in.
14529
14530 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14531
14532 * Makefile, build-install: Renamed to Makefile.in and
14533 build-install.in; the configure script will edit these to produce
14534 the usable Makefile and build-install.
14535 * configure: Changed to produce ./Makefile, ./build-install,
14536 lib-src/Makefile, and src/Makefile from their *.in counterparts,
14537 instead of editing them in place.
14538
14539 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14540
14541 * Makefile: Re-arranged so that the undumped Emacs will search
14542 ../lisp *after* the site's local elisp files.
14543 (locallisppath, dumplisppath): New variables.
14544 (lisppath): This variable's default value is now chosen based on
14545 $(locallisppath) and $(lispdir); while it used to be the
14546 customization point for adding site-local elisp directories to
14547 load-path, that job is now handled mostly by locallisppath.
14548 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
14549 Check the values being assigned to the *LOADSEARCH macros for null
14550 path elements (like '::' in 'foo::bar').
14551
14552 * configure: When checking if the machine- and system-dependent
14553 files define a particular macro or not, actually run them through
14554 CPP and test the macros with #ifs, instead of just grepping for
14555 the macros' names. In particular, check for SYSTEM_MALLOC in this
14556 way.
14557
14558 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14559
14560 * Makefile (install): Don't use -s in install. (Keep the symbols.)
14561
14562 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14563
14564 * configure: Make the config.status file an executable shell
14565 script which will recreate the same configuration. Include the
14566 verbal description of the current configuration as a comment in
14567 the script.
14568 * INSTALL: Doc fix.
14569
14570 * Makefile: Brought the Makefile up to the GNU coding
14571 standards, as described in standards.text:
14572 (TAGS): New name for the target which rebuilds the tags table.
14573 (check): New target; doesn't do anything yet.
14574 (mostlyclean): New target, synonymous with clean.
14575 (realclean): New target. Currently, this just calls the
14576 subdirectories's makefiles and then deletes config.status.
14577 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
14578 New variables.
14579 Installation directory variables changed to conform.
14580 (install, install.sysv, install.xenix, install.aix): Change the
14581 code which copies the directories into their installed location to
14582 allow the installed locations to be in several different
14583 directories; the old version assumed that they would all be in
14584 $(emacsdir).
14585 (mkdir, lockdir): Allow the installed locations to be in several
14586 different directories.
14587 * INSTALL: Doc fix.
14588
14589 * build-install: Use the same variable names as the Makefile.
14590 Allow the installed locations to be in several different
14591 directories.
14592
14593 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14594
14595 * Makefile (src/paths.h): Instead of using a single sed command to
14596 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
14597 separately, and don't forget to append "/!!!SuperLock!!!" to the
14598 value of the PATH_SUPERLOCK macro.
14599
14600 * config.emacs: Renamed to configure, for consistency with other
14601 GNU products. Internal references changed.
14602 INSTALL, Makefile: References changed.
14603
14604 * lock: New directory, which should always be empty. If this
14605 directory doesn't exist, Emacs won't complain; it just won't lock.
14606 Having this here means that people can just unpack Emacs, build
14607 it, and have locking work.
14608
14609 * share-lib: Re-renamed to etc, for the sake of tradition.
14610 * config.emacs: Changed default value for datadir to ../etc.
14611 * INSTALL, README: Adjusted.
14612
14613 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14614
14615 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
14616 by running CPP on the appropriate s/*.h and m/*.h files.
14617
14618 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14619
14620 * config.emacs: Make sure to set the "exit on error" flag once
14621 we've removed config.status; errors should abort the configuration.
14622
14623 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14624
14625 * config.emacs: Added -distribute option, so that the Makefile
14626 paths are in their proper form. I don't know why this matters.
14627
14628 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14629
14630 * local-lisp: New directory, empty in the distribution, for people
14631 to put local elisp code in.
14632 * config.emacs: Include it in the default load path.
14633 * README: Document it.
14634
14635 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14636
14637 * config.emacs: Guess the type of signal handling functions based
14638 on the contents of /usr/include/signal.h.
14639
14640 * config.emacs: Print out progress report messages.
14641
14642 * Makefile (src/paths.h): Don't generically replace
14643 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
14644 editing of the other entries, and each entry should be dealt with
14645 explicitly anyway.
14646
14647 * build-install: Converted from C-shell to Bourne shell.
14648 * config.emacs: Edit build-install properly.
14649
14650 * config.emacs: Doc fix.
14651
14652 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14653
14654 * Makefile (install): Remove `B' from tar xf command.
14655
14656 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14657
14658 * config.emacs: Removed support for the `maintain-environment'
14659 option; the only important difference between this and its absence
14660 has been removed.
14661 * INSTALL: Removed mention of `maintain-environment'.
14662
14663 * config.emacs: Fix arguments to sed when processing boolean
14664 arguments.
14665
14666 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
14667
14668 * config.emacs: New file, to help automate the installation
14669 process.
14670
14671 * Makefile: Lots of changes to support the separation of etc into
14672 architecture-dependent and -independent files:
14673 (EMACSROOT): New variable, giving the directory under which all of
14674 Emacs's libraries should be installed. Changed rest of file to
14675 use it.
14676 (LIBDIR): Now denotes only architecture-dependent dir.
14677 (DATADIR): New variable, denoting architecture-independent dir.
14678 (LOCKDIR): New variable, for completeness.
14679 (SUBDIR): No more etc, new lib-src.
14680 (COPYDIR): No more etc, new arch-lib and share-lib.
14681 (src/paths.h): Set PATH_DATA and the LOCK macros too.
14682 (src): Now depends on lib-src, not etc.
14683 * build-install: Changes parallel to the above.
14684 * README: Describe the new arrangement.
14685
14686 * vms: New subdirectory for all the VMS stuff.
14687
14688 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
14689
14690 * Makefile (LISPPATH): New variable.
14691 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
14692
14693 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
14694
14695 * Makefile (install, install.sysv, install.xenix):
14696 Install wakeup instead of loadst. No need for setuid or setgid.
14697
14698 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14699
14700 * Makefile (clean): Clean etc if that's not the installation dir.
14701
14702 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14703
14704 * Makefile (paths.h): Make sed alter each name in the path.
14705
14706 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14707
14708 * Makefile (install.sysv): Use cpio, not tar.
14709
14710 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14711
14712 * Makefile (lockdir): Rename `lock' target.
14713 Depend on it from install*, not from `all'.
14714
14715 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
14716
14717 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
14718 to match build-install and paths.h.
14719
14720 ;; Local Variables:
14721 ;; coding: utf-8
14722 ;; End:
14723
14724 Copyright (C) 1993-1999, 2001-2015 Free Software Foundation, Inc.
14725
14726 This file is part of GNU Emacs.
14727
14728 GNU Emacs is free software: you can redistribute it and/or modify
14729 it under the terms of the GNU General Public License as published by
14730 the Free Software Foundation, either version 3 of the License, or
14731 (at your option) any later version.
14732
14733 GNU Emacs is distributed in the hope that it will be useful,
14734 but WITHOUT ANY WARRANTY; without even the implied warranty of
14735 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14736 GNU General Public License for more details.
14737
14738 You should have received a copy of the GNU General Public License
14739 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.