Merge from emacs-24; up to 2014-06-03T06:51:18Z!eliz@gnu.org
[bpt/emacs.git] / ChangeLog
CommitLineData
90de50e2 12014-06-15 Paul Eggert <eggert@cs.ucla.edu>
50bee071
PE
2
3 Port part of the AIX fix to Solaris (Bug#17598).
4 * configure.ac (_REENTRANT): Define on Solaris if HAVE_PTHREAD.
5 This ports part of the recent AIX fixes to Solaris. It is needed
6 for the same reason that _THREAD_SAFE is needed on AIX, e.g., to
7 make sure that each thread has its own 'errno'.
8
f9d80c51
GM
92014-06-13 Glenn Morris <rgm@gnu.org>
10
11 * Makefile.in (CC, CFLAGS, LDFLAGS, CPPFLAGS, abs_top_srcdir):
12 Remove, no longer used.
13 (lib, lib-src, lisp, nt, src, blessmail, install-arch-dep)
14 (install-nt, install-strip, uninstall, uninstall-nt)
15 (mostlyclean, clean, distclean, bootstrap-clean)
16 (maintainer-clean, extraclean, TAGS, tags, check, $(DOCS)):
17 ($(INSTALL_DOC), $(UNINSTALL_DOC), info, bootstrap, check-declare):
18 GNU make automatically passes command-line arguments to sub-makes.
19
faded0b1
PE
202014-06-11 Paul Eggert <eggert@cs.ucla.edu>
21
22 Use a shell function in configure.ac to cut down on code duplication.
23 * configure.ac (emacs_check_gnu_make): New shell function.
24 Use it to avoid duplication when checking for GNU Make.
25 It's OK for 'configure' to use shell functions these days,
26 as long as we follow the advice in the 'Shell Functions'
27 section of the Autoconf manual.
28
b12e56ab
GM
292014-06-11 Glenn Morris <rgm@gnu.org>
30
31 * configure.ac: Require at least version 3.81 of GNU make.
32
ec4a3347
PE
332014-06-10 Paul Eggert <eggert@cs.ucla.edu>
34
35 Rely on AC_CANONICAL_HOST to detect whether we're using mingw.
36 See the thread containing:
37 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00206.html
38 * configure.ac (AC_CANONICAL_HOST): Invoke this as early as we
39 can, which is just after AM_INIT_AUTOMAKE. Then check for mingw
40 just after that.
41
40abffe4
GM
422014-06-10 Glenn Morris <rgm@gnu.org>
43
61784fd1
GM
44 * Makefile.in (AUTOCONF, AUTOMAKE, AUTOHEADER, ACLOCAL):
45 New, set by configure. Use throughout where appropriate.
46
40abffe4
GM
47 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
48 * configure.ac (INFO_EXT, INFO_OPTS): Remove output variables.
49
36cf8493 502014-06-08 Paul Eggert <eggert@cs.ucla.edu>
a0e26ff0
PE
51
52 Port better to AIX (Bug#17598).
53 * configure.ac (with_xpm_set): New shell var.
54 (_THREAD_SAFE): Define on AIX if HAVE_PTHREAD.
55 (with_xpm): Default to 'no' on AIX.
56 (LIBXPM): Append -lXpm if -lXaw is also used, as the latter
57 requires the former on AIX.
58
4545be9d
PE
592014-06-05 Paul Eggert <eggert@cs.ucla.edu>
60
61 Try harder to find GNU Make when configuring.
62 * configure.ac (AC_PROG_MAKE_SET): Define a dummy.
63 (MAKE): Set it to GNU Make, if one can be found.
64 Search PATH for 'make', 'gmake', 'gnumake'.
65 This works better on platforms like AIX, where GNU Make
66 might be in /opt/freeware/bin/make, and reside
67 behind /usr/bin/make in the PATH.
68
ea633fff
DA
692014-06-05 Dmitry Antipov <dmantipov@yandex.ru>
70
71 * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.
04ee0de0 72 * INSTALL: Mention SVG image support.
ea633fff 73
444060a5
PE
742014-06-05 Paul Eggert <eggert@cs.ucla.edu>
75
76 * configure.ac: --without-all now implies --without-xft, --disable-acl.
77 * INSTALL: Remove apparently unmaintained documentation about what
78 --without-all exactly means.
79
89b36202
EZ
802014-06-03 Eli Zaretskii <eliz@gnu.org>
81
82 * configure.ac (C_HEAP_SWITCH): Remove.
83
953e106a 842014-06-02 Paul Eggert <eggert@cs.ucla.edu>
1915d8d6
PE
85
86 Fix port to 32-bit AIX with xlc (Bug#17598).
87 This doesn't fix Bug#17598, but it does fix a regression since Emacs
88 built with xlc until recently, and perhaps it'll help us fix Bug#17598.
89 * configure.ac (GC_SETJMP_WORKS): Define for AIX, too.
90 Merge from gnulib, incorporating:
91 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
92 * lib/ftoastr.c: Update from gnulib.
93
eed652d6
PE
942014-06-01 Paul Eggert <eggert@cs.ucla.edu>
95
96 Merge from gnulib, incorporating:
97 2014-06-02 acl: apply pure attribute to two functions
98 2014-06-01 gnulib-common.m4: add _GL_UNUSED_LABEL
99 2014-05-31 dup2, fcntl, fcntl-h: port to AIX 7.1
100 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
101 * lib/acl-internal.h, lib/fcntl.in.h, lib/ftoastr.h:
102 * m4/dup2.m4, m4/fcntl.m4, m4/gnulib-common.m4:
103 Update from gnulib.
104
89187af1
JB
1052014-06-01 Juanma Barranquero <lekktu@gmail.com>
106
107 * configure.ac (C_HEAP_SWITCH): Raise HEAPSIZE value for 32-bit
108 builds on Windows.
109
acc16b66
PE
1102014-05-29 Paul Eggert <eggert@cs.ucla.edu>
111
112 * configure.ac (pthread_sigmask): Look in LIB_PTHREAD too (Bug#17561).
113 Fixes configuration glitch found in <http://bugs.gnu.org/17561#59>.
114
7479dd3e
EZ
1152014-05-29 Eli Zaretskii <eliz@gnu.org>
116
117 * configure.ac (ADDSECTION, TEMACS_POST_LINK): Don't compute,
118 unused.
119
035159ed
PE
1202014-05-29 Paul Eggert <eggert@cs.ucla.edu>
121
122 Don't substitute sigprocmask for pthread_sigmask (Bug#17561).
123 sigprocmask isn't portable in a multithreaded process.
124 * configure.ac (gl_THREADLIB): Remove dummy.
125 Merge from gnulib, incorporating:
126 2014-05-28 pthread_sigmask, timer-time: use gl_THREADLIB only if needed
127 * m4/pthread_sigmask.m4, m4/timer_time.m4: Update from gnulib.
128
2662ca5c
GM
1292014-05-29 Glenn Morris <rgm@gnu.org>
130
131 * configure.ac: Explicitly drop some ancient Solaris versions.
132
587fd086
FP
1332014-05-27 Fabrice Popineau <fabrice.popineau@gmail.com>
134
89187af1 135 * configure.ac (C_HEAP_SWITCH): Define for different values of
587fd086
FP
136 dumped heap size depending on 32/64bits arch on Windows.
137 Don't check for pthreads.h on MinGW32/64, it gets in the way.
138 Use mmap(2) for buffers and system malloc for MinGW32/64.
139
c3e7b943
PE
1402014-05-27 Paul Eggert <eggert@cs.ucla.edu>
141
142 Merge from gnulib, incorporating:
143 2014-05-21 fchdir: port 'open' and 'close' redefinitions to AIX 7.1
144 * lib/openat-proc.c: Update from gnulib.
145
015936fb 1462014-05-26 Paul Eggert <eggert@cs.ucla.edu>
4f4ec76f
PE
147
148 Fix port to 32-bit AIX (Bug#17540).
149 * configure.ac (opsys): On Power Architecture, treat release 7 of
150 AIX like releases 5 and 6.
151
60fc70a8
PE
1522014-05-19 Paul Eggert <eggert@cs.ucla.edu>
153
154 Remove dependencies on getdelim and getline.
155 * configure.ac (getdelim, getline): Remove.
156
337ee6b3
GM
1572014-05-18 Glenn Morris <rgm@gnu.org>
158
159 * configure.ac: Do not bother testing for png in non-graphical builds.
160
0d1b87f9
PE
1612014-05-18 Paul Eggert <eggert@cs.ucla.edu>
162
5eda3a75
PE
163 Port ctags+etags build to Sun C 5.12.
164 * .bzrignore: Remove lib-src/ctags.c.
165
0d1b87f9
PE
166 Port recent libpng changes to hosts with missing png.h.
167 * configure.ac (HAVE_PNG): Port to platforms where libpng-config
168 succeeds but png.h is absent, by testing libpng-config's output
169 rather than trusting it. I ran into this problem when building
170 Emacs trunk on a Solaris 10 host.
171
8208d2bf
PE
1722014-05-17 Paul Eggert <eggert@cs.ucla.edu>
173
174 Assume C99 or later (Bug#17487).
175 * lib/stdarg.in.h, lib/stdbool.in.h, m4/stdarg.m4, m4/stdbool.m4:
176 Remove.
177 * configure.ac (_AC_PROG_CC_C89): Define a dummy, to keep 'configure'
178 smaller.
179 (gl_PROG_CC_C99): Use this to get C99 or later.
180 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
181
c56327b5
PE
1822014-05-16 Paul Eggert <eggert@cs.ucla.edu>
183
184 Don't require pkg-config when building from repository.
185 * INSTALL: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'.
186 * INSTALL.REPO: pkg-config is no longer required to build from
187 the repository.
188 * autogen.sh: Don't check for pkg-config.
189 (progs): Remove pkg-config.
190 (pkg_config_min, AUTORECONF_ENV, env_space, ACLOCAL_PATH):
191 Remove. All uses removed.
192 * m4/pkg.m4: New file, built by admin/merge-pkg-config.
193 * configure.ac: Remove unnecessary m4_pattern_forbid of ^PKG_ and
194 an AC_ARG_VAR of PKG_CONFIG_PATH. pkg.m4 does that for us.
195 (EMACS_CHECK_MODULES): Remove workaround for old pkg-config bug,
196 as we use pkg.m4 from a newer pkg-config.
197
440cef5f
JD
1982014-05-15 Jan Djärv <jan.h.d@swipnet.se>
199
fc51d3e2 200 * configure.ac (LIBPNG): Do not test for libpng if NS_IMPL_COCOA.
440cef5f 201
bd098f41
DA
2022014-05-13 Dmitry Antipov <dmantipov@yandex.ru>
203
d3e5c0ea
DA
204 * configure.ac (HAVE_XFIXES): Define if available.
205 (XFIXES_CFLAGS, XFIXES_LIBS): New AC_SUBSTs.
206 (--enable-link-time-optimization): Add clang support.
bd098f41
DA
207 * INSTALL: Mention it.
208
ffd6d9c4
KY
2092014-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
210
211 * configure.ac (EMACS_CHECK_MODULES): Fix typo in previous change.
212
3c95f44c
PE
2132014-05-11 Paul Eggert <eggert@cs.ucla.edu>
214
215 Work around bug in pkg-config before 0.26 (Bug#17438).
216 * configure.ac (EMACS_CHECK_MODULES): Check for failed exit status
217 of pkg-config, on older pkg-config versions that don't do it
218 properly.
219
98e12950
GM
2202014-05-07 Glenn Morris <rgm@gnu.org>
221
222 * autogen.sh: Check for failing aclocal.
223
e8e2626f
GM
2242014-05-05 Glenn Morris <rgm@gnu.org>
225
226 * autogen.sh: Check any pre-existing ACLOCAL_PATH.
227
ec5f5b30
PE
2282014-05-04 Paul Eggert <eggert@cs.ucla.edu>
229
f8c2cef5
PE
230 Consult libpng-config more consistently (Bug#17339).
231 This is mainly for simplicity, but it should also avoid
232 some future problems like the ones we recently had with NetBSD.
233 * configure.ac (LIBPNG): Configure after LIBZ. Use libpng-config
234 for cflags, too. Append -lz if we're not already doing that with
235 LIBZ. Do not bother appending -lm, since we always append that.
236 Coalesce some duplicate code.
237
4a05c50a
PE
238 * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
239
7e00998f
PE
240 Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).
241 * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5.
242 A more-complicated fix would be to remove uses of PixelSetMagickColor,
243 introduced in ImageMagick 6.3.5 (Sept. 2007).
244
3e9fa60a 2452014-05-04 Glenn Morris <rgm@gnu.org>
969aabf2
GM
246
247 * configure.ac (LIBPNG): Consult libpng-config for the precise
248 form of "-lpng" to use. (Bug#17339)
249
c3a435fe
GM
2502014-05-03 Glenn Morris <rgm@gnu.org>
251
252 * autogen.sh: If all else fails, try using pkg-config to find pkg.m4.
253
af3e4d06
PE
2542014-05-03 Paul Eggert <eggert@cs.ucla.edu>
255
541df9f4
PE
256 Get --enable-gcc-warnings to work after touching configure.ac.
257 Preserve ACLOCAL_PATH in later builds, so that by default it has
258 the same value as it did in the first build after initial checkout.
259 * Makefile.in (ACLOCAL_PATH): New macro.
260 ($(srcdir)/aclocal.m4): Use it.
261 * configure.ac (ACLOCAL_PATH): AC_SUBST it.
262 * autogen.sh (env_space): New var.
263 Tell user what variables, if any, to pass to 'configure'.
264
2bafb7c4
PE
265 Get --enable-gcc-warnings working again.
266 The recent changes to configure.ac removed the transliteration of
267 -I to -isystem in CFLAGS, which is needed for --enable-gcc-warnings.
268 Bring this back while keeping the spirit of the recent changes.
269 * configure.ac (edit_cflags): Restore this shell var, and put it
270 at the top level, where it'll be useful when emacs-24 is next merged.
271 (EMACS_CHECK_MODULES): New macro. All uses of PKG_CHECK_MODULES
272 changed to use it.
273
af3e4d06
PE
274 Make it easier on maintainers who use their own Automake.
275 * autogen.sh (ACLOCAL_PATH, AUTORECONF_ENV): New vars.
276 Set them to avoid problems when maintainers prepend their own
277 Automake installations to their PATH. Report an error if pkg.m4
278 can't be found.
279
5253ea1d
GM
2802014-05-02 Glenn Morris <rgm@gnu.org>
281
53a7da76
GM
282 * configure.ac (PKG_CONFIG_PATH): Declare with AC_ARG_VAR.
283
ef9ea0a6
GM
284 * configure.ac (--with-pkg-config-prog): Remove.
285 Use the PKG_CONFIG environment variable instead if you need it.
286
b05e08a4
GM
287 * configure.ac: Use pkg-config's pkg.m4, rather than reinventing it.
288 Add explicit AC_SUBST's where needed.
289 * autogen.sh (progs): Add pkg-config.
290 (pkg_config_min): New variable.
291
cd626254
GM
292 * configure.ac (AC_CONFIG_MACRO_DIR): Use it.
293
5253ea1d
GM
294 * autogen.sh (get_version): Handle no leading whitespace.
295 (check_version, main): Handle program names with hyphens.
296
09b911ad 2972014-04-30 Glenn Morris <rgm@gnu.org>
ca489750
GM
298
299 * configure.ac: Treat MirBSD as OpenBSD. (Bug#17339)
300
b53a667a
DC
3012014-04-21 Daniel Colascione <dancol@dancol.org>
302
303 * .bzrignore: Add a.out to bzr ignore list (a test generates this
304 file).
305
2123570f
PE
3062014-04-19 Paul Eggert <eggert@cs.ucla.edu>
307
308 Link to glib-using libraries when checking for glib (Bug#17289).
309 * configure.ac (XGSELOBJ): Include GTK_LIBS, RSVG_LIBS, etc.
310 when testing whether Glib is linked in. Similarly for CFLAGS.
311
2ff06dac
PE
3122014-04-17 Paul Eggert <eggert@cs.ucla.edu>
313
a3f989d4
PE
314 * GNUmakefile: Speed up 'make bootstrap' in fresh checkout.
315 (ORDINARY_GOALS): New macro, which excludes 'bootstrap'.
316 (bootstrap, .PHONY): New rules.
317 * INSTALL.REPO: Document current procedure better.
318 Move copyright notice to just before license notice.
319
8ac457d5 320 * Makefile.in (FRC, force-info): Remove.
2ff06dac
PE
321 All uses removed. This hack is no longer needed here
322 now that we can assume GNU Make's .PHONY feature works.
8ac457d5 323 (bootstrap): No need to make 'info', since 'all' now implies 'info'.
2ff06dac 324
bf6b4923
EZ
3252014-04-16 Eli Zaretskii <eliz@gnu.org>
326
327 * config.bat: Update for Emacs 24.4.
328
290d7ac2 3292014-04-16 Paul Eggert <eggert@cs.ucla.edu>
13a5993b
PE
330
331 Port to IRIX 6.5 (Bug#9684).
332 This port requires IRIX cc, as I did not have time to get
333 undump working with the old GCC on the system I had access to,
334 but that's better than nothing.
335 * configure.ac (gl_GCC_VERSION_IFELSE): Remove unused macro
336 that wouldn't have worked anyway, with IRIX cc.
337 (emacs_cv_clang, emacs_cv_sanitize_address)
338 (ns_osx_have_104, ns_osx_have_105):
339 Don't assume '#error' makes the compiler fail,
340 as this doesn't work with IRIX cc.
341 (CFLAGS, LIBS): Don't let the GnuTLS results infect later 'configure'
342 checks. This runs afoul of an IRIX configuration where GnuTLS is
343 in an optional library that also contains getdelim, and causes
344 a later 'configure' to incorrectly think getdelim is supported.
345
290d7ac2 3462014-04-16 Eli Zaretskii <eliz@gnu.org>
aa1f3497
EZ
347
348 * configure.ac (LN_S_FILEONLY, LN_S): Use "/bin/ln" on MinGW, to
349 ensure the MSYS ln.exe is invoked.
350
5403b2d3
PE
3512014-04-15 Paul Eggert <eggert@cs.ucla.edu>
352
353 Remove DATA_SEG_BITS.
354 * configure.ac (DATA_SEG_BITS): Remove. All uses removed.
355
93ca4887
PE
3562014-04-14 Paul Eggert <eggert@cs.ucla.edu>
357
6956b278
PE
358 * autogen.sh: Use autoreconf's -f option (Bug#17258).
359
93ca4887
PE
360 Clean up configure-time library handling a bit.
361 This patch was inspired by emacs-24 bzr 116961, which fixed
362 a bug due to sloppy library handling in 'configure'.
363 * configure.ac (LIB_MATH, LIB_PTHREAD, LIBXMU):
364 Use AC_SEARCH_LIBS instead of AC_CHECK_LIB as per Autoconf manual.
365 (LIB_MATH, LIB_PTHREAD, HAVE_X11, IMAGEMAGICK_LIBS, GTK_LIBS)
366 (DBUS_LIBS, LIBXMU, XFT_LIBS, LIBXSM, LIBXML2_LIBS, LIBS_MAIL)
367 (with_kerberos):
368 Don't let the library choice infect $LIBS.
369 (dnet_ntoa, cma_open): Remove obsolete tests.
370 (emacs_pthread_function): Probe for pthread_kill, not pthread_self,
371 as that's a bit more selective on GNU/Linux.
372 (LIBXEXT): Remove.
373 (touchlock): Test for existence when $LIBS_MAIL is in use.
374 (AC_CHECK_FUNCS): Use only $LIB_MATH in addition to $LIBS
375 when testing for typical functions like accept4, lrand48.
376 (random, rint): Remove obsolete HP-UX 9 A.09.05 test.
377
235b3c79
GM
3782014-04-11 Glenn Morris <rgm@gnu.org>
379
380 * make-dist: Do not distribute generated admin/grammars/Makefile.
9b1ac3be 381 Do distribute lib-src/update-game-score.exe.manifest.
235b3c79 382
536aa466 3832014-04-11 Ken Brown <kbrown@cornell.edu>
0cccc183
KB
384
385 * configure.ac (EMACS_MANIFEST): Revert last change (but leave
386 UPDATE_MANIFEST empty).
387
6f287c89 3882014-04-07 Ken Brown <kbrown@cornell.edu>
ebe8e076
KB
389
390 * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these
391 variables empty on Cygwin. (Bug#17176)
392
3a9e7a49
GM
3932014-04-03 Glenn Morris <rgm@gnu.org>
394
395 * make-dist: Further update AC_INIT regexp.
396
09aba815 3972014-04-02 Glenn Morris <rgm@gnu.org>
63adc156
GM
398
399 * configure.ac: Make the final "Does Emacs use Gsettings" message
400 consistent with src/config.h.
401
ce486e0d
JD
4022014-03-31 Jan Djärv <jan.h.d@swipnet.se>
403
404 * configure.ac: Fix errors from previous checkin (GSettings check).
405
b0e04df6
JD
4062014-03-29 Jan Djärv <jan.h.d@swipnet.se>
407
408 * configure.ac: Add check that GSettings is in libgio (Bug#17118).
409
c3153003
GM
4102014-03-28 Glenn Morris <rgm@gnu.org>
411
7b207d6d
GM
412 * configure.ac (AC_INIT): Add "GNU" in package, add bug address.
413 (PACKAGE_BUGREPORT): Use it.
dd694335 414 (make-dist): Update AC_INIT regexp.
7b207d6d 415
c3153003
GM
416 * configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency.
417 (EMACS_CONFIG_FEATURES): New define.
418
ef9b8f2d
PE
4192014-03-27 Paul Eggert <eggert@cs.ucla.edu>
420
421 * configure.ac: Suggest './configure MAKE=gmake' in diagnostic.
422 This tends to work better than 'MAKE=gmake ./configure' if later
423 builds run config.status etc.
424
f6dce6c1
GM
4252014-03-27 Glenn Morris <rgm@gnu.org>
426
427 * configure.ac: Require GNU make.
428 (HAVE_GNU_MAKE): Remove.
429
cefcfbcc
PE
4302014-03-26 Paul Eggert <eggert@cs.ucla.edu>
431
432 Merge from gnulib, incorporating:
433 2014-03-26 strftime: wrap macros in "do {...} while(0)"
434 * lib/strftime.c: Update from gnulib.
435
11ee65af
GM
4362014-03-26 Glenn Morris <rgm@gnu.org>
437
438 * configure.ac (CLASH_DETECTION): Remove option. Every platform
439 supports it, and the runtime option `create-lockfiles' replaces it.
440
dfdce7dc
DC
4412014-03-23 Daniel Colascione <dancol@dancol.org>
442
11ee65af 443 * configure.ac: (Bug#17069) Include GFILENOTIFY objects in glib check.
dfdce7dc 444
7cd43111
GM
4452014-03-22 Glenn Morris <rgm@gnu.org>
446
447 * make-dist: Do not distribute lib-src/testfile.
448
a502d893
EZ
4492014-03-21 Eli Zaretskii <eliz@gnu.org>
450
451 * configure.ac: Bump version to 24.4.50.
452
931be30d
GM
4532014-03-21 Glenn Morris <rgm@gnu.org>
454
455 * Makefile.in (all): Depend on `info'. (Bug#16626)
456
0d181095
PE
4572014-03-07 Paul Eggert <eggert@cs.ucla.edu>
458
459 Merge from gnulib, incorporating:
460 2014-03-04 stdint: fix missing SIZE_MAX on Android
461 2013-03-02 sys_types: avoid autoconf warning about gl_SYS_TYPES_H
462 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
463 * lib/stdint.in.h, lib/sys_types.in.h, m4/sys_types_h.m4:
464 Update from gnulib.
465
bdd85f31
GM
4662014-03-05 Glenn Morris <rgm@gnu.org>
467
468 * configure.ac: Tweak the "unported" error message.
469
59587ee4
PE
4702014-03-05 Paul Eggert <eggert@cs.ucla.edu>
471
f889ebce 472 Fix configuration bug on Solaris 2.5.1 (Bug#16905).
59587ee4
PE
473 * configure.ac: Fix a bug in shell pattern matching that caused
474 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later.
475
cc587404
PE
4762014-02-25 Paul Eggert <eggert@penguin.cs.ucla.edu>
477
478 Merge from gnulib (Bug#16825).
479 2014-02-25 unistd: port readlink to Mac OS X 10.3.9
480
f1037d0b
PE
4812014-02-24 Paul Eggert <eggert@cs.ucla.edu>
482
483 Merge from gnulib, incorporating:
484 2014-02-21 timer: fix uClibc detection of threading
485 2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf
486
526e126f
MK
4872014-02-18 Mirek Kaim <mirek.kaim@outlook.com> (tiny change)
488
489 * configure.ac [HAVE_W32]: Test for ImageMagick. (Bug#16754)
490
96fbe2b9
PE
4912014-02-14 Paul Eggert <eggert@cs.ucla.edu>
492
493 * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).
494 This fixes a bug in the previous change. Also, use $(SHELL)
495 rather than sh, as that's more likely to be portable.
496
89a97129
PE
4972014-02-13 Paul Eggert <eggert@cs.ucla.edu>
498
499 * Makefile.in (install-arch-indep): Simplify (Bug#16717).
500 This should make it more reliable, and hopefully more portable to
501 non-GNU 'make' implementations such as HP-UX 'make'.
502
1a4c95f6
JB
5032014-02-13 Juanma Barranquero <lekktu@gmail.com>
504
505 * Makefile.in (install-nt): Also pass datadir.
506
06c2ec49
PE
5072014-02-05 Paul Eggert <eggert@cs.ucla.edu>
508
509 Merge from gnulib, incorporating:
510 2014-01-23 pthread: work around winpthread header pollution on mingw
511 * lib/time.in.h: Update from gnulib.
512
51fb39ec
PE
5132014-01-23 Paul Eggert <eggert@cs.ucla.edu>
514
515 Merge from gnulib, incorporating:
516 2014-01-22 qacl: check for fchmod
517 * m4/acl.m4: Update from gnulib.
518
dc217d01
PE
5192014-01-22 Paul Eggert <eggert@cs.ucla.edu>
520
521 Fix miscellaneous update-game-score bugs.
522 * configure.ac (difftime): Remove.
523
cec62009
PE
5242014-01-20 Paul Eggert <eggert@cs.ucla.edu>
525
526 Merge from gnulib, incorporating:
527 2014-01-20 stdalign: port to HP-UX compilers
528 2014-01-16 strtoimax: port to platforms lacking 'long long'
529 2014-01-16 update from texinfo
2fb6d9c6 530 * lib/stdalign.in.h, lib/strtoimax.c: Update from gnulib.
cec62009 531
4efa3f1e
GM
5322014-01-12 Glenn Morris <rgm@gnu.org>
533
534 * README: Replace reference to etc/MAILINGLISTS.
535
e05d3a05
FP
5362014-01-11 Fabrice Popineau <fabrice.popineau@gmail.com>
537
538 * configure.ac: Read $srcdir/nt/mingw-cfg.site when $MSYSTEM is
539 "MINGW64" as well.
540
bada50fc
PE
5412014-01-11 Paul Eggert <eggert@cs.ucla.edu>
542
543 Merge from gnulib, incorporating:
544 2014-01-07 update from texinfo
545 2014-01-06 md5, sha1, sha256, sha512: support older autoconf
546
31466836
ER
5472014-01-09 Eric S. Raymond <esr@thyrsus.com>
548
549 * INSTALL, configure.ac, etc/CONTRIBUTE, nt/INSTALL: Remove
550 unnecessarily specific references to Bazaar that could better
551 simply be to the repository.
552
ac4c50ad
ER
5532014-01-08 Eric S. Raymond <esr@thyrsus.com>
554
38942b9c
GM
555 * INSTALL.BZR: Rename to INSTALL.REPO. Remove refs to specific VCS.
556 * INSTALL, autogen.sh: Update for above change.
ac4c50ad 557
81da295e
PE
5582014-01-05 Paul Eggert <eggert@cs.ucla.edu>
559
560 Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).
561 Problem and proposed patch reported by Ulrich Mueller;
562 this patch uses a somewhat-different approach.
563 * configure.ac (SETFATTR): New variable.
564
3d814710
PE
5652014-01-03 Paul Eggert <eggert@cs.ucla.edu>
566
567 Merge from gnulib, incorporating:
568 2014-01-02 manywarnings: remove -Wmudflap
569 This ports better to GCC 4.9-to-be.
570
bd717ca4
FP
5712013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
572
573 * configure.ac (canonical, C_SWITCH_SYSTEM): Support a 64-bit
574 MinGW64 build on MS-Windows.
575
830506d9
JD
5762013-12-29 Jan Djärv <jan.h.d@swipnet.se>
577
578 * configure.ac (xcsdkdir): Only set if using xcrun.
579
a7f7e547
PE
5802013-12-29 Paul Eggert <eggert@cs.ucla.edu>
581
582 * configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem.
583 Reported by YAMAMOTO Mitsuharu in:
584 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00995.html
585
5f27a1b0
JD
5862013-12-28 Jan Djärv <jan.h.d@swipnet.se>
587
588 * configure.ac: Fix CC detection for xcrun case.
589
1d7701a4
PE
5902013-12-28 Paul Eggert <eggert@cs.ucla.edu>
591
592 Fix problem with MAKE and xcrun configuration.
593 * configure.ac: Don't set MAKE unless 'make' doesn't work.
594 Set it only in the environment, not in the makefile.
595 Problem reported by Glenn Morris in:
596 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html
597
5eedd0b9
PE
5982013-12-27 Paul Eggert <eggert@cs.ucla.edu>
599
600 Port xcrun configuration to GNU/Linux.
601 * configure.ac (xcsdkdir): Default to empty.
602 (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to
603 just before AM_INIT_AUTOMAKE, to make the dependency between it
604 and automake clearer.
605 (CC): Don't use AC_PROG_CC twice; only the first use expands to the
606 shell code that is wanted, which breaks 'configure' on non-Darwin
607 platforms. Instead, fix CC by hand if it's not found.
608
7c8114cb
JD
6092013-12-27 Jan Djärv <jan.h.d@swipnet.se>
610
611 * configure.ac: Detect xcrun on OSX and use it for make, gcc and
612 libxml.
613
e76119d7
PE
6142013-12-26 Paul Eggert <eggert@cs.ucla.edu>
615
616 Fix core dumps with gcc -fsanitize=address and GNU/Linux.
617 * configure.ac: Check whether addresses are sanitized.
618 (CANNOT_DUMP): Warn if addresses are sanitized and not CANNOT_DUMP.
619 (DOUG_LEA_MALLOC): Do not define if addresses are sanitized.
620 (SYSTEM_MALLOC): Define if addresses are sanitized.
621
9ebada6a
PE
6222013-12-24 Paul Eggert <eggert@cs.ucla.edu>
623
624 Automate the procedure for updating copyright year.
625 * build-aux/update-copyright: New file.
626 * make-dist: Distribute it.
627 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
9ebada6a 628
4157ea7f
AS
6292013-12-23 Andreas Schwab <schwab@linux-m68k.org>
630
631 * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
632 AC_CONFIG_HEADERS.
633
4094a772
RS
6342013-12-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
635
636 * .gitignore: Ignore refcard temporaries and info/*.info files.
637
e9ad5665
PE
6382013-12-17 Paul Eggert <eggert@cs.ucla.edu>
639
640 Merge from gnulib, incorporating:
641 2013-12-17 gettimeofday: port recent C++ fix to Emacs
642 2013-12-17 gettimeofday: fix C++ crosscompilation
643 2013-12-17 qacl: port to Windows better
644 * lib/file-has-acl.c, lib/time.in.h, m4/gettimeofday.m4, m4/time_h.m4:
645 Update from gnulib.
646 * lib/gnulib.mk: Regenerate.
647
062727ce
PE
6482013-12-16 Paul Eggert <eggert@cs.ucla.edu>
649
650 * INSTALL: Clarify treatment of image libraries.
651
96c06863
PE
6522013-12-14 Paul Eggert <eggert@cs.ucla.edu>
653
654 Use bool for boolean, focusing on headers.
655 * configure.ac (PTY_OPEN, GC_MARK_SECONDARY_STACK):
656 Use bool for boolean.
657
6084a28b
DM
6582013-12-14 Dani Moncayo <dmoncayo@gmail.com>
659
c07ff981
DM
660 * configure.ac (srcdir) [MINGW32]: If it is an absolute path,
661 force the format "/c/foo/bar" to simplify conversions to native
662 windows format.
6084a28b 663
06a4f110
GM
6642013-12-13 Glenn Morris <rgm@gnu.org>
665
666 * INSTALL: No longer mention load-path and site-init/site-load.
667
62bd73fa
GM
6682013-12-12 Glenn Morris <rgm@gnu.org>
669
b55e11bf
GM
670 * Makefile.in (install-info): Handle missing info/dir.
671 (info_dir_deps): New variable.
672 (${srcdir}/info/dir): Depend on .texi files rather than .info files.
673 (check-info): Update topics.
674 * build-aux/make-info-dir: Use .texi files rather than .info files.
675 Update topics.
676
e035a207
GM
677 * Makefile.in (install-info): Remove some useless subshells.
678
62bd73fa
GM
679 Stop keeping info/dir in the repository.
680 * build-aux/dir_top: Move here from admin/.
681 * build-aux/make-info-dir: New script.
682 * Makefile.in (bootstrap-clean): Delete info/.
683 (info-dir, ${srcdir}/info/dir): New rules.
684 (info): Also make info-dir.
685 (check-info): Rename from check-info-dir.
686 Instead of info/dir entries, check @dircategory in info/*.info.
687 * make-dist: Use `info' rule rather than `info-real'.
688 No more info/COPYING (not even the right license for info/ files).
89f01d7d
GM
689 Distribute new build-aux files.
690
62bd73fa
GM
691 * info/: Remove from repository.
692
89793882
GM
6932013-12-11 Glenn Morris <rgm@gnu.org>
694
695 * info/dir: Add octave-mode.
696
a8f9bc05
PE
6972013-12-11 Paul Eggert <eggert@cs.ucla.edu>
698
699 Remove the option of using libcrypto.
700 This scorches the earth and waits for spring;
701 see Ted Zlatanov and Stefan Monnier in
702 <http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>.
703 * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove.
704 Do not say whether Emacs is configured to use a crypto library,
705 since it's no longer an option.
706 (gl_CRYPTO_CHECK): Define a dummy.
707 * lib/gl_openssl.h, m4/gl-openssl.m4: Remove.
708
7d01e13c
PE
7092013-12-10 Paul Eggert <eggert@cs.ucla.edu>
710
711 * configure.ac: Disable libcrypto by default.
712
713 Merge from gnulib, incorporating:
714 2013-12-07 md5, sha1, sha256, sha512: fix link error with partial lib
715 * m4/gl-openssl.m4: Update from gnulib.
716
83a5a2c8
EZ
7172013-12-08 Eli Zaretskii <eliz@gnu.org>
718
719 * configure.ac (HAVE_RSVG) [mingw32]: Don't link against librsvg
720 statically.
721
e9551b12
PE
7222013-12-08 Paul Eggert <eggert@cs.ucla.edu>
723
3bc9da32
PE
724 * configure.ac: Simplify supression of GTK deprecation warning.
725 Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line
726 and into config.h, to shorten the command line when doing 'make'.
727 Don't AC_SUBST GTK_CFLAGS, as this is not needed.
728
e9551b12
PE
729 Use libcrypto's checksum implementations if available, for speed.
730 On commonly used platform libcrypto uses architecture-specific
731 assembly code, which is significantly faster than the C code we
732 were using. See Pádraig Brady's note in
733 <http://lists.gnu.org/archive/html/bug-gnulib/2013-12/msg00000.html>.
734 Merge from gnulib, incorporating:
735 2013-12-07 md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
736 2013-12-07 md5, sha1, sha256, sha512: add 'auto', and set-default method
737 2013-12-04 include_next: minimize code duplication
738 2013-12-03 md5, sha1, sha256, sha512: support mandating use of openssl
739 2013-12-02 md5, sha1, sha256, sha512: use openssl routines if available
740 * configure.ac (--without-all): Set with_openssl_default too.
741 Use gl_SET_CRYPTO_CHECK_DEFAULT to default to 'auto'.
742 (HAVE_LIB_CRYPTO): New var.
743 Say whether Emacs is configured to use a crypto library.
744 * lib/gl_openssl.h, m4/absolute-header.m4, m4/gl-openssl.m4:
745 New files, copied from gnulib.
746 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
747 * lib/md5.c, lib/md5.h, lib/sha1.c, lib/sha1.h:
748 * lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
749 * m4/include_next.m4, m4/md5.m4, m4/sha1.m4, m4/sha256.m4, m4/sha512.m4:
750 Update from gnulib.
751
52789f7f
DG
7522013-12-01 Dmitry Gutov <dgutov@yandex.ru>
753
0449d6cd 754 * .dir-locals.el (log-edit-move): Add the "Author: " header.
52789f7f 755
a1209bc3
DM
7562013-11-30 Dani Moncayo <dmoncayo@gmail.com>
757
758 * build-aux/msys-to-w32 (w32pathlist): Do not translate paths
759 starting with %emacs_dir%.
760
f9b697dd
GM
7612013-11-30 Glenn Morris <rgm@gnu.org>
762
763 Stop keeping (most) generated cedet grammar files in the repository.
764 * configure.ac (SUBDIR_MAKEFILES, AC_CONFIG_FILES):
765 Add admin/grammars Makefile.
766 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
767 Also clean admin/grammars, if present.
768
04445382
DM
7692013-11-29 Dani Moncayo <dmoncayo@gmail.com>
770
771 * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
772
7cdf484b
SM
7732013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
774
775 * configure.ac (HAVE_MENUS): Remove.
776
0845be75
GM
7772013-11-28 Glenn Morris <rgm@gnu.org>
778
779 * configure.ac (PATH_SEP): Replace with pre-existing SEPCHAR.
780
f7ec0d94
EZ
7812013-11-28 Eli Zaretskii <eliz@gnu.org>
782
16555151
EZ
783 * GNUmakefile (Makefile): Don't use $(CFG).
784 (CFG): Don't compute.
785
f7ec0d94
EZ
786 * configure.ac (PATH_SEP): Set and AC_SUBST.
787
de27f8ab
PE
7882013-11-27 Paul Eggert <eggert@cs.ucla.edu>
789
790 Merge from gnulib, incorporating:
791 2013-11-13 getgroups: work around _DARWIN_C_SOURCE problem
792 * lib/getgroups.c: Update from gnulib.
793
cb6c95a3
GM
7942013-11-27 Glenn Morris <rgm@gnu.org>
795
52d6635f 796 Move ja-dic, quail, leim-list.el from leim to lisp/leim.
cb6c95a3
GM
797 * Makefile.in (abs_builddir, leimdir): Remove.
798 (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory.
799 (epaths-force-w32): No longer set BLD.
800 (leim): Remove.
801 (install-arch-indep): No longer run or install leim.
802 (mostlyclean, clean): No longer run leim rule.
803 (bootstrap-clean): Change leim target.
804 (maintainer-clean): Add leim.
805 (check-declare): Remove leim.
806 * README: Update for leim changes.
807 * configure.ac (leimdir): Remove.
808 (standardlisppath): No more leimdir.
809
810 * make-dist: Update for files from leim/ now being in lisp/leim/.
811
624780f0
GM
8122013-11-26 Glenn Morris <rgm@gnu.org>
813
814 Preload leim-list.el.
815 * Makefile.in (abs_builddir): New, set by configure.
816 (buildlisppath): Add leim/.
817 (epaths-force-w32): Set BLD.
818
7e8ed4f7
PE
8192013-11-21 Paul Eggert <eggert@cs.ucla.edu>
820
821 Fix some dependency problems that cause unnecessary recompiles.
4e8b6938 822 * configure.ac (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS):
7e8ed4f7 823 Remove.
4e8b6938
PE
824 (LIBXMENU): Now is always either empty or a file name,
825 so that it can be used as a dependency.
7e8ed4f7 826
eca4ecba
GM
8272013-11-20 Glenn Morris <rgm@gnu.org>
828
829 * make-dist: Distribute build-aux/msys-to-w32.
830
e976486e
DM
8312013-11-20 Dani Moncayo <dmoncayo@gmail.com>
832
833 * build-aux/msys-to-w32: New file.
834 * Makefile.in (msys_to_w32, msys_lisppath_to_w32): Remove.
835 (msys_w32prefix_subst): Rename from msys_prefix_subst.
836 Operate on w32prefixpattern.
837 (epaths-force-w32): Use build-aux/msys-to-w32.
838
0f679e86
PE
8392013-11-17 Paul Eggert <eggert@cs.ucla.edu>
840
841 * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
842 It apparently doesn't work for GCC 3, and I suppose it's more
843 trouble than it's worth to worry about this.
844
1a191e5c
PE
8452013-11-15 Paul Eggert <eggert@cs.ucla.edu>
846
847 * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
848
2cf00efc
PE
8492013-11-14 Paul Eggert <eggert@cs.ucla.edu>
850
851 Simplify, port and tune bool vector implementation.
852 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T): Remove.
853
946ec224
PE
8542013-11-13 Paul Eggert <eggert@cs.ucla.edu>
855
856 * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
857
632e833f
DM
8582013-11-12 Dani Moncayo <dmoncayo@gmail.com>
859
f4f38fad
DM
860 * configure.ac [MINGW32]: Source nt/mingw-cfg.site.
861 * make-dist: Don't distribute nt/msysconfig.sh.
862
632e833f
DM
863 * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
864
220a304a
PE
8652013-11-08 Paul Eggert <eggert@cs.ucla.edu>
866
867 Merge from gnulib, incorporating:
868 2013-11-08 extern-inline: port better to OS X 10.9
869 2013-11-08 fpending: fix regression on DragonFly BSD
870 * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4:
871 Update from gnulib.
872
aea07e2c
PE
8732013-11-07 Paul Eggert <eggert@cs.ucla.edu>
874
875 Port to C11 aligned_alloc.
876 * configure.ac (GMALLOC_OBJ): Initialize to empty if !system_malloc
877 and doug_lea_malloc.
878 (aligned_alloc): Test for existence if !GMALLOC_OBJ and not darwin.
879 (posix_memalign): Test for existence only if !GMALLOC_OBJ and
880 not darwin and !aligned_alloc.
881
4dde498b
GM
8822013-11-05 Glenn Morris <rgm@gnu.org>
883
c923b188
GM
884 * configure.ac (abs_srcdir) [MINGW32]: No point setting it here,
885 config.status computes it.
886 * Makefile.in (epaths-force-w32): Move srcdir tweak here.
887
8449dd1f 888 * autogen/: Remove directory. Move update_autogen to admin/.
4dde498b
GM
889 * autogen.sh: Remove reference to copy_autogen.
890 * GNUmakefile (configure):
891 * Makefile.in (bootstrap): Do not try to run copy_autogen.
892 * config.bat: Use msdos/autogen rather than autogen.
893
df5b4930
PE
8942013-11-05 Paul Eggert <eggert@cs.ucla.edu>
895
896 Simplify and port recent bool vector changes.
897 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T):
898 New symbols to configure.
899
d0065ff1
EZ
9002013-11-04 Eli Zaretskii <eliz@gnu.org>
901
902 * configure.ac: Don't disallow builds in non-ASCII directories.
903 (Bug#15260)
904
91f2d272
PE
9052013-11-04 Paul Eggert <eggert@cs.ucla.edu>
906
907 Port to stricter C99 platforms.
908 Merge from gnulib, incorporating:
909 2013-11-03 intprops: port to Oracle Studio c99
910 * lib/intprops.h: Update from gnulib.
911
67fb4e6a
GM
9122013-11-02 Glenn Morris <rgm@gnu.org>
913
914 * Makefile.in (check): Depend on all.
915
cb16270e
GM
9162013-10-31 Glenn Morris <rgm@gnu.org>
917
918 * configure.ac: Use [!...] rather than [^...], for ksh. (Bug#15769)
919
55498a0f
GM
9202013-10-30 Glenn Morris <rgm@gnu.org>
921
922 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
923 Also clean admin/unidata, if present.
924
a94fc965
GM
9252013-10-27 Glenn Morris <rgm@gnu.org>
926
927 * configure.ac: It seems installing in non-ASCII is not, in fact, ok.
928
da504eec
GM
9292013-10-25 Glenn Morris <rgm@gnu.org>
930
931 * configure.ac: It seems _installing_ in non-ASCII is ok, not building.
932
eb9a3661
GM
9332013-10-24 Glenn Morris <rgm@gnu.org>
934
357a5081
GM
935 * configure.ac:
936 * Makefile.in (install-arch-indep, install-etcdoc, install-info):
937 Avoid non-portable "`\" nesting.
938
eb9a3661
GM
939 * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
940
941 * Makefile.in (abs_top_srcdir): New, set by configure.
942
b8e3b0a9
GM
9432013-10-23 Glenn Morris <rgm@gnu.org>
944
7b65c8d0
GM
945 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260)
946
48f73cfb
GM
947 Progress towards allowing installation in directories with whitespace.
948 * Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
949 (install-arch-indep, install-etcdoc, install-info, install-man)
a318e28f
GM
950 (install-etc, uninstall, install-nt, uninstall-nt):
951 Quote entities that might contain whitespace.
48f73cfb
GM
952 * build-aux/update-subdirs: Handle whitespace in argument.
953 Check cd return value.
954
b8e3b0a9
GM
955 Make building in directories with whitespace possible. (Bug#15675)
956 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
98434155 957 (src/.gdbinit): Use ac_abs_top_srcdir.
b8e3b0a9 958 * Makefile.in (abs_srcdir): New, set by configure.
4b56b9d7 959 (buildlisppath, epaths-force-w32): Use abs_srcdir.
b8e3b0a9
GM
960 (install-arch-indep, install-etcdoc, install-info, install-man)
961 (install-etc): Quote entities that might contain whitespace.
962
758bed52
PE
9632013-10-23 Paul Eggert <eggert@cs.ucla.edu>
964
965 Merge from gnulib, incorporating:
966 2013-10-14 acl: allow cross-compilation to Gentoo
967 2013-10-18 extern-inline: make safe for -Wundef usage
968 2013-09-30 fpending: use pure+const function attrs
969 * lib/fpending.h, m4/acl.m4, m4/extern-inline.m4: Update from gnulib.
970
9148ee92
GM
9712013-10-13 Glenn Morris <rgm@gnu.org>
972
973 * configure.ac [alpha]: Explicit error in non-ELF case. (Bug#15601)
974
46e5e833
PE
9752013-10-12 Paul Eggert <eggert@cs.ucla.edu>
976
977 Merge from gnulib, incorporating:
978 2013-10-10 strtoumax: port to Solaris 8
979 2013-10-09 strtoimax, strtoumax: port to HP-UX 11.11
980 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
981 * lib/inttypes.in.h, lib/strtoimax.c, m4/inttypes.m4, m4/strtoimax.m4:
982 * m4/strtoumax.m4:
983 Update from gnulib.
984
c5fc0178
SM
9852013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the empty
988 string when gnutls2 is installed but gnutls3 is not.
989
e1f9f9e3
TZ
9902013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
991
992 * configure.ac: Define HAVE_GNUTLS3 if GnuTLS v3 is found.
993
f3606ef7
BF
9942013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
995
996 * configure.ac: Update for giflib 5. (Bug#15531)
997
4ed77415
EZ
9982013-10-08 Eli Zaretskii <eliz@gnu.org>
999
1000 * configure.ac (HAVE_MENUS): Define unconditionally.
1001
595e113b
PE
10022013-10-07 Paul Eggert <eggert@cs.ucla.edu>
1003
1004 Improve support for popcount and counting trailing zeros (Bug#15550).
1005 Do this by using the Gnulib modules for this.
1006 This should generate faster code on non-GCC, non-MSC platforms,
1007 and make the code a bit more portable, at least in theory.
1008 * lib/count-one-bits.c, lib/count-one-bits.h:
1009 * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
1010 * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
1011 New files, copied from gnulib.
1012 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1013
4eed3157
PE
10142013-10-04 Paul Eggert <eggert@cs.ucla.edu>
1015
3e45e702 1016 Use hardware support for byteswapping on glibc x86 etc.
4eed3157
PE
1017 * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
1018 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1019
0a858ebf
PE
10202013-10-03 Paul Eggert <eggert@cs.ucla.edu>
1021
1022 Merge from gnulib, incorporating:
1023 2013-10-02 verify: new macro 'assume'
1024 2013-09-26 dup2, dup3: work around another cygwin crasher
1025 2013-09-26 getdtablesize: work around cygwin issue
1026
959c3d24
PE
10272013-09-25 Paul Eggert <eggert@cs.ucla.edu>
1028
1029 Merge from gnulib, incorporating:
1030 2013-09-24 manywarnings: enable nicer gcc warning messages
1031 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
1032 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
1033 * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
1034 and -funit-at-a-time, since manywarnings does that for us now.
1035
8762e524
JD
10362013-09-23 Jan Djärv <jan.h.d@swipnet.se>
1037
1038 * configure.ac: With clang, check for and use -Wno-switch,
1039 -Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
1040
a84683fd
DC
10412013-09-23 Daniel Colascione <dancol@dancol.org>
1042
1043 * configure.ac: Check for valgrind headers.
1044
3054cd01
XF
10452013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1046
1047 * INSTALL: New homepage of libtiff.
1048
f5f0132b
PE
10492013-09-20 Paul Eggert <eggert@cs.ucla.edu>
1050
1051 Work around performance bug on OS X 10.8 and earlier.
1052 Perhaps Apple will fix this bug some day.
1053 See the thread starting with Daniel Colascione's email in:
1054 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html
1055 * configure.ac (FORTIFY_SOUR): New verbatim section.
1056
230fe2a5
PE
10572013-09-19 Paul Eggert <eggert@cs.ucla.edu>
1058
1059 Merge from gnulib, incorporating:
1060 2013-09-19 stdio: OS X port of putc_unlocked + extern inline
1061 2013-09-19 signal: OS X port of sigaddset etc. + extern inline
1062 2013-09-19 extern-inline: do not always suppress extern inline on OS X
1063 2013-09-17 getgroups: statement without effect
1064 2013-08-28 headers: check that _GL_INLINE_HEADER_BEGIN is defined
1065
be9bc55e
EZ
10662013-09-19 Eli Zaretskii <eliz@gnu.org>
1067
1068 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
1069 is in the full /d/foo/bar form. See the discussion in
1070 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html,
1071 and in particular
1072 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html
1073 and its followups, for the details.
1074
19452b86
DA
10752013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
1076
1077 * configure.ac: Do not check for g_type_init because we
1078 require glib >= 2.28 for GTK3, glib >= 2.10 for GTK2,
1079 glib >= 2.26 for GSettings and glib >= 2.7.0 for GConf, so
1080 suitable glib should provide g_type_init unconditionally.
1081
3fa2054e
JD
10822013-09-15 Jan Djärv <jan.h.d@swipnet.se>
1083
1084 * configure.ac: Add check for OSX 10.5, required for macfont.o.
1085
8d17ef8d
GM
10862013-09-09 Glenn Morris <rgm@gnu.org>
1087
1088 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
1089 (LDFLAGS): Move nocombreloc option from here...
1090 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
8d17ef8d 1091
7dc61a66
GM
10922013-09-08 Glenn Morris <rgm@gnu.org>
1093
335142f9
GM
1094 * configure.ac (--without-compress-install):
1095 Rename from --without-compress-info. (Bug#9789)
1096 (GZIP_INFO): Remove.
1097 (GZIP_PROG): Allow --without-compress-install to disable it.
1098 * Makefile.in (GZIP_INFO): Remove all references.
1099
7dc61a66
GM
1100 * info/dir: Tweak emacs-gnutls entry.
1101
4b73fc73
PE
11022013-09-07 Paul Eggert <eggert@cs.ucla.edu>
1103
1104 Port --without-x --enable-gcc-warnings to Fedora 19.
1105 * configure.ac (WERROR_CFLAGS): Omit redundant use of
1106 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
1107 -Wunused-parameter. If there is no window system, also omit
1108 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
1109 is needed for Fedora 19.
1110
257b3b03
DA
11112013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
1112
1113 Make --without-x compatible with --enable-gcc-warnings.
1114 * configure.ac: If both --without-x and --enable-gcc-warnings are
1115 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
1116 and -Wno-unused-but-set-parameter.
1117
224e313d
PE
11182013-09-04 Paul Eggert <eggert@cs.ucla.edu>
1119
1120 Makefile improvements.
1121 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
1122 (src): Remove duplicate dependency on FRC.
1123 Invoke just one submake, not two. Avoid the need for 'pwd'.
1124
de3d0b57
JD
11252013-09-02 Jan Djärv <jan.h.d@swipnet.se>
1126
1127 * configure.ac: Add ns_check_file.
1128
2c347217
GM
11292013-08-31 Glenn Morris <rgm@gnu.org>
1130
1131 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
1132 and voxware to oss.
1133
e0936eed
UM
11342013-08-31 Ulrich Müller <ulm@gentoo.org>
1135
1136 * configure.ac: Allow for --with-sound=voxware that will enable
1137 sound but otherwise disable ALSA. This will use the OSS device,
1138 typically /dev/dsp, for sound output. (Bug#15067)
1139
7605d081
GM
11402013-08-31 Glenn Morris <rgm@gnu.org>
1141
1142 * make-dist: Update for nt/INSTALL* changes.
1143
50b13cde
PE
11442013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1145
1146 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1147 for portability to hosts where /bin/sh has problems.
1148
0acfedd3
SM
11492013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1150
1151 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
1152
43aac990
PE
11532013-08-27 Paul Eggert <eggert@cs.ucla.edu>
1154
1155 Simplify EMACS_TIME-related code.
1156 Merge from gnulib, incorporating:
1157 2013-08-27 timespec: new convenience constants and function
1158
15091df5
DA
11592013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
1160
1161 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1162 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
1163
61ac6b9f
GM
11642013-08-27 Glenn Morris <rgm@gnu.org>
1165
b4f581f0
GM
1166 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
1167
1857cd3f
GM
1168 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1169 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
1170 * Makefile.in (check-info-dir): Ignore efaq-w32.
1171
61ac6b9f
GM
1172 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
1173 (maintainer-clean, check-declare): Remove pointless subshells.
1174 Check cd return value.
1175
12c4970d
PE
11762013-08-26 Paul Eggert <eggert@cs.ucla.edu>
1177
1178 Minor merge from gnulib (mostly just for texinfo.tex).
1179
917c483a
PE
11802013-08-22 Paul Eggert <eggert@cs.ucla.edu>
1181
1182 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
1183 This improves on the patch already installed, by quoting options
1184 that contain spaces and suchlike systematically, so that
1185 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
1186 these characters.
1187
f035e3a9
PE
11882013-08-21 Paul Eggert <eggert@cs.ucla.edu>
1189
1190 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
1191 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
1192 and reports EINVAL, try it again without O_CLOEXEC. This should
1193 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
1194 What were they thinking?
1195
236beba0
PE
11962013-08-20 Paul Eggert <eggert@cs.ucla.edu>
1197
1198 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1199 Fix shell-operator precedence problem in previous change.
1200
f67dce44
GM
12012013-08-20 Glenn Morris <rgm@gnu.org>
1202
1203 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1204 Clean test/automated if present.
1205
51632863
PE
12062013-08-19 Paul Eggert <eggert@cs.ucla.edu>
1207
1208 Merge from gnulib, incorporating:
1209 2013-08-15 warnings: minor optimization
1210 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
1211
0fe73012
KB
12122013-08-15 Ken Brown <kbrown@cornell.edu>
1213
1214 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
1215
4fa44856
GM
12162013-08-15 Glenn Morris <rgm@gnu.org>
1217
1218 * make-dist: Do not distribute etc/refcards TeX intermediate files.
1219 * Makefile.in (install-arch-indep):
1220 Do not install etc/refcards TeX intermediate files.
1221
af79c3cb
UM
12222013-08-14 Ulrich Müller <ulm@gentoo.org>
1223
1224 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
1225
aa942e2b
EZ
12262013-08-12 Eli Zaretskii <eliz@gnu.org>
1227
1228 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
1229
1d238bc7
PE
12302013-08-12 Paul Eggert <eggert@cs.ucla.edu>
1231
1232 Minor zlib configuration tweaks.
1233 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
1234
594a4307
EZ
12352013-08-12 Eli Zaretskii <eliz@gnu.org>
1236
1237 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
1238
eaca0446
PE
12392013-08-12 Paul Eggert <eggert@cs.ucla.edu>
1240
1241 Merge from gnulib, incorporating:
1242 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
1243 2013-08-10 sys_time: port to OpenBSD
1244
8496d8d7
GM
12452013-08-12 Glenn Morris <rgm@gnu.org>
1246
1247 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
1248 with configure's standard --docdir argument. All uses updated.
1249 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
1250 (install-etcdoc): Rename from install-doc. All uses updated.
1251 (uninstall): Run uninstall-doc.
1252 (PSS): Add misc-ps.
1253 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
1254 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
1255 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
1256 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
1257 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
1258 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
1259
8d28d0ac
PE
12602013-08-11 Paul Eggert <eggert@cs.ucla.edu>
1261
1262 Add --with-zlib to 'configure'.
1263 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
1264 can be built without zlib. Don't assume that -lz is needed on
1265 non-PNG hosts. Mention zlib configuration status in 'configure' output.
1266
313546eb
LMI
12672013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1268
1269 * configure.ac: Test for zlib.
1270
d4166523
EZ
12712013-08-10 Eli Zaretskii <eliz@gnu.org>
1272
1273 * configure.ac: Define and substitute UPDATE_MANIFEST.
1274
016d3f7d
SB
12752013-08-04 Stephen Berman <stephen.berman@gmx.net>
1276
1277 * info/dir: Add todo-mode.
1278
e0fdb694
PE
12792013-08-04 Paul Eggert <eggert@cs.ucla.edu>
1280
1281 Fix some minor races in hosts lacking mkostemp (Bug#15015).
1282 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
1283 * configure.ac (mkostemp): Remove check for this function;
1284 gnulib does the check now.
1285 (mkstemp): Remove check for this no-longer-used function.
1286 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
1287 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
1288 New files, copied from Gnulib.
1289 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1290
7bddb120
MA
12912013-07-29 Michael Albinus <michael.albinus@gmx.de>
1292
1293 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add
1294 --without-file-notification to --without-all.
1295
dfc7be39
XF
12962013-07-29 Xue Fuqiao <xfq.free@gmail.com>
1297
1298 * INSTALL: Fix description.
1299
885e792c
GM
13002013-07-27 Glenn Morris <rgm@gnu.org>
1301
1302 * configure.ac: Extend the --with-sound option to allow
1303 specification of OSS or ALSA (see bug#14812#64).
1304
ef75383c
GM
13052013-07-25 Glenn Morris <rgm@gnu.org>
1306
57cff712
GM
1307 * info/dir: Add ido.
1308
ef75383c
GM
1309 * make-dist: Add a --tests option, to include test/.
1310
1813e115
GM
13112013-07-24 Glenn Morris <rgm@gnu.org>
1312
1313 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
1314
60967f56
GM
13152013-07-23 Glenn Morris <rgm@gnu.org>
1316
1317 * configure.ac (etc, lisp): No need to create specially.
1318 Configure already creates lisp, src/Makefile now creates etc.
1319
a29c3e6d
PE
13202013-07-23 Paul Eggert <eggert@cs.ucla.edu>
1321
e3ebe15a 1322 Port to GNU/Linux systems with tinfo but not ncurses.
a29c3e6d
PE
1323 * configure.ac (USE_NCURSES): New symbol.
1324
6496aec9
PE
13252013-07-20 Paul Eggert <eggert@cs.ucla.edu>
1326
1327 Fix array bounds violation when pty allocation fails.
1328 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
1329 not sizeof pty_name, since pty_name is now a pointer to the array.
1330
c04bbd85
PE
13312013-07-13 Paul Eggert <eggert@cs.ucla.edu>
1332
1333 * configure.ac: Simplify --with-file-notification handling.
1334
671d4bfc
GM
13352013-07-12 Glenn Morris <rgm@gnu.org>
1336
1337 * configure.ac: If with-file-notification=yes, if gfile not found,
1338 go on to try inotify (not on MS Windows or Nextstep).
1339
bacba3c2
PE
13402013-07-12 Paul Eggert <eggert@cs.ucla.edu>
1341
1342 Fix races with threads and file descriptors.
1343 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
1344
c6e7fc0e
PE
13452013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1346
1347 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
1348
2aae948d
PR
13492013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
1350
1351 * configure.ac (HAVE_W32): Avoid nested functions (the second
1352 argument of AC_LANG_PROGRAM is already expanded inside a
1353 function). (Bug#14830)
1354
4ebbdd67
PE
13552013-07-09 Paul Eggert <eggert@cs.ucla.edu>
1356
7b154def
PE
1357 Port recent close-on-exec changes to Cygwin (Bug#14821).
1358 * lib/binary-io.c, lib/binary-io.h: New files.
1359 Merge from gnulib, incorporating:
1360 2013-07-09 accept4, dup3, pipe2: port to Cygwin
1361 * lib/pipe2.c: Update from gnulib, as part of this merge.
1362 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1363
4ebbdd67
PE
1364 Handle errno and exit status a bit more carefully.
1365 * lib/ignore-value.h: Remove this gnulib-imported file.
1366 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1367
a04689de 13682013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
e4b1e5af
JD
1369
1370 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
1371
2a74a90a
PE
13722013-07-08 Paul Eggert <eggert@cs.ucla.edu>
1373
1374 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
1375 This incorporates the following merge from gnulib:
1376 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
1377
067428c1
PE
13782013-07-07 Paul Eggert <eggert@cs.ucla.edu>
1379
9caab067
PE
1380 Port to Ubuntu 10 (Bug#14803).
1381 * configure.ac (accept4): New function to check for.
1382
067428c1
PE
1383 Make file descriptors close-on-exec when possible (Bug#14803).
1384 * configure.ac (mkostemp): New function to check for.
1385 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
1386 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
1387 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
1388 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1389
1399490e 13902013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
0946b7ca
CE
1391
1392 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
1393 http://bugs.debian.org/712974
1394
5583dcb6
PE
13952013-07-02 Paul Eggert <eggert@cs.ucla.edu>
1396
57f8c490
PE
1397 Remove some unused macros from 'configure'.
1398 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
1399 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
1400 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
1401 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
1402 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
1403 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
1404 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
1405 Remove these macros, as they are not used.
1406 (sys_siglist): Remove macro; src/sysdep.c now does this.
1407
5583dcb6
PE
1408 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
1409 Also check that it links. Say whether it compiled and linked.
1410
37afa042 14112013-07-01 Paul Eggert <eggert@cs.ucla.edu>
8f5f35cc 1412
aaea7495
PE
1413 Merge from gnulib, incorporating:
1414 2013-06-23 ignore-value: port to gcc -pedantic
1415 2013-06-21 extern-inline: port to gcc -std=c89
1416
37afa042
PE
14172013-06-30 Paul Eggert <eggert@cs.ucla.edu>
1418
8f5f35cc
PE
1419 Do not use GTK 3 if it exists but cannot be compiled.
1420 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
1421 exists but cannot be compiled.
1422
ae7bfbf5
JB
14232013-06-27 Juanma Barranquero <lekktu@gmail.com>
1424
1425 * Makefile.in (install-arch-indep): Do not create directories passed
1426 with --enable-locallisppath.
1427
6e0e82a0 14282013-06-24 Glenn Morris <rgm@gnu.org>
ab6a27d8
GM
1429
1430 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
1431
c9509ef4
JB
14322013-06-22 Juanma Barranquero <lekktu@gmail.com>
1433
1434 * .bzrignore: Add GNU idutils ID database file.
1435
6b4914d2
YM
14362013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1437
1438 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
1439 as a fallback.
1440
aff6371e
SM
14412013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * .bzrignore: Don't unignore cl-loaddefs.el.
1444
c9509ef4 14452013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
89561f72
PE
1446
1447 * configure.ac (log2): Check for this function.
1448
53d829de
JB
14492013-06-19 Juanma Barranquero <lekktu@gmail.com>
1450
1451 * .bzrignore: Add GNU GLOBAL files.
1452
84575e67
PE
14532013-06-17 Paul Eggert <eggert@cs.ucla.edu>
1454
4f405069 1455 Use functions, not macros, for XINT etc. (Bug#11935).
84575e67
PE
1456 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
1457 as it generates bogus warnings about reasonable casts of calls.
1458
2a540847
PE
14592013-06-16 Paul Eggert <eggert@cs.ucla.edu>
1460
1461 * configure.ac: Report ACL usage at the end (Bug#14612).
1462
b0e22831
PE
14632013-06-11 Paul Eggert <eggert@cs.ucla.edu>
1464
1465 --without-all should imply --with-file-notification=no. (Bug#14569)
1466 * configure.ac (with_file_notification): Default to $with_features.
1467
bf77e230
PE
14682013-06-09 Paul Eggert <eggert@cs.ucla.edu>
1469
1470 Merge from gnulib, incorporating:
1471 2013-06-02 sig2str: port to C++
1472 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
1473
b33f93ee
JD
14742013-06-08 Jan Djärv <jan.h.d@swipnet.se>
1475
1476 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
1477 (with_file_notification): Don't set to gfile if with_ns = yes.
1478
6c0a9ed1
RC
14792013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
1480
1481 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
e7b41c4c
JB
1482 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
1483 New variables.
d6f00819 1484 (epaths-force-w32): Use them. (Bug#14513)
6c0a9ed1 1485
b9110c6b
MA
14862013-06-03 Michael Albinus <michael.albinus@gmx.de>
1487
1488 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
1489
7f203aa1
EZ
14902013-06-03 Eli Zaretskii <eliz@gnu.org>
1491
1492 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
1493 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
1494
55a87246
JD
14952013-06-03 Jan Djärv <jan.h.d@swipnet.se>
1496
1497 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
1498 used. Remove xgselect.o from XOBJ.
1499
c9628c79
MA
15002013-06-03 Michael Albinus <michael.albinus@gmx.de>
1501
1502 * configure.ac (file-notification): New option, replaces inotify option.
1503 (HAVE_W32): Remove w32notify.o.
e7b41c4c 1504 (with_file_notification): Add checks for glib and w32. Adapt check
c9628c79
MA
1505 for inotify.
1506 (Summary): Add entry for file notification.
1507
1508 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
1509 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
1510
2044e704
JB
15112013-06-02 Juanma Barranquero <lekktu@gmail.com>
1512
1513 * .bzrignore: Ignore dirs libexec/, share/ and var/.
1514
9dbd3bb1
XF
15152013-05-29 Xue Fuqiao <xfq.free@gmail.com>
1516
1517 * INSTALL: Fix description.
1518
2d8ac645
YM
15192013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1520
1521 * configure.ac (HAVE_XRANDR): Check availability of
1522 XRRGetScreenResources rather than that of XRRQueryExtension.
1523
6b56a60a
EZ
15242013-05-18 Eli Zaretskii <eliz@gnu.org>
1525
1526 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
1527 nt/epaths.nt, and nt/INSTALL.MSYS.
1528
bfbe2627
PE
15292013-05-18 Paul Eggert <eggert@cs.ucla.edu>
1530
31ff141c
PE
1531 Port --enable-gcc-warnings to clang.
1532 * configure.ac (nw): Remove obsolescent warnings.
1533 These aren't needed for clang, or for gcc for that matter.
1534 (emacs_cv_clang): New var, which tests for clang.
1535 Omit warnings that clang is too picky about.
1536 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
1537 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
1538
bfbe2627
PE
1539 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
1540 Otherwise, 'configure; make' fails on non-Windows builds.
1541
df065a0b
EZ
15422013-05-16 Eli Zaretskii <eliz@gnu.org>
1543
1544 * lib/Makefile.am: If building for MS-Windows, include
1545 nt/gnulib.mk instead of lib/gnulib.mk.
1546
1547 * configure.ac: Adapt to MSYS build on MS-Windows.
1548
1549 * Makefile.in (NTDIR): New variable, for the MSYS build on
1550 MS-Windows.
1551 (SUBDIR): Add $(NTDIR).
1552 (.PHONY): Add epaths-force-w32.
1553 (msys_to_w32): New variable.
1554 (epaths-force-w32, install-nt, uninstall-nt): New targets.
1555 (lib-src src): Add $(NTLIB) to prerequisites.
1556 (lib lib-src lisp leim nt): Add 'nt'.
1557 (config.status): Use $(CFG).
1558 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
1559 (install, install-arch-dep): Add install-$(NTDIR).
1560 (uninstall): Depend on uninstall-$(NTDIR).
1561 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
1562
1563 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
1564 CONFIG_SITE for the MSYS build on MS-Windows.
1565 (Makefile): Use $(CFG).
1566
1567 * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
1568 src/emacs.res.
1569
cdd0de4b
PE
15702013-05-16 Paul Eggert <eggert@cs.ucla.edu>
1571
1572 Merge from gnulib, incorporating:
1573 2013-05-15 manywarnings: update for GCC 4.8.0
1574 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
1575 2013-05-15 sig2str, stdio, warnings: port to clang
1576
6e911150
SM
15772013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 * Makefile.in (install-doc): DOC file is not version specific any more.
1580 * .bzrignore: Don't ignore DOC-* any more.
1581
522fe43b
PE
15822013-05-13 Paul Eggert <eggert@cs.ucla.edu>
1583
bb8eb357 1584 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
522fe43b
PE
1585 Reported privately by Han Boetes <han@boetes.org>.
1586
86cec478
JB
15872013-05-08 Juanma Barranquero <lekktu@gmail.com>
1588
1589 * lib/makefile.w32-in (ACL_H): New macro.
1590 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
1591
ffdc270a
PE
15922013-05-07 Paul Eggert <eggert@cs.ucla.edu>
1593
e7b41c4c 1594 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
ffdc270a
PE
1595 * configure.ac: Remove -with-acl option, since Gnulib does that for
1596 us now.
1597 (LIBACL_LIBS): Remove; no longer needed.
1598 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
1599 for the benefit of the new ACL implementation.
1600 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
1601 ($(BLD)/acl-errno-valid.$(O)): New rule.
1602 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
1603 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
1604 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
1605 New files, taken from gnulib.
1606 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1607
4e3f9230
YM
16082013-05-07 Jan Djärv <jan.h.d@swipnet.se>
1609
1610 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
1611 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
1612
7a6018ad
PE
16132013-05-06 Paul Eggert <eggert@cs.ucla.edu>
1614
1615 Merge from gnulib, incorporating:
1616 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
1617
0922c475
PE
16182013-05-01 Paul Eggert <eggert@cs.ucla.edu>
1619
1620 * make-dist: Keep necessary restrictions on file access.
1621
d9774ea4
PE
16222013-04-29 Paul Eggert <eggert@cs.ucla.edu>
1623
1624 Merge from gnulib, incorporating:
1625 2013-04-28 extern-inline: work around bug in Sun c99
1626
d7ed9b36
PE
16272013-04-27 Paul Eggert <eggert@cs.ucla.edu>
1628
1629 Merge from gnulib, incorporating:
1630 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
1631
f780d632
PE
16322013-04-26 Paul Eggert <eggert@cs.ucla.edu>
1633
1634 Port better to AIX (Bug#14258).
1635 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
1636 we did not already infer an optimization option, and -O works.
1637 AIX xlc needs -O, otherwise garbage collection doesn't work.
1638
c6cb2f53
PE
16392013-04-22 Paul Eggert <eggert@cs.ucla.edu>
1640
1e8589d3
PE
1641 * make-dist: Do not distribute admin/unidata/Makefile.
1642 It is generated by 'configure'.
1643
c6cb2f53
PE
1644 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
1645 It messes up 'make distclean', and contains no useful information
1646 because it's a copy of subdirs.el.
1647
7e00831f
JM
16482013-04-18 John Marino <gnugcc@marino.st> (tiny change)
1649
1650 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
1651
4f8902cd
GM
16522013-04-18 Glenn Morris <rgm@gnu.org>
1653
1654 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
1655 (LN_S_FILEONLY): New output variable.
1656 * Makefile.in (LN_S): Remove.
1657 (LN_S_FILEONLY): New, set by configure.
1658 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
1659
e8bdb06e
KB
16602013-04-12 Ken Brown <kbrown@cornell.edu>
1661
1662 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
1663 `canonical' is `x86_64-unknown-cygwin'.
1664
ba3b2d88
KB
16652013-04-09 Ken Brown <kbrown@cornell.edu>
1666
1667 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
1668 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
1669 (Bug#12993)
1670
876da980
PE
16712013-04-07 Paul Eggert <eggert@cs.ucla.edu>
1672
1673 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
1674 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
1675 and if not on GNU/Linux or FreeBSD.
1676 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
1677 lib/*.o is profiled too.
1678
119b2d43
PE
16792013-03-30 Paul Eggert <eggert@cs.ucla.edu>
1680
1681 Merge from gnulib, incorporating:
1682 2013-03-29 stdalign: port to stricter ISO C11
1683 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
1684 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
1685
afeee3e5
PE
16862013-03-27 Paul Eggert <eggert@cs.ucla.edu>
1687
1688 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
1689 Subsumed by HAVE_XKB. All uses changed.
1690
a4cedbf7
JD
16912013-03-25 Jan Djärv <jan.h.d@swipnet.se>
1692
1693 * configure.ac (HAVE_XKB): Define if Xkb is present.
1694
f8ce376e
PE
16952013-03-24 Paul Eggert <eggert@cs.ucla.edu>
1696
1697 Merge from gnulib, incorporating:
1698 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
1699
982efbcd
PE
17002013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1701
4c9a1377
PE
1702 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
1703 * Makefile.in (QUIET_SUBMAKE): New macro.
1704 (install-info, uninstall): Use it.
1705
19151a7f
PE
1706 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
1707 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
1708 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
1709 no way to do this in pkg-config, so make do with a reasonable
1710 approximation.
1711
982efbcd
PE
1712 Automate the build of ja-dic.el (Bug#13984).
1713 * .bzrignore: Add leim/ja-dic/.
1714
5615c9a9
PE
17152013-03-13 Paul Eggert <eggert@cs.ucla.edu>
1716
47d7532e
PE
1717 File synchronization fixes (Bug#13944).
1718 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
1719 (fsync): Remove check; now done by gnulib.
1720 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
1721 New files, from gnulib.
1722 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1723
5615c9a9 1724 Merge from gnulib, incorporating:
2c3f72f4 1725 2013-03-13 putenv: port to Solaris 10
5615c9a9
PE
1726 2013-03-12 mktime: fix configure typo
1727 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
1728 2013-03-11 putenv: avoid compilation warning on mingw
1729 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
1730
47d038b3
GM
17312013-03-11 Glenn Morris <rgm@gnu.org>
1732
1733 * Merge in all changes up to version 24.3 release.
1734
0bafabe7 17352013-03-06 Paul Eggert <eggert@cs.ucla.edu>
3b108d19
PE
1736
1737 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
1738 It can mess up 'configure' runs.
1739
b3cdfd9e
GM
17402013-03-05 Glenn Morris <rgm@gnu.org>
1741
1742 * Makefile.in (install-man): Ignore gzip exit status.
1743
4aff132c
GM
17442013-03-03 Glenn Morris <rgm@gnu.org>
1745
1746 * make-dist: Remove lzma (it's replaced by xz).
1747
89bd9d36
PE
17482013-03-01 Paul Eggert <eggert@cs.ucla.edu>
1749
1750 Merge from gnulib, incorporating:
1751 2013-02-21 putenv: port better to native Windows
1752 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
1753 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
1754
0e946786
KB
17552013-02-28 Ken Brown <kbrown@cornell.edu>
1756
1757 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
1758
1ddc2bd6
PE
17592013-02-25 Paul Eggert <eggert@cs.ucla.edu>
1760
1761 Simplify data_start configuration (Bug#13783).
1762 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
1763 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
1764 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
1765 not always needed.
1766 (HAVE_DATA_START): New macro.
1767
b59a2e9e
PE
17682013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1769
1770 Parallelize documentation builds.
1771 This speeds up building of documentation on multiprocessor
1772 platforms, and is motivated by Texinfo 5.0, which is much slower.
1773 Add a toplevel rule 'make docs' to make all the documentation.
1774 * .bzrignore: Add .dvi, .html, .ps.
1775 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
1776 ($(DOCS), docs, vi, html, pdf, ps): New rules.
1777 (info-real): Depend on $(INFOS) rather than doing it sequentially.
1778 (dvi): Depend on $(DVIS) rather than doing it sequentially.
1779
648e5523 17802013-02-15 Paul Eggert <eggert@cs.ucla.edu>
35b3a27e
PE
1781
1782 Fix AIX port (Bug#13650).
1783 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
35b3a27e 1784
8c0905ac
EZ
17852013-02-12 Eli Zaretskii <eliz@gnu.org>
1786
1787 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
1788 ($(BLD)/memrchr.$(O)): New dependency.
1789
71d4202f
PE
17902013-02-11 Paul Eggert <eggert@cs.ucla.edu>
1791
a84b7c53
PE
1792 Tune by using memchr and memrchr.
1793 * .bzrignore: Add string.h.
1794 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1795 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
1796 New files, from gnulib.
1797
71d4202f
PE
1798 Merge from gnulib, incorporating:
1799 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
1800 2013-02-09 secure_getenv: fix C++ declaration typo
1801
55fe8e64
GM
18022013-02-11 Glenn Morris <rgm@gnu.org>
1803
1804 * configure.ac (emacs_config_options): Record some env vars.
1805
8b0590de
GM
18062013-02-10 Glenn Morris <rgm@gnu.org>
1807
1808 * configure.ac (emacs_config_options): Strip out the (internal)
1809 arguments --no-create and --no-recursion.
1810
8376d87e
PE
18112013-02-08 Paul Eggert <eggert@cs.ucla.edu>
1812
1813 Merge from gnulib, incorporating:
1814 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
1815 The MS-Windows port can remove careadlinkatcwd at its convenience.
1816 2013-02-08 extensions: port better to HP-UX
1817 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
1818 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
1819 2013-02-04 secure_getenv: new module [module not used by Emacs]
1820 2013-01-30 sys_time: port to Solaris 2.6
1821
8654f9d7
PE
18222013-02-01 Paul Eggert <eggert@cs.ucla.edu>
1823
1824 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
1825 On my host, this speeds up directory-files-and-attributes by a
1826 factor of 3, when applied to Emacs's src directory.
1827 These functions are standardized by POSIX and are common these
1828 days; fall back on a (slower) gnulib implementation if the host
1829 is too old to supply them.
1830 * .bzrignore: Add lib/dirent.h.
1831 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
1832 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
1833 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
1834 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1835 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
1836 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
1837 * m4/fstatat.m4: New files, from gnulib.
1838 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
1839 These last three are specific to Emacs and are not copied from gnulib.
1840 They are simpler than the gnulib versions and are tuned for Emacs.
1841
0eb61895
GM
18422013-02-01 Glenn Morris <rgm@gnu.org>
1843
1844 * make-dist: Only README files exist in lisp/ now, not README*.
1845
e02703bd
GK
18462013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
1847
4f405069 1848 * .bzrignore: Add lib-src/blessmail.
e02703bd 1849
ea78b882
PE
18502013-01-23 Paul Eggert <eggert@cs.ucla.edu>
1851
1852 Merge from gnulib, incorporating:
1853 2013-01-16 unistd: port to recent mingw
1854
795e7a5b 18552013-01-19 Glenn Morris <rgm@gnu.org>
94898d72
GM
1856
1857 * Makefile.in (install-arch-indep): Put back a chmod that was
1858 removed 2012-05-19. (Bug#13430)
1859
ffe04adc
PE
18602013-01-16 Paul Eggert <eggert@cs.ucla.edu>
1861
1862 Merge from gnulib, incorporating:
1863 2013-01-16 largefile: port better to Mac OS X 10.5
1864 2013-01-15 stdint: fix build with Android's Bionic fox x86
1865
c4e2ba0a
PE
18662013-01-16 Paul Eggert <eggert@cs.ucla.edu>
1867
1868 * configure.ac: Document that --enable-gcc-warnings emits errors.
1869 (Bug#13448)
1870
c0511b57 18712013-01-13 Glenn Morris <rgm@gnu.org>
39aff4a7
GM
1872
1873 * make-dist: Add options for xz compression and no compression.
1874
444b01bb
PE
18752013-01-12 Paul Eggert <eggert@cs.ucla.edu>
1876
1877 Enable conservative stack scanning for all architectures.
1878 Suggested by Stefan Monnier in
1879 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
1880 * configure.ac (GC_MARK_STACK): Remove.
1881
002b8433
PE
18822013-01-11 Paul Eggert <eggert@cs.ucla.edu>
1883
1884 * lib/getopt_.h: Remove trailing CRs that crept in.
1885
b76381c6
EZ
18862013-01-11 Eli Zaretskii <eliz@gnu.org>
1887
1888 * lib/getopt_.h: Regenerate.
1889
6466e676
PE
18902013-01-10 Paul Eggert <eggert@cs.ucla.edu>
1891
1892 Merge from gnulib, incorporating:
1893 2013-01-09 stdlib: port to Solaris 2.6
1894
92d59611
GM
18952013-01-04 Glenn Morris <rgm@gnu.org>
1896
1897 * info/dir: Add htmlfontify.
1898
ee0d3938
PE
18992013-01-04 Paul Eggert <eggert@cs.ucla.edu>
1900
1901 Merge from gnulib, incorporating:
1902 2013-01-04 stdio: remove now-unnecessary stdio.c
1903 2013-01-04 fprintftime: depend on stdio, not ignore-value
1904 2013-01-04 fwrite: silence __wur only for older glibc versions
1905 2013-01-04 fwrite: silence __wur without using inline
1906 * lib/stdio.c: Remove.
1907 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
1908 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1909
9ff99d22
PE
19102013-01-02 Paul Eggert <eggert@cs.ucla.edu>
1911
1912 Merge from gnulib, incorporating copyright-date changes and:
1913 2012-12-31 dup2: work around cygwin bug
1914
5a1d858b
JD
19152012-12-30 Jan Djärv <jan.h.d@swipnet.se>
1916
1917 * configure.ac: Check for GtkHandlebox.
8b745d92 1918 Check for GtkTearoffMenuItem.
7ec363cf
JD
1919 New enable: --enable-gtk-deprecation-warnings, default off.
1920 (HAVE_GTK3): If above enable is off, add
1921 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
5a1d858b 1922
d5e5e7b4 19232012-12-30 Andreas Schwab <schwab@linux-m68k.org>
2550c6e4
AS
1924
1925 * configure.ac (TEMACS_LDFLAGS2): Don't define.
1926 (LIBS_GNUSTEP): Set for GNUstep and substitute.
1927 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
1928
60f5e585
GM
19292012-12-27 Glenn Morris <rgm@gnu.org>
1930
1931 * configure.ac (emacs_config_options): New.
1932 Use $@ rather than undocumented $ac_configure_args.
1933 Replace any embedded double quotes. (Bug#13274)
1934
82e2a1f0 19352012-12-27 Andreas Schwab <schwab@linux-m68k.org>
02e7729e
AS
1936
1937 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
1938 (Bug#13222)
1939
a8e1690b
PE
19402012-12-26 Paul Eggert <eggert@cs.ucla.edu>
1941
1942 Revert static checking of stack smashing.
1943 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
1944 configured with --enable-gcc-warnings. -Wstack-protector causes
1945 diagnostics to be issued on Ubuntu 12.10 x86-64.
1946
219023c4
PE
19472012-12-24 Paul Eggert <eggert@cs.ucla.edu>
1948
1949 Merge from gnulib, incorporating:
1950 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
1951 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
1952 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
1953
a4b0cca1 19542012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
01824657
AM
1955
1956 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
1957
7c3d167f
RF
19582012-12-16 Romain Francoise <romain@orebokech.com>
1959
1960 * configure.ac (acl): New option.
1961 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
1962 provided by libacl on GNU/Linux.
1963
97976f9f
PE
19642012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1965
e7b41c4c 1966 Fix permissions bugs with setgid directories etc. (Bug#13125)
97976f9f
PE
1967 * configure.ac (BSD4_2): Remove; no longer needed.
1968
98c94021
GM
19692012-12-13 Glenn Morris <rgm@gnu.org>
1970
727f9739 1971 * info/dir: Add bovine, srecode, wisent.
98c94021 1972
727f9739 19732012-12-13 Andreas Schwab <schwab@suse.de>
0f59daaf
AS
1974
1975 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
727f9739 1976 (uninstall): Likewise. (Bug#13143)
0f59daaf 1977
904dd565
PE
19782012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1979
1980 Merge from gnulib for 'inline' (Bug#13040), incorporating:
1981 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
1982 * m4/extern-inline.m4: Update from gnulib.
1983
0eeb69fe
JB
19842012-12-11 Juanma Barranquero <lekktu@gmail.com>
1985
1986 * lib/makefile.w32-in (SIG2STR_H): New macro.
1987 ($(BLD)/sig2str.$(O)): Update dependencies.
1988
7e77303e
PE
19892012-12-10 Paul Eggert <eggert@cs.ucla.edu>
1990
1991 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
1992 There's no need to test for any of three inotify functions,
1993 since we use all three. Check for just the first one.
1994
1cf1bbd5
DC
19952012-12-10 Daniel Colascione <dancol@dancol.org>
1996
4f405069 1997 * .bzrignore: Add src/emacs.res.
9ca3e73a 1998
1cf1bbd5
DC
1999 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
2000 build how to compile Windows resource files; use these variables
2001 to tell src/Makefile.in how and whether to compile resources.
2002
81606b10
RS
20032012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2004
2005 * configure.ac (inotify): New option.
2006 (HAVE_INOTIFY): Test for inotify.
2007
75d7aa24
AS
20082012-12-09 Andreas Schwab <schwab@linux-m68k.org>
2009
2010 * configure.ac: Fix source command in .gdbinit.
2011 Don't quote $MAKEINFO.
2012
3cc53d60
PE
20132012-12-09 Paul Eggert <eggert@cs.ucla.edu>
2014
2015 Allow spaces in some configuration vars (Bug#13078).
2016 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
2017 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
2018 All uses quoted, to allow spaces in these vars.
2019
5745a7df
PE
20202012-12-08 Paul Eggert <eggert@cs.ucla.edu>
2021
2022 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
2023 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
2024 New files, copied automatically from gnulib.
2025 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2026
63999a7d
EZ
20272012-12-08 Eli Zaretskii <eliz@gnu.org>
2028
2029 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
2030 Remove a stray character at the beginning of the file.
2031 (Bug#13026)
2032
d983a10b
PE
20332012-12-08 Paul Eggert <eggert@cs.ucla.edu>
2034
7be78020
PE
2035 Simplify get_lim_data.
2036 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
2037
d983a10b
PE
2038 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
2039 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
2040 Use SIGCHLD rather than SIGCLD.
2041 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
2042 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2043 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
2044
d8ad4d3f 20452012-12-06 Glenn Morris <rgm@gnu.org>
de0e31ed
GM
2046
2047 * configure.ac: Handle info/ files with or without ".info" extension.
2048
f64898ab
PE
20492012-11-30 Paul Eggert <eggert@cs.ucla.edu>
2050
2051 Merge from gnulib for 'inline' (Bug#13040), incorporating:
2052 2012-11-29 snippet/warn-on-use: no 'static inline'
2053 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
2054 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
2055 2012-11-29 fflush, stat: no 'static inline'
2056 2012-11-29 stdio: better 'inline'
2057 2012-11-29 sys_stat: no 'static inline'
2058 2012-11-29 unistd: better 'inline'
2059 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
2060 2012-11-29 extern-inline: no 'static inline'
2061 2012-11-29 sys_socket: better 'inline'
2062 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
2063 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
2064 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
2065 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
2066 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
2067 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
2068 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
2069 Update from gnulib.
2070
5c9cf0a3 20712012-11-27 Eli Zaretskii <eliz@gnu.org>
50a60e02 2072
5c9cf0a3
GM
2073 * make-dist (nt): Adjust to changes in names of the *.manifest files.
2074
bcd77a2b
KB
20752012-11-24 Ken Brown <kbrown@cornell.edu>
2076
2077 * configure.ac (HAVE_MOUSE): Remove.
2078
95ef7787
PE
20792012-11-23 Paul Eggert <eggert@cs.ucla.edu>
2080
2081 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
2082 * configure.ac: Do not check for dirent.h or closdir.
2083
9239d970
PE
20842012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2085
2086 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
2087 * configure.ac: Do not check for getcwd or getwd.
2088
1b3b7caa
GM
20892012-11-21 Glenn Morris <rgm@gnu.org>
2090
2091 * configure.ac (--enable-profiling): Doc fix.
2092
d7fcbbfe 20932012-11-20 Paul Eggert <eggert@cs.ucla.edu>
8ea5c4de
PE
2094
2095 Improve static checking of integer overflow and stack smashing.
d7fcbbfe
PE
2096 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
2097 if using GCC 4.7.2 or later on a platform with
8ea5c4de
PE
2098 at least 64-bit long int. This improves static checking on these
2099 platforms, when configured with --enable-gcc-warnings.
2100
49cdacda
PE
21012012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2102
2103 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
2104 * configure.ac: Do not check for fcntl.h.
2105 * lib/gnulib.mk: Regenerate.
2106
3d082a26
PE
21072012-11-16 Paul Eggert <eggert@cs.ucla.edu>
2108
2109 Remove no-longer-used pty_max_bytes variable.
2110 * configure.ac (fpathconf): Remove unnecessary check.
2111
73dcdb9f
PE
21122012-11-14 Paul Eggert <eggert@cs.ucla.edu>
2113
2114 Use faccessat, not access, when checking file permissions (Bug#12632).
2115 * .bzrignore: Add lib/fcntl.h.
2116 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
2117 (gl_FCNTL_O_FLAGS): Define a dummy version.
2118 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
2119 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
2120 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
2121 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
2122 New files, from gnulib.
2123 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2124
8148369c
PE
21252012-11-05 Paul Eggert <eggert@cs.ucla.edu>
2126
dd0333b6
PE
2127 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
2128 * configure.ac (setpgid, setsid): Assume their existence.
2129 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
2130
8148369c
PE
2131 Simplify by assuming __fpending.
2132 Now that Emacs is using the gnulib fpending module,
2133 there's no need for Emacs to have a separate implementation.
2134 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
2135 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
2136
b3cf17f6
EZ
21372012-11-03 Eli Zaretskii <eliz@gnu.org>
2138
3a7089c1
EZ
2139 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
2140 $(BLD)/close-stream.$(O).
35e951cd 2141 ($(BLD)/close-stream.$(O))
3a7089c1
EZ
2142 ($(BLD)/fpending.$(O)): New dependencies.
2143
7ccfb720
PE
21442012-11-03 Paul Eggert <eggert@cs.ucla.edu>
2145
2146 Fix data-loss with --batch (Bug#9574).
2147 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
2148 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
2149 New files, from gnulib.
2150 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2151
3478f4b5
EZ
21522012-11-03 Eli Zaretskii <eliz@gnu.org>
2153
2154 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
2155
d036bcdf
GM
21562012-11-02 Glenn Morris <rgm@gnu.org>
2157
2158 * Makefile.in (EMACS_ICON): New variable.
2159 (install-etc): Use EMACS_ICON to allow choice of icon.
2160
25ca4587
GM
21612012-10-26 Glenn Morris <rgm@gnu.org>
2162
59696ae0
GM
2163 * Makefile.in (EMACS_NAME): New variable.
2164 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
2165
eeced60b
GM
2166 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
2167 applied to $EXEEXT.
2168
25ca4587
GM
2169 * Makefile.in (uninstall): Don't abort if some directories are missing.
2170 Apply transformation rules to manual pages, desktop and icon files.
2171 No more emacs22 icons to uninstall.
2172
a6c2cc07
GM
21732012-10-24 Glenn Morris <rgm@gnu.org>
2174
8bfcb8a6
GM
2175 * Makefile.in (install-etc, install-man):
2176 Don't apply program transform to standard file suffixes.
a6c2cc07 2177
7f8de58c
PE
21782012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2179
2180 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
2181 This ports to Gentoo. Problem originally reported against coreutils,
2182 but Emacs has it too.
2183
ed68379e
GM
21842012-10-23 Glenn Morris <rgm@gnu.org>
2185
2186 * Makefile.in (emacs_transform): Remove.
2187 (install-man): Revert 2012-10-21 change. (Bug#12713)
2188
8dc2a723
GM
21892012-10-21 Glenn Morris <rgm@gnu.org>
2190
ad483434
GM
2191 * Makefile.in (install-etc): Don't install emacs22 icons.
2192
8dc2a723
GM
2193 * Makefile.in (emacs_transform): New variable.
2194 (install-etc): Prefer a make variable to a shell variable.
2195
90eacf99
SM
21962012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2197
2198 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
2199
1a9c6830
GM
22002012-10-15 Glenn Morris <rgm@gnu.org>
2201
2202 * Makefile.in (install-man, install-etc):
2203 Apply $TRANSFORM. (Bug#12536#34)
2204 (clean): Delete etc/emacs.tmpdesktop.
2205
cde44a77
KH
22062012-10-11 Kenichi Handa <handa@gnu.org>
2207
2208 * .bzrignore: Add several files under admin/charsets.
2209
e08348a0
DC
22102012-10-08 Daniel Colascione <dancol@dancol.org>
2211
90eacf99
SM
2212 * configure.ac: Add --with-w32 as a window system option.
2213 Limit it to Cygwin for now. Integrate w32 into the refactored window
e08348a0
DC
2214 system configuration and set TERM_HEADER to w32term.h when w32 is
2215 configured.
2216
2217 (CYGWIN_OBJ): Add cygw32.o.
2218
335f5ae4
JD
22192012-10-07 Jan Djärv <jan.h.d@swipnet.se>
2220
2221 * configure.ac: Check that OSX is 10.4 or newer.
2222
c622b48f
PE
22232012-10-07 Paul Eggert <eggert@cs.ucla.edu>
2224
2225 Improve sys_siglist detection.
2226 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
2227 Otherwise, it's not found in either Fedora 17 or Solaris 11.
2228
2b794d69
PE
22292012-10-04 Paul Eggert <eggert@cs.ucla.edu>
2230
bb1dfdad
PE
2231 Merge from gnulib, incorporating:
2232 2012-10-02 pselect: reject invalid file descriptors
2233 2012-10-02 ptsname: reject invalid file descriptors
2234 2012-10-02 manywarnings: cater to more gcc infelicities
2235 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
2236 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
2237 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
2238 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2239
65788e2e
PE
22402012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2241
2242 Merge from gnulib, incorporating:
2243 2012-09-28 extern-inline: provide a -Wundef safe config.h
2244
a615a3ae
PE
22452012-09-27 Paul Eggert <eggert@cs.ucla.edu>
2246
2247 Check more robustly for timer_settime.
2248 This should fix an OS X build problem reported by Ivan Andrus in
2249 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
2250 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
2251 does threads its own way.
89d17fd0 2252 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
a615a3ae 2253
c462dda8
PE
22542012-09-23 Paul Eggert <eggert@cs.ucla.edu>
2255
2256 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
2257 to avoid problems with recursion when using GNU make.
2258
e41c05e5
PE
22592012-09-22 Paul Eggert <eggert@cs.ucla.edu>
2260
bbe099e7
PE
2261 * Makefile.in (bootstrap): Simplify build procedure.
2262 Suggested by Wolfgang Jenker in
2263 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
2264
e41c05e5
PE
2265 Merge from gnulib, incorporating:
2266 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
2267
5fb91e71
JD
22682012-09-18 Jan Djärv <jan.h.d@swipnet.se>
2269
2270 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
2271
d3612ac3
AS
22722012-09-17 Andreas Schwab <schwab@linux-m68k.org>
2273
2274 * Makefile.in (bootstrap): Revert last change. Run config.status
2275 after config.status --recheck, run configure from $(srcdir).
2276 (config.status): Run configure from $(srcdir).
2277
eeceac93
PE
22782012-09-17 Paul Eggert <eggert@cs.ucla.edu>
2279
50bfc824
PE
2280 * Makefile.in: Fix build error on FreeBSD.
2281 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
2282 Suggested by Wolfgang Jenker in
2283 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
2284 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
2285 This undoes part of the 2012-09-10 patch.
2286 (bootstrap): Run ./configure, rather than trying to run config.status
2287 if it exists. That builds src/epaths.h more reliably.
dee26dfa
PE
2288 Run autogen/copy_autogen if autogen.sh fails,
2289 to create 'configure'; problem reported by Andreas Schwab in
2290 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
2291 * autogen.sh: Exit with status 1 when failing due to missing tools,
2292 reverting the 2012-09-10 change to this file.
2293 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
2294 Use 'cp -f' for the build-aux files, since the destinations are
2295 typically read-only.
50bfc824 2296
eeceac93
PE
2297 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
2298 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
2299 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
2300
78f83752
GM
23012012-09-17 Glenn Morris <rgm@gnu.org>
2302
2303 * configure.ac (copyright): New output variable.
2304 (COPYRIGHT): New AC_DEFINE.
2305
0caaedb1
PE
23062012-09-16 Paul Eggert <eggert@cs.ucla.edu>
2307
2308 Remove configure's --without-sync-input option (Bug#12450).
2309 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
2310
83da1b55
GM
23112012-09-16 Glenn Morris <rgm@gnu.org>
2312
2313 Increase compartmentalization of Nextstep builds rules,
2314 and store Emacs version number in fewer versioned files.
2315 * configure.ac (ns_appsrc): Use relative names.
2316 (ns_frag): Remove.
2317 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
2318 (nextstep/Makefile): Generate these nextstep files.
2319 (SUBDIR_MAKEFILES): Add nextstep.
2320 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
2321 * make-dist (nextstep/templates): Add directory.
2322 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
2323 (nextstep/Cocoa/Emacs.base/Contents)
92f7c6f1 2324 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
83da1b55 2325
0328b6de
PE
23262012-09-15 Paul Eggert <eggert@cs.ucla.edu>
2327
2328 Port better to POSIX hosts lacking _setjmp (Bug#12446).
2329 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
2330 (_setjmp, _longjmp): Remove.
2331
e3141fcf
PE
23322012-09-14 Paul Eggert <eggert@cs.ucla.edu>
2333
2af03429
PE
2334 * configure.ac (--without-sync-input): Fix typo in usage message.
2335
e3141fcf
PE
2336 * configure.ac: Port to hosts lacking gtk.
2337 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
2338 better, in particular, problems in invoking pkg-config itself.
2339 This is useful on hosts that don't have pkg-config.
2340 (GTK_MODULES): Do not exit 'configure' simply because gtk3
2341 and gtk2 are both missing. Problem found on Solaris 8.
2342
2c484e75
JD
23432012-09-13 Jan Djärv <jan.h.d@swipnet.se>
2344
2345 * configure.ac: Reorder Xaw3d messages.
4d0b77fc 2346 Report Gtk+ 3 as GTK.
2c484e75 2347
4a4bbad2
PE
23482012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2349
2350 Simplify SIGIO usage (Bug#12408).
2351 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
2352 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
2353 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
2354 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
2355 to #undef SIGIO now (which was error-prone). Likewise, all uses
2356 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
2357
d673aedc
JD
23582012-09-12 Jan Djärv <jan.h.d@swipnet.se>
2359
2360 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
2361 and then gtk2 if not found.
2362 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
2363 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
2364 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
2365
9d9edd4b
GM
23662012-09-11 Glenn Morris <rgm@gnu.org>
2367
2368 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
2369 Be more explicit about dependencies, for parallel `make install'.
2370
c990426a
PE
23712012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2372
2373 Simplify, document, and port floating-point (Bug#12381).
2374 * configure.ac (logb, cbrt): Do not check for these functions,
2375 as they are not being used.
2376
b8b0239f
PE
23772012-09-10 Paul Eggert <eggert@cs.ucla.edu>
2378
2379 Improve robustness of 'make bootstrap' (Bug#12376).
2380 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
2381 * INSTALL, README: Document autogen.sh.
2382 * Makefile.in (Makefile): Mark it as precious, since it's updated
2383 atomically.
2384 (MAKE_CONFIG_STATUS): New macro.
2385 (config.status, bootstrap): Use it. This causes 'make bootstrap'
2386 to run config.status with the --recheck option, which is more
2387 appropriate for a bootstrap.
2388 (bootstrap): Run autogen.sh right after cleaning. Don't worry
2389 about failures due to missing tools.
2390 * autogen.sh: Exit with status 101 when failing due to missing tools.
2391 * make-dist: Distribute autogen.sh.
2392
f6196b87
PE
23932012-09-09 Paul Eggert <eggert@cs.ucla.edu>
2394
2395 Assume C89 or later for math functions (Bug#12381).
2396 * configure.ac (frexp, fmod): Remove checks for these functions,
2397 as we now assume them.
2398 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
2399 (HAVE_EXCEPTION):
2400 Remove; no longer needed.
2401
1a4f1e9b
PE
24022012-09-07 Paul Eggert <eggert@cs.ucla.edu>
2403
2404 More signal-handler cleanup (Bug#12327).
2405 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
2406
2fe28299
PE
24072012-09-06 Paul Eggert <eggert@cs.ucla.edu>
2408
2409 Signal-handler cleanup (Bug#12327).
2410 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
2411 Adjust to syssignal.h changes.
2412 (SIGNAL_H_AB): Remove; no longer needed.
2413
7b6c362e
PE
24142012-09-04 Paul Eggert <eggert@cs.ucla.edu>
2415
1088b922
PE
2416 Simplify redefinition of 'abort' (Bug#12316).
2417 * configure.ac (NO_ABRT): Remove.
2418
7b6c362e
PE
2419 * configure.ac (_setjmp, _longjmp): Check by compiling
2420 instead of by guessing. The guesses were wrong for
2421 recent versions of Solaris, such as Solaris 11.
2422
7f507777
PE
24232012-09-03 Paul Eggert <eggert@cs.ucla.edu>
2424
79a7bafe
PE
2425 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
2426 It generates false alarms in doc.c, regex.c, xdisp.c. See
2427 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
2428
7f507777
PE
2429 Merge from gnulib, incorporating:
2430 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
2431 2011-11-30 manywarnings: update the list of "all" warnings
2432
f278d339
JD
24332012-09-02 Jan Djärv <jan.h.d@swipnet.se>
2434
2435 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
2436
2d3800d2
PE
24372012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2438
2439 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
2440 This ports to glibc 2.15 or later, when configured with
2441 --enable-gcc-warnings. See Eric Blake in
2442 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
2443
17a2cbbd
DC
24442012-09-01 Daniel Colascione <dan.colascione@gmail.com>
2445
2446 * configure.ac: Introduce term_header variable, which holds the
2447 value which will become TERM_HEADER in code. We effect our choice
2448 of window system by setting term_header and WINDOW_SYSTEM_OBJ
2449 instead of using ad-hoc variables and flags for each window
2450 system.
2451
6e8aca60
PE
24522012-08-26 Paul Eggert <eggert@cs.ucla.edu>
2453
2454 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
2455 and if the user has not specified CFLAGS. -g3 simplifies
2456 debugging, since it makes macros visible to the debugger.
2457
f0602979
JB
24582012-08-25 Juanma Barranquero <lekktu@gmail.com>
2459
2460 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
2461
391ceac5
EZ
24622012-08-25 Eli Zaretskii <eliz@gnu.org>
2463
2464 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
2465 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
2466
f4a681b0
PE
24672012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2468
2469 On assertion failure, print backtrace if available.
2470 Merge from gnulib, incorporating:
2471 2012-08-24 execinfo: port to FreeBSD
2472 2012-08-22 execinfo: new module
2473 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2474 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
2475
5af9cb6b
GM
24762012-08-22 Glenn Morris <rgm@gnu.org>
2477
2478 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
2479 do not create the bin/emacs link. (Bug#12011)
2480
01b13eb7
PE
24812012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2482
2483 Merge from gnulib, incorporating:
2484 2012-08-20 extern-inline: support old GCC 'inline'
2485
9aa0092c
GM
24862012-08-20 Glenn Morris <rgm@gnu.org>
2487
2488 * configure.ac (AC_PROG_LN_S): Test for ln.
2489 * Makefile.in (LN_S): New, set by configure.
2490 (install-arch-dep): Use $LN_S.
2491
562d4436
PE
24922012-08-19 Paul Eggert <eggert@cs.ucla.edu>
2493
2494 Merge from gnulib, incorporating:
2495 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
2496 2012-08-19 mktime, sys_select: avoid 'static inline'
2497 2012-08-19 gnulib-tool: Fix indentation.
2498
51e6d6b2
PE
24992012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2500
2501 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
2502 These files have been unused since the 2012-06-22 patch that
2503 introduced high-resolution time stamps.
2504
1598ef28
JB
25052012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
2506
2507 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
2508 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
2509
76d0e68f
PE
25102012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2511
2512 Merge from gnulib, incorporating:
2513 2012-08-05 extern-inline: also ignore -Wmissing-declarations
2514
57239922
JB
25152012-08-10 Juanma Barranquero <lekktu@gmail.com>
2516
2517 * lib/makefile.w32-in (STAT_TIME_H): New macro.
2518 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
2519 ($(BLD)/u64.$(O)): Update dependencies.
2520
9374581a
GM
25212012-08-10 Glenn Morris <rgm@gnu.org>
2522
2523 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
2524
da3d2105
DA
25252012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2526
2527 * configure.ac (--disable-features): Rename to --without-all.
2528 (OPTION_DEFAULT_ON): Change to use with_features.
2529 * INSTALL: Fix description.
2530
c30d4aef
DA
25312012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2532
2533 * configure.ac: New option --disable-features.
2534 (OPTION_DEFAULT_ON): Change to use enable_features.
2535 * INSTALL: Explain --disable-features.
2536
7d732d1a
GM
25372012-08-07 Glenn Morris <rgm@gnu.org>
2538
2539 * configure.ac: Require automake 1.11 (fairly arbitrarily).
2540 * autogen.sh (automake_min): Get it from configure.ac.
2541
1c6f11f4
GM
25422012-08-06 Glenn Morris <rgm@gnu.org>
2543
1db4583a
GM
2544 * configure.ac (BROKEN_GETWD) [unixware]: New define.
2545
1c6f11f4
GM
2546 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
2547 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
2548 (DISPNEW_NEEDS_STDIO_EXT): New define.
2549
68b0c113
MA
25502012-08-05 Michael Albinus <michael.albinus@gmx.de>
2551
a4fe5376 2552 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
68b0c113 2553
32d9ba9a
UM
25542012-08-05 Ulrich Müller <ulm@gentoo.org>
2555
2556 * configure.ac: Disable paxctl if binaries don't have a
2557 PT_PAX_FLAGS program header. (Bug#11979)
2558
fddc1855
EZ
25592012-08-03 Eli Zaretskii <eliz@gnu.org>
2560
2561 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
2562 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
2563 (SHA512_H): Don't mention u64.h twice.
2564 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
2565 New targets.
2566
f35ef0ed
PE
25672012-08-03 Paul Eggert <eggert@cs.ucla.edu>
2568
2569 Merge from gnulib, incorporating:
2570 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
2571
d7844221
YM
25722012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2573
2574 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
2575 out-of-tree build.
2576
837b365b
GM
25772012-08-02 Glenn Morris <rgm@gnu.org>
2578
d66b744d
GM
2579 * make-dist: Remove src/s.
2580
837b365b
GM
2581 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
2582
3f750e43
PE
25832012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2584
a0d4efe9
PE
2585 Merge from gnulib (Bug#12116), incorporating:
2586 2012-08-01 extern-inline: new module
2587 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
bff2a4b8 2588 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
a0d4efe9
PE
2589 New files. The new .c files are for instantiating extern inline
2590 functions.
2591
13294f95
PE
2592 Port to Solaris 8.
2593 Without this change, 'configure' fails because the recently-added
2594 wait3 prototype in config.h messes up later 'configure' tests.
2595 Fix this problem by droping wait3 and WRETCODE, as they're
2596 no longer needed on hosts that are current porting targets.
2597 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
2598 All uses changed to waitpid and WEXITSTATUS.
2599
3f750e43 2600 Avoid needless autoheader after autogen.sh.
38942b9c
GM
2601 * .bzrignore: Add src/stamp-h.in.
2602 * autogen.sh: Create src/stamp-h.in.
3f750e43 2603
ae21c275
GM
26042012-08-01 Glenn Morris <rgm@gnu.org>
2605
2606 * configure.ac (DOS_NT, MSDOS): New system type templates.
2607
fca64dbd
UM
26082012-08-01 Ulrich Müller <ulm@gentoo.org>
2609
2610 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
2611 Don't include crtbegin.o and crtend.o. (Bug#12047)
2612
5c0c0e8a
GM
26132012-08-01 Glenn Morris <rgm@gnu.org>
2614
ca35a5f7
GM
2615 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
2616 (INTERNAL_TERMINAL): New.
b72c9a8c 2617
5c0c0e8a
GM
2618 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
2619 (IS_ANY_SEP): Move here from src/lisp.h.
2620
552a99b4
JB
26212012-08-01 Juanma Barranquero <lekktu@gmail.com>
2622
2623 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
2624 (CONF_POST_H): New macro.
2625
8d8e2dfe
GM
26262012-07-31 Glenn Morris <rgm@gnu.org>
2627
bc96620a
GM
2628 * configure.ac (S_FILE): Remove output variable.
2629
68169a33
GM
2630 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
2631
b2c7a106
GM
2632 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
2633 Move here from src.
2634
8d8e2dfe
GM
2635 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
2636 Move here from conf_post.h.
2637
c09bfb2f
DA
26382012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2639
2640 Improve OpenMotif detection on GNU/Linux systems.
2641 * configure.ac (MOTIF): Check for /usr/include/openmotif
2642 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
2643
57ae02b1
AS
26442012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2645
2646 * Makefile.in (install-arch-indep): Avoid eval.
2647
c1529ded
GM
26482012-07-31 Glenn Morris <rgm@gnu.org>
2649
b3a56300
GM
2650 * configure.ac (opsysfile, S_FILE): Now they are always empty.
2651
cd8bac79
GM
2652 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
2653 when removing src/s/sol2-6.h yesterday.
2654
268e2432
GM
2655 * configure.ac (USG5_4): Reintroduce this.
2656 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
2657
400d5621
GM
2658 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
2659
7552f3ee
GM
2660 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
2661 and to s/usg5-4-common.h on irix6-5.
c1529ded 2662
b429a4ee
GM
26632012-07-30 Glenn Morris <rgm@gnu.org>
2664
2665 * configure.ac (AH_BOTTOM): Use an include file, so that the
2666 contents do not get processed by autoheader.
2667
0aee6912
PE
26682012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2669
8f25abd3
PE
2670 Do not overwrite config.status while executing it (Bug#11214).
2671 * Makefile.in (MAKEFILE_NAME): New macro.
2672 ($(MAKEFILE_NAME)): Rename rule from Makefile.
2673 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
2674 so that GNU 'make' isn't tempted to make the Makefile and then
2675 regenerate config.status while config.status is running.
2676
0aee6912
PE
2677 Update .PHONY listings in makefiles.
2678 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
2679 FRC, install-arch-dep, install-arch-indep, install-doc,
2680 install-info, install-man, install-etc, install-strip, uninstall,
2681 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
2682 (.RECURSIVE): Remove; hasn't been needed for years.
2683
0a763bd1
GM
26842012-07-30 Glenn Morris <rgm@gnu.org>
2685
32bac6d6
GM
2686 * configure.ac (SIGNAL_H_AHB): New hack macro.
2687 (opsysfile): Set to empty on netbsd, openbsd.
2688 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
2689
b65e7c46 2690 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
0a763bd1 2691
847bb9eb
JD
26922012-07-30 Jan Djärv <jan.h.d@swipnet.se>
2693
2694 * Makefile.in (install-arch-indep): Remove sh -x.
2695
d34d6ffc
GM
26962012-07-30 Glenn Morris <rgm@gnu.org>
2697
abc7ec54
GM
2698 * configure.ac (opsysfile): Tweak message for null case.
2699
227f5bd0
GM
2700 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
2701 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
d34d6ffc 2702
ffd817eb
JD
27032012-07-29 Jan Djärv <jan.h.d@swipnet.se>
2704
2705 * Makefile.in (install-arch-indep): Handle space in locallisppath.
2706
e32a5799
PE
27072012-07-28 Paul Eggert <eggert@cs.ucla.edu>
2708
2709 Use Gnulib environ module (Bug#9772).
2710 * m4/environ.m4: New file, from gnulib.
2711 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2712
2713 Use Gnulib stdalign module (Bug#9772, Bug#9960).
2714 This should improve portability of macros like alignof and DECL_ALIGN.
2715 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
2716 * .bzrignore: Add lib/stdalign.h.
2717 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
2718 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
2719 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
2720 fiddles with this, as gnulib now does this for us.
2721
441efe9f
DA
27222012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2723
2724 Fix toolkit configuration report.
2725 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
2726 --with-x-toolkit=gtk3 is used.
2727
5dad233c
PE
27282012-07-17 Paul Eggert <eggert@cs.ucla.edu>
2729
2730 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
2731 * configure.ac: Configure gnulib at the end, not before running
2732 pkg-config. This restores the behavior before 2012-06-22, when
2733 higher-resolution time stamps were added, and fixes a bug whereby
2734 LIB_PTHREAD was not used and gnulib's part of 'configure'
2735 therefore incorrectly assumed that pthread_sigmask wasn't working.
2736 Fix the problem with -lrt and clock_gettime a different way.
2737 This should complete the fix for Bug#11884.
2738 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
2739
b6e9e0ff
PE
27402012-07-15 Paul Eggert <eggert@cs.ucla.edu>
2741
2742 Merge from gnulib, incorporating:
2743 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
2744 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
2745
5b3f250f
GM
27462012-07-14 Glenn Morris <rgm@gnu.org>
2747
2748 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
2749 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
2750
dbee5793
GM
27512012-07-13 Glenn Morris <rgm@gnu.org>
2752
32fb4bb6
GM
2753 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
2754
983188fd
GM
2755 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
2756 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
2757 Move "system type" macros here from src/s.
2758 (BSD_SYSTEM_AHB): New hack macro.
2759 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
2760
5b633342
GM
2761 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
2762 (GC_MARK_SECONDARY_STACK): Move here from src/s.
dbee5793 2763
308aab79
GM
27642012-07-12 Glenn Morris <rgm@gnu.org>
2765
4fae5a7a
GM
2766 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
2767 setting here from src/s/darwin.h.
2768
51c3b9b4
GM
2769 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
2770 as src/s/darwin.h used to.
2771
42bd1719
GM
2772 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
2773 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
ba9e4b84 2774 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
0ab7b23a 2775 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3f922c37 2776 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3e91a053 2777 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
7ccad002 2778 (XOS_NEEDS_TIME_H): Move here from src/s.
308aab79 2779
c43fb4c3
GM
27802012-07-11 Glenn Morris <rgm@gnu.org>
2781
2782 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
ee1cf5cf 2783 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
c43fb4c3 2784
554fef51
PE
27852012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2786
2787 * configure.ac (tzset): Remove check that's redundant with gnulib.
2788
c8add24e
GM
27892012-07-11 Glenn Morris <rgm@gnu.org>
2790
172bedef
GM
2791 * configure.ac (CLASH_DETECTION): Define unconditionally.
2792
249685df
GM
2793 * configure.ac (opsysfile): Use bsd-common on gnu systems.
2794
35e951cd 2795 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT)
09f4e3b0 2796 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
c8add24e 2797
5ebbef1d
PE
27982012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2799
bb352260
PE
2800 Assume mkdir, rename, rmdir, strerror.
2801 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
5ebbef1d 2802
20e94fdd
GM
28032012-07-11 Glenn Morris <rgm@gnu.org>
2804
9d596af3
GM
2805 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
2806
20e94fdd
GM
2807 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
2808
22ffb973
PE
28092012-07-10 Paul Eggert <eggert@cs.ucla.edu>
2810
2811 Remove "#define unix" that is no longer needed (Bug#11905).
2812 Merge from gnulib to make "#define unix" unnecessary, incorporating:
2813 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
2814 2012-07-09 getopt: Simplify after Emacs changed.
2815
882cf227
GM
28162012-07-10 Glenn Morris <rgm@gnu.org>
2817
d02eb359
GM
2818 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
2819 Move here from src/s.
882cf227 2820
cda158b4
AS
28212012-07-09 Andreas Schwab <schwab@linux-m68k.org>
2822
2823 * configure.ac (PNG_DEPSTRUCT): Define this instead of
2824 PNG_DEPRECATED.
2825
5994c183
PE
28262012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2827
2828 Add GCC-style 'const' attribute to functions that can use it.
2829 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
2830 (ATTRIBUTE_CONST): New macro, in config.h.
2831
52331d2c
JB
28322012-07-09 Juanma Barranquero <lekktu@gmail.com>
2833
2834 * lib/makefile.w32-in: Rework dependencies.
2835 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
2836 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
2837 (U64_H, SHA512_H): New macros.
2838 (SRC): Redefine to point to src/, not current directory.
2839 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
2840 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
2841 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
2842 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
2843 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
2844 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
2845 ($(BLD)/filemode.$(O)): Update dependencies.
2846
c4444d16
PE
28472012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2848
2f93ecce
PE
2849 Merge from gnulib, incorporating:
2850 2012-07-09 timespec: mark functions with const attributes
2851
c4444d16
PE
2852 Rename configure.in to configure.ac (Bug#11603).
2853 The name 'configure.in' has been obsolescent for quite some time,
2854 and the next release of Autoconf will generate warnings for it.
61a11606
PE
2855 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
2856 'configure.in' as autoconf input" in the Autoconf git repository.
c4444d16
PE
2857 * configure.ac: Rename from configure.in.
2858 * INSTALL, INSTALL.BZR, README, make-dist:
2859 * Makefile.in (AUTOCONF_INPUTS):
2860 * autogen.sh (autoconf_min):
2861 * autogen/update_autogen (sources):
2862 Adjust to reflect new name.
2863
0ccb0b09
PE
28642012-07-08 Paul Eggert <eggert@cs.ucla.edu>
2865
2866 Restore deprecation warnings, except for older libpng.
2867 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
2868 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
2869 (PNG_DEPRECATED): Define when compiling with older PNG versions.
2870
4da41f1c
AS
28712012-07-07 Andreas Schwab <schwab@linux-m68k.org>
2872
2873 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
2874
6045c4fd
PE
28752012-07-07 Paul Eggert <eggert@cs.ucla.edu>
2876
2877 Improve static checking when configured --with-ns.
2878 See Samuel Bronson's remarks in
2879 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
2880 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
2881 a no-op with recent GCC and harmful in earlier ones.
2882 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
2883 warning when compiling with ObjC. Always omit
2884 -Wunsafe-loop-optimizations, as we don't mind when optimization is
2885 being done correctly.
2886
4516fbef
GM
28872012-07-07 Glenn Morris <rgm@gnu.org>
2888
41f9404e
GM
2889 * configure.in (BROKEN_SA_RESTART): Doc fix.
2890
4516fbef
GM
2891 * configure.in: Rather than checking for things then undef'ing
2892 them on some platforms, simply don't check for them.
2893 (getwd): Don't check for it on unixware.
2894 (random, rint): Don't check for these on hpux.
2895 (res_init, libresolv): Don't check for these on darwin.
2896
07adc2c6
JB
28972012-07-07 Juanma Barranquero <lekktu@gmail.com>
2898
2899 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
2900 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
2901 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
2902 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
2903
a69ca799
PE
29042012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2905
f5c08e17
PE
2906 * configure.in: Document --enable-gcc-warnings better.
2907
fee5959d
PE
2908 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
2909 This is safer than strcasecmp, which has unspecified behavior
2910 outside the POSIX locale and in practice sometimes does not work
2911 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
2912 * configure.in (strcasecmp, strncasecmp): Remove checks.
f5c08e17 2913
fee5959d
PE
2914 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
2915 * lib/c-strncasecmp.c: New files, taken from gnulib.
2916 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2917
a69ca799
PE
2918 Merge from gnulib, incorporating:
2919 2012-07-06 timespec-sub: avoid duplicate include
2920 Reported by Juanma Barranquero.
2921
a02d99e7
GM
29222012-07-06 Glenn Morris <rgm@gnu.org>
2923
2924 * make-dist [update]: Let autoreconf figure out what needs updating.
2925 Use `make info-real'. leim/leim-list.el should always exist.
2926 Check cd return value.
2927
7dca65a4
PE
29282012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2929
2930 Merge from gnulib. This is for OpenBSD 5.1 amd64.
2931 * m4/sys_time_h.m4: New version from gnulib, incorporating:
2932 2012-07-05 sys_time: allow too-wide tv_sec
2933
013aabf1
PE
29342012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2935
2936 Merge from gnulib.
2937 * lib/alloca.in.h: New version from gnulib, incorporating:
2938 2012-07-03 alloca: add support for HP NonStop TNS/E native
2939
8ce70ed2
DA
29402012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
2941
2942 * configure.in: If --enable-gcc-warnings, disable
2943 -Wunsafe-loop-optimizations for -O1 optimization level.
2944
ca26824c
GM
29452012-06-30 Glenn Morris <rgm@gnu.org>
2946
2947 * configure.in (standardlisppath): New output variable.
2948 (lisppath): Use standardlisppath.
2949 * Makefile.in (standardlisppath): New, set by configure.
2950 (epaths-force): Use standardlisppath and locallisppath rather than
2951 lisppath.
2952
94eb8e0a
DA
29532012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2954
1f9f395d 2955 * configure.in: Fix previous change. Remove --enable-asserts.
94eb8e0a
DA
2956 (CPPFLAGS): Remove conditional -DXASSERTS=1.
2957 Add --enable-link-time-optimization.
2958 * INSTALL: Mention this.
2959
e509cfa6
DA
29602012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2961
2962 * configure.in: Add glyphs category to --enable-checking option.
2963 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
2964
a54e2c05
DA
29652012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2966
2967 * configure.in (ENABLE_CHECKING): Update comment.
2968
059e4fb5
PE
29692012-06-28 Paul Eggert <eggert@cs.ucla.edu>
2970
15458df4
PE
2971 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
2972 Emacs proper no longer uses these headers, and can rely on Gnulib
2973 for these checks.
2974
059e4fb5
PE
2975 Merge from gnulib.
2976 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2977 getopt-posix: No longer guarantee that option processing is resettable.
2978
1ba6038a
GM
29792012-06-27 Glenn Morris <rgm@gnu.org>
2980
0b6b25d5
GM
2981 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
2982
1ba6038a
GM
2983 * INSTALL: Remove references to paths.el.
2984
cc06e7e7
EZ
29852012-06-26 Eli Zaretskii <eliz@gnu.org>
2986
90eacf99
SM
2987 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
2988 This replaces separate dependency for each object file, which required
cc06e7e7
EZ
2989 the same object file to be mentioned twice, causing failures in
2990 parallel builds.
2991
cf38a720
PE
29922012-06-26 Paul Eggert <eggert@cs.ucla.edu>
2993
2994 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
2995 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
2996
3511c784
DA
29972012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
2998
2999 * configure.in (AC_CHECK_FUNCS): Detect library functions
3000 strcasecmp and strncasecmp.
3001
845ca893
PE
30022012-06-24 Paul Eggert <eggert@cs.ucla.edu>
3003
3004 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
3005 We might as well use the spelling standardized by C11,
3006 as in the long run that should simplify maintenance.
3007 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
3008
696056c2
EZ
30092012-06-24 Eli Zaretskii <eliz@gnu.org>
3010
35e951cd
JB
3011 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O))
3012 ($(BLD)/timespec-add.$(O))
696056c2
EZ
3013 ($(BLD)/timespec-sub.$(O)): Don't depend on
3014 $(EMACS_ROOT)/nt/inc/sys/time.h.
3015
3016 * lib/stat-time.h:
3017 * lib/timespec.h:
3018 * lib/utimens.h: Revert last change.
3019
47d0c011
PE
30202012-06-23 Paul Eggert <eggert@cs.ucla.edu>
3021
3022 Merge from gnulib.
3023 * m4/getopt.m4: Copy new version from gnulib, incorporating:
3024 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
3025
388cdec0
EZ
30262012-06-23 Eli Zaretskii <eliz@gnu.org>
3027
3028 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
3029 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
3030 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
3031 $(BLD)/timespec-sub.$(O).
35e951cd
JB
3032 ($(BLD)/dtotimespec.$(O))
3033 ($(BLD)/gettime.$(O))
3034 ($(BLD)/timespec-add.$(O))
388cdec0
EZ
3035 ($(BLD)/timespec-sub.$(O)): New dependencies.
3036
3037 * lib/stat-time.h:
3038 * lib/timespec.h:
ed9265fc 3039 * lib/utimens.h: Include sys/time.h.
388cdec0 3040
54e8a418
AS
30412012-06-23 Andreas Schwab <schwab@linux-m68k.org>
3042
3043 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
3044 the correct CFLAGS and LIBS.
3045
d35af63c
PE
30462012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3047
3048 Support higher-resolution time stamps (Bug#9000).
3049 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
3050 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
3051 that the new clock stuff doesn't clash with RSVG_LIBS.
3052 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
3053 as gnulib does that for us now.
3054 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
3055 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
3056 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
3057 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
3058 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
3059 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
3060 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
3061 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
3062 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
3063 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
3064 New files, copied automatically from gnulib.
3065 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
3066
05730648
PE
30672012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3068
3069 Merge from gnulib.
3070 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
3071 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
3072 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
3073 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
3074 Copy new versions from gnulib, incorporating the following changes:
3075 2012-06-22 time_r: fix typo that always overrode localtime_r decl
3076 2012-06-22 Write "Mac OS X" instead of "MacOS X".
3077 2012-06-21 mktime: fix integer overflow in 'configure'-time test
3078 2012-06-21 nonblocking: Avoid compilation error on mingw64.
3079 2012-06-19 stat, fstat: Avoid warnings on mingw64.
3080 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
3081
646b5f55
AS
30822012-06-13 Andreas Schwab <schwab@linux-m68k.org>
3083
3084 * configure.in: Rename --enable-use-lisp-union-type to
3085 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
3086 instead of USE_LISP_UNION_TYPE.
3087
8a07a8c6
GM
30882012-06-12 Glenn Morris <rgm@gnu.org>
3089
b4492cba
GM
3090 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
3091 (opsysfile): Set specially for sol2-10.
3092
8a07a8c6
GM
3093 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
3094 New AC_DEFINEs, for hpux11.
3095 (opsysfile): Set specially for hpux11.
3096
03043c1b
PE
30972012-06-12 Paul Eggert <eggert@cs.ucla.edu>
3098
3099 * configure.in: Coalesce some function checking.
3100 This makes 'configure' a bit smaller.
3101 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
3102
ed846e5f
GM
31032012-06-12 Glenn Morris <rgm@gnu.org>
3104
0d369729
GM
3105 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
3106
45fa9c0f
GM
3107 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
3108
ed846e5f
GM
3109 * configure.in: Anticipate platforms with no src/s file.
3110
0e25d334
CY
31112012-06-12 Chong Yidong <cyd@gnu.org>
3112
3113 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
3114
a9be7d2b
GM
31152012-06-11 Glenn Morris <rgm@gnu.org>
3116
3117 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
3118
e3a3e213
MA
31192012-06-09 Michael Albinus <michael.albinus@gmx.de>
3120
3121 * configure.in (dbus_type_is_valid): Check for library function.
3122
276d5f5d
GM
31232012-06-06 Glenn Morris <rgm@gnu.org>
3124
3125 * INSTALL, make-dist: Remove vcdiff.
3126
418cd726
GM
31272012-06-03 Glenn Morris <rgm@gnu.org>
3128
3129 * INSTALL, make-dist: Remove rcs-checkin.
3130
c71232db
UM
31312012-06-03 Ulrich Müller <ulm@gentoo.org>
3132
1f9f395d 3133 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
c71232db 3134
501390c5
PE
31352012-06-01 Paul Eggert <eggert@cs.ucla.edu>
3136
3137 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
3138 It is confusingly named and rarely useful. See, for example,
3139 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
3140 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
3141 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
3142 * configure.in: Remove --disable-maintainer-mode.
3143 (USE_MAINTAINER_MODE, MAINT): Remove.
3144
0e7a053e
PE
31452012-05-28 Paul Eggert <eggert@cs.ucla.edu>
3146
3147 Make 'configure' a bit smaller and faster.
3148 * configure.in (INSTALL_INFO): Set it with one call to
3149 AC_PATH_PROG, not three.
3150 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
3151 so likely that it'll be needed.
3152 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
3153 (AC_PROG_MAKE_SET): Remove; Automake does this.
3154 (sysinfo): Do not check for this function, as it's never used.
3155 (tzset): Check for this function just once.
3156 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
3157 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
3158
cd376509
EZ
31592012-05-27 Eli Zaretskii <eliz@gnu.org>
3160
42a53d84
EZ
3161 * config.bat (lib): Create/update lib/stdalign.in-h and
3162 lib/sys_types.in-h.
3163
35e951cd
JB
3164 * lib/makefile.w32-in ($(BLD)/md5.$(O))
3165 ($(BLD)/sha1.$(O))
3166 ($(BLD)/sha256.$(O))
cd376509
EZ
3167 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
3168 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
3169
3170 * lib/getopt_.h: Regenerate.
3171
50c4645e
PE
31722012-05-27 Paul Eggert <eggert@cs.ucla.edu>
3173
3174 Assume gnulib does largefile.
3175 Gnulib does the largefile configuration anyway, so when configure.in
3176 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
3177 * configure.in (AC_SYS_LARGEFILE): Remove.
3178 * lib/gnulib.mk: Autoupdate.
3179
caf8a9b2
PE
31802012-05-26 Paul Eggert <eggert@cs.ucla.edu>
3181
3182 Merge from gnulib. (Bug#11527)
3183
3184 The build procedure now creates <stdalign.h> and <sys/types.h> for
3185 older hosts that lack a working <stdalign.h> or whose
90eacf99
SM
3186 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
3187 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
caf8a9b2
PE
3188 msdos and nt builds.
3189
3190 Here is a precis of gnulib changes that seem relevant; please see
3191 the gnulib ChangeLog for details.
3192
3193 2012-05-18 crypto: fix bug in large buffer handling
3194 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
3195 2012-05-10 _Noreturn: port config.h to gcc -Wundef
3196 2012-05-08 warnings.m4: give a means to specify the program to compile
3197 2012-05-07 stdint: be more consistent with glibc, SunOS libc
3198 2012-04-21 Large File Support for native Windows platforms.
3199 2012-04-14 stat: Bypass buggy override in mingw64.
3200 2012-03-29 stdio: don't assume gets any more
3201 2012-03-24 Enable common subexpression optimization in GCC.
3202 2012-02-09 maint: replace FSF snail-mail addresses with URLs
3203 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
3204 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
3205 2012-01-21 stdint: Add support for Android.
3206 2012-01-15 Improve support for MSVC 9.
3207 2012-01-08 mktime: Avoid compilation error on Solaris 11.
3208 2012-01-05 Use ', not `, for quoting output.
3209 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
3210 2012-01-05 strtoimax: Work around AIX 5.1 bug.
3211 2012-01-05 inttypes: Modernize.
3212 2011-12-13 inttypes, stdint: add C++11 support
3213 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
3214 2011-11-21 _Noreturn: Check that _MSC_VER is defined
3215 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
3216 2011-11-09 raise: fix mingw handling of SIGPIPE
3217 2011-10-27 Add stdalign module and use it in other modules.
3218
3219 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
3220 * m4/sys_types_h.m4:
3221 New files.
3222 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
3223 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
2fb6d9c6 3224 * build-aux/snippet/warn-on-use.h:
caf8a9b2
PE
3225 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
3226 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
3227 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
3228 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3229 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
3230 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
3231 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
3232 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
3233 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
3234 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
3235 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
3236 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
3237 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
3238 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
3239 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
3240 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
3241 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
3242 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
3243 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
3244 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
3245 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
3246 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
3247 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
3248 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
3249 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
3250 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
3251 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
3252 Update from gnulib.
3253
34374650
PE
32542012-05-22 Paul Eggert <eggert@cs.ucla.edu>
3255
3256 Remove src/m/*.
3257 * configure.in: Remove all mention of src/m/*.
3258 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
3259 All uses removed.
3260 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
3261 (BITS_PER_LONG_LONG): Move to src/lisp.h.
3262 * lib/makefile.w32-in: Remove dependencies on
3263 $(EMACS_ROOT)/src/m/intel386.h.
3264 * make-dist: Don't make links to src/m.
3265
ec21c7f8
PE
32662012-05-22 Paul Eggert <eggert@cs.ucla.edu>
3267
3268 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
3269 Without this further fix, aclocal was being invoked unnecessarily.
3270
39078e4a
GM
32712012-05-22 Glenn Morris <rgm@gnu.org>
3272
3273 * Makefile.in (blessmail, install-arch-dep, uninstall):
3274 Check cd lib-src works.
3275 (install-arch-dep, uninstall): Remove unneeded subshells.
3276
be17565b
GM
32772012-05-21 Glenn Morris <rgm@gnu.org>
3278
ff0c3cfb
GM
3279 * update-subdirs: Move to build-aux/.
3280 * make-dist, Makefile.in (install-arch-indep): Update for this change.
3281
d10cfddd
GM
3282 * Makefile.in (leimdir): New, set by configure.
3283 (COPYDIR, COPYDESTS): Add leim directories.
3284 (install-leim): Remove.
3285 (install-arch-indep): Handle leim installation directly.
3286
be17565b
GM
3287 * vpath.sed: Remove unused file.
3288 * make-dist: No more vpath.sed.
3289
9b4ee616
PE
32902012-05-21 Paul Eggert <eggert@cs.ucla.edu>
3291
fb77d37e
PE
3292 Use full name for m4/gnulib-comp.m4. (Bug#11529)
3293 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
3294 even though the file's name in gnulib is m4/gnulib-comp.m4.
3295 This had a problem when merging from gnulib, as the code temporarily
3296 renamed it to the full name, causing problems when interrupted.
3297 Now the file has its full name, with the idea that we will find
3298 a solution for MS-DOS that does not affect the rest of Emacs.
3299 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
3300
261cb4bb
PE
3301 Assume C89 or later.
3302 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
3303 (POINTER_TYPE, PROTOTYPES): Remove.
3304
9b4ee616
PE
3305 Make merging from gnulib a script, not a makefile action.
3306 Putting it in a makefile has some problems with reflection, as
3307 merging from gnulib updates 'configure', which can update the makefile.
3308 Putting it in a standalone script breaks this loop.
3309 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
3310 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
3311 Remove, moving the actions to the script admin/merge-gnulib.
3312
261cb4bb
PE
33132012-05-21 Glenn Morris <rgm@gnu.org>
3314
3315 * configure.in (LEIM_INSTALLDIR):
3316 Rename to leimdir, treat like lispdir.
3317
b847032c
GM
33182012-05-21 Glenn Morris <rgm@gnu.org>
3319
3320 * Makefile.in (install-arch-indep, install-doc, install-info)
3321 (uninstall): Scrap superfluous subshells.
3322
a04689de 33232012-05-19 Ulrich Müller <ulm@gentoo.org>
af006ad5
UM
3324
3325 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
3326
003fdae2
PE
33272012-05-19 Paul Eggert <eggert@cs.ucla.edu>
3328
9232a6d9
PE
3329 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
3330 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
3331 getsockopt, setsockopt, mremap, mempcpy.
3332
003fdae2
PE
3333 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
3334 is being removed.
3335 (AC_CHECK_FUNCS): Remove ftime.
3336
e7333757
GM
33372012-05-19 Glenn Morris <rgm@gnu.org>
3338
e39b9806 3339 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 3340
42d5aa3e
GM
3341 * Makefile.in (install-arch-indep): Remove unneeded chmod.
3342 Set permissions of lisp/subdirs.el.
3343
9192d37d
GM
3344 * Makefile.in (SUBDIR): Add leim. Update users.
3345
2e5d41e4
GM
3346 * Makefile.in (lib, lib-src, lisp): Check cd return value.
3347
e7333757
GM
3348 * Makefile.in (leim): No need to set PARALLEL.
3349
7606c360
GM
33502012-05-18 Glenn Morris <rgm@gnu.org>
3351
6d1a623e
GM
3352 * Makefile.in (install-arch-indep, install-info, install-man):
3353 Simplify some one-sided ifs.
3354
29473393
GM
3355 * Makefile.in: Install only the relevant DOC file.
3356 (install-arch-indep): Delete etc/DOC*.
3357 (install-doc): No more need to delete etc/DOC.
3358
660c8c1e
GM
3359 * Makefile.in (install-arch-indep): Split into several rules.
3360 (install-doc, innstall-info, install-man): New rules.
3361
37f36bcb
GM
3362 * configure.in (mandir): May as well include it in the NS app bundle.
3363
0629a797
GM
3364 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
3365 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
3366 (install-arch-indep): Don't install-etc for self-contained ns builds.
3367
136c45ee
GM
3368 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
3369 No longer unconditonally add /sw directories. (Bug#2280)
3370
ed0ba302
GM
3371 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
3372 (install-arch-indep): Depend on install-leim.
3373 (install): Remove explicit install-leim dependence.
3374
62061397
GM
3375 * Makefile.in (install-arch-indep):
3376 Move last element of mkdir rule here.
3377 (mkdir): Remove rule.
3378
37baa3c8
GM
3379 * Makefile.in (install-arch-indep): Remove unneeded chmods.
3380 INSTALL_DATA does this for us.
3381
b533f05e
GM
3382 * Makefile.in (install-arch-dep): Ensure bindir exists.
3383 Drop mkdir dependency.
3384 (install-arch-indep): Ensure docdir, infodir, mandir exist.
3385 (install-leim): Drop mkdir dependency.
3386 (mkdir): Remove most directories, now made in relevant rules.
3387
7606c360
GM
3388 * Makefile.in (install-arch-indep): Combine adjacent loops.
3389
3a4155de
GM
33902012-05-17 Glenn Morris <rgm@gnu.org>
3391
d9a1e2c2
GM
3392 * Makefile.in (install-etc, mkdir):
3393 Make relevant directories in install-etc rather than mkdir.
3394
4c54abe1
GM
3395 * Makefile.in (write_subdir): Create the directory if needed.
3396 (install-arch-dep, mkdir): No need to make site-lisp directories.
3397
9f1ea7dc 3398 * Makefile.in (write_subdir): New.
05f3d308 3399 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 3400
40c117e7 3401 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 3402 For a self-contained ns build, set these to the appropriate values.
40c117e7 3403 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 3404
b4a36200
GM
3405 * configure.in (ns_self_contained): New output variable.
3406 * Makefile.in (ns_self_contained): New, set by configure.
3407 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
3408 don't bother installing binaries then immediately deleting them.
3409
3a4155de
GM
3410 * Makefile.in (ns_appbindir, ns_appresdir):
3411 Move them before things that may refer to them.
3412 (install-arch-dep): No need to relocate self-contained ns libexec.
3413
3414 * configure.in (archlibdir): Set it for self-contained ns builds.
3415 (libexecdir): Don't expand it now (this is mainly cosmetic).
3416
f04940ae
PE
34172012-05-16 Paul Eggert <eggert@cs.ucla.edu>
3418
3419 * configure.in: Simplify by removing CPP etc.
3420 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
3421 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
3422 In particular we no longer need to fiddle with CPP, since we don't
3423 use CPP specially any more.
3424 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
3425 adjusted compiler.
3426 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
3427 since gl_EARLY and/or Autoconf already does these.
3428
27cb7be2
GM
34292012-05-16 Glenn Morris <rgm@gnu.org>
3430
3431 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
3432 (CPP): Do not unconditionally set it on Darwin.
3433 Instead, try to test if -no-cpp-precomp is accepted.
3434 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
3435
ec3ca9ec
GM
34362012-05-15 Glenn Morris <rgm@gnu.org>
3437
4e7d487c 3438 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 3439
75a9f5f5
GM
3440 * Makefile.in (install-arch-dep): Do not hard-code version number.
3441
ec3ca9ec
GM
3442 * Makefile.in (install-arch-dep): NS install no longer needs to
3443 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
3444
3fe7cdc8
GM
34452012-05-12 Glenn Morris <rgm@gnu.org>
3446
9e6b06ed
GM
3447 * configure.in (ns_appbindir): Remove trailing "/".
3448
3fe7cdc8
GM
3449 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
3450 (MKDEPDIR): Use $MKDIR_P.
3451 * Makefile.in (MKDIR_P): New, set by configure.
3452 (mkdir): Use $MKDIR_P.
3453
a873f274
GM
34542012-05-11 Glenn Morris <rgm@gnu.org>
3455
3456 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 3457 Use INSTALL_DATA for the DOC file.
c8e32179 3458 Remove dead code for ./lisp that never executes.
a873f274 3459
ff57c2ec
GM
34602012-05-10 Glenn Morris <rgm@gnu.org>
3461
3462 * configure.in (LEIM_INSTALLDIR): New output variable.
3463
49ed9c8e
SM
34642012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3465
3466 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
3467
5122804a
GM
34682012-05-08 Glenn Morris <rgm@gnu.org>
3469
3470 * make-dist: No more doc/lispref/*.el.
3471
01319a4e
AS
34722012-05-05 Andreas Schwab <schwab@linux-m68k.org>
3473
3474 * configure.in: Fix quoting bugs.
3475
8045b906
GM
34762012-05-04 Glenn Morris <rgm@gnu.org>
3477
3478 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
3479
9fa0e416
GM
34802012-05-02 Glenn Morris <rgm@gnu.org>
3481
3c30e766
GM
3482 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
3483 the choices made by FreeBSD and NetBSD. (Bug#10313)
3484
9aa071df
GM
3485 * Makefile.in (INFO_FILES): Remove variable.
3486 (INFO_NONMISC): New variable.
3487 (install-arch-indep, uninstall): Don't use $INFO_FILES.
3488
cd3771a0
GM
3489 * Makefile.in (uninstall): Remove useless-use-of-for; that for
3490 some reason caused problems on an old Solaris.
3491
a36e64d0
GM
3492 * Makefile.in (install-arch-indep, uninstall):
3493 Ensure that INSTALL-type commands are run from top-level.
3494
9e7a4bcf
GM
3495 * info/dir: Make some entries consistent with the source texi files.
3496
9fa0e416
GM
3497 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
3498
7adecb99
GM
34992012-05-02 Glenn Morris <rgm@gnu.org>
3500
3501 * Makefile.in (install-arch-indep):
3502 Combine adjacent install-data and install-info loops.
3503
4737362e
GM
35042012-05-01 Glenn Morris <rgm@gnu.org>
3505
ab1121bd
GM
3506 * Makefile.in (MAN_PAGES): Remove.
3507 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
3508
a4a18b8b
GM
3509 * configure.in: Try libtinfo for tputs.
3510 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
3511
3ba0a545
GM
3512 * configure.in: Combine adjacent $opsys case blocks.
3513
e3da5b19
GM
3514 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
3515
262f06da
GM
3516 * configure.in: Invert the TERMINFO logic,
3517 since "yes" is far more common than "no".
3518
9311dcff
GM
3519 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
3520
4d5c6349
GM
3521 * configure.in (LD_SWITCH_X_SITE_RPATH):
3522 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
3523
4737362e
GM
3524 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
3525
562e638f
GM
35262012-04-26 Glenn Morris <rgm@gnu.org>
3527
3528 * make-dist: No more doc/lispref/tindex.pl.
3529
dcbf5805
MA
35302012-04-22 Michael Albinus <michael.albinus@gmx.de>
3531
3532 * configure.in (dbus_validate_bus_name, dbus_validate_path)
3533 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 3534 these library functions.
dcbf5805 3535
4b5b5289
PE
35362012-04-22 Paul Eggert <eggert@cs.ucla.edu>
3537
3538 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
3539 With glibc 2.14 or later, when compiled with GCC 4.7.0's
3540 -Werror=deprecated-declarations flag, use of hooks like
3541 __malloc_initialize_hook causes compilation to fail because these
3542 hooks are deprecated. Modify 'configure' to check for these hooks too.
3543 Simplify the 'configure' code to test for all the hooks at once.
3544 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
3545 (emacs_cv_var_doug_lea_malloc): ... this new var.
3546
9ee7d8b9
PE
35472012-04-21 Paul Eggert <eggert@cs.ucla.edu>
3548
3549 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
3550 dated 2011-10-07. Regenerating from current gnulib would be a
3551 pervasive change, and currently the trunk isn't open to such changes.
3552 * configure.in (WARN_CFLAGS): Remove; no longer needed now
3553 that gnulib does it.
3554 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3555
5e6ab4e6
AS
35562012-04-21 Andreas Schwab <schwab@linux-m68k.org>
3557
3558 * m4/gl-comp.m4: Update. (Bug#11285)
3559
c07a4c0b 35602012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
3561
3562 * configure.in: Don't use the -R option (Bug#11251).
3563
6c94c34f 35642012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 3565
9f46df23 3566 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
3567 I have been using this change for many months in my private copy
3568 of Emacs, and have used it to find several bugs. It's mature
3569 enough to publish now.
3570 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
3571 * configure.in: Support --enable-gcc-warnings, in the style of
3572 other GNU packages such as coreutils.
3573 (C_WARNINGS_SWITCH): Remove, replacing with...
3574 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
3575 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
3576 when including system files with GCC.
67546201 3577 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
3578 * lib/Makefile.am (AM_CFLAGS): New macro.
3579 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
3580
316411f0
DA
35812012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3582
3583 * configure.in (AC_CHECK_FUNCS):
1f9f395d 3584 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
316411f0 3585
9b9b2ef2
GM
35862012-04-16 Glenn Morris <rgm@gnu.org>
3587
b1aa797c
GM
3588 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
3589
9b9b2ef2
GM
3590 * configure.in: Remove X libs workaround for old autoconf.
3591
badf86af
KB
35922012-04-12 Ken Brown <kbrown@cornell.edu>
3593
3594 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
3595
2f097256
GM
35962012-04-11 Glenn Morris <rgm@gnu.org>
3597
3598 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
3599
a9f72fc1
GM
36002012-04-10 Glenn Morris <rgm@gnu.org>
3601
3602 * configure.in: Conditionally generate admin/unidata/Makefile.
3603
6b4f4a2d
TZ
36042012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
3605
a9f72fc1 3606 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 3607
23df914b
GM
36082012-04-09 Glenn Morris <rgm@gnu.org>
3609
fd9d85c2
GM
3610 * Makefile.in (leim): Check cd return value. Pass fewer variables.
3611 (install-leim): Check cd return value. Pass $MFLAGS.
3612 (install-strip): Pass $MFLAGS.
3613
23df914b
GM
3614 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
3615 Eg org.texi has been using 4.7 functions for some time.
3616
bf6bba2b
PE
36172012-04-07 Paul Eggert <eggert@cs.ucla.edu>
3618
3619 Check pkg-config exit status when configuring (Bug#10626).
3620 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
3621 works; check its exit status. Problem reported by Jordi Gutiérrez
3622 Hermoso in
3623 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
3624
f3774f20
GM
36252012-04-07 Glenn Morris <rgm@gnu.org>
3626
3627 * README, configure.in (AC_INIT): Bump version to 24.1.50.
3628
d67a9a85
EZ
36292012-04-07 Eli Zaretskii <eliz@gnu.org>
3630
3631 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
3632
f20f95c6
PE
36332012-03-04 Paul Eggert <eggert@cs.ucla.edu>
3634
3635 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
3636 * configure.in (LIBS_TERMCAP): Default this to the result of
3637 the tputs library search. Do a run-time test for the linkability
3638 of tputs unless cross-compiling, as that's more reliable if the
3639 link flags and libraries are messed up. Don't change LIBS as
3640 a result of the test, as that may mess up later tests.
3641
75197633
CS
36422012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
3643
e7b41c4c 3644 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 3645
75197633
CS
3646 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
3647 specific makefiles to support getopt_.h generation with MSVC.
3648
7eb21b49
GM
36492012-02-04 Glenn Morris <rgm@gnu.org>
3650
3651 * Makefile.in (uninstall):
3652 Handle compressed info files and man pages. (Bug#10718)
3653
44f92739
GM
36542012-02-02 Glenn Morris <rgm@gnu.org>
3655
3656 * configure.in [HAVE_NS]:
3657 Error if use --without-toolkit-scroll-bars. (Bug#10673)
3658
6df37268
PE
36592012-02-01 Paul Eggert <eggert@cs.ucla.edu>
3660
3661 Port to older Solaris 10 versions (Bug#10677).
3662 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
3663 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
3664 possibly this is because Sun fixed the 'stat' bug in my version.
3665 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
3666 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
3667 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3668 These changes are based on gnulib version
3669 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
3670 because Emacs is in feature freeze and we do not want to merge any
3671 more-recent changes from gnulib.
3672
8d8939e8
GM
36732012-01-31 Glenn Morris <rgm@gnu.org>
3674
e4070def
GM
3675 * configure.in: Throw an explicit error if Motif toolkit was
3676 requested but requirements could not be found.
3677
8d8939e8
GM
3678 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
3679
5a26ec89
EZ
36802012-01-30 Eli Zaretskii <eliz@gnu.org>
3681
3682 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
3683 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
3684 with "make -j3".
3685
1b0880d5
JB
36862012-01-16 Juanma Barranquero <lekktu@gmail.com>
3687
3688 * .bzrignore: Ignore etc/__pycache__.
3689
adee8a65
PE
36902011-12-17 Paul Eggert <eggert@cs.ucla.edu>
3691
3692 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
090bd7cb 3693 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
adee8a65
PE
3694 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
3695 by Nelson H. F. Beebe in
3696 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
3697
e152e577
JB
36982011-12-10 Juanma Barranquero <lekktu@gmail.com>
3699
3700 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
3701
46d14be7
JD
37022011-12-10 Jan Djärv <jan.h.d@swipnet.se>
3703
3704 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
3705 instead of LDFLAGS (Bug#10230).
3706
6c269a38
PE
37072011-12-03 Paul Eggert <eggert@cs.ucla.edu>
3708
4eec8d6f
PE
3709 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
3710
6c269a38 3711 Propagate configure flags to sub-configures.
1350a3cc 3712 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
3713 New macros.
3714 (config.status, bootstrap): Use them to propagate configure flags
3715 to sub-configures.
3716 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
3717
63e94eb8
PE
37182011-12-03 Paul Eggert <eggert@cs.ucla.edu>
3719
3720 * .bzrignore: Add config.cache.
3721
54e9e3bf
JD
37222011-11-27 Jan Djärv <jan.h.d@swipnet.se>
3723
3724 * configure.in: Check for gtk_window_set_has_resize_grip.
3725
20db1522
JB
37262011-11-24 Juanma Barranquero <lekktu@gmail.com>
3727
3728 * configure.in (HAVE_XPM): Fix typo.
3729
60bf278f
GM
37302011-11-22 Glenn Morris <rgm@gnu.org>
3731
5f77c86c
GM
3732 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
3733 have confusing effects on the build. (Bug#6401)
3734
60bf278f
GM
3735 * Makefile.in (install-arch-dep): Tweak previous change.
3736
816be9f6
YD
37372011-11-22 Yavor Doganov <yavor@gnu.org>
3738
3739 Do not install arch-dependent files in the app bundle if
3740 --disable-ns-self-contained is requested. (Bug#1335)
3741 * configure.in (exec_prefix, libexecdir): Define relative to
3742 `ns_appbindir' only if configured for a self-contained app.
3743 * Makefile.in (install-arch-dep): Test for the existence of
3744 libexec in the Emacs.app bundle before executing commands.
3745
d5ff9cd0
AS
37462011-11-20 Andreas Schwab <schwab@linux-m68k.org>
3747
3748 * configure.in: Remove reference to src/m/ibms390.h.
3749
1c889bf6
GM
37502011-11-13 Glenn Morris <rgm@gnu.org>
3751
3752 * INSTALL: Tiny updates for disk space used during installation.
3753
a6fc3b5c
EZ
37542011-11-05 Eli Zaretskii <eliz@gnu.org>
3755
3756 * lib/makefile.w32-in (FRC): New dummy target.
3757 (TAGS): Depend on FRC.
3758
9f77899d
GM
37592011-11-04 Glenn Morris <rgm@gnu.org>
3760
1f9f395d 3761 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
9f77899d
GM
3762 Do not include GnuTLS version info in final summary message.
3763
0bd3cb7b
EZ
37642011-10-31 Eli Zaretskii <eliz@gnu.org>
3765
07f3add9
EZ
3766 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
3767 they exist there, else from autogen/.
3768
3769 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 3770
d2eaf3e4
NT
37712011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
3772
3773 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
3774
e782cfab
PE
37752011-10-24 Paul Eggert <eggert@cs.ucla.edu>
3776
3777 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
3778 if the library is found. Otherwise, later configure-time tests,
3779 such as the test for pthread_sigmask, generate the wrong results
3780 on some platforms. Problem reported for FreeBSD by Nali Toja.
3781
7da0b018
PE
37822011-10-20 Paul Eggert <eggert@cs.ucla.edu>
3783
3784 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
3785 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
3786 Remove; no longer needed, now that we defer to strftime for time
3787 zone names.
3788
0ffe1065
JD
37892011-10-18 Jan Djärv <jan.h.d@swipnet.se>
3790
3791 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
3792
23769e49
CY
37932011-10-18 Chong Yidong <cyd@gnu.org>
3794
3795 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
3796
fd8dea03
GM
37972011-10-13 Glenn Morris <rgm@gnu.org>
3798
3799 * configure.in: Also look for tputs in libcurses. (Bug#9736)
3800
f4cc5b54
PE
38012011-10-12 Paul Eggert <eggert@cs.ucla.edu>
3802
3803 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 3804 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
3805 The check was helpful but not essential in Solaris 2.6 (1997),
3806 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
3807 obsolete -- Sun dropped support for it in 2006 -- and without
3808 access to that Silurian platform we can't maintain the code anyway.
3809
7c5ee88e
PE
38102011-10-07 Paul Eggert <eggert@cs.ucla.edu>
3811
d47439a3
PE
3812 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
3813 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
3814 * m4/gnulib-common.m4: Merge from gnulib.
3815 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
3816 command not found" on powerpc-apple-darwin9.8.0.
3817
7c5ee88e
PE
3818 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
3819 This is now done by src/alloc.c.
3820
423dbf9b
RS
38212011-10-02 Richard Stallman <rms@gnu.org>
3822
3823 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
3824 and xlinux_second_failure to xgnu_linux_second_failure.
3825
31bed486
EZ
38262011-09-29 Eli Zaretskii <eliz@gnu.org>
3827
5f91c1e5
EZ
3828 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
3829 lib/signal.in-h.
31bed486 3830
e785f2ec 3831 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
3832 Rename signal.in.h and alloca.in.h.
3833
e1504b9b
EZ
38342011-09-28 Eli Zaretskii <eliz@gnu.org>
3835
3836 * INSTALL: Mention that m17n libraries and libotf are needed for
3837 Arabic shaping.
3838
316f8af0
PE
38392011-09-26 Paul Eggert <eggert@cs.ucla.edu>
3840
3841 Merge from gnulib, improving some licensing wording.
3842 This clarifies and fixes some licensing issues raised by Glenn Morris
3843 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
3844 It also merges the latest version of texinfo.tex and has some
3845 MSVC-related changes that don't affect Emacs.
3846 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
3847 pathmax, and raise, since these are needed only to address
3848 MSVC-related issues that Emacs doesn't have.
2fb6d9c6 3849 * lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
316f8af0
PE
3850 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
3851 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
3852 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
3853 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
3854 * m4/unistd_h.m4: Merge from gnulib.
3855
04d51ad4
AS
38562011-09-26 Andreas Schwab <schwab@linux-m68k.org>
3857
3858 * configure.in: Initialize HAVE_LIBXML2.
3859
6e99ef20
GM
38602011-09-26 Glenn Morris <rgm@gnu.org>
3861
3862 * make-dist: Add lib/makefile.w32-in.
3863
0538fab0
GM
38642011-09-24 Glenn Morris <rgm@gnu.org>
3865
3866 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
3867
c5b01d8c
LMI
38682011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3869
3870 * .dir-locals.el: Change the debbugs regexp to allow having the
3871 bug number as the first thing on a line.
3872
0cc87afb
GM
38732011-09-15 Glenn Morris <rgm@gnu.org>
3874
3875 * configure.in: Make configure work with recent GNUsteps.
3876 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
3877 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 3878 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 3879
3f44249e
PE
38802011-09-11 Paul Eggert <eggert@cs.ucla.edu>
3881
3882 Merge from gnulib, porting to Tru64.
3883 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
3884 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3885 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
3886 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
3887 doesn't affect Emacs.
3888
c8199d0f
PE
38892011-09-06 Paul Eggert <eggert@cs.ucla.edu>
3890
3891 * configure.in (isnan): Remove now-unnecessary check.
3892
e39b275c 38932011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 3894
abec06ff 3895 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
3896 This is to fix the following problems:
3897 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
3898 configured not to use gtk or any other thread-using library,
3899 signals aren't blocked correctly.
3900 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
3901 and IRIX's signal handling.
3902 . On Cygwin 1.7.5 it works around an incompatibility with
3903 the system pthread_sigmask.
3904 . On MacOS X 10.5 (32-bit), files whose inode numbers
3905 exceed 2**31 cannot be read or manipulated.
3906 . pthread_sigmask: Actually use results of gl_THREADLIB.
3907 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
3908 . find 'ar' program that fits with --host argument.
3909 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
3910 * autogen/README: Update destination list.
3911 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
3912 The autogenerated files compile, config.guess,
3913 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
3914 * m4/largefile.m4: New file, so that Emacs does not mess up when
3915 accessing files with large inode numbers in MacOS X 10.5 and later.
3916 * m4/nocrash.m4: New file, to avoid triggering background debugger
3917 and/or create core dumps during 'configure'.
3918 * build-aux/move-if-change: Renamed from move-if-change.
3919 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
3920 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
3921 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
3922 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
3923 * Makefile.in (epaths-force, sync-from-gnulib):
3924 move-if-change is now in build-aux.
3925 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
3926 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
3927 (mkdir): install-sh is now in build-aux.
3928 * config.bat: c++defs.h is now in build-aux/snippets.
3929 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
3930 usual parameter).
3931 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3932 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
3933 to build-aux/snippet.
3934 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
3935 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
3936 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
3937 Solaris, enables MacOS extensions, and enables nocrash during
3938 'configure'.
3939 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
3940
86633eab 39412011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
3942
3943 * configure.in (snprintf): New check.
3944
015faae4
PE
39452011-08-30 Paul Eggert <eggert@cs.ucla.edu>
3946
695a3dc5 3947 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 3948 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
3949 Remove unreachable pattern hppa*-*-linux-gnu*.
3950 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
3951 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 3952
52ec1feb
JD
39532011-08-26 Jan Djärv <jan.h.d@swipnet.se>
3954
3955 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
3956
377538cb
JD
39572011-08-13 Jan Djärv <jan.h.d@swipnet.se>
3958
3959 * configure.in: Add header check: sys/socket.h (Bug#8477),
3960 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
3961 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
3962
ae9e757a
JD
39632011-08-04 Jan Djärv <jan.h.d@swipnet.se>
3964
3965 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
3966 (HAVE_GTK_AND_PTHREAD): Remove.
3967
be8ec0b3
AA
39682011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
3969
3970 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
3971 build, not just GNUstep (Bug#9177).
3972
2573a837 39732011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
3974
3975 Assume freestanding C89 headers, string.h, stdlib.h.
3976 Again, this simplifies the code, and all current platforms have these.
3977 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
3978 (AC_HEADER_STDC): Remove.
3979 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
3980 (strchr, strrchr): Remove fallback macros.
3981
9cfdb3ec
PE
3982 Assume support for memcmp, memcpy, memmove, memset.
3983 This simplifies the code a bit. All current platforms have these,
3984 as they are required for C89. If this turns into a problem we
3985 can add the gnulib modules for these (a 1-line change to Makefile.in).
3986 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
3987
427c285b
PE
39882011-07-27 Paul Eggert <eggert@cs.ucla.edu>
3989
3990 * GNUmakefile: New file.
3991 This is for convenience, so that one can run GNU make in an
3992 unconfigured source tree, and get a default build.
3993
2ad77c9d
JD
39942011-07-13 Jan Djärv <jan.h.d@swipnet.se>
3995
3996 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
3997
c8618a06
YM
39982011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3999
4000 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
4001 so as to suppress address randomization (Bug#8395).
4002
f6ce9b9a
PE
40032011-07-09 Paul Eggert <eggert@cs.ucla.edu>
4004
3fcf7a1c
PE
4005 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
4006 This fixes a build problem on older Mac OS X hosts.
4007
d9706d9f
PE
4008 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
4009 test, which runs afoul of Automake installations where, for example,
4010 /usr/share/aclocal contains a copy of gl_THREADLIB.
4011 Problem reported by Sven Joachim in
4012 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
4013 This is just a quick temporary fix, specific to Emacs; I'll work
4014 with the other gnulib maintainers to get a more-permanent fix.
4015
af66a2d7 4016 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
4017 * Makefile.in (GNULIB_MODULES): Add strtoimax.
4018 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
4019 automatically imported from gnulib.
4020 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4021
1692ae2d 40222011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 4023
8a6ebd58 4024 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 4025 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
4026 * configure.in (AC_TYPE_UID_T): New dummy macro.
4027 Configure gnulib after adjusting LIBS,
4028 so that gnulib can assume the libraries in LIBS.
6db30f83 4029 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 4030 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 4031 * lib/pthread_sigmask.c:
6db30f83
PE
4032 New files, automatically imported from gnulib.
4033 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
4034 due to the above changes.
4035 * .bzrignore: Add lib/signal.h.
4036
4a621aae
PE
4037 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
4038
5e94cadb
AS
40392011-07-07 Andreas Schwab <schwab@linux-m68k.org>
4040
4041 * configure.in (maintainer-mode): Reflect default in help string.
4042
76b397fb
DN
40432011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4044
4045 * configure.in: Remove reference to iris4d.h.
4046
869795d6
JD
40472011-07-05 Jan Djärv <jan.h.d@swipnet.se>
4048
4049 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
4050
3279eb87
GM
40512011-07-01 Glenn Morris <rgm@gnu.org>
4052
4053 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
4054
2e6e11eb
LMI
40552011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4056
4057 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
4058 which made ./configure infloop.
4059
9851bfc5
JD
40602011-06-30 Jan Djärv <jan.h.d@swipnet.se>
4061
4062 * configure.in (gsettings): New option and check for GSettings.
4063
adbc4ef4
GM
40642011-06-29 Glenn Morris <rgm@gnu.org>
4065
4066 * configure.in: Try to test for the required crt*.o files.
4067
1f773f32
BW
40682011-06-27 Bill Wohler <wohler@newt.com>
4069
4070 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
4071
7a7ef429
PE
40722011-06-25 Paul Eggert <eggert@cs.ucla.edu>
4073
4074 Use gnulib's dup2 module instead of rolling our own.
4075 * Makefile.in (GNULIB_MODULES): Add dup2.
4076 * configure.in: Do not check for dup2; gnulib does that now.
4077 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
4078
6dd7e400
PE
40792011-06-23 Paul Eggert <eggert@cs.ucla.edu>
4080
4081 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
4082
94a807ac 40832011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
4084
4085 Use gnulib's alloca-opt module.
4086 * .bzrignore: Add lib/alloca.h.
4087 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
4088 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
4089 as gnulib now does that for us. Put alloca check in config.h.
4090 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
4091 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4092 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
4093
3ce9d0d4
LL
40942011-06-21 Leo Liu <sdl.web@gmail.com>
4095
4096 * m4/sha256.m4:
4097 * m4/sha512.m4:
4098 * m4/gl-comp.m4:
4099 * lib/u64.h:
4100 * lib/sha256.c:
4101 * lib/sha256.h:
4102 * lib/sha512.c:
4103 * lib/sha512.h:
4104 * lib/makefile.w32-in (GNULIBOBJS):
4105 * lib/gnulib.mk:
4106 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
4107 crypto/sha512 modules from gnulib.
4108
add3f049
PE
41092011-06-19 Paul Eggert <eggert@cs.ucla.edu>
4110
4111 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
4112
3a4725e1
GM
41132011-06-17 Glenn Morris <rgm@gnu.org>
4114
4115 * configure.in: Restore the behavior of checking crt-dir only
4116 when the user specified it (not all platforms use it).
4117
bf4846e7
PE
41182011-06-16 Paul Eggert <eggert@cs.ucla.edu>
4119
4120 * m4/lstat.m4: Merge from gnulib (Bug#8878).
4121
4d61f28d 41222011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
4123
4124 * configure.in: Try to determine CRT_DIR automatically when
4125 using gcc.
4126
8c9b2106
PE
41272011-06-15 Paul Eggert <eggert@cs.ucla.edu>
4128
8aeb5be9
PE
4129 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
4130 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
4131 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
4132 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
4133 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
4134 Merge from gnulib.
8c9b2106 4135
c195f2de
JD
41362011-06-14 Jan Djärv <jan.h.d@swipnet.se>
4137
4138 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
4139
7e2aa385
PE
41402011-06-08 Paul Eggert <eggert@cs.ucla.edu>
4141
4142 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
4143
81eafe29
PE
41442011-06-07 Paul Eggert <eggert@cs.ucla.edu>
4145
4146 * configure.in: Add --with-wide-int.
4147 * INSTALL: Mention this.
4148
9afafefb
PE
41492011-06-06 Paul Eggert <eggert@cs.ucla.edu>
4150
4151 Merge from gnulib.
4152 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
4153
f797625a
PE
41542011-06-02 Paul Eggert <eggert@cs.ucla.edu>
4155
4156 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
4157
90856fe0 41582011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
4159
4160 Use 'inline', not 'INLINE'.
eefc9486 4161 * configure.in (INLINE): Remove.
55d4c1b2 4162
6a3e57bb
PE
41632011-05-29 Paul Eggert <eggert@cs.ucla.edu>
4164
4165 Adjust to recent gnulib change for @GUARD_PREFIX@.
4166 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
4167 All uses of _GL_ for guard prefixes in lib/*.h replaced with
4168 _@GUARD_PREFIX@_.
4169
842b28a0
PE
41702011-05-27 Paul Eggert <eggert@cs.ucla.edu>
4171
e61923c8 4172 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 4173
70716b1d
GM
41742011-05-24 Glenn Morris <rgm@gnu.org>
4175
a22d9d2c
GM
4176 * Makefile.in (check): Just give a message if no test/ directory.
4177
bdd556a2
GM
4178 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
4179
70716b1d
GM
4180 * configure.in (OPT_MAKEFILES_IN): Remove.
4181 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
4182 (SUBDIR_MAKEFILES_IN): New output variable.
4183 * Makefile.in (OPT_MAKEFILES_IN): Remove.
4184 (SUBDIR_MAKEFILES_IN): Let configure set it.
4185
13c3daa4
LL
41862011-05-24 Leo Liu <sdl.web@gmail.com>
4187
4188 * m4/sha1.m4:
4189 * m4/gl-comp.m4:
4190 * lib/sha1.h:
4191 * lib/sha1.c:
4192 * lib/makefile.w32-in (GNULIBOBJS):
4193 * lib/gnulib.mk:
4194 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
4195
e09e38a8
GM
41962011-05-24 Glenn Morris <rgm@gnu.org>
4197
4ba4c54a
GM
4198 * configure.in: Remove test for already configured source directory.
4199 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
4200
5a95c002
GM
4201 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
4202
fa5d79db
GM
42032011-05-24 Glenn Morris <rgm@gnu.org>
4204
6c7e099d
GM
4205 * make-dist: Don't distribute test/. (Bug#8107)
4206 * configure.in (OPT_MAKEFILES_IN): New output variable.
4207 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
4208 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
4209 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
4210 (check): Give an explicit error if test/ is not present.
4211
fa5d79db
GM
4212 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
4213 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
4214 (Makefile): Use $SUBDIR_MAKEFILES_IN.
4215
2df215b5
PE
42162011-05-23 Paul Eggert <eggert@cs.ucla.edu>
4217
4218 * lib/verify.h: Merge from gnulib.
4219
f518ae90
PE
42202011-05-22 Paul Eggert <eggert@cs.ucla.edu>
4221
4222 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
4223 Merge from gnulib.
4224
16b71f3a
AS
42252011-05-21 Andreas Schwab <schwab@linux-m68k.org>
4226
4227 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
4228
7285dc67
EZ
42292011-05-20 Eli Zaretskii <eliz@gnu.org>
4230
6a45b46f
EZ
4231 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
4232
7285dc67
EZ
4233 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
4234
b9704ad9
GM
42352011-05-20 Glenn Morris <rgm@gnu.org>
4236
4237 * configure.in (lisp_frag): New output file.
4238
4a720484
GM
42392011-05-19 Glenn Morris <rgm@gnu.org>
4240
4241 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
4242 (WINDOW_SUPPORT): Remove output variables that are no longer used.
4243
a3c92bc1
EZ
42442011-05-17 Paul Eggert <eggert@cs.ucla.edu>
4245
8f906c40
EZ
4246 * lib/gnulib.mk:
4247 * lib/intprops.h:
4248 * lib/unistd.in.h:
4249 * m4/inttypes.m4:
4250 * m4/stdint.m4:
4251 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 4252
d681f183
GM
42532011-05-14 Glenn Morris <rgm@gnu.org>
4254
4255 * configure.in: Treat failure to find an X toolkit the same way we treat
4256 failure to find X and image support.
4257
4f8c52a9
GM
42582011-05-12 Glenn Morris <rgm@gnu.org>
4259
4260 * Makefile.in (src, install-arch-indep, bootstrap-clean)
4261 (check-declare): Shell portability fixes. (Bug#8642)
4262
5a7f0a30
TZ
42632011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4264
4265 * configure.in: Require GnuTLS 2.6.x or higher.
4266
b08a63cc 42672011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 4268
c378da0b
PE
4269 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
4270 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
4271 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
4272
19548d08
PE
4273 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
4274 This new gnulib-tool option saves 'configure' the trouble of
4275 checking for strtoull when strtoumax exists.
4276
d1a2ac5c
PE
4277 * configure.in (BITS_PER_LONG_LONG): New macro.
4278
773233f8
GM
42792011-05-05 Glenn Morris <rgm@gnu.org>
4280
4281 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
4282 (top_distclean): Delete config.log~.
4283
40697cd9
BK
42842011-04-27 Ben Key <bkey76@gmail.com>
4285
4286 * configure.in: Fixed a bug that caused configure with
4287 --enable-checking=stringoverrun to have no effect.
4288
671875da 42892011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
4290
4291 * configure.in: Suppress unnecessary checks for size_t.
4292 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
4293 (size_t): Do not check for this, and do not typedef. This code
4294 is never exercised now.
4295
a8a2bb29
PE
4296 * Makefile.in (GNULIB_MODULES): Add strtoumax.
4297 This is needed for the new integer-reading code in lread.c.
4298 It automatically pulls in the following gnulib files, which
4299 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
4300 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
4301 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
4302 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 4303 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 4304
33630d51
TZ
43052011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
4306
4307 * configure.in: Check for GnuTLS certificate verify callbacks.
4308
bfab7d85
SM
43092011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4310
4311 * Makefile.in (config.status): Don't erase in case of error.
4312 In case it disappeared, rebuild it with `configure'.
4313
fe0e7ad7
KB
43142011-04-20 Ken Brown <kbrown@cornell.edu>
4315
4316 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
4317
f5b06c35
GM
43182011-04-12 Glenn Morris <rgm@gnu.org>
4319
4320 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
4321
762f8d96 43222011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
4323
4324 * lib/allocator.c: New file, automatically generated by gnulib.
4325
5fac7083
GM
43262011-04-07 Glenn Morris <rgm@gnu.org>
4327
4328 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
4329
973f782d
EZ
43302011-04-06 Eli Zaretskii <eliz@gnu.org>
4331
4332 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
4333 Revert last change.
4334
f1f81baa
JB
43352011-04-06 Juanma Barranquero <lekktu@gmail.com>
4336
4337 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
4338 ($(BLD)/careadlinkat.$(O)): New target.
4339 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
4340 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
4341 Update dependencies.
4342
b70d23ff 43432011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 4344
41cf7d1a
PE
4345 Fix more problems found by GCC 4.6.0's static checks.
4346
aa181334
PE
4347 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
4348
1f7196bf 4349 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
4350 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
4351 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
4352 * m4/ssize_t.m4: New files, automatically generated from gnulib.
4353
c0274801
GM
43542011-04-06 Glenn Morris <rgm@gnu.org>
4355
4356 * autogen/update_autogen: Handle loaddefs-like files as well.
4357 (usage): Add -l, -C.
4358 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
4359 With -l, check status of lisp/ as well.
4360 With -C, clean before building.
4361 (autoreconf): Only pass -f in the `clean' case.
4362 (commit): New function.
4363
42e85a8f
GM
43642011-03-28 Glenn Morris <rgm@gnu.org>
4365
39f31873
GM
4366 * autogen/update_autogen: Pass -f to autoreconf.
4367
42e85a8f
GM
4368 * autogen.sh (get_version): Discard "not found" lines.
4369 (check_version): Respect $AUTOCONF etc environment variables.
4370
9af30bdf
GM
43712011-03-27 Glenn Morris <rgm@gnu.org>
4372
4373 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
4374 (AH_BOTTOM): Do not define SIGTYPE.
4375
181855e6
GM
43762011-03-26 Glenn Morris <rgm@gnu.org>
4377
4378 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
4379 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
4380
9ee0d174
AS
43812011-03-25 Andreas Schwab <schwab@linux-m68k.org>
4382
4383 * autogen/update_autogen: Remove useless function keyword.
4384
07da4b3c
EZ
43852011-03-25 Eli Zaretskii <eliz@gnu.org>
4386
4387 * config.bat: Generate src/config.h and lib/Makefile from
4388 autogen/config.in and autogen/Makefile.in.
4389
f6ca84c0
GM
43902011-03-25 Glenn Morris <rgm@gnu.org>
4391
4392 * compile, config.guess, config.sub, depcomp, install-sh, missing:
4393 Remove; autoreconf can supply them.
4394 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
4395 config.guess, install-sh. Pass -i to autoreconf.
4396 * autogen/update_autogen (genfiles): Add compile, config.guess,
4397 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
4398 Discard non-error output from autoreconf in -q case.
4399 * autogen/compile, autogen/config.guess, autogen/config.sub:
4400 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
4401 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
4402 install-sh, missing.
4403
8cc1d519
GM
44042011-03-23 Glenn Morris <rgm@gnu.org>
4405
9bb73912 4406 * autogen/update_autogen: Fix typo.
904a432c 4407 (msg): Remove function; use `exec' instead.
9bb73912 4408
8cc1d519
GM
4409 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
4410 (sync-from-gnulib): Don't sync mkinstalldirs.
4411 * make-dist: Don't distribute mkinstalldirs.
4412
c9c49752 44132011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 4414
c9c49752 4415 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
4416 * Makefile.in (GNULIB_MODULES): Add socklen.
4417 * configure.in: Do not check for sys/socket.h, since socklen does that.
4418 * m4/socklen.m4: New automatically-generated file, from gnulib.
4419
d5cad867
PE
4420 fakemail: Remove dependency on ignore-value.
4421 * Makefile.in (GNULIB_MODULES): Add stdio.
4422 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
4423 imported from gnulib.
cbd350f1 4424 * .bzrignore: Add lib/stdio.h.
c9c49752 4425
34cb1cc6
GM
44262011-03-22 Glenn Morris <rgm@gnu.org>
4427
4428 * autogen/copy_autogen: Work from ./ or ../.
4429 Fix time-stamps.
4430 * autogen.sh: Doc fix.
4431
66b87493
GM
44322011-03-20 Glenn Morris <rgm@gnu.org>
4433
4434 * autogen/: New directory, to be excluded from releases.
4435 * autogen/copy_autogen, autogen/update_autogen: New scripts.
4436 * autogen/README: New file.
4437 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
4438 * autogen/Makefile.in: Add auto-updated generated files.
4439 * autogen.sh: No longer a no-op, now it tests for autotools
4440 and runs them as necessary.
cd1181db 4441 * configure.in: Default maintainer-mode to on.
66b87493
GM
4442 * aclocal.m4, configure, lib/Makefile.in: Remove files.
4443
1ef6de05
PE
44442011-03-13 Paul Eggert <eggert@cs.ucla.edu>
4445
4446 Update for gnulib.
4447 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
4448 includes <intprops.h> directly.
4449 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
4450 when building Emacs on Solaris 9 and running it on Solaris 10.
4451
0afb4571
J
44522011-03-08 Jan Djärv <jan.h.d@swipnet.se>
4453
4454 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
4455
33383987
JB
44562011-03-07 Chong Yidong <cyd@stupidchicken.com>
4457
4458 * Version 23.3 released.
4459
870d9cf6
GM
44602011-03-06 Glenn Morris <rgm@gnu.org>
4461
4462 * configure.in (FREETYPE_LIBS): Actually set it to something.
4463
6c0dea8a
PE
44642011-03-02 Paul Eggert <eggert@cs.ucla.edu>
4465
4466 Work around some portability problems with symlinks.
4467
4468 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
4469 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
4470 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
4471 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
4472 * m4/symlink.m4:
4473 New files, automatically generated from gnulib.
4474 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4475 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
4476
945d8b44
EZ
44772011-02-26 Eli Zaretskii <eliz@gnu.org>
4478
03382788
EZ
4479 * .bzrignore: Ignore new lib/*.in-h files.
4480
90eacf99
SM
4481 * config.bat: Rename stdint.in.h and sys_stat.in.h.
4482 Call depfiles.bat even if lib/deps already exist.
945d8b44 4483
9411886d
PE
44842011-02-25 Paul Eggert <eggert@cs.ucla.edu>
4485
4486 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
4487 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
4488 recent changes to configure.in and to gnulib.
9411886d 4489
1e8dbdc6
GM
44902011-02-24 Glenn Morris <rgm@gnu.org>
4491
4492 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
4493 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
4494
f68c809d
PE
44952011-02-22 Paul Eggert <eggert@cs.ucla.edu>
4496
4497 Assume S_ISLNK etc. work, since gnulib supports this.
4498 * Makefile.in (GNULIB_MODULES): Add sys_stat.
4499 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
4500 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
4501 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
4502
ba01e9d7
PE
45032011-02-21 Paul Eggert <eggert@cs.ucla.edu>
4504
4505 * lib/min-max.h: New file, for "min" and "max".
4506
9f8370e6
CS
45072011-02-21 Christoph Scholtes <cschol2112@gmail.com>
4508
90eacf99 4509 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
9f8370e6
CS
4510 $(EMACS_ROOT)/nt/inc/stdint.h.
4511
25c51af3
EZ
45122011-02-21 Eli Zaretskii <eliz@gnu.org>
4513
4514 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
4515 src/makefile.w32-in and adapt. Depend on stamp_BLD.
4516 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
4517
38942b9c 45182011-02-21 Paul Eggert <eggert@cs.ucla.edu>
5fa4ac76
PE
4519
4520 Import filemode module from gnulib.
4521 * .bzrignore: Add lib/sys/.
4522 * Makefile.in (GNULIB_MODULES): Add filemode.
4523 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
4524 * lib/filemode.c: Renamed from src/filemode.c and regenerated
4525 from gnulib. This adds support for some more file types, e.g.,
4526 Cray DMF migrated files.
5fa4ac76
PE
4527 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
4528 * m4/sys_stat_h.m4: New files, generated from gnulib.
4529 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4530 Regenerate.
4531
e1e6b4fb
EZ
45322011-02-20 Eli Zaretskii <eliz@gnu.org>
4533
4534 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
4535 $(EMACS_ROOT)/nt/inc/sys/stat.h.
4536
6cac9cb1
PE
45372011-02-20 Paul Eggert <eggert@cs.ucla.edu>
4538
4539 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
4540 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
4541 is no longer needed, due to the recent SSDATA and related changes.
4542 Perhaps -Wno-pointer-sign should also be removed from
4543 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
4544 way to test this so I left it alone.
4545 * configure: Regenerate.
4546
0a19a6f8 45472011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
4548
4549 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
4550 src/makefile.w32-in.
4551
61353ac8 45522011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 4553
61353ac8 4554 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 4555 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
4556 Regenerate.
4557 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
4558 Import the new versions from gnulib; they assume a C99-style
4559 <stdint.h>, supplied by the stdint module.
4560 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
4561 imported from gnulib.
942f733f 4562 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
61353ac8 4563
9d9d12cd
EZ
45642011-02-19 Eli Zaretskii <eliz@gnu.org>
4565
152be435 4566 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 4567 Add lib/deps/.
152be435 4568
9d9d12cd 4569 * config.bat: Configure in `lib'.
219463da 4570 Generate *.Po files in lib/deps.
9d9d12cd 4571
7d315eb6
PE
45722011-02-18 Paul Eggert <eggert@cs.ucla.edu>
4573
4574 Import IRIX 6.5 getloadavg fixes from gnulib.
4575 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
4576
1f5d53eb
PE
45772011-02-16 Paul Eggert <eggert@cs.ucla.edu>
4578
4579 Import getloadavg module from gnulib.
4580 * .bzrignore: Add lib/stdlib.h.
4581 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1f5d53eb
PE
4582 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
4583 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
4584 Remove; gnulib does this now.
4585 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
4586 from gnulib. This adds support for several other systems, such
4587 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
4588 buffer overrun on Linux hosts under very high load, and on hosts
4589 that maintain a channel to the load average file it makes sure
4590 the file descriptor is close-on-exec (on hosts that support this)
4591 and is not stdin, stdout, or stderr.
4592 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
4593 from gnulib.
4594 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
38942b9c 4595 Regenerate.
1f5d53eb 4596
bb55f713
PE
45972011-02-15 Paul Eggert <eggert@cs.ucla.edu>
4598
4599 Merge from gnulib.
4600
7127b760
PE
4601 * install-sh: Update to scriptversion 2011-01-19.21.
4602
bb55f713
PE
4603 2011-02-13 Bruno Haible <bruno@clisp.org>
4604
4605 Consistent macro naming for macros that use GCC __attribute__.
90eacf99 4606 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
bb55f713
PE
4607 ATTRIBUTE_DEPRECATED.
4608
4609 2011-02-12 Bruno Haible <bruno@clisp.org>
4610
4611 setlocale: Prefer gnulib's override over libintl's override.
4612 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
4613 GNULIB_defined_setlocale is set.
4614
57e96f8e
GM
46152011-02-13 Glenn Morris <rgm@gnu.org>
4616
4617 * make-dist: Exclude generated file src/globals.h.
4618
988c07df
PE
46192011-02-10 Paul Eggert <eggert@cs.ucla.edu>
4620
4621 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
4622 Sync from gnulib, which has been patched to fix the problem
4623 with the license notices. Problem reported by Glenn Morris in
4624 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
4625
ccded26c
SM
46262011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
4627
4628 * .bzrignore: Ignore globals.h and related stamp.
4629
6ffb2c0c
PE
46302011-02-09 Paul Eggert <eggert@cs.ucla.edu>
4631
4632 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
4633 This merges the following fix from gnulib:
4634
4635 2011-02-08 Bruno Haible <bruno@clisp.org>
4636
4637 Split large sed scripts, for HP-UX sed.
4638
00b3c7ac
TT
46392011-02-08 Tom Tromey <tromey@redhat.com>
4640
4641 * configure: Rebuild.
4642 * configure.in (NS_OBJC_OBJ): New subst.
4643
91ccade4
PE
46442011-02-06 Paul Eggert <eggert@cs.ucla.edu>
4645
6ffb2c0c
PE
4646 gnulib: allow multiple gnulib generated replacements to coexist
4647 This defines a few preprocessor symbols that should not affect Emacs.
4648 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
4649 via "make sync-from-gnulib".
4650
e765a388
PE
4651 gnulib: undo previous change
4652 The upstream _HEADERS change was backed out of gnulib (see the
4653 same thread). Stay in sync with gnulib.
4654
91ccade4 4655 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
4656 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
4657 New empty macros, to accommodate recent changes to gnulib. See
4658 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
4659 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
4660 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
4661 * lib/time.in.h, lib/unistd.in.h:
4662 Regenerate.
91ccade4 4663
d67985d3
PE
46642011-02-05 Paul Eggert <eggert@cs.ucla.edu>
4665
4666 sync from gnulib to remove HAVE_STDBOOL_H
90eacf99 4667 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
d67985d3
PE
4668 AC_HEADER_STDBOOL. All uses changed. Do not define
4669 HAVE_STDBOOL_H, as gnulib does not need this. This change is
4670 imported from the latest Autoconf git. It was motivated by Emacs,
4671 which uses gnulib but does not need HAVE_STDBOOL_H.
4672 * configure, src/config.in: Regenerate.
4673 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
4674
67342916
PE
46752011-02-03 Paul Eggert <eggert@cs.ucla.edu>
4676
4677 allow C code to suppress warnings about ignored return values
4678 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
4679 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4680 * lib/ignore-value.h: New file.
67342916 4681
14beddf4 46822011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
4683
4684 * configure.in: Test existence of xaw3d library, not just the
4685 header (Bug#7642).
4686
6ffb2c0c
PE
46872011-01-31 Eli Zaretskii <eliz@gnu.org>
4688
4689 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
4690 $(BLD)/time_r.$(O).
4691 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
4692 $(EMACS_ROOT)/src/m/intel386.h.
35e951cd 4693 ($(BLD)/strftime.$(O))
6ffb2c0c
PE
4694 ($(BLD)/time_r.$(O)): Define prerequisites.
4695
16fab143
PE
46962011-01-31 Paul Eggert <eggert@cs.ucla.edu>
4697
4698 src/emacs.c now gets version number from configure.in
4699 * configure.in (version): Set this from $PACKAGE_VERSION,
4700 which is set from AC_INIT, rather than scouting through src/emacs.c.
4701 * configure: Regenerate.
4702 * make-dist (version): Get it from configure.in, not src/emacs.c.
4703
16c3e636
PE
47042011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4705
4706 strftime: import from gnulib
4707 * Makefile.in (GNULIB_MODULES): Add strftime.
4708 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
4709 needed.
6ffb2c0c 4710 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 4711 Regenerate.
6ffb2c0c
PE
4712 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
4713 imported from gnulib.
16c3e636
PE
4714 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
4715 This incorporates many changes from gnulib, including simpler
4716 handling of multibyte formats, porting to mingw32 and other
4717 platforms, and support for higher-resolution time stamps.
4718 Emacs does not yet use the higher-resolution interface.
4719
3de84ad9
PE
47202011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4721
4722 gnulib: import mktime and move-if-change fixes from gnulib
4723
4724 * configure: Regenerate from the following.
4725
6ffb2c0c
PE
4726 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4727
4728 mktime: clarify long_int width checking
4729 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
4730 the top level, to make it clearer that the assumption about
4731 long_int width is being checked. See
4732 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
4733
3de84ad9
PE
4734 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
4735
4736 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 4737 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
4738 negative number, which the C Standard says has undefined behavior.
4739 In practice this is not a problem, but might as well do it by the book.
4740 Reported by Rich Felker and Eric Blake; see
4741 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
4742 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4743 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
4744
4745 mktime: #undef mktime before #defining it
4746 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
4747
4748 mktime: systematically normalize tm_isdst comparisons
4749 * lib/mktime.c (isdst_differ): New function.
4750 (__mktime_internal): Use it systematically for all isdst comparisons.
4751 This completes the fix for libc BZ #6723, and removes the need for
90eacf99
SM
4752 normalizing tm_isdst.
4753 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
6ffb2c0c
PE
4754 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
4755
4756 mktime: fix some integer overflow issues and sidestep the rest
4757
4758 This was prompted by a bug report by Benjamin Lindner for MinGW
4759 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
4760 His bug is due to signed integer overflow (0 - INT_MIN), and I
4761 I scanned through mktime.c looking for other integer overflow
4762 problems, fixing all the bugs I found.
4763
4764 Although the C Standard says the resulting code is still not safe
4765 in the presence of integer overflow, in practice it should be good
4766 enough for all real-world two's-complement implementations, except
4767 for debugging environments that deliberately trap on integer
4768 overflow (e.g., gcc -ftrapv).
4769
4770 * lib/mktime.c (WRAPV): New macro.
4771 (SHR): Also check that long_int and time_t shift right in the
4772 usual way, before using the fast-but-unportable method.
4773 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
4774 used. The code already assumed two's complement, so there's
4775 no need to test for alternatives. All uses removed.
4776 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
4777 the C standard. Problem reported by Rich Felker in
4778 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
4779 (twos_complement_arithmetic): Also check long_int and time_t.
4780 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
4781 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
4782 (__mktime_internal): Avoid integer overflow with unary subtraction
4783 in two instances where -1 - X is an adequate replacement for -X,
4784 since the calculations are approximate.
3de84ad9
PE
4785
4786 2011-01-29 Eric Blake <eblake@redhat.com>
4787
4788 mktime: avoid infinite loop
4789 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
4790 type; behavior is still undefined but portable to all known targets.
4791 Reported by Rich Felker.
4792
6ffb2c0c
PE
4793 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
4794
4795 mktime: avoid problems on NetBSD 5 / i386
4796 * lib/mktime.c (long_int): New type. This works around a problem
4797 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
4798 but time_t is 64 bits, and where I expect the existing code is
4799 wrong in some cases.
4800 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
4801 (ydhms_diff): Bring back the compile-time check for wide-enough
4802 year and yday.
4803
4804 mktime: fix misspelling in comment
4805 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
4806 This merges all recent glibc changes of importance.
4807
3de84ad9
PE
4808 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4809
4810 move-if-change: cope with concurrent mv of identical file.
4811 * move-if-change (CMPPROG): Accept environment
4812 variable as an override for `cmp'.
4813 (usage): Document CMPPROG.
4814 Adjust comparison to drop stdout. Cope with failure of mv if
4815 the target file exists and is identical to the source, for
4816 parallel builds.
4817 Report from H.J. Lu against binutils in PR binutils/12283.
4818
6ffb2c0c
PE
48192011-01-29 Eli Zaretskii <eliz@gnu.org>
4820
4821 * lib/makefile.w32-in:
4822 * lib/getopt_.h: New files.
4823
c7e95b91
PE
48242011-01-28 Paul Eggert <eggert@cs.ucla.edu>
4825
4826 improve fix for MS-DOS file name clash
90eacf99 4827 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
c7e95b91
PE
4828 for portability to POSIX make. Reported by Bruno Haible.
4829 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
4830 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
4831 files from accumulating as garbage. Also reported by Bruno Haible.
4832
125c3718
PE
48332011-01-27 Paul Eggert <eggert@cs.ucla.edu>
4834
4835 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
4836 * Makefile.in (DOS-gnulib-comp.m4): New macro.
4837 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
4838 problems with MS-DOS 8+3 file name restrictions.
4839 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
4840 it, it would also cause problems when extracting Emacs distribution
4841 tarballs on MS-DOS hosts.
4842 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 4843 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
4844 * config.guess, config.sub: Sync from gnulib.
4845 * m4/gnulib-cache.m4: Remove from repository.
4846 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
4847
4004ef46
GM
48482011-01-25 Glenn Morris <rgm@gnu.org>
4849
0b5c5d82
GM
4850 * README: Add a note about ranges in copyright years.
4851
4004ef46
GM
4852 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
4853
06d8ace5 48542011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
4855
4856 * configure.in: Add HP-UX on IA64 (Bug#6811).
4857
d6974efa
PE
48582011-01-24 Paul Eggert <eggert@cs.ucla.edu>
4859
4860 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
4861 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
4862 as it is no longer needed.
6ffb2c0c 4863 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
4864 * configure.in: Invoke the new gnulib macro
4865 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
4866 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
4867 * m4/getopt.m4: Sync from gnulib; this removes the need for
4868 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
4869 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
4870 New macro, synced from gnulib.
4871 * m4/warn-on-use.m4: Remove.
4872
e02ea74b
PE
48732011-01-22 Paul Eggert <eggert@cs.ucla.edu>
4874
4875 aclocal.m4: put this file back into repository
4876 This way, we don't have to assume that the maintainer has
4877 the automake package installed. See
4878 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
4879 * .bzrignore: Remove aclocal.m4, undoing the previous change.
4880 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
4881 undoing the previous change.
4882 * aclocal.m4: New file (actually, resurrected).
4883
48dcd482
MB
48842011-01-22 Miles Bader <miles@gnu.org>
4885
4886 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
4887 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
4888 Emacs directly uses fontconfig, and breaks building when using a
4889 strict linker).
4890
925e561d
PE
48912011-01-21 Paul Eggert <eggert@cs.ucla.edu>
4892
b06b1098
PE
4893 src/config.in: shrink slightly
4894 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
4895 This makes src/config.in a bit smaller, by removing identifiers
4896 like GNULIB_TEST_MKTIME that Emacs does not need.
4897 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
4898 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
4899 Sync from gnulib. This removes a few more unnecessary symbols from
4900 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
4901 * configure, src/config.in: Regenerate.
4902
925e561d
PE
4903 aclocal.m4: tweaks to regenerate more conveniently
4904 This attempts to act better when the source is in a weird state. See
4905 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
4906 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
4907 * .bzrignore: Add aclocal.m4.
4908
942be821
PE
49092011-01-20 Paul Eggert <eggert@cs.ucla.edu>
4910
4911 aclocal.m4: omit auto-generated file from repository
4912 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
4913 the most recent change here.
4914 * aclocal.m4: Remove from bzr repository. This file is
4915 auto-generated and isn't needed to run 'configure'. See
4916 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
4917
0813c96e
PE
49182011-01-19 Paul Eggert <eggert@cs.ucla.edu>
4919
4920 Minor Makefile.in tweaks to build from gnulib better.
4921 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
4922 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
4923 (top_maintainer_clean): Don't remove aclocal.m4.
4924
7cae64b4
PE
49252011-01-18 Paul Eggert <eggert@cs.ucla.edu>
4926
53911e8f
PE
4927 Minor cleanups for 'bzr status'
4928 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
4929 the output of config.guess.
4930 * Makefile.in (top_distclean): Remove stamp-h1 too.
4931
7cae64b4
PE
4932 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
4933 defined if the compiler supports GCC-style __attribute__
4934 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
4935 this syntax.
4936
a3e44e79 49372011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 4938
3cbecb8f
PE
4939 Makefile.in: tidy up the building of lib
4940 * Makefile.in (am--refresh): Mark as .PHONY.
4941 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
4942 as they're not rebuilt unless you do a "make sync-from-gnulib"
4943 and the former is needed for "configure".
4944 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
4945 has already removed lib/Makefile.
4946
ecbfcc83
PE
4947 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
4948 This avoids building ftoastr and ldtoastr, which aren't needed. See
4949 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 4950
803059b9
PE
4951 * .bzrignore: Add .h files that are host-dependent.
4952 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
4953 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
4954 host-dependent and are built as part of an ordinary 'make', and
4955 should not be checked in.
4956
6ffb2c0c
PE
4957 * lib/Makefile.in: Regenerate.
4958 * lib/COPYING: New file, a copy of COPYING.
4959
2a78afcc 4960 * configure: Regenerate.
37564543
PE
4961 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
4962
e275c824 4963 Regenerate.
6ffb2c0c
PE
4964 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
4965 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
4966 New files, copied from gnulib by gnulib-tool.
4967 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
4968 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4969 Regenerate.
ecbfcc83 4970
84bbb1ad
PE
4971 Use gnulib's getopt-gnu module.
4972 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
4973 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
4974 representative of the dependencies.
4975 * configure.in: Do not configure getopt, as gnulib does that now.
4976 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
4977 getopt now, in lib.
ecbfcc83 4978
1fd182f0 4979 Regenerate.
6ffb2c0c
PE
4980 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
4981 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
4982 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
4983 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
4984 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
4985 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
4986 * m4/wchar_t.m4, warn-on-use.h:
4987 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 4988 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
4989 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4990 Regenerate.
4991
1e11dbe3
PE
4992 Use gnulib's mktime module.
4993 * Makefile.in (GNULIB_MODULES): Add mktime.
4994 * configure.in: Remove code no longer needed, as gnulib now does it.
4995 (AC_CHECK_FUNCS): Remove mktime.
4996 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
4997 (__restrict): Remove, as this now gets in the way of the C99
4998 support for 'restrict' pulled in by the gnulib mktime module.
4999 Code should now use 'restrict' and not '__restrict".
5000 (mktime): Remove.
5001 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
5002 and warn-on-use.h into the distribution.
1fd182f0
PE
5003
5004 Regenerate.
6ffb2c0c
PE
5005 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
5006 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 5007 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
5008 * lib/dummy.c: Remove.
5009 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
5010 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
5011 Regenerate.
ecbfcc83 5012
1e11dbe3 5013 Use gnulib's ftoastr module.
fa2c4f56
PE
5014 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
5015
743c80a7 5016 Regenerate.
6ffb2c0c
PE
5017 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
5018 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
5019 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
5020 New files, generated automatically, with 'make sync-from-gnulib'
5021 followed by 'make'.
38942b9c 5022 * configure: Regenerate.
743c80a7 5023
9a514d4a
PE
5024 Automate syncing from gnulib.
5025 * INSTALL, README: Document new subdirectory 'lib'.
5026 * Makefile.in (SUBDIR): Add lib.
5027 (SUBDIR_MAKEFILES): Add lib/Makefile.
5028 (lib-src, src, TAGS, tags): Depend on lib.
5029 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
5030 ($(gnulib_srcdir)): New rule.
5031 (sync-from-gnulib): New rule, which is .PHONY.
5032 (lib): New rule, which is like lib-src.
5033 (Makefile): Depend on lib/Makefile.in.
5034 (AUTOCONF_INPUTS): Depend on aclocal.m4.
5035 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
5036 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
5037 (am--refresh): New rule, to pacify Automake.
5038 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
5039 Clean lib, too.
5040 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
5041 droppings.
5042 (maintainer-clean, extraclean): Use it.
5043 * configure.in: Initialize for automake and gnulib, by invoking
5044 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
5045 lib/Makefile, too. Use automake to build gnulib, as gnulib works
5046 more conveniently with automake.
6ffb2c0c 5047 * lib/Makefile.am: New file.
9a514d4a
PE
5048 * make-dist: Also put into the distribution aclocal.m4,
5049 compile, depcomp, missing, and the files under lib/.
5050
dc3e3e7b
GM
50512011-01-15 Glenn Morris <rgm@gnu.org>
5052
5053 * Makefile.in (epaths-force): No more arch-tag to edit.
5054
dab73760
CY
50552011-01-15 Chong Yidong <cyd@stupidchicken.com>
5056
5057 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
5058
9f4b8b47
PE
50592011-01-14 Paul Eggert <eggert@cs.ucla.edu>
5060
5061 * make-dist: Distribute test/ files too.
5062 Distribute every file under test/ that is under version control,
5063 using patterns like *.el to capture files that are added later.
5064 Without this change, "configure" would fail, because it would
5065 attempt to build from a Makefile.in that was not distributed.
5066
d221e780
CO
50672011-01-13 Christian Ohler <ohler@gnu.org>
5068
5069 * Makefile.in (INFO_FILES): Add ERT.
5070
5071 * Makefile.in (check): Run tests in test/automated.
5072
5073 * Makefile.in:
5074 * configure.in: Add test/automated/Makefile.
5075
bc5585d1
PE
50762011-01-07 Paul Eggert <eggert@cs.ucla.edu>
5077
2b3f5bc8
PE
5078 * install-sh, mkinstalldirs, move-if-change: Update from master
5079 source in gnulib.
5080
bc5585d1
PE
5081 * config.guess, config.sub: Updated from master source.
5082
2018939f
AS
50832011-01-05 Andreas Schwab <schwab@linux-m68k.org>
5084
5085 * configure.in: Check for __builtin_unwind_init.
5086
e5365138
GM
50872011-01-05 Glenn Morris <rgm@gnu.org>
5088
5089 * configure.in (HAVE_MAKEINFO): New output variable.
5090 (MAKEINFO): Reset to "makeinfo" if not found.
5091 * Makefile.in (install-arch-indep, info):
5092 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
5093
a04689de 50942010-12-29 Ulrich Müller <ulm@gentoo.org>
4fc5868a
UM
5095
5096 * configure.in: Make gameuser configurable (Bug#7717).
5097
68251e16
GM
50982010-12-15 Glenn Morris <rgm@gnu.org>
5099
5100 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
5101 long absent lib-src/fns-*.el.
5102
838db889
GM
51032010-12-11 Glenn Morris <rgm@gnu.org>
5104
5105 * make-dist: Exclude etc/*.pyc.
5106
fe646d2c
AS
51072010-12-10 Andreas Schwab <schwab@linux-m68k.org>
5108
5109 * configure.in: Don't double machfile in final message.
5110
d96c83fa
CY
51112010-12-04 Chong Yidong <cyd@stupidchicken.com>
5112
5113 * configure.in: Fix last change.
5114
d6a003a8
AS
51152010-12-04 Andreas Schwab <schwab@linux-m68k.org>
5116
5117 * configure.in: Remove reference to removed machine description
90eacf99
SM
5118 files and allow $machine and $machfile to be empty.
5119 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
d6a003a8 5120
067d23c9
KY
51212010-12-03 Glenn Morris <rgm@gnu.org>
5122
5123 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
5124
51252010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
5126
5127 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
5128 (EXTERNALLY_VISIBLE): New definition.
5129
51302010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
5131
5132 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
5133
51342010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5135
5136 * configure.in: Do not check for unconditionally included headers.
5137
51382010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5139
5140 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
5141
51422010-11-09 Michael Albinus <michael.albinus@gmx.de>
5143
5144 * configure.in: Don't write a warning for D-Bus anymore.
5145
51462010-11-06 Andreas Schwab <schwab@linux-m68k.org>
5147
5148 * configure.in: Fix indentation.
5149
51502010-10-31 Ken Brown <kbrown@cornell.edu>
5151
90eacf99
SM
5152 * configure.in (checking whether localtime caches TZ):
5153 Use unsetenv instead of modifying environment directly.
067d23c9
KY
5154
51552010-10-25 Andreas Schwab <schwab@linux-m68k.org>
5156
5157 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
5158 to avoid warning.
5159
51602010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5161
e9fce1ac 5162 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
5163
51642010-10-22 Glenn Morris <rgm@gnu.org>
5165
5166 * make-dist: Avoid listing .el files twice. Don't try to run
5167 autoconf if --no-update.
5168
51692010-10-20 Glenn Morris <rgm@gnu.org>
5170
5171 * make-dist: No longer create lisp/MANIFEST.
5172
51732010-10-14 Glenn Morris <rgm@gnu.org>
5174
5175 * BUGS, INSTALL.BZR, README: Updates.
5176
51772010-10-13 Glenn Morris <rgm@gnu.org>
5178
5179 * make-dist: Remove --compress. Check for the appropriate
5180 gzip-like executable, and if not found, don't compress.
5181 Check version number in README, don't change it.
5182 Use find for nt/inc/*.h.
5183
51842010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
5185
90eacf99
SM
5186 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
5187 Remove trailing / from directory names.
067d23c9
KY
5188
51892010-10-12 Glenn Morris <rgm@gnu.org>
5190
5191 * make-dist: Update and simplify.
5192
51932010-10-12 Eli Zaretskii <eliz@gnu.org>
5194
5195 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
5196
51972010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5198
5199 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
5200
52012010-10-09 Glenn Morris <rgm@gnu.org>
5202
5203 * make-dist: No more doc/emacs/*.texi.in.
5204
5205 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
5206
52072010-10-09 Glenn Morris <rgm@gnu.org>
5208
5209 * configure.in: Combine some conditionals.
5210
5211 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
5212 * make-dist: Include doc/emacs/*.texi.in.
5213
5214 * INSTALL, make-dist: Remove references to b2m.
5215 * Makefile.in (MAN_PAGES): Remove b2m.1.
5216
52172010-10-05 Glenn Morris <rgm@gnu.org>
5218
5219 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
5220
52212010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5222
5223 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
5224
52252010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
5226
5227 * configure.in: Include stdlib.h and string.h unconditionally.
5228
52292010-09-29 Romain Francoise <romain@orebokech.com>
5230
5231 * configure.in: Don't enable ImageMagick unless HAVE_X11.
5232
52332010-09-28 Glenn Morris <rgm@gnu.org>
5234
5235 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
5236 happy.
5237
52382010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5239
5240 * configure.in: Enable imagemagick by default.
5241
52422010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5243
5244 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 5245 GnuTLS libraries.
067d23c9
KY
5246
52472010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
5248
5249 * configure.in: Set up GnuTLS.
5250
52512010-09-22 Chong Yidong <cyd@stupidchicken.com>
5252
5253 * configure.in: Announce whether libxml2 is linked to.
5254
52552010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5256
5257 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
5258
52592010-09-18 Eli Zaretskii <eliz@gnu.org>
5260
5261 * config.bat: Detect that libxml2 is installed and if so, build
5262 with it.
5263
52642010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5265
5266 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
5267 be used. This fixes a conf problem on Mac OS X.
5268
52692010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5270
5271 * configure.in: Check for libxml2.
5272
52732010-09-09 Glenn Morris <rgm@gnu.org>
5274
5275 * make-dist: No more TODO files under lisp/.
5276
52772010-09-04 Eli Zaretskii <eliz@gnu.org>
5278
5279 * config.bat: Produce lisp/gnus/_dir-locals.el from
5280 lisp/gnus/.dir-locals.el.
5281
52822010-08-23 Andreas Schwab <schwab@linux-m68k.org>
5283
5284 * configure.in: Fix check for librsvg, imagemagick and
5285 MagickExportImagePixels.
5286
52872010-08-18 Joakim Verona <joakim@verona.se>
5288
5289 * Makefile.in, configure.in: Checks for ImageMagick.
5290
52912010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
5292
5293 * configure.in (AC_PREREQ): Require autoconf 2.65.
5294
52952010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
5296
5297 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
5298
52992010-08-09 Andreas Schwab <schwab@linux-m68k.org>
5300
5301 * configure.in: Add AC_C_BIGENDIAN.
5302
53032010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
5304
5305 * configure.in (ORDINARY_LINK): Use on hpux* too.
5306
53072010-08-06 Jan Djärv <jan.h.d@swipnet.se>
5308
5309 * configure.in: Check for util.h.
5310 Use -Wimplicit-function-declaration if compiler supports it.
5311
53122010-08-05 Eli Zaretskii <eliz@gnu.org>
5313
5314 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
5315
53162010-08-04 Andreas Schwab <schwab@linux-m68k.org>
5317
5318 * configure.in: Restore accidentally removed use of
5319 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
5320
53212010-07-29 Chad Brown <yandros@mit.edu>
5322
5323 * configure.in: Check for dirent.h.
5324
53252010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
5326
5327 * configure.in: Remove reference to usg5-4, unused.
5328
53292010-07-25 Andreas Schwab <schwab@linux-m68k.org>
5330
5331 * configure.in: Check for __executable_start.
5332
53332010-07-24 Ken Brown <kbrown@cornell.edu>
5334
5335 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
5336
53372010-07-24 Juanma Barranquero <lekktu@gmail.com>
5338
5339 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
5340
53412010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
5342
5343 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
5344
53452010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5346
5347 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
5348 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
5349 (C_OPTIMIZE_SWITCH): Remove.
5350 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
5351
53522010-07-11 Andreas Schwab <schwab@linux-m68k.org>
5353
5354 * configure.in: Don't check for index and rindex, check for strchr
5355 and strrchr. Define strchr and strrchr as index and rindex,
5356 resp., in src/config.h if not available.
5357
53582010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
5359
5360 * configure.in: Use -Wold-style-definition if available.
5361 This helps with the transition to standard C code, it can be
5362 removed when done.
5363
5364 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
5365
5366 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
5367 and MSWindows.
5368
53692010-07-07 Andreas Schwab <schwab@linux-m68k.org>
5370
5371 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
5372 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
5373
53742010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5375
5376 * configure.in (getenv): Remove K&R declaration.
5377
53782010-07-02 Jan Djärv <jan.h.d@swipnet.se>
5379
5380 * configure.in: Remove define __P.
5381
53822010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
5383
5384 * configure.in (--enable-use-lisp-union-type): New flag.
5385
53862010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
5387
5388 Fix CFLAGS for non-GCC compilers.
5389 * configure.in (CFLAGS): Always use -g like it was done before the
5390 2010-03-30 change.
5391 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
5392 (Bug#6538)
5393
53942010-06-30 Glenn Morris <rgm@gnu.org>
5395
5396 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
5397 Set with AC_DEFINE rather than AH_BOTTOM.
5398
35e951cd 5399 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC)
067d23c9
KY
5400 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
5401 Set with shell, not cpp.
5402 (LIBX): Remove, just use -lX11 in the one place this was used.
5403 (cannot_dump): Replace with CANNOT_DUMP.
5404
54052010-06-28 Jan Djärv <jan.h.d@swipnet.se>
5406
0a19a6f8 5407 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
5408 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
5409 by minimum required Gtk+ 2.6). Add checks for functions introduced
5410 in Gtk+ 2.14 or newer (bug#6505).
5411
54122010-06-26 Eli Zaretskii <eliz@gnu.org>
5413
5414 * config.bat: Remove white space around "+" in COPY commands.
5415
54162010-06-23 Glenn Morris <rgm@gnu.org>
5417
5418 * info/dir: Start descriptions in column 32, per Texinfo convention.
5419
54202010-06-16 Chong Yidong <cyd@stupidchicken.com>
5421
5422 * INSTALL: Update font information (Bug#6389).
5423
54242010-06-16 Glenn Morris <rgm@gnu.org>
5425
5426 * INSTALL: General update.
5427
54282010-06-12 Glenn Morris <rgm@gnu.org>
5429
5430 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
5431
54322010-06-11 Glenn Morris <rgm@gnu.org>
5433
5434 * configure.in (--without-compress-info): New option.
5435 (GZIP_INFO): New output variable.
5436
5437 * Makefile.in (GZIP_INFO): New, set by configure.
5438 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
5439 Handle man pages in the same way.
5440
54412010-06-10 Glenn Morris <rgm@gnu.org>
5442
5443 * Makefile.in (install-arch-indep): Gzip the info files too.
5444
5445 * make-dist: Remove references to non-existent directories and files.
5446
54472010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
5448
5449 * configure.in: Include <strings.h> and <string.h> instead of
5450 "strings.h" and "string.h".
5451
54522010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
5453
5454 * configure.in: Remove code dealing with BSTRING.
5455
54562010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
5457
5458 * configure.in (AC_PREREQ): Require autoconf 2.65.
5459
5460 * configure.in (unxec): Do not define and substitute.
5461 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
5462
54632010-06-03 Glenn Morris <rgm@gnu.org>
5464
5465 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
5466
54672010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
5468
5469 Fix alloca definition when using gcc on non-gnu systems.
5470 * configure.in: Use the code sequence indicated by "info autoconf"
5471 for alloca (bug#6170).
5472
54732010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5474
5475 * .bzrignore: Ignore new files from trunk, which appear if you use
5476 colocated branches (i.e. "bzr switch").
5477
54782010-05-28 Glenn Morris <rgm@gnu.org>
5479
5480 * configure.in: Simplify some of the $canonical tests.
5481
54822010-05-27 Glenn Morris <rgm@gnu.org>
5483
5484 * config.bat: Do not preprocess src/Makefile.in.
5485
5486 * configure.in: Do not preprocess src/Makefile.in.
5487 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
5488 (AC_EGREP_CPP): Test no longer needed.
5489
5490 * make-dist: No more Makefile.c files.
5491
54922010-05-26 Glenn Morris <rgm@gnu.org>
5493
5494 * configure.in (YMF_PASS_LDFLAGS): Remove.
5495 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
5496
5497 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
5498 Add $GNUSTEP_LOCAL_HEADERS.
5499 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
5500
5501 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
5502 (GNUSTEP_MAKEFILES): Remove.
5503 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
5504 stuff to here.
5505
55062010-05-25 Glenn Morris <rgm@gnu.org>
5507
5508 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
5509 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
5510
5511 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
5512 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
5513 here instead.
5514
55152010-05-24 Romain Francoise <romain@orebokech.com>
5516
5517 * make-dist: Look for version in src/emacs.c.
5518 Use lisp/subr.el rather than lisp/version.el for location check.
5519
55202010-05-21 Glenn Morris <rgm@gnu.org>
5521
5522 * configure.in (MKDEPDIR): Parallel build tweak.
5523
5524 * configure.in (ns_frag): New output file.
5525
5526 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
5527 (OLDXMENU_TARGET): Set to empty if USE_GTK.
5528
5529 * configure.in (cannot_dump): New output variable.
5530
55312010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
5532
5533 * configure.in: On NetBSD, if terminfo is found, use it in
5534 preference to termcap. (Bug#6190)
5535
55362010-05-20 Glenn Morris <rgm@gnu.org>
5537
5538 * make-dist (src): Include *.mk.
5539 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
5540 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
5541 (deps_frag): New output file.
5542 (AUTO_DEPEND): Remove this definition.
5543
5544 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
5545
55462010-05-19 Glenn Morris <rgm@gnu.org>
5547
5548 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
5549 (ORDINARY_LINK): New AC_DEFINE.
5550 (LIB_GCC): No need to set if ORDINARY_LINK.
5551
55522010-05-18 Glenn Morris <rgm@gnu.org>
5553
5554 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
5555 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
5556
5557 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
5558 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
5559 (RALLOC_OBJ): New output variable.
5560
5561 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
5562 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
5563
55642010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5565
5566 * Makefile.in (src): Provide the name of the VCS file that witnesses
5567 a pull.
5568 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
5569
55702010-05-17 Glenn Morris <rgm@gnu.org>
5571
5572 * configure.in (OLDXMENU_DEPS): New output variable.
5573
55742010-05-16 Glenn Morris <rgm@gnu.org>
5575
5576 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
5577
5578 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
5579 * Makefile.in (install-arch-dep): Update for above change.
5580
5581 * Makefile.in (ns_appdir): Remove.
5582 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
5583
5584 * configure.in (TEMACS_LDFLAGS2): New output variable.
5585
5586 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
5587 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
5588 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
5589 nothing uses.
5590
55912010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
5592
5593 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
5594 does not use them.
5595 (X11R5_INHIBIT_I18N): Remove, unused.
5596
55972010-05-15 Glenn Morris <rgm@gnu.org>
5598
5599 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
5600
5601 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
5602
56032010-05-15 Ken Raeburn <raeburn@raeburn.org>
5604
5605 * configure.in: Look for version string in its new location.
5606
56072010-05-15 Eli Zaretskii <eliz@gnu.org>
5608
5609 * config.bat: Remove support for DJGPP v1.x.
5610
56112010-05-15 Glenn Morris <rgm@gnu.org>
5612
5613 * configure.in (OLDXMENU_TARGET): New output variable.
5614
5615 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
5616
5617 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
5618 and other files that no longer exist.
5619
56202010-05-14 Glenn Morris <rgm@gnu.org>
5621
5622 * configure.in (cpp_undefs): Add mktime, register, X11.
5623
5624 * configure.in (GPM_MOUSE_SUPPORT): Remove.
5625 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
5626 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
5627
5628 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
5629 (GNUSTEP_MAKEFILES): Do not output.
5630
56312010-05-13 Glenn Morris <rgm@gnu.org>
5632
5633 * configure.in: Fix some paren typos.
5634
5635 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
5636
5637 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
5638
56392010-05-12 Glenn Morris <rgm@gnu.org>
5640
5641 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
5642
5643 * configure.in (LIB_GCC): New output variable.
5644
56452010-05-11 Glenn Morris <rgm@gnu.org>
5646
5647 * make-dist (msdos): No more mainmake.
5648
5649 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
5650 * config.bat: Do not run cpp on lib-src/Makefile.in.
5651
5652 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
5653
56542010-05-10 Glenn Morris <rgm@gnu.org>
5655
5656 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
5657
5658 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
5659 (BLESSMAIL_TARGET): New output variable.
5660
56612010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5662
5663 * INSTALL: Fix typos.
5664
56652010-05-08 Chong Yidong <cyd@stupidchicken.com>
5666
5667 * configure.in: Add check for buggy version of GCC (Bug#6031).
5668
56692010-05-08 Glenn Morris <rgm@gnu.org>
5670
5671 * configure.in (HAVE_LIBNCURSES): New local variable.
5672 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
5673 replacing cpp in src/s/*.h and src/Makefile.in.
5674
56752010-05-07 Chong Yidong <cyd@stupidchicken.com>
5676
5677 * Version 23.2 released.
5678
56792010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * configure.in: Add tests for `isnan' and `copysign'.
5682
56832010-05-07 Eli Zaretskii <eliz@gnu.org>
5684
5685 * config.bat: Allow for 2 leading `#'s in comments in
5686 src/Makefile.in.
5687
56882010-05-07 Glenn Morris <rgm@gnu.org>
5689
5690 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
5691 Merges logic from src/s/* and src/Makefile.in.
5692 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
5693
56942010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
5695
5696 Define START_FILES and LIB_STANDARD using autoconf.
5697 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
5698 here from src/s/*.h.
5699 (HAVE_CRTIN): Remove, inline logic in the netbsd
5700 START_FILES/LIB_STANDARD computation.
5701
57022010-05-06 Glenn Morris <rgm@gnu.org>
5703
5704 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
5705
5706 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
5707 (LD_SWITCH_X_SITE): Remove unused variables.
5708
57092010-05-04 Glenn Morris <rgm@gnu.org>
5710
5711 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
5712 as well.
5713 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
5714
5715 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
5716
5717 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
5718 variables, replacing c_switch_machine, c_switch_system.
5719 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
5720 @c_switch_system@.
5721
57222010-05-03 Glenn Morris <rgm@gnu.org>
5723
5724 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
5725
5726 * make-dist: There are no more src/m/*.inp files.
5727
57282010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5729
5730 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
5731 (ac_link): Do not use ld_switch_machine.
5732
57332010-05-01 Glenn Morris <rgm@gnu.org>
5734
5735 * configure.in (OTHER_OBJ): Remove.
5736 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
5737
57382010-04-30 Glenn Morris <rgm@gnu.org>
5739
5740 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
5741 Elsewhere, maybe include it.
5742
5743 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
5744 (OLDXMENU, LIBXMENU): New output variables.
5745
5746 * configure.in (OTHER_OBJ): New output variable.
5747
57482010-04-28 Glenn Morris <rgm@gnu.org>
5749
5750 * configure.in (CYGWIN_OBJ): New output variable.
5751
5752 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
5753
5754 * configure.in (FONT_OBJ): New output variable.
5755
5756 * configure.in (LIBXMU): New output variable.
5757
5758 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
5759
5760 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
5761 userland and maybe change values to i386 (move test from s/amdx86-64.h).
5762
57632010-04-27 Glenn Morris <rgm@gnu.org>
5764
5765 * configure.in (LIBXTR6): New output variable. Move unixware special
5766 case here from src/s/unixware.h.
5767
5768 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
5769 in Makefiles.
5770 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
5771
5772 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
5773 (LIBXP): No longer substitute in Makefiles.
5774 (MOTIF_LIBW): New output variable. Move system-specific settings here
5775 from src/s files.
5776
57772010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
5778
5779 Reduce CPP usage.
5780 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
5781 (unexec): Define unconditionally, all platforms define
5782 UNEXEC. AC_SUBST it.
5783 (UNEXEC_SRC): Remove, unused.
5784 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
5785
57862010-04-27 Glenn Morris <rgm@gnu.org>
5787
5788 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
5789 replaced by LIBXP.
5790
5791 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
5792 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
5793 On hpux10-20, default to /lib.
5794
5795 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
5796
57972010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
5798
5799 * configure.in (LIBS_MACHINE): Remove, unused.
5800
5801 * configure.in (LIB_MATH): New output variable. Set it for some systems.
5802
58032010-04-24 Glenn Morris <rgm@gnu.org>
5804
5805 * configure.in (CRT_DIR): New output variable.
5806 (--with-crt-dir): New option. (Bug#5655)
5807 (HAVE_LIB64_DIR): Remove.
5808
58092010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
5810
5811 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
5812
58132010-04-22 Miles Bader <miles@gnu.org>
5814
5815 * configure.in: Get rid of "unix" pre-defined macro when
5816 preprocessing Makefile. (Bug#5857)
5817
58182010-04-21 Andreas Schwab <schwab@linux-m68k.org>
5819
5820 Avoid non-portable shell command negation
5821 * configure.in: Revert last change.
5822
58232010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5824
5825 * configure.in: Change "if test ! -f" to "if ! test -f".
5826
58272010-04-21 Glenn Morris <rgm@gnu.org>
5828
5829 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
5830 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
5831
58322010-04-21 Karel Klíč <kklic@redhat.com>
5833
5834 * configure.in: New option: --with(out)-selinux, on by default.
5835 Set HAVE_LIBSELINUX if we find libselinux, and substitute
5836 LIBSELINUX_LIBS in Makefiles.
5837
58382010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
5839
5840 * configure.in: Remove all references to LIBX11_SYSTEM.
5841
58422010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5843
5844 * configure.in: Remove all references to C_DEBUG_SWITCH.
5845
58462010-03-27 Eli Zaretskii <eliz@gnu.org>
5847
5848 * config.bat <lib-src>: Edit out lines that begin with several #
5849 characters.
5850
58512010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5852
5853 * configure.in: Remove support for old UNIX System V systems and
5854 for Unixware on non-x86 machines.
5855
5856 * configure.in: Remove support for Solaris on PPC and for old versions.
5857
5858 * configure.in: Remove non-working lynxos port.
5859
58602010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5861
5862 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
5863
58642010-03-19 Glenn Morris <rgm@gnu.org>
5865
5866 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
5867 happy.
5868
58692010-03-18 Jan Djärv <jan.h.d@swipnet.se>
5870
5871 * configure.in: Check for tputs and friends, abort if not
5872 found (bug#5735).
5873
58742010-03-18 Glenn Morris <rgm@gnu.org>
5875
5876 * configure.in (--with-x-toolkit): In the help text, say which options
5877 are synonyms.
5878
5879 * configure.in (--with-mmdf, --with-mail-unlink):
5880 New options, off by default.
5881 (--with-mailhost): New option to set default POP host.
5882 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
5883 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
5884 New variables, substituted in Makefiles.
5885 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
5886 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
5887 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
5888 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
5889 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
5890
58912010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5892
5893 * Makefile.in (uninstall): Handle the case where archlibdir does not
5894 exist. (Bug#5720)
5895
58962010-03-12 Eli Zaretskii <eliz@gnu.org>
5897
75f1671a 5898 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
5899 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
5900
5901 * configure: Regenerated.
5902
59032010-03-10 Chong Yidong <cyd@stupidchicken.com>
5904
5905 * Branch for 23.2.
5906
59072010-01-31 Juri Linkov <juri@jurta.org>
5908
5909 * .bzrignore: Add TAGS-LISP.
5910
59112010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5912
5913 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
5914 this header file).
5915
59162010-01-12 Juanma Barranquero <lekktu@gmail.com>
5917
5918 * .bzrignore: Ignore all .exe, instead of individual files.
5919
59202010-01-12 Chong Yidong <cyd@stupidchicken.com>
5921
5922 * configure.in: Explicitly check for and link to -lXrender.
5923
59242010-01-12 Glenn Morris <rgm@gnu.org>
5925
5926 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
5927 for bug reports for development versions.
5928
59292010-01-02 Eli Zaretskii <eliz@gnu.org>
5930
5931 * .bzrignore: Add more ignored patterns, including for the MS-DOS
5932 build.
5933
59342009-12-27 Karl Fogel <kfogel@red-bean>
5935
5936 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
5937 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
5938
59392009-12-17 Glenn Morris <rgm@gnu.org>
5940
5941 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
5942
59432009-12-15 Glenn Morris <rgm@gnu.org>
5944
5945 * info/dir: Add EDT entry.
5946 * Makefile.in (INFO_FILES): Add edt.
5947
59482009-12-10 Jan Djärv <jan.h.d@swipnet.se>
5949
1154d12e 5950 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
5951
59522009-12-09 Jan Djärv <jan.h.d@swipnet.se>
5953
5954 * configure.in: Don't check for RSVG or GConf unless X11 is used.
5955
59562009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
5957
5958 * configure.in: Allow compiling Emacs with GTK on Cygwin.
5959
59602009-12-01 Glenn Morris <rgm@gnu.org>
5961
5962 * make-dist: Add etc/images/mpc directory.
5963
59642009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5965
5966 * configure.in: Don't check for GConf unless X is used.
5967
59682009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5969
5970 * configure.in: Use -Wdeclaration-after-statement if available.
5971
59722009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5973
5974 * configure.in: New option: --with(out)-gconf.
5975 Set HAVE_GCONF if we find gconf.
5976
59772009-11-17 Glenn Morris <rgm@gnu.org>
5978
5979 * Makefile.in (INFO_FILES): Add semantic.
5980
59812009-11-16 Chong Yidong <cyd@stupidchicken.com>
5982
5983 * info/dir: Add Semantic.
5984
59852009-11-16 Glenn Morris <rgm@gnu.org>
5986
5987 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
5988 pattern, so as not to exclude makefile*.el. (Bug#4912)
5989
59902009-11-14 Jan Djärv <jan.h.d@swipnet.se>
5991
5992 * configure.in: --enable-autodepend is new. Check for GNU Make
5993 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
5994 gcc and GNU make to generate dependencies.
5995
59962009-10-27 Glenn Morris <rgm@gnu.org>
5997
5998 * make-dist: Make links to doc/lispintro/*.pdf.
5999
60002009-10-23 Jim Meyering <meyering@redhat.com>
6001
6002 * configure.in: Invoke $CPP with -P when creating Makefile and
6003 src/Makefile. Without this, gcc 4.4.2 converts each
6004 backslash-newline pair in the input to a bare newline, yielding
6005 invalid Makefiles.
6006
6007 * configure: Regenerate.
6008
60092009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6010
6011 * configure.in (vax-dec-vms): Remove, not supported anymore.
6012
60132009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6014
6015 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
6016 (*-apple-darwin*): Add x86_64 architecture.
6017
60182009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6019
6020 * config.guess, config.sub: Updated from master source.
6021
60222009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6023
6024 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
6025
60262009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
6027
6028 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
6029
60302009-09-29 Glenn Morris <rgm@gnu.org>
6031
6032 * make-dist (check): Update for two new levels of subdirectory in lisp/.
6033
60342009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6035
6036 * config.guess, config.sub: Updated from master source.
6037
6038 * configure.in (OTHER_FILES): Define using autoconf not cpp.
6039
60402009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6041
6042 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
6043
60442009-09-13 Chong Yidong <cyd@stupidchicken.com>
6045
6046 * INSTALL: Update URL for GNU FreeFont.
6047
60482009-09-09 Glenn Morris <rgm@gnu.org>
6049
6050 * Makefile.in (install-arch-indep): Don't recursively change perms of
6051 site-lisp and infodir. There may be non-Emacs files in here, and the
6052 files supplied by Emacs are all handled explicitly already. (Bug#3800)
6053 (mkdir): Set umask to world-readable before creating directories.
6054 mkinstalldirs already checks if dirs exist, don't duplicate this test.
6055
60562009-08-29 Glenn Morris <rgm@gnu.org>
6057
6058 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
6059 (info): Don't give an error in the absence of makeinfo - let the doc
6060 Makefiles do that, if the info files need rebuilding. (Bug#3982)
6061
60622009-08-23 Ken Raeburn <raeburn@raeburn.org>
6063
6064 * Makefile.in (install-arch-indep): If the versioned DOC-####
6065 generated during loadup+dump isn't found, install the plain DOC
6066 file that always gets generated, in case CANNOT_DUMP is set.
6067
6068 * configure.in: Warn if package version specified here doesn't
6069 match the version in version.el.
6070 * configure: Regenerate.
6071
60722009-08-22 Michael Albinus <michael.albinus@gmx.de>
6073
6074 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
6075
6076 * configure: Regenerate.
6077
60782009-08-19 Glenn Morris <rgm@gnu.org>
6079
6080 * INSTALL: Remove reference to cvtmail.
6081
60822009-08-15 CHENG Gao <chenggao@gmail.com>
6083
6084 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
6085
60862009-08-02 Kevin Ryde <user42@zip.com.au>
6087
6088 * INSTALL: Fix free fonts URL.
6089
60902009-07-22 Glenn Morris <rgm@gnu.org>
6091
6092 * configure.in (AC_PREREQ): Require autoconf 2.62.
6093
60942009-07-04 Andreas Schwab <schwab@linux-m68k.org>
6095
6096 * configure.in (--enable-checking, --enable-profiling):
6097 Use AS_HELP_STRING.
6098
60992009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6100
6101 * configure.in (--enable-profiling): New option.
6102 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
6103
61042009-06-27 Glenn Morris <rgm@gnu.org>
6105
6106 * configure.in: Restore netbsd on mips, mipsel, mipseb.
6107
61082009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6109
6110 * configure.in (--enable-checking): New option.
6111
61122009-06-24 Glenn Morris <rgm@gnu.org>
6113
6114 * make-dist: Warn if subdir does not exist in source.
6115 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
6116 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
6117 No longer make links.
6118
61192009-06-24 Yavor Doganov <yavor@gnu.org>
6120
6121 * make-dist (tempdir): Don't create directories preferences.gorm
6122 and preferences.nib, they are no longer required.
6123
61242009-06-21 Chong Yidong <cyd@stupidchicken.com>
6125
6126 * Branch for 23.1.
6127
61282009-06-12 Chong Yidong <cyd@stupidchicken.com>
6129
6130 * configure.in: Delete mac-fix-env target, which has been
6131 removed (Bug#3531).
6132
61332009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6134
1154d12e 6135 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
6136
61372009-05-05 Per Starbäck <per@starback.se> (tiny change)
6138
6139 * BUGS: Use new binding of view-emacs-problems.
6140
c7015153 61412009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
6142
6143 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
6144 for Solaris compatibility.
6145
61462009-04-25 Chong Yidong <cyd@stupidchicken.com>
6147
6148 * configure: Regenerate.
6149
6150 * configure.in: Disable use of FreeType without libXft.
6151
61522009-04-19 Jan Djärv <jan.h.d@swipnet.se>
6153
6154 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
6155 Check if it is declared in gtk.h.
6156
61572009-04-12 Andreas Schwab <schwab@linux-m68k.org>
6158
6159 * Makefile.in (install-arch-indep): Remove .gitignore files.
6160
61612009-04-03 Kenichi Handa <handa@m17n.org>
6162
6163 * INSTALL: Make the section "Complex Text Layout support
6164 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
6165
61662009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
6167
6168 * configure.in (rs6000-ibm-aix6*): Fix typo.
6169
61702009-03-04 Glenn Morris <rgm@gnu.org>
6171
6172 * Makefile.in (INFO_FILES): Add auth.
6173
61742009-03-03 Glenn Morris <rgm@gnu.org>
6175
6176 * info/dir: Add Auth-source.
6177
61782009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6179
6180 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
6181 the second.
6182
61832009-02-28 Eli Zaretskii <eliz@gnu.org>
6184
6185 * config.bat: Copy .dbxinit to _dbxinit.
6186
6187 * make-dist (Making links to `info'): Remove .gitignore.
6188
61892009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6190
6191 * Makefile.in (lib-src, lisp): Use simpler rule.
6192 (src): Be more specific to avoid recompiling all the .elc files just
6193 because the bootstrap-emacs is missing.
6194
61952009-02-26 Chong Yidong <cyd@stupidchicken.com>
6196
6197 * configure.in: Require librsvg >= 2.11.
6198
61992009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6200
6201 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
6202 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
6203
62042009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6205
6206 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
6207
62082009-02-03 Glenn Morris <rgm@gnu.org>
6209
6210 * make-dist: Add some missing files, remove some that are no longer
6211 present.
6212
62132009-02-02 Glenn Morris <rgm@gnu.org>
6214
6215 * make-dist: Add some missing nextstep/ files.
6216
62172009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
6218
6219 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
6220
62212009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6222
6223 * configure.in: Add support for m68k-*-netbsd.
6224
62252009-01-14 Juri Linkov <juri@jurta.org>
6226
6227 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
6228
6229 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
6230 and bug-reference-mode.
6231
62322009-01-11 Juri Linkov <juri@jurta.org>
6233
6234 * INSTALL.CVS: Move configuration explicitly to the first step.
6235
62362009-01-09 Glenn Morris <rgm@gnu.org>
6237
6238 * .dir-locals.el: Don't set indent-tabs-mode.
6239
62402008-12-30 Kenichi Handa <handa@m17n.org>
6241
6242 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
6243 the function OTF_get_variation_glyphs.
6244
62452008-12-30 Jan Djärv <jan.h.d@swipnet.se>
6246
6247 * Makefile.in (install-arch-dep): Remove old directories in
6248 ns_app* before moving new directories there.
6249
62502008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
6251
6252 * .dir-locals.el: Remove non-working entry for pmail.
6253 (fill-column): Fix typo.
6254 (change-log-mode): Add fill column.
6255
62562008-12-26 Eli Zaretskii <eliz@gnu.org>
6257
6258 * config.bat: Produce _dir-locals.el from .dir-locals.el.
6259
62602008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
6261
6262 * make-dist (tempdir): Distribute .dir-locals.el.
6263
6264 * .dir-locals.el: New file.
6265
62662008-12-19 Eli Zaretskii <eliz@gnu.org>
6267
6268 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
6269 for rationale.
6270
62712008-12-13 Glenn Morris <rgm@gnu.org>
6272
6273 * Makefile.in (install-arch-indep): Add new man-pages.
6274 (manext): Remove variable.
6275 (MAN_PAGES): New variable.
6276 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
6277 and remove.
6278 (uninstall): Remove desktop file and icons, game scores if empty.
6279
62802008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
6281
6282 * config.guess, config.sub: Updated from master source.
6283
62842008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6285
6286 * Makefile.in (install-arch-indep): Install ebrowse.1.
6287
62882008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6289
6290 * configure.in: Add Solaris on x86_64.
6291
62922008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6293
6294 * config.guess, config.sub: Updated from master source.
6295
62962008-12-08 Eli Zaretskii <eliz@gnu.org>
6297
6298 * info/dir: Fix last change.
6299
63002008-12-07 Eli Zaretskii <eliz@gnu.org>
6301
6302 * info/dir: Untabify.
6303
a04689de 63042008-11-28 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
6305
6306 * configure.in: Fix last change.
6307
63082008-11-28 Richard M Stallman <rms@gnu.org>
6309
6310 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
6311 New configurations.
6312
63132008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
6314
6315 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
6316 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
6317
63182008-11-15 Eli Zaretskii <eliz@gnu.org>
6319
6320 * Makefile.in (INFO_FILES): Remove ns-emacs.
6321
6322 * info/dir (NS-Emacs): Remove entry.
6323
63242008-11-08 Eli Zaretskii <eliz@gnu.org>
6325
6326 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
6327
63282008-11-07 Glenn Morris <rgm@gnu.org>
6329
6330 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
6331
63322008-10-31 Eli Zaretskii <eliz@gnu.org>
6333
6334 * config.bat: Tell user to expect one "File not found" message
6335 while the `doc' directory is being configured.
6336
63372008-10-30 Chong Yidong <cyd@stupidchicken.com>
6338
6339 * update-subdirs: Put obsolete directory last.
6340
63412008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
6342
6343 * configure.in: Check fontconfig always.
6344
63452008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6346
6347 * configure (*-solaris2.[7-9]*): Fix typo.
6348
63492008-10-24 Glenn Morris <rgm@gnu.org>
6350
6351 * configure.in (--without-sync-input, --with-pkg-config-prog):
6352 Help strings start with lower case.
6353 (--with-gnustep-conf): New option.
6354 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
6355
63562008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
6357
6358 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
6359 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
6360 is not found. (Bug#1230)
6361
63622008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6363
6364 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
6365 Use sol2-6.h for Solaris 7-9.
6366
a04689de 63672008-10-18 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
6368
6369 * configure.in: Add support for GNU/Linux on SuperH.
6370
63712008-10-12 Andreas Schwab <schwab@suse.de>
6372
6373 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
6374
1a71cb28 63752008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
6376
6377 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
6378 "X") to avoid confusion.
6379
6380 * configure: Regenerate.
6381
63822008-09-07 Romain Francoise <romain@orebokech.com>
6383
6384 * make-dist: Distribute doc/man/ChangeLog.
6385
63862008-08-28 Chong Yidong <cyd@stupidchicken.com>
6387
6388 * configure.in: Disable XFT and Freetype when without X.
6389
6390 * configure: Regenerate.
6391
63922008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6393
6394 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
6395
63962008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6397
90eacf99
SM
6398 * configure.in (GNUSTEP_SYSTEM_HEADERS):
6399 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
067d23c9
KY
6400
6401 * configure: Regenerate.
6402
64032008-08-20 Eli Zaretskii <eliz@gnu.org>
6404
6405 * configure.in: Move "#define subprocesses" before
6406 config_opsysfile is included.
6407
64082008-08-19 Kenichi Handa <handa@m17n.org>
6409
6410 * INSTALL (Extra fonts): Mention local fonts, don't mention
6411 mule-unicode.
6412
64132008-08-16 Chong Yidong <cyd@stupidchicken.com>
6414
6415 * make-dist: Omit info/.arch-inventory.
6416
64172008-08-16 Jason Rumney <jasonr@gnu.org>
6418
6419 * make-dist (tempdir/nt): Link emacsclient.rc.
6420
64212008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6422
6423 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
6424 AC_SUBST it.
6425 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
6426 AC_SUBST it.
6427 (OTHER_FILES): Always define for HAVE_NS.
6428 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
6429 * configure: Regenerate.
6430
64312008-08-07 Andreas Schwab <schwab@suse.de>
6432
6433 * configure.in: Correctly handle
6434 --enable-cocoa-experimental-ctrl-g=no and
6435 --enable-ns-self-contained=yes.
6436
64372008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6438
6439 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
90eacf99
SM
6440 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
6441 Don't bother undef'ing since won't have desired effect.
067d23c9
KY
6442
64432008-08-06 Andreas Schwab <schwab@suse.de>
6444
6445 * configure.in: Fix quoting.
6446
64472008-08-06 Chong Yidong <cyd@stupidchicken.com>
6448
6449 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
6450
a04689de 64512008-08-05 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
6452
6453 * configure.in: Add checks for krb5_error.text and
6454 krb5_error.e_text struct members.
6455
64562008-08-04 Chong Yidong <cyd@stupidchicken.com>
6457
6458 * configure.in: Test for existence of NSInteger.
6459 Suggested by Yavor Doganov.
6460
64612008-08-02 Romain Francoise <romain@orebokech.com>
6462
6463 * Makefile.in (INFO_FILES): Add mairix-el.
6464
64652008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6466
6467 * make-dist:
6468 * README: Remove VMS support.
6469 * vms: Remove directory.
6470
64712008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6472
6473 * configure.in (MULTI_KBOARD): Remove.
6474
64752008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6476
6477 * configure.in (DO_BLOCK_INPUT): Remove, unused.
6478
64792008-07-29 Chong Yidong <cyd@stupidchicken.com>
6480
6481 * info/dir (File): Add mairix-el.
6482
64832008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6484
6485 Remove support for Mac Carbon.
6486 * mac: Remove directory.
6487 * make-dist:
6488 * configure.in:
6489 * README:
6490 * Makefile.in:
6491 * INSTALL: Remove code for Carbon.
6492 * configure: Regenerate.
6493
64942008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
6495
6496 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
6497
64982008-07-25 Chong Yidong <cyd@stupidchicken.com>
6499
6500 * configure.in: Check for getrlimit.
6501
6502 * configure: Regenerate.
6503
65042008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6505
6506 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
6507 in src/Makefile.in.
6508 (static): Remove, autoconf would always comment it out anyway.
6509 (subprocesses): Define unconditionally.
6510
65112008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
6512
6513 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
6514 compilation under GNUstep.
6515
65162008-07-18 Kenichi Handa <handa@m17n.org>
6517
6518 * INSTALL (Complex Text Layout support libraries): Delete the
6519 paragraph about --enable-font-backend.
6520
65212008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
6522
6523 * configure.in: Print out some info to user for NeXTstep builds.
6524 (ns-app): Remove enable option.
6525 (ns-self-contained): Add enable option.
6526 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
6527 GNUstep, use to set install prefixes, and substitute in Makefiles.
6528 * configure: Regenerate.
6529 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
6530 NS app bundle.
6531
65322008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6533
6534 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
6535
65362008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
6537
6538 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
6539 NS_IMPL_COCOA.
6540
65412008-07-16 Glenn Morris <rgm@gnu.org>
6542
6543 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
6544 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
6545 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
6546 never unset.
6547
6548 * make-dist: Add nextstep/ directories.
6549 (src, lib-src): Add .m files.
6550
65512008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6552
6553 * configure.in (freebsd, kfreebsd): Undo part of previous change.
6554 (USER_FULL_NAME): Remove, not used anymore.
6555 * configure: Regenerate.
6556
65572008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6558
6559 Changes and additions for NeXTstep windowing system (Cocoa and
6560 GNUstep) support.
6561
6562 * configure.in: Add support for NS window system: --with-ns (default
6563 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
6564 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
6565 disable font backend if window system is "none", not if !HAVE_X11.
6566 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
6567 (install-arch-dep): Add commands to assemble NS .app package.
6568
65692008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
6570
6571 * configure.in: Use macppc for Darwin. Remove references to
6572 desupported systems.
6573 * configure: Regenerate.
6574
65752008-07-05 Glenn Morris <rgm@gnu.org>
6576
6577 * make-dist (EMACS): Doc fix.
6578 (lisp): There are no *.dat or image files here any more.
6579 (src): There are no *.s files here any more.
6580 (etc/images, etc/images/*): Link to most regular files.
6581
65822008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6583
6584 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
6585
65862008-07-01 Glenn Morris <rgm@gnu.org>
6587
6588 * configure.in (cpp_undefs): Rename from `undefs', update uses.
6589 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
6590 and explicitly export there. (Bug#507.)
6591
65922008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6593
6594 * configure.in:
6595 * configure: Remove references to obsolete systems.
6596
65972008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6598
6599 * Makefile.in (Makefile): Use it for its timestamp value as well, and
6600 make it depend on all other */.in files.
6601 (src/Makefile, src/config.stamp, lib-src/Makefile)
6602 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
6603 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
6604 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
6605 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
6606
6607 * configure.in: Don't create src/config.stamp any more.
6608
66092008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
6612
66132008-06-22 Glenn Morris <rgm@gnu.org>
6614
6615 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
6616
66172008-06-21 Romain Francoise <romain@orebokech.com>
6618
6619 * Makefile.in (INFO_FILES): Add sasl.
6620
66212008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
6624 (bootstrap-build): Remove.
6625 (top_bootclean): New var.
6626 (top_distclean, bootstrap-clean): Use it.
6627 (bootstrap): Don't recheck config. Make normally.
6628
66292008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6630
6631 * Makefile.in (SUBDIR): Include `lisp'.
6632 (lisp): Depend on `src'.
6633 (top_distclean): Don't remove config.status.
6634 (bootstrap-clean): New target.
6635 (maintainer-clean): Use it.
6636 (bootstrap): Use bootstrap-clean. Re-run config.status.
6637 (src/bootstrap-emacs${EXEEXT}): New target.
6638 (bootstrap-build): Use it. Don't use bootstrap-prepare because
6639 src/Makefile now takes care of it.
6640 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
6641
66422008-06-15 Glenn Morris <rgm@gnu.org>
6643
6644 * info/dir: Add sasl.
6645
66462008-06-09 Alan Mackenzie <acm@muc.de>
6647
6648 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
6649
66502008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
6651
6652 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
6653
66542008-06-07 Glenn Morris <rgm@gnu.org>
6655
6656 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
6657 serve no purpose.
6658
66592008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
6660
6661 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
6662 * configure: Regenerate.
6663
66642008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6665
6666 * update-subdirs: Don't touch subdirs.el if it is unchanged.
6667
66682008-05-14 Kenichi Handa <handa@m17n.org>
6669
6670 * configure: Regenerate.
6671
6672 * configure.in: Don't handle --disable-font-backend. Don't print
6673 a message about a font backend.
6674
66752008-05-09 Glenn Morris <rgm@gnu.org>
6676
6677 * configure.in: Make absence of makeinfo a fatal error only if the info
6678 files don't exist.
6679 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
6680
66812008-05-07 Eli Zaretskii <eliz@gnu.org>
6682
6683 * config.bat: Fix last change: don't use < and > in "rem" lines,
6684 they are interpreted as redirection by DOS shells.
6685
66862008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6687
6688 * configure.in: Check availability of AvailabilityMacros.h
6689 if HAVE_CARBON.
6690
6691 * configure: Regenerate.
6692
66932008-05-03 Glenn Morris <rgm@gnu.org>
6694
6695 * configure.in (x_libraries): Remove standard 64-bit directories -
6696 experimental workaround for minor autoconf bug.
6697
6698 * configure.in (--without-makeinfo): New option. If set,
6699 absence of suitable makeinfo is not a fatal error.
6700 * Makefile.in (MAKEINFO): New, set by configure.
6701 (install-arch-indep): Without makeinfo, ignore any missing manuals.
6702 (info-real): New target.
6703 (info): Without makeinfo, do nothing, else call `info-real'.
6704
67052008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6706
6707 * configure.in: Remove hpux10.20 from the desupported list.
6708
67092008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6710
6711 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
6712
67132008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6714
6715 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
6716 rather than change CPPFLAGS.
6717 (HAVE_GTK): Rename to USE_GTK.
6718
67192008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
6720
6721 * configure.in: Replace the obsolete macros AC_AIX and
6722 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
6723
67242008-04-05 Andreas Schwab <schwab@suse.de>
6725
6726 * configure.in: No longer create admin/unidata/Makefile.
6727
67282008-03-28 Andreas Schwab <schwab@suse.de>
6729
6730 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
6731 (lisp/Makefile): New rule.
6732
67332008-03-13 Glenn Morris <rgm@gnu.org>
6734
6735 * configure.in (AC_INIT): Fix version number.
6736 (sync-input): Reword the option, since it's on by default.
6737
67382008-03-11 Jan Djärv <jan.h.d@swipnet.se>
6739
6740 * configure.in: Add --enable-sync-input, default yes.
6741
67422008-03-11 Glenn Morris <rgm@gnu.org>
6743
6744 * Makefile.in (install-etc, mkdir): Handle directory
6745 etc/images/icons/hicolor/*/mimetypes/.
6746
6747 * make-dist: Handle icons/hicolor/scalable directory.
6748
67492008-03-05 Glenn Morris <rgm@gnu.org>
6750
6751 * configure.in: Enable font-backend by default.
6752 (USE_FONT_BACKEND): Set to "no" in absence of X.
6753 (PKG_CONFIG): Don't set multiple times, once is enough.
6754 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
6755
67562008-03-03 Glenn Morris <rgm@gnu.org>
6757
6758 * Makefile.in (iconsrcdir): New variable.
6759 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
6760 directory.
6761
67622008-02-29 Glenn Morris <rgm@gnu.org>
6763
6764 * test/: New directory.
6765
67662008-02-27 Jan Djärv <jan.h.d@swipnet.se>
6767
6768 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
6769
67702008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
6771
6772 * configure.in: Print an error for systems that we think are obsolete
6773 and are proposed to be removed. Remove some more unused systems.
6774 Add support for powerpc-ibm-aix6*.
6775
67762008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6777
6778 * configure.in: Remove references to obsolete variables and systems.
6779
67802008-02-21 Glenn Morris <rgm@gnu.org>
6781
6782 * Makefile.in (set_installuser): New.
6783 (install-arch-indep): Use set_installuser to avoid duplicate code.
6784
6785 * README.unicode: Split into admin/notes/unicode,font-backend and
6786 remove.
6787
67882008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
6789
6790 * configure.in (arm*-*-freebsd*): Add.
6791
67922008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6793
6794 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
6795 dealing with obsolete variables.
6796
67972008-02-08 Glenn Morris <rgm@gnu.org>
6798
6799 * Makefile.in (check-info-dir): New target.
6800
68012008-02-08 Michael Olson <mwolson@gnu.org>
6802
6803 * Makefile.in (INFO_FILES): Add epa.
6804
6805 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
6806 features" section.
6807
68082008-02-06 Glenn Morris <rgm@gnu.org>
6809
6810 * configure.in (--with-gcc): Give an error saying this option has
6811 been removed.
6812 (--with-gtk): Remove this option.
6813
68142008-02-06 Tom Tromey <tromey@redhat.com>
6815
6816 * configure.in (--with-gcc): Remove.
6817 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
6818
a04689de 68192008-02-05 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
6820
6821 * INSTALL: Recommend giflib, not libungif.
6822
68232008-02-05 Tom Tromey <tromey@redhat.com>
6824
6825 * configure.in (--with-dbus): Default to enabled.
6826
68272008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
6828
6829 * INSTALL (Complex Text Layout support libraries): New section.
6830
68312008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
6832
6833 * make-dist: Remove references to files in mac/ that have been
6834 deleted.
6835
68362008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
6837
6838 * configure.in: For libotf and m17n-flt checks, set shell vars
6839 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
6840 pkg_check_m17n_flt, respectively, for the sake of the summary output.
a04689de 6841 Reported by Ulrich Müller.
067d23c9
KY
6842
68432008-02-02 Eli Zaretskii <eliz@gnu.org>
6844
6845 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
6846 admin/unidata/Makefile.in to Makefile.
6847
68482008-02-02 Glenn Morris <rgm@gnu.org>
6849
6850 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
6851 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
6852 (HAVE_XFT): Add "Does Emacs use..." messages at end.
6853
68542008-02-01 Miles Bader <miles@gnu.org>
6855
6856 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
6857 [libotf], and [m17n-flt] options.
6858
68592008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6860
6861 * configure.in: Add EMACS_ARG_N([libotf]...), and
6862 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
6863 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
6864 CFLAGS, and LIBS in checking of m17n-flt.
6865
68662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6867
6868 * configure.in: Check the availability of m17n-flt library.
6869
68702008-02-01 Kenichi Handa <handa@m17n.org>
6871
6872 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
6873 not available.
6874
68752008-02-01 Kenichi Handa <handa@m17n.org>
6876
6877 * configure.in: New args --enable-font-backend, --with-xft,
6878 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
6879 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
6880 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
6881 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
6882
68832008-02-01 Kenichi Handa <handa@m17n.org>
6884
6885 * make-dist: Include etc/charsets in tarball.
6886
68872008-02-01 Kenichi Handa <handa@m17n.org>
6888
6889 * configure.in: While running cpp on junk.c, include
6890 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
6891 exists.
6892
68932008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
6894
6895 * configure.in (xtensa): Match more configurations.
6896
68972008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
6898
6899 * configure.in: Update comment.
6900
69012008-01-26 Glenn Morris <rgm@gnu.org>
6902
6903 * configure.in (--without-gcc): By default, neither off nor on.
6904 (--with-carbon): Tone down rhetoric in help text.
6905
69062008-01-25 Glenn Morris <rgm@gnu.org>
6907
6908 * configure.in: Correct usage of OPTION_DEFAULT_ON,
6909 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
6910 Default `Carbon' to off (it's unsupported).
6911
69122008-01-24 Glenn Morris <rgm@gnu.org>
6913
6914 * configure.in: Standardize dbus-related messages.
6915
69162008-01-23 Michael Olson <mwolson@gnu.org>
6917
6918 * configure.in (pkg-config-prog): Remove initial whitespace.
6919
69202008-01-23 Tom Tromey <tromey@redhat.com>
6921
6922 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
6923 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
6924 Update all users.
6925
69262008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
6927
6928 * config.guess, config.sub: Updated from master source.
6929
69302008-01-17 Andreas Schwab <schwab@suse.de>
6931
6932 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
6933
69342008-01-17 Glenn Morris <rgm@gnu.org>
6935
6936 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
6937
69382008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
6939
6940 * configure.in: Remove more references to unsupported systems.
6941
69422008-01-16 Sven Joachim <svenjoac@gmx.de>
6943
6944 * make-dist: Add --lzma.
6945
69462008-01-16 Glenn Morris <rgm@gnu.org>
6947
6948 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
6949 configure checks for this.
6950
69512008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
6952
6953 * configure.in: Remove more references to unsupported systems.
6954
69552008-01-06 Romain Francoise <romain@orebokech.com>
6956
6957 * configure.in: Delete extra semicolons.
6958
69592008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6960
6961 * configure.in: Remove references to unsupported systems.
6962
69632008-01-05 Romain Francoise <romain@orebokech.com>
6964
6965 * make-dist: Add --bzip2. Update copyright.
6966
69672008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6968
6969 * configure.in: Remove support for Masscomp.
6970
69712008-01-05 Glenn Morris <rgm@gnu.org>
6972
6973 * Makefile.in (desktopdir, icondir): New variables.
6974 (install-arch-indep): Also depend on `install-etc'.
6975 (install-etc): New target.
6976 (mkdir): Also create the `applications' and `icons' directories.
6977
69782008-01-04 Glenn Morris <rgm@gnu.org>
6979
6980 * make-dist: Update for new etc/images/icons/hicolor directory.
6981
69822007-12-09 Andreas Schwab <schwab@suse.de>
6983
6984 * configure.in: D-Bus is not enabled by default.
6985
69862007-12-06 Jan Djärv <jan.h.d@swipnet.se>
6987
6988 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
6989 change.
6990
69912007-12-04 Jan Djärv <jan.h.d@swipnet.se>
6992
6993 * configure.in: Give package name and version to AC_INIT.
6994
69952007-12-03 Magnus Henoch <mange@freemail.hu>
6996
6997 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
6998
69992007-12-03 Michael Albinus <michael.albinus@gmx.de>
7000
7001 * configure.in: No need for DBUS_INFO anymore.
7002
7003 * Makefile.in (INFO_FILES): Use dbus unconditionally.
7004
70052007-12-02 Michael Albinus <michael.albinus@gmx.de>
7006
7007 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
7008
7009 * Makefile.in (INFO_FILES): Add dbus.
7010
70112007-12-02 Romain Francoise <romain@orebokech.com>
7012
7013 * make-dist: Fix last change.
7014
70152007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
7016
7017 * configure.in: Add support for gnu-kfreebsd.
7018
70192007-11-28 Glenn Morris <rgm@gnu.org>
7020
7021 * make-dist: Add etc/nxml.
7022
70232007-11-24 Romain Francoise <romain@orebokech.com>
7024
7025 * Makefile.in (INFO_FILES): Add nxml-mode.
7026
70272007-11-23 Romain Francoise <romain@orebokech.com>
7028
7029 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
7030 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
7031
70322007-11-20 Andreas Schwab <schwab@suse.de>
7033
7034 * configure.in: Always include <resolv.h> when checking for res_init.
7035
70362007-11-17 Andreas Schwab <schwab@suse.de>
7037
7038 * update-subdirs: Atomically update subdirs.el.
7039
70402007-11-17 Glenn Morris <rgm@gnu.org>
7041
7042 * Makefile.in (check-declare): New target.
7043
70442007-11-07 Glenn Morris <rgm@gnu.org>
7045
7046 * configure.in: Deprecate Mac Carbon port.
7047
70482007-11-01 Jan Djärv <jan.h.d@swipnet.se>
7049
7050 * configure.in: Remove HAVE_X11R5 check.
7051
70522007-10-31 Glenn Morris <rgm@gnu.org>
7053
7054 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
7055 when changing ownership of installed files.
7056
70572007-10-30 Glenn Morris <rgm@gnu.org>
7058
7059 * make-dist: Add new directory etc/gnus.
7060
70612007-10-30 Michael Olson <mwolson@gnu.org>
7062
7063 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
7064
70652007-10-29 Glenn Morris <rgm@gnu.org>
7066
7067 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
7068
70692007-10-23 Glenn Morris <rgm@gnu.org>
7070
7071 * MAINTAINERS: Move to admin/.
7072
70732007-10-17 Chong Yidong <cyd@stupidchicken.com>
7074
7075 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
7076 (HAVE_LIBRESOLV): Also define if we are using res_init().
7077
70782007-10-17 Glenn Morris <rgm@gnu.org>
7079
7080 * FTP: Remove file, since it's just a duplicate of one in etc/.
7081
70822007-10-05 Eli Zaretskii <eliz@gnu.org>
7083
7084 * config.bat: Fix configuring `doc' due to changes in the
7085 directory structure.
7086
70872007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7088
7089 * configure.in: Don't use -lpthread on HP-UX.
7090
70912007-09-16 Glenn Morris <rgm@gnu.org>
7092
7093 * make-dist: File gfdl.1 has been removed.
7094
70952007-09-15 Glenn Morris <rgm@gnu.org>
7096
7097 * configure.in: Fix makeinfo version regexp.
7098
70992007-09-12 Glenn Morris <rgm@gnu.org>
7100
7101 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
7102 implementation of alloca is not found.
7103
7104 * Makefile.in (SOURCES, unlock, relock): Delete.
7105 (install-arch-indep): Do not exclude the etc/ Makefiles.
7106
71072007-09-09 Juri Linkov <juri@jurta.org>
7108
7109 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
7110
7111 * README: Add doc/ to documentation directories.
7112
71132007-09-08 Michael Olson <mwolson@gnu.org>
7114
7115 * MAINTAINERS: Add myself for ERC and tq.el.
7116 Update for new doc/ directory layout.
7117
71182007-09-06 Romain Francoise <romain@orebokech.com>
7119
7120 * make-dist: Update for new doc/ directory layout.
7121
71222007-09-06 Glenn Morris <rgm@gnu.org>
7123
7124 * Makefile.in (mansrcdir): New variable.
7125 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
7126 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
7127 update these targets for new doc/ directory layout.
7128 (doc/misc/Makefile): New target.
7129 (install-arch-indep): Use mansrcdir for new location of manpages.
7130 (mostlyclean, clean, distclean, maintainer-clean, unlock)
7131 (relock, info, dvi): Update targets for new doc/ directory layout.
7132
7133 * configure.in (AC_OUTPUT): Update names of generated Makefiles
7134 for new doc/ directory layout.
7135
71362007-09-02 Andreas Schwab <schwab@suse.de>
7137
7138 * configure.in: Use AS_HELP_STRING throughout.
7139 * configure: Regenerate.
7140
71412007-09-02 Jan Djärv <jan.h.d@swipnet.se>
7142
7143 * configure.in: Require Gtk/Glib 2.6.
7144
71452007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
7146
7147 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
7148 Use them throughout in place of AC_ARG_WITH calls.
7149 * configure: Regenerate.
7150
71512007-09-01 Andreas Schwab <schwab@suse.de>
7152
7153 * configure.in: Put quotes around nested macro calls.
7154
a04689de 71552007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
067d23c9
KY
7156
7157 * configure.in: Fix typo.
7158 * configure: Regenerate.
7159
71602007-08-30 Glenn Morris <rgm@gnu.org>
7161
7162 * configure.in (AH_BOTTOM): Copy some manual changes made to
7163 src/config.in here so they are not lost when it regenerates.
7164
7165 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
7166
71672007-08-29 Károly Lőrentey <karoly@lorentey.hu>
7168
7169 * README.multi-tty: New file.
7170
71712007-08-29 Glenn Morris <rgm@gnu.org>
7172
7173 * README: Increase version to 23.0.50.
7174
71752007-08-29 Jan Djärv <jan.h.d@swipnet.se>
7176
7177 * configure.in: New option: --without-xaw3d.
7178
71792007-08-24 Glenn Morris <rgm@gnu.org>
7180
7181 * configure.in: Check for a suitably recent makeinfo.
7182
71832007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
7184
7185 * configure.in (Check for required libraries): Typo.
7186
71872007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7188
7189 * configure.in: Check librsvg2 also for Mac Carbon.
7190
71912007-08-22 Romain Francoise <romain@orebokech.com>
7192
7193 * make-dist: Follow reorganization of files in etc/.
7194
71952007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
7196
7197 * configure.in: Add support for SVG images through librsvg2.
7198
71992007-07-28 Eli Zaretskii <eliz@gnu.org>
7200
7201 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
7202 to avoid an error message if there is no DOC there.
7203
72042007-07-25 Glenn Morris <rgm@gnu.org>
7205
7206 * Relicense all FSF files to GPLv3 or later.
7207
7208 * COPYING, info/COPYING: Switch to GPLv3.
7209
72102007-06-20 Jan Djärv <jan.h.d@swipnet.se>
7211
7212 * configure.in: Complain if X seems to be installed but no
7213 development files were found.
7214
72152007-06-20 Glenn Morris <rgm@gnu.org>
7216
7217 * configure.in: Prefer libgif over libungif.
7218
72192007-06-14 Jan Djärv <jan.h.d@swipnet.se>
7220
7221 * configure.in: Check for all image libraries before exiting.
7222
72232007-06-13 Jan Djärv <jan.h.d@swipnet.se>
7224
7225 * configure.in: Exit with error if image libraries aren't found.
7226
72272007-06-13 Chong Yidong <cyd@stupidchicken.com>
7228
7229 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
7230 when compiling without scrollbars.
7231
72322007-06-12 Glenn Morris <rgm@gnu.org>
7233
7234 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
7235
72362007-06-11 Jan Djärv <jan.h.d@swipnet.se>
7237
7238 * configure.in: Change wording about yes/gtk and lucid/athena
7239 being synonyms.
7240
72412007-06-08 Glenn Morris <rgm@gnu.org>
7242
7243 * configure.in: Make gtk the default toolkit.
7244
72452007-06-07 Glenn Morris <rgm@gnu.org>
7246
7247 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
7248 for a Sun C compiler.
7249
7250 * Makefile.in (install-arch-indep): Install only the DOC- file
7251 specific to the build, if possible, rather than DOC-*.
7252
72532007-06-02 Chong Yidong <cyd@stupidchicken.com>
7254
7255 * Version 22.1 released.
7256
72572007-05-25 Chong Yidong <cyd@stupidchicken.com>
7258
7259 * mkinstalldirs: Sync to version in automake CVS.
7260
72612007-05-22 Andreas Schwab <schwab@suse.de>
7262
7263 * configure.in: Prefer build_alias over host when host_alias is not set.
7264 * configure: Regenerate.
7265
72662007-05-20 Andreas Schwab <schwab@suse.de>
7267
7268 * configure.in: Remove empty AC_SUBST.
7269 * configure: Regenerate.
7270
72712007-05-20 Nick Roberts <nickrob@snap.net.nz>
7272
7273 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
7274 it like others.
7275 * configure: Regenerate.
7276
72772007-05-20 Nick Roberts <nickrob@snap.net.nz>
7278
7279 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
7280 (AC_CHECK_LIB): Add -lgpm.
7281 * configure: Regenerate.
7282
72832007-05-03 Glenn Morris <rgm@gnu.org>
7284
7285 * configure: Tweak message about the absence of shell functions.
7286
72872007-04-27 Andreas Schwab <schwab@suse.de>
7288
7289 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
7290
72912007-04-26 Glenn Morris <rgm@gnu.org>
7292
7293 * README: Increase version to 22.1.50.
7294
72952007-04-24 Juanma Barranquero <lekktu@gmail.com>
7296
7297 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
7298
72992007-04-19 Glenn Morris <rgm@gnu.org>
7300
7301 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
7302
73032007-04-18 Glenn Morris <rgm@gnu.org>
7304
7305 * INSTALL: Mention CPP.
7306
73072007-04-15 Glenn Morris <rgm@gnu.org>
7308
7309 * FTP: Replace with a pointer to the web version.
7310
73112007-04-13 Glenn Morris <rgm@gnu.org>
7312
7313 * INSTALL: In lib-src, timer, wakeup, yow are removed.
7314
73152007-04-04 Glenn Morris <rgm@gnu.org>
7316
7317 * configure.in (NON_GNU_CPP): Use associated preprocessor when
7318 compiling with Sun Studio on Solaris.
7319
73202007-03-23 Glenn Morris <rgm@gnu.org>
7321
7322 * configure.in: Restore support for hp800 (removed 2007-01-27)
7323 following clarification of legal status.
7324
73252007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
7326
7327 * configure.in: Add support for AIX4.3 on IBM RS6000.
7328
7329 * configure: Regenerate.
7330
73312007-03-20 Richard Stallman <rms@gnu.org>
7332
7333 * configure.in: Fix previous change.
7334
73352007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
7336
7337 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
90eacf99
SM
7338 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
7339 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
067d23c9
KY
7340
73412007-03-19 Chong Yidong <cyd@stupidchicken.com>
7342
7343 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
7344 user specifies "without".
7345
7346 * configure: Regenerate.
7347
73482007-03-18 Jan Djärv <jan.h.d@swipnet.se>
7349
7350 * configure.in: Warning for Gtk+ and Cygwin added.
7351 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
7352
73532007-02-27 Glenn Morris <rgm@gnu.org>
7354
7355 * make-dist (oldXMenu): Remove Imakefile.
7356 (etc/images): Add README.
7357
73582007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
7359
7360 * configure.in (xtensa-*-linux-gnu*): New configuration.
7361
7362 * configure: Regenerate.
7363
73642007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
7365
7366 * config.guess, config.sub: Updated from master source.
7367
73682007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7369
7370 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
7371
73722007-01-29 Chong Yidong <cyd@stupidchicken.com>
7373
7374 * configure.in: Restore support for hp800's not running HP-UX.
7375
7376 * configure: Regenerate.
7377
73782007-01-27 Chong Yidong <cyd@stupidchicken.com>
7379
7380 * configure.in: Remove support for hp800 and sr2k machine types.
7381
7382 * configure: Regenerate.
7383
73842007-01-26 Jan Djärv <jan.h.d@swipnet.se>
7385
7386 * configure.in: Add check for libXft.
7387
73882007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
7389
7390 * INSTALL: Info files moved to share/info.
7391
73922007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
7393
7394 * configure.in: Detect and use fink-installed in intel-based Mac
7395 builds; change Apple Darwin section to support both PowerPC and
7396 Intel-based Macs.
7397
73982006-12-26 Andreas Schwab <schwab@suse.de>
7399
7400 * Makefile.in (datarootdir): Define.
7401
74022006-12-24 Richard Stallman <rms@gnu.org>
7403
7404 * configure.in: Require Autoconf 2.61.
7405
74062006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
7407
7408 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
7409 Remove redundant entry for powerpc-apple-netbsd.
7410
7411 * configure: Regenerate.
7412
74132006-12-22 Chong Yidong <cyd@stupidchicken.com>
7414
7415 * configure: Regenerate with autoconf 2.61.
7416
74172006-12-20 Jan Djärv <jan.h.d@swipnet.se>
7418
7419 * configure.in: Detect alsa/asoundlib.h also.
7420 * configure: Regenerate.
7421
74222006-12-19 Jan Djärv <jan.h.d@swipnet.se>
7423
7424 * configure.in: Check if GTK+ compiles at all.
7425
74262006-12-10 Andreas Schwab <schwab@suse.de>
7427
7428 * configure.in: Remove check for struct timezone, its result is
7429 never used.
7430
74312006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
7432
7433 * configure.in: Add support for Solaris 10 on x86-64.
7434
74352006-12-08 Jan Djärv <jan.h.d@swipnet.se>
7436
7437 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
7438 of PKG_CONFIG_PATH.
7439
74402006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7441
7442 * configure.in (HAVE_SYNC): New test.
7443
74442006-12-03 Glenn Morris <rgm@gnu.org>
7445
7446 * Makefile.in: Fix Copyright format.
7447
7448 * configure.in (AH_TOP): Add missing Copyright year.
7449
7450 * update-subdirs: Add missing Copyright years.
7451
74522006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
7453
7454 * Makefile.in: Touch only the parts of the share/emacs directory
7455 specific to this version.
7456
74572006-11-26 Chong Yidong <cyd@stupidchicken.com>
7458
7459 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
7460
74612006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7462
7463 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
7464
74652006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7466
7467 * configure.in: Prefer X11 to Carbon only when some X-specific
7468 option is specified (Thanks to Jan Djärv and Andreas Schwab).
7469
74702006-11-04 Romain Francoise <romain@orebokech.com>
7471
7472 * Makefile.in (bootstrap-clean-before): Fix typo.
7473 Use new target `bootstrap-clean' in the leim subdirectory.
7474
74752006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7476
7477 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
7478
74792006-10-30 Chong Yidong <cyd@stupidchicken.com>
7480
7481 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
7482 directories.
7483
74842006-10-29 Jeramey Crawford <jeramey@jeramey.com>
7485
7486 * configure.in: Enable x86-64 OpenBSD compilation.
7487
74882006-10-28 Glenn Morris <rgm@gnu.org>
7489
7490 * AUTHORS: Add cal-html.el author.
7491
74922006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7493
7494 * make-dist: Make links to mac/make-package and
7495 mac/Emacs.app/Contents/Resources/Emacs.icns.
7496
74972006-10-27 Chong Yidong <cyd@stupidchicken.com>
7498
7499 * README: Bump version number to 22.0.90.
7500
75012006-10-23 Andreas Schwab <schwab@suse.de>
7502
7503 * configure.in: Make sure x_default_search_path is always set even
7504 when x_libraries is empty, and look in .../share as well for each
7505 library directory.
7506
75072006-09-28 Kenichi Handa <handa@m17n.org>
7508
7509 * configure.in (locallisppath): Don't include leim dir.
7510 (lisppath): Include leim dir.
7511
75122006-09-15 Jay Belanger <belanger@truman.edu>
7513
7514 * COPYING: Replace "Library Public License" by "Lesser Public
7515 License" throughout.
7516
75172006-09-11 Paul Eggert <eggert@cs.ucla.edu>
7518
7519 * make-dist (EMACS): Exit and fail if the EMACS environment
7520 variable is set to something other than an absolute file name.
7521
75222006-08-16 Andreas Schwab <schwab@suse.de>
7523
7524 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
7525 of hardcoding it.
7526
75272006-08-16 Richard Stallman <rms@gnu.org>
7528
7529 * INSTALL.CVS: Clean up wording.
7530
75312006-07-14 Eli Zaretskii <eliz@gnu.org>
7532
7533 * configure.in (PKG_CHECK_MODULES): Redirect the output of
7534 $PKG_CONFIG --exists "$2" to config.log.
7535 * configure: Regenerate.
7536
1a71cb28 75372006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
7538
7539 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
7540
75412006-07-09 Kim F. Storm <storm@cua.dk>
7542
7543 * CONTRIBUTE: Use outline format.
7544 Add section on copyright years (from admin/notes/years).
7545
75462006-07-08 Eli Zaretskii <eliz@gnu.org>
7547
7548 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
7549 to /dev/null, since we don't need the error message, just the
7550 exit status.
7551
75522006-07-07 Eli Zaretskii <eliz@gnu.org>
7553
7554 * CONTRIBUTE: Slight formatting changes and typo fixes.
7555 Add description of NEWS markings.
7556
75572006-07-07 Kim F. Storm <storm@cua.dk>
7558
7559 * CONTRIBUTE: Mention INSTALL.CVS.
7560
75612006-07-05 Romain Francoise <romain@orebokech.com>
7562
7563 * make-dist (top-level): Add CONTRIBUTE.
7564
75652006-07-04 Richard Stallman <rms@gnu.org>
7566
7567 * CONTRIBUTE: Much rewrite.
7568
75692006-07-04 Nick Roberts <nickrob@snap.net.nz>
7570
7571 * CONTRIBUTE: New file.
7572
75732006-06-24 Eli Zaretskii <eliz@gnu.org>
7574
7575 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
7576
75772006-05-18 Jan Djärv <jan.h.d@swipnet.se>
7578
7579 * configure.in: Add check for ALSA.
7580
75812006-05-06 Eli Zaretskii <eliz@gnu.org>
7582
7583 * Makefile.in (INFO_FILES): Remove emacs-xtra.
7584
7585 * info/dir: Remove the Emacs-Xtra entry.
7586
75872006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
7588
7589 Update copyright year(s) in many files.
7590
75912006-04-01 Eli Zaretskii <eliz@gnu.org>
7592
7593 * configure: Regenerated.
7594
75952006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7596
7597 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
7598 --without-toolkit-scroll-bars was specified.
7599
76002006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
7601
7602 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
7603 to CFLAGS. Update Copyright years written to src/config.in.
7604
76052006-03-18 Claudio Fontana <claudio@gnu.org>
7606
7607 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
7608 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
7609 to be installed/uninstalled.
7610 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
7611 to Info files installed by Emacs.
7612
76132006-03-03 Claudio Fontana <claudio@gnu.org>
7614
7615 * Makefile.in (install, uninstall): Add DESTDIR variable to
7616 support staged installations.
7617
76182006-02-14 Richard M. Stallman <rms@gnu.org>
7619
7620 * configure.in (s390x-*-linux-gnu*): New configuration.
7621
76222006-01-31 Jan Djärv <jan.h.d@swipnet.se>
7623
7624 * configure.in: Require GTK 2.4 or newer.
7625
76262006-01-29 Michael Olson <mwolson@gnu.org>
7627
7628 * Makefile.in (install-arch-indep, uninstall): Add ERC.
7629 * info/dir (ERC): New entry.
7630
76312006-01-29 Eli Zaretskii <eliz@gnu.org>
7632
7633 * info/dir: Fix last change.
7634
76352006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7636
7637 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
7638
76392006-01-27 Eli Zaretskii <eliz@gnu.org>
7640
7641 * info/dir: Untabify the whole file.
7642 (Rcirc): New entry.
7643
76442006-01-12 Andreas Schwab <schwab@suse.de>
7645
7646 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
7647 check.
7648
76492006-01-02 Chong Yidong <cyd@stupidchicken.com>
7650
7651 * configure.in: Use -Wno-pointer-sign if available.
7652
76532005-12-29 Andreas Schwab <schwab@suse.de>
7654
7655 * config.guess, config.sub: Updated from master source.
7656
76572005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7658
7659 * configure.in: Use amdx86-64 for freebsd on x86_64.
7660
76612005-11-22 Romain Francoise <romain@orebokech.com>
7662
7663 * make-dist: Add etc/images/icons.
7664
76652005-11-03 Andreas Schwab <schwab@suse.de>
7666
7667 * configure.in: Use GZIP_PROG instead of GZIP.
7668
90eacf99 7669 * Makefile.in (GZIP_PROG): Rename from GZIP.
067d23c9
KY
7670 (install-arch-indep): Adjust.
7671
76722005-11-01 Andreas Schwab <schwab@suse.de>
7673
7674 * Makefile.in (bootstrap): Fix dependencies for parallel build.
7675 (bootfast): Likewise.
7676
76772005-11-01 Romain Francoise <romain@orebokech.com>
7678
7679 * configure.in: Check for gzip.
7680
7681 * Makefile.in (install): Compress source files.
7682
76832005-10-24 Steven Tamm <steventamm@mac.com>
7684
7685 * configure.in: Fix darwin386 configuration issue.
7686
76872005-10-22 Eli Zaretskii <eliz@gnu.org>
7688
7689 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
7690
76912005-10-17 Bill Wohler <wohler@newt.com>
7692
7693 * make-dist: Create and populate etc/images/low-color.
7694
76952005-10-15 Bill Wohler <wohler@newt.com>
7696
7697 * make-dist: Create and populate etc/images/gud.
7698
76992005-10-08 Richard M. Stallman <rms@gnu.org>
7700
7701 * make-dist (tempparent): Don't check for 14-char file name limit.
7702
77032005-10-07 Romain Francoise <romain@orebokech.com>
7704
7705 * make-dist: Add etc/images/ezimage and etc/images/mail
7706 directories. Install images in etc/images.
7707
77082005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7709
7710 * configure.in: Prefer Carbon if --enable-carbon-app or
7711 --with-carbon is explicitly specified even when X11 is detected.
7712
77132005-09-15 Ulf Jasper <ulf.jasper@web.de>
7714
7715 * Makefile.in (install-arch-indep, uninstall):
7716 Handle newsticker manual.
7717 (info): Add - to commands.
7718
77192005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
7720
7721 Remove the MAXPATHLEN limitations:
7722
7723 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
7724
77252005-09-09 Eli Zaretskii <eliz@gnu.org>
7726
7727 * configure.in <lynxsos*>: Support for LynxOS on PPC.
7728 * configure: Regenerate.
7729
77302005-09-05 Paul Eggert <eggert@cs.ucla.edu>
7731
7732 * config.guess, config.sub: Updated from master source.
7733
77342005-08-03 Juanma Barranquero <lekktu@gmail.com>
7735
7736 * .cvsignore: Add `lock'.
7737
77382005-07-28 Juanma Barranquero <lekktu@gmail.com>
7739
7740 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
7741
77422005-07-26 Paul Eggert <eggert@cs.ucla.edu>
7743
7744 Merge gnulib getopt implementation into Emacs.
7745
7746 * Makefile.in (AUTOCONF_INPUTS): New macro.
7747 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
7748 so that these files also depend on m4/getopt.m4.
7749 * configure.in: Configure getopt by including m4/getopt.m4,
7750 and configuring a getopt replacement if necessary.
7751 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
7752 * m4/getopt.m4: New file.
7753
77542005-07-06 Lute Kamstra <lute@gnu.org>
7755
7756 * configure.in: Fix capitalization.
7757
77582005-07-04 Lute Kamstra <lute@gnu.org>
7759
7760 Update FSF's address in GPL notices.
7761
77622005-06-19 Jérôme Marant <jerome@marant.org>
7763
7764 * Makefile.in (epaths-force): Protect both lisppath and
7765 buildlisppath from whitespace.
7766
77672005-06-08 Steven Tamm <steventamm@mac.com>
7768
090bd7cb 7769 * configure.in: Support Darwin/MacOSX on Intel.
067d23c9
KY
7770
77712005-06-06 Jan Djärv <jan.h.d@swipnet.se>
7772
7773 * configure.in (HAVE_CANCELMENUTRACKING): New test.
7774
1a71cb28 77752005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
7776
7777 * configure.in: Add --enable-locallisppath.
7778
77792005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7780
7781 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
90eacf99
SM
7782 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
7783 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
067d23c9
KY
7784
77852005-05-07 Jérôme Marant <jerome@marant.org>
7786
7787 * make-dist: Remove references to makefile.nt and makefile.def.
7788 Include widgets and images subdirectories of etc. Do not exclude
7789 ldefs-boot.el.
7790
77912005-04-23 Andreas Schwab <schwab@suse.de>
7792
7793 * configure.in: Remove duplicate match for powerpc configuration.
7794
77952005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
7796
7797 * configure.in: Check for <pwd.h>.
7798
77992005-04-14 Lute Kamstra <lute@gnu.org>
7800
7801 * make-dist: Distribute all ChangeLog files in lisp/.
7802 Don't distribute ldefs-boot.el.
7803 lisp/makefile.nt no longer exists.
7804
78052005-04-13 Lute Kamstra <lute@gnu.org>
7806
7807 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
7808 for "no-byte-compile: t" in the file instead.
7809
78102005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7811
7812 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
7813 shadow the main Lesstif/Motif-2.1 libs and includes.
7814
78152005-03-10 Jan Djärv <jan.h.d@swipnet.se>
7816
7817 * configure.in: Only add XASSERTS to cppflags.
7818
78192005-03-04 Jan Djärv <jan.h.d@swipnet.se>
7820
7821 * configure.in: Added --enable-asserts.
7822
78232005-02-09 Kim F. Storm <storm@cua.dk>
7824
7825 Change release version from 21.4 to 22.1 throughout.
7826 Change development version from 21.3.50 to 22.0.50.
7827
78282005-01-19 Steven Tamm <steventamm@mac.com>
7829
7830 * configure.in: Check for <sys/utsname.h>.
7831
78322004-12-11 Kim F. Storm <storm@cua.dk>
7833
7834 * Makefile.in (info): Undo 2004-12-05 change.
7835
78362004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7837
7838 * info/dir (File): Add URL and Org Mode manuals.
7839 * Makefile.in (install-arch-indep, uninstall): Add url and org
7840 manuals.
7841
78422004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7843
7844 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
7845 committed to src/config.in.
7846
78472004-12-07 Jan Djärv <jan.h.d@swipnet.se>
7848
7849 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
7850 pthreads and define HAVE_GTK_AND_PTHREAD.
7851
78522004-12-05 Richard M. Stallman <rms@gnu.org>
7853
7854 * Makefile.in (info): Ignore errors building info files.
7855
78562004-11-27 Eli Zaretskii <eliz@gnu.org>
7857
7858 * config.bat: If 8-byte alignment is not supported, define
7859 NO_DECL_ALIGN in src/config.h, instead of trivially defining
7860 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
7861 filter through Sed to remove the quotes.
7862
78632004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7864
7865 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
7866 not apply to files explicitly `cvs add'ed.
7867
78682004-11-12 Eli Zaretskii <eliz@gnu.org>
7869
7870 * config.bat: Don't require djecho.exe for the v1.x build.
7871 Add a test for DECL_ALIGN support, and add a trivial definition to
7872 src/config.h if 8-byte alignment is not supported.
7873
78742004-11-08 Kim F. Storm <storm@cua.dk>
7875
7876 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
7877 files before building.
7878 (bootfast, bootstrap-clean-before-fast): New targets, like
7879 bootstrap but don't remove .elc files.
7880
78812004-11-06 Lars Brinkhoff <lars@nocrew.org>
7882
7883 * configure.in: Add check for getrusage.
7884
78852004-11-02 Jan Djärv <jan.h.d@swipnet.se>
7886
7887 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
7888 New tests for new and old GTK file dialogs.
7889 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
7890 to no.
7891
78922004-10-20 Jan Djärv <jan.h.d@swipnet.se>
7893
7894 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
7895 can be set. Remove SETARCH test.
7896
78972004-10-08 Steven Tamm <steventamm@mac.com>
7898
ed9265fc 7899 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
067d23c9
KY
7900
79012004-10-06 Jan Djärv <jan.h.d@swipnet.se>
7902
7903 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
7904 AC_MSG_WARN. Move output of warning message to end of configure run.
7905
79062004-10-05 Jan Djärv <jan.h.d@swipnet.se>
7907
7908 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
7909 Run test to see if heap start address is random.
7910
79112004-09-29 Miles Bader <miles@gnu.org>
7912
7913 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
7914 if setarch is present.
7915
79162004-09-25 Jan Djärv <jan.h.d@swipnet.se>
7917
7918 * configure.in (HAVE_EXECSHIELD): Only define on x86.
7919
79202004-09-24 Jan Djärv <jan.h.d@swipnet.se>
7921
7922 * configure.in: Check for exec-shield.
7923
1a71cb28
GM
79242004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7925
7926 * Makefile.in (install-arch-indep): Add pgg and sieve.
7927
7928 * info/.cvsignore: Added pgg and sieve.
7929
067d23c9
KY
79302004-08-06 Andreas Schwab <schwab@suse.de>
7931
7932 * Makefile.in (install-arch-indep, uninstall): Add flymake.
7933
79342004-07-31 Eli Zaretskii <eliz@gnu.org>
7935
7936 * config.bat: Update URLs in the comments.
7937
067d23c9
KY
79382004-07-05 Andreas Schwab <schwab@suse.de>
7939
7940 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
7941
79422004-06-21 Kenichi Handa <handa@m17n.org>
7943
7944 * make-dist: Link leim-ext.el into tempdir.
7945
79462004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7947
7948 * info/dir (File): Add emacs-xtra.
7949 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
7950
79512004-06-12 Juri Linkov <juri@jurta.org>
7952
7953 * info/dir: Move menu help lines from `* Menu:' to file header.
7954 Describe the purpose of a red *.
7955
79562004-05-04 Dave Love <fx@gnu.org>
7957
7958 * configure.in: Don't use `extrasub'.
7959
79602004-04-29 Dave Love <fx@gnu.org>
7961
7962 * configure.in: Don't forget to quote args to `test'.
7963
79642004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
7965
7966 * autogen.sh: Update filename in "please read" message.
7967
79682004-04-17 Richard M. Stallman <rms@gnu.org>
7969
7970 * INSTALL: Move the info about site-lisp dirs,
7971 and say uninstalled Emacs looks there too.
7972
79732004-04-04 Eli Zaretskii <eliz@gnu.org>
7974
7975 * config.bat (lib-src): Recognize comment lines in Makefile.in
7976 that have a TAB after the #, to avoid errors in preprocessing with
7977 GCC 3.3.3.
7978
79792004-03-31 Luc Teirlinck <teirllm@auburn.edu>
7980
7981 * Makefile.in: Mention in comment that `make maintainer-clean'
7982 deletes .elc files.
7983
79842004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7985
7986 * update-subdirs: Add local variables to prevent byte-compiling.
7987
79882004-03-21 Dave Love <fx@gnu.org>
7989
7990 * configure.in: Fix previous change.
7991
79922004-03-18 Dave Love <fx@gnu.org>
7993
7994 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
7995
79962004-03-15 Luc Teirlinck <teirllm@auburn.edu>
7997
7998 * info/dir (File): Add SMTP and SES.
7999
80002004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
8001
8002 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
8003 (bootstrap): Use the new bootstrap-prepare target in lisp.
8004
80052004-02-18 Kim F. Storm <storm@cua.dk>
8006
8007 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
8008
80092004-02-16 Eli Zaretskii <eliz@gnu.org>
8010
8011 * make-dist: Don't link index.*perm and permute-index into tempdir.
8012
80132004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8014
8015 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
8016 to match previous changes by Eli Zaretskii.
8017
80182004-02-09 Luc Teirlinck <teirllm@auburn.edu>
8019
8020 * Makefile.in: Set CDPATH to an empty string.
8021
80222004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8023
8024 * configure.in <darwin>: Use fink packages if available.
8025
80262004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
8027
8028 * make-dist (lispref): Do include lispref/index.texi.
8029
80302004-01-06 Eric Hanchrow <offby1@blarg.net>
8031
8032 * make-dist (tempdir): Include cursors in nt/icons.
8033
80342003-12-30 Eli Zaretskii <eliz@gnu.org>
8035
8036 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
8037 clashes with install-sh on 8+3 filesystems.
8038
1a71cb28 80392003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
8040
8041 * .cvsignore: Add .arch-inventory.
8042
80432003-12-24 Andreas Schwab <schwab@suse.de>
8044
8045 * configure.in: Check for <sys/socket.h>. Include it before
8046 including <net/if.h>. Move check for <net/if.h> before its use.
8047
80482003-12-24 Jan Djärv <jan.h.d@swipnet.se>
8049
8050 * Makefile.in (install-arch-dep): Don't let cd output go into
8051 pipe for carbon_appdir.
8052
80532003-12-24 Andreas Schwab <schwab@suse.de>
8054
8055 * configure.in (PKG_CHECK_MODULES): Fix quoting.
8056
80572003-12-01 Andreas Schwab <schwab@suse.de>
8058
8059 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
8060 hardcoding gcc.
8061
80622003-11-16 Jan Djärv <jan.h.d@swipnet.se>
8063
8064 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
8065 multiple displays.
8066 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
8067
80682003-09-23 Dave Love <fx@gnu.org>
8069
8070 * configure.in: Check members of struct ifreq.
8071
80722003-09-14 Kim F. Storm <storm@cua.dk>
8073
8074 * configure.in: Add checks for sys/ioctl.h and net/if.h.
8075
80762003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
8077
8078 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
8079
80802003-08-18 Lute Kamstra <lute@gnu.org>
8081
8082 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
8083 required anymore.
8084
80852003-08-07 Andrew Choi <akochoi@shaw.ca>
8086
8087 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
8088 option instead of -traditional-cpp for CPP.
8089
80902003-07-29 Richard M. Stallman <rms@gnu.org>
8091
8092 * configure.in (HAVE_XIM): Define if XIM is available.
8093
80942003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
8095
8096 * configure.in: The function gtk_window_set_icon_from_file was
8097 introduced in GTK+ 2.2, so check for that release.
8098
80992003-07-23 Andreas Schwab <schwab@suse.de>
8100
8101 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
8102
8103 * Makefile.in (YACC): Remove, not used.
8104 (MAINT): Don't set.
8105 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
8106 disable dependency on ${srcdir}/configure.in when maintainer mode
8107 is disabled.
8108
81092003-07-22 Dave Love <fx@gnu.org>
8110
8111 * configure.in: Make XRegisterIMInstantiateCallback test depend on
8112 HAVE_X11, not with_xim.
8113 (HAVE_CRTIN): Provide template.
8114 <with_png>: Test for png.h and libpng/png.h.
8115
81162003-07-15 Andreas Schwab <schwab@suse.de>
8117
8118 * configure.in: Temporarily leave quoting for AC_DEFINE.
8119
81202003-07-13 Stefan Monnier <monnier@cs.yale.edu>
8121
8122 * configure.in: Check for posix_memalign.
8123
81242003-07-12 Richard M. Stallman <rms@gnu.org>
8125
8126 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
8127
81282003-07-09 Kim F. Storm <storm@cua.dk>
8129
8130 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
8131 functionality of --without-xim.
8132
81332003-06-29 Dave Love <fx@gnu.org>
8134
8135 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
8136
81372003-06-23 Dave Love <fx@gnu.org>
8138
8139 * configure.in: Check for sys/_mbstate_t.h.
8140 Test XRegisterIMInstantiateCallback prototype.
8141 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
8142
81432003-06-06 Dave Love <fx@gnu.org>
8144
8145 * configure.in: Check for locale.h.
8146
81472003-06-05 Dave Love <fx@gnu.org>
8148
8149 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
8150 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
8151 (NLIST_STRUCT): Don't define.
8152 (AH_BOTTOM): Define my_strftime.
8153
81542003-06-02 Richard M. Stallman <rms@gnu.org>
8155
8156 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
8157
81582003-05-24 Andreas Schwab <schwab@suse.de>
8159
8160 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
8161 bzero, and bcmp.
8162
81632003-05-22 Dave Love <fx@gnu.org>
8164
8165 * configure.in: Remove redundant test for term.h. Test for difftime.
8166
81672003-05-20 Dave Love <fx@gnu.org>
8168
8169 * configure.in: Append * to s390-*-linux-gnu case.
8170 (LIBMAIL) <lockfile>: Don't define.
8171
067d23c9
KY
81722003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
8173
8174 * INSTALL (* GNU/Linux development packages): Mention Debian and
8175 RedHat package names.
8176
81772003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
8178
8179 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
8180
81812003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
8182
8183 * INSTALL (* GNU/Linux development packages): Tell people to
8184 install additional packages for compiling Emacs.
8185
1a71cb28
GM
81862003-04-30 Richard M. Stallman <rms@gnu.org>
8187
8188 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
8189
81902003-04-28 Francesco Potortì <pot@gnu.org>
8191
8192 * configure.in: Undo last (RMS') change, as it is useless, per
8193 Dave Love.
8194
81952003-04-08 Richard M. Stallman <rms@gnu.org>
8196
8197 * configure.in: Put #include of jpeglib.h at start of line.
8198
067d23c9
KY
81992003-04-06 Francesco Potortì <pot@gnu.org>
8200
8201 * configure.in: Use the same configuration for all aix5, not just
8202 aix5.1.
8203
82042003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
8205
8206 * configure.in: Check for need for bigtoc support on IBM AIX for
8207 solving a linker table overflow problem.
8208
82092003-03-03 Rob Browning <rlb@defaultvalue.org>
8210
8211 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
8212 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
8213 over bzero, bcmp, and bcopy.
8214
82152003-02-23 Simon Josefsson <jas@extundo.com>
8216
8217 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
8218
82192003-02-21 Klaus Zeitler <kzeitler@lucent.com>
8220
8221 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
8222
82232003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
8224
8225 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
8226
82272003-02-08 Andreas Schwab <schwab@suse.de>
8228
8229 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
8230 instead of the substitution.
8231
82322003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8233
8234 * Makefile.in: Use @EXEEXT@ for Cygwin.
8235 Use USERNAME if LOGNAME is not set (for Cygwin).
8236
8237 * configure.in: Add opsys=cygwin.
8238
82392003-01-22 Andreas Schwab <schwab@suse.de>
8240
8241 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
8242 redefining it explicitly in src/config.in.
8243
82442003-01-22 Markus Rost <rost@math.ohio-state.edu>
8245
8246 * Makefile.in (bootstrap): Make bootstrap-after.
8247
82482003-01-20 Jan Djärv <jan.h.d@swipnet.se>
8249
8250 * configure.in: Fix --with-gtk.
8251
82522003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8253
090bd7cb 8254 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
067d23c9
KY
8255
8256 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
8257
82582003-01-14 Francesco Potortì <pot@gnu.org>
8259
8260 * configure.in (m68k-motorola-sysv): Remove (obsolete).
8261
82622003-01-07 Steven Tamm <steventamm@mac.com>
8263
8264 * configure.in: New option, --enable-carbon-app, to specify
8265 that the application should be installed
8266 * Makefile.in (install-arch-dep): On Mac OS X, install the
090bd7cb 8267 Emacs.app application if carbon-app is enabled.
067d23c9
KY
8268
82692003-01-06 Dave Love <fx@gnu.org>
8270
8271 * configure.in: Check for nl_langinfo.
8272 [!HAVE_SIZE_T]: Fix typedef.
8273
82742003-01-06 David Kastrup <dak@gnu.org>
8275
8276 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
8277
8278 * configure.in: Add tests for install-info.
8279
82802002-12-09 Markus Rost <rost@math.ohio-state.edu>
8281
8282 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
8283 use again sol2-6 instead of sol2-8.
8284
82852002-12-09 Dave Love <fx@gnu.org>
8286
8287 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
8288
82892002-12-08 Andreas Schwab <schwab@suse.de>
8290
8291 * Makefile.in (install-arch-indep): Revert last change.
8292
82932002-11-27 Dave Love <fx@gnu.org>
8294
8295 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
8296 Check for __sys_siglist too. Check for memset.
8297 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
8298
82992002-11-22 Juanma Barranquero <lektu@terra.es>
8300
8301 * config.guess, config.sub: Updated from master source.
8302
83032002-11-19 Karl Fogel <kfogel@red-bean.com>
8304
8305 * autogen.sh: New file.
8306
1a71cb28 83072002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
8308
8309 * configure.in: Tidy up various quoting issues throughout.
8310 Use AC_GNU_SOURCE.
8311 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
8312 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
8313 Maybe define bcopy, bzero, bcmp.
8314 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
8315 non-existent machine file).
8316 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
8317 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
8318 (nlist.h): Move test up.
8319
83202002-11-18 Markus Rost <rost@math.ohio-state.edu>
8321
8322 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
8323
83242002-11-14 Francesco Potortì <pot@gnu.org>
8325
8326 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
8327
83282002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
8329
8330 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
8331
83322002-11-08 Dave Love <fx@gnu.org>
8333
8334 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
8335 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
8336
83372002-11-07 Miles Bader <miles@gnu.org>
8338
8339 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
8340 Handle separate-build-dir case.
8341
83422002-11-06 Richard M. Stallman <rms@gnu.org>
8343
8344 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
8345 bulletproof. $bar may be empty when there are no .elc files.
8346
83472002-10-30 Dave Love <fx@gnu.org>
8348
8349 * configure.in: Require autoconf 2.53. Test for pty.h,
8350 sys/mman.h, sys/param.h, mremap, memmove.
8351 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
8352 (AC_PROG_YACC): Delete.
8353 (size_t): Use AC_CHECK_TYPES.
8354 (AH_TOP): Up-date copyright.
8355
83562002-10-01 Juanma Barranquero <lektu@terra.es>
8357
8358 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
8359
83602002-09-19 Richard M. Stallman <rms@gnu.org>
8361
8362 * configure.in: Fix the LessTif-directory-finder for real.
8363
83642002-09-14 Richard M. Stallman <rms@gnu.org>
8365
8366 * Makefile.in (maybe_bootstrap): Test for complete absence
8367 of compiled Lisp files.
8368
83692002-09-11 Stefan Monnier <monnier@cs.yale.edu>
8370
8371 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
8372 (bootstrap-clean-after): Delete.
8373 (bootstrap): Make the sequencing explicit.
8374
83752002-09-10 Richard M. Stallman <rms@gnu.org>
8376
8377 * configure.in: Fix previous LessTif change.
8378
83792002-09-09 Richard M. Stallman <rms@gnu.org>
8380
8381 * configure.in (powerpcle-*-solaris2.5*): New configuration.
8382 (powerpcle-*-solaris*): Use version 2.6 as default.
8383 (*-sunos5.6*, *-solaris2.6*): New alternative.
8384 (*-sunos5*): Use version 2.6 as default.
8385
83862002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8387
8388 * configure.in: Fix typo.
8389
83902002-09-05 Richard M. Stallman <rms@gnu.org>
8391
8392 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
8393
8394 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
8395 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
8396
83972002-08-26 Kim F. Storm <storm@cua.dk>
8398
8399 * Makefile.in (install-arch-indep): Do not remove DOC file
8400 when it is the only DOC file installed; this is the case when
8401 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
8402
84032002-07-24 Markus Rost <rost@math.ohio-state.edu>
8404
8405 * configure.in: Fix typo.
8406
84072002-07-24 Richard M. Stallman <rms@gnu.org>
8408
8409 * configure.in: Don't print anything special about gamedir.
8410
8411 * configure.in: Delete nonstandard --with-game-user option.
8412
84132002-07-21 Richard M. Stallman <rms@gnu.org>
8414
8415 * Makefile.in (gamedir, localstatedir): New variables.
8416 (epaths-force): Insert value of gamedir into PATH_GAME.
8417
8418 * configure.in (gamedir): Handle it like lispdir.
8419 (--with-game-dir option): Delete.
8420
84212002-06-21 Pavel Janík <Pavel@Janik.cz>
8422
8423 * configure.in: Add support for mipseb-*-netbsd* machines.
8424
84252002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8426
8427 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
8428
84292002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8430
8431 * info/dir (File): Add an entry for Tramp.
8432
84332002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8434
8435 * INSTALL-CVS: New file.
8436
84372002-06-07 Andreas Schwab <schwab@suse.de>
8438
8439 * configure.in (x86_64-*-linux-gnu*): New system.
8440
84412002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
8442
8443 * config.bat: Handle the case when lispintro is truncated to lispintr.
8444
84452002-05-26 Paul Eggert <eggert@twinsun.com>
8446
8447 * config.guess, config.sub: Updated from master source.
8448
84492002-05-09 Richard M. Stallman <rms@gnu.org>
8450
8451 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
8452
84532002-05-04 Pavel Janík <Pavel@Janik.cz>
8454
8455 * make-dist: Do not distribute lock/ directory.
8456
84572002-04-30 Andrew Choi <akochoi@shaw.ca>
8458
8459 * configure.in: Provide documentation string when defining
8460 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
8461 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
8462
1a71cb28 84632002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
8464
8465 * configure.in: Delete configure check for access to the game user.
8466
84672002-04-29 Pavel Janík <Pavel@Janik.cz>
8468
8469 * make-dist: lwlib/Imakefile is removed.
8470
84712002-04-26 Andrew Choi <akochoi@shaw.ca>
8472
8473 * configure.in: Add support for powerpc-apple-darwin*.
8474 (HAVE_CARBON): Add.
8475
8476 * make-dist: Create directories in mac/Emacs.app.
8477
84782002-04-25 Pavel Janík <Pavel@Janik.cz>
8479
8480 * make-dist: lwlib-Xol* are removed.
8481
84822002-04-23 Andreas Schwab <schwab@suse.de>
8483
8484 * Makefile.in (MAINT): New variable.
8485 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
8486 instead of configure.in, to avoid running autoconf and autoheader
8487 unless explicitly requested.
8488
84892002-04-16 Eli Zaretskii <eliz@gnu.org>
8490
8491 * config.bat: Update for msdos/sed2v2.inp.
8492
84932002-04-15 Andreas Schwab <schwab@suse.de>
8494
8495 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
8496 * configure.in: Add config header templates to all AC_DEFINE and
8497 AC_DEFINE_UNQUOTED symbols.
8498 * make-dist: Run autoheader if necessary.
8499
85002002-04-10 Colin Walters <walters@verbum.org>
8501
8502 * configure.in: Add --game-dir, --game-user. Test to see if we
8503 can use them.
8504
85052002-04-08 Pavel Janík <Pavel@Janik.cz>
8506
8507 * configure.in: Add --with-sound.
8508
85092002-03-18 Kim F. Storm <storm@cua.dk>
8510
8511 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
8512 and getsockname functions. Test for sys/un.h include file.
8513
85142002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
8515
8516 * configure.in: Support AIX 5.1.
8517
85182002-03-10 Jan Djärv <jan.h.d@swipnet.se>
8519
8520 * configure.in: Added test for X Session Management (HAVE_X_SM).
8521
85222002-03-03 Richard M. Stallman <rms@gnu.org>
8523
8524 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
8525 Run chown $${LOGNAME} on files installed by tar xvf.
8526
85272002-03-03 Kim F. Storm <storm@cua.dk>
8528
8529 * configure.in: Test for getpeername.
8530
85312002-03-01 Richard M. Stallman <rms@gnu.org>
8532
8533 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
8534 (HAVE_GIF): Don't use old libungif versions that crash.
8535
85362002-02-26 Richard M. Stallman <rms@gnu.org>
8537
8538 * configure.in <making srcdir absolute>: Verify that PWD is correct,
8539 not just well-formed and valid.
8540 (mips-compaq-nonstopux*): New configuration.
8541
85422002-02-18 Paul Eggert <eggert@twinsun.com>
8543
8544 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
8545 "sed q" is a portable equivalent to plain "head -1".
8546
85472002-02-13 Richard M. Stallman <rms@gnu.org>
8548
8549 * Makefile.in (maybe_bootstrap): Do `exit 1'.
8550 (all): Don't depend on maybe_bootstrap here.
8551 (${SUBDIR}): Depend on it here instead.
8552
85532002-02-08 Richard M. Stallman <rms@gnu.org>
8554
8555 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
8556
85572002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8558
8559 * configure.in: Recognize BSD/OS 5.0.
8560
85612002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8562
8563 * make-dist: Make version checking in emacs.texi consistent with
8564 how we set it there.
8565
85662001-12-29 Kim F. Storm <storm@cua.dk>
8567
8568 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
8569
85702001-12-28 Richard M. Stallman <rms@gnu.org>
8571
8572 * configure.in: Test for mbsinit.
8573
85742001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8575
8576 These changes make Leim part of the standard distribution:
8577
8578 * README: Add info about the `leim' directory.
8579
8580 * INSTALL: Remove text that describes Leim as a separate package.
8581
8582 * noleim-Makefile.in: File removed.
8583
8584 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
8585 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
8586 Leim files out of the Emacs tree. Don't prepare a separate tarball
8587 for Leim.
8588
85892001-12-11 Richard M. Stallman <rms@gnu.org>
8590
8591 * configure.in (hppa*-*-linux-gnu*): New alternative.
8592
85932001-12-08 Pavel Janík <Pavel@Janik.cz>
8594
8595 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
8596 creating distribution.
8597
85982001-12-06 Paul Eggert <eggert@twinsun.com>
8599
8600 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
8601 (AC_FUNC_VFORK): Remove.
8602 (AC_FUNC_FORK): Add.
8603 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
8604 this is required by recent Autoconf versions.
8605
86062001-12-02 Pavel Janík <Pavel@Janik.cz>
8607
8608 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
8609 TODO, vms-pp.trans and others).
8610
86112001-11-29 Pavel Janík <Pavel@Janik.cz>
8612
8613 * make-dist: Use COPYING from the top-level directory.
8614
86152001-11-29 Gerd Moellmann <gerd@gnu.org>
8616
8617 * configure.in: Add support for FreeBSD/Alpha.
8618
86192001-11-29 Pavel Janík <Pavel@Janik.cz>
8620
8621 * make-dist: Add COPYING to the top-level directory of the
8622 distribution. Simplify the logic behind copying.
8623
8624 * Makefile.in (maybe_bootstrap): Fix previous change.
8625
86262001-11-28 Richard M. Stallman <rms@gnu.org>
8627
8628 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
8629
86302001-11-26 Richard M. Stallman <rms@gnu.org>
8631
8632 * Makefile.in: bootstrap should not delete dumped executables.
8633 (bootstrap-clean-before): New target.
8634 (bootstrap): Use bootstrap-clean-before instead of clean.
8635 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
8636
86372001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
8638
8639 These changes add the Emacs Lisp Introduction manual to the
8640 distribution:
8641
8642 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
8643
8644 * make-dist: Copy the files in lispintro directory.
8645
8646 * config.bat: Configure in the lispintro directory.
8647
8648 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
8649
8650 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
8651 (lispintro/Makefile): New target.
8652 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
8653 (unlock, relock, info, dvi): Ditto.
8654
86552001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8656
8657 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
8658
8659 * make-dist (etc): Don't distribute gfdl.1.
8660
86612001-11-22 Colin Walters <walters@debian.org>
8662
8663 * Makefile.in (install-arch-indep): Install the calc .info files.
8664 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
8665
86662001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8667
8668 * make-dist (lispref): Add *.txt, *.el, permute-index, and
8669 tindex.pl to the list of those being put into the distribution.
8670
86712001-11-16 Eli Zaretskii <eliz@gnu.org>
8672
8673 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
8674
86752001-11-15 Pavel Janík <Pavel@Janik.cz>
8676
8677 * Makefile.in (uninstall): Fix previous change.
8678
8679 * configure.in, Makefile.in: Add support for --program-prefix,
8680 --program-suffix and --program-transform-name options.
8681
86822001-11-13 Pavel Janík <Pavel@Janik.cz>
8683
8684 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
8685 (install-arch-indep): Install emacsclient manual page.
8686 (uninstall): Uninstall emacsclient manual page.
8687
86882001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
8689
8690 * make-dist: Add lispref/index.*perm files to the distribution.
8691 From Pavel Janík <Pavel@Janik.cz>.
8692
86932001-11-12 Pavel Janík <Pavel@Janik.cz>
8694
8695 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
8696
86972001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8698
8699 * configure.in: AC_OUTPUT lispref/Makefile.
8700
87012001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8702
8703 The following changes add the ELisp reference manual to the
8704 distribution.
8705
8706 * make-dist: Add the lispref directory to the distribution.
8707
8708 * Makefile.in (install-arch-indep): Add elisp* to the list of
8709 installed Info files.
8710 (SUBDIR_MAKEFILES): Add lispref/Makefile.
8711 (lispref/Makefile): New target.
8712 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
8713 Add commands for the lispref directory.
8714 (info, dvi): Ditto.
8715
8716 * config.bat: Configure in `lispref'.
8717
87182001-11-09 Richard M. Stallman <rms@gnu.org>
8719
8720 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
8721
87222001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
8723
8724 * make-dist (tempdir): Copy AUTHORS as well.
8725
87262001-11-06 Sam Steingold <sds@gnu.org>
8727
8728 * configure.in: Added a check for <nlist.h>.
8729
87302001-11-01 Pavel Janík <Pavel@Janik.cz>
8731
8732 * configure.in: Reindent --help output.
8733 From Per Starbäck (starback@ling.uu.se).
8734
87352001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
8736
8737 * configure.in: New entry for HP/UX-11.
8738
8739 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
8740 From Eric S. Raymond <esr@golux.thyrsus.com>.
8741
87422001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8743
8744 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
8745 <athornton@sinenomine.net>.
8746
87472001-10-25 Gerd Moellmann <gerd@gnu.org>
8748
8749 * Makefile.in (maybe_bootstrap): New target.
8750 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
8751
87522001-10-24 Ken Raeburn <raeburn@gnu.org>
8753
8754 * configure.in: If --with-hesiod is given, look for
8755 hes_getmailhost and res_send or __res_send; check hesiod and
8756 resolv libraries respectively if system libraries don't supply them.
8757
87582001-10-24 Gerd Moellmann <gerd@gnu.org>
8759
8760 * configure.in: Use $MAKE for `make' if set.
8761
87622001-10-22 Gerd Moellmann <gerd@gnu.org>
8763
8764 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
8765 to tar options.
8766
87672001-10-20 Gerd Moellmann <gerd@gnu.org>
8768
8769 * (Version 21.1 released).
8770
87712001-10-20 Miles Bader <miles@gnu.org>
8772
8773 * configure.in (configuration): Set from `host' if `host_alias'
8774 isn't defined.
8775
87762001-10-19 Andreas Schwab <schwab@suse.de>
8777
8778 * configure.in: Make ready for autoconf 2.5x.
8779 (AC_PREREQ): Require autoconf 2.50.
8780 * aclocal.m4: Removed.
8781 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
8782
87832001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8784
8785 * README: Bump Emacs version to 21.1.50.
8786
87872001-10-05 Gerd Moellmann <gerd@gnu.org>
8788
8789 * Branch for 21.1.
8790
87912001-09-05 Gerd Moellmann <gerd@gnu.org>
8792
8793 * configure.in: Avoid `$@' which is handled specially in
8794 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
8795
87962001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
8797
8798 * make-dist (nt): Add subdirs.el to the list of distributed files.
8799
88002001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
8801
8802 * configure.in (machine): Add an entry for
8803 hppa1.1-hitachi-hiuxwe2*.
8804
88052001-05-28 Gerd Moellmann <gerd@gnu.org>
8806
8807 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
8808 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
8809
88102001-05-14 Gerd Moellmann <gerd@gnu.org>
8811
8812 * make-dist: Copy texinfo.tex unconditionally.
8813
88142001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8815
8816 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
8817 that are installed.
8818
88192001-04-06 Gerd Moellmann <gerd@gnu.org>
8820
8821 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
8822 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
8823
8824 * make-dist: Handle leim/MISC-DIC. Only include
8825 `[a-zA-Z]*.{el,elc}' from leim/quail.
8826
88272001-04-05 Gerd Moellmann <gerd@gnu.org>
8828
8829 * Makefile.in (install-arch-indep): Remove .cvsignore files.
8830
88312001-03-30 Gerd Moellmann <gerd@gnu.org>
8832
8833 * Makefile.in (.PHONY): Add for bootstrap targets.
8834 (bootstrap-clean): New target.
8835 (bootstrap): Use it instead of `clean'.
8836
88372001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
8838
8839 * Makefile.in (SUBDIR): Remove leim.
8840 (all, .RECURSIVE, extraclean): Add leim explicitly.
8841 (leim): Provide separate rule which exports PARALLEL=0 into the
8842 environment.
8843
88442001-03-20 Gerd Moellmann <gerd@gnu.org>
8845
8846 * configure.in (HAVE_XPM): Don't print the result of the check for
8847 XpmReturnAllocPixels if we don't have an xpm.h.
8848
88492001-03-05 Gerd Moellmann <gerd@gnu.org>
8850
8851 * COPYING: New file.
8852
88532001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
8854
8855 * config.bat: Update the copyright.
8856
88572001-02-23 Kenichi Handa <handa@etl.go.jp>
8858
8859 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
8860 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
8861 to `yes'. Later in AC_OUTPUT, check this variable.
8862
88632001-02-09 Dave Love <fx@gnu.org>
8864
8865 * AUTHORS: Updated.
8866
88672001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8868
8869 * info/dir (Ebrowse): Fix the entry (was missing a dot).
8870
88712001-02-02 Gerd Moellmann <gerd@gnu.org>
8872
8873 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
8874
8875 * Makefile.in (uninstall): Ignore exit code of `rm'.
8876
90eacf99
SM
8877 * Makefile.in (uninstall): Remove more info files.
8878 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
067d23c9
KY
8879
88802001-01-31 Gerd Moellmann <gerd@gnu.org>
8881
8882 * noleim-Makefile.in (extraclean): Add.
8883
88842001-01-28 Gerd Moellmann <gerd@gnu.org>
8885
90eacf99 8886 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
067d23c9
KY
8887 it quiet.
8888
88892001-01-24 Colin Walters <walters@cis.ohio-state.edu>
8890
8891 * Makefile.in (tags): Fix typo.
8892
88932001-01-13 Kenichi Handa <handa@etl.go.jp>
8894
8895 * configure.in: Fix typo in the code setting x_search_path.
8896
88972001-01-10 Dave Love <fx@gnu.org>
8898
8899 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
8900 -lXext.
8901 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
8902 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
8903 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
8904 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
8905 (now in $LIBS).
8906
89072001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8908
8909 * config.bat: Run the preprocessor with -traditional.
8910
89112001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
8912
8913 * INSTALL: Move copying conditions to end of file.
8914
89152000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8916
8917 * INSTALL: Add basic installation procedure which assumes
8918 `configure' does its job. Elaborate on image support libraries.
8919 Add a pointer to Xaw3d library. Add advice about solving
8920 configure-time problems by looking in config.log and setting
8921 variables in the environment.
8922
89232000-12-27 Gerd Moellmann <gerd@gnu.org>
8924
8925 * Makefile.in (install-arch-indep): If tar fails, exit with
8926 exit code 1.
8927
89282000-12-19 Gerd Moellmann <gerd@gnu.org>
8929
8930 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
8931 source file includes XKBlib.h. On some broken Solaris systems,
8932 there is an XKBlib.h, reportedly, but header files included by
8933 XKBlib.h are missing.
8934
89352000-12-14 Gerd Moellmann <gerd@gnu.org>
8936
8937 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
8938
89392000-12-11 Dave Love <fx@gnu.org>
8940
8941 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
8942
89432000-12-11 Paul Eggert <eggert@twinsun.com>
8944
8945 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
8946 Merge fixes from latest GNU tar version. These macros no longer
8947 futz with _XOPEN_SOURCE, as that was not portable in practice.
8948 (AC_FUNC_FSEEKO): New macro.
8949
8950 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
8951 ftello.
8952
89532000-12-05 Dave Love <fx@gnu.org>
8954
8955 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
8956
89572000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8958
8959 * info/dir: Change the category to "Emacs".
8960
89612000-12-01 Gerd Moellmann <gerd@gnu.org>
8962
8963 * make-dist (tempdir): Remove epaths.h from the distribution
8964 instead of paths.h.
8965
89662000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8967
8968 * config.bat: Check for existence of djecho.exe, and print an
8969 error message if it is not available.
8970
8971 * INSTALL: Describe possible problem with djecho.exe in old
8972 versions of DJGPP v2.x.
8973
89742000-11-23 Gerd Moellmann <gerd@gnu.org>
8975
8976 * configure.in: Initialize HAVE_LIBXP to no.
8977
89782000-11-22 Gerd Moellmann <gerd@gnu.org>
8979
8980 * configure.in: Use m/macppc.h instead of the non-existent
8981 m/powerpc.h.
8982
89832000-11-21 Gerd Moellmann <gerd@gnu.org>
8984
8985 * Makefile.in (install-arch-indep): Also install info/eshell*
8986 and info/speedbar*.
8987
8988 * configure.in (HAVE_PNG): Check for the presence of
8989 png_get_channels to rule out older PNG libs.
8990
8991 * configure.in (AC_OUTPUT): Arrange to emit definitions of
8992 GCC and NON_GNU_CPP into config.status.
8993
89942000-11-20 Dave Love <fx@gnu.org>
8995
8996 * configure.in: Fix last change.
8997
8998 * GETTING.GNU.SOFTWARE: Deleted.
8999 * FTP: New file to replace it.
9000 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
9001
90022000-11-20 Gerd Moellmann <gerd@gnu.org>
9003
9004 * configure.in: Use -traditional with GNU cpp.
9005
90062000-11-17 Gerd Moellmann <gerd@gnu.org>
9007
9008 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
9009 Distribute more files from the nt/ subdir. Distribute PBM
9010 image files from subdirs of lisp/. Distribute old change logs
9011 from subdirs of lisp/. Distribute play/5x5.el.
9012
90132000-11-11 Dave Love <fx@gnu.org>
9014
9015 * config.sub, config.guess: Updated from master source.
9016
90172000-11-07 Dave Love <fx@gnu.org>
9018
9019 * configure.in: Test for mkstemp.
9020
90212000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
9022
9023 * info/dir (Top): Rearrange menu items more logically, and put
9024 them into a single category. Add menu items for RefTeX and
9025 Widget.
9026
90272000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9028
9029 * Makefile.in (install-arch-indep): Use --info-dir instead of
9030 --dir-file, and a simple argument instead of --info-file, so that
9031 the Debian version of install-info also works.
9032
90332000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9034
9035 * info/dir (Speedbar): Add entry.
9036
90372000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9038
9039 * INSTALL: Describe the new image-support options to the configure
9040 script. List URLs where image support libraries can be found.
9041
90422000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
9043
9044 * info/dir (Top): Add an entry for Eshell.
9045
90462000-10-02 Dave Love <fx@gnu.org>
9047
9048 * configure.in: Check for gai_strerror.
9049
90502000-10-01 Andreas Schwab <schwab@suse.de>
9051
9052 * Makefile.in (install-arch-indep): Update list of installed info files.
9053
90542000-09-30 Gerd Moellmann <gerd@gnu.org>
9055
9056 * configure.in: Support `sparc*-*-netbsd*'.
9057
90582000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
9059
9060 * info/dir (MIME): Add entry for emacs-mime.
9061
90622000-09-29 Dave Love <fx@gnu.org>
9063
9064 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
9065
90662000-09-26 Gerd Moellmann <gerd@gnu.org>
9067
9068 * make-dist: Adapt to the change of leim/Makefile which was
9069 necessary to ensure a reasonably working `make dist'.
9070
9071 * leim-Makefile.in: Moved to leim/Makefile.in..
9072
9073 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
9074
90752000-09-21 Kenichi Handa <handa@etl.go.jp>
9076
9077 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
9078 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
9079 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
9080 files to .elc.
90eacf99 9081 (${TIT}): Adjust for the above change.
067d23c9
KY
9082 (clean mostlyclean): Likewise.
9083 (.el.elc): New target.
9084
90852000-09-19 Gerd Moellmann <gerd@gnu.org>
9086
9087 * make-dist: Include XPM and XBM files in lisp/ and subdirs
9088 in the distribution.
9089
90902000-09-18 Gerd Moellmann <gerd@gnu.org>
9091
9092 * make-dist (skk): Rename to `ja-dic' because the leim directory
9093 was renamed.
9094
90952000-09-14 Dave Love <fx@gnu.org>
9096
9097 * configure.in: Fix spurion in last change.
9098
90992000-09-14 Gerd Moellmann <gerd@gnu.org>
9100
9101 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
9102 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
9103 to `no' if defined. Change result report.
9104
91052000-09-08 Dave Love <fx@gnu.org>
9106
9107 * configure.in: Remove spurious `@'s.
9108
9109 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
9110 autoconf.
9111
91122000-09-06 Gerd Moellmann <gerd@gnu.org>
9113
9114 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
9115 file and print informational message.
9116
9117 * configure.in (AC_FUNC_MMAP): Add.
9118
91192000-09-01 Gerd Moellmann <gerd@gnu.org>
9120
9121 * configure.in: Add ``checking'' messages for
9122 XpmReturnAllocPixels.
9123
91242000-08-28 Gerd Moellmann <gerd@gnu.org>
9125
9126 * configure.in: Check <strings.h>; check `index' and `rindex'
9127 functions.
9128
91292000-08-26 Kenichi Handa <handa@etl.go.jp>
9130
9131 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
9132 "case "${canonical}" in".
9133
91342000-08-25 Dave Love <fx@gnu.org>
9135
9136 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
9137
91382000-08-25 Kenichi Handa <handa@etl.go.jp>
9139
9140 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
9141
91422000-08-24 Gerd Moellmann <gerd@gnu.org>
9143
9144 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
9145 contains a relative path. Protect against unusable values of $PWD.
9146
91472000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9148
9149 * info/dir (WoMan): Add entry.
9150
9151 * config.bat (maindir): Update src/_gdbinit even if it does
9152 already exist.
9153
91542000-08-07 Gerd Moellmann <gerd@gnu.org>
9155
9156 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
9157
91582000-08-03 Gerd Moellmann <gerd@gnu.org>
9159
9160 * configure.in: Add support for ia64*-*-linux*.
9161
91622000-07-27 Gerd Moellmann <gerd@gnu.org>
9163
9164 * make-dist (aclocal.m4): Include in distribution.
9165
91662000-07-26 Dave Love <fx@gnu.org>
9167
90eacf99 9168 * configure.in (AC_SYS_LARGEFILE): Move earlier.
067d23c9
KY
9169
91702000-07-24 Dave Love <fx@gnu.org>
9171
9172 * configure.in: Add AC_SIZE_T.
9173
91742000-07-18 Dave Love <fx@gnu.org>
9175
9176 * configure.in: Reorder so that most tests are done after CPPFLAGS
9177 is set from the C_SWITCH_... definitions.
9178
91792000-07-10 Gerd Moellmann <gerd@gnu.org>
9180
9181 * configure.in (HAVE_XPM): Undo previous change. Check for
9182 preprocessor define XpmReturnAllocPixels.
9183
91842000-07-06 Gerd Moellmann <gerd@gnu.org>
9185
9186 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
9187 instead of XpmReadFileToPixmap.
9188
91892000-07-05 Ken Raeburn <raeburn@gnu.org>
9190
9191 * configure.in: Check for <soundcard.h>. Look for ossaudio
9192 library, and set LIBSOUND accordingly.
9193
91942000-07-05 Dave Love <fx@gnu.org>
9195
9196 * configure.in: Use AC_HEADER_SYS_WAIT.
9197
91982000-07-05 Gerd Moellmann <gerd@gnu.org>
9199
9200 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
9201 lisp/Makefile. Distribute lisp/Makefile.in instead of
9202 lisp/Makefile.
9203
92042000-06-30 Ken Raeburn <raeburn@gnu.org>
9205
9206 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
9207 while searching for image-handling libraries.
9208
92092000-06-26 Gerd Moellmann <gerd@gnu.org>
9210
9211 * configure.in (--with-xim): New option.
9212
92132000-06-23 Dave Love <fx@gnu.org>
9214
9215 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
9216 for struct timezone and test how we can call gettimeofday.
9217 Check for OSF 5+. Check for term.h.
9218
9219 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
9220 version.
9221
92222000-06-23 Gerd Moellmann <gerd@gnu.org>
9223
9224 * configure.in (HAVE_LIBXP): Change test for libXp.
9225
92262000-06-21 Dave Love <fx@gnu.org>
9227
9228 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
9229 simple test for getloadavg and substitute GETLOADAVG_LIBS.
9230 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
9231
92322000-06-19 Dave Love <fx@gnu.org>
9233
9234 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
9235 _XOPEN_SOURCE is defined.
9236
92372000-06-16 Gerd Moellmann <gerd@gnu.org>
9238
9239 * Makefile.in (distclean): Also make distclean in lisp/.
9240
92412000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9242
9243 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
9244
92452000-06-15 Gerd Moellmann <gerd@gnu.org>
9246
9247 * make-dist: Add --help and --snapshot options.
9248
92492000-06-14 Gerd Moellmann <gerd@gnu.org>
9250
9251 * configure.in: Generate lisp/Makefile.
9252
9253 * configure.in: Add support for `*-lynxos*'.
9254 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
9255 recommended by <Karen.Dorhamer@compaq.com> to fix problems
9256 on Tru64 UNIX v5.0.
9257
92582000-06-13 Ken Raeburn <raeburn@gnu.org>
9259
9260 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
9261 it's on a continuation line.
9262
92632000-06-02 Dave Love <fx@gnu.org>
9264
9265 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
9266 files.
9267
9268 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
9269 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
9270 test.
9271
9272 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
9273 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
9274
92752000-05-26 Gerd Moellmann <gerd@gnu.org>
9276
9277 * configure.in: Add check for speed_t typedef.
9278
92792000-05-25 Ken Raeburn <raeburn@gnu.org>
9280
9281 * Makefile.in (install-arch-dep): Install fns-*.el only if it
9282 exists; it won't in the CANNOT_DUMP case.
9283
92842000-05-25 Gerd Moellmann <gerd@gnu.org>
9285
9286 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
9287 On FreeBSD, the exit status is 1 if CDPATH is not set.
9288 (install-arch-indep): Install ebrowse.info.
9289
92902000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
9291
9292 * configure.in: Check for grandpt and getpt.
9293
92942000-05-09 Dave Love <fx@gnu.org>
9295
9296 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
9297
92982000-05-05 Gerd Moellmann <gerd@gnu.org>
9299
9300 * make-dist: Make a link for lib-src/grep-changelog.
9301 Copy install-sh.
9302
93032000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
9304
9305 * config.bat: Identify the beginning of the cpp stuff in
9306 src/Makefile.in and lib-src/Makefile.in more accurately.
9307
93082000-04-27 Gerd Moellmann <gerd@gnu.org>
9309
9310 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
9311
93122000-04-19 Gerd Moellmann <gerd@gnu.org>
9313
9314 * configure.in: Add support for `powerpc-*-netbsd*'.
9315
93162000-04-19 Dave Love <fx@gnu.org>
9317
9318 * configure.in: Don't use AC_FUNC_GETLOADAVG.
9319
9320 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
9321
93222000-04-16 Dave Love <fx@gnu.org>
9323
9324 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
9325
93262000-04-14 Dave Love <fx@gnu.org>
9327
9328 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
9329
9330 * aclocal.m4 (AC_FUNC_MKTIME): New.
9331
93322000-03-28 Ken Raeburn <raeburn@gnu.org>
9333
9334 * configure.in: Line up "--help" output a little better.
9335
93362000-03-26 Gerd Moellmann <gerd@gnu.org>
9337
9338 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
9339 New targets.
90eacf99
SM
9340 (bootstrap): Rewritten in terms of the new targets above.
9341 Make info files, too.
067d23c9
KY
9342
93432000-03-12 Gerd Moellmann <gerd@gnu.org>
9344
9345 * config.guess, config.sub: Use the versions of the files from
9346 subversions.
9347
93482000-03-08 Dave Love <fx@gnu.org>
9349
9350 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
9351 AC_C_VOLATILE. Define POINTER_TYPE.
9352
9353 * aclocal.m4: New file.
9354
93552000-03-02 Gerd Moellmann <gerd@gnu.org>
9356
9357 * configure.in (machine): Add `mipsel-*-netbsd*' and
9358 `arm-*-netbsd*'.
9359
93602000-03-01 Gerd Moellmann <gerd@gnu.org>
9361
9362 * configure.in (machine): Add support for `*-auspex-sunos*'.
9363
93642000-02-29 Gerd Moellmann <gerd@gnu.org>
9365
9366 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
9367
93682000-02-18 Dave Love <fx@gnu.org>
9369
9370 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
9371
93722000-02-18 Andreas Schwab <schwab@suse.de>
9373
9374 * Makefile.in (install-arch-indep): Add eudc to list of installed
9375 info files.
9376
93772000-02-17 Ken Raeburn <raeburn@gnu.org>
9378
9379 * configure.in: Include -lz and -ljpeg (if it's available) when
9380 testing for the tiff library.
9381
93822000-02-17 Gerd Moellmann <gerd@gnu.org>
9383
9384 * configure.in: Remove LISP_FLOAT_TYPE.
9385
93862000-02-12 Dave Love <fx@gnu.org>
9387
9388 * configure.in: Use AC_FUNC_VFORK.
9389
93902000-02-01 Gerd Moellmann <gerd@gnu.org>
9391
9392 * make-dist: Various fixes for new development tree.
9393
9394 * leim-Makefile.in: New file.
9395
93962000-01-31 Gerd Moellmann <gerd@gnu.org>
9397
9398 * Makefile.in (dist): Call ./make-dist.
9399
94002000-01-24 Dave Love <fx@gnu.org>
9401
9402 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
9403
94042000-01-18 Gerd Moellmann <gerd@gnu.org>
9405
9406 * configure.in (HAVE_GIF): Check for DGifOpen instead of
9407 DGifOpenFileName.
9408
94092000-01-11 Andreas Schwab <schwab@suse.de>
9410
9411 * Makefile.in (install-arch-indep): Update list of info files to
9412 be installed.
9413
94142000-01-05 Dave Love <fx@gnu.org>
9415
9416 * configure.in: Check for jerror.h as well as libjpeg.
9417
94182000-01-03 Andreas Schwab <schwab@suse.de>
9419
90eacf99
SM
9420 * Makefile.in (install-arch-indep): Install autotype*.
9421 Run install-info on autotype and emacs-faq.info.
067d23c9
KY
9422
94231999-12-04 Dave Love <fx@gnu.org>
9424
9425 * Makefile.in (install-arch-indep): Depend on `info'.
9426 (install-strip): Use `install' as sub-make target.
9427
94281999-11-23 Ken Raeburn <raeburn@gnu.org>
9429
9430 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
9431 didn't need to be deleted. Check for the k5crypto library as well
9432 as the crypto library; MIT Kerberos 1.1 changed the name.
9433
94341999-11-18 Dave Love <fx@gnu.org>
9435
9436 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
9437
94381999-11-11 Erik Naggum <erik@naggum.no>
9439
9440 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
9441
94421999-11-08 Dave Love <fx@gnu.org>
9443
9444 * configure.in: Fix change for --with-pop default.
9445
94461999-11-04 Dave Love <fx@gnu.org>
9447
9448 * configure.in: Default to --with-pop. Change sense of with-gcc
9449 and with-toolkit-scroll-bars messages to reflect the defaults.
9450
94511999-11-01 Gerd Moellmann <gerd@gnu.org>
9452
9453 * INSTALL: Mention the Emacs Lisp Reference.
9454
94551999-10-27 Noah Friedman <friedman@splode.com>
9456
9457 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
9458
94591999-10-23 Gerd Moellmann <gerd@gnu.org>
9460
9461 * Makefile.in (bootstrap): New target.
9462
94631999-10-19 Paul Eggert <eggert@twinsun.com>
9464
9465 Add support for large files. Merge glibc 2.1.2.
9466
9467 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
9468 (HAVE_TM_GMTOFF): New symbol.
9469 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
9470 mbrlen, strsignal.
9471 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
9472
94731999-10-09 Stefan Monnier <monnier@cs.yale.edu>
9474
9475 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
9476 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
9477
94781999-10-09 Richard M. Stallman <rms@gnu.org>
9479
9480 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
9481 Unset CDPATH to prevent cd from generating output.
9482
94831999-10-08 Stefan Monnier <monnier@cs.yale.edu>
9484
9485 * update-subdirs: Also ignore CVS subdirs.
9486
94871999-10-07 Gerd Moellmann <gerd@gnu.org>
9488
9489 * Makefile.in (install-arch-indep): Add ada-mode.
9490
94911999-10-06 Dave Love <fx@gnu.org>
9492
9493 * Makefile.in: Add rules for config.status, configure.
9494
94951999-09-07 Gerd Moellmann <gerd@gnu.org>
9496
90eacf99 9497 * configure.in (--with-sound): Remove.
067d23c9
KY
9498
94991999-08-30 Gerd Moellmann <gerd@gnu.org>
9500
9501 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
9502 the test for Xaw3d.
9503 (HAVE_TIFF): Add -lm to library check.
9504
95051999-08-28 Richard Stallman <rms@gnu.org>
9506
9507 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
9508 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
9509 after the other X-related libraries.
9510
95111999-08-21 Dave Love <fx@gnu.org>
9512
9513 * configure.in: Don't check for jpeglib.h.
9514
95151999-08-20 Gerd Moellmann <gerd@gnu.org>
9516
9517 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
9518 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
9519
95201999-08-18 Dave Love <fx@gnu.org>
9521
9522 * configure.in: Check for termcap.h.
9523
95241999-08-15 Gerd Moellmann <gerd@gnu.org>
9525
9526 * configure.in: Add --with-toolkit-scroll-bars. If "no",
9527 use Emacs' scroll bars, even if configured for Motif or when
9528 Xaw3d is available.
9529
95301999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
9531
9532 * configure.in: Check for getaddrinfo.
9533
95341999-08-04 Eli Zaretskii <eliz@gnu.org>
9535
9536 * config.bat: Make --no-debug work again by removing -gcoff.
9537
95381999-07-30 Dave Love <fx@gnu.org>
9539
9540 * configure.in: Check for stdlib.h.
9541
95421999-07-19 Dave Love <fx@gnu.org>
9543
9544 * configure.in: Grok sparc64-*-linux-gnu*.
9545
95461999-07-12 Richard Stallman <rms@gnu.org>
9547
9548 * Version 20.4 released.
9549
95501999-06-23 Karl Heuer <kwzh@gnu.org>
9551
9552 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
9553 Quote $EMACS, in case it's a program with args.
9554
95551999-06-15 Gerd Moellmann <gerd@gnu.org>
9556
9557 * configure.in (HAVE_GIF): Use libungif instead of libgif
9558 because the former doesn't contain patented compression code.
9559
95601999-05-29 Richard M. Stallman <rms@gnu.org>
9561
9562 * configure.in: Delete the Kerberos stuff.
9563
95641999-05-27 Greg Hudson <ghudson@mit.edu>
9565
9566 * configure.in: Prefer kerberos 5 names.
9567
95681999-04-26 Richard M. Stallman <rms@gnu.org>
9569
9570 * configure.in: Check for libXp.
9571
95721999-04-08 Richard Stallman <rms@gnu.org>
9573
9574 * make-dist: Include change logs in subdirs of `lisp'.
9575
95761999-04-05 Richard Stallman <rms@gnu.org>
9577
9578 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
9579 (install-arch-indep): Make ${datadir}/emacs world-readable.
9580
95811999-03-30 Eli Zaretskii <eliz@gnu.org>
9582
9583 * config.bat: Use epaths.* instead of paths.*.
9584
95851999-03-07 Eli Zaretskii <eliz@gnu.org>
9586
9587 * INSTALL: Add detailed instructions to unpack and install
9588 intlfonts on MS-DOS.
9589
95901999-02-26 Richard Stallman <rms@gnu.org>
9591
9592 * configure.in: Use epaths.h and epaths-force instead of paths...
9593
90eacf99 9594 * Makefile.in (epaths-force): Rename from paths-force;
067d23c9
KY
9595 operate on epaths.in and produce epaths.h.
9596
95971999-02-24 Richard Stallman <rms@gnu.org>
9598
9599 * make-dist: Fix nt/icons directory handling.
9600
96011999-02-22 Simon Josefsson <jas@pdc.kth.se>
9602
9603 * configure.in (f301-fujitsu-uxpv4.1): New target.
9604
96051999-02-20 Richard Stallman <rms@gnu.org>
9606
9607 * make-dist (tempparent): Fix command to update info files.
9608
96091999-02-09 Richard Stallman <rms@gnu.org>
9610
9611 * configure.in (powerpc-apple-netbsd*): New alternative.
9612
96131999-01-25 Geoff Voelker <voelker@cs.washington.edu>
9614
9615 * make-dist: Include the new directory nt/icons in distributions.
9616
96171999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9618
9619 * configure.in: Change message about HAVE_XFREE386.
9620
96211999-01-07 Eli Zaretskii <eliz@gnu.org>
9622
9623 * config.bat: Support configuring with leim.
9624
96251998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
9626
9627 * configure.in (mips-sgi-irix6.5): New target.
9628
96291998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9630
9631 * configure.in: Remove GSS-API support, since it has been removed
9632 from movemail.
9633
96341998-12-04 Markus Rost <rost@delysid.gnu.org>
9635
9636 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
9637
96381998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
9639
9640 * Makefile.in: Don't install customize info file.
9641 Run install-info on viper info file.
9642
96431998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
9644
9645 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
9646
96471998-11-16 Kenichi Handa <handa@etl.go.jp>
9648
9649 * configure.in (*-*-bsdi4*): New target.
9650
96511998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
9652
9653 * configure.in: Fix previous change.
9654
96551998-11-11 Richard Stallman <rms@gnu.org>
9656
9657 * configure.in (aviion-intel): New machine.
9658
96591998-11-04 Kenichi Handa <handa@etl.go.jp>
9660
9661 * configure.in (mips-nec-sysv4*): New target.
9662
96631998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
9664
9665 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
9666 from lisp.
9667
96681998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
9669
9670 * make-dist: Don't include fns*.el in dist.
9671
96721998-10-30 Dave Love <fx@gnu.org>
9673
9674 * configure.in: Don't mkdir cpp.
9675
96761998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
9677
9678 * Makefile.in (install-arch-dep): Install src/fns-*.el in
9679 ${archlibdir}.
9680
96811998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9682
9683 * Version 20.3 released.
9684
96851998-07-30 Paul Eggert <eggert@twinsun.com>
9686
9687 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
9688 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
9689 (lwlib/Makefile, leim/Makefile):
9690 Prepend $(srcdir)/ to rule dependencies outside this dir.
9691
96921998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9693
9694 * configure.in: Use unset CDPATH instead of making it empty.
9695
96961998-06-20 Karl Heuer <kwzh@gnu.org>
9697
9698 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
9699
97001998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9701
9702 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
9703 and default.el. Sort the results.
9704
97051998-05-31 Karl Heuer <kwzh@gnu.org>
9706
9707 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
9708 writable.
9709
97101998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9711
9712 * Makefile.in (install-arch-indep):
9713 Don't alter site-lisp/subdirs.el if it exists.
9714
97151998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9716
9717 * Makefile.in (install-arch-indep): Put `-' on commands to create
9718 subdirs.el in site-lisp dirs.
9719
97201998-05-07 Richard Stallman <rms@psilocin.gnu.org>
9721
9722 * Makefile.in (install-arch-indep): Fix typo in previous change.
9723
97241998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9725
9726 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
9727
97281998-04-28 Richard Stallman <rms@psilocin.gnu.org>
9729
9730 * Makefile.in (mkdir): Create the site-lisp dirs.
9731 (install-arch-indep): Make site-lisp/subdirs files world-readable.
9732
97331998-04-26 Richard Stallman <rms@psilocin.gnu.org>
9734
9735 * Makefile.in (INSTALL_INFO): New variable.
9736 (install-arch-indep): Don't replace the dir file if it already exists.
9737 Use the install-info program, via INSTALL_INFO, to add entries.
9738 Make the `info' subdir and the Info files world-readable.
9739
97401998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
9741
9742 * config.bat: Make sure the environment is large enough to support
9743 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
9744
97451998-04-10 Karl Heuer <kwzh@gnu.org>
9746
9747 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
9748
97491998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9750
9751 * configure.in: Add --with-gssapi to specify GSS-API
9752 authentication support for movemail.
9753
97541998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9755
9756 * Makefile.in (install-arch-indep): Fix previous change.
9757
97581998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9759
9760 * Makefile.in (info): Run man in build dir, not srcdir.
9761
97621998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
9763
9764 * Makefile.in (install-arch-indep): Fix previous change.
9765
97661998-03-23 Kenichi Handa <handa@etl.go.jp>
9767
9768 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
9769
97701998-03-22 Richard Stallman <rms@gnu.org>
9771
9772 * Makefile.in (install-arch-indep): Put special subdirs.el files
9773 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
9774
97751998-03-21 Richard Stallman <rms@psilocin.gnu.org>
9776
9777 * make-dist: Fix shell syntax in check for missing .el or .elc files.
9778
97791998-03-09 Richard Stallman <rms@psilocin.gnu.org>
9780
9781 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
9782 (m68*-hp-hpux*): Handle versions 1X like 10.
9783
97841998-03-07 Richard Stallman <rms@psilocin.gnu.org>
9785
9786 * make-dist: PROBLEMS is now in etc, not top level dir.
9787
9788 * Makefile.in (SOURCES): Delete PROBLEMS.
9789
97901998-02-25 Richard Stallman <rms@gnu.org>
9791
9792 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
9793
9794 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
9795
97961998-01-17 Richard Stallman <rms@gnu.org>
9797
9798 * Makefile.in (install-arch-indep): Add semicolon before `else'.
9799
98001998-01-02 Richard Stallman <rms@psilocin.gnu.org>
9801
9802 * make-dist (tempparent): New option --no-check.
9803
9804 * make-dist: Don't do anything with cpp directory.
9805
98061997-12-20 Richard Stallman <rms@psilocin.gnu.org>
9807
9808 * configure.in (sparc-fujitsu-sysv4*): New target.
9809
98101997-12-17 Andreas Schwab <schwab@gnu.org>
9811
9812 * configure.in: Cache more tests. Add missing quotes around
9813 message with embedded comma.
9814
98151997-12-04 Karl Heuer <kwzh@gnu.org>
9816
9817 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
9818
98191997-11-26 Joel N. Weber II <devnull@gnu.org>
9820
9821 * make-dist: Changed the comment about `umask 0' to say `Don't
9822 restrict access to any files.'; previously it said `Don't protect
9823 any files', which may have implied that we think fascism is good.
9824
98251997-11-24 Paul Eggert <eggert@twinsun.com>
9826
9827 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
9828 strftime needs the underlying host's strftime for locale dependent
9829 formats.
9830
98311997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
9832
9833 * configure.in (i586-dg-dguxR4.*): New name in case branch.
9834
98351997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
9836
9837 * config.bat: Configure the man subdirectory.
9838
98391997-11-07 Paul Eggert <eggert@twinsun.com>
9840
9841 * configure.in (AC_CHECK_LIB): Add -lintl.
9842
98431997-11-07 Karl Heuer <kwzh@gnu.org>
9844
9845 * make-dist (check for .elc files): Avoid bash-specific syntax.
9846 (check for overflow 14-char limit): Simplify.
9847
98481997-11-07 Richard Stallman <rms@gnu.org>
9849
9850 * Makefile.in (install): Move blessmail last.
9851
98521997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9853
9854 * configure.in (gettimeofday, one arg or two):
9855 Clarify messages by avoiding double negative.
9856
98571997-09-30 Karl Eichwalder <ke@suse.de>
9858
9859 * Makefile.in (install-arch-indep): Install the widget info file.
9860
98611997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9862
9863 * configure.in (with-pop, with-kerberos): Need to check Kerberos
9864 libraries in reverse order, so that libraries will appear in the
9865 correct dependency order on the link line (and so that the
9866 configure checks themselves will work properly when early
9867 libraries depend on later ones).
9868
98691997-09-21 Erik Naggum <erik@naggum.no>
9870
9871 * make-dist (making links to `src'): Keep timestamp on copied files.
9872
9873 * make-delta: New script to produce delta distributions.
9874
98751997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9876
9877 * Version 20.2 released.
9878
98791997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9880
9881 * Version 20.1 released.
9882
9883 * Makefile.in (install-leim): Depend on mkdir.
9884 (leim): Depend on src.
9885
98861997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9887
9888 * configure.in: Recognize alpha* instead of just alpha.
9889
98901997-09-12 Paul Eggert <eggert@twinsun.com>
9891
9892 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
9893
98941997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9895
9896 * update-subdirs: Use rm -f.
9897
98981997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9899
9900 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
9901 Ignore subdirs named Old.
9902
99031997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
9904
9905 * configure.in: Add OpenBSD clause to set $machine.
9906
99071997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9908
9909 * make-dist: Recompile everything after updating various Lisp files.
9910 Recompile in leim as well as lisp.
9911 Check in leim as well as lisp for mismatched files and too-long names.
9912
99131997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9914
9915 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
9916
99171997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9918
9919 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
9920 before trying to copy anything from it.
9921
99221997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9923
9924 * Makefile.in (man/Makefile): New target.
9925 (tags): Define env var EMACS and run Makefile from build dir.
9926
99271997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
9928
9929 * config.bat: If src/_gdbinit doesn't exist, try using
9930 src/.gdbinit to create it (for building on Windows 95).
9931
99321997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9933
9934 * Makefile.in (install-arch-indep):
9935 Discard extra data in tar | tar pipes.
9936
99371997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
9938
90eacf99
SM
9939 * configure.in (x_default_search_path):
9940 Corrected '${x_library}' to '${x_library}/X11'.
067d23c9
KY
9941
99421997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9943
9944 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
9945
99461997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9947
9948 * configure.in: Support auto-configuration of both Kerberos V4 and
9949 Kerberos V5 for movemail, including detection of V4 and V5 header
9950 files and libraries.
9951
99521997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
9953
9954 * configure.in: Compute x_default_search_path
9955 and substitute into makefiles.
9956
9957 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
9958
99591997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9960
9961 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
9962
99631997-08-07 Erik Naggum <erik@naggum.no>
9964
9965 * configure.in: Remove lockdir, it is no longer needed.
9966 * Makefile.in (mkdir): Don't create lockdir.
9967 (lockdir): Variable deleted.
9968 (paths-force): Don't operate on PATH_LOCK.
9969
99701997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9971
9972 * leim-Makefile.in (clean, distclean): New targets.
9973
9974 * make-dist: Include leim/ChangeLog in leim distribution.
9975
99761997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9977
9978 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
9979
99801997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9981
9982 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
9983
99841997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9985
9986 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
9987
99881997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9989
9990 * make-dist: Update leim/leim-list.el.
9991 Pass along value of $EMACS when updating lisp dir.
9992
99931997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9994
9995 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
9996 prerequisite to the use of Doug Lea's malloc.
9997
99981997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9999
10000 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
10001
10002 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
10003
100041997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10005
10006 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
10007
100081997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10009
10010 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
10011 to news-r6.h.
10012
100131997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
10014
10015 * config.bat: Use `sed' instead of `cp', which might not be
10016 installed.
10017
100181997-07-09 Kenichi Handa <handa@etl.go.jp>
10019
10020 * Makefile.in (mostlyclean): Add cleaning leim directory.
10021 (clean, distclean, maintainer-clean): Likewise.
10022
100231997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10024
10025 * make-dist (bogosities): Check subdirs of `lisp' also.
10026
100271997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10028
10029 * make-dist (etc): Really avoid symlinks now.
10030 (lisp): Don't delete from subdirs the things we never copy.
10031
100321997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10033
10034 * Makefile.in (install-arch-indep): Correct the target name.
10035 The first letter `i' was dropped by the previous change of mine.
10036
100371997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10038
10039 * configure.in (leim/Makefile): Generate this.
10040 (*-sysv4.2uw*): Recognize new alternative.
10041
10042 * leim-Makefile.in: Renamed from leim-Makefile.
10043
10044 * make-dist: Set up real-leim subdirectory,
10045 with the real contents of leim; then move it to
10046 a separate top-level directory.
10047
10048 * make-dist: Don't mention site-lisp, site-init, site-start
10049 or default, when listing files hat are not compiled and should be.
10050
10051 * configure.in: Create src/config.stamp at the end.
10052
100531997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10054
10055 * Makefile.in (install-leim): Correct previous change.
10056
100571997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10058
10059 * Makefile.in (install-leim): New target.
10060 (install): Depend on install-leim.
10061
100621997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10063
10064 * Makefile.in (SUBDIR): Add leim.
10065 (SUBDIR_MAKEFILES): Add leim/Makefile.
10066 (leim/Makefile): New target.
10067
100681997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10069
10070 * leim-Makefile: New file.
10071 * make-dist: Initialize a `leim' subdirectory with that makefile.
10072
100731997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10074
10075 * configure.in (GNU_MALLOC_reason): Fix message text.
10076
100771997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10078
10079 * make-dist (lisp): Don't process subdirs that start with =.
10080 (etc): Copy symlinks, as in src.
10081
100821997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10083
10084 * configure.in (i*86-*-unixware*): New alternative.
10085
100861997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10087
10088 * Makefile.in (src/config.stamp): Target renamed from src/config.h
10089 and touch it explicitly.
10090
10091 * configure.in (mips-sony-newsos6*): New alternative.
10092 (mips-*-linux-gnu*): New alternative.
10093 (*-*-bsdi*): New alternative.
10094 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
10095
100961997-06-22 Dave Love <d.love@dl.ac.uk>
10097
10098 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
10099 (src/config.h): New target to re-configure if src/config.in is patched.
10100
101011997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10102
10103 * configure.in (shutdown): Check for `shutdown' function.
10104
101051997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10106
10107 * update-subdirs: Include the directory "language" in subdirs.
10108
101091997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10110
10111 * configure.in (m88k-dg-dgux4*): New alternative.
10112 (alpha-*-netbsd*): New alternative.
10113 (powerpcle-*-solaris2*): New alternative.
10114
101151997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10116
10117 * make-dist: Warn about .el files that are not compiled.
10118
101191997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10120
10121 * Makefile.in (dist): Don't run update-subdirs here,
10122 since make-dist now gets that done.
10123
10124 * make-dist: Use the new `updates' target in lisp/Makefile.
10125
10126 * make-dist: Use new non-file targets in lisp/Makefile.
10127
101281997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10129
10130 * make-dist: Handle all subdirs of `lisp' uniformly.
10131 Don't handle `term' and `language' specially.
10132 Clear out umask at the beginning.
10133
101341997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10135
10136 * make-dist: Use Make to update finder-inf.el and autoloads.
10137 Also update cus-load.el.
10138
101391997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10140
10141 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
10142 in case it is desirable to disable the GNU malloc features with glibc.
10143
101441997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10145
10146 * configure.in (DOUG_LEA_MALLOC):
10147 Define if malloc_{get,set}_state exist.
10148
101491997-03-05 Kenichi Handa <handa@etl.go.jp>
10150
10151 * make-dist: Make links for files under lisp/language.
10152
101531997-02-20 Kenichi Handa <handa@etl.go.jp>
10154
10155 * update-subdirs: Exclude the directory "language" from subdirs.
10156
101571997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
10158
10159 * configure.in: Check for rint and cbrt.
10160
101611997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10162
10163 * make-dist: Use $EMACS to say where to run Emacs.
10164 Add --no-update option.
10165
101661996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10167
10168 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
10169
101701996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10171
10172 * make-dist (copying src): Check thoroughly for symlinks
10173 and copy them in all cases. Regularize the linking of *.in
10174 and *.opt and ChangeLog files.
10175 (copying lib-src): Likewise.
10176 Don't rm getdate.c or y.tab.*--they don't exist any more.
10177
101781996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
10179
10180 * configure.in: Check for libmail, maillock.h and
10181 touchlock (for movemail).
10182
101831996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10184
10185 * configure.in (limits.h): Check for this file.
10186
101871996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10188
10189 * configure.in (rs6000-ibm-aix4.2): New alternative.
10190 (rs6000-ibm-aix4.0): New alternative.
10191 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
10192
101931996-11-22 Ben Harris <bjh21@cam.ac.uk>
10194
10195 * configure.in: Recognize vax-*-netbsd*.
10196
101971996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10198
10199 * configure.in (locallisppath): Add leim directory.
10200
102011996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
10202
10203 * config.bat: Make sure `mv' supports forward slashes and -f.
10204
102051996-10-28 Christian Limpach <chris@nice.ch>
10206
10207 * configure.in (hppa*-next-nextstep*): * added after hppa
10208 to accept hppa1.0 and hppa1.1.
10209
102101996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
10211
10212 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
10213 * configure.in (ld_switch_machine): Fix typo.
10214
102151996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10216
10217 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
10218 from config.h and use them in $ac_link.
10219
102201996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
10221
10222 * configure.in: Create a subdir named `lisp'.
10223
102241996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10225
10226 * configure.in: Check for getcwd.
10227
102281996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10229
10230 * configure.in: Check for termios.h. Check for setpgid.
10231
102321996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10233
10234 * configure.in: Check for setrlimit.
10235
102361996-08-31 Paul Eggert <eggert@twinsun.com>
10237
10238 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
10239
102401996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10241
10242 * configure.in: Check for utimes.
10243
10244 * configure.in: Check for com_err library, but only
10245 if --with-kerberos was used. Check for krb and des
10246 only if --with-kerberos.
10247
102481996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10249
10250 * Makefile.in (INSTALL_STRIP): New variable.
10251 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
10252 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
10253
102541996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10255
10256 * configure.in: Check for krb and des libraries.
10257
102581996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10259
10260 * configure.in (*-sunos4.1.[3-9]*noshare):
10261 Use sunos413, not sunos4-1-3.
10262 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
10263 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
10264
102651996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10266
10267 * Makefile.in (src/paths.h): Target deleted.
10268 (paths-force): Delete all dependencies on this target
10269 but don't delete the target.
10270 (install): Depend on `all'.
10271 (paths-force): Don't print a message.
10272
10273 * configure.in: Generate src/paths.h here.
10274
102751996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10276
10277 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
10278 New variables that affect linking only.
10279 (alpha-dec-osf*): Use those instead of previous change.
10280
102811996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10282
10283 * Makefile.in (install-arch-indep): Install info/messages.
10284
102851996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10286
10287 * Version 19.33 released.
10288
102891996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
10290
10291 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
10292 Fix previous change.
10293
102941996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10295
10296 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
10297 New alternative.
10298
102991996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10300
10301 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
10302 and NON_GCC_TEST_OPTIONS.
10303
103041996-08-06 Paul Eggert <eggert@twinsun.com>
10305
10306 * configure.in (LOCALTIME_CACHE): Don't put a string literal
10307 "TZ=..." in environ.
10308
103091996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10310
10311 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
10312
103131996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10314
10315 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
10316 the more general *-sunos4.1.[3-9]* clause.
10317
103181996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10319
10320 * Version 19.32 released.
10321
10322 * configure.in (*-sco3.2v5*):
10323 Set OVERRIDE_CPPFLAG to a string of one space.
10324 Fix the code that uses OVERRIDE_CPPFLAG.
10325
103261996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
10327
10328 * configure.in: Undo previous change.
10329
103301996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10331
10332 * config.sub: Use `pc', not `unknown', when canonicalizing
10333 the vendor for ...86.
10334
103351996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
10336
10337 * configure.in: Check for termios.h header.
10338
103391996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
10340
10341 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
10342
103431996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
10344
10345 * configure.in: Split bsdos2 and bsdos2-1.
10346
103471996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10348
10349 * config.sub: If last two words are not a recognized
10350 KERNEL-OS pair, use just the last word as OS, as in 19.31.
10351 Make conversion of gnu/linux to linux-gnu really work.
10352
10353 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
10354
103551996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10356
10357 * configure.in (check for using Lucid widgets by default):
10358 Eliminate indentation that confuses some compilers.
10359
103601996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10361
10362 * config.sub: Convert linux and gnu/linux to linux-gnu.
10363
10364 * make-dist: Don't update getdate.c.
10365 Ignore =... files when checking for too-long Lisp file names.
10366
103671996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10368
10369 * configure.in (euidaccess): Check for that, not for eaccess.
10370
103711996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10372
10373 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
10374 before `noshare'.
10375 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
10376
103771996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10378
10379 * configure.in: Rename lignux to linux-gnu in configuration names.
10380 Use gnu-linux as the opsys value (s/ file name).
10381 Allow i686 just like i386, i486, i586.
10382
103831996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10384
10385 * configure.in (i*86-*-sco3.2v5): New alternative.
10386 (OVERRIDE_CPPFLAG): New variable.
10387 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
10388
10389 * configure.in: Specify vpath for .texi files.
10390
103911996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10392
10393 * configure.in: Always check for HAVE_X11R5.
10394 Separately decide whether to use a toolkit by default.
10395
103961996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
10397
10398 * configure.in: If X11R5 is missing the Xaw headers,
10399 default to --with-x-toolkit=no.
10400
104011996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10402
10403 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
10404
104051996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10406
10407 * Makefile.in (install-arch-indep): If cd etc makes output,
10408 don't treat that as part of the tar data.
10409 Check that ./lisp actually exists.
10410
104111996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
10412
10413 * make-dist: Check for long file names.
10414
104151996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10416
10417 * Version 19.31 released.
10418
104191996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10420
10421 * configure.in: Recognize sparc-*-lignux.
10422
104231996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10424
10425 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
10426 Don't include config.w95.
10427
104281996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10429
10430 * make-dist: Replace --no-clean-up and --no-tar options
10431 with --clean-up and --tar, so that the default is useful.
10432
104331996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
10434
10435 * config.bat: Make sure the GDB init file is called src/_gdbinit;
10436 if not, tell the user to rename it and abort.
10437
104381996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10439
10440 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
10441 test program.
10442
104431996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10444
10445 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
10446
10447 * make-dist (MANIFEST): Fix previous change.
10448 (msdos): Put mainmake.v2 into the dist.
10449
104501996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10451
10452 * make-dist: Exit if autoconf fails.
10453
104541996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
10455
10456 * config.bat: Set djgpp-ver, and unset it at the end.
10457 Add a number of conditionals for DJGPP version 2.
10458 Rename label libsrc2 to libsrc3.
10459 Substitute for LDFLAGS in src/Makefile.
10460 Substitute for ALL_CFLAGS in lib-src/Makefile.
10461
104621996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10463
10464 * configure.in (ncurses): Check this after checking fns like strerror.
10465
104661996-04-08 Erik Naggum <erik@naggum.no>
10467
10468 * make-dist (MANIFEST): Don't include lines from =files.
10469
104701996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10471
10472 * make-dist: Don't put lisp/dired.todo in the dist.
10473
104741996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
10475
10476 * configure.in (HAVE_NCURSES): Look for library named ncurses.
10477
10478 * configure.in (setlocale): Check for it.
10479
10480 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
10481
104821996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10483
10484 * configure.in: Use lignux instead of linux as value of opsys.
10485
104861996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10487
10488 * Makefile.in (install-strip): Fix whitespace.
10489 Get rid of continuation.
10490
10491 * config.sub: Convert linux or gnu/linux to lignux.
10492
104931996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10494
10495 * configure.in: Accept lignux in configuration name.
10496
104971996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10498
10499 * Makefile.in (install-strip): New target.
10500
105011996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10502
10503 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
10504 -f failed to do the job on Suns.
10505
105061996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10507
10508 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
10509
10510 * configure.in (linux/version.h): Check for this header.
10511
105121996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10513
10514 * configure.in: Remove -fno-builtin hackery from -lm check.
10515
105161996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10517
10518 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
10519 just this test.
10520
10521 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
10522
105231996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10524
10525 * configure.in: Check for ncurses.
10526
105271996-02-28 Paul Eggert <eggert@twinsun.com>
10528
10529 * configure.in (LOCALTIME_CACHE):
10530 Also define if localtime mishandles unsetting TZ.
10531 This works around a localtime bug in mips-dec-ultrix.
10532
105331996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10534
10535 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
10536
10537 * configure.in: Improve messages about X versions.
10538
105391996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10540
10541 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
10542
105431996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10544
10545 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
10546 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
10547
10548 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
10549 (install): Put install-arch-indep before install-arch-dep.
10550
105511996-02-20 Dave Love <d.love@dl.ac.uk>
10552
10553 * INSTALL: Clarify info about MS-DOS path handling.
10554
105551996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10556
10557 * Makefile.in (install-arch-indep): Install info/ccmode*.
10558 In previous change, protect against /bin/pwd returning null string.
10559
105601996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10561
10562 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
10563 to lispdir.
10564
105651996-02-01 Paul Eggert <eggert@twinsun.com>
10566
10567 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
10568
105691996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10570
10571 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
10572
105731996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10574
10575 * Makefile.in (extraclean): Use ${top_distclean} to ensure
10576 we delete everything distclean deletes.
10577
105781996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
10579
10580 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
10581
105821996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10583
10584 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
10585 into LDFLAGS instead of into LIBS.
10586
105871996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10588
10589 * configure.in (HAVE_XMU): Fix typo in previous change.
10590
105911996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10592
10593 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
10594
105951996-01-10 Erik Naggum <erik@naggum.no>
10596
10597 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
10598
105991996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
10600
10601 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
10602
106031996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10604
10605 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
10606 and use -lXt to link it.
10607
106081996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10609
10610 * configure.in (locallisppath): Put version-specific dir first.
10611
106121996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10613
10614 * configure.in (hppa-*-nextstep*): New alternative.
10615 (USE_X_TOOLKIT): By default, set this to "maybe";
10616 and change that later to LUCID or "no" according to X11 version.
10617
10618 * make-dist: Recompile outdated .elc files and update all autoloads.
10619
106201996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10621
10622 * configure.in (locallisppath): Fix typo in last change: " -> '.
10623
106241996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10625
10626 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
10627
106281995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10629
10630 * Makefile.in (install-arch-indep): Give all files read permission.
10631
106321995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10633
10634 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
10635 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
10636
106371995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10638
10639 * configure.in: Determine HAVE_X11R6.
90eacf99 10640 (HAVE_MENUS): Rename from HAVE_X_MENU.
067d23c9
KY
10641
106421995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10643
10644 * configure.in: Just "solaris" now defaults to version 2.4.
10645 Add sunos4.1.n-noshare as alternative.
10646
106471995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10648
10649 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
10650
106511995-11-29 Erik Naggum <erik@naggum.no>
10652
10653 * Makefile.in (install-arch-indep): Add missing backslash.
10654
106551995-11-29 Karl Eichwalder <ke@ke.Central.DE>
10656
10657 * Makefile.in (install-arch-indep): Don't install
10658 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
10659
106601995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10661
10662 * Makefile.in (install-arch-indep): Fix previous change.
10663
10664 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
10665
106661995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10667
10668 * Version 19.30 released.
10669
10670 * make-dist (lisp): Exclude subdirs.el.
10671
106721995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10673
10674 * make-dist (etc): Delete *.orig and *.rej.
10675
106761995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10677
10678 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
10679
106801995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10681
10682 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
10683
106841995-11-14 Geoff Voelker <voelker@cs.washington.edu>
10685
10686 * make-dist (nt): Rename install, readme, and todo to
10687 INSTALL, README, and TODO.
10688
106891995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10690
10691 * make-dist (lisp): Don't distribute site-start.
10692
106931995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
10694
10695 * make-dist: Break the hard link on alloca.c.
10696
106971995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10698
10699 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
10700
107011995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10702
10703 * make-dist (src, lib-src): Don't distribute Makefile.c.
10704 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
10705
107061995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10707
10708 * Makefile.in (mkdir): Create man1dir, not mandir.
10709 (uninstall): Use man1dir, not mandir.
10710
107111995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10712
10713 * Makefile.in (man1dir): New variable.
10714 (install-arch-indep): Use man1dir.
10715
10716 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
10717
10718 * make-dist: Create lisp/MANIFEST.
10719
107201995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10721
10722 * configure.in (m68k-*-linux*): New alternative.
10723
107241995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10725
10726 * make-dist: Use new names config.in, paths.in, and
10727 {src,lib-src}/Makefile.in.
10728
107291995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10730
10731 * configure.in: Don't bother checking for drem.
10732
107331995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10734
10735 * Makefile.in (distclean): Delete line with just a tab in it.
10736 (install-arch-indep): Delete spaces that precede tabs.
10737 Delete spurious `fi' left from previous change.
10738 (install): Supply `true' as command, to avoid null command.
10739
107401995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10741
10742 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
10743
107441995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10745
ed9265fc 10746 * configure.in (powerpc-*-solaris2): New alternative.
067d23c9
KY
10747
107481995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
10749
10750 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
10751 of paths.h.tmp$$, to avoid going beyond 14 characters.
10752
107531995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10754
10755 * configure.in: Improve error msg for invalid --with-x-toolkit value.
10756
107571995-09-06 Paul Eggert <eggert@twinsun.com>
10758
10759 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
10760 if localtime caches TZ. Check for tzset.
10761
107621995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10763
10764 * config.bat: Simplify using new names file names src/makefile.in,
10765 config.in, paths.in. Change Echo commands not to use `.
10766
107671995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10768
10769 * Makefile.in (install-arch-indep): Always install the new dir file;
10770 rename the previous dir file to dir.bak or dir.old.
10771
107721995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10773
10774 * configure.in (RANLIB): Substitute this into makefiles.
10775 Set it specially on solaris; set it by default on other systems.
10776
10777 * configure.in: Fix previous Alpha change.
10778
107791995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10780
10781 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
10782 NON_GCC_TEST_OPTIONS.
10783
107841995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10785
10786 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
10787 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
10788
10789 * configure.in (alpha-*-linux*): New configuration.
10790
107911995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10792
10793 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
10794 (m68k-next-nextstep*): New alias for that.
10795 (i*86-*-nextstep*): Use nextstep.h.
10796 (sparc-*-nextstep*): New configuration.
10797
107981995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10799
10800 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
10801 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
10802
108031995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10804
10805 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
10806 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
10807
108081995-07-18 Mike Long <mike.long@analog.com>
10809
10810 * make-dist: Fix update of finder-inf.el, and byte-compile it.
10811
108121995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10813
10814 * Makefile.in (src/paths.h, paths-force):
10815 Rename src/paths.h.in to src/paths.in.
10816 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
10817
10818 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
10819 Use Makefile.c for intermediate file.
10820 Rename src/config.h.in to src/config.in.
10821
108221995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
10823
10824 * configure.in (mips-dec-ultrix*): Assume version 4.3.
10825 (mips-dec-ultrix4.[12]): New alternative for old versions.
10826
108271995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10828
10829 * make-dist: Don't break intra-tree links.
10830
108311995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10832
90eacf99
SM
10833 * configure.in: Put back archlibdir initialization.
10834 Require autoconf 2.4.1 or later.
067d23c9
KY
10835
108361995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10837
10838 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
10839 (mips-mips-riscos5*): New alternative.
10840
108411995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10842
10843 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
10844
108451995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10846
10847 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
10848 (mandir, infodir, archlibdir): Initializations deleted.
10849
10850 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
10851 On hpux9shr, use hpux9shxr4.h.
10852
108531995-06-24 Morten Welinder <terra+@cs.cmu.edu>
10854
10855 * configure.in: Added target mips-dec-mach_bsd4.3.
10856 * config.guess: Guess mips-dec-mach_bsd4.3.
10857
108581995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10859
10860 * Makefile.in (mkdir): Use symbolic chmod.
10861
108621995-06-22 Paul Eggert <eggert@twinsun.com>
10863
10864 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
10865 SunOS 4.1.5 through 4.1.9, should they ever exist.)
10866
108671995-06-22 Paul Eggert <eggert@twinsun.com>
10868
10869 * Makefile.in (SUBDIR_MAKEFILES):
10870 Add man/Makefile, so `make distclean' removes it.
10871 (top_distclean): Add config.log to the list of files to be removed.
10872
108731995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10874
10875 * Version 19.29 released.
10876
108771995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10878
10879 * configure.in: Fix the previous change to verify that the -b
10880 option really solves the problem.
10881
10882 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
10883
108841995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10885
10886 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
10887
108881995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10889
10890 * configure.in: Report more clearly when there is no special
10891 dir to search for X includes or libraries.
10892
108931995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10894
10895 * configure.in: Check for -lpthreads, not -lpthread.
10896
108971995-06-09 Geoff Voelker <voelker@cs.washington.edu>
10898
10899 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
10900
109011995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10902
10903 * configure.in: Check for -lpthread.
10904
109051995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10906
10907 * Makefile.in (install-arch-indep): Install info files for mh-e.
10908 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
10909
109101995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10911
10912 * configure.in (*-solaris2.5): New configuration.
10913
10914 * make-dist: Copy new files config.nt and config.w95.
10915
109161995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10917
10918 * configure.in: Use x_includes, not x_libraries, for -I.
10919 Make bitmapdir a colon-separated list.
10920
109211995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
10922
10923 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
10924
10925 * configure.in: Allow x_libraries and x_includes to be paths.
10926
109271995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10928
10929 * configure.in: Fix typo.
10930
109311995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10932
10933 * INSTALL: Clarify use of site-init.el.
10934
109351995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
10936
10937 * configure.in: Pass arg to sqrt.
10938
109391995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10940
10941 * make-dist: Fix May 6 change.
10942
109431995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10944
10945 * vpath.sed: Delete reference to ymakefile.
10946
109471995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10948
10949 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
10950
109511995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10952
10953 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
10954
10955 * update-subdirs: Specify /bin/sh to run the script.
10956
109571995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10958
10959 * make-dist: Put src/makefile.nt in dist.
10960
10961 * configure.in (i[345]86-*-bsdi2*): New configuration.
90eacf99 10962 (vax-dec-bsd386*): Delete.
067d23c9
KY
10963
109641995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10965
10966 * configure.in: Make sure CDPATH doesn't mess up PWD check.
10967 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
10968 Use fmod instead of logb in -lm check.
10969
109701995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10971
90eacf99 10972 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
067d23c9
KY
10973 Use bsd4-3. Don't set NON_GNU_CPP.
10974
10975 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
10976 In nt, copy various different things, but not *.cmd.
10977 Fix the ln commands for the subdirs of nt.
10978
109791995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10980
10981 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
10982
109831995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10984
10985 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
10986 since that's what the header file expects.
10987
109881995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
10989
10990 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
10991 and 68040 based machines when choosing options for gnucc.
10992
109931995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10994
10995 * Makefile.in (top_distclean): Delete config.cache.
10996
109971995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10998
10999 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
11000
11001 * configure.in: Use m/ncr386.h.
11002
110031995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11004
11005 * Makefile.in (install-arch-indep): Undo Sep 23 change.
11006
110071995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11008
11009 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
11010 (man): Don't copy texindex.c and getopt.c; they're deleted.
11011 (etc): Omit `e'; it's a subdirectory.
11012 (etc/e): Use `../..', not `..', to reference top level.
11013
110141995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
11015
11016 * Makefile.in (install-arch-indep, dist):
11017 Look for `update-subdir' in $(srcdir).
11018
110191995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11020
11021 * make-dist: Include mkinstalldirs in distribution.
11022
110231995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11024
11025 * make-dist: Add missing close backquote.
11026
110271995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11028
11029 * make-dist: Don't distribute shortnames directory.
11030
110311995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11032
11033 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
11034
110351995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11036
11037 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
11038
110391995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11040
11041 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
11042
110431995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11044
11045 * configure.in (mips-sgi-irix6): New configuration.
11046
110471995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11048
90eacf99 11049 * Makefile.in (maintainer-clean): Rename from realclean.
067d23c9
KY
11050
110511995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11052
11053 * configure.in: Create a .gdbinit that sources the real one,
11054 if using a different build directory.
11055
110561995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11057
11058 * configure.in: Check for sys/select.h.
11059
110601995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11061
11062 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
11063
110641994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11065
11066 * configure.in: Handle isc 4.1 operating system.
11067
110681994-12-10 Richard Stallman <rms@kepa>
11069
11070 * configure.in (rs6000-ibm-aix4.1*): New alternative.
11071 (rs6000-ibm-aix4*): New alternative.
11072
110731994-12-06 Richard Stallman <rms@kepa>
11074
11075 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
11076
110771994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11078
11079 * configure.in: Don't try to make directories that are guaranteed
11080 to already exist.
11081
110821994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11083
11084 * configure.in: Generate man/Makefile from man/Makefile.in.
11085 Create the man subdir.
11086
11087 * Makefile.in (dvi): Run Make in our man subdir.
11088
11089 * make-dist: Create subdir etc/e.
11090 Make links to it.
11091 Put man/Makefile.in in dist, instead of man/Makefile.
11092
110931994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
11094
11095 * configure.in: Add --with-pop, --with-kerberos, and
11096 --with-hesiod for movemail.
11097
110981994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11099
11100 * configure.in (m68*-apollo*): Use s/domain.h.
11101
111021994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11103
11104 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
11105
111061994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11107
11108 * configure.in: Don't add -I, -L, -R options for cc if their
11109 arguments would be empty.
11110
111111994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11112
11113 * configure.in (i860-intel-osf1*): New alternative.
11114 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
11115 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
11116
111171994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11118
11119 * configure.in: Make h_errno check not use nested functions.
11120
111211994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11122
11123 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
11124
111251994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11126
11127 * Makefile.in (install-arch-indep): Avoid continued comment
11128 swallowing target line.
11129
111301994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
11131
11132 * configure.in: Protect a character class with `changequote'.
11133
111341994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11135
11136 * configure.in: Accept `news' as a synonym for `newsos'.
11137
111381994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11139
11140 * Makefile.in: Don't rm files if cd fails.
11141
111421994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11143
11144 * make-dist: Put nt subdir and its subdirs in the dist.
11145 (lib-src): Put makefile.nt in the dist.
11146 (lisp): Put makefile.nt in the dist.
11147
111481994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11149
11150 * configure.in: Change a stray `[' to `test'.
11151
111521994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11153
11154 * configure.in: Adapt for Autoconf v2. Use the standard argument
11155 parser, host type canonicalizer, X11 finder, and message
11156 printing macros. Use the new macro names. Use `test' instead of `['.
11157
111581994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11159
11160 * configure.in: Check for getpagesize.
11161
111621994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11163
11164 * make-dist (msdos): Put sed* in the distribution.
11165
111661994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
11167
11168 * config.bat: New option, `--with-x', for configuring Emacs
11169 for use with the X11 system DesqView/X.
11170 New option, `--no-debug', for compiling Emacs without debug
11171 information thus saving disk space.
11172 (src/config.h, src/paths.h): Use `update' (which is like
11173 `move-if-changed') to change the file.
11174 (src/config.h): When configuring for X11 perform extra changes.
11175 (src/makefile): When configuring for X11 perform extra changes.
11176 (lib-src): Remove temporary files.
11177 (): Check that `sed', `rm', `mv', and `gcc' are available.
11178
111791994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11180
11181 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
11182
11183 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
11184
111851994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11186
11187 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
11188
11189 * configure.in (canonical): Substitute var into makefiles.
11190 (bitmapdir): Likewise.
11191
11192 * Makefile.in (bitmapdir): New variable.
11193 (src/paths.h, paths-force): Edit PATH_BITMAPS.
11194
111951994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11196
11197 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
11198
11199 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
11200 * update-subdirs: New shell script.
11201
112021994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11203
11204 * Makefile.in (top_distclean): Don't rm build-install.
11205 (SOURCES): Delete build-install.in.
11206
11207 * make-dist: Don't distribute build-ins.in.
11208 * build-ins.in: File deleted.
11209
112101994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
11211
11212 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
11213
112141994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11215
11216 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
11217
90eacf99
SM
11218 * configure.in (libexecdir): Rename from libdir. New default.
11219 (sharedstatedir): Rename from statedir. New default.
067d23c9
KY
11220 (datadir): New default.
11221
11222 * make-dist: Don't distribute subdirs.el.
11223
112241994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11225
11226 * configure.in (eaccess): Check for it.
11227
112281994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11229
11230 * configure.in (mktime): Check for it.
11231
112321994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
11233
11234 * configure.in (motif): Add support for usage and option checking.
11235
112361994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
11237
11238 * configure.in (utimes): Check for it.
11239
112401994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
11241
11242 * Makefile.in (install-arch-indep): Don't do mkdir here.
11243
112441994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11245
11246 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
11247 riscix.h renamed to acorn.h.
11248
112491994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
11250
11251 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
11252 New configurations.
11253
112541994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11255
11256 * configure.in: Remove trailing slashes from srcdir.
11257
112581994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11259
090bd7cb 11260 * configure.in (i[345]86-sequent-ptx*): Handle.
067d23c9
KY
11261
112621994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11263
ed9265fc 11264 * Makefile.in (paths-force): Depend on src/paths.h.
067d23c9
KY
11265
112661994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11267
11268 * configure.in (config_options): Save all arguments, not just some.
11269
112701994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11271
090bd7cb 11272 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
067d23c9
KY
11273
11274 * configure.in: Add AC_AIX.
11275 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
11276
112771994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11278
11279 * configure.in (parsing options): Simplify sed command to delete -'s.
11280
112811994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
11282
11283 * configure.in (config_options): New shell variable.
11284 Pass its value to C code in EMACS_CONFIG_OPTIONS.
11285
112861994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11287
11288 * configure.in (alpha-dec-osf*): New target.
11289
11290 * Makefile.in: Use just one FRC target.
11291
112921994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11293
11294 * Makefile.in (removenullpaths, paths-force):
11295 Use name paths.h.tmp$$, which depends on the pid.
11296
112971994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11298
11299 * Makefile.in (removenullpaths, paths-force):
11300 Put paths.h.tmp in top-level dir, not in src.
11301
113021994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11303
11304 * Version 19.27 released.
11305
113061994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11307
11308 * Version 19.26 released.
11309
113101994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11311
11312 * configure.in: Check for lrand48, not rand48.
11313
113141994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11315
11316 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
11317 (powerpc-ibm-aix*): New aliases.
11318
113191994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11320
11321 * make-dist (src/m, src/s): Put *.inp in distribution.
11322
113231994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11324
11325 * configure.in: Accept i586 and i486 along with i386.
11326
113271994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11328
11329 * configure.in: Do compute unexec, LIBX, system_malloc, etc
11330 even if CPP env var was set by the user.
11331
11332 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
11333
113341994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
11335
11336 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
11337
113381994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11339
11340 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
11341
113421994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11343
11344 * configure.in: Check more specifically for i*86-sun-sunos.
11345
113461994-08-03 Caveh Jalali (caveh@eng.sun.com)
11347
11348 * configure.in: Handle solaris 2.4.
11349
113501994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11351
11352 * configure.in (rand48): Check for it.
11353
113541994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11355
11356 * make-dist: Update the info files.
11357
113581994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11359
11360 * configure.in: Make "checking..." messages' style consistent.
11361 (HAVE_H_ERRNO): New test.
11362
113631994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11364
11365 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
11366
113671994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11368
11369 * configure.in (CFLAGS): If the envvar was specified, use that.
11370 And set REAL_CFLAGS from it too.
11371
113721994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11373
11374 * make-dist: Update finder-inf.el.
11375
113761994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11377
11378 * make-dist (msdos): Include sed4.inp in dist.
11379
11380 * Makefile.in (libsrc_libs): Var deleted.
11381
113821994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11383
11384 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
11385
113861994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11387
11388 * configure.in (mips-sony-newsos4*): New alias.
11389
113901994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11391
11392 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
11393 (*-convex-convexos*): Accept this as alias.
11394
113951994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11396
11397 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
11398 for two different uses.
11399
114001994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11401
11402 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
11403
114041994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11405
11406 * make-dist: Put ./BUGS into the distrib.
11407
114081994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11409
11410 * configure.in: Handle 386 running Solaris 2.
11411
114121994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11413
11414 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
11415
114161994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11417
11418 * configure.in (mips-sony-newsos*): Use news-risc.h.
11419
11420 * configure.in: Accept bsdi as opsys, like bsd386.
11421
114221994-06-01 Morten Welinder (terra@diku.dk)
11423
11424 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
11425
114261994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11427
11428 * Version 19.25 released.
11429
11430 * make-dist (shortversion): Don't assume another period follows.
11431
114321994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11433
11434 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
11435 (uninstall): Use /bin/pwd.
11436
11437 * Makefile.in (blessmail): Depend on src.
11438 (all): Don't depend on blessmail.
11439
11440 * Makefile.in (src/paths.h): Don't force recomputation.
11441 (paths-force): New target; force recomputation of paths.h.
11442 (all): Depend on paths-force.
11443 (src, lib-src): Depend on src/paths.h.
11444
11445 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
11446 NON_GCC_TEST_OPTIONS.
11447
114481994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11449
11450 * configure.in: Don't insist on subversions for irix.
11451
114521994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11453
11454 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
11455
11456 * configure.in (i[34]86-next-*): New alternative.
11457
114581994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11459
11460 * Version 19.24 released.
11461
11462 * configure.in: New config hppa*-hp-hpux9shr*.
11463
114641994-05-22 Morten Welinder (terra@tyr.diku.dk)
11465
11466 * config.bat: Doc fix.
11467
114681994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11469
11470 * Makefile.in (mostlyclean, clean, distclean, realclean)
11471 (extraclean): Don't act on man subdir if it doesn't exist.
11472
114731994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11474
11475 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
11476 Use them to set up CC.
11477 (*-sun-sunos4.1.3): Set them.
11478
114791994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11480
11481 * Makefile.in (lib-src): Don't depend on src/paths.h.
11482
114831994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11484
11485 * build-ins.in (copydests): Get rid of spurious `-'s.
11486
11487 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
11488
114891994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11490
11491 * Version 19.23 released.
11492
11493 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
11494 for the Xlib and Xt checks; then restore old CFLAGS.
11495
114961994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11497
11498 * configure.in (HAVE_X11XTR6): Add newline before #if.
11499 Add newline after #endif.
11500
115011994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11502
11503 * configure.in (HAVE_X11XTR6): Arrange to define it.
11504
115051994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11506
11507 * Makefile.in (install): Depend on blessmail.
11508
115091994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11510
11511 * configure.in (mips-siemens-sysv*): Put quotes around value
11512 containing blanks.
11513
115141994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11515
11516 * Makefile.in (TAGS): Use the makefile in src subdir.
11517
115181994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11519
11520 * configure.in (opsys): Recognize `gnu'.
11521
115221994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11523
11524 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
11525
115261994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11527
11528 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
11529 version > 1.8.
11530
115311994-05-08 Morten Welinder (terra@diku.dk)
11532
11533 * config.bat: Forcibly remove "# " style comments from makefiles.
11534
115351994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11536
11537 * Makefile.in (uninstall): When processing lispdir and etcdir,
11538 do nothing unless it exists and is a directory.
11539
115401994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11541
11542 * Makefile.in (install-arch-indep): Do install info/dired-x*.
11543 Merge code in from install-doc.
11544 (install-doc): Merge code back into install-arch-indep.
11545 (install-arch-dep): Don't depend on install-doc.
11546
11547 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
11548
115491994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11550
11551 * configure.in (making src/Makefile and lib-src/Makefile):
11552 Split off the autoconf substitutions and don't pass them thru cpp.
11553 (undefs): Use $canonical as well as $configuration.
11554
11555 * make-dist: Distribute lisp/Makefile.
11556
11557 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
11558 Use lower case names for the s files.
11559
115601994-05-03 Morten Welinder (terra@diku.dk)
11561
11562 * config.bat: Added possibility for different file name
11563 transcriptions in lib-src.
11564
115651994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11566
11567 * Makefile.in (lib-src): Undo previous change.
11568 (blessmail): New target to run maybe-blessmail in lib-src.
11569 (all): Depend on blessmail.
11570
11571 * Makefile.in (lib-src): Depend on src.
11572
115731994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
11574
11575 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
11576 (m88k-dg-dgux5.4R2): dgux5.4R2.
11577
115781994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11579
11580 * configure.in (window_system): Restore accidentally deleted code
11581 that uses AC_FIND_X.
11582
11583 * make-dist: Distribute config.bat.
11584
115851994-04-29 Morten Welinder (terra@diku.dk)
11586
11587 * config.bat: Corrected the configuration of lib-src
11588 to keep up with configure. Add note about dos version 3
11589 or better needed (djgpp needs that). Add note explaining
11590 that either install in c:/emacs or edit the script.
11591 Don't change to c:/emacs, but assume we're there (to minimize
11592 the number of places to change).
11593
11594 * config.bat: Build-in the first step towards X11 support with
11595 the X11 emulator that exists. At this time it won't work,
11596 and several files are missing.
11597
115981994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11599
11600 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
11601 Don't look for -lresolv.
11602
11603 * Makefile.in (lib-src): Depend on src/paths.h.
11604
116051994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11606
11607 * configure.in: Restore deleted AC_SUBST of `configuration'.
11608 Improve error message for bad --with-x-toolkit value.
11609
11610 * configure.in: Define CONFIGURATION in src/config.h
11611 rather than substituting in src/Makefile.in.
11612
116131994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11614
11615 * Makefile.in (install-doc): New target.
11616 (install-arch-dep): Depend on install-doc.
11617 (mkdir): Create docdir.
11618
116191994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11620
11621 * configure.in: Test for libresolv.a.
11622 Substitute machfile and opsysfile.
11623
116241994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11625
11626 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
11627 (install-arch-dep): Install under the name $(EMACS).
11628
116291994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11630
11631 * configure.in (version): Use entire value of emacs-version.
11632 (mips-siemens-sysv*): New alternative.
11633
116341994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11635
11636 * Makefile.in (install-arch-indep): Don't install dired-x*.
11637
116381994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11639
11640 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
11641 Fix definition of $undefs.
11642
116431994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11644
11645 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
11646
11647 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
11648
116491994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11650
11651 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
11652
116531994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11654
11655 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
11656 and run it thru cpp, as with src/Makefile.in.
11657
11658 * configure.in: Use AC_SET_MAKE.
11659
116601994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11661
11662 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
11663
116641994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11665
11666 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
11667
11668 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
11669 (printing the choices): Make the toolkit message unconditional.
11670 (USE_X_TOOLKIT): Use `none', not `no', if none.
11671 (include libsrc_libs): Include config.h, and specify -I for srcdir.
11672 Get rid of temp file foofoo1.
11673
116741994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11675
11676 * configure.in (CFLAGS): Use shell syntax, not Makefile.
11677
116781994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11679
11680 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
11681 (printing the choices): State choice of toolkit.
11682 (libsrc_libs): Recalculate after writing config.h;
11683 then update lib-src/Makefile.
11684
116851994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11686
11687 * configure.in: Add sunos4shr as alternative for suns.
11688 Conditionals testing for null $CC were backwards.
11689
116901994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11691
11692 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
11693
116941994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11695
11696 * configure.in: Handle -isc4.0*.
11697
116981994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11699
11700 * configure.in (esix5): Set NON_GNU_CPP.
11701
117021994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
11703
11704 * Makefile.in (thisdir): Nonsensical variable removed.
11705 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
11706 back to $thisdir, rather than the directory `this_dir'.
11707
117081994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11709
11710 * Makefile.in (install-arch-indep): Add missing backslash after a
11711 `then'.
11712
117131994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11714
11715 * Makefile.in (thisdir): New variable.
11716 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
11717
117181994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11719
11720 * configure.in: Add freebsd.
11721
117221994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11723
11724 * configure.in: Check for fpathconf.
11725
117261994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11727
11728 * configure.in (with_x_toolkit): Fix typo in previous change.
11729
117301994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11731
11732 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
11733
117341994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11735
11736 * configure.in (with_x_toolkit): Don't allow motif or open-look.
11737
117381994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11739
11740 * configure.in: Fix value of docdir.
11741 * Makefile.in (install-arch-indep): Install DOC* in docdir.
11742
117431994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11744
11745 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
11746
117471994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
11748
11749 * configure.in: New variable docdir to control where the docstring
11750 file goes.
11751 Makefile.in: Use it to initialize PATH_DOC in paths.h.
11752
117531994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11754
11755 * configure.in: When --run-in-place, don't inherit archlibdir.
11756
117571994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11758
11759 * Makefile.in (install-arch-dep, install-arch-indep):
11760 New targets split up former do-install rule.
11761 (do-install): Target deleted.
11762
117631994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11764
11765 * configure.in (mips-sony-newsos*): New configuration.
11766
117671994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
11768
90eacf99 11769 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
067d23c9
KY
11770
117711994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11772
11773 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
11774
117751994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11776
11777 * configure.in: Don't initialize CC.
11778
117791994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11780
11781 * configure.in (creating src/Makefile): Also generate -U switches
11782 for symbols in the $configuration value.
11783
11784 * configure.in: Check for sys_siglist being declared in system header.
11785
117861994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11787
11788 * configure.in (creating src/Makefile): Delete blank lines
11789 along with lines of whitespace.
11790 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
11791
117921994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11793
11794 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
11795 like C_SWITCH_SYSTEM.
11796 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
11797
117981994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11799
11800 * configure.in (drem): Check for this function.
11801
118021994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11803
11804 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
11805 If CPP was inherited from environment, don't use NON_GNU_CPP.
11806 (NON_GNU_CC): Likewise.
11807 (handling with_gcc): Use explicit if in the `no' case.
11808 (cc_specified): New variable; if set, don't use NON_GNU_CC.
11809
118101994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11811
11812 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
11813
118141994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11815
11816 * configure.in: Check whether fmod exists.
11817
118181994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11819
11820 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
11821 {src,lisp}/OChangeLog.
11822
118231994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11824
11825 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
11826 necessary for proper operation. This code works with the current
11827 released version of Autoconf.
11828
118291994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11830
11831 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
11832 (USE_X_TOOLKIT): Define it for all values except `no'.
11833
11834 * configure.in: Undo first Jan 8 change and Jan 16 change.
11835
118361994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11837
11838 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
11839 Substitute USE_X_TOOLKIT as both C macro and Make variable.
11840
11841 * Makefile.in (lwlib/Makefile): New target.
11842 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
11843 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
11844 (unlock, relock): Handle lwlib subdir.
11845
11846 * Makefile.in: Add some .PHONY targets.
11847
11848 * make-dist: Handle lwlib subdir like oldXMenu subdir.
11849
11850 * lwlib: New subdirectory.
11851
118521994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11853
11854 * configure.in: If CPP has a value that is a directory,
11855 discard the value.
11856
118571994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11858
11859 * configure.in (srcdir_undefs): Add g flag to sed substitution to
11860 remove -U[0-9]*.
11861
118621994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11863
11864 * Makefile.in (do-install): Install the dired-x info files.
11865
11866 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
11867 (See src/s/sol2.h.)
11868
118691994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11870
11871 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
11872
118731994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11874
11875 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 11876 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
11877 gratuitously break this and not make a change log entry.
11878 Optimized sed processing of Makefile.in and cpp output; now
11879 preserves comments previously removed from the cpp input.
11880 Eliminated temp file for cpp output. Generate -U switches to
11881 undefine all identifiers that appear in the directory name
11882 ${srcdir}; pass these to cpp.
11883
11884 * configure.in (version): Fix sed regexp to match two-elt version
11885 number.
11886
11887 * configure.in: Check for strerror.
11888
118891994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11890
11891 * configure.in: Test for bcmp.
11892
118931994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11894
11895 * make-dist (tempdir): Put subdir msdos into the distribution.
11896
118971993-01-07 Morten Welinder (terra@diku.dk)
11898
11899 * config.bat: New file.
11900
119011994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11902
11903 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
11904
119051994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11906
11907 * configure.in (m68*-next-*): Don't care about which os is specified.
11908 (i[34]86-*-*): Check for *-nextstop*.
11909
119101993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11911
11912 * configure.in: Check for setsid.
11913
119141993-12-17 Richard Stallman (rms@srarc2)
11915
11916 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
11917
119181993-12-15 Richard Stallman (rms@srarc2)
11919
11920 * Makefile.in (mkdir): Make only the lockdir writable.
11921
90eacf99 11922 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
067d23c9
KY
11923
119241993-12-11 Richard Stallman (rms@srarc2)
11925
11926 * Makefile.in (libdir): Use @libdir@.
11927
119281993-12-08 Richard Stallman (rms@srarc2)
11929
11930 * Makefile.in (install): Add empty command.
11931
119321993-12-04 Richard Stallman (rms@srarc2)
11933
11934 * make-dist: Put man/getopt.c in the dist.
11935
11936 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
11937
11938 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
11939
119401993-12-03 Richard Stallman (rms@srarc2)
11941
11942 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
11943 Set it for all solaris versions.
11944 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
11945 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
11946 Likewise for NON_GNU_CC and CC.
11947
119481993-12-01 Richard Stallman (rms@srarc2)
11949
11950 * configure.in (mips-mips-riscos4*): Assign variable CC.
11951 (checking ${with_gcc}): If "no", don't override CC if already set.
11952 (CC): Initialize it as empty.
11953
119541993-11-30 Richard Stallman (rms@srarc2)
11955
11956 * configure.in (Suns): Set CPP if *-solaris2.3*.
11957
119581993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11959
11960 * Version 19.22 released.
11961
11962 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
11963
119641993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11965
11966 * make-dist: When breaking links, use cp -p.
11967 Copy install.sh into distribution.
11968 Move the temp dir up into the parent dir;
11969 don't leave the staging dir make-dist.tmp... in existence.
11970 * install.sh: New file.
11971
119721993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11973
11974 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
11975
119761993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11977
11978 * configure.in (version): When --run-in-place, exclude
11979 ${datadir}/emacs/site-lisp from locallisppath.
11980
119811993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11982
11983 * configure.in: Delete jumk.c before writing it.
11984
119851993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11986
11987 * Version 19.21 released.
11988
11989 * Makefile.in (mkdir): Ignore error from chmod.
11990
119911993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11992
11993 * make-dist: Don't put lisp/forms.README in the distribution.
11994
119951993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11996
11997 * configure.in (creating src/Makefile): Before running cpp,
11998 discard all lines that start with `# Generated' or /**/#.
11999
120001993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12001
12002 * Version 19.20 released.
12003
12004 * make-dist: Use build-ins.in, not build-install.in.
12005 Don't bother updating TAGS since it's not included.
12006
12007 * build-ins.in: Renamed from build-install.in.
12008
120091993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12010
12011 * make-dist: Don't try to link *.texinfo--there are none now.
12012 When running make in lib-src, specify YACC var value.
12013
120141993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12015
12016 * configure.in (extrasub): Add vpath patterns for %.[yls].
12017
12018 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
12019 Instead just include the commands to make src/Makefile as the
12020 second arg to AC_OUTPUT.
12021
12022 * configure.in: Use : instead of dnl for comment inside
12023 $makefile_command.
12024
12025 * configure.in: No longer use vpath_sed. Instead, when we notice
12026 srcdir already configured, set extrasub to hack vpath in the
12027 makefiles.
12028
12029 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
12030 before moving it.
12031 * Makefile.in (VPATH): Define to @srcdir@.
12032
120331993-09-28 Brian J. Fox (bfox@cubit)
12034
12035 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
90eacf99
SM
12036 doesn't exist. Just copy src/Makefile.in instead.
12037 Touch all of the Makefiles after editing config.status.
067d23c9
KY
12038
12039 * INSTALL: Update documentation to match new configuration
12040 mechanism.
12041
120421993-09-27 Brian J. Fox (bfox@ai.mit.edu)
12043
12044 * configure.in: Allow any of the path or directory Makefile
12045 variables to be set with flags to configure. Create all Makefiles
12046 at configure time. Edit special commands into config.status after
12047 src/Makefile.in is built from src/Makefile.
12048
12049 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
12050 If these files are out of date, simply have config.status
12051 rebuild them; don't rebuild them explicitly.
12052
120531993-09-25 Brian J. Fox (bfox@ai.mit.edu)
12054
12055 * build-install.in: Change src/xemacs to src/emacs. We no longer
12056 create src/xemacs, so the file wouldn't be found.
12057
12058 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
12059
120601993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
12061
12062 * configure.in: Avoid forcing the search of /usr/include before
12063 fixed include files by resetting C_SWITCH_X_SITE if it is
12064 "-I/usr/include".
12065
120661993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12067
12068 * Makefile.in (@rip_paths@locallisppath):
12069 Delete ${datadir}/emacs/site-lisp.
12070
120711993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12072
12073 * configure.in:
12074 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
12075 Remove ${extra_output} from AC_OUTPUT call.
12076
120771993-09-17 Brian J. Fox (bfox@inferno)
12078
12079 * make-dist: Quote backquotes found in strings to be echoed.
12080
12081 * configure.in: Use "sh -c pwd" when we want to avoid having the
12082 shell fix up the value of $PWD.
12083
120841993-09-13 Brian J. Fox (bfox@inferno)
12085
12086 * Makefile.in (do-install): Don't abort if ln or chmod at the end
12087 of the installation fail. Suggested by Karl Berry.
12088
120891993-08-30 Brian J. Fox (bfox@inferno)
12090
12091 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
12092 was used. Set MAKEFLAGS from MFLAGS.
12093
120941993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12095
12096 * configure.in: Test for res_init in libc.
12097
120981993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12099
12100 * configure.in: In the file ${tempcname}, use configure___
12101 instead of @configure@.
12102
121031993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
12104
ed9265fc 12105 * make-dist: Dist vpath.sed.
067d23c9
KY
12106
12107 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
12108 Depend on vpath.sed.
6e81c819 12109 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
12110
12111 * configure.in: Substitute variable `vpath_sed'.
12112 If not in $srcdir and $srcdir is configured,
12113 issue warning that GNU make is required,
12114 and set vpath_sed to use vpath.sed script.
12115
121161993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12117
90eacf99
SM
12118 * configure.in: Remove check for $srcdir being configured.
12119 This pretty much works now.
067d23c9
KY
12120 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
12121 Check for XFree86 (/usr/X386/include) independent of whether
12122 -lXbsd exists.
12123
12124 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
12125 realclean, unlock, relock): Use `$(MAKE)' in place of plain
12126 `make'.
12127
121281993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12129
12130 * Version 19.19 released.
12131
12132 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
12133
121341993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12135
12136 * configure.in: Check for XScreenNumberOfScreen.
12137
121381993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12139
12140 * configure.in: Add * to end of all configuration alternatives.
12141 (m68*-sony-newsos3*): New alternative.
12142
121431993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12144
12145 * make-dist: Include getdate.c in distribution.
12146
12147 * configure.in: For --help, use $PAGER if it is set.
12148 (LIB_X11_LIB): Default to -lX11.
12149 (mips-sgi-irix5.*): New alternative.
12150
12151 * Makefile.in (do-install): Install info/gnus* and info/sc*.
12152
12153 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
12154 Recognize *.B8.* as hpux version 8.
12155 (m68*-tektronix-bsd*): Fix typo in tek4300.
12156 (AC_HAVE_FUNCS): Add ftime.
12157
121581993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12159
90eacf99 12160 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
067d23c9
KY
12161 Use tekxd88, not tekXD88.
12162
121631993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12164
12165 * configure.in: Check for -lm. Then can check for frexp and logb.
12166
121671993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12168
12169 * Version 19.18 released.
12170
12171 * make-dist (src): Don't put gnu-hp300 in dist.
12172 (src, lisp): Include OChangeLog in dist.
12173
121741993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12175
12176 * configure.in: Test for presence of logb and frexp functions.
12177
121781993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12179
12180 * configure.in (machine): Add i370-ibm-aix*.
12181
121821993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12183
12184 * configure.in (function checks): Test for mkdir and rmdir.
12185
12186 * configure.in (function checks): Don't test for random and bcopy
12187 only when we're building with X; look for them all the time.
12188
121891993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12190
12191 * configure.in: Test for availability of bcopy functions, searching
12192 the X libraries if we're using X.
12193
12194 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
12195 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
12196 versions of AIX, and needs to be passed to the loader.
12197
12198 * configure.in: Test for the availability of the
12199 XScreenResourceString function.
12200
122011993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
12202
12203 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
12204 LD_SWITCH_X_SITE and assume --with-x11.
12205 Only look for X11 files if we weren't told about a window system
12206 or if we were told to use X11 but not told where.
12207 Search the libraries from the s and/or m files when checking for
12208 functions.
12209
12210 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
12211
122121993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12213
12214 * make-dist: Include lisp/dired.todo in the distribution.
12215
122161993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12217
12218 * configure.in: Add code to set HAVE_INET_SOCKETS.
12219
122201993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12221
12222 * configure.in: If we do find x_includes and x_libraries
12223 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
12224
122251993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12226
12227 * make-dist: Include src/gnu-hp300 in the dist.
12228
12229 * configure.in (canonical): New variable holds the canonicalized
12230 configuration. Don't alter `configuration'. Use `configuration'
12231 for Makefile.in for file naming.
12232 (testing x_includes and x_libraries): Use =, not ==.
12233
122341993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12235
12236 * Version 19.17 released.
12237
12238 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
12239 directory's makefile. This allows the invocation of CPP which
12240 builds xmakefile to receive these switches. The SunSoft C
12241 preprocessor inserts spaces between tokens if it doesn't get the
12242 -Xs flag requested in src/s/sol2.h.
12243
122441993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
12245
12246 * configure.in (m68k-bull-sysv3): New config.
12247
122481993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12249
12250 * configure.in: Use the autoconf AC_FIND_X macro to try to find
12251 the X Windows libraries.
12252
122531993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12254
12255 * make-dist (tempdir): Don't create lisp/forms-mode directory in
12256 the distribution. Those files aren't kept in their own
12257 subdirectory any more.
12258
122591993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12260
12261 * Version 19.16 released.
12262
122631993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12264
12265 * configure.in: Add --verbose flag.
12266
122671993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12268
12269 * version 19.15 released.
12270
122711993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12272
12273 * Makefile.in (top_distclean): Use -f switch when cleaning out
12274 lock dir; it might be empty.
12275
12276 * configure.in: Only check for -lXbsd once.
12277
122781993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12279
12280 * Version 19.14 released.
12281
122821993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12283
12284 * make-dist: If using gzip, create distribution with '.gz' extension.
12285
12286 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
12287 (lisp/forms-mode): This doesn't exist anymore.
12288
12289 * configure.in: Look for the closedir function.
12290
122911993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12292
12293 * configure.in (CPP): Autoconf sets this to a shell variable
12294 reference, which doesn't work when it's edited into a makefile.
12295 Expand that variable reference.
12296
12297 * Makefile.in (CPP): New variable.
12298 (src/Makefile): Edit CPP into src/Makefile.
12299
12300 * Makefile.in (src/Makefile): Don't bother exiting single quotes
12301 and entering double quotes to get the values of LD_SWITCH_X_SITE
12302 and the other make variables; make substitutes them in anyway.
12303
12304 * Makefile.in (uninstall): Don't remove the lisp and etc
12305 directories if they're in the source tree.
12306
12307 Bring mumbleclean targets into conformance with GNU coding standards.
12308 * Makefile.in (mostlyclean, clean): Separate these two; just have
12309 them pass the request to the subdirectory makefiles.
12310 (distclean): Pass the request down, and then get rid of the
12311 files configure built, and get rid of the Makefiles.
12312 (realclean): Pass the request down, and then do the same things
12313 distclean does.
12314 (uninstall, info, dvi): New targets.
12315
12316 * configure.in: Move clause for PC-compatible i386 box to the end
12317 of the case statement, to avoid masking configurations below.
12318
12319 * configure.in: Add case for m88k-motorola-sysv4.
12320
12321 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
12322 the HP 68000 machines.
12323
12324 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
12325 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
12326 preprocessor won't fiddle with them.
12327
123281993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12329
12330 * Makefile.in (TAGS): cd to src to run etags.
12331
123321993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12333
12334 * configure.in (version): Check the X libraries for XrmSetDatabase
12335 and random, and see if we have -lXbsd.
12336
123371993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12338
12339 * configure.in: Pass "-Isrc" to the CPP we run to examine the
12340 s/*.h and m/*.h files. Martin Tomes
12341 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
12342
123431993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12344
12345 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
12346 above the general i386 alternative.
12347
123481993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12349
12350 * configure.in: Recognize configuration name for Data General
12351 AViiON machines.
12352
12353 * configure.in: Use AC_LONG_FILE_NAMES.
12354
123551993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12356
12357 * configure.in: Test for bison.
12358 * Makefile.in (YACC): New variable.
12359 (lib-src/Makefile.in): Edit YACC into the makefile.
12360
123611993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12362
12363 * Version 19.13 released.
12364
12365 * configure.in (CFLAGS): Don't set this according to the value of
12366 the GCC shell variable. Instead, consult the machine and system
12367 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
12368 test __GNUC__ while we're at it.
12369
12370 * configure.in: Remove extra ;; from hpux cases.
12371
123721993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12373
12374 * configure.in: Check to see if the system has -ldnet.
12375
123761993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12377
12378 * make-dist: Add clauses to distribute lisp/forms-mode.
12379
123801993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12381
12382 * configure.in (machine): Fix the versions in hpux version number test.
12383 Do not guess based on cpu type. Do check for explicit system version.
12384
123851993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12386
12387 * configure.in: Do NOT look for `unknown' as company name.
12388
123891993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12390
12391 * configure.in: Fix typo in message.
12392
123931993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12394
12395 * Version 19.12 released.
12396
12397 * Makefile.in (do-install): Correct previous etc-copying change.
12398 Partially rewrite using `if'.
12399 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
12400
12401 * Version 19.11 released.
12402
12403 * configure.in: Handle 386bsd.
12404
124051993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12406
12407 * make-dist: Update getdate.c.
12408
12409 * configure.in: Handle bsd386.
12410
12411 * Makefile.in (do-install): Use `-' in tar options.
12412
12413 * configure.in: Change ! "${...}" to x"${...}" = x.
12414
12415 * Makefile.in (do-install): Copy the DOC-* files from the build
12416 etc directory, as well as lots of things from ${srcdir}/etc.
12417
12418 * make-dist: Copy config.guess.
12419
12420 * configure.in: Handle AIX versions 1.2, 1.3.
12421
124221993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12423
12424 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
12425 the configuration name mips-mips-usg* to represent USG systems.
12426
12427 * configure.in: Fix logic to detect if srcdir is already configured.
12428
12429 * Makefile.in: Pass in LD_SWITCH_X_SITE.
12430
12431 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
12432 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
12433 of a directory; cd might fail, and have pwd print out the current
12434 directory.
12435
124361993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12437
12438 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
12439
124401993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12441
12442 * configure.in: Complain if srcdir points at an already-configured
12443 tree.
12444
124451993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12446
12447 * Version 19.10 released.
12448
124491993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12450
12451 * Makefile.in: Use Makefile comments, not C comments.
12452
12453 * configure.in: Add case for the Tektronix XD88.
12454
124551993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12456
12457 * configure.in: Handle sysv4.2 and sysvr4.2.
12458
124591993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12460
12461 * configure.in: Traverse the argument list without destroying it;
12462 don't use shift. It turns out that "set - ${saved_arguments}"
12463 doesn't work portably.
12464
12465 * configure.in: Add missing "fi".
12466
12467 * make-dist: Rebuild configure if configure.in is newer.
12468
12469 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
12470 targets to be executed even if make remembers that it has already
12471 satisfied FRC.
12472
124731993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12474
12475 * Makefile.in (do-install): Delete redundant code to copy etc twice.
12476
12477 * configure.in (romp): Handle various version numbers with aos and bsd.
12478
124791993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12480
12481 * configure.in: Fix message text.
12482
124831993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12484
12485 * make-dist: Make a `site-lisp' directory in the distribution,
12486 instead of a `local-lisp' directory, which hasn't been the
12487 appropriate name for a long time.
12488 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
12489 from the distribution first, then /usr/local/lib/emacs/site-lisp.
12490
12491 * Makefile.in (do-install): Correctly detect if ./etc and
12492 ${srcdir}/etc are the same.
12493
12494 * configure.in: Extract UNEXEC from the system configuration
12495 files, compute the name of the source file corresponding to the
12496 object file, and #define it as UNEXEC_SRC in config.h.
12497
12498 * configure.in: If srcdir is '.', then try using PWD to make it
12499 absolute.
12500
12501 * configure.in: Include ${srcdir} in the printed report, to help
12502 people notice if it's an automounter path.
12503
125041993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12505
12506 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
12507
125081993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12509
12510 * Makefile.in (do-install): Delete the dest dir, not the source dir,
12511 when they are different. Add `shift' command.
12512 (COPYDESTS, COPYDIR): Delete external-lisp dir.
12513 (externallispdir): Var deleted.
12514
12515 * configure.in: Delete spurious paren outputting short_usage.
12516
125171993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12518
12519 * Version 19.9 released.
12520
125211993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12522
12523 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
12524 subdirectory makes.
12525
12526 * make-dist: Check for .elc files with no corresponding .el file.
12527
12528 * Makefile.in (mkdir): Make all the directories in locallisppath.
12529
12530 * config.guess: New file.
12531 * configure.in: Use it, tentatively.
12532 * INSTALL: Mention its usage.
12533
12534 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
90eacf99
SM
12535 the former gives you the operating system rev directly.
12536 Use s/hpux.h if we don't recognize what we got.
067d23c9
KY
12537
12538 * Makefile.in (do-install): Don't remove a destination directory
12539 if it's the same as the source. If ${srcdir}/info == ${infodir},
12540 don't try to copy the info files.
12541
12542 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
12543 doesn't work if you're not using a separate source directory.
12544 (do-install): Copy the build tree's etc directory only after
12545 making sure it's not also the source tree's etc directory.
12546
125471993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12548
12549 * configure.in: Handle sunos4.1.3 specially.
12550
125511993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12552
12553 * Makefile.in (INSTALL): Add definition.
12554
12555 * configure.in: Fix some messages. Support -with-gnu-cc.
12556 At the end, use `set --', not `set -'.
12557 Delete spurious `.h' in hpux alternatives.
12558
125591993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12560
12561 * Version 19.8 released.
12562
125631993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12564
12565 * configure.in: When looking for source in the same directory as
12566 the configure script, make the path thus discovered absolute.
12567 If the user specifies the `--srcdir' switch, make that directory
12568 absolute too.
12569
12570 * Makefile.in (srcdir): Remove comment saying this doesn't work.
12571
12572 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
12573 too, as the value of the PATH_INFO macro.
12574
12575 * configure.in: Check to see if the source lives in the same
12576 directory as the configure script.
12577
125781993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12579
12580 * Makefile.in (install): Split this into `install' and
12581 `do-install', to give people more control over exactly what gets
12582 done.
90eacf99
SM
12583 (do-install): New target, containing the guts of `install'.
12584 Don't remove and recreate the directories inside the copying loop - do
067d23c9
KY
12585 it all before the copying loop. Pass more flags to the lib-src
12586 make.
12587 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
12588 avoid errors and warnings.
12589
12590 * configure.in: For generic IBM PC boxes, insist on "unknown" for
12591 the manufacturer - the more general case was blocking other i386
12592 configuration names below, and that's how the names are written in
12593 MACHINES anyway.
12594
12595 * make-dist: When breaking links, remove the link before moving
12596 the copy onto it, to avoid interactive behavior.
12597
12598 * Makefile.in: Doc fix.
12599
12600 * configure.in: Doc fix.
12601
12602 * INSTALL: Mention --exec-prefix option.
12603
12604 * configure.in: Add support for the `--exec-prefix' option.
12605 * Makefile.in: Accept that support.
12606
12607 * configure.in: Use the AC_PROG_INSTALL macro.
12608 * Makefile.in (INSTALL): Variable removed.
12609 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
12610
12611 * configure.in: Distinguish between hp800's and hp700's by calling
12612 "uname -m".
12613
126141993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12615
12616 * configure.in: Recognize configuration names for i860 boxes
12617 running SYSV.
12618
126191993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12620
12621 * configure.in: Distinguish between hp800's and hp700's by the
12622 version of HP/UX they run, since that's something people are more
12623 likely to know - hp700's run 8.0.
12624 Add HP 700 configuration.
12625
12626 * configure.in: Test for the presence of the `rename' function.
12627
12628 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
12629 configure.in.
12630 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
12631
12632 * make-dist: Break intra-tree links.
12633
12634 * configure.in: Explain that this is an autoconf script, and give
12635 instructions for rebuilding configure from it. Arrange to put
12636 comments in configure explaining this too.
12637
12638 * configure.in: Make the first line of the configure script be
12639 "#!/bin/sh". Leaving the first line blank didn't work.
12640
90eacf99 12641 * configure.in (long_usage): Remove; made short_usage describe
067d23c9
KY
12642 the options briefly.
12643
12644 * configure.in: Implement the --prefix option.
12645 * Makefile.in (prefix): Add support for it here.
12646 * INSTALL: Document it here.
12647
12648 * Makefile.in (install): Don't assume that the files in the `info'
12649 subdirectory match *.info. They don't have that prefix.
12650
126511993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12652
12653 * configure.in: Add case for version 5 of Esix.
12654
126551993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12656
12657 * Version 19.7 released.
12658
12659 * make-dist: There aren't any *.com files in lib-src anymore.
12660
12661 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
12662 them; they're symlinks to other filesystems on the GNU machines.
12663
12664 * make-dist: Check that the manual reflects the same version of
12665 Emacs as stated in lisp/version.el. Edit that version number into
12666 the README file.
12667
126681993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12669
12670 * configure.in: Remove the hack of AC_DEFINE; use
12671 AC_DEFINE_UNQUOTED.
12672
126731993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12674
12675 * make-dist: Don't distribute precomp.com, compile.com, or
12676 link.com from ./src; they're in ./vms now.
12677
12678 Some time-handling patches from Paul Eggert:
12679 * configure.in: Add AC_TIMEZONE.
12680
126811993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12682
12683 * configure.in: Recognize Linux as a valid operating system for
12684 the i386.
12685
126861993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12687
12688 * make-dist: Distribute some VMS files we got from Richard Levitte.
12689
12690 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
12691 the source for the sed command, not oldXMenu/Makefile.
12692
126931993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12694
12695 * INSTALL: Don't claim the srcdir option doesn't work.
12696
126971993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12698
12699 * configure.in: Include remarks saying what order the autoconf
12700 tests should go in, and remind people to change config.h.in
12701 whenever they add autoconf tests which make #definitions.
12702
12703 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
12704
127051993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12706
12707 * Makefile.in (oldXMenu/Makefile): Make this depend on
12708 ${srcdir}/oldXMenu/Makefile.in, not itself.
12709
12710 * PROBLEMS: Some updates from David J. Mackenzie.
12711
12712 More changes from David J. Mackenzie.
90eacf99
SM
12713 * Makefile.in (install.sysv, install.xenix, install.aix):
12714 Targets removed; autoconf and config.h should specify all these
067d23c9
KY
12715 differences.
12716 (buildlisppath): Make this path depend on ${srcdir}.
90eacf99 12717 (INSTALLFLAGS): Remove.
067d23c9
KY
12718 (INSTALL): Include the -c flag.
12719 (install): Change the way we invoke install accordingly.
12720
12721 Install ${srcdir} changes from DJM.
12722 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
12723 list.
12724 (COPYDIR, COPYDESTS): Install files from both the etc directory in
12725 the source tree and the etc directory in the object tree.
12726 (${SUBDIR}): Pass the prefix variable down to submakes.
12727 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
12728 in /bin.
12729 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
12730 values for srcdir and VPATH.
12731 (install): Add `v' flag to tar command. Make sure that `dir'
12732 exists in ${srcdir}/info before copying it. Remember that the man
12733 pages come from the source tree, not the object tree.
12734 * configure.in: Remove remarks saying that the --srcdir option
12735 doesn't work.
12736 Create the etc directory in the object tree.
12737 Recognize configuration names of the form *-sun-solaris*.
12738 Recognize sunos5 and solaris as operating system names.
12739
12740 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
12741 lib-src/getdate.y and src/systime.h.
12742
127431993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12744
12745 * make-dist: Make links in info subdir.
12746
127471993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12748
12749 * configure.in: Call AC_STDC_HEADERS.
12750
127511993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12752
12753 * configure.in: Sidestep autoconf's quoting of the second argument
12754 of AC_DEFINE, so we can specify the value to put there. It would
12755 be nice if autoconf provided some way to specify computed values
12756 for macros.
12757
127581993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12759
90eacf99 12760 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
067d23c9
KY
12761 this is always just -DHAVE_CONFIG_H.
12762
12763 The GNU coding standards specify that CFLAGS should be left for
12764 users to set.
12765 * Makefile.in (CFLAGS): Let configure determine the default value
90eacf99
SM
12766 for this.
12767 Don't have it default to DEFS.
067d23c9
KY
12768 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
12769 (lib-src/Makefile, src/Makefile): Edit the default value for
12770 CFLAGS into these files, not DEFS.
12771 * configure.in (CFLAGS): Choose a default value for this - "-g"
12772 normally, or "-g -O" if we're using GCC. Edit it into the
12773 top-level Makefile.
12774
12775 * configure.in: When scanning the machine and system description
12776 #include files, write their names to conftest.c properly.
12777
127781993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12779
12780 * configure.in: In configuration name case for Apallos running
12781 Domainios, set opsys, not opsysfile.
12782
12783 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
12784 src/config.h, instead of AC_OUTPUT; the latter overwrites
12785 src/config.h even when it hasn't changed, puts a makefile-style
12786 comment at the top even though it's C code, and produces a
12787 config.status script which doesn't do the job right.
12788
12789 * configure.in: Add AC_LN_S test, so we can tell whether or not we
12790 can use a symbolic link to get the X Menu library into src.
12791 * Makefile.in (LN_S): New variable.
12792 (src/Makefile): Edit the value of LN_S into this makefile.
12793
127941993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12795
12796 * configure.in: Support *-sco3.2v4* as opsystem.
12797
12798 * make-dist: Don't include calc directory.
12799 Exclude many files in the man directory; copy a few.
12800
128011993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12802
12803 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
12804 call AC_STRUCT_TM to see what's in time.h.
12805
12806 * configure.in: Employ quoting stupidity to get the value of CPP
12807 to expand properly.
12808
128091993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12810
12811 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
12812 variable to scan the machine and system description files.
12813
12814 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
12815 so that getdate.y builds correctly.
12816
128171993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12818
12819 * configure.in (tempcname): Change this to "conftest.c", so it will
12820 work properly on systems with short filenames; this is the name
12821 autoconf uses.
12822
12823 * configure.in: Also detect the availability of dup2 and
12824 gethostname.
12825
12826 * configure.in: Use the AC_ALLOCA test.
12827 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
12828 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
12829
128301993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12831
12832 * make-dist: Distribute configure, as well as configure.in.
12833 Oversight.
12834
128351993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12836
12837 * Makefile.in (install): Print out the name of the directory we're
12838 copying, so people can have some idea of whether we're making
12839 progress.
12840
12841 * Makefile.in (install.aix, install.xenix, install.sysv, install):
12842 Don't forget to re-create the COPYDESTS directories after we clear
12843 them out.
12844
128451993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12846
12847 * Makefile.in: Add autoconf cookies so that the configure
12848 script can comment out sections of path variable definitions to
12849 choose between the installable configuration and the run-in-place
12850 configuration.
12851 * configure.in: Add new option `--run-in-place', to select the
12852 run-in-place path definitions.
12853
12854 * configure.in: Add a clause to the big configuration name case
12855 for the NeXT machine.
12856
128571993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12858
12859 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12860 Make sure that each source directory exists, and is different from
12861 the destination directory; then, delete the destination before
12862 copying over the source.
12863
12864 * make-dist: Distribute configure.in, instead of configure.
12865
128661993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12867
12868 * configure.in: Don't set CC to "gcc -O" if the user specifies
12869 `--with-gcc'. Add -O to DEFS if GCC is set.
12870
128711993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12872
12873 * Makefile.in (clean mostlyclean): Missing right paren.
12874
12875 * configure.in: When checking for X windows, search for an X11
12876 subdirectory of ${x_includes}.
12877
12878 * configure.in: Check for gettimeofday function, for getdate.y.
12879
12880 Change `configure' to a mixture of custom code and autoconf stuff.
12881 autoconf can't derive all the information we need, but we'd really
12882 like to be able to take advantage of some of its tests, and its
12883 file-editing facilities.
12884 * configure.in: Renamed from configure.
12885 Quote the sections of shell script we want copied literally to
12886 the configure script.
12887 (compile): Initialize this to make the autoconf macros' code happy.
12888 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
12889 code to do their jobs.
12890 Use autoconf to produce Makefile and src/config.h.
12891 Remove the Makefile-style comment that autoconf places at the top
12892 of src/config.h.
90eacf99
SM
12893 (config_h_opts): Remove - no longer necessary.
12894 * Makefile.in (configname): Rename to configuration.
12895 (CONFIG_CFLAGS): Rename to DEFS.
12896 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
067d23c9
KY
12897 get values via autoload @cookies@.
12898 (libsrc_libs): Get this from autoconf. We used to do nothing
12899 about this.
12900 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
12901
90eacf99
SM
12902 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
12903 Don't echo the move-if-change command.
067d23c9
KY
12904
129051993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
12906
12907 * make-dist: Distribute lib-src/rcs-checkin.
12908
12909 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
12910 Don't try to make links to the RCS or Old subdirectories.
12911 Use the appropriate extension for the compression type in use.
12912 Create the tar file in the shell's initial default directory, not
12913 in ${tempparent}.
12914 Erase the whole ${tempparent} tree, not just ${tempdir}.
12915
129161993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12917
12918 * Makefile.in (src/paths.h): Don't echo the huge sed command we
12919 use to build paths.h.
12920 (lib-src/Makefile, src/Makefile): Similarly.
12921
12922 * configure: Extend test for working `const' keyword to handle AIX
12923 3.2 cc.
12924
129251993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12926
12927 * make-dist: Distribute lisp/term/ChangeLog.
12928
12929 Arrange for C compilation throughout the tree to get
12930 C_SWITCH_SYSTEM from the configuration files.
12931 * configure: Extract C_SWITCH_SYSTEM from the machine and
12932 system-dependent files, and save it in the top-level Makefile.
12933 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
12934 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
12935
12936 * make-dist: Include the VMS support files in oldXMenu in the
12937 distribution.
12938
12939 * configure: Doc fix.
12940
12941 * configure: Fix corrupted config_h_opts.
12942
12943 * configure: Properly report option names in error messages.
12944
12945 * configure: Properly recognize --x-includes and --x-libraries
12946 options.
12947
12948 * configure: Fix syntax errors in code handling XFree386.
12949
129501993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12951
12952 * configure: Add special code to detect XFree386, and tell
12953 config.h about it.
12954
12955 * configure: Properly handle extracting values of LIBS_MACHINE and
12956 LIBS_SYSTEM that contain spaces.
12957
90eacf99
SM
12958 * configure: Add `--x-includes' and `--x-libraries' options.
12959 I think these are dopey, but no less than three alpha testers, at
067d23c9
KY
12960 large sites, have said they have their X files installed in odd
12961 places. Implement them by setting C_SWITCH_X_SITE and
12962 LD_SWITCH_X_SITE in src/config.h.
12963
129641993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12965
12966 * make-dist: Don't distribute etc/Old files.
12967
12968 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
12969 backups.
12970
129711993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12972
12973 * make-dist: Fix typo.
12974
129751993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12976
12977 * make-dist: Corrected typo, fixed it to discard = and TAGS files
12978 in some cases where it should but didn't seen to.
12979
12980 * Makefile.in: Added unlock and relock productions.
12981
129821993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12983
12984 * make-dist: Add a --compress option to force make-dist to use
12985 compress.
12986
12987 * make-dist: Use gzip, if we can find it.
12988
12989 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12990 make rs6000-ibm-aix default to -aix32.
12991
129921993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12993
12994 * Makefile.in: Added `Developer's configuration' section.
12995
129961993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12997
12998 * Makefile.in: Add commented-out variable settings for developer's
12999 configuration.
13000
130011993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13002
13003 * make-dist: Distribute `src/bitmaps' too.
13004
130051993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
13006
13007 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
13008 make rs6000-ibm-aix default to -aix32.
13009
130101993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13011
13012 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
13013
13014 * Makefile.in (install.sysv): Add a second `$' in front of
13015 `${dest}', so that the shell will expand it, instead of Make.
13016
13017 * configure: When processing the name of the configure script,
13018 collapse `././' to `./', but leave a single `./' prefix alone.
13019
13020 * configure: Doc fix.
13021
130221993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13023
13024 * configure: Handle isc3.0 correctly.
13025
130261993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13027
13028 * make-dist: Don't try to copy the COPYING notice into
13029 external-lisp; we're not distributing that directory any more.
13030
130311993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13032
13033 * Makefile.in (install, install.aix, install.xenix, install.sysv):
13034 Remove CVS subdirectories from the installed directory trees, as
13035 well as RCS directories.
13036
130371993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13038
13039 * make-dist: Only copy gmalloc.c if we couldn't link it.
13040 Don't try to copy man/{README,Makefile} unless they actually exist.
13041
13042 * Makefile.in (lisppath): Don't include externallispdir in this.
13043 We're not sure whether we're even going to distribute the
13044 directory yet.
13045
130461993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13047
13048 * make-dist: Don't distribute the external-lisp directory anymore.
13049 * INSTALL: Remove all references to external-lisp.
13050
13051 * configure: Detect whether the compiler supports `const'
13052 properly, and edit src/config.h accordingly.
13053
13054 * configure: Tweak layout of final report.
13055
13056 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
13057 CFLAGS.
13058
13059 * Makefile.in (locallisppath): Make this default to
13060 ${datadir}/emacs/site-lisp, instead of
13061 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
13062 the same thing, and local-lisp causes completion conflicts with
13063 lock.
13064 (lisppath): Add ${externallispdir} to this.
13065 * INSTALL: Adjust installation directions.
13066
13067 * Makefile.in (externallispdir): New variable, to say where to
13068 install the externally-maintained lisp files.
13069 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
13070 the others.
13071 * INSTALL: Describe external-lisp and the new externallispdir
13072 variable.
13073
130741993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13075
13076 * configure (progname): New option `--with-gcc'. Make it clearer
13077 how we are trying to guess whether or not we have GCC.
13078 * INSTALL: Document the `--with-gcc' option, and improve
13079 description of `--with-x' options.
13080
130811993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13082
13083 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
13084 ${infodir} from these variables; we have written out explicit code
13085 to install the info files.
13086
130871993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13088
13089 * make-dist: Don't distributed the RCS files in the etc directory.
13090
130911993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13092
13093 * Makefile.in: Some makes can't handle comments in the middle of
13094 commands; move them to before the whole rule.
13095
130961993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13097
13098 * README: Mention what Emacs is.
13099
131001993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13101
13102 * make-dist: Include `./lisp/calc-2.02' in the distribution.
13103 Add `./cpp' and `./man' back into the distribution.
13104
131051993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13106
13107 * Makefile.in: Define MAKE, and use where appropriate.
13108
131091993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13110
13111 * make-dist: Remember that the authoritative COPYING notice is
13112 `etc/COPYING', not `../etc/COPYING'.
13113
131141992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13115
13116 * make-dist: Make sure that the COPYING notices in each directory
13117 are copies, not symlinks.
13118
131191992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13120
13121 * INSTALL: The build process produces an executable called `emacs'
13122 now. Change references.
13123 * Makefile.in: Adjust `install.mumble' targets to install
13124 `src/emacs', not `src/xemacs'.
13125
13126 * configure: Start with a blank line; this keeps some old CSH's
13127 from thinking it's a CSH script. Most systems will just use
13128 /bin/sh to run it, which is what we're expecting; the only other
13129 shells which might try to interpret it themselves are probably
13130 Bourne-compatible.
13131
131321992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13133
13134 * INSTALL: Improvements suggested by David Mackenzie.
13135
131361992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13137
13138 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13139 Don't try to copy the info files if there aren't any; the
13140 unexpanded globbing pattern disappoints `install'. Ignore the
13141 return status of that command.
13142
13143 * INSTALL: Updated for new configuration arrangement.
13144
13145 * configure: Don't make the top-level Makefile read-only - people
13146 may want to edit the values of the path variables.
13147
13148 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13149 Install the info files in ${infodir}. Install the executable
13150 under both `emacs' and `emacs-VERSION'.
13151
13152 * Makefile.in: Doc fix.
13153
13154 * Makefile.in (exec_prefix): New variable, as per latest version
13155 of coding standards.
13156 (bindir, libdir): Use it, instead of `prefix'.
13157 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
13158
13159 * Makefile.in (mandir): Make the default value for this depend on
13160 $(prefix).
13161
13162 * Makefile.in (datadir, statedir, libdir): Make these all default
13163 to ${prefix}/lib.
90eacf99
SM
13164 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
13165 Adjust to compensate.
067d23c9
KY
13166
13167 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13168 Install the etags and ctags man pages too.
13169
13170 * Makefile.in (distclean): Don't delete backup files; that's the
13171 job of extraclean.
13172 (extraclean): Like distclean, but deletes backup and autosave files.
13173
131741992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13175
13176 Make path specification conform to GNU coding standards.
13177 * configure (long_usage): Remove all traces of old arguments from
13178 usage messages, and document the options we do accept in more
13179 detail: -with-x... and --srcdir.
90eacf99 13180 (options, boolean_opts): Delete; we don't have enough options to
067d23c9
KY
13181 make this worthwhile.
13182 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
13183 along with the code which supported them; these should be set as
13184 arguments to the top-level make.
13185 (config_h_opts): Since this no longer doubles as a list of option
13186 names, make them upper case; this simplifies the code which uses
13187 them to build the sed command to edit src/config.h. Change the
13188 code which sets them.
13189 (cc, g, O): Don't allow the user to set these using options; they
13190 should be specified using `CC=' and `CFLAGS=' arguments to the
13191 top-level make. Just choose reasonable default values for them,
13192 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
13193 values.
13194 (gnu_malloc, rel_alloc): Don't allow the user to set these using
13195 options; use them whenever the configuration files say they're
13196 possible.
13197 Simplify the argument processing loop. Don't accept abbreviations
13198 for option names; these might conflict with other configuration
13199 options in the future.
13200 Add some support for the `--srcdir' option. Check for the sources
13201 in . and .. if `--srcdir' is omitted. If the directories we will
13202 compile in don't exist yet, create them under the current directory.
13203 Note that the rest of the build process doesn't really support
13204 this.
90eacf99
SM
13205 Edit only the top Makefile. That should edit the others.
13206 Edit into the makefile: `version', from lisp/version.el, `configname'
067d23c9
KY
13207 and `srcdir' from the configuration arguments, `CC' and
13208 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
13209 the user's path, and LOADLIBES as gleaned from the system
13210 description files.
13211 Simplify the report generated; it doesn't need to include any
13212 description of paths now.
13213 Make `config.status' exec configure instead of just calling it, so
13214 there's no harm in overwriting `config.status'.
13215 * Makefile.in (version, configname): New variables, used to choose
13216 the default values for datadir and libdir.
13217 Path variables rearranged into two clearer groups:
13218 - In the first group are the variables specified by the GNU coding
13219 standards (prefix, bindir, datadir, statedir, libdir, mandir,
13220 manext, infodir, and srcdir).
13221 - In the second are the variables actually used for Emacs's paths
13222 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
13223 archlibdir), which depend on the first category.
13224 datadir and libdir default to directories under
13225 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
13226 demand.
13227 etcdir and lispdir default to subdirectories of datadir.
13228 archlibdir defaults to libdir.
13229 The new installation tree is a bit deeper than it used to be, so
13230 use the new make-path program in lib-src to build them all.
13231 Always build a new src/paths.h.tmp and then move-if-change it to
13232 src/paths.h, to avoid unnecessary rebuilds while responding to the
13233 right changes.
13234 Remove all mention of arch-lib. Run utility commands from
13235 lib-src, and let the executables be copied into archlibdir when
13236 Emacs is installed.
13237 Add targets for src/Makefile, lib-src/Makefile, and
13238 oldXMenu/Makefile, editing the values of the path variables into
13239 them.
13240 Let lib-src do its own installation.
13241 (datadir): Default to putting data files under
13242 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
13243 (emacsdir): Variable deleted; it would only be confusing to use.
13244 (lispdir, etcdir): Default to ${datadir}/lisp.
13245 (mkdir): Use make-path for this.
13246 (lockdir): Do this in mkdir.
13247 (Makefile): New target.
13248
13249 * configure (usage_message): Rename to long_usage.
13250
13251 * make-dist: Don't bother creating an arch-lib directory; that's
13252 only for installation now.
13253
132541992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13255
13256 * configure: Use GCC-style configuration names, using config.sub.
13257 Change the usage and help messages.
13258
13259 * configure: Initialize window_system, not indow_system.
13260
13261 * configure: Report which window system, compiler, and signal
13262 handler return type we decide to use.
13263
13264 * make-dist: Explain what's going on if config.sub and gmalloc.c
13265 can't be linked. Place the code which copies them near the code
13266 which links the rest of the files around them.
13267
132681992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
13269
13270 * make-dist: Don't bother to distribute src/*.com, or
13271 src/vmsbuild; those have all been moved to `../vms'.
13272
132731992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13274
13275 * make-dist: Don't forget that the way to avoid filenames starting
13276 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
13277 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
13278 couldn't make hard links to, since we have two already, and
13279 perhaps more to come.
13280
132811992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13282
13283 * configure: When editing parameters into lib-src/Makefile, change
13284 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
13285 needs some other flags too.
13286
132871992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13288
13289 * configure: Remove spurious echo of the configuration name.
13290
13291 * make-dist: Don't distribute files in src/m and src/s whose names
13292 begin with `='.
13293
132941992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13295
13296 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
13297 Also LISP_FLOAT_TYPE.
13298
132991992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13300
13301 * make-dist: Copy config.sub, since it's a symbolic link to a file
13302 on another file system.
13303
133041992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13305
13306 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
13307 distribution.
13308
13309 * config.sub: New file, to help us recognize configuration names.
13310 * make-dist: Include it in the distribution.
13311
133121992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13313
13314 * configure: Convert `-' to `_' in specified option names.
13315 Accept options with --. Delete --highpri and --have-x-menu options.
13316 New options --with-x and --with-x10 replace -window-system.
13317 Don't mention options --gnu-malloc, --rel-alloc
13318 or --lisp-float-type in help message.
13319
133201992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13321
13322 * make-dist: Include the `vms' subdirectory in the distribution.
13323
133241992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13325
13326 * configure: Remove lines starting with "# DIST: " when building
13327 lib-src/Makefile and src/Makefile. This allows us to mark the
13328 "Makefile.in" files with explanatory comments which won't also get
13329 stuck in the Makefiles.
13330
133311992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13332
13333 * make-dist: Don't use the '+' operator in the sed regular
13334 expression that extracts the version number from lisp/version.el;
13335 Ultrix sed doesn't seem support the operator. Just double the
13336 operand and use *.
13337
133381992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13339
13340 * Makefile.in: Doc fix.
13341
133421992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13343
13344 * configure: Rewrite sed command to remove at most one ./ prefix;
13345 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
13346 group.
13347
133481992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13349
13350 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
13351
133521992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13353
13354 * make-dist: Go ahead and build a new TAGS file, unless the
13355 --newer option was specified. Don't try to delete a TAGS file
13356 from etc; it's not kept there, and shouldn't be deleted anyway.
13357
133581992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13359
13360 * make-dist: If the lisp directory contains a default.el, don't
13361 distribute it.
13362
13363 * configure: When searching signal.h for the type of a signal
13364 return handler, make a copy of it, not a symbolic link to it; that
13365 way, it will work on systems that don't have symbolic links.
13366
133671992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13368
13369 * make-dist: Taught it about vcdiff and rcs2log, added --newer
13370 option for generating incremental distributions. Stopped it from
13371 generating a TAGS file into the distribution; that sucker is
13372 *big*, and easily enough generated with the toplevel makefile.
13373
133741992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13375
13376 * configure: When writing config.status, don't prefix progname
13377 with a '.'; it might be absolute.
13378
133791992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13380
13381 * configure: Choose to use X11 if either /usr/lib/libX11.a or
13382 /usr/include/X11 exist, not only if both exist.
13383
133841992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13385
13386 * make-dist: Make the new external-lisp directory a duplicate of
13387 the external-lisp directory, not the lisp directory.
13388
133891992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13390
13391 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
13392 clean' in arch-lib; it doesn't even have a Makefile.
13393
13394 * Makefile.in (clean, mostlyclean): In the test which tries to
13395 distinguish between the build directory, which should be cleaned,
13396 and the installed directory, which shouldn't, cd to `${emacsdir}',
13397 not `${DESTDIR}${LIBDIR}'.
13398
133991992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13400
13401 * make-dist: Be sure to delete the .c and .h files that YACC and
13402 BISON create from getdate.y.
13403
13404 * external-lisp: New directory; see `external-lisp/README'.
13405 * make-dist: Added support for the external-lisp subdirectory.
13406
13407 * make-dist: Changed message which complains that make-dist wasn't
13408 invoked in the right directory to indicate which files it was
13409 looking for.
13410
134111992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13412
13413 * configure: Add comments explaining why we can't translate
13414 character ranges or control characters in `tr'.
13415
134161992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13417
13418 * configure: When generating the configuration message, we used to
13419 build the message from the start so that each line began with "# "
13420 so that it would be a comment in `config.status'. However, this
13421 causes trouble if any of the variables we use in the message
13422 expand to more than one line of text - as gnu_malloc_reason
13423 sometimes does. So instead, we build the message as it should be
13424 printed to the user (i.e. without the "# " prefixes), and stick on
13425 the "# "s when we write it to `config.status'.
13426
13427 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
13428 `lib-src' and `arch-lib'.
13429
13430 * configure: When generating report and `config.status' file, note
13431 that bindir only determines where `make install' and
13432 `build-install' will place the executables; this should make it
13433 clear that the ordinary build process will not try to install
13434 things.
13435
134361992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13437
13438 * make-dist: Change messages to say that we are 'making links to
13439 X', rather than 'copying X'. And put `' quotes around file names.
13440
13441 * make-dist: Include '.tmp' in the name of the staging directory.
13442
13443 * make-dist: Pass the `-f' option to rm when you're not sure that
13444 the files you're removing actually exist.
13445
13446 * make-dist: When setting up etc/COPYING, always nuke whatever is
13447 there, and then copy it in, to make sure we get a real file.
13448
90eacf99
SM
13449 * make-dist: Don't try to distribute *.defns files any more.
13450 The only such file was for simula.el, which has been superseded by a
067d23c9
KY
13451 version which doesn't have a separate .defns file.
13452
134531992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
13454
13455 * make-dist: Don't distribute configured versions of config.h.in,
13456 paths.h.in, Makefile.in in src.
13457
13458 * configure: Delete .tmp files before creating them; don't bother
cd1181db 13459 trying to make final targets writable first, since it won't
067d23c9
KY
13460 matter to move-if-change.
13461
134621992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13463
13464 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
13465 mkdir and chmod in the center of all the conditionals. GNU Make
13466 will strip these out, but other makes won't.
13467
134681992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13469
13470 * make-dist: Include move-if-change in list of files to distribute.
13471
134721992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13473
13474 * configure: Remove any "." elements from the program name.
13475
13476 * configure: Don't record the values of all the possible arguments
13477 in config.status; only record the options that the user specified.
13478
13479 * configure: Use move-if-change to move in the new src/config.h.
13480
134811992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
13482
13483 * move-if-change: New file, copied from gcc release.
13484 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
13485 a temp file, so we don't update paths.h if an error occurs or if
13486 it doesn't need changing.
13487
134881992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13489
13490 * Makefile.in (src/paths.h): Do not install a value for the
13491 PATH_SUPERLOCK value; that macro doesn't exist anymore.
13492 * build-install.in: Same thing.
13493
134941992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13495
13496 * make-dist: Check the flag called "make_tar", not "make_dir"; the
13497 latter, being a typo, is always false, resulting in a program
13498 whose default behavior is to painstakingly build a copy of the
13499 source tree, and then delete it. Rah.
13500
13501 * Makefile.in: Add dist target, and comment for it.
13502
13503 * configure: When scanning <signal.h> for a declaration for
13504 signal, create a symbolic link with a name ending in .c, so the
13505 compiler won't complain that it's only been given .h files.
13506
13507 * configure: Check whether there are any arguments available
13508 before shifting to get the value of a non-boolean parameter.
13509
13510 * make-dist: Doc fix.
13511
135121992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13513
13514 * configure: Instead of grepping /usr/include/signal.h for a
13515 signal declaration, run /usr/include/signal.h or
13516 /usr/include/sys/signal.h through cpp and grep for the
13517 declaration.
13518
13519 * configure: Redirect the output of grep to /dev/null instead of
13520 using grep -s - that flag means different things on other systems.
13521
13522 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
13523 since the former is recognizable even if you don't know what
13524 'dumping' is.
13525 * configure: Accommodate that change.
13526
13527 * configure: Accept options for all of the directories you can
13528 change in the Makefile.
13529
13530 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
13531
13532 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
13533 FOO before you can use them.
13534
13535 * build-install.in: Made the "Where To Install Things" section
13536 conform with the similar section from Makefile.in. Copied section
13537 which builds src/paths.h from src/paths.h.in from the Makefile.
13538
135391992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13540
13541 * configure: Write config.status to pass its command-line
13542 arguments on to configure, so that people can use it to recreate
13543 an old configuration, with minor changes.
13544
135451992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13546
13547 * configure: Don't rely on option variables being unset if their
13548 values are the empty string. In particular, when producing the
13549 English report, don't assume that highpri will be unset when no
13550 increased priority has been requested; -highpri='' should be the
13551 same as omitting -highpri altogether.
13552
13553 * configure: Fix dumb bug: when running the system and machine
13554 description files through cpp, mark those lines that we want to
13555 evaluate with the string '@configure@', and then only evaluate
13556 them. This way if the files include anything that actually
13557 generates text (type definitions or external declarations, say),
13558 we won't try to eval it.
13559
135601992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13561
13562 * make-dist: New shell script.
13563
13564 * configure: When creating foo from foo.in, make foo read-only to
13565 remind people to edit the .in file instead.
13566
13567 * INSTALL: Changed references to config.h-dist to config.h.in.
13568 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
13569 to build src/paths.h from src/paths.h.in; added a paragraph to do
13570 this.
13571 * configure, Makefile, build-install: Changed filenames like
13572 FOO-dist to FOO.in.
13573
135741992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13575
13576 * Makefile, build-install: Renamed to Makefile.in and
13577 build-install.in; the configure script will edit these to produce
13578 the usable Makefile and build-install.
13579 * configure: Changed to produce ./Makefile, ./build-install,
13580 lib-src/Makefile, and src/Makefile from their *.in counterparts,
13581 instead of editing them in place.
13582
135831992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13584
13585 * Makefile: Re-arranged so that the undumped Emacs will search
13586 ../lisp *after* the site's local elisp files.
13587 (locallisppath, dumplisppath): New variables.
13588 (lisppath): This variable's default value is now chosen based on
13589 $(locallisppath) and $(lispdir); while it used to be the
13590 customization point for adding site-local elisp directories to
13591 load-path, that job is now handled mostly by locallisppath.
13592 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
13593 Check the values being assigned to the *LOADSEARCH macros for null
13594 path elements (like '::' in 'foo::bar').
13595
13596 * configure: When checking if the machine- and system-dependent
13597 files define a particular macro or not, actually run them through
13598 CPP and test the macros with #ifs, instead of just grepping for
13599 the macros' names. In particular, check for SYSTEM_MALLOC in this
13600 way.
13601
136021992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13603
13604 * Makefile (install): Don't use -s in install. (Keep the symbols.)
13605
136061992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13607
13608 * configure: Make the config.status file an executable shell
13609 script which will recreate the same configuration. Include the
13610 verbal description of the current configuration as a comment in
13611 the script.
13612 * INSTALL: Doc fix.
13613
13614 * Makefile: Brought the Makefile up to the GNU coding
13615 standards, as described in standards.text:
13616 (TAGS): New name for the target which rebuilds the tags table.
13617 (check): New target; doesn't do anything yet.
13618 (mostlyclean): New target, synonymous with clean.
13619 (realclean): New target. Currently, this just calls the
13620 subdirectories's makefiles and then deletes config.status.
90eacf99
SM
13621 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
13622 New variables.
067d23c9 13623 Installation directory variables changed to conform.
90eacf99 13624 (install, install.sysv, install.xenix, install.aix): Change the
067d23c9
KY
13625 code which copies the directories into their installed location to
13626 allow the installed locations to be in several different
13627 directories; the old version assumed that they would all be in
13628 $(emacsdir).
13629 (mkdir, lockdir): Allow the installed locations to be in several
13630 different directories.
13631 * INSTALL: Doc fix.
13632
13633 * build-install: Use the same variable names as the Makefile.
13634 Allow the installed locations to be in several different
13635 directories.
13636
136371992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13638
13639 * Makefile (src/paths.h): Instead of using a single sed command to
13640 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
13641 separately, and don't forget to append "/!!!SuperLock!!!" to the
13642 value of the PATH_SUPERLOCK macro.
13643
13644 * config.emacs: Renamed to configure, for consistency with other
13645 GNU products. Internal references changed.
13646 INSTALL, Makefile: References changed.
13647
13648 * lock: New directory, which should always be empty. If this
13649 directory doesn't exist, Emacs won't complain; it just won't lock.
13650 Having this here means that people can just unpack Emacs, build
13651 it, and have locking work.
13652
13653 * share-lib: Re-renamed to etc, for the sake of tradition.
13654 * config.emacs: Changed default value for datadir to ../etc.
13655 * INSTALL, README: Adjusted.
13656
136571992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13658
13659 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
13660 by running CPP on the appropriate s/*.h and m/*.h files.
13661
136621992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13663
13664 * config.emacs: Make sure to set the "exit on error" flag once
13665 we've removed config.status; errors should abort the configuration.
13666
136671992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13668
13669 * config.emacs: Added -distribute option, so that the Makefile
13670 paths are in their proper form. I don't know why this matters.
13671
136721992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13673
13674 * local-lisp: New directory, empty in the distribution, for people
13675 to put local elisp code in.
13676 * config.emacs: Include it in the default load path.
13677 * README: Document it.
13678
136791992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13680
13681 * config.emacs: Guess the type of signal handling functions based
13682 on the contents of /usr/include/signal.h.
13683
13684 * config.emacs: Print out progress report messages.
13685
13686 * Makefile (src/paths.h): Don't generically replace
13687 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
13688 editing of the other entries, and each entry should be dealt with
13689 explicitly anyway.
13690
13691 * build-install: Converted from C-shell to Bourne shell.
13692 * config.emacs: Edit build-install properly.
13693
13694 * config.emacs: Doc fix.
13695
136961992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13697
13698 * Makefile (install): Remove `B' from tar xf command.
13699
137001992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13701
13702 * config.emacs: Removed support for the `maintain-environment'
13703 option; the only important difference between this and its absence
13704 has been removed.
13705 * INSTALL: Removed mention of `maintain-environment'.
13706
13707 * config.emacs: Fix arguments to sed when processing boolean
13708 arguments.
13709
137101991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
13711
13712 * config.emacs: New file, to help automate the installation
13713 process.
13714
13715 * Makefile: Lots of changes to support the separation of etc into
13716 architecture-dependent and -independent files:
13717 (EMACSROOT): New variable, giving the directory under which all of
13718 Emacs's libraries should be installed. Changed rest of file to
13719 use it.
13720 (LIBDIR): Now denotes only architecture-dependent dir.
13721 (DATADIR): New variable, denoting architecture-independent dir.
13722 (LOCKDIR): New variable, for completeness.
13723 (SUBDIR): No more etc, new lib-src.
13724 (COPYDIR): No more etc, new arch-lib and share-lib.
13725 (src/paths.h): Set PATH_DATA and the LOCK macros too.
13726 (src): Now depends on lib-src, not etc.
13727 * build-install: Changes parallel to the above.
13728 * README: Describe the new arrangement.
13729
13730 * vms: New subdirectory for all the VMS stuff.
13731
137321991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
13733
13734 * Makefile (LISPPATH): New variable.
13735 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
13736
137371990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
13738
13739 * Makefile (install, install.sysv, install.xenix):
13740 Install wakeup instead of loadst. No need for setuid or setgid.
13741
137421990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13743
13744 * Makefile (clean): Clean etc if that's not the installation dir.
13745
137461990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13747
13748 * Makefile (paths.h): Make sed alter each name in the path.
13749
137501988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13751
13752 * Makefile (install.sysv): Use cpio, not tar.
13753
137541988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13755
13756 * Makefile (lockdir): Rename `lock' target.
13757 Depend on it from install*, not from `all'.
13758
137591988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
13760
13761 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
13762 to match build-install and paths.h.
13763
13764;; Local Variables:
13765;; coding: utf-8
067d23c9
KY
13766;; End:
13767
ba318903 13768 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
067d23c9
KY
13769
13770 This file is part of GNU Emacs.
13771
13772 GNU Emacs is free software: you can redistribute it and/or modify
13773 it under the terms of the GNU General Public License as published by
13774 the Free Software Foundation, either version 3 of the License, or
13775 (at your option) any later version.
13776
13777 GNU Emacs is distributed in the hope that it will be useful,
13778 but WITHOUT ANY WARRANTY; without even the implied warranty of
13779 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13780 GNU General Public License for more details.
13781
13782 You should have received a copy of the GNU General Public License
13783 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.