* configure.ac (pthread_sigmask): Look in LIB_PTHREAD too.
[bpt/emacs.git] / ChangeLog
CommitLineData
acc16b66
PE
12014-05-29 Paul Eggert <eggert@cs.ucla.edu>
2
3 * configure.ac (pthread_sigmask): Look in LIB_PTHREAD too (Bug#17561).
4 Fixes configuration glitch found in <http://bugs.gnu.org/17561#59>.
5
7479dd3e
EZ
62014-05-29 Eli Zaretskii <eliz@gnu.org>
7
8 * configure.ac (ADDSECTION, TEMACS_POST_LINK): Don't compute,
9 unused.
10
035159ed
PE
112014-05-29 Paul Eggert <eggert@cs.ucla.edu>
12
13 Don't substitute sigprocmask for pthread_sigmask (Bug#17561).
14 sigprocmask isn't portable in a multithreaded process.
15 * configure.ac (gl_THREADLIB): Remove dummy.
16 Merge from gnulib, incorporating:
17 2014-05-28 pthread_sigmask, timer-time: use gl_THREADLIB only if needed
18 * m4/pthread_sigmask.m4, m4/timer_time.m4: Update from gnulib.
19
2662ca5c
GM
202014-05-29 Glenn Morris <rgm@gnu.org>
21
22 * configure.ac: Explicitly drop some ancient Solaris versions.
23
587fd086
FP
242014-05-27 Fabrice Popineau <fabrice.popineau@gmail.com>
25
26 * configure.ac (C_HEAP_SWITCH) define for different values of
27 dumped heap size depending on 32/64bits arch on Windows.
28 Don't check for pthreads.h on MinGW32/64, it gets in the way.
29 Use mmap(2) for buffers and system malloc for MinGW32/64.
30
c3e7b943
PE
312014-05-27 Paul Eggert <eggert@cs.ucla.edu>
32
33 Merge from gnulib, incorporating:
34 2014-05-21 fchdir: port 'open' and 'close' redefinitions to AIX 7.1
35 * lib/openat-proc.c: Update from gnulib.
36
015936fb 372014-05-26 Paul Eggert <eggert@cs.ucla.edu>
4f4ec76f
PE
38
39 Fix port to 32-bit AIX (Bug#17540).
40 * configure.ac (opsys): On Power Architecture, treat release 7 of
41 AIX like releases 5 and 6.
42
60fc70a8
PE
432014-05-19 Paul Eggert <eggert@cs.ucla.edu>
44
45 Remove dependencies on getdelim and getline.
46 * configure.ac (getdelim, getline): Remove.
47
337ee6b3
GM
482014-05-18 Glenn Morris <rgm@gnu.org>
49
50 * configure.ac: Do not bother testing for png in non-graphical builds.
51
0d1b87f9
PE
522014-05-18 Paul Eggert <eggert@cs.ucla.edu>
53
5eda3a75
PE
54 Port ctags+etags build to Sun C 5.12.
55 * .bzrignore: Remove lib-src/ctags.c.
56
0d1b87f9
PE
57 Port recent libpng changes to hosts with missing png.h.
58 * configure.ac (HAVE_PNG): Port to platforms where libpng-config
59 succeeds but png.h is absent, by testing libpng-config's output
60 rather than trusting it. I ran into this problem when building
61 Emacs trunk on a Solaris 10 host.
62
8208d2bf
PE
632014-05-17 Paul Eggert <eggert@cs.ucla.edu>
64
65 Assume C99 or later (Bug#17487).
66 * lib/stdarg.in.h, lib/stdbool.in.h, m4/stdarg.m4, m4/stdbool.m4:
67 Remove.
68 * configure.ac (_AC_PROG_CC_C89): Define a dummy, to keep 'configure'
69 smaller.
70 (gl_PROG_CC_C99): Use this to get C99 or later.
71 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
72
c56327b5
PE
732014-05-16 Paul Eggert <eggert@cs.ucla.edu>
74
75 Don't require pkg-config when building from repository.
76 * INSTALL: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'.
77 * INSTALL.REPO: pkg-config is no longer required to build from
78 the repository.
79 * autogen.sh: Don't check for pkg-config.
80 (progs): Remove pkg-config.
81 (pkg_config_min, AUTORECONF_ENV, env_space, ACLOCAL_PATH):
82 Remove. All uses removed.
83 * m4/pkg.m4: New file, built by admin/merge-pkg-config.
84 * configure.ac: Remove unnecessary m4_pattern_forbid of ^PKG_ and
85 an AC_ARG_VAR of PKG_CONFIG_PATH. pkg.m4 does that for us.
86 (EMACS_CHECK_MODULES): Remove workaround for old pkg-config bug,
87 as we use pkg.m4 from a newer pkg-config.
88
440cef5f
JD
892014-05-15 Jan Djärv <jan.h.d@swipnet.se>
90
fc51d3e2 91 * configure.ac (LIBPNG): Do not test for libpng if NS_IMPL_COCOA.
440cef5f 92
bd098f41
DA
932014-05-13 Dmitry Antipov <dmantipov@yandex.ru>
94
d3e5c0ea
DA
95 * configure.ac (HAVE_XFIXES): Define if available.
96 (XFIXES_CFLAGS, XFIXES_LIBS): New AC_SUBSTs.
97 (--enable-link-time-optimization): Add clang support.
bd098f41
DA
98 * INSTALL: Mention it.
99
ffd6d9c4
KY
1002014-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
101
102 * configure.ac (EMACS_CHECK_MODULES): Fix typo in previous change.
103
3c95f44c
PE
1042014-05-11 Paul Eggert <eggert@cs.ucla.edu>
105
106 Work around bug in pkg-config before 0.26 (Bug#17438).
107 * configure.ac (EMACS_CHECK_MODULES): Check for failed exit status
108 of pkg-config, on older pkg-config versions that don't do it
109 properly.
110
98e12950
GM
1112014-05-07 Glenn Morris <rgm@gnu.org>
112
113 * autogen.sh: Check for failing aclocal.
114
e8e2626f
GM
1152014-05-05 Glenn Morris <rgm@gnu.org>
116
117 * autogen.sh: Check any pre-existing ACLOCAL_PATH.
118
ec5f5b30
PE
1192014-05-04 Paul Eggert <eggert@cs.ucla.edu>
120
f8c2cef5
PE
121 Consult libpng-config more consistently (Bug#17339).
122 This is mainly for simplicity, but it should also avoid
123 some future problems like the ones we recently had with NetBSD.
124 * configure.ac (LIBPNG): Configure after LIBZ. Use libpng-config
125 for cflags, too. Append -lz if we're not already doing that with
126 LIBZ. Do not bother appending -lm, since we always append that.
127 Coalesce some duplicate code.
128
4a05c50a
PE
129 * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
130
7e00998f
PE
131 Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).
132 * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5.
133 A more-complicated fix would be to remove uses of PixelSetMagickColor,
134 introduced in ImageMagick 6.3.5 (Sept. 2007).
135
3e9fa60a 1362014-05-04 Glenn Morris <rgm@gnu.org>
969aabf2
GM
137
138 * configure.ac (LIBPNG): Consult libpng-config for the precise
139 form of "-lpng" to use. (Bug#17339)
140
c3a435fe
GM
1412014-05-03 Glenn Morris <rgm@gnu.org>
142
143 * autogen.sh: If all else fails, try using pkg-config to find pkg.m4.
144
af3e4d06
PE
1452014-05-03 Paul Eggert <eggert@cs.ucla.edu>
146
541df9f4
PE
147 Get --enable-gcc-warnings to work after touching configure.ac.
148 Preserve ACLOCAL_PATH in later builds, so that by default it has
149 the same value as it did in the first build after initial checkout.
150 * Makefile.in (ACLOCAL_PATH): New macro.
151 ($(srcdir)/aclocal.m4): Use it.
152 * configure.ac (ACLOCAL_PATH): AC_SUBST it.
153 * autogen.sh (env_space): New var.
154 Tell user what variables, if any, to pass to 'configure'.
155
2bafb7c4
PE
156 Get --enable-gcc-warnings working again.
157 The recent changes to configure.ac removed the transliteration of
158 -I to -isystem in CFLAGS, which is needed for --enable-gcc-warnings.
159 Bring this back while keeping the spirit of the recent changes.
160 * configure.ac (edit_cflags): Restore this shell var, and put it
161 at the top level, where it'll be useful when emacs-24 is next merged.
162 (EMACS_CHECK_MODULES): New macro. All uses of PKG_CHECK_MODULES
163 changed to use it.
164
af3e4d06
PE
165 Make it easier on maintainers who use their own Automake.
166 * autogen.sh (ACLOCAL_PATH, AUTORECONF_ENV): New vars.
167 Set them to avoid problems when maintainers prepend their own
168 Automake installations to their PATH. Report an error if pkg.m4
169 can't be found.
170
5253ea1d
GM
1712014-05-02 Glenn Morris <rgm@gnu.org>
172
53a7da76
GM
173 * configure.ac (PKG_CONFIG_PATH): Declare with AC_ARG_VAR.
174
ef9ea0a6
GM
175 * configure.ac (--with-pkg-config-prog): Remove.
176 Use the PKG_CONFIG environment variable instead if you need it.
177
b05e08a4
GM
178 * configure.ac: Use pkg-config's pkg.m4, rather than reinventing it.
179 Add explicit AC_SUBST's where needed.
180 * autogen.sh (progs): Add pkg-config.
181 (pkg_config_min): New variable.
182
cd626254
GM
183 * configure.ac (AC_CONFIG_MACRO_DIR): Use it.
184
5253ea1d
GM
185 * autogen.sh (get_version): Handle no leading whitespace.
186 (check_version, main): Handle program names with hyphens.
187
09b911ad 1882014-04-30 Glenn Morris <rgm@gnu.org>
ca489750
GM
189
190 * configure.ac: Treat MirBSD as OpenBSD. (Bug#17339)
191
b53a667a
DC
1922014-04-21 Daniel Colascione <dancol@dancol.org>
193
194 * .bzrignore: Add a.out to bzr ignore list (a test generates this
195 file).
196
2123570f
PE
1972014-04-19 Paul Eggert <eggert@cs.ucla.edu>
198
199 Link to glib-using libraries when checking for glib (Bug#17289).
200 * configure.ac (XGSELOBJ): Include GTK_LIBS, RSVG_LIBS, etc.
201 when testing whether Glib is linked in. Similarly for CFLAGS.
202
2ff06dac
PE
2032014-04-17 Paul Eggert <eggert@cs.ucla.edu>
204
a3f989d4
PE
205 * GNUmakefile: Speed up 'make bootstrap' in fresh checkout.
206 (ORDINARY_GOALS): New macro, which excludes 'bootstrap'.
207 (bootstrap, .PHONY): New rules.
208 * INSTALL.REPO: Document current procedure better.
209 Move copyright notice to just before license notice.
210
8ac457d5 211 * Makefile.in (FRC, force-info): Remove.
2ff06dac
PE
212 All uses removed. This hack is no longer needed here
213 now that we can assume GNU Make's .PHONY feature works.
8ac457d5 214 (bootstrap): No need to make 'info', since 'all' now implies 'info'.
2ff06dac 215
bf6b4923
EZ
2162014-04-16 Eli Zaretskii <eliz@gnu.org>
217
218 * config.bat: Update for Emacs 24.4.
219
290d7ac2 2202014-04-16 Paul Eggert <eggert@cs.ucla.edu>
13a5993b
PE
221
222 Port to IRIX 6.5 (Bug#9684).
223 This port requires IRIX cc, as I did not have time to get
224 undump working with the old GCC on the system I had access to,
225 but that's better than nothing.
226 * configure.ac (gl_GCC_VERSION_IFELSE): Remove unused macro
227 that wouldn't have worked anyway, with IRIX cc.
228 (emacs_cv_clang, emacs_cv_sanitize_address)
229 (ns_osx_have_104, ns_osx_have_105):
230 Don't assume '#error' makes the compiler fail,
231 as this doesn't work with IRIX cc.
232 (CFLAGS, LIBS): Don't let the GnuTLS results infect later 'configure'
233 checks. This runs afoul of an IRIX configuration where GnuTLS is
234 in an optional library that also contains getdelim, and causes
235 a later 'configure' to incorrectly think getdelim is supported.
236
290d7ac2 2372014-04-16 Eli Zaretskii <eliz@gnu.org>
aa1f3497
EZ
238
239 * configure.ac (LN_S_FILEONLY, LN_S): Use "/bin/ln" on MinGW, to
240 ensure the MSYS ln.exe is invoked.
241
5403b2d3
PE
2422014-04-15 Paul Eggert <eggert@cs.ucla.edu>
243
244 Remove DATA_SEG_BITS.
245 * configure.ac (DATA_SEG_BITS): Remove. All uses removed.
246
93ca4887
PE
2472014-04-14 Paul Eggert <eggert@cs.ucla.edu>
248
6956b278
PE
249 * autogen.sh: Use autoreconf's -f option (Bug#17258).
250
93ca4887
PE
251 Clean up configure-time library handling a bit.
252 This patch was inspired by emacs-24 bzr 116961, which fixed
253 a bug due to sloppy library handling in 'configure'.
254 * configure.ac (LIB_MATH, LIB_PTHREAD, LIBXMU):
255 Use AC_SEARCH_LIBS instead of AC_CHECK_LIB as per Autoconf manual.
256 (LIB_MATH, LIB_PTHREAD, HAVE_X11, IMAGEMAGICK_LIBS, GTK_LIBS)
257 (DBUS_LIBS, LIBXMU, XFT_LIBS, LIBXSM, LIBXML2_LIBS, LIBS_MAIL)
258 (with_kerberos):
259 Don't let the library choice infect $LIBS.
260 (dnet_ntoa, cma_open): Remove obsolete tests.
261 (emacs_pthread_function): Probe for pthread_kill, not pthread_self,
262 as that's a bit more selective on GNU/Linux.
263 (LIBXEXT): Remove.
264 (touchlock): Test for existence when $LIBS_MAIL is in use.
265 (AC_CHECK_FUNCS): Use only $LIB_MATH in addition to $LIBS
266 when testing for typical functions like accept4, lrand48.
267 (random, rint): Remove obsolete HP-UX 9 A.09.05 test.
268
235b3c79
GM
2692014-04-11 Glenn Morris <rgm@gnu.org>
270
271 * make-dist: Do not distribute generated admin/grammars/Makefile.
9b1ac3be 272 Do distribute lib-src/update-game-score.exe.manifest.
235b3c79 273
536aa466 2742014-04-11 Ken Brown <kbrown@cornell.edu>
0cccc183
KB
275
276 * configure.ac (EMACS_MANIFEST): Revert last change (but leave
277 UPDATE_MANIFEST empty).
278
6f287c89 2792014-04-07 Ken Brown <kbrown@cornell.edu>
ebe8e076
KB
280
281 * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these
282 variables empty on Cygwin. (Bug#17176)
283
3a9e7a49
GM
2842014-04-03 Glenn Morris <rgm@gnu.org>
285
286 * make-dist: Further update AC_INIT regexp.
287
09aba815 2882014-04-02 Glenn Morris <rgm@gnu.org>
63adc156
GM
289
290 * configure.ac: Make the final "Does Emacs use Gsettings" message
291 consistent with src/config.h.
292
ce486e0d
JD
2932014-03-31 Jan Djärv <jan.h.d@swipnet.se>
294
295 * configure.ac: Fix errors from previous checkin (GSettings check).
296
b0e04df6
JD
2972014-03-29 Jan Djärv <jan.h.d@swipnet.se>
298
299 * configure.ac: Add check that GSettings is in libgio (Bug#17118).
300
c3153003
GM
3012014-03-28 Glenn Morris <rgm@gnu.org>
302
7b207d6d
GM
303 * configure.ac (AC_INIT): Add "GNU" in package, add bug address.
304 (PACKAGE_BUGREPORT): Use it.
dd694335 305 (make-dist): Update AC_INIT regexp.
7b207d6d 306
c3153003
GM
307 * configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency.
308 (EMACS_CONFIG_FEATURES): New define.
309
ef9b8f2d
PE
3102014-03-27 Paul Eggert <eggert@cs.ucla.edu>
311
312 * configure.ac: Suggest './configure MAKE=gmake' in diagnostic.
313 This tends to work better than 'MAKE=gmake ./configure' if later
314 builds run config.status etc.
315
f6dce6c1
GM
3162014-03-27 Glenn Morris <rgm@gnu.org>
317
318 * configure.ac: Require GNU make.
319 (HAVE_GNU_MAKE): Remove.
320
cefcfbcc
PE
3212014-03-26 Paul Eggert <eggert@cs.ucla.edu>
322
323 Merge from gnulib, incorporating:
324 2014-03-26 strftime: wrap macros in "do {...} while(0)"
325 * lib/strftime.c: Update from gnulib.
326
11ee65af
GM
3272014-03-26 Glenn Morris <rgm@gnu.org>
328
329 * configure.ac (CLASH_DETECTION): Remove option. Every platform
330 supports it, and the runtime option `create-lockfiles' replaces it.
331
dfdce7dc
DC
3322014-03-23 Daniel Colascione <dancol@dancol.org>
333
11ee65af 334 * configure.ac: (Bug#17069) Include GFILENOTIFY objects in glib check.
dfdce7dc 335
7cd43111
GM
3362014-03-22 Glenn Morris <rgm@gnu.org>
337
338 * make-dist: Do not distribute lib-src/testfile.
339
a502d893
EZ
3402014-03-21 Eli Zaretskii <eliz@gnu.org>
341
342 * configure.ac: Bump version to 24.4.50.
343
931be30d
GM
3442014-03-21 Glenn Morris <rgm@gnu.org>
345
346 * Makefile.in (all): Depend on `info'. (Bug#16626)
347
0d181095
PE
3482014-03-07 Paul Eggert <eggert@cs.ucla.edu>
349
350 Merge from gnulib, incorporating:
351 2014-03-04 stdint: fix missing SIZE_MAX on Android
352 2013-03-02 sys_types: avoid autoconf warning about gl_SYS_TYPES_H
353 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
354 * lib/stdint.in.h, lib/sys_types.in.h, m4/sys_types_h.m4:
355 Update from gnulib.
356
bdd85f31
GM
3572014-03-05 Glenn Morris <rgm@gnu.org>
358
359 * configure.ac: Tweak the "unported" error message.
360
59587ee4
PE
3612014-03-05 Paul Eggert <eggert@cs.ucla.edu>
362
f889ebce 363 Fix configuration bug on Solaris 2.5.1 (Bug#16905).
59587ee4
PE
364 * configure.ac: Fix a bug in shell pattern matching that caused
365 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later.
366
cc587404
PE
3672014-02-25 Paul Eggert <eggert@penguin.cs.ucla.edu>
368
369 Merge from gnulib (Bug#16825).
370 2014-02-25 unistd: port readlink to Mac OS X 10.3.9
371
f1037d0b
PE
3722014-02-24 Paul Eggert <eggert@cs.ucla.edu>
373
374 Merge from gnulib, incorporating:
375 2014-02-21 timer: fix uClibc detection of threading
376 2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf
377
526e126f
MK
3782014-02-18 Mirek Kaim <mirek.kaim@outlook.com> (tiny change)
379
380 * configure.ac [HAVE_W32]: Test for ImageMagick. (Bug#16754)
381
96fbe2b9
PE
3822014-02-14 Paul Eggert <eggert@cs.ucla.edu>
383
384 * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).
385 This fixes a bug in the previous change. Also, use $(SHELL)
386 rather than sh, as that's more likely to be portable.
387
89a97129
PE
3882014-02-13 Paul Eggert <eggert@cs.ucla.edu>
389
390 * Makefile.in (install-arch-indep): Simplify (Bug#16717).
391 This should make it more reliable, and hopefully more portable to
392 non-GNU 'make' implementations such as HP-UX 'make'.
393
1a4c95f6
JB
3942014-02-13 Juanma Barranquero <lekktu@gmail.com>
395
396 * Makefile.in (install-nt): Also pass datadir.
397
06c2ec49
PE
3982014-02-05 Paul Eggert <eggert@cs.ucla.edu>
399
400 Merge from gnulib, incorporating:
401 2014-01-23 pthread: work around winpthread header pollution on mingw
402 * lib/time.in.h: Update from gnulib.
403
51fb39ec
PE
4042014-01-23 Paul Eggert <eggert@cs.ucla.edu>
405
406 Merge from gnulib, incorporating:
407 2014-01-22 qacl: check for fchmod
408 * m4/acl.m4: Update from gnulib.
409
dc217d01
PE
4102014-01-22 Paul Eggert <eggert@cs.ucla.edu>
411
412 Fix miscellaneous update-game-score bugs.
413 * configure.ac (difftime): Remove.
414
cec62009
PE
4152014-01-20 Paul Eggert <eggert@cs.ucla.edu>
416
417 Merge from gnulib, incorporating:
418 2014-01-20 stdalign: port to HP-UX compilers
419 2014-01-16 strtoimax: port to platforms lacking 'long long'
420 2014-01-16 update from texinfo
2fb6d9c6 421 * lib/stdalign.in.h, lib/strtoimax.c: Update from gnulib.
cec62009 422
4efa3f1e
GM
4232014-01-12 Glenn Morris <rgm@gnu.org>
424
425 * README: Replace reference to etc/MAILINGLISTS.
426
e05d3a05
FP
4272014-01-11 Fabrice Popineau <fabrice.popineau@gmail.com>
428
429 * configure.ac: Read $srcdir/nt/mingw-cfg.site when $MSYSTEM is
430 "MINGW64" as well.
431
bada50fc
PE
4322014-01-11 Paul Eggert <eggert@cs.ucla.edu>
433
434 Merge from gnulib, incorporating:
435 2014-01-07 update from texinfo
436 2014-01-06 md5, sha1, sha256, sha512: support older autoconf
437
31466836
ER
4382014-01-09 Eric S. Raymond <esr@thyrsus.com>
439
440 * INSTALL, configure.ac, etc/CONTRIBUTE, nt/INSTALL: Remove
441 unnecessarily specific references to Bazaar that could better
442 simply be to the repository.
443
ac4c50ad
ER
4442014-01-08 Eric S. Raymond <esr@thyrsus.com>
445
38942b9c
GM
446 * INSTALL.BZR: Rename to INSTALL.REPO. Remove refs to specific VCS.
447 * INSTALL, autogen.sh: Update for above change.
ac4c50ad 448
81da295e
PE
4492014-01-05 Paul Eggert <eggert@cs.ucla.edu>
450
451 Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).
452 Problem and proposed patch reported by Ulrich Mueller;
453 this patch uses a somewhat-different approach.
454 * configure.ac (SETFATTR): New variable.
455
3d814710
PE
4562014-01-03 Paul Eggert <eggert@cs.ucla.edu>
457
458 Merge from gnulib, incorporating:
459 2014-01-02 manywarnings: remove -Wmudflap
460 This ports better to GCC 4.9-to-be.
461
bd717ca4
FP
4622013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
463
464 * configure.ac (canonical, C_SWITCH_SYSTEM): Support a 64-bit
465 MinGW64 build on MS-Windows.
466
830506d9
JD
4672013-12-29 Jan Djärv <jan.h.d@swipnet.se>
468
469 * configure.ac (xcsdkdir): Only set if using xcrun.
470
a7f7e547
PE
4712013-12-29 Paul Eggert <eggert@cs.ucla.edu>
472
473 * configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem.
474 Reported by YAMAMOTO Mitsuharu in:
475 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00995.html
476
5f27a1b0
JD
4772013-12-28 Jan Djärv <jan.h.d@swipnet.se>
478
479 * configure.ac: Fix CC detection for xcrun case.
480
1d7701a4
PE
4812013-12-28 Paul Eggert <eggert@cs.ucla.edu>
482
483 Fix problem with MAKE and xcrun configuration.
484 * configure.ac: Don't set MAKE unless 'make' doesn't work.
485 Set it only in the environment, not in the makefile.
486 Problem reported by Glenn Morris in:
487 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html
488
5eedd0b9
PE
4892013-12-27 Paul Eggert <eggert@cs.ucla.edu>
490
491 Port xcrun configuration to GNU/Linux.
492 * configure.ac (xcsdkdir): Default to empty.
493 (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to
494 just before AM_INIT_AUTOMAKE, to make the dependency between it
495 and automake clearer.
496 (CC): Don't use AC_PROG_CC twice; only the first use expands to the
497 shell code that is wanted, which breaks 'configure' on non-Darwin
498 platforms. Instead, fix CC by hand if it's not found.
499
7c8114cb
JD
5002013-12-27 Jan Djärv <jan.h.d@swipnet.se>
501
502 * configure.ac: Detect xcrun on OSX and use it for make, gcc and
503 libxml.
504
e76119d7
PE
5052013-12-26 Paul Eggert <eggert@cs.ucla.edu>
506
507 Fix core dumps with gcc -fsanitize=address and GNU/Linux.
508 * configure.ac: Check whether addresses are sanitized.
509 (CANNOT_DUMP): Warn if addresses are sanitized and not CANNOT_DUMP.
510 (DOUG_LEA_MALLOC): Do not define if addresses are sanitized.
511 (SYSTEM_MALLOC): Define if addresses are sanitized.
512
9ebada6a
PE
5132013-12-24 Paul Eggert <eggert@cs.ucla.edu>
514
515 Automate the procedure for updating copyright year.
516 * build-aux/update-copyright: New file.
517 * make-dist: Distribute it.
518 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
9ebada6a 519
4157ea7f
AS
5202013-12-23 Andreas Schwab <schwab@linux-m68k.org>
521
522 * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
523 AC_CONFIG_HEADERS.
524
4094a772
RS
5252013-12-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
526
527 * .gitignore: Ignore refcard temporaries and info/*.info files.
528
e9ad5665
PE
5292013-12-17 Paul Eggert <eggert@cs.ucla.edu>
530
531 Merge from gnulib, incorporating:
532 2013-12-17 gettimeofday: port recent C++ fix to Emacs
533 2013-12-17 gettimeofday: fix C++ crosscompilation
534 2013-12-17 qacl: port to Windows better
535 * lib/file-has-acl.c, lib/time.in.h, m4/gettimeofday.m4, m4/time_h.m4:
536 Update from gnulib.
537 * lib/gnulib.mk: Regenerate.
538
062727ce
PE
5392013-12-16 Paul Eggert <eggert@cs.ucla.edu>
540
541 * INSTALL: Clarify treatment of image libraries.
542
96c06863
PE
5432013-12-14 Paul Eggert <eggert@cs.ucla.edu>
544
545 Use bool for boolean, focusing on headers.
546 * configure.ac (PTY_OPEN, GC_MARK_SECONDARY_STACK):
547 Use bool for boolean.
548
6084a28b
DM
5492013-12-14 Dani Moncayo <dmoncayo@gmail.com>
550
c07ff981
DM
551 * configure.ac (srcdir) [MINGW32]: If it is an absolute path,
552 force the format "/c/foo/bar" to simplify conversions to native
553 windows format.
6084a28b 554
06a4f110
GM
5552013-12-13 Glenn Morris <rgm@gnu.org>
556
557 * INSTALL: No longer mention load-path and site-init/site-load.
558
62bd73fa
GM
5592013-12-12 Glenn Morris <rgm@gnu.org>
560
b55e11bf
GM
561 * Makefile.in (install-info): Handle missing info/dir.
562 (info_dir_deps): New variable.
563 (${srcdir}/info/dir): Depend on .texi files rather than .info files.
564 (check-info): Update topics.
565 * build-aux/make-info-dir: Use .texi files rather than .info files.
566 Update topics.
567
e035a207
GM
568 * Makefile.in (install-info): Remove some useless subshells.
569
62bd73fa
GM
570 Stop keeping info/dir in the repository.
571 * build-aux/dir_top: Move here from admin/.
572 * build-aux/make-info-dir: New script.
573 * Makefile.in (bootstrap-clean): Delete info/.
574 (info-dir, ${srcdir}/info/dir): New rules.
575 (info): Also make info-dir.
576 (check-info): Rename from check-info-dir.
577 Instead of info/dir entries, check @dircategory in info/*.info.
578 * make-dist: Use `info' rule rather than `info-real'.
579 No more info/COPYING (not even the right license for info/ files).
89f01d7d
GM
580 Distribute new build-aux files.
581
62bd73fa
GM
582 * info/: Remove from repository.
583
89793882
GM
5842013-12-11 Glenn Morris <rgm@gnu.org>
585
586 * info/dir: Add octave-mode.
587
a8f9bc05
PE
5882013-12-11 Paul Eggert <eggert@cs.ucla.edu>
589
590 Remove the option of using libcrypto.
591 This scorches the earth and waits for spring;
592 see Ted Zlatanov and Stefan Monnier in
593 <http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>.
594 * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove.
595 Do not say whether Emacs is configured to use a crypto library,
596 since it's no longer an option.
597 (gl_CRYPTO_CHECK): Define a dummy.
598 * lib/gl_openssl.h, m4/gl-openssl.m4: Remove.
599
7d01e13c
PE
6002013-12-10 Paul Eggert <eggert@cs.ucla.edu>
601
602 * configure.ac: Disable libcrypto by default.
603
604 Merge from gnulib, incorporating:
605 2013-12-07 md5, sha1, sha256, sha512: fix link error with partial lib
606 * m4/gl-openssl.m4: Update from gnulib.
607
83a5a2c8
EZ
6082013-12-08 Eli Zaretskii <eliz@gnu.org>
609
610 * configure.ac (HAVE_RSVG) [mingw32]: Don't link against librsvg
611 statically.
612
e9551b12
PE
6132013-12-08 Paul Eggert <eggert@cs.ucla.edu>
614
3bc9da32
PE
615 * configure.ac: Simplify supression of GTK deprecation warning.
616 Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line
617 and into config.h, to shorten the command line when doing 'make'.
618 Don't AC_SUBST GTK_CFLAGS, as this is not needed.
619
e9551b12
PE
620 Use libcrypto's checksum implementations if available, for speed.
621 On commonly used platform libcrypto uses architecture-specific
622 assembly code, which is significantly faster than the C code we
623 were using. See Pádraig Brady's note in
624 <http://lists.gnu.org/archive/html/bug-gnulib/2013-12/msg00000.html>.
625 Merge from gnulib, incorporating:
626 2013-12-07 md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
627 2013-12-07 md5, sha1, sha256, sha512: add 'auto', and set-default method
628 2013-12-04 include_next: minimize code duplication
629 2013-12-03 md5, sha1, sha256, sha512: support mandating use of openssl
630 2013-12-02 md5, sha1, sha256, sha512: use openssl routines if available
631 * configure.ac (--without-all): Set with_openssl_default too.
632 Use gl_SET_CRYPTO_CHECK_DEFAULT to default to 'auto'.
633 (HAVE_LIB_CRYPTO): New var.
634 Say whether Emacs is configured to use a crypto library.
635 * lib/gl_openssl.h, m4/absolute-header.m4, m4/gl-openssl.m4:
636 New files, copied from gnulib.
637 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
638 * lib/md5.c, lib/md5.h, lib/sha1.c, lib/sha1.h:
639 * lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
640 * m4/include_next.m4, m4/md5.m4, m4/sha1.m4, m4/sha256.m4, m4/sha512.m4:
641 Update from gnulib.
642
52789f7f
DG
6432013-12-01 Dmitry Gutov <dgutov@yandex.ru>
644
0449d6cd 645 * .dir-locals.el (log-edit-move): Add the "Author: " header.
52789f7f 646
a1209bc3
DM
6472013-11-30 Dani Moncayo <dmoncayo@gmail.com>
648
649 * build-aux/msys-to-w32 (w32pathlist): Do not translate paths
650 starting with %emacs_dir%.
651
f9b697dd
GM
6522013-11-30 Glenn Morris <rgm@gnu.org>
653
654 Stop keeping (most) generated cedet grammar files in the repository.
655 * configure.ac (SUBDIR_MAKEFILES, AC_CONFIG_FILES):
656 Add admin/grammars Makefile.
657 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
658 Also clean admin/grammars, if present.
659
04445382
DM
6602013-11-29 Dani Moncayo <dmoncayo@gmail.com>
661
662 * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
663
7cdf484b
SM
6642013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * configure.ac (HAVE_MENUS): Remove.
667
0845be75
GM
6682013-11-28 Glenn Morris <rgm@gnu.org>
669
670 * configure.ac (PATH_SEP): Replace with pre-existing SEPCHAR.
671
f7ec0d94
EZ
6722013-11-28 Eli Zaretskii <eliz@gnu.org>
673
16555151
EZ
674 * GNUmakefile (Makefile): Don't use $(CFG).
675 (CFG): Don't compute.
676
f7ec0d94
EZ
677 * configure.ac (PATH_SEP): Set and AC_SUBST.
678
de27f8ab
PE
6792013-11-27 Paul Eggert <eggert@cs.ucla.edu>
680
681 Merge from gnulib, incorporating:
682 2013-11-13 getgroups: work around _DARWIN_C_SOURCE problem
683 * lib/getgroups.c: Update from gnulib.
684
cb6c95a3
GM
6852013-11-27 Glenn Morris <rgm@gnu.org>
686
52d6635f 687 Move ja-dic, quail, leim-list.el from leim to lisp/leim.
cb6c95a3
GM
688 * Makefile.in (abs_builddir, leimdir): Remove.
689 (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory.
690 (epaths-force-w32): No longer set BLD.
691 (leim): Remove.
692 (install-arch-indep): No longer run or install leim.
693 (mostlyclean, clean): No longer run leim rule.
694 (bootstrap-clean): Change leim target.
695 (maintainer-clean): Add leim.
696 (check-declare): Remove leim.
697 * README: Update for leim changes.
698 * configure.ac (leimdir): Remove.
699 (standardlisppath): No more leimdir.
700
701 * make-dist: Update for files from leim/ now being in lisp/leim/.
702
624780f0
GM
7032013-11-26 Glenn Morris <rgm@gnu.org>
704
705 Preload leim-list.el.
706 * Makefile.in (abs_builddir): New, set by configure.
707 (buildlisppath): Add leim/.
708 (epaths-force-w32): Set BLD.
709
7e8ed4f7
PE
7102013-11-21 Paul Eggert <eggert@cs.ucla.edu>
711
712 Fix some dependency problems that cause unnecessary recompiles.
4e8b6938 713 * configure.ac (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS):
7e8ed4f7 714 Remove.
4e8b6938
PE
715 (LIBXMENU): Now is always either empty or a file name,
716 so that it can be used as a dependency.
7e8ed4f7 717
eca4ecba
GM
7182013-11-20 Glenn Morris <rgm@gnu.org>
719
720 * make-dist: Distribute build-aux/msys-to-w32.
721
e976486e
DM
7222013-11-20 Dani Moncayo <dmoncayo@gmail.com>
723
724 * build-aux/msys-to-w32: New file.
725 * Makefile.in (msys_to_w32, msys_lisppath_to_w32): Remove.
726 (msys_w32prefix_subst): Rename from msys_prefix_subst.
727 Operate on w32prefixpattern.
728 (epaths-force-w32): Use build-aux/msys-to-w32.
729
0f679e86
PE
7302013-11-17 Paul Eggert <eggert@cs.ucla.edu>
731
732 * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
733 It apparently doesn't work for GCC 3, and I suppose it's more
734 trouble than it's worth to worry about this.
735
1a191e5c
PE
7362013-11-15 Paul Eggert <eggert@cs.ucla.edu>
737
738 * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
739
2cf00efc
PE
7402013-11-14 Paul Eggert <eggert@cs.ucla.edu>
741
742 Simplify, port and tune bool vector implementation.
743 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T): Remove.
744
946ec224
PE
7452013-11-13 Paul Eggert <eggert@cs.ucla.edu>
746
747 * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
748
632e833f
DM
7492013-11-12 Dani Moncayo <dmoncayo@gmail.com>
750
f4f38fad
DM
751 * configure.ac [MINGW32]: Source nt/mingw-cfg.site.
752 * make-dist: Don't distribute nt/msysconfig.sh.
753
632e833f
DM
754 * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
755
220a304a
PE
7562013-11-08 Paul Eggert <eggert@cs.ucla.edu>
757
758 Merge from gnulib, incorporating:
759 2013-11-08 extern-inline: port better to OS X 10.9
760 2013-11-08 fpending: fix regression on DragonFly BSD
761 * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4:
762 Update from gnulib.
763
aea07e2c
PE
7642013-11-07 Paul Eggert <eggert@cs.ucla.edu>
765
766 Port to C11 aligned_alloc.
767 * configure.ac (GMALLOC_OBJ): Initialize to empty if !system_malloc
768 and doug_lea_malloc.
769 (aligned_alloc): Test for existence if !GMALLOC_OBJ and not darwin.
770 (posix_memalign): Test for existence only if !GMALLOC_OBJ and
771 not darwin and !aligned_alloc.
772
4dde498b
GM
7732013-11-05 Glenn Morris <rgm@gnu.org>
774
c923b188
GM
775 * configure.ac (abs_srcdir) [MINGW32]: No point setting it here,
776 config.status computes it.
777 * Makefile.in (epaths-force-w32): Move srcdir tweak here.
778
8449dd1f 779 * autogen/: Remove directory. Move update_autogen to admin/.
4dde498b
GM
780 * autogen.sh: Remove reference to copy_autogen.
781 * GNUmakefile (configure):
782 * Makefile.in (bootstrap): Do not try to run copy_autogen.
783 * config.bat: Use msdos/autogen rather than autogen.
784
df5b4930
PE
7852013-11-05 Paul Eggert <eggert@cs.ucla.edu>
786
787 Simplify and port recent bool vector changes.
788 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T):
789 New symbols to configure.
790
d0065ff1
EZ
7912013-11-04 Eli Zaretskii <eliz@gnu.org>
792
793 * configure.ac: Don't disallow builds in non-ASCII directories.
794 (Bug#15260)
795
91f2d272
PE
7962013-11-04 Paul Eggert <eggert@cs.ucla.edu>
797
798 Port to stricter C99 platforms.
799 Merge from gnulib, incorporating:
800 2013-11-03 intprops: port to Oracle Studio c99
801 * lib/intprops.h: Update from gnulib.
802
67fb4e6a
GM
8032013-11-02 Glenn Morris <rgm@gnu.org>
804
805 * Makefile.in (check): Depend on all.
806
cb16270e
GM
8072013-10-31 Glenn Morris <rgm@gnu.org>
808
809 * configure.ac: Use [!...] rather than [^...], for ksh. (Bug#15769)
810
55498a0f
GM
8112013-10-30 Glenn Morris <rgm@gnu.org>
812
813 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
814 Also clean admin/unidata, if present.
815
a94fc965
GM
8162013-10-27 Glenn Morris <rgm@gnu.org>
817
818 * configure.ac: It seems installing in non-ASCII is not, in fact, ok.
819
da504eec
GM
8202013-10-25 Glenn Morris <rgm@gnu.org>
821
822 * configure.ac: It seems _installing_ in non-ASCII is ok, not building.
823
eb9a3661
GM
8242013-10-24 Glenn Morris <rgm@gnu.org>
825
357a5081
GM
826 * configure.ac:
827 * Makefile.in (install-arch-indep, install-etcdoc, install-info):
828 Avoid non-portable "`\" nesting.
829
eb9a3661
GM
830 * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
831
832 * Makefile.in (abs_top_srcdir): New, set by configure.
833
b8e3b0a9
GM
8342013-10-23 Glenn Morris <rgm@gnu.org>
835
7b65c8d0
GM
836 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260)
837
48f73cfb
GM
838 Progress towards allowing installation in directories with whitespace.
839 * Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
840 (install-arch-indep, install-etcdoc, install-info, install-man)
a318e28f
GM
841 (install-etc, uninstall, install-nt, uninstall-nt):
842 Quote entities that might contain whitespace.
48f73cfb
GM
843 * build-aux/update-subdirs: Handle whitespace in argument.
844 Check cd return value.
845
b8e3b0a9
GM
846 Make building in directories with whitespace possible. (Bug#15675)
847 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
98434155 848 (src/.gdbinit): Use ac_abs_top_srcdir.
b8e3b0a9 849 * Makefile.in (abs_srcdir): New, set by configure.
4b56b9d7 850 (buildlisppath, epaths-force-w32): Use abs_srcdir.
b8e3b0a9
GM
851 (install-arch-indep, install-etcdoc, install-info, install-man)
852 (install-etc): Quote entities that might contain whitespace.
853
758bed52
PE
8542013-10-23 Paul Eggert <eggert@cs.ucla.edu>
855
856 Merge from gnulib, incorporating:
857 2013-10-14 acl: allow cross-compilation to Gentoo
858 2013-10-18 extern-inline: make safe for -Wundef usage
859 2013-09-30 fpending: use pure+const function attrs
860 * lib/fpending.h, m4/acl.m4, m4/extern-inline.m4: Update from gnulib.
861
9148ee92
GM
8622013-10-13 Glenn Morris <rgm@gnu.org>
863
864 * configure.ac [alpha]: Explicit error in non-ELF case. (Bug#15601)
865
46e5e833
PE
8662013-10-12 Paul Eggert <eggert@cs.ucla.edu>
867
868 Merge from gnulib, incorporating:
869 2013-10-10 strtoumax: port to Solaris 8
870 2013-10-09 strtoimax, strtoumax: port to HP-UX 11.11
871 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
872 * lib/inttypes.in.h, lib/strtoimax.c, m4/inttypes.m4, m4/strtoimax.m4:
873 * m4/strtoumax.m4:
874 Update from gnulib.
875
c5fc0178
SM
8762013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
877
878 * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the empty
879 string when gnutls2 is installed but gnutls3 is not.
880
e1f9f9e3
TZ
8812013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
882
883 * configure.ac: Define HAVE_GNUTLS3 if GnuTLS v3 is found.
884
f3606ef7
BF
8852013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
886
887 * configure.ac: Update for giflib 5. (Bug#15531)
888
4ed77415
EZ
8892013-10-08 Eli Zaretskii <eliz@gnu.org>
890
891 * configure.ac (HAVE_MENUS): Define unconditionally.
892
595e113b
PE
8932013-10-07 Paul Eggert <eggert@cs.ucla.edu>
894
895 Improve support for popcount and counting trailing zeros (Bug#15550).
896 Do this by using the Gnulib modules for this.
897 This should generate faster code on non-GCC, non-MSC platforms,
898 and make the code a bit more portable, at least in theory.
899 * lib/count-one-bits.c, lib/count-one-bits.h:
900 * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
901 * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
902 New files, copied from gnulib.
903 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
904
4eed3157
PE
9052013-10-04 Paul Eggert <eggert@cs.ucla.edu>
906
3e45e702 907 Use hardware support for byteswapping on glibc x86 etc.
4eed3157
PE
908 * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
909 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
910
0a858ebf
PE
9112013-10-03 Paul Eggert <eggert@cs.ucla.edu>
912
913 Merge from gnulib, incorporating:
914 2013-10-02 verify: new macro 'assume'
915 2013-09-26 dup2, dup3: work around another cygwin crasher
916 2013-09-26 getdtablesize: work around cygwin issue
917
959c3d24
PE
9182013-09-25 Paul Eggert <eggert@cs.ucla.edu>
919
920 Merge from gnulib, incorporating:
921 2013-09-24 manywarnings: enable nicer gcc warning messages
922 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
923 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
924 * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
925 and -funit-at-a-time, since manywarnings does that for us now.
926
8762e524
JD
9272013-09-23 Jan Djärv <jan.h.d@swipnet.se>
928
929 * configure.ac: With clang, check for and use -Wno-switch,
930 -Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
931
a84683fd
DC
9322013-09-23 Daniel Colascione <dancol@dancol.org>
933
934 * configure.ac: Check for valgrind headers.
935
3054cd01
XF
9362013-09-20 Xue Fuqiao <xfq.free@gmail.com>
937
938 * INSTALL: New homepage of libtiff.
939
f5f0132b
PE
9402013-09-20 Paul Eggert <eggert@cs.ucla.edu>
941
942 Work around performance bug on OS X 10.8 and earlier.
943 Perhaps Apple will fix this bug some day.
944 See the thread starting with Daniel Colascione's email in:
945 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html
946 * configure.ac (FORTIFY_SOUR): New verbatim section.
947
230fe2a5
PE
9482013-09-19 Paul Eggert <eggert@cs.ucla.edu>
949
950 Merge from gnulib, incorporating:
951 2013-09-19 stdio: OS X port of putc_unlocked + extern inline
952 2013-09-19 signal: OS X port of sigaddset etc. + extern inline
953 2013-09-19 extern-inline: do not always suppress extern inline on OS X
954 2013-09-17 getgroups: statement without effect
955 2013-08-28 headers: check that _GL_INLINE_HEADER_BEGIN is defined
956
be9bc55e
EZ
9572013-09-19 Eli Zaretskii <eliz@gnu.org>
958
959 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
960 is in the full /d/foo/bar form. See the discussion in
961 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html,
962 and in particular
963 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html
964 and its followups, for the details.
965
19452b86
DA
9662013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
967
968 * configure.ac: Do not check for g_type_init because we
969 require glib >= 2.28 for GTK3, glib >= 2.10 for GTK2,
970 glib >= 2.26 for GSettings and glib >= 2.7.0 for GConf, so
971 suitable glib should provide g_type_init unconditionally.
972
3fa2054e
JD
9732013-09-15 Jan Djärv <jan.h.d@swipnet.se>
974
975 * configure.ac: Add check for OSX 10.5, required for macfont.o.
976
8d17ef8d
GM
9772013-09-09 Glenn Morris <rgm@gnu.org>
978
979 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
980 (LDFLAGS): Move nocombreloc option from here...
981 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
8d17ef8d 982
7dc61a66
GM
9832013-09-08 Glenn Morris <rgm@gnu.org>
984
335142f9
GM
985 * configure.ac (--without-compress-install):
986 Rename from --without-compress-info. (Bug#9789)
987 (GZIP_INFO): Remove.
988 (GZIP_PROG): Allow --without-compress-install to disable it.
989 * Makefile.in (GZIP_INFO): Remove all references.
990
7dc61a66
GM
991 * info/dir: Tweak emacs-gnutls entry.
992
4b73fc73
PE
9932013-09-07 Paul Eggert <eggert@cs.ucla.edu>
994
995 Port --without-x --enable-gcc-warnings to Fedora 19.
996 * configure.ac (WERROR_CFLAGS): Omit redundant use of
997 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
998 -Wunused-parameter. If there is no window system, also omit
999 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
1000 is needed for Fedora 19.
1001
257b3b03
DA
10022013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
1003
1004 Make --without-x compatible with --enable-gcc-warnings.
1005 * configure.ac: If both --without-x and --enable-gcc-warnings are
1006 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
1007 and -Wno-unused-but-set-parameter.
1008
224e313d
PE
10092013-09-04 Paul Eggert <eggert@cs.ucla.edu>
1010
1011 Makefile improvements.
1012 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
1013 (src): Remove duplicate dependency on FRC.
1014 Invoke just one submake, not two. Avoid the need for 'pwd'.
1015
de3d0b57
JD
10162013-09-02 Jan Djärv <jan.h.d@swipnet.se>
1017
1018 * configure.ac: Add ns_check_file.
1019
2c347217
GM
10202013-08-31 Glenn Morris <rgm@gnu.org>
1021
1022 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
1023 and voxware to oss.
1024
e0936eed
UM
10252013-08-31 Ulrich Müller <ulm@gentoo.org>
1026
1027 * configure.ac: Allow for --with-sound=voxware that will enable
1028 sound but otherwise disable ALSA. This will use the OSS device,
1029 typically /dev/dsp, for sound output. (Bug#15067)
1030
7605d081
GM
10312013-08-31 Glenn Morris <rgm@gnu.org>
1032
1033 * make-dist: Update for nt/INSTALL* changes.
1034
50b13cde
PE
10352013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1036
1037 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1038 for portability to hosts where /bin/sh has problems.
1039
0acfedd3
SM
10402013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1041
1042 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
1043
43aac990
PE
10442013-08-27 Paul Eggert <eggert@cs.ucla.edu>
1045
1046 Simplify EMACS_TIME-related code.
1047 Merge from gnulib, incorporating:
1048 2013-08-27 timespec: new convenience constants and function
1049
15091df5
DA
10502013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
1051
1052 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1053 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
1054
61ac6b9f
GM
10552013-08-27 Glenn Morris <rgm@gnu.org>
1056
b4f581f0
GM
1057 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
1058
1857cd3f
GM
1059 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1060 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
1061 * Makefile.in (check-info-dir): Ignore efaq-w32.
1062
61ac6b9f
GM
1063 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
1064 (maintainer-clean, check-declare): Remove pointless subshells.
1065 Check cd return value.
1066
12c4970d
PE
10672013-08-26 Paul Eggert <eggert@cs.ucla.edu>
1068
1069 Minor merge from gnulib (mostly just for texinfo.tex).
1070
917c483a
PE
10712013-08-22 Paul Eggert <eggert@cs.ucla.edu>
1072
1073 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
1074 This improves on the patch already installed, by quoting options
1075 that contain spaces and suchlike systematically, so that
1076 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
1077 these characters.
1078
f035e3a9
PE
10792013-08-21 Paul Eggert <eggert@cs.ucla.edu>
1080
1081 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
1082 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
1083 and reports EINVAL, try it again without O_CLOEXEC. This should
1084 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
1085 What were they thinking?
1086
236beba0
PE
10872013-08-20 Paul Eggert <eggert@cs.ucla.edu>
1088
1089 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1090 Fix shell-operator precedence problem in previous change.
1091
f67dce44
GM
10922013-08-20 Glenn Morris <rgm@gnu.org>
1093
1094 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1095 Clean test/automated if present.
1096
51632863
PE
10972013-08-19 Paul Eggert <eggert@cs.ucla.edu>
1098
1099 Merge from gnulib, incorporating:
1100 2013-08-15 warnings: minor optimization
1101 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
1102
0fe73012
KB
11032013-08-15 Ken Brown <kbrown@cornell.edu>
1104
1105 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
1106
4fa44856
GM
11072013-08-15 Glenn Morris <rgm@gnu.org>
1108
1109 * make-dist: Do not distribute etc/refcards TeX intermediate files.
1110 * Makefile.in (install-arch-indep):
1111 Do not install etc/refcards TeX intermediate files.
1112
af79c3cb
UM
11132013-08-14 Ulrich Müller <ulm@gentoo.org>
1114
1115 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
1116
aa942e2b
EZ
11172013-08-12 Eli Zaretskii <eliz@gnu.org>
1118
1119 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
1120
1d238bc7
PE
11212013-08-12 Paul Eggert <eggert@cs.ucla.edu>
1122
1123 Minor zlib configuration tweaks.
1124 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
1125
594a4307
EZ
11262013-08-12 Eli Zaretskii <eliz@gnu.org>
1127
1128 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
1129
eaca0446
PE
11302013-08-12 Paul Eggert <eggert@cs.ucla.edu>
1131
1132 Merge from gnulib, incorporating:
1133 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
1134 2013-08-10 sys_time: port to OpenBSD
1135
8496d8d7
GM
11362013-08-12 Glenn Morris <rgm@gnu.org>
1137
1138 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
1139 with configure's standard --docdir argument. All uses updated.
1140 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
1141 (install-etcdoc): Rename from install-doc. All uses updated.
1142 (uninstall): Run uninstall-doc.
1143 (PSS): Add misc-ps.
1144 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
1145 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
1146 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
1147 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
1148 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
1149 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
1150
8d28d0ac
PE
11512013-08-11 Paul Eggert <eggert@cs.ucla.edu>
1152
1153 Add --with-zlib to 'configure'.
1154 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
1155 can be built without zlib. Don't assume that -lz is needed on
1156 non-PNG hosts. Mention zlib configuration status in 'configure' output.
1157
313546eb
LMI
11582013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1159
1160 * configure.ac: Test for zlib.
1161
d4166523
EZ
11622013-08-10 Eli Zaretskii <eliz@gnu.org>
1163
1164 * configure.ac: Define and substitute UPDATE_MANIFEST.
1165
016d3f7d
SB
11662013-08-04 Stephen Berman <stephen.berman@gmx.net>
1167
1168 * info/dir: Add todo-mode.
1169
e0fdb694
PE
11702013-08-04 Paul Eggert <eggert@cs.ucla.edu>
1171
1172 Fix some minor races in hosts lacking mkostemp (Bug#15015).
1173 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
1174 * configure.ac (mkostemp): Remove check for this function;
1175 gnulib does the check now.
1176 (mkstemp): Remove check for this no-longer-used function.
1177 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
1178 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
1179 New files, copied from Gnulib.
1180 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1181
7bddb120
MA
11822013-07-29 Michael Albinus <michael.albinus@gmx.de>
1183
1184 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add
1185 --without-file-notification to --without-all.
1186
dfc7be39
XF
11872013-07-29 Xue Fuqiao <xfq.free@gmail.com>
1188
1189 * INSTALL: Fix description.
1190
885e792c
GM
11912013-07-27 Glenn Morris <rgm@gnu.org>
1192
1193 * configure.ac: Extend the --with-sound option to allow
1194 specification of OSS or ALSA (see bug#14812#64).
1195
ef75383c
GM
11962013-07-25 Glenn Morris <rgm@gnu.org>
1197
57cff712
GM
1198 * info/dir: Add ido.
1199
ef75383c
GM
1200 * make-dist: Add a --tests option, to include test/.
1201
1813e115
GM
12022013-07-24 Glenn Morris <rgm@gnu.org>
1203
1204 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
1205
60967f56
GM
12062013-07-23 Glenn Morris <rgm@gnu.org>
1207
1208 * configure.ac (etc, lisp): No need to create specially.
1209 Configure already creates lisp, src/Makefile now creates etc.
1210
a29c3e6d
PE
12112013-07-23 Paul Eggert <eggert@cs.ucla.edu>
1212
e3ebe15a 1213 Port to GNU/Linux systems with tinfo but not ncurses.
a29c3e6d
PE
1214 * configure.ac (USE_NCURSES): New symbol.
1215
6496aec9
PE
12162013-07-20 Paul Eggert <eggert@cs.ucla.edu>
1217
1218 Fix array bounds violation when pty allocation fails.
1219 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
1220 not sizeof pty_name, since pty_name is now a pointer to the array.
1221
c04bbd85
PE
12222013-07-13 Paul Eggert <eggert@cs.ucla.edu>
1223
1224 * configure.ac: Simplify --with-file-notification handling.
1225
671d4bfc
GM
12262013-07-12 Glenn Morris <rgm@gnu.org>
1227
1228 * configure.ac: If with-file-notification=yes, if gfile not found,
1229 go on to try inotify (not on MS Windows or Nextstep).
1230
bacba3c2
PE
12312013-07-12 Paul Eggert <eggert@cs.ucla.edu>
1232
1233 Fix races with threads and file descriptors.
1234 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
1235
c6e7fc0e
PE
12362013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1237
1238 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
1239
2aae948d
PR
12402013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
1241
1242 * configure.ac (HAVE_W32): Avoid nested functions (the second
1243 argument of AC_LANG_PROGRAM is already expanded inside a
1244 function). (Bug#14830)
1245
4ebbdd67
PE
12462013-07-09 Paul Eggert <eggert@cs.ucla.edu>
1247
7b154def
PE
1248 Port recent close-on-exec changes to Cygwin (Bug#14821).
1249 * lib/binary-io.c, lib/binary-io.h: New files.
1250 Merge from gnulib, incorporating:
1251 2013-07-09 accept4, dup3, pipe2: port to Cygwin
1252 * lib/pipe2.c: Update from gnulib, as part of this merge.
1253 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1254
4ebbdd67
PE
1255 Handle errno and exit status a bit more carefully.
1256 * lib/ignore-value.h: Remove this gnulib-imported file.
1257 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1258
a04689de 12592013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
e4b1e5af
JD
1260
1261 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
1262
2a74a90a
PE
12632013-07-08 Paul Eggert <eggert@cs.ucla.edu>
1264
1265 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
1266 This incorporates the following merge from gnulib:
1267 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
1268
067428c1
PE
12692013-07-07 Paul Eggert <eggert@cs.ucla.edu>
1270
9caab067
PE
1271 Port to Ubuntu 10 (Bug#14803).
1272 * configure.ac (accept4): New function to check for.
1273
067428c1
PE
1274 Make file descriptors close-on-exec when possible (Bug#14803).
1275 * configure.ac (mkostemp): New function to check for.
1276 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
1277 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
1278 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
1279 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1280
1399490e 12812013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
0946b7ca
CE
1282
1283 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
1284 http://bugs.debian.org/712974
1285
5583dcb6
PE
12862013-07-02 Paul Eggert <eggert@cs.ucla.edu>
1287
57f8c490
PE
1288 Remove some unused macros from 'configure'.
1289 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
1290 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
1291 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
1292 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
1293 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
1294 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
1295 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
1296 Remove these macros, as they are not used.
1297 (sys_siglist): Remove macro; src/sysdep.c now does this.
1298
5583dcb6
PE
1299 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
1300 Also check that it links. Say whether it compiled and linked.
1301
37afa042 13022013-07-01 Paul Eggert <eggert@cs.ucla.edu>
8f5f35cc 1303
aaea7495
PE
1304 Merge from gnulib, incorporating:
1305 2013-06-23 ignore-value: port to gcc -pedantic
1306 2013-06-21 extern-inline: port to gcc -std=c89
1307
37afa042
PE
13082013-06-30 Paul Eggert <eggert@cs.ucla.edu>
1309
8f5f35cc
PE
1310 Do not use GTK 3 if it exists but cannot be compiled.
1311 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
1312 exists but cannot be compiled.
1313
ae7bfbf5
JB
13142013-06-27 Juanma Barranquero <lekktu@gmail.com>
1315
1316 * Makefile.in (install-arch-indep): Do not create directories passed
1317 with --enable-locallisppath.
1318
6e0e82a0 13192013-06-24 Glenn Morris <rgm@gnu.org>
ab6a27d8
GM
1320
1321 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
1322
c9509ef4
JB
13232013-06-22 Juanma Barranquero <lekktu@gmail.com>
1324
1325 * .bzrignore: Add GNU idutils ID database file.
1326
6b4914d2
YM
13272013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1328
1329 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
1330 as a fallback.
1331
aff6371e
SM
13322013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * .bzrignore: Don't unignore cl-loaddefs.el.
1335
c9509ef4 13362013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
89561f72
PE
1337
1338 * configure.ac (log2): Check for this function.
1339
53d829de
JB
13402013-06-19 Juanma Barranquero <lekktu@gmail.com>
1341
1342 * .bzrignore: Add GNU GLOBAL files.
1343
84575e67
PE
13442013-06-17 Paul Eggert <eggert@cs.ucla.edu>
1345
4f405069 1346 Use functions, not macros, for XINT etc. (Bug#11935).
84575e67
PE
1347 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
1348 as it generates bogus warnings about reasonable casts of calls.
1349
2a540847
PE
13502013-06-16 Paul Eggert <eggert@cs.ucla.edu>
1351
1352 * configure.ac: Report ACL usage at the end (Bug#14612).
1353
b0e22831
PE
13542013-06-11 Paul Eggert <eggert@cs.ucla.edu>
1355
1356 --without-all should imply --with-file-notification=no. (Bug#14569)
1357 * configure.ac (with_file_notification): Default to $with_features.
1358
bf77e230
PE
13592013-06-09 Paul Eggert <eggert@cs.ucla.edu>
1360
1361 Merge from gnulib, incorporating:
1362 2013-06-02 sig2str: port to C++
1363 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
1364
b33f93ee
JD
13652013-06-08 Jan Djärv <jan.h.d@swipnet.se>
1366
1367 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
1368 (with_file_notification): Don't set to gfile if with_ns = yes.
1369
6c0a9ed1
RC
13702013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
1371
1372 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
e7b41c4c
JB
1373 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
1374 New variables.
d6f00819 1375 (epaths-force-w32): Use them. (Bug#14513)
6c0a9ed1 1376
b9110c6b
MA
13772013-06-03 Michael Albinus <michael.albinus@gmx.de>
1378
1379 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
1380
7f203aa1
EZ
13812013-06-03 Eli Zaretskii <eliz@gnu.org>
1382
1383 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
1384 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
1385
55a87246
JD
13862013-06-03 Jan Djärv <jan.h.d@swipnet.se>
1387
1388 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
1389 used. Remove xgselect.o from XOBJ.
1390
c9628c79
MA
13912013-06-03 Michael Albinus <michael.albinus@gmx.de>
1392
1393 * configure.ac (file-notification): New option, replaces inotify option.
1394 (HAVE_W32): Remove w32notify.o.
e7b41c4c 1395 (with_file_notification): Add checks for glib and w32. Adapt check
c9628c79
MA
1396 for inotify.
1397 (Summary): Add entry for file notification.
1398
1399 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
1400 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
1401
2044e704
JB
14022013-06-02 Juanma Barranquero <lekktu@gmail.com>
1403
1404 * .bzrignore: Ignore dirs libexec/, share/ and var/.
1405
9dbd3bb1
XF
14062013-05-29 Xue Fuqiao <xfq.free@gmail.com>
1407
1408 * INSTALL: Fix description.
1409
2d8ac645
YM
14102013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1411
1412 * configure.ac (HAVE_XRANDR): Check availability of
1413 XRRGetScreenResources rather than that of XRRQueryExtension.
1414
6b56a60a
EZ
14152013-05-18 Eli Zaretskii <eliz@gnu.org>
1416
1417 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
1418 nt/epaths.nt, and nt/INSTALL.MSYS.
1419
bfbe2627
PE
14202013-05-18 Paul Eggert <eggert@cs.ucla.edu>
1421
31ff141c
PE
1422 Port --enable-gcc-warnings to clang.
1423 * configure.ac (nw): Remove obsolescent warnings.
1424 These aren't needed for clang, or for gcc for that matter.
1425 (emacs_cv_clang): New var, which tests for clang.
1426 Omit warnings that clang is too picky about.
1427 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
1428 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
1429
bfbe2627
PE
1430 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
1431 Otherwise, 'configure; make' fails on non-Windows builds.
1432
df065a0b
EZ
14332013-05-16 Eli Zaretskii <eliz@gnu.org>
1434
1435 * lib/Makefile.am: If building for MS-Windows, include
1436 nt/gnulib.mk instead of lib/gnulib.mk.
1437
1438 * configure.ac: Adapt to MSYS build on MS-Windows.
1439
1440 * Makefile.in (NTDIR): New variable, for the MSYS build on
1441 MS-Windows.
1442 (SUBDIR): Add $(NTDIR).
1443 (.PHONY): Add epaths-force-w32.
1444 (msys_to_w32): New variable.
1445 (epaths-force-w32, install-nt, uninstall-nt): New targets.
1446 (lib-src src): Add $(NTLIB) to prerequisites.
1447 (lib lib-src lisp leim nt): Add 'nt'.
1448 (config.status): Use $(CFG).
1449 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
1450 (install, install-arch-dep): Add install-$(NTDIR).
1451 (uninstall): Depend on uninstall-$(NTDIR).
1452 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
1453
1454 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
1455 CONFIG_SITE for the MSYS build on MS-Windows.
1456 (Makefile): Use $(CFG).
1457
1458 * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
1459 src/emacs.res.
1460
cdd0de4b
PE
14612013-05-16 Paul Eggert <eggert@cs.ucla.edu>
1462
1463 Merge from gnulib, incorporating:
1464 2013-05-15 manywarnings: update for GCC 4.8.0
1465 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
1466 2013-05-15 sig2str, stdio, warnings: port to clang
1467
6e911150
SM
14682013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1469
1470 * Makefile.in (install-doc): DOC file is not version specific any more.
1471 * .bzrignore: Don't ignore DOC-* any more.
1472
522fe43b
PE
14732013-05-13 Paul Eggert <eggert@cs.ucla.edu>
1474
bb8eb357 1475 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
522fe43b
PE
1476 Reported privately by Han Boetes <han@boetes.org>.
1477
86cec478
JB
14782013-05-08 Juanma Barranquero <lekktu@gmail.com>
1479
1480 * lib/makefile.w32-in (ACL_H): New macro.
1481 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
1482
ffdc270a
PE
14832013-05-07 Paul Eggert <eggert@cs.ucla.edu>
1484
e7b41c4c 1485 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
ffdc270a
PE
1486 * configure.ac: Remove -with-acl option, since Gnulib does that for
1487 us now.
1488 (LIBACL_LIBS): Remove; no longer needed.
1489 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
1490 for the benefit of the new ACL implementation.
1491 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
1492 ($(BLD)/acl-errno-valid.$(O)): New rule.
1493 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
1494 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
1495 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
1496 New files, taken from gnulib.
1497 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1498
4e3f9230
YM
14992013-05-07 Jan Djärv <jan.h.d@swipnet.se>
1500
1501 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
1502 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
1503
7a6018ad
PE
15042013-05-06 Paul Eggert <eggert@cs.ucla.edu>
1505
1506 Merge from gnulib, incorporating:
1507 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
1508
0922c475
PE
15092013-05-01 Paul Eggert <eggert@cs.ucla.edu>
1510
1511 * make-dist: Keep necessary restrictions on file access.
1512
d9774ea4
PE
15132013-04-29 Paul Eggert <eggert@cs.ucla.edu>
1514
1515 Merge from gnulib, incorporating:
1516 2013-04-28 extern-inline: work around bug in Sun c99
1517
d7ed9b36
PE
15182013-04-27 Paul Eggert <eggert@cs.ucla.edu>
1519
1520 Merge from gnulib, incorporating:
1521 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
1522
f780d632
PE
15232013-04-26 Paul Eggert <eggert@cs.ucla.edu>
1524
1525 Port better to AIX (Bug#14258).
1526 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
1527 we did not already infer an optimization option, and -O works.
1528 AIX xlc needs -O, otherwise garbage collection doesn't work.
1529
c6cb2f53
PE
15302013-04-22 Paul Eggert <eggert@cs.ucla.edu>
1531
1e8589d3
PE
1532 * make-dist: Do not distribute admin/unidata/Makefile.
1533 It is generated by 'configure'.
1534
c6cb2f53
PE
1535 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
1536 It messes up 'make distclean', and contains no useful information
1537 because it's a copy of subdirs.el.
1538
7e00831f
JM
15392013-04-18 John Marino <gnugcc@marino.st> (tiny change)
1540
1541 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
1542
4f8902cd
GM
15432013-04-18 Glenn Morris <rgm@gnu.org>
1544
1545 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
1546 (LN_S_FILEONLY): New output variable.
1547 * Makefile.in (LN_S): Remove.
1548 (LN_S_FILEONLY): New, set by configure.
1549 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
1550
e8bdb06e
KB
15512013-04-12 Ken Brown <kbrown@cornell.edu>
1552
1553 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
1554 `canonical' is `x86_64-unknown-cygwin'.
1555
ba3b2d88
KB
15562013-04-09 Ken Brown <kbrown@cornell.edu>
1557
1558 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
1559 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
1560 (Bug#12993)
1561
876da980
PE
15622013-04-07 Paul Eggert <eggert@cs.ucla.edu>
1563
1564 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
1565 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
1566 and if not on GNU/Linux or FreeBSD.
1567 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
1568 lib/*.o is profiled too.
1569
119b2d43
PE
15702013-03-30 Paul Eggert <eggert@cs.ucla.edu>
1571
1572 Merge from gnulib, incorporating:
1573 2013-03-29 stdalign: port to stricter ISO C11
1574 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
1575 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
1576
afeee3e5
PE
15772013-03-27 Paul Eggert <eggert@cs.ucla.edu>
1578
1579 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
1580 Subsumed by HAVE_XKB. All uses changed.
1581
a4cedbf7
JD
15822013-03-25 Jan Djärv <jan.h.d@swipnet.se>
1583
1584 * configure.ac (HAVE_XKB): Define if Xkb is present.
1585
f8ce376e
PE
15862013-03-24 Paul Eggert <eggert@cs.ucla.edu>
1587
1588 Merge from gnulib, incorporating:
1589 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
1590
982efbcd
PE
15912013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1592
4c9a1377
PE
1593 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
1594 * Makefile.in (QUIET_SUBMAKE): New macro.
1595 (install-info, uninstall): Use it.
1596
19151a7f
PE
1597 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
1598 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
1599 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
1600 no way to do this in pkg-config, so make do with a reasonable
1601 approximation.
1602
982efbcd
PE
1603 Automate the build of ja-dic.el (Bug#13984).
1604 * .bzrignore: Add leim/ja-dic/.
1605
5615c9a9
PE
16062013-03-13 Paul Eggert <eggert@cs.ucla.edu>
1607
47d7532e
PE
1608 File synchronization fixes (Bug#13944).
1609 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
1610 (fsync): Remove check; now done by gnulib.
1611 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
1612 New files, from gnulib.
1613 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1614
5615c9a9 1615 Merge from gnulib, incorporating:
2c3f72f4 1616 2013-03-13 putenv: port to Solaris 10
5615c9a9
PE
1617 2013-03-12 mktime: fix configure typo
1618 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
1619 2013-03-11 putenv: avoid compilation warning on mingw
1620 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
1621
47d038b3
GM
16222013-03-11 Glenn Morris <rgm@gnu.org>
1623
1624 * Merge in all changes up to version 24.3 release.
1625
0bafabe7 16262013-03-06 Paul Eggert <eggert@cs.ucla.edu>
3b108d19
PE
1627
1628 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
1629 It can mess up 'configure' runs.
1630
b3cdfd9e
GM
16312013-03-05 Glenn Morris <rgm@gnu.org>
1632
1633 * Makefile.in (install-man): Ignore gzip exit status.
1634
4aff132c
GM
16352013-03-03 Glenn Morris <rgm@gnu.org>
1636
1637 * make-dist: Remove lzma (it's replaced by xz).
1638
89bd9d36
PE
16392013-03-01 Paul Eggert <eggert@cs.ucla.edu>
1640
1641 Merge from gnulib, incorporating:
1642 2013-02-21 putenv: port better to native Windows
1643 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
1644 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
1645
0e946786
KB
16462013-02-28 Ken Brown <kbrown@cornell.edu>
1647
1648 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
1649
1ddc2bd6
PE
16502013-02-25 Paul Eggert <eggert@cs.ucla.edu>
1651
1652 Simplify data_start configuration (Bug#13783).
1653 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
1654 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
1655 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
1656 not always needed.
1657 (HAVE_DATA_START): New macro.
1658
b59a2e9e
PE
16592013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1660
1661 Parallelize documentation builds.
1662 This speeds up building of documentation on multiprocessor
1663 platforms, and is motivated by Texinfo 5.0, which is much slower.
1664 Add a toplevel rule 'make docs' to make all the documentation.
1665 * .bzrignore: Add .dvi, .html, .ps.
1666 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
1667 ($(DOCS), docs, vi, html, pdf, ps): New rules.
1668 (info-real): Depend on $(INFOS) rather than doing it sequentially.
1669 (dvi): Depend on $(DVIS) rather than doing it sequentially.
1670
648e5523 16712013-02-15 Paul Eggert <eggert@cs.ucla.edu>
35b3a27e
PE
1672
1673 Fix AIX port (Bug#13650).
1674 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
35b3a27e 1675
8c0905ac
EZ
16762013-02-12 Eli Zaretskii <eliz@gnu.org>
1677
1678 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
1679 ($(BLD)/memrchr.$(O)): New dependency.
1680
71d4202f
PE
16812013-02-11 Paul Eggert <eggert@cs.ucla.edu>
1682
a84b7c53
PE
1683 Tune by using memchr and memrchr.
1684 * .bzrignore: Add string.h.
1685 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1686 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
1687 New files, from gnulib.
1688
71d4202f
PE
1689 Merge from gnulib, incorporating:
1690 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
1691 2013-02-09 secure_getenv: fix C++ declaration typo
1692
55fe8e64
GM
16932013-02-11 Glenn Morris <rgm@gnu.org>
1694
1695 * configure.ac (emacs_config_options): Record some env vars.
1696
8b0590de
GM
16972013-02-10 Glenn Morris <rgm@gnu.org>
1698
1699 * configure.ac (emacs_config_options): Strip out the (internal)
1700 arguments --no-create and --no-recursion.
1701
8376d87e
PE
17022013-02-08 Paul Eggert <eggert@cs.ucla.edu>
1703
1704 Merge from gnulib, incorporating:
1705 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
1706 The MS-Windows port can remove careadlinkatcwd at its convenience.
1707 2013-02-08 extensions: port better to HP-UX
1708 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
1709 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
1710 2013-02-04 secure_getenv: new module [module not used by Emacs]
1711 2013-01-30 sys_time: port to Solaris 2.6
1712
8654f9d7
PE
17132013-02-01 Paul Eggert <eggert@cs.ucla.edu>
1714
1715 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
1716 On my host, this speeds up directory-files-and-attributes by a
1717 factor of 3, when applied to Emacs's src directory.
1718 These functions are standardized by POSIX and are common these
1719 days; fall back on a (slower) gnulib implementation if the host
1720 is too old to supply them.
1721 * .bzrignore: Add lib/dirent.h.
1722 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
1723 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
1724 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
1725 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1726 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
1727 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
1728 * m4/fstatat.m4: New files, from gnulib.
1729 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
1730 These last three are specific to Emacs and are not copied from gnulib.
1731 They are simpler than the gnulib versions and are tuned for Emacs.
1732
0eb61895
GM
17332013-02-01 Glenn Morris <rgm@gnu.org>
1734
1735 * make-dist: Only README files exist in lisp/ now, not README*.
1736
e02703bd
GK
17372013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
1738
4f405069 1739 * .bzrignore: Add lib-src/blessmail.
e02703bd 1740
ea78b882
PE
17412013-01-23 Paul Eggert <eggert@cs.ucla.edu>
1742
1743 Merge from gnulib, incorporating:
1744 2013-01-16 unistd: port to recent mingw
1745
795e7a5b 17462013-01-19 Glenn Morris <rgm@gnu.org>
94898d72
GM
1747
1748 * Makefile.in (install-arch-indep): Put back a chmod that was
1749 removed 2012-05-19. (Bug#13430)
1750
ffe04adc
PE
17512013-01-16 Paul Eggert <eggert@cs.ucla.edu>
1752
1753 Merge from gnulib, incorporating:
1754 2013-01-16 largefile: port better to Mac OS X 10.5
1755 2013-01-15 stdint: fix build with Android's Bionic fox x86
1756
c4e2ba0a
PE
17572013-01-16 Paul Eggert <eggert@cs.ucla.edu>
1758
1759 * configure.ac: Document that --enable-gcc-warnings emits errors.
1760 (Bug#13448)
1761
c0511b57 17622013-01-13 Glenn Morris <rgm@gnu.org>
39aff4a7
GM
1763
1764 * make-dist: Add options for xz compression and no compression.
1765
444b01bb
PE
17662013-01-12 Paul Eggert <eggert@cs.ucla.edu>
1767
1768 Enable conservative stack scanning for all architectures.
1769 Suggested by Stefan Monnier in
1770 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
1771 * configure.ac (GC_MARK_STACK): Remove.
1772
002b8433
PE
17732013-01-11 Paul Eggert <eggert@cs.ucla.edu>
1774
1775 * lib/getopt_.h: Remove trailing CRs that crept in.
1776
b76381c6
EZ
17772013-01-11 Eli Zaretskii <eliz@gnu.org>
1778
1779 * lib/getopt_.h: Regenerate.
1780
6466e676
PE
17812013-01-10 Paul Eggert <eggert@cs.ucla.edu>
1782
1783 Merge from gnulib, incorporating:
1784 2013-01-09 stdlib: port to Solaris 2.6
1785
92d59611
GM
17862013-01-04 Glenn Morris <rgm@gnu.org>
1787
1788 * info/dir: Add htmlfontify.
1789
ee0d3938
PE
17902013-01-04 Paul Eggert <eggert@cs.ucla.edu>
1791
1792 Merge from gnulib, incorporating:
1793 2013-01-04 stdio: remove now-unnecessary stdio.c
1794 2013-01-04 fprintftime: depend on stdio, not ignore-value
1795 2013-01-04 fwrite: silence __wur only for older glibc versions
1796 2013-01-04 fwrite: silence __wur without using inline
1797 * lib/stdio.c: Remove.
1798 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
1799 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1800
9ff99d22
PE
18012013-01-02 Paul Eggert <eggert@cs.ucla.edu>
1802
1803 Merge from gnulib, incorporating copyright-date changes and:
1804 2012-12-31 dup2: work around cygwin bug
1805
5a1d858b
JD
18062012-12-30 Jan Djärv <jan.h.d@swipnet.se>
1807
1808 * configure.ac: Check for GtkHandlebox.
8b745d92 1809 Check for GtkTearoffMenuItem.
7ec363cf
JD
1810 New enable: --enable-gtk-deprecation-warnings, default off.
1811 (HAVE_GTK3): If above enable is off, add
1812 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
5a1d858b 1813
d5e5e7b4 18142012-12-30 Andreas Schwab <schwab@linux-m68k.org>
2550c6e4
AS
1815
1816 * configure.ac (TEMACS_LDFLAGS2): Don't define.
1817 (LIBS_GNUSTEP): Set for GNUstep and substitute.
1818 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
1819
60f5e585
GM
18202012-12-27 Glenn Morris <rgm@gnu.org>
1821
1822 * configure.ac (emacs_config_options): New.
1823 Use $@ rather than undocumented $ac_configure_args.
1824 Replace any embedded double quotes. (Bug#13274)
1825
82e2a1f0 18262012-12-27 Andreas Schwab <schwab@linux-m68k.org>
02e7729e
AS
1827
1828 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
1829 (Bug#13222)
1830
a8e1690b
PE
18312012-12-26 Paul Eggert <eggert@cs.ucla.edu>
1832
1833 Revert static checking of stack smashing.
1834 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
1835 configured with --enable-gcc-warnings. -Wstack-protector causes
1836 diagnostics to be issued on Ubuntu 12.10 x86-64.
1837
219023c4
PE
18382012-12-24 Paul Eggert <eggert@cs.ucla.edu>
1839
1840 Merge from gnulib, incorporating:
1841 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
1842 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
1843 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
1844
a4b0cca1 18452012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
01824657
AM
1846
1847 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
1848
7c3d167f
RF
18492012-12-16 Romain Francoise <romain@orebokech.com>
1850
1851 * configure.ac (acl): New option.
1852 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
1853 provided by libacl on GNU/Linux.
1854
97976f9f
PE
18552012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1856
e7b41c4c 1857 Fix permissions bugs with setgid directories etc. (Bug#13125)
97976f9f
PE
1858 * configure.ac (BSD4_2): Remove; no longer needed.
1859
98c94021
GM
18602012-12-13 Glenn Morris <rgm@gnu.org>
1861
727f9739 1862 * info/dir: Add bovine, srecode, wisent.
98c94021 1863
727f9739 18642012-12-13 Andreas Schwab <schwab@suse.de>
0f59daaf
AS
1865
1866 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
727f9739 1867 (uninstall): Likewise. (Bug#13143)
0f59daaf 1868
904dd565
PE
18692012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1870
1871 Merge from gnulib for 'inline' (Bug#13040), incorporating:
1872 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
1873 * m4/extern-inline.m4: Update from gnulib.
1874
0eeb69fe
JB
18752012-12-11 Juanma Barranquero <lekktu@gmail.com>
1876
1877 * lib/makefile.w32-in (SIG2STR_H): New macro.
1878 ($(BLD)/sig2str.$(O)): Update dependencies.
1879
7e77303e
PE
18802012-12-10 Paul Eggert <eggert@cs.ucla.edu>
1881
1882 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
1883 There's no need to test for any of three inotify functions,
1884 since we use all three. Check for just the first one.
1885
1cf1bbd5
DC
18862012-12-10 Daniel Colascione <dancol@dancol.org>
1887
4f405069 1888 * .bzrignore: Add src/emacs.res.
9ca3e73a 1889
1cf1bbd5
DC
1890 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
1891 build how to compile Windows resource files; use these variables
1892 to tell src/Makefile.in how and whether to compile resources.
1893
81606b10
RS
18942012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1895
1896 * configure.ac (inotify): New option.
1897 (HAVE_INOTIFY): Test for inotify.
1898
75d7aa24
AS
18992012-12-09 Andreas Schwab <schwab@linux-m68k.org>
1900
1901 * configure.ac: Fix source command in .gdbinit.
1902 Don't quote $MAKEINFO.
1903
3cc53d60
PE
19042012-12-09 Paul Eggert <eggert@cs.ucla.edu>
1905
1906 Allow spaces in some configuration vars (Bug#13078).
1907 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
1908 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
1909 All uses quoted, to allow spaces in these vars.
1910
5745a7df
PE
19112012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1912
1913 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
1914 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
1915 New files, copied automatically from gnulib.
1916 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1917
63999a7d
EZ
19182012-12-08 Eli Zaretskii <eliz@gnu.org>
1919
1920 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
1921 Remove a stray character at the beginning of the file.
1922 (Bug#13026)
1923
d983a10b
PE
19242012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1925
7be78020
PE
1926 Simplify get_lim_data.
1927 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
1928
d983a10b
PE
1929 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
1930 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
1931 Use SIGCHLD rather than SIGCLD.
1932 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
1933 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1934 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
1935
d8ad4d3f 19362012-12-06 Glenn Morris <rgm@gnu.org>
de0e31ed
GM
1937
1938 * configure.ac: Handle info/ files with or without ".info" extension.
1939
f64898ab
PE
19402012-11-30 Paul Eggert <eggert@cs.ucla.edu>
1941
1942 Merge from gnulib for 'inline' (Bug#13040), incorporating:
1943 2012-11-29 snippet/warn-on-use: no 'static inline'
1944 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
1945 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
1946 2012-11-29 fflush, stat: no 'static inline'
1947 2012-11-29 stdio: better 'inline'
1948 2012-11-29 sys_stat: no 'static inline'
1949 2012-11-29 unistd: better 'inline'
1950 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
1951 2012-11-29 extern-inline: no 'static inline'
1952 2012-11-29 sys_socket: better 'inline'
1953 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
1954 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
1955 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
1956 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
1957 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
1958 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
1959 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
1960 Update from gnulib.
1961
5c9cf0a3 19622012-11-27 Eli Zaretskii <eliz@gnu.org>
50a60e02 1963
5c9cf0a3
GM
1964 * make-dist (nt): Adjust to changes in names of the *.manifest files.
1965
bcd77a2b
KB
19662012-11-24 Ken Brown <kbrown@cornell.edu>
1967
1968 * configure.ac (HAVE_MOUSE): Remove.
1969
95ef7787
PE
19702012-11-23 Paul Eggert <eggert@cs.ucla.edu>
1971
1972 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
1973 * configure.ac: Do not check for dirent.h or closdir.
1974
9239d970
PE
19752012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1976
1977 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
1978 * configure.ac: Do not check for getcwd or getwd.
1979
1b3b7caa
GM
19802012-11-21 Glenn Morris <rgm@gnu.org>
1981
1982 * configure.ac (--enable-profiling): Doc fix.
1983
d7fcbbfe 19842012-11-20 Paul Eggert <eggert@cs.ucla.edu>
8ea5c4de
PE
1985
1986 Improve static checking of integer overflow and stack smashing.
d7fcbbfe
PE
1987 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
1988 if using GCC 4.7.2 or later on a platform with
8ea5c4de
PE
1989 at least 64-bit long int. This improves static checking on these
1990 platforms, when configured with --enable-gcc-warnings.
1991
49cdacda
PE
19922012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1993
1994 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
1995 * configure.ac: Do not check for fcntl.h.
1996 * lib/gnulib.mk: Regenerate.
1997
3d082a26
PE
19982012-11-16 Paul Eggert <eggert@cs.ucla.edu>
1999
2000 Remove no-longer-used pty_max_bytes variable.
2001 * configure.ac (fpathconf): Remove unnecessary check.
2002
73dcdb9f
PE
20032012-11-14 Paul Eggert <eggert@cs.ucla.edu>
2004
2005 Use faccessat, not access, when checking file permissions (Bug#12632).
2006 * .bzrignore: Add lib/fcntl.h.
2007 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
2008 (gl_FCNTL_O_FLAGS): Define a dummy version.
2009 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
2010 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
2011 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
2012 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
2013 New files, from gnulib.
2014 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2015
8148369c
PE
20162012-11-05 Paul Eggert <eggert@cs.ucla.edu>
2017
dd0333b6
PE
2018 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
2019 * configure.ac (setpgid, setsid): Assume their existence.
2020 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
2021
8148369c
PE
2022 Simplify by assuming __fpending.
2023 Now that Emacs is using the gnulib fpending module,
2024 there's no need for Emacs to have a separate implementation.
2025 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
2026 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
2027
b3cf17f6
EZ
20282012-11-03 Eli Zaretskii <eliz@gnu.org>
2029
3a7089c1
EZ
2030 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
2031 $(BLD)/close-stream.$(O).
35e951cd 2032 ($(BLD)/close-stream.$(O))
3a7089c1
EZ
2033 ($(BLD)/fpending.$(O)): New dependencies.
2034
7ccfb720
PE
20352012-11-03 Paul Eggert <eggert@cs.ucla.edu>
2036
2037 Fix data-loss with --batch (Bug#9574).
2038 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
2039 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
2040 New files, from gnulib.
2041 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2042
3478f4b5
EZ
20432012-11-03 Eli Zaretskii <eliz@gnu.org>
2044
2045 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
2046
d036bcdf
GM
20472012-11-02 Glenn Morris <rgm@gnu.org>
2048
2049 * Makefile.in (EMACS_ICON): New variable.
2050 (install-etc): Use EMACS_ICON to allow choice of icon.
2051
25ca4587
GM
20522012-10-26 Glenn Morris <rgm@gnu.org>
2053
59696ae0
GM
2054 * Makefile.in (EMACS_NAME): New variable.
2055 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
2056
eeced60b
GM
2057 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
2058 applied to $EXEEXT.
2059
25ca4587
GM
2060 * Makefile.in (uninstall): Don't abort if some directories are missing.
2061 Apply transformation rules to manual pages, desktop and icon files.
2062 No more emacs22 icons to uninstall.
2063
a6c2cc07
GM
20642012-10-24 Glenn Morris <rgm@gnu.org>
2065
8bfcb8a6
GM
2066 * Makefile.in (install-etc, install-man):
2067 Don't apply program transform to standard file suffixes.
a6c2cc07 2068
7f8de58c
PE
20692012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2070
2071 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
2072 This ports to Gentoo. Problem originally reported against coreutils,
2073 but Emacs has it too.
2074
ed68379e
GM
20752012-10-23 Glenn Morris <rgm@gnu.org>
2076
2077 * Makefile.in (emacs_transform): Remove.
2078 (install-man): Revert 2012-10-21 change. (Bug#12713)
2079
8dc2a723
GM
20802012-10-21 Glenn Morris <rgm@gnu.org>
2081
ad483434
GM
2082 * Makefile.in (install-etc): Don't install emacs22 icons.
2083
8dc2a723
GM
2084 * Makefile.in (emacs_transform): New variable.
2085 (install-etc): Prefer a make variable to a shell variable.
2086
90eacf99
SM
20872012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
2090
1a9c6830
GM
20912012-10-15 Glenn Morris <rgm@gnu.org>
2092
2093 * Makefile.in (install-man, install-etc):
2094 Apply $TRANSFORM. (Bug#12536#34)
2095 (clean): Delete etc/emacs.tmpdesktop.
2096
cde44a77
KH
20972012-10-11 Kenichi Handa <handa@gnu.org>
2098
2099 * .bzrignore: Add several files under admin/charsets.
2100
e08348a0
DC
21012012-10-08 Daniel Colascione <dancol@dancol.org>
2102
90eacf99
SM
2103 * configure.ac: Add --with-w32 as a window system option.
2104 Limit it to Cygwin for now. Integrate w32 into the refactored window
e08348a0
DC
2105 system configuration and set TERM_HEADER to w32term.h when w32 is
2106 configured.
2107
2108 (CYGWIN_OBJ): Add cygw32.o.
2109
335f5ae4
JD
21102012-10-07 Jan Djärv <jan.h.d@swipnet.se>
2111
2112 * configure.ac: Check that OSX is 10.4 or newer.
2113
c622b48f
PE
21142012-10-07 Paul Eggert <eggert@cs.ucla.edu>
2115
2116 Improve sys_siglist detection.
2117 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
2118 Otherwise, it's not found in either Fedora 17 or Solaris 11.
2119
2b794d69
PE
21202012-10-04 Paul Eggert <eggert@cs.ucla.edu>
2121
bb1dfdad
PE
2122 Merge from gnulib, incorporating:
2123 2012-10-02 pselect: reject invalid file descriptors
2124 2012-10-02 ptsname: reject invalid file descriptors
2125 2012-10-02 manywarnings: cater to more gcc infelicities
2126 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
2127 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
2128 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
2129 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2130
65788e2e
PE
21312012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2132
2133 Merge from gnulib, incorporating:
2134 2012-09-28 extern-inline: provide a -Wundef safe config.h
2135
a615a3ae
PE
21362012-09-27 Paul Eggert <eggert@cs.ucla.edu>
2137
2138 Check more robustly for timer_settime.
2139 This should fix an OS X build problem reported by Ivan Andrus in
2140 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
2141 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
2142 does threads its own way.
89d17fd0 2143 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
a615a3ae 2144
c462dda8
PE
21452012-09-23 Paul Eggert <eggert@cs.ucla.edu>
2146
2147 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
2148 to avoid problems with recursion when using GNU make.
2149
e41c05e5
PE
21502012-09-22 Paul Eggert <eggert@cs.ucla.edu>
2151
bbe099e7
PE
2152 * Makefile.in (bootstrap): Simplify build procedure.
2153 Suggested by Wolfgang Jenker in
2154 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
2155
e41c05e5
PE
2156 Merge from gnulib, incorporating:
2157 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
2158
5fb91e71
JD
21592012-09-18 Jan Djärv <jan.h.d@swipnet.se>
2160
2161 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
2162
d3612ac3
AS
21632012-09-17 Andreas Schwab <schwab@linux-m68k.org>
2164
2165 * Makefile.in (bootstrap): Revert last change. Run config.status
2166 after config.status --recheck, run configure from $(srcdir).
2167 (config.status): Run configure from $(srcdir).
2168
eeceac93
PE
21692012-09-17 Paul Eggert <eggert@cs.ucla.edu>
2170
50bfc824
PE
2171 * Makefile.in: Fix build error on FreeBSD.
2172 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
2173 Suggested by Wolfgang Jenker in
2174 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
2175 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
2176 This undoes part of the 2012-09-10 patch.
2177 (bootstrap): Run ./configure, rather than trying to run config.status
2178 if it exists. That builds src/epaths.h more reliably.
dee26dfa
PE
2179 Run autogen/copy_autogen if autogen.sh fails,
2180 to create 'configure'; problem reported by Andreas Schwab in
2181 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
2182 * autogen.sh: Exit with status 1 when failing due to missing tools,
2183 reverting the 2012-09-10 change to this file.
2184 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
2185 Use 'cp -f' for the build-aux files, since the destinations are
2186 typically read-only.
50bfc824 2187
eeceac93
PE
2188 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
2189 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
2190 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
2191
78f83752
GM
21922012-09-17 Glenn Morris <rgm@gnu.org>
2193
2194 * configure.ac (copyright): New output variable.
2195 (COPYRIGHT): New AC_DEFINE.
2196
0caaedb1
PE
21972012-09-16 Paul Eggert <eggert@cs.ucla.edu>
2198
2199 Remove configure's --without-sync-input option (Bug#12450).
2200 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
2201
83da1b55
GM
22022012-09-16 Glenn Morris <rgm@gnu.org>
2203
2204 Increase compartmentalization of Nextstep builds rules,
2205 and store Emacs version number in fewer versioned files.
2206 * configure.ac (ns_appsrc): Use relative names.
2207 (ns_frag): Remove.
2208 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
2209 (nextstep/Makefile): Generate these nextstep files.
2210 (SUBDIR_MAKEFILES): Add nextstep.
2211 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
2212 * make-dist (nextstep/templates): Add directory.
2213 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
2214 (nextstep/Cocoa/Emacs.base/Contents)
92f7c6f1 2215 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
83da1b55 2216
0328b6de
PE
22172012-09-15 Paul Eggert <eggert@cs.ucla.edu>
2218
2219 Port better to POSIX hosts lacking _setjmp (Bug#12446).
2220 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
2221 (_setjmp, _longjmp): Remove.
2222
e3141fcf
PE
22232012-09-14 Paul Eggert <eggert@cs.ucla.edu>
2224
2af03429
PE
2225 * configure.ac (--without-sync-input): Fix typo in usage message.
2226
e3141fcf
PE
2227 * configure.ac: Port to hosts lacking gtk.
2228 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
2229 better, in particular, problems in invoking pkg-config itself.
2230 This is useful on hosts that don't have pkg-config.
2231 (GTK_MODULES): Do not exit 'configure' simply because gtk3
2232 and gtk2 are both missing. Problem found on Solaris 8.
2233
2c484e75
JD
22342012-09-13 Jan Djärv <jan.h.d@swipnet.se>
2235
2236 * configure.ac: Reorder Xaw3d messages.
4d0b77fc 2237 Report Gtk+ 3 as GTK.
2c484e75 2238
4a4bbad2
PE
22392012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2240
2241 Simplify SIGIO usage (Bug#12408).
2242 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
2243 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
2244 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
2245 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
2246 to #undef SIGIO now (which was error-prone). Likewise, all uses
2247 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
2248
d673aedc
JD
22492012-09-12 Jan Djärv <jan.h.d@swipnet.se>
2250
2251 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
2252 and then gtk2 if not found.
2253 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
2254 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
2255 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
2256
9d9edd4b
GM
22572012-09-11 Glenn Morris <rgm@gnu.org>
2258
2259 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
2260 Be more explicit about dependencies, for parallel `make install'.
2261
c990426a
PE
22622012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2263
2264 Simplify, document, and port floating-point (Bug#12381).
2265 * configure.ac (logb, cbrt): Do not check for these functions,
2266 as they are not being used.
2267
b8b0239f
PE
22682012-09-10 Paul Eggert <eggert@cs.ucla.edu>
2269
2270 Improve robustness of 'make bootstrap' (Bug#12376).
2271 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
2272 * INSTALL, README: Document autogen.sh.
2273 * Makefile.in (Makefile): Mark it as precious, since it's updated
2274 atomically.
2275 (MAKE_CONFIG_STATUS): New macro.
2276 (config.status, bootstrap): Use it. This causes 'make bootstrap'
2277 to run config.status with the --recheck option, which is more
2278 appropriate for a bootstrap.
2279 (bootstrap): Run autogen.sh right after cleaning. Don't worry
2280 about failures due to missing tools.
2281 * autogen.sh: Exit with status 101 when failing due to missing tools.
2282 * make-dist: Distribute autogen.sh.
2283
f6196b87
PE
22842012-09-09 Paul Eggert <eggert@cs.ucla.edu>
2285
2286 Assume C89 or later for math functions (Bug#12381).
2287 * configure.ac (frexp, fmod): Remove checks for these functions,
2288 as we now assume them.
2289 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
2290 (HAVE_EXCEPTION):
2291 Remove; no longer needed.
2292
1a4f1e9b
PE
22932012-09-07 Paul Eggert <eggert@cs.ucla.edu>
2294
2295 More signal-handler cleanup (Bug#12327).
2296 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
2297
2fe28299
PE
22982012-09-06 Paul Eggert <eggert@cs.ucla.edu>
2299
2300 Signal-handler cleanup (Bug#12327).
2301 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
2302 Adjust to syssignal.h changes.
2303 (SIGNAL_H_AB): Remove; no longer needed.
2304
7b6c362e
PE
23052012-09-04 Paul Eggert <eggert@cs.ucla.edu>
2306
1088b922
PE
2307 Simplify redefinition of 'abort' (Bug#12316).
2308 * configure.ac (NO_ABRT): Remove.
2309
7b6c362e
PE
2310 * configure.ac (_setjmp, _longjmp): Check by compiling
2311 instead of by guessing. The guesses were wrong for
2312 recent versions of Solaris, such as Solaris 11.
2313
7f507777
PE
23142012-09-03 Paul Eggert <eggert@cs.ucla.edu>
2315
79a7bafe
PE
2316 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
2317 It generates false alarms in doc.c, regex.c, xdisp.c. See
2318 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
2319
7f507777
PE
2320 Merge from gnulib, incorporating:
2321 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
2322 2011-11-30 manywarnings: update the list of "all" warnings
2323
f278d339
JD
23242012-09-02 Jan Djärv <jan.h.d@swipnet.se>
2325
2326 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
2327
2d3800d2
PE
23282012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2329
2330 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
2331 This ports to glibc 2.15 or later, when configured with
2332 --enable-gcc-warnings. See Eric Blake in
2333 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
2334
17a2cbbd
DC
23352012-09-01 Daniel Colascione <dan.colascione@gmail.com>
2336
2337 * configure.ac: Introduce term_header variable, which holds the
2338 value which will become TERM_HEADER in code. We effect our choice
2339 of window system by setting term_header and WINDOW_SYSTEM_OBJ
2340 instead of using ad-hoc variables and flags for each window
2341 system.
2342
6e8aca60
PE
23432012-08-26 Paul Eggert <eggert@cs.ucla.edu>
2344
2345 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
2346 and if the user has not specified CFLAGS. -g3 simplifies
2347 debugging, since it makes macros visible to the debugger.
2348
f0602979
JB
23492012-08-25 Juanma Barranquero <lekktu@gmail.com>
2350
2351 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
2352
391ceac5
EZ
23532012-08-25 Eli Zaretskii <eliz@gnu.org>
2354
2355 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
2356 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
2357
f4a681b0
PE
23582012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2359
2360 On assertion failure, print backtrace if available.
2361 Merge from gnulib, incorporating:
2362 2012-08-24 execinfo: port to FreeBSD
2363 2012-08-22 execinfo: new module
2364 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2365 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
2366
5af9cb6b
GM
23672012-08-22 Glenn Morris <rgm@gnu.org>
2368
2369 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
2370 do not create the bin/emacs link. (Bug#12011)
2371
01b13eb7
PE
23722012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2373
2374 Merge from gnulib, incorporating:
2375 2012-08-20 extern-inline: support old GCC 'inline'
2376
9aa0092c
GM
23772012-08-20 Glenn Morris <rgm@gnu.org>
2378
2379 * configure.ac (AC_PROG_LN_S): Test for ln.
2380 * Makefile.in (LN_S): New, set by configure.
2381 (install-arch-dep): Use $LN_S.
2382
562d4436
PE
23832012-08-19 Paul Eggert <eggert@cs.ucla.edu>
2384
2385 Merge from gnulib, incorporating:
2386 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
2387 2012-08-19 mktime, sys_select: avoid 'static inline'
2388 2012-08-19 gnulib-tool: Fix indentation.
2389
51e6d6b2
PE
23902012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2391
2392 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
2393 These files have been unused since the 2012-06-22 patch that
2394 introduced high-resolution time stamps.
2395
1598ef28
JB
23962012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
2397
2398 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
2399 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
2400
76d0e68f
PE
24012012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2402
2403 Merge from gnulib, incorporating:
2404 2012-08-05 extern-inline: also ignore -Wmissing-declarations
2405
57239922
JB
24062012-08-10 Juanma Barranquero <lekktu@gmail.com>
2407
2408 * lib/makefile.w32-in (STAT_TIME_H): New macro.
2409 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
2410 ($(BLD)/u64.$(O)): Update dependencies.
2411
9374581a
GM
24122012-08-10 Glenn Morris <rgm@gnu.org>
2413
2414 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
2415
da3d2105
DA
24162012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2417
2418 * configure.ac (--disable-features): Rename to --without-all.
2419 (OPTION_DEFAULT_ON): Change to use with_features.
2420 * INSTALL: Fix description.
2421
c30d4aef
DA
24222012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2423
2424 * configure.ac: New option --disable-features.
2425 (OPTION_DEFAULT_ON): Change to use enable_features.
2426 * INSTALL: Explain --disable-features.
2427
7d732d1a
GM
24282012-08-07 Glenn Morris <rgm@gnu.org>
2429
2430 * configure.ac: Require automake 1.11 (fairly arbitrarily).
2431 * autogen.sh (automake_min): Get it from configure.ac.
2432
1c6f11f4
GM
24332012-08-06 Glenn Morris <rgm@gnu.org>
2434
1db4583a
GM
2435 * configure.ac (BROKEN_GETWD) [unixware]: New define.
2436
1c6f11f4
GM
2437 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
2438 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
2439 (DISPNEW_NEEDS_STDIO_EXT): New define.
2440
68b0c113
MA
24412012-08-05 Michael Albinus <michael.albinus@gmx.de>
2442
a4fe5376 2443 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
68b0c113 2444
32d9ba9a
UM
24452012-08-05 Ulrich Müller <ulm@gentoo.org>
2446
2447 * configure.ac: Disable paxctl if binaries don't have a
2448 PT_PAX_FLAGS program header. (Bug#11979)
2449
fddc1855
EZ
24502012-08-03 Eli Zaretskii <eliz@gnu.org>
2451
2452 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
2453 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
2454 (SHA512_H): Don't mention u64.h twice.
2455 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
2456 New targets.
2457
f35ef0ed
PE
24582012-08-03 Paul Eggert <eggert@cs.ucla.edu>
2459
2460 Merge from gnulib, incorporating:
2461 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
2462
d7844221
YM
24632012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2464
2465 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
2466 out-of-tree build.
2467
837b365b
GM
24682012-08-02 Glenn Morris <rgm@gnu.org>
2469
d66b744d
GM
2470 * make-dist: Remove src/s.
2471
837b365b
GM
2472 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
2473
3f750e43
PE
24742012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2475
a0d4efe9
PE
2476 Merge from gnulib (Bug#12116), incorporating:
2477 2012-08-01 extern-inline: new module
2478 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
bff2a4b8 2479 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
a0d4efe9
PE
2480 New files. The new .c files are for instantiating extern inline
2481 functions.
2482
13294f95
PE
2483 Port to Solaris 8.
2484 Without this change, 'configure' fails because the recently-added
2485 wait3 prototype in config.h messes up later 'configure' tests.
2486 Fix this problem by droping wait3 and WRETCODE, as they're
2487 no longer needed on hosts that are current porting targets.
2488 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
2489 All uses changed to waitpid and WEXITSTATUS.
2490
3f750e43 2491 Avoid needless autoheader after autogen.sh.
38942b9c
GM
2492 * .bzrignore: Add src/stamp-h.in.
2493 * autogen.sh: Create src/stamp-h.in.
3f750e43 2494
ae21c275
GM
24952012-08-01 Glenn Morris <rgm@gnu.org>
2496
2497 * configure.ac (DOS_NT, MSDOS): New system type templates.
2498
fca64dbd
UM
24992012-08-01 Ulrich Müller <ulm@gentoo.org>
2500
2501 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
2502 Don't include crtbegin.o and crtend.o. (Bug#12047)
2503
5c0c0e8a
GM
25042012-08-01 Glenn Morris <rgm@gnu.org>
2505
ca35a5f7
GM
2506 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
2507 (INTERNAL_TERMINAL): New.
b72c9a8c 2508
5c0c0e8a
GM
2509 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
2510 (IS_ANY_SEP): Move here from src/lisp.h.
2511
552a99b4
JB
25122012-08-01 Juanma Barranquero <lekktu@gmail.com>
2513
2514 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
2515 (CONF_POST_H): New macro.
2516
8d8e2dfe
GM
25172012-07-31 Glenn Morris <rgm@gnu.org>
2518
bc96620a
GM
2519 * configure.ac (S_FILE): Remove output variable.
2520
68169a33
GM
2521 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
2522
b2c7a106
GM
2523 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
2524 Move here from src.
2525
8d8e2dfe
GM
2526 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
2527 Move here from conf_post.h.
2528
c09bfb2f
DA
25292012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2530
2531 Improve OpenMotif detection on GNU/Linux systems.
2532 * configure.ac (MOTIF): Check for /usr/include/openmotif
2533 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
2534
57ae02b1
AS
25352012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2536
2537 * Makefile.in (install-arch-indep): Avoid eval.
2538
c1529ded
GM
25392012-07-31 Glenn Morris <rgm@gnu.org>
2540
b3a56300
GM
2541 * configure.ac (opsysfile, S_FILE): Now they are always empty.
2542
cd8bac79
GM
2543 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
2544 when removing src/s/sol2-6.h yesterday.
2545
268e2432
GM
2546 * configure.ac (USG5_4): Reintroduce this.
2547 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
2548
400d5621
GM
2549 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
2550
7552f3ee
GM
2551 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
2552 and to s/usg5-4-common.h on irix6-5.
c1529ded 2553
b429a4ee
GM
25542012-07-30 Glenn Morris <rgm@gnu.org>
2555
2556 * configure.ac (AH_BOTTOM): Use an include file, so that the
2557 contents do not get processed by autoheader.
2558
0aee6912
PE
25592012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2560
8f25abd3
PE
2561 Do not overwrite config.status while executing it (Bug#11214).
2562 * Makefile.in (MAKEFILE_NAME): New macro.
2563 ($(MAKEFILE_NAME)): Rename rule from Makefile.
2564 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
2565 so that GNU 'make' isn't tempted to make the Makefile and then
2566 regenerate config.status while config.status is running.
2567
0aee6912
PE
2568 Update .PHONY listings in makefiles.
2569 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
2570 FRC, install-arch-dep, install-arch-indep, install-doc,
2571 install-info, install-man, install-etc, install-strip, uninstall,
2572 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
2573 (.RECURSIVE): Remove; hasn't been needed for years.
2574
0a763bd1
GM
25752012-07-30 Glenn Morris <rgm@gnu.org>
2576
32bac6d6
GM
2577 * configure.ac (SIGNAL_H_AHB): New hack macro.
2578 (opsysfile): Set to empty on netbsd, openbsd.
2579 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
2580
b65e7c46 2581 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
0a763bd1 2582
847bb9eb
JD
25832012-07-30 Jan Djärv <jan.h.d@swipnet.se>
2584
2585 * Makefile.in (install-arch-indep): Remove sh -x.
2586
d34d6ffc
GM
25872012-07-30 Glenn Morris <rgm@gnu.org>
2588
abc7ec54
GM
2589 * configure.ac (opsysfile): Tweak message for null case.
2590
227f5bd0
GM
2591 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
2592 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
d34d6ffc 2593
ffd817eb
JD
25942012-07-29 Jan Djärv <jan.h.d@swipnet.se>
2595
2596 * Makefile.in (install-arch-indep): Handle space in locallisppath.
2597
e32a5799
PE
25982012-07-28 Paul Eggert <eggert@cs.ucla.edu>
2599
2600 Use Gnulib environ module (Bug#9772).
2601 * m4/environ.m4: New file, from gnulib.
2602 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2603
2604 Use Gnulib stdalign module (Bug#9772, Bug#9960).
2605 This should improve portability of macros like alignof and DECL_ALIGN.
2606 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
2607 * .bzrignore: Add lib/stdalign.h.
2608 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
2609 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
2610 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
2611 fiddles with this, as gnulib now does this for us.
2612
441efe9f
DA
26132012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2614
2615 Fix toolkit configuration report.
2616 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
2617 --with-x-toolkit=gtk3 is used.
2618
5dad233c
PE
26192012-07-17 Paul Eggert <eggert@cs.ucla.edu>
2620
2621 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
2622 * configure.ac: Configure gnulib at the end, not before running
2623 pkg-config. This restores the behavior before 2012-06-22, when
2624 higher-resolution time stamps were added, and fixes a bug whereby
2625 LIB_PTHREAD was not used and gnulib's part of 'configure'
2626 therefore incorrectly assumed that pthread_sigmask wasn't working.
2627 Fix the problem with -lrt and clock_gettime a different way.
2628 This should complete the fix for Bug#11884.
2629 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
2630
b6e9e0ff
PE
26312012-07-15 Paul Eggert <eggert@cs.ucla.edu>
2632
2633 Merge from gnulib, incorporating:
2634 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
2635 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
2636
5b3f250f
GM
26372012-07-14 Glenn Morris <rgm@gnu.org>
2638
2639 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
2640 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
2641
dbee5793
GM
26422012-07-13 Glenn Morris <rgm@gnu.org>
2643
32fb4bb6
GM
2644 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
2645
983188fd
GM
2646 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
2647 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
2648 Move "system type" macros here from src/s.
2649 (BSD_SYSTEM_AHB): New hack macro.
2650 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
2651
5b633342
GM
2652 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
2653 (GC_MARK_SECONDARY_STACK): Move here from src/s.
dbee5793 2654
308aab79
GM
26552012-07-12 Glenn Morris <rgm@gnu.org>
2656
4fae5a7a
GM
2657 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
2658 setting here from src/s/darwin.h.
2659
51c3b9b4
GM
2660 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
2661 as src/s/darwin.h used to.
2662
42bd1719
GM
2663 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
2664 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
ba9e4b84 2665 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
0ab7b23a 2666 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3f922c37 2667 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3e91a053 2668 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
7ccad002 2669 (XOS_NEEDS_TIME_H): Move here from src/s.
308aab79 2670
c43fb4c3
GM
26712012-07-11 Glenn Morris <rgm@gnu.org>
2672
2673 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
ee1cf5cf 2674 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
c43fb4c3 2675
554fef51
PE
26762012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2677
2678 * configure.ac (tzset): Remove check that's redundant with gnulib.
2679
c8add24e
GM
26802012-07-11 Glenn Morris <rgm@gnu.org>
2681
172bedef
GM
2682 * configure.ac (CLASH_DETECTION): Define unconditionally.
2683
249685df
GM
2684 * configure.ac (opsysfile): Use bsd-common on gnu systems.
2685
35e951cd 2686 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT)
09f4e3b0 2687 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
c8add24e 2688
5ebbef1d
PE
26892012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2690
bb352260
PE
2691 Assume mkdir, rename, rmdir, strerror.
2692 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
5ebbef1d 2693
20e94fdd
GM
26942012-07-11 Glenn Morris <rgm@gnu.org>
2695
9d596af3
GM
2696 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
2697
20e94fdd
GM
2698 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
2699
22ffb973
PE
27002012-07-10 Paul Eggert <eggert@cs.ucla.edu>
2701
2702 Remove "#define unix" that is no longer needed (Bug#11905).
2703 Merge from gnulib to make "#define unix" unnecessary, incorporating:
2704 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
2705 2012-07-09 getopt: Simplify after Emacs changed.
2706
882cf227
GM
27072012-07-10 Glenn Morris <rgm@gnu.org>
2708
d02eb359
GM
2709 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
2710 Move here from src/s.
882cf227 2711
cda158b4
AS
27122012-07-09 Andreas Schwab <schwab@linux-m68k.org>
2713
2714 * configure.ac (PNG_DEPSTRUCT): Define this instead of
2715 PNG_DEPRECATED.
2716
5994c183
PE
27172012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2718
2719 Add GCC-style 'const' attribute to functions that can use it.
2720 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
2721 (ATTRIBUTE_CONST): New macro, in config.h.
2722
52331d2c
JB
27232012-07-09 Juanma Barranquero <lekktu@gmail.com>
2724
2725 * lib/makefile.w32-in: Rework dependencies.
2726 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
2727 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
2728 (U64_H, SHA512_H): New macros.
2729 (SRC): Redefine to point to src/, not current directory.
2730 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
2731 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
2732 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
2733 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
2734 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
2735 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
2736 ($(BLD)/filemode.$(O)): Update dependencies.
2737
c4444d16
PE
27382012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2739
2f93ecce
PE
2740 Merge from gnulib, incorporating:
2741 2012-07-09 timespec: mark functions with const attributes
2742
c4444d16
PE
2743 Rename configure.in to configure.ac (Bug#11603).
2744 The name 'configure.in' has been obsolescent for quite some time,
2745 and the next release of Autoconf will generate warnings for it.
61a11606
PE
2746 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
2747 'configure.in' as autoconf input" in the Autoconf git repository.
c4444d16
PE
2748 * configure.ac: Rename from configure.in.
2749 * INSTALL, INSTALL.BZR, README, make-dist:
2750 * Makefile.in (AUTOCONF_INPUTS):
2751 * autogen.sh (autoconf_min):
2752 * autogen/update_autogen (sources):
2753 Adjust to reflect new name.
2754
0ccb0b09
PE
27552012-07-08 Paul Eggert <eggert@cs.ucla.edu>
2756
2757 Restore deprecation warnings, except for older libpng.
2758 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
2759 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
2760 (PNG_DEPRECATED): Define when compiling with older PNG versions.
2761
4da41f1c
AS
27622012-07-07 Andreas Schwab <schwab@linux-m68k.org>
2763
2764 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
2765
6045c4fd
PE
27662012-07-07 Paul Eggert <eggert@cs.ucla.edu>
2767
2768 Improve static checking when configured --with-ns.
2769 See Samuel Bronson's remarks in
2770 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
2771 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
2772 a no-op with recent GCC and harmful in earlier ones.
2773 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
2774 warning when compiling with ObjC. Always omit
2775 -Wunsafe-loop-optimizations, as we don't mind when optimization is
2776 being done correctly.
2777
4516fbef
GM
27782012-07-07 Glenn Morris <rgm@gnu.org>
2779
41f9404e
GM
2780 * configure.in (BROKEN_SA_RESTART): Doc fix.
2781
4516fbef
GM
2782 * configure.in: Rather than checking for things then undef'ing
2783 them on some platforms, simply don't check for them.
2784 (getwd): Don't check for it on unixware.
2785 (random, rint): Don't check for these on hpux.
2786 (res_init, libresolv): Don't check for these on darwin.
2787
07adc2c6
JB
27882012-07-07 Juanma Barranquero <lekktu@gmail.com>
2789
2790 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
2791 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
2792 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
2793 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
2794
a69ca799
PE
27952012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2796
f5c08e17
PE
2797 * configure.in: Document --enable-gcc-warnings better.
2798
fee5959d
PE
2799 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
2800 This is safer than strcasecmp, which has unspecified behavior
2801 outside the POSIX locale and in practice sometimes does not work
2802 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
2803 * configure.in (strcasecmp, strncasecmp): Remove checks.
f5c08e17 2804
fee5959d
PE
2805 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
2806 * lib/c-strncasecmp.c: New files, taken from gnulib.
2807 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2808
a69ca799
PE
2809 Merge from gnulib, incorporating:
2810 2012-07-06 timespec-sub: avoid duplicate include
2811 Reported by Juanma Barranquero.
2812
a02d99e7
GM
28132012-07-06 Glenn Morris <rgm@gnu.org>
2814
2815 * make-dist [update]: Let autoreconf figure out what needs updating.
2816 Use `make info-real'. leim/leim-list.el should always exist.
2817 Check cd return value.
2818
7dca65a4
PE
28192012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2820
2821 Merge from gnulib. This is for OpenBSD 5.1 amd64.
2822 * m4/sys_time_h.m4: New version from gnulib, incorporating:
2823 2012-07-05 sys_time: allow too-wide tv_sec
2824
013aabf1
PE
28252012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2826
2827 Merge from gnulib.
2828 * lib/alloca.in.h: New version from gnulib, incorporating:
2829 2012-07-03 alloca: add support for HP NonStop TNS/E native
2830
8ce70ed2
DA
28312012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
2832
2833 * configure.in: If --enable-gcc-warnings, disable
2834 -Wunsafe-loop-optimizations for -O1 optimization level.
2835
ca26824c
GM
28362012-06-30 Glenn Morris <rgm@gnu.org>
2837
2838 * configure.in (standardlisppath): New output variable.
2839 (lisppath): Use standardlisppath.
2840 * Makefile.in (standardlisppath): New, set by configure.
2841 (epaths-force): Use standardlisppath and locallisppath rather than
2842 lisppath.
2843
94eb8e0a
DA
28442012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2845
1f9f395d 2846 * configure.in: Fix previous change. Remove --enable-asserts.
94eb8e0a
DA
2847 (CPPFLAGS): Remove conditional -DXASSERTS=1.
2848 Add --enable-link-time-optimization.
2849 * INSTALL: Mention this.
2850
e509cfa6
DA
28512012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2852
2853 * configure.in: Add glyphs category to --enable-checking option.
2854 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
2855
a54e2c05
DA
28562012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2857
2858 * configure.in (ENABLE_CHECKING): Update comment.
2859
059e4fb5
PE
28602012-06-28 Paul Eggert <eggert@cs.ucla.edu>
2861
15458df4
PE
2862 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
2863 Emacs proper no longer uses these headers, and can rely on Gnulib
2864 for these checks.
2865
059e4fb5
PE
2866 Merge from gnulib.
2867 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2868 getopt-posix: No longer guarantee that option processing is resettable.
2869
1ba6038a
GM
28702012-06-27 Glenn Morris <rgm@gnu.org>
2871
0b6b25d5
GM
2872 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
2873
1ba6038a
GM
2874 * INSTALL: Remove references to paths.el.
2875
cc06e7e7
EZ
28762012-06-26 Eli Zaretskii <eliz@gnu.org>
2877
90eacf99
SM
2878 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
2879 This replaces separate dependency for each object file, which required
cc06e7e7
EZ
2880 the same object file to be mentioned twice, causing failures in
2881 parallel builds.
2882
cf38a720
PE
28832012-06-26 Paul Eggert <eggert@cs.ucla.edu>
2884
2885 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
2886 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
2887
3511c784
DA
28882012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
2889
2890 * configure.in (AC_CHECK_FUNCS): Detect library functions
2891 strcasecmp and strncasecmp.
2892
845ca893
PE
28932012-06-24 Paul Eggert <eggert@cs.ucla.edu>
2894
2895 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
2896 We might as well use the spelling standardized by C11,
2897 as in the long run that should simplify maintenance.
2898 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
2899
696056c2
EZ
29002012-06-24 Eli Zaretskii <eliz@gnu.org>
2901
35e951cd
JB
2902 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O))
2903 ($(BLD)/timespec-add.$(O))
696056c2
EZ
2904 ($(BLD)/timespec-sub.$(O)): Don't depend on
2905 $(EMACS_ROOT)/nt/inc/sys/time.h.
2906
2907 * lib/stat-time.h:
2908 * lib/timespec.h:
2909 * lib/utimens.h: Revert last change.
2910
47d0c011
PE
29112012-06-23 Paul Eggert <eggert@cs.ucla.edu>
2912
2913 Merge from gnulib.
2914 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2915 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
2916
388cdec0
EZ
29172012-06-23 Eli Zaretskii <eliz@gnu.org>
2918
2919 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
2920 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
2921 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
2922 $(BLD)/timespec-sub.$(O).
35e951cd
JB
2923 ($(BLD)/dtotimespec.$(O))
2924 ($(BLD)/gettime.$(O))
2925 ($(BLD)/timespec-add.$(O))
388cdec0
EZ
2926 ($(BLD)/timespec-sub.$(O)): New dependencies.
2927
2928 * lib/stat-time.h:
2929 * lib/timespec.h:
ed9265fc 2930 * lib/utimens.h: Include sys/time.h.
388cdec0 2931
54e8a418
AS
29322012-06-23 Andreas Schwab <schwab@linux-m68k.org>
2933
2934 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
2935 the correct CFLAGS and LIBS.
2936
d35af63c
PE
29372012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2938
2939 Support higher-resolution time stamps (Bug#9000).
2940 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
2941 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
2942 that the new clock stuff doesn't clash with RSVG_LIBS.
2943 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
2944 as gnulib does that for us now.
2945 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
2946 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
2947 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
2948 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
2949 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
2950 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
2951 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
2952 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
2953 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
2954 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
2955 New files, copied automatically from gnulib.
2956 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
2957
05730648
PE
29582012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2959
2960 Merge from gnulib.
2961 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
2962 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
2963 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
2964 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
2965 Copy new versions from gnulib, incorporating the following changes:
2966 2012-06-22 time_r: fix typo that always overrode localtime_r decl
2967 2012-06-22 Write "Mac OS X" instead of "MacOS X".
2968 2012-06-21 mktime: fix integer overflow in 'configure'-time test
2969 2012-06-21 nonblocking: Avoid compilation error on mingw64.
2970 2012-06-19 stat, fstat: Avoid warnings on mingw64.
2971 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
2972
646b5f55
AS
29732012-06-13 Andreas Schwab <schwab@linux-m68k.org>
2974
2975 * configure.in: Rename --enable-use-lisp-union-type to
2976 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
2977 instead of USE_LISP_UNION_TYPE.
2978
8a07a8c6
GM
29792012-06-12 Glenn Morris <rgm@gnu.org>
2980
b4492cba
GM
2981 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
2982 (opsysfile): Set specially for sol2-10.
2983
8a07a8c6
GM
2984 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
2985 New AC_DEFINEs, for hpux11.
2986 (opsysfile): Set specially for hpux11.
2987
03043c1b
PE
29882012-06-12 Paul Eggert <eggert@cs.ucla.edu>
2989
2990 * configure.in: Coalesce some function checking.
2991 This makes 'configure' a bit smaller.
2992 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
2993
ed846e5f
GM
29942012-06-12 Glenn Morris <rgm@gnu.org>
2995
0d369729
GM
2996 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
2997
45fa9c0f
GM
2998 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
2999
ed846e5f
GM
3000 * configure.in: Anticipate platforms with no src/s file.
3001
0e25d334
CY
30022012-06-12 Chong Yidong <cyd@gnu.org>
3003
3004 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
3005
a9be7d2b
GM
30062012-06-11 Glenn Morris <rgm@gnu.org>
3007
3008 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
3009
e3a3e213
MA
30102012-06-09 Michael Albinus <michael.albinus@gmx.de>
3011
3012 * configure.in (dbus_type_is_valid): Check for library function.
3013
276d5f5d
GM
30142012-06-06 Glenn Morris <rgm@gnu.org>
3015
3016 * INSTALL, make-dist: Remove vcdiff.
3017
418cd726
GM
30182012-06-03 Glenn Morris <rgm@gnu.org>
3019
3020 * INSTALL, make-dist: Remove rcs-checkin.
3021
c71232db
UM
30222012-06-03 Ulrich Müller <ulm@gentoo.org>
3023
1f9f395d 3024 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
c71232db 3025
501390c5
PE
30262012-06-01 Paul Eggert <eggert@cs.ucla.edu>
3027
3028 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
3029 It is confusingly named and rarely useful. See, for example,
3030 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
3031 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
3032 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
3033 * configure.in: Remove --disable-maintainer-mode.
3034 (USE_MAINTAINER_MODE, MAINT): Remove.
3035
0e7a053e
PE
30362012-05-28 Paul Eggert <eggert@cs.ucla.edu>
3037
3038 Make 'configure' a bit smaller and faster.
3039 * configure.in (INSTALL_INFO): Set it with one call to
3040 AC_PATH_PROG, not three.
3041 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
3042 so likely that it'll be needed.
3043 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
3044 (AC_PROG_MAKE_SET): Remove; Automake does this.
3045 (sysinfo): Do not check for this function, as it's never used.
3046 (tzset): Check for this function just once.
3047 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
3048 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
3049
cd376509
EZ
30502012-05-27 Eli Zaretskii <eliz@gnu.org>
3051
42a53d84
EZ
3052 * config.bat (lib): Create/update lib/stdalign.in-h and
3053 lib/sys_types.in-h.
3054
35e951cd
JB
3055 * lib/makefile.w32-in ($(BLD)/md5.$(O))
3056 ($(BLD)/sha1.$(O))
3057 ($(BLD)/sha256.$(O))
cd376509
EZ
3058 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
3059 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
3060
3061 * lib/getopt_.h: Regenerate.
3062
50c4645e
PE
30632012-05-27 Paul Eggert <eggert@cs.ucla.edu>
3064
3065 Assume gnulib does largefile.
3066 Gnulib does the largefile configuration anyway, so when configure.in
3067 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
3068 * configure.in (AC_SYS_LARGEFILE): Remove.
3069 * lib/gnulib.mk: Autoupdate.
3070
caf8a9b2
PE
30712012-05-26 Paul Eggert <eggert@cs.ucla.edu>
3072
3073 Merge from gnulib. (Bug#11527)
3074
3075 The build procedure now creates <stdalign.h> and <sys/types.h> for
3076 older hosts that lack a working <stdalign.h> or whose
90eacf99
SM
3077 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
3078 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
caf8a9b2
PE
3079 msdos and nt builds.
3080
3081 Here is a precis of gnulib changes that seem relevant; please see
3082 the gnulib ChangeLog for details.
3083
3084 2012-05-18 crypto: fix bug in large buffer handling
3085 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
3086 2012-05-10 _Noreturn: port config.h to gcc -Wundef
3087 2012-05-08 warnings.m4: give a means to specify the program to compile
3088 2012-05-07 stdint: be more consistent with glibc, SunOS libc
3089 2012-04-21 Large File Support for native Windows platforms.
3090 2012-04-14 stat: Bypass buggy override in mingw64.
3091 2012-03-29 stdio: don't assume gets any more
3092 2012-03-24 Enable common subexpression optimization in GCC.
3093 2012-02-09 maint: replace FSF snail-mail addresses with URLs
3094 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
3095 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
3096 2012-01-21 stdint: Add support for Android.
3097 2012-01-15 Improve support for MSVC 9.
3098 2012-01-08 mktime: Avoid compilation error on Solaris 11.
3099 2012-01-05 Use ', not `, for quoting output.
3100 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
3101 2012-01-05 strtoimax: Work around AIX 5.1 bug.
3102 2012-01-05 inttypes: Modernize.
3103 2011-12-13 inttypes, stdint: add C++11 support
3104 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
3105 2011-11-21 _Noreturn: Check that _MSC_VER is defined
3106 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
3107 2011-11-09 raise: fix mingw handling of SIGPIPE
3108 2011-10-27 Add stdalign module and use it in other modules.
3109
3110 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
3111 * m4/sys_types_h.m4:
3112 New files.
3113 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
3114 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
2fb6d9c6 3115 * build-aux/snippet/warn-on-use.h:
caf8a9b2
PE
3116 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
3117 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
3118 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
3119 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3120 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
3121 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
3122 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
3123 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
3124 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
3125 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
3126 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
3127 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
3128 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
3129 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
3130 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
3131 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
3132 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
3133 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
3134 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
3135 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
3136 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
3137 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
3138 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
3139 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
3140 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
3141 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
3142 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
3143 Update from gnulib.
3144
34374650
PE
31452012-05-22 Paul Eggert <eggert@cs.ucla.edu>
3146
3147 Remove src/m/*.
3148 * configure.in: Remove all mention of src/m/*.
3149 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
3150 All uses removed.
3151 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
3152 (BITS_PER_LONG_LONG): Move to src/lisp.h.
3153 * lib/makefile.w32-in: Remove dependencies on
3154 $(EMACS_ROOT)/src/m/intel386.h.
3155 * make-dist: Don't make links to src/m.
3156
ec21c7f8
PE
31572012-05-22 Paul Eggert <eggert@cs.ucla.edu>
3158
3159 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
3160 Without this further fix, aclocal was being invoked unnecessarily.
3161
39078e4a
GM
31622012-05-22 Glenn Morris <rgm@gnu.org>
3163
3164 * Makefile.in (blessmail, install-arch-dep, uninstall):
3165 Check cd lib-src works.
3166 (install-arch-dep, uninstall): Remove unneeded subshells.
3167
be17565b
GM
31682012-05-21 Glenn Morris <rgm@gnu.org>
3169
ff0c3cfb
GM
3170 * update-subdirs: Move to build-aux/.
3171 * make-dist, Makefile.in (install-arch-indep): Update for this change.
3172
d10cfddd
GM
3173 * Makefile.in (leimdir): New, set by configure.
3174 (COPYDIR, COPYDESTS): Add leim directories.
3175 (install-leim): Remove.
3176 (install-arch-indep): Handle leim installation directly.
3177
be17565b
GM
3178 * vpath.sed: Remove unused file.
3179 * make-dist: No more vpath.sed.
3180
9b4ee616
PE
31812012-05-21 Paul Eggert <eggert@cs.ucla.edu>
3182
fb77d37e
PE
3183 Use full name for m4/gnulib-comp.m4. (Bug#11529)
3184 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
3185 even though the file's name in gnulib is m4/gnulib-comp.m4.
3186 This had a problem when merging from gnulib, as the code temporarily
3187 renamed it to the full name, causing problems when interrupted.
3188 Now the file has its full name, with the idea that we will find
3189 a solution for MS-DOS that does not affect the rest of Emacs.
3190 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
3191
261cb4bb
PE
3192 Assume C89 or later.
3193 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
3194 (POINTER_TYPE, PROTOTYPES): Remove.
3195
9b4ee616
PE
3196 Make merging from gnulib a script, not a makefile action.
3197 Putting it in a makefile has some problems with reflection, as
3198 merging from gnulib updates 'configure', which can update the makefile.
3199 Putting it in a standalone script breaks this loop.
3200 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
3201 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
3202 Remove, moving the actions to the script admin/merge-gnulib.
3203
261cb4bb
PE
32042012-05-21 Glenn Morris <rgm@gnu.org>
3205
3206 * configure.in (LEIM_INSTALLDIR):
3207 Rename to leimdir, treat like lispdir.
3208
b847032c
GM
32092012-05-21 Glenn Morris <rgm@gnu.org>
3210
3211 * Makefile.in (install-arch-indep, install-doc, install-info)
3212 (uninstall): Scrap superfluous subshells.
3213
a04689de 32142012-05-19 Ulrich Müller <ulm@gentoo.org>
af006ad5
UM
3215
3216 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
3217
003fdae2
PE
32182012-05-19 Paul Eggert <eggert@cs.ucla.edu>
3219
9232a6d9
PE
3220 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
3221 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
3222 getsockopt, setsockopt, mremap, mempcpy.
3223
003fdae2
PE
3224 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
3225 is being removed.
3226 (AC_CHECK_FUNCS): Remove ftime.
3227
e7333757
GM
32282012-05-19 Glenn Morris <rgm@gnu.org>
3229
e39b9806 3230 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 3231
42d5aa3e
GM
3232 * Makefile.in (install-arch-indep): Remove unneeded chmod.
3233 Set permissions of lisp/subdirs.el.
3234
9192d37d
GM
3235 * Makefile.in (SUBDIR): Add leim. Update users.
3236
2e5d41e4
GM
3237 * Makefile.in (lib, lib-src, lisp): Check cd return value.
3238
e7333757
GM
3239 * Makefile.in (leim): No need to set PARALLEL.
3240
7606c360
GM
32412012-05-18 Glenn Morris <rgm@gnu.org>
3242
6d1a623e
GM
3243 * Makefile.in (install-arch-indep, install-info, install-man):
3244 Simplify some one-sided ifs.
3245
29473393
GM
3246 * Makefile.in: Install only the relevant DOC file.
3247 (install-arch-indep): Delete etc/DOC*.
3248 (install-doc): No more need to delete etc/DOC.
3249
660c8c1e
GM
3250 * Makefile.in (install-arch-indep): Split into several rules.
3251 (install-doc, innstall-info, install-man): New rules.
3252
37f36bcb
GM
3253 * configure.in (mandir): May as well include it in the NS app bundle.
3254
0629a797
GM
3255 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
3256 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
3257 (install-arch-indep): Don't install-etc for self-contained ns builds.
3258
136c45ee
GM
3259 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
3260 No longer unconditonally add /sw directories. (Bug#2280)
3261
ed0ba302
GM
3262 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
3263 (install-arch-indep): Depend on install-leim.
3264 (install): Remove explicit install-leim dependence.
3265
62061397
GM
3266 * Makefile.in (install-arch-indep):
3267 Move last element of mkdir rule here.
3268 (mkdir): Remove rule.
3269
37baa3c8
GM
3270 * Makefile.in (install-arch-indep): Remove unneeded chmods.
3271 INSTALL_DATA does this for us.
3272
b533f05e
GM
3273 * Makefile.in (install-arch-dep): Ensure bindir exists.
3274 Drop mkdir dependency.
3275 (install-arch-indep): Ensure docdir, infodir, mandir exist.
3276 (install-leim): Drop mkdir dependency.
3277 (mkdir): Remove most directories, now made in relevant rules.
3278
7606c360
GM
3279 * Makefile.in (install-arch-indep): Combine adjacent loops.
3280
3a4155de
GM
32812012-05-17 Glenn Morris <rgm@gnu.org>
3282
d9a1e2c2
GM
3283 * Makefile.in (install-etc, mkdir):
3284 Make relevant directories in install-etc rather than mkdir.
3285
4c54abe1
GM
3286 * Makefile.in (write_subdir): Create the directory if needed.
3287 (install-arch-dep, mkdir): No need to make site-lisp directories.
3288
9f1ea7dc 3289 * Makefile.in (write_subdir): New.
05f3d308 3290 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 3291
40c117e7 3292 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 3293 For a self-contained ns build, set these to the appropriate values.
40c117e7 3294 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 3295
b4a36200
GM
3296 * configure.in (ns_self_contained): New output variable.
3297 * Makefile.in (ns_self_contained): New, set by configure.
3298 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
3299 don't bother installing binaries then immediately deleting them.
3300
3a4155de
GM
3301 * Makefile.in (ns_appbindir, ns_appresdir):
3302 Move them before things that may refer to them.
3303 (install-arch-dep): No need to relocate self-contained ns libexec.
3304
3305 * configure.in (archlibdir): Set it for self-contained ns builds.
3306 (libexecdir): Don't expand it now (this is mainly cosmetic).
3307
f04940ae
PE
33082012-05-16 Paul Eggert <eggert@cs.ucla.edu>
3309
3310 * configure.in: Simplify by removing CPP etc.
3311 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
3312 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
3313 In particular we no longer need to fiddle with CPP, since we don't
3314 use CPP specially any more.
3315 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
3316 adjusted compiler.
3317 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
3318 since gl_EARLY and/or Autoconf already does these.
3319
27cb7be2
GM
33202012-05-16 Glenn Morris <rgm@gnu.org>
3321
3322 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
3323 (CPP): Do not unconditionally set it on Darwin.
3324 Instead, try to test if -no-cpp-precomp is accepted.
3325 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
3326
ec3ca9ec
GM
33272012-05-15 Glenn Morris <rgm@gnu.org>
3328
4e7d487c 3329 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 3330
75a9f5f5
GM
3331 * Makefile.in (install-arch-dep): Do not hard-code version number.
3332
ec3ca9ec
GM
3333 * Makefile.in (install-arch-dep): NS install no longer needs to
3334 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
3335
3fe7cdc8
GM
33362012-05-12 Glenn Morris <rgm@gnu.org>
3337
9e6b06ed
GM
3338 * configure.in (ns_appbindir): Remove trailing "/".
3339
3fe7cdc8
GM
3340 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
3341 (MKDEPDIR): Use $MKDIR_P.
3342 * Makefile.in (MKDIR_P): New, set by configure.
3343 (mkdir): Use $MKDIR_P.
3344
a873f274
GM
33452012-05-11 Glenn Morris <rgm@gnu.org>
3346
3347 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 3348 Use INSTALL_DATA for the DOC file.
c8e32179 3349 Remove dead code for ./lisp that never executes.
a873f274 3350
ff57c2ec
GM
33512012-05-10 Glenn Morris <rgm@gnu.org>
3352
3353 * configure.in (LEIM_INSTALLDIR): New output variable.
3354
49ed9c8e
SM
33552012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3356
3357 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
3358
5122804a
GM
33592012-05-08 Glenn Morris <rgm@gnu.org>
3360
3361 * make-dist: No more doc/lispref/*.el.
3362
01319a4e
AS
33632012-05-05 Andreas Schwab <schwab@linux-m68k.org>
3364
3365 * configure.in: Fix quoting bugs.
3366
8045b906
GM
33672012-05-04 Glenn Morris <rgm@gnu.org>
3368
3369 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
3370
9fa0e416
GM
33712012-05-02 Glenn Morris <rgm@gnu.org>
3372
3c30e766
GM
3373 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
3374 the choices made by FreeBSD and NetBSD. (Bug#10313)
3375
9aa071df
GM
3376 * Makefile.in (INFO_FILES): Remove variable.
3377 (INFO_NONMISC): New variable.
3378 (install-arch-indep, uninstall): Don't use $INFO_FILES.
3379
cd3771a0
GM
3380 * Makefile.in (uninstall): Remove useless-use-of-for; that for
3381 some reason caused problems on an old Solaris.
3382
a36e64d0
GM
3383 * Makefile.in (install-arch-indep, uninstall):
3384 Ensure that INSTALL-type commands are run from top-level.
3385
9e7a4bcf
GM
3386 * info/dir: Make some entries consistent with the source texi files.
3387
9fa0e416
GM
3388 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
3389
7adecb99
GM
33902012-05-02 Glenn Morris <rgm@gnu.org>
3391
3392 * Makefile.in (install-arch-indep):
3393 Combine adjacent install-data and install-info loops.
3394
4737362e
GM
33952012-05-01 Glenn Morris <rgm@gnu.org>
3396
ab1121bd
GM
3397 * Makefile.in (MAN_PAGES): Remove.
3398 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
3399
a4a18b8b
GM
3400 * configure.in: Try libtinfo for tputs.
3401 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
3402
3ba0a545
GM
3403 * configure.in: Combine adjacent $opsys case blocks.
3404
e3da5b19
GM
3405 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
3406
262f06da
GM
3407 * configure.in: Invert the TERMINFO logic,
3408 since "yes" is far more common than "no".
3409
9311dcff
GM
3410 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
3411
4d5c6349
GM
3412 * configure.in (LD_SWITCH_X_SITE_RPATH):
3413 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
3414
4737362e
GM
3415 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
3416
562e638f
GM
34172012-04-26 Glenn Morris <rgm@gnu.org>
3418
3419 * make-dist: No more doc/lispref/tindex.pl.
3420
dcbf5805
MA
34212012-04-22 Michael Albinus <michael.albinus@gmx.de>
3422
3423 * configure.in (dbus_validate_bus_name, dbus_validate_path)
3424 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 3425 these library functions.
dcbf5805 3426
4b5b5289
PE
34272012-04-22 Paul Eggert <eggert@cs.ucla.edu>
3428
3429 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
3430 With glibc 2.14 or later, when compiled with GCC 4.7.0's
3431 -Werror=deprecated-declarations flag, use of hooks like
3432 __malloc_initialize_hook causes compilation to fail because these
3433 hooks are deprecated. Modify 'configure' to check for these hooks too.
3434 Simplify the 'configure' code to test for all the hooks at once.
3435 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
3436 (emacs_cv_var_doug_lea_malloc): ... this new var.
3437
9ee7d8b9
PE
34382012-04-21 Paul Eggert <eggert@cs.ucla.edu>
3439
3440 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
3441 dated 2011-10-07. Regenerating from current gnulib would be a
3442 pervasive change, and currently the trunk isn't open to such changes.
3443 * configure.in (WARN_CFLAGS): Remove; no longer needed now
3444 that gnulib does it.
3445 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3446
5e6ab4e6
AS
34472012-04-21 Andreas Schwab <schwab@linux-m68k.org>
3448
3449 * m4/gl-comp.m4: Update. (Bug#11285)
3450
c07a4c0b 34512012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
3452
3453 * configure.in: Don't use the -R option (Bug#11251).
3454
6c94c34f 34552012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 3456
9f46df23 3457 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
3458 I have been using this change for many months in my private copy
3459 of Emacs, and have used it to find several bugs. It's mature
3460 enough to publish now.
3461 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
3462 * configure.in: Support --enable-gcc-warnings, in the style of
3463 other GNU packages such as coreutils.
3464 (C_WARNINGS_SWITCH): Remove, replacing with...
3465 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
3466 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
3467 when including system files with GCC.
67546201 3468 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
3469 * lib/Makefile.am (AM_CFLAGS): New macro.
3470 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
3471
316411f0
DA
34722012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3473
3474 * configure.in (AC_CHECK_FUNCS):
1f9f395d 3475 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
316411f0 3476
9b9b2ef2
GM
34772012-04-16 Glenn Morris <rgm@gnu.org>
3478
b1aa797c
GM
3479 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
3480
9b9b2ef2
GM
3481 * configure.in: Remove X libs workaround for old autoconf.
3482
badf86af
KB
34832012-04-12 Ken Brown <kbrown@cornell.edu>
3484
3485 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
3486
2f097256
GM
34872012-04-11 Glenn Morris <rgm@gnu.org>
3488
3489 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
3490
a9f72fc1
GM
34912012-04-10 Glenn Morris <rgm@gnu.org>
3492
3493 * configure.in: Conditionally generate admin/unidata/Makefile.
3494
6b4f4a2d
TZ
34952012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
3496
a9f72fc1 3497 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 3498
23df914b
GM
34992012-04-09 Glenn Morris <rgm@gnu.org>
3500
fd9d85c2
GM
3501 * Makefile.in (leim): Check cd return value. Pass fewer variables.
3502 (install-leim): Check cd return value. Pass $MFLAGS.
3503 (install-strip): Pass $MFLAGS.
3504
23df914b
GM
3505 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
3506 Eg org.texi has been using 4.7 functions for some time.
3507
bf6bba2b
PE
35082012-04-07 Paul Eggert <eggert@cs.ucla.edu>
3509
3510 Check pkg-config exit status when configuring (Bug#10626).
3511 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
3512 works; check its exit status. Problem reported by Jordi Gutiérrez
3513 Hermoso in
3514 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
3515
f3774f20
GM
35162012-04-07 Glenn Morris <rgm@gnu.org>
3517
3518 * README, configure.in (AC_INIT): Bump version to 24.1.50.
3519
d67a9a85
EZ
35202012-04-07 Eli Zaretskii <eliz@gnu.org>
3521
3522 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
3523
f20f95c6
PE
35242012-03-04 Paul Eggert <eggert@cs.ucla.edu>
3525
3526 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
3527 * configure.in (LIBS_TERMCAP): Default this to the result of
3528 the tputs library search. Do a run-time test for the linkability
3529 of tputs unless cross-compiling, as that's more reliable if the
3530 link flags and libraries are messed up. Don't change LIBS as
3531 a result of the test, as that may mess up later tests.
3532
75197633
CS
35332012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
3534
e7b41c4c 3535 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 3536
75197633
CS
3537 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
3538 specific makefiles to support getopt_.h generation with MSVC.
3539
7eb21b49
GM
35402012-02-04 Glenn Morris <rgm@gnu.org>
3541
3542 * Makefile.in (uninstall):
3543 Handle compressed info files and man pages. (Bug#10718)
3544
44f92739
GM
35452012-02-02 Glenn Morris <rgm@gnu.org>
3546
3547 * configure.in [HAVE_NS]:
3548 Error if use --without-toolkit-scroll-bars. (Bug#10673)
3549
6df37268
PE
35502012-02-01 Paul Eggert <eggert@cs.ucla.edu>
3551
3552 Port to older Solaris 10 versions (Bug#10677).
3553 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
3554 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
3555 possibly this is because Sun fixed the 'stat' bug in my version.
3556 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
3557 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
3558 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3559 These changes are based on gnulib version
3560 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
3561 because Emacs is in feature freeze and we do not want to merge any
3562 more-recent changes from gnulib.
3563
8d8939e8
GM
35642012-01-31 Glenn Morris <rgm@gnu.org>
3565
e4070def
GM
3566 * configure.in: Throw an explicit error if Motif toolkit was
3567 requested but requirements could not be found.
3568
8d8939e8
GM
3569 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
3570
5a26ec89
EZ
35712012-01-30 Eli Zaretskii <eliz@gnu.org>
3572
3573 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
3574 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
3575 with "make -j3".
3576
1b0880d5
JB
35772012-01-16 Juanma Barranquero <lekktu@gmail.com>
3578
3579 * .bzrignore: Ignore etc/__pycache__.
3580
adee8a65
PE
35812011-12-17 Paul Eggert <eggert@cs.ucla.edu>
3582
3583 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
090bd7cb 3584 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
adee8a65
PE
3585 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
3586 by Nelson H. F. Beebe in
3587 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
3588
e152e577
JB
35892011-12-10 Juanma Barranquero <lekktu@gmail.com>
3590
3591 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
3592
46d14be7
JD
35932011-12-10 Jan Djärv <jan.h.d@swipnet.se>
3594
3595 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
3596 instead of LDFLAGS (Bug#10230).
3597
6c269a38
PE
35982011-12-03 Paul Eggert <eggert@cs.ucla.edu>
3599
4eec8d6f
PE
3600 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
3601
6c269a38 3602 Propagate configure flags to sub-configures.
1350a3cc 3603 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
3604 New macros.
3605 (config.status, bootstrap): Use them to propagate configure flags
3606 to sub-configures.
3607 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
3608
63e94eb8
PE
36092011-12-03 Paul Eggert <eggert@cs.ucla.edu>
3610
3611 * .bzrignore: Add config.cache.
3612
54e9e3bf
JD
36132011-11-27 Jan Djärv <jan.h.d@swipnet.se>
3614
3615 * configure.in: Check for gtk_window_set_has_resize_grip.
3616
20db1522
JB
36172011-11-24 Juanma Barranquero <lekktu@gmail.com>
3618
3619 * configure.in (HAVE_XPM): Fix typo.
3620
60bf278f
GM
36212011-11-22 Glenn Morris <rgm@gnu.org>
3622
5f77c86c
GM
3623 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
3624 have confusing effects on the build. (Bug#6401)
3625
60bf278f
GM
3626 * Makefile.in (install-arch-dep): Tweak previous change.
3627
816be9f6
YD
36282011-11-22 Yavor Doganov <yavor@gnu.org>
3629
3630 Do not install arch-dependent files in the app bundle if
3631 --disable-ns-self-contained is requested. (Bug#1335)
3632 * configure.in (exec_prefix, libexecdir): Define relative to
3633 `ns_appbindir' only if configured for a self-contained app.
3634 * Makefile.in (install-arch-dep): Test for the existence of
3635 libexec in the Emacs.app bundle before executing commands.
3636
d5ff9cd0
AS
36372011-11-20 Andreas Schwab <schwab@linux-m68k.org>
3638
3639 * configure.in: Remove reference to src/m/ibms390.h.
3640
1c889bf6
GM
36412011-11-13 Glenn Morris <rgm@gnu.org>
3642
3643 * INSTALL: Tiny updates for disk space used during installation.
3644
a6fc3b5c
EZ
36452011-11-05 Eli Zaretskii <eliz@gnu.org>
3646
3647 * lib/makefile.w32-in (FRC): New dummy target.
3648 (TAGS): Depend on FRC.
3649
9f77899d
GM
36502011-11-04 Glenn Morris <rgm@gnu.org>
3651
1f9f395d 3652 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
9f77899d
GM
3653 Do not include GnuTLS version info in final summary message.
3654
0bd3cb7b
EZ
36552011-10-31 Eli Zaretskii <eliz@gnu.org>
3656
07f3add9
EZ
3657 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
3658 they exist there, else from autogen/.
3659
3660 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 3661
d2eaf3e4
NT
36622011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
3663
3664 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
3665
e782cfab
PE
36662011-10-24 Paul Eggert <eggert@cs.ucla.edu>
3667
3668 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
3669 if the library is found. Otherwise, later configure-time tests,
3670 such as the test for pthread_sigmask, generate the wrong results
3671 on some platforms. Problem reported for FreeBSD by Nali Toja.
3672
7da0b018
PE
36732011-10-20 Paul Eggert <eggert@cs.ucla.edu>
3674
3675 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
3676 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
3677 Remove; no longer needed, now that we defer to strftime for time
3678 zone names.
3679
0ffe1065
JD
36802011-10-18 Jan Djärv <jan.h.d@swipnet.se>
3681
3682 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
3683
23769e49
CY
36842011-10-18 Chong Yidong <cyd@gnu.org>
3685
3686 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
3687
fd8dea03
GM
36882011-10-13 Glenn Morris <rgm@gnu.org>
3689
3690 * configure.in: Also look for tputs in libcurses. (Bug#9736)
3691
f4cc5b54
PE
36922011-10-12 Paul Eggert <eggert@cs.ucla.edu>
3693
3694 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 3695 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
3696 The check was helpful but not essential in Solaris 2.6 (1997),
3697 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
3698 obsolete -- Sun dropped support for it in 2006 -- and without
3699 access to that Silurian platform we can't maintain the code anyway.
3700
7c5ee88e
PE
37012011-10-07 Paul Eggert <eggert@cs.ucla.edu>
3702
d47439a3
PE
3703 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
3704 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
3705 * m4/gnulib-common.m4: Merge from gnulib.
3706 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
3707 command not found" on powerpc-apple-darwin9.8.0.
3708
7c5ee88e
PE
3709 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
3710 This is now done by src/alloc.c.
3711
423dbf9b
RS
37122011-10-02 Richard Stallman <rms@gnu.org>
3713
3714 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
3715 and xlinux_second_failure to xgnu_linux_second_failure.
3716
31bed486
EZ
37172011-09-29 Eli Zaretskii <eliz@gnu.org>
3718
5f91c1e5
EZ
3719 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
3720 lib/signal.in-h.
31bed486 3721
e785f2ec 3722 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
3723 Rename signal.in.h and alloca.in.h.
3724
e1504b9b
EZ
37252011-09-28 Eli Zaretskii <eliz@gnu.org>
3726
3727 * INSTALL: Mention that m17n libraries and libotf are needed for
3728 Arabic shaping.
3729
316f8af0
PE
37302011-09-26 Paul Eggert <eggert@cs.ucla.edu>
3731
3732 Merge from gnulib, improving some licensing wording.
3733 This clarifies and fixes some licensing issues raised by Glenn Morris
3734 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
3735 It also merges the latest version of texinfo.tex and has some
3736 MSVC-related changes that don't affect Emacs.
3737 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
3738 pathmax, and raise, since these are needed only to address
3739 MSVC-related issues that Emacs doesn't have.
2fb6d9c6 3740 * lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
316f8af0
PE
3741 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
3742 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
3743 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
3744 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
3745 * m4/unistd_h.m4: Merge from gnulib.
3746
04d51ad4
AS
37472011-09-26 Andreas Schwab <schwab@linux-m68k.org>
3748
3749 * configure.in: Initialize HAVE_LIBXML2.
3750
6e99ef20
GM
37512011-09-26 Glenn Morris <rgm@gnu.org>
3752
3753 * make-dist: Add lib/makefile.w32-in.
3754
0538fab0
GM
37552011-09-24 Glenn Morris <rgm@gnu.org>
3756
3757 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
3758
c5b01d8c
LMI
37592011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3760
3761 * .dir-locals.el: Change the debbugs regexp to allow having the
3762 bug number as the first thing on a line.
3763
0cc87afb
GM
37642011-09-15 Glenn Morris <rgm@gnu.org>
3765
3766 * configure.in: Make configure work with recent GNUsteps.
3767 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
3768 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 3769 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 3770
3f44249e
PE
37712011-09-11 Paul Eggert <eggert@cs.ucla.edu>
3772
3773 Merge from gnulib, porting to Tru64.
3774 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
3775 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3776 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
3777 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
3778 doesn't affect Emacs.
3779
c8199d0f
PE
37802011-09-06 Paul Eggert <eggert@cs.ucla.edu>
3781
3782 * configure.in (isnan): Remove now-unnecessary check.
3783
e39b275c 37842011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 3785
abec06ff 3786 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
3787 This is to fix the following problems:
3788 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
3789 configured not to use gtk or any other thread-using library,
3790 signals aren't blocked correctly.
3791 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
3792 and IRIX's signal handling.
3793 . On Cygwin 1.7.5 it works around an incompatibility with
3794 the system pthread_sigmask.
3795 . On MacOS X 10.5 (32-bit), files whose inode numbers
3796 exceed 2**31 cannot be read or manipulated.
3797 . pthread_sigmask: Actually use results of gl_THREADLIB.
3798 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
3799 . find 'ar' program that fits with --host argument.
3800 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
3801 * autogen/README: Update destination list.
3802 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
3803 The autogenerated files compile, config.guess,
3804 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
3805 * m4/largefile.m4: New file, so that Emacs does not mess up when
3806 accessing files with large inode numbers in MacOS X 10.5 and later.
3807 * m4/nocrash.m4: New file, to avoid triggering background debugger
3808 and/or create core dumps during 'configure'.
3809 * build-aux/move-if-change: Renamed from move-if-change.
3810 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
3811 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
3812 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
3813 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
3814 * Makefile.in (epaths-force, sync-from-gnulib):
3815 move-if-change is now in build-aux.
3816 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
3817 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
3818 (mkdir): install-sh is now in build-aux.
3819 * config.bat: c++defs.h is now in build-aux/snippets.
3820 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
3821 usual parameter).
3822 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3823 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
3824 to build-aux/snippet.
3825 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
3826 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
3827 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
3828 Solaris, enables MacOS extensions, and enables nocrash during
3829 'configure'.
3830 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
3831
86633eab 38322011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
3833
3834 * configure.in (snprintf): New check.
3835
015faae4
PE
38362011-08-30 Paul Eggert <eggert@cs.ucla.edu>
3837
695a3dc5 3838 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 3839 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
3840 Remove unreachable pattern hppa*-*-linux-gnu*.
3841 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
3842 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 3843
52ec1feb
JD
38442011-08-26 Jan Djärv <jan.h.d@swipnet.se>
3845
3846 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
3847
377538cb
JD
38482011-08-13 Jan Djärv <jan.h.d@swipnet.se>
3849
3850 * configure.in: Add header check: sys/socket.h (Bug#8477),
3851 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
3852 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
3853
ae9e757a
JD
38542011-08-04 Jan Djärv <jan.h.d@swipnet.se>
3855
3856 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
3857 (HAVE_GTK_AND_PTHREAD): Remove.
3858
be8ec0b3
AA
38592011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
3860
3861 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
3862 build, not just GNUstep (Bug#9177).
3863
2573a837 38642011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
3865
3866 Assume freestanding C89 headers, string.h, stdlib.h.
3867 Again, this simplifies the code, and all current platforms have these.
3868 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
3869 (AC_HEADER_STDC): Remove.
3870 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
3871 (strchr, strrchr): Remove fallback macros.
3872
9cfdb3ec
PE
3873 Assume support for memcmp, memcpy, memmove, memset.
3874 This simplifies the code a bit. All current platforms have these,
3875 as they are required for C89. If this turns into a problem we
3876 can add the gnulib modules for these (a 1-line change to Makefile.in).
3877 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
3878
427c285b
PE
38792011-07-27 Paul Eggert <eggert@cs.ucla.edu>
3880
3881 * GNUmakefile: New file.
3882 This is for convenience, so that one can run GNU make in an
3883 unconfigured source tree, and get a default build.
3884
2ad77c9d
JD
38852011-07-13 Jan Djärv <jan.h.d@swipnet.se>
3886
3887 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
3888
c8618a06
YM
38892011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3890
3891 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
3892 so as to suppress address randomization (Bug#8395).
3893
f6ce9b9a
PE
38942011-07-09 Paul Eggert <eggert@cs.ucla.edu>
3895
3fcf7a1c
PE
3896 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
3897 This fixes a build problem on older Mac OS X hosts.
3898
d9706d9f
PE
3899 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
3900 test, which runs afoul of Automake installations where, for example,
3901 /usr/share/aclocal contains a copy of gl_THREADLIB.
3902 Problem reported by Sven Joachim in
3903 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
3904 This is just a quick temporary fix, specific to Emacs; I'll work
3905 with the other gnulib maintainers to get a more-permanent fix.
3906
af66a2d7 3907 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
3908 * Makefile.in (GNULIB_MODULES): Add strtoimax.
3909 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
3910 automatically imported from gnulib.
3911 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3912
1692ae2d 39132011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 3914
8a6ebd58 3915 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 3916 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
3917 * configure.in (AC_TYPE_UID_T): New dummy macro.
3918 Configure gnulib after adjusting LIBS,
3919 so that gnulib can assume the libraries in LIBS.
6db30f83 3920 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 3921 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 3922 * lib/pthread_sigmask.c:
6db30f83
PE
3923 New files, automatically imported from gnulib.
3924 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
3925 due to the above changes.
3926 * .bzrignore: Add lib/signal.h.
3927
4a621aae
PE
3928 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
3929
5e94cadb
AS
39302011-07-07 Andreas Schwab <schwab@linux-m68k.org>
3931
3932 * configure.in (maintainer-mode): Reflect default in help string.
3933
76b397fb
DN
39342011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3935
3936 * configure.in: Remove reference to iris4d.h.
3937
869795d6
JD
39382011-07-05 Jan Djärv <jan.h.d@swipnet.se>
3939
3940 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
3941
3279eb87
GM
39422011-07-01 Glenn Morris <rgm@gnu.org>
3943
3944 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
3945
2e6e11eb
LMI
39462011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3947
3948 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
3949 which made ./configure infloop.
3950
9851bfc5
JD
39512011-06-30 Jan Djärv <jan.h.d@swipnet.se>
3952
3953 * configure.in (gsettings): New option and check for GSettings.
3954
adbc4ef4
GM
39552011-06-29 Glenn Morris <rgm@gnu.org>
3956
3957 * configure.in: Try to test for the required crt*.o files.
3958
1f773f32
BW
39592011-06-27 Bill Wohler <wohler@newt.com>
3960
3961 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
3962
7a7ef429
PE
39632011-06-25 Paul Eggert <eggert@cs.ucla.edu>
3964
3965 Use gnulib's dup2 module instead of rolling our own.
3966 * Makefile.in (GNULIB_MODULES): Add dup2.
3967 * configure.in: Do not check for dup2; gnulib does that now.
3968 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
3969
6dd7e400
PE
39702011-06-23 Paul Eggert <eggert@cs.ucla.edu>
3971
3972 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
3973
94a807ac 39742011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
3975
3976 Use gnulib's alloca-opt module.
3977 * .bzrignore: Add lib/alloca.h.
3978 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
3979 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
3980 as gnulib now does that for us. Put alloca check in config.h.
3981 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
3982 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3983 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
3984
3ce9d0d4
LL
39852011-06-21 Leo Liu <sdl.web@gmail.com>
3986
3987 * m4/sha256.m4:
3988 * m4/sha512.m4:
3989 * m4/gl-comp.m4:
3990 * lib/u64.h:
3991 * lib/sha256.c:
3992 * lib/sha256.h:
3993 * lib/sha512.c:
3994 * lib/sha512.h:
3995 * lib/makefile.w32-in (GNULIBOBJS):
3996 * lib/gnulib.mk:
3997 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
3998 crypto/sha512 modules from gnulib.
3999
add3f049
PE
40002011-06-19 Paul Eggert <eggert@cs.ucla.edu>
4001
4002 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
4003
3a4725e1
GM
40042011-06-17 Glenn Morris <rgm@gnu.org>
4005
4006 * configure.in: Restore the behavior of checking crt-dir only
4007 when the user specified it (not all platforms use it).
4008
bf4846e7
PE
40092011-06-16 Paul Eggert <eggert@cs.ucla.edu>
4010
4011 * m4/lstat.m4: Merge from gnulib (Bug#8878).
4012
4d61f28d 40132011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
4014
4015 * configure.in: Try to determine CRT_DIR automatically when
4016 using gcc.
4017
8c9b2106
PE
40182011-06-15 Paul Eggert <eggert@cs.ucla.edu>
4019
8aeb5be9
PE
4020 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
4021 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
4022 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
4023 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
4024 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
4025 Merge from gnulib.
8c9b2106 4026
c195f2de
JD
40272011-06-14 Jan Djärv <jan.h.d@swipnet.se>
4028
4029 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
4030
7e2aa385
PE
40312011-06-08 Paul Eggert <eggert@cs.ucla.edu>
4032
4033 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
4034
81eafe29
PE
40352011-06-07 Paul Eggert <eggert@cs.ucla.edu>
4036
4037 * configure.in: Add --with-wide-int.
4038 * INSTALL: Mention this.
4039
9afafefb
PE
40402011-06-06 Paul Eggert <eggert@cs.ucla.edu>
4041
4042 Merge from gnulib.
4043 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
4044
f797625a
PE
40452011-06-02 Paul Eggert <eggert@cs.ucla.edu>
4046
4047 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
4048
90856fe0 40492011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
4050
4051 Use 'inline', not 'INLINE'.
eefc9486 4052 * configure.in (INLINE): Remove.
55d4c1b2 4053
6a3e57bb
PE
40542011-05-29 Paul Eggert <eggert@cs.ucla.edu>
4055
4056 Adjust to recent gnulib change for @GUARD_PREFIX@.
4057 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
4058 All uses of _GL_ for guard prefixes in lib/*.h replaced with
4059 _@GUARD_PREFIX@_.
4060
842b28a0
PE
40612011-05-27 Paul Eggert <eggert@cs.ucla.edu>
4062
e61923c8 4063 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 4064
70716b1d
GM
40652011-05-24 Glenn Morris <rgm@gnu.org>
4066
a22d9d2c
GM
4067 * Makefile.in (check): Just give a message if no test/ directory.
4068
bdd556a2
GM
4069 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
4070
70716b1d
GM
4071 * configure.in (OPT_MAKEFILES_IN): Remove.
4072 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
4073 (SUBDIR_MAKEFILES_IN): New output variable.
4074 * Makefile.in (OPT_MAKEFILES_IN): Remove.
4075 (SUBDIR_MAKEFILES_IN): Let configure set it.
4076
13c3daa4
LL
40772011-05-24 Leo Liu <sdl.web@gmail.com>
4078
4079 * m4/sha1.m4:
4080 * m4/gl-comp.m4:
4081 * lib/sha1.h:
4082 * lib/sha1.c:
4083 * lib/makefile.w32-in (GNULIBOBJS):
4084 * lib/gnulib.mk:
4085 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
4086
e09e38a8
GM
40872011-05-24 Glenn Morris <rgm@gnu.org>
4088
4ba4c54a
GM
4089 * configure.in: Remove test for already configured source directory.
4090 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
4091
5a95c002
GM
4092 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
4093
fa5d79db
GM
40942011-05-24 Glenn Morris <rgm@gnu.org>
4095
6c7e099d
GM
4096 * make-dist: Don't distribute test/. (Bug#8107)
4097 * configure.in (OPT_MAKEFILES_IN): New output variable.
4098 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
4099 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
4100 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
4101 (check): Give an explicit error if test/ is not present.
4102
fa5d79db
GM
4103 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
4104 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
4105 (Makefile): Use $SUBDIR_MAKEFILES_IN.
4106
2df215b5
PE
41072011-05-23 Paul Eggert <eggert@cs.ucla.edu>
4108
4109 * lib/verify.h: Merge from gnulib.
4110
f518ae90
PE
41112011-05-22 Paul Eggert <eggert@cs.ucla.edu>
4112
4113 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
4114 Merge from gnulib.
4115
16b71f3a
AS
41162011-05-21 Andreas Schwab <schwab@linux-m68k.org>
4117
4118 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
4119
7285dc67
EZ
41202011-05-20 Eli Zaretskii <eliz@gnu.org>
4121
6a45b46f
EZ
4122 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
4123
7285dc67
EZ
4124 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
4125
b9704ad9
GM
41262011-05-20 Glenn Morris <rgm@gnu.org>
4127
4128 * configure.in (lisp_frag): New output file.
4129
4a720484
GM
41302011-05-19 Glenn Morris <rgm@gnu.org>
4131
4132 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
4133 (WINDOW_SUPPORT): Remove output variables that are no longer used.
4134
a3c92bc1
EZ
41352011-05-17 Paul Eggert <eggert@cs.ucla.edu>
4136
8f906c40
EZ
4137 * lib/gnulib.mk:
4138 * lib/intprops.h:
4139 * lib/unistd.in.h:
4140 * m4/inttypes.m4:
4141 * m4/stdint.m4:
4142 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 4143
d681f183
GM
41442011-05-14 Glenn Morris <rgm@gnu.org>
4145
4146 * configure.in: Treat failure to find an X toolkit the same way we treat
4147 failure to find X and image support.
4148
4f8c52a9
GM
41492011-05-12 Glenn Morris <rgm@gnu.org>
4150
4151 * Makefile.in (src, install-arch-indep, bootstrap-clean)
4152 (check-declare): Shell portability fixes. (Bug#8642)
4153
5a7f0a30
TZ
41542011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4155
4156 * configure.in: Require GnuTLS 2.6.x or higher.
4157
b08a63cc 41582011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 4159
c378da0b
PE
4160 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
4161 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
4162 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
4163
19548d08
PE
4164 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
4165 This new gnulib-tool option saves 'configure' the trouble of
4166 checking for strtoull when strtoumax exists.
4167
d1a2ac5c
PE
4168 * configure.in (BITS_PER_LONG_LONG): New macro.
4169
773233f8
GM
41702011-05-05 Glenn Morris <rgm@gnu.org>
4171
4172 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
4173 (top_distclean): Delete config.log~.
4174
40697cd9
BK
41752011-04-27 Ben Key <bkey76@gmail.com>
4176
4177 * configure.in: Fixed a bug that caused configure with
4178 --enable-checking=stringoverrun to have no effect.
4179
671875da 41802011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
4181
4182 * configure.in: Suppress unnecessary checks for size_t.
4183 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
4184 (size_t): Do not check for this, and do not typedef. This code
4185 is never exercised now.
4186
a8a2bb29
PE
4187 * Makefile.in (GNULIB_MODULES): Add strtoumax.
4188 This is needed for the new integer-reading code in lread.c.
4189 It automatically pulls in the following gnulib files, which
4190 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
4191 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
4192 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
4193 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 4194 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 4195
33630d51
TZ
41962011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
4197
4198 * configure.in: Check for GnuTLS certificate verify callbacks.
4199
bfab7d85
SM
42002011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 * Makefile.in (config.status): Don't erase in case of error.
4203 In case it disappeared, rebuild it with `configure'.
4204
fe0e7ad7
KB
42052011-04-20 Ken Brown <kbrown@cornell.edu>
4206
4207 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
4208
f5b06c35
GM
42092011-04-12 Glenn Morris <rgm@gnu.org>
4210
4211 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
4212
762f8d96 42132011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
4214
4215 * lib/allocator.c: New file, automatically generated by gnulib.
4216
5fac7083
GM
42172011-04-07 Glenn Morris <rgm@gnu.org>
4218
4219 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
4220
973f782d
EZ
42212011-04-06 Eli Zaretskii <eliz@gnu.org>
4222
4223 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
4224 Revert last change.
4225
f1f81baa
JB
42262011-04-06 Juanma Barranquero <lekktu@gmail.com>
4227
4228 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
4229 ($(BLD)/careadlinkat.$(O)): New target.
4230 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
4231 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
4232 Update dependencies.
4233
b70d23ff 42342011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 4235
41cf7d1a
PE
4236 Fix more problems found by GCC 4.6.0's static checks.
4237
aa181334
PE
4238 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
4239
1f7196bf 4240 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
4241 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
4242 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
4243 * m4/ssize_t.m4: New files, automatically generated from gnulib.
4244
c0274801
GM
42452011-04-06 Glenn Morris <rgm@gnu.org>
4246
4247 * autogen/update_autogen: Handle loaddefs-like files as well.
4248 (usage): Add -l, -C.
4249 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
4250 With -l, check status of lisp/ as well.
4251 With -C, clean before building.
4252 (autoreconf): Only pass -f in the `clean' case.
4253 (commit): New function.
4254
42e85a8f
GM
42552011-03-28 Glenn Morris <rgm@gnu.org>
4256
39f31873
GM
4257 * autogen/update_autogen: Pass -f to autoreconf.
4258
42e85a8f
GM
4259 * autogen.sh (get_version): Discard "not found" lines.
4260 (check_version): Respect $AUTOCONF etc environment variables.
4261
9af30bdf
GM
42622011-03-27 Glenn Morris <rgm@gnu.org>
4263
4264 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
4265 (AH_BOTTOM): Do not define SIGTYPE.
4266
181855e6
GM
42672011-03-26 Glenn Morris <rgm@gnu.org>
4268
4269 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
4270 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
4271
9ee0d174
AS
42722011-03-25 Andreas Schwab <schwab@linux-m68k.org>
4273
4274 * autogen/update_autogen: Remove useless function keyword.
4275
07da4b3c
EZ
42762011-03-25 Eli Zaretskii <eliz@gnu.org>
4277
4278 * config.bat: Generate src/config.h and lib/Makefile from
4279 autogen/config.in and autogen/Makefile.in.
4280
f6ca84c0
GM
42812011-03-25 Glenn Morris <rgm@gnu.org>
4282
4283 * compile, config.guess, config.sub, depcomp, install-sh, missing:
4284 Remove; autoreconf can supply them.
4285 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
4286 config.guess, install-sh. Pass -i to autoreconf.
4287 * autogen/update_autogen (genfiles): Add compile, config.guess,
4288 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
4289 Discard non-error output from autoreconf in -q case.
4290 * autogen/compile, autogen/config.guess, autogen/config.sub:
4291 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
4292 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
4293 install-sh, missing.
4294
8cc1d519
GM
42952011-03-23 Glenn Morris <rgm@gnu.org>
4296
9bb73912 4297 * autogen/update_autogen: Fix typo.
904a432c 4298 (msg): Remove function; use `exec' instead.
9bb73912 4299
8cc1d519
GM
4300 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
4301 (sync-from-gnulib): Don't sync mkinstalldirs.
4302 * make-dist: Don't distribute mkinstalldirs.
4303
c9c49752 43042011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 4305
c9c49752 4306 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
4307 * Makefile.in (GNULIB_MODULES): Add socklen.
4308 * configure.in: Do not check for sys/socket.h, since socklen does that.
4309 * m4/socklen.m4: New automatically-generated file, from gnulib.
4310
d5cad867
PE
4311 fakemail: Remove dependency on ignore-value.
4312 * Makefile.in (GNULIB_MODULES): Add stdio.
4313 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
4314 imported from gnulib.
cbd350f1 4315 * .bzrignore: Add lib/stdio.h.
c9c49752 4316
34cb1cc6
GM
43172011-03-22 Glenn Morris <rgm@gnu.org>
4318
4319 * autogen/copy_autogen: Work from ./ or ../.
4320 Fix time-stamps.
4321 * autogen.sh: Doc fix.
4322
66b87493
GM
43232011-03-20 Glenn Morris <rgm@gnu.org>
4324
4325 * autogen/: New directory, to be excluded from releases.
4326 * autogen/copy_autogen, autogen/update_autogen: New scripts.
4327 * autogen/README: New file.
4328 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
4329 * autogen/Makefile.in: Add auto-updated generated files.
4330 * autogen.sh: No longer a no-op, now it tests for autotools
4331 and runs them as necessary.
cd1181db 4332 * configure.in: Default maintainer-mode to on.
66b87493
GM
4333 * aclocal.m4, configure, lib/Makefile.in: Remove files.
4334
1ef6de05
PE
43352011-03-13 Paul Eggert <eggert@cs.ucla.edu>
4336
4337 Update for gnulib.
4338 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
4339 includes <intprops.h> directly.
4340 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
4341 when building Emacs on Solaris 9 and running it on Solaris 10.
4342
0afb4571
J
43432011-03-08 Jan Djärv <jan.h.d@swipnet.se>
4344
4345 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
4346
33383987
JB
43472011-03-07 Chong Yidong <cyd@stupidchicken.com>
4348
4349 * Version 23.3 released.
4350
870d9cf6
GM
43512011-03-06 Glenn Morris <rgm@gnu.org>
4352
4353 * configure.in (FREETYPE_LIBS): Actually set it to something.
4354
6c0dea8a
PE
43552011-03-02 Paul Eggert <eggert@cs.ucla.edu>
4356
4357 Work around some portability problems with symlinks.
4358
4359 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
4360 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
4361 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
4362 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
4363 * m4/symlink.m4:
4364 New files, automatically generated from gnulib.
4365 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4366 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
4367
945d8b44
EZ
43682011-02-26 Eli Zaretskii <eliz@gnu.org>
4369
03382788
EZ
4370 * .bzrignore: Ignore new lib/*.in-h files.
4371
90eacf99
SM
4372 * config.bat: Rename stdint.in.h and sys_stat.in.h.
4373 Call depfiles.bat even if lib/deps already exist.
945d8b44 4374
9411886d
PE
43752011-02-25 Paul Eggert <eggert@cs.ucla.edu>
4376
4377 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
4378 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
4379 recent changes to configure.in and to gnulib.
9411886d 4380
1e8dbdc6
GM
43812011-02-24 Glenn Morris <rgm@gnu.org>
4382
4383 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
4384 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
4385
f68c809d
PE
43862011-02-22 Paul Eggert <eggert@cs.ucla.edu>
4387
4388 Assume S_ISLNK etc. work, since gnulib supports this.
4389 * Makefile.in (GNULIB_MODULES): Add sys_stat.
4390 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
4391 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
4392 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
4393
ba01e9d7
PE
43942011-02-21 Paul Eggert <eggert@cs.ucla.edu>
4395
4396 * lib/min-max.h: New file, for "min" and "max".
4397
9f8370e6
CS
43982011-02-21 Christoph Scholtes <cschol2112@gmail.com>
4399
90eacf99 4400 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
9f8370e6
CS
4401 $(EMACS_ROOT)/nt/inc/stdint.h.
4402
25c51af3
EZ
44032011-02-21 Eli Zaretskii <eliz@gnu.org>
4404
4405 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
4406 src/makefile.w32-in and adapt. Depend on stamp_BLD.
4407 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
4408
38942b9c 44092011-02-21 Paul Eggert <eggert@cs.ucla.edu>
5fa4ac76
PE
4410
4411 Import filemode module from gnulib.
4412 * .bzrignore: Add lib/sys/.
4413 * Makefile.in (GNULIB_MODULES): Add filemode.
4414 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
4415 * lib/filemode.c: Renamed from src/filemode.c and regenerated
4416 from gnulib. This adds support for some more file types, e.g.,
4417 Cray DMF migrated files.
5fa4ac76
PE
4418 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
4419 * m4/sys_stat_h.m4: New files, generated from gnulib.
4420 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4421 Regenerate.
4422
e1e6b4fb
EZ
44232011-02-20 Eli Zaretskii <eliz@gnu.org>
4424
4425 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
4426 $(EMACS_ROOT)/nt/inc/sys/stat.h.
4427
6cac9cb1
PE
44282011-02-20 Paul Eggert <eggert@cs.ucla.edu>
4429
4430 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
4431 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
4432 is no longer needed, due to the recent SSDATA and related changes.
4433 Perhaps -Wno-pointer-sign should also be removed from
4434 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
4435 way to test this so I left it alone.
4436 * configure: Regenerate.
4437
0a19a6f8 44382011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
4439
4440 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
4441 src/makefile.w32-in.
4442
61353ac8 44432011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 4444
61353ac8 4445 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 4446 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
4447 Regenerate.
4448 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
4449 Import the new versions from gnulib; they assume a C99-style
4450 <stdint.h>, supplied by the stdint module.
4451 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
4452 imported from gnulib.
942f733f 4453 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
61353ac8 4454
9d9d12cd
EZ
44552011-02-19 Eli Zaretskii <eliz@gnu.org>
4456
152be435 4457 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 4458 Add lib/deps/.
152be435 4459
9d9d12cd 4460 * config.bat: Configure in `lib'.
219463da 4461 Generate *.Po files in lib/deps.
9d9d12cd 4462
7d315eb6
PE
44632011-02-18 Paul Eggert <eggert@cs.ucla.edu>
4464
4465 Import IRIX 6.5 getloadavg fixes from gnulib.
4466 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
4467
1f5d53eb
PE
44682011-02-16 Paul Eggert <eggert@cs.ucla.edu>
4469
4470 Import getloadavg module from gnulib.
4471 * .bzrignore: Add lib/stdlib.h.
4472 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1f5d53eb
PE
4473 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
4474 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
4475 Remove; gnulib does this now.
4476 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
4477 from gnulib. This adds support for several other systems, such
4478 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
4479 buffer overrun on Linux hosts under very high load, and on hosts
4480 that maintain a channel to the load average file it makes sure
4481 the file descriptor is close-on-exec (on hosts that support this)
4482 and is not stdin, stdout, or stderr.
4483 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
4484 from gnulib.
4485 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
38942b9c 4486 Regenerate.
1f5d53eb 4487
bb55f713
PE
44882011-02-15 Paul Eggert <eggert@cs.ucla.edu>
4489
4490 Merge from gnulib.
4491
7127b760
PE
4492 * install-sh: Update to scriptversion 2011-01-19.21.
4493
bb55f713
PE
4494 2011-02-13 Bruno Haible <bruno@clisp.org>
4495
4496 Consistent macro naming for macros that use GCC __attribute__.
90eacf99 4497 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
bb55f713
PE
4498 ATTRIBUTE_DEPRECATED.
4499
4500 2011-02-12 Bruno Haible <bruno@clisp.org>
4501
4502 setlocale: Prefer gnulib's override over libintl's override.
4503 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
4504 GNULIB_defined_setlocale is set.
4505
57e96f8e
GM
45062011-02-13 Glenn Morris <rgm@gnu.org>
4507
4508 * make-dist: Exclude generated file src/globals.h.
4509
988c07df
PE
45102011-02-10 Paul Eggert <eggert@cs.ucla.edu>
4511
4512 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
4513 Sync from gnulib, which has been patched to fix the problem
4514 with the license notices. Problem reported by Glenn Morris in
4515 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
4516
ccded26c
SM
45172011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * .bzrignore: Ignore globals.h and related stamp.
4520
6ffb2c0c
PE
45212011-02-09 Paul Eggert <eggert@cs.ucla.edu>
4522
4523 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
4524 This merges the following fix from gnulib:
4525
4526 2011-02-08 Bruno Haible <bruno@clisp.org>
4527
4528 Split large sed scripts, for HP-UX sed.
4529
00b3c7ac
TT
45302011-02-08 Tom Tromey <tromey@redhat.com>
4531
4532 * configure: Rebuild.
4533 * configure.in (NS_OBJC_OBJ): New subst.
4534
91ccade4
PE
45352011-02-06 Paul Eggert <eggert@cs.ucla.edu>
4536
6ffb2c0c
PE
4537 gnulib: allow multiple gnulib generated replacements to coexist
4538 This defines a few preprocessor symbols that should not affect Emacs.
4539 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
4540 via "make sync-from-gnulib".
4541
e765a388
PE
4542 gnulib: undo previous change
4543 The upstream _HEADERS change was backed out of gnulib (see the
4544 same thread). Stay in sync with gnulib.
4545
91ccade4 4546 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
4547 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
4548 New empty macros, to accommodate recent changes to gnulib. See
4549 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
4550 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
4551 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
4552 * lib/time.in.h, lib/unistd.in.h:
4553 Regenerate.
91ccade4 4554
d67985d3
PE
45552011-02-05 Paul Eggert <eggert@cs.ucla.edu>
4556
4557 sync from gnulib to remove HAVE_STDBOOL_H
90eacf99 4558 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
d67985d3
PE
4559 AC_HEADER_STDBOOL. All uses changed. Do not define
4560 HAVE_STDBOOL_H, as gnulib does not need this. This change is
4561 imported from the latest Autoconf git. It was motivated by Emacs,
4562 which uses gnulib but does not need HAVE_STDBOOL_H.
4563 * configure, src/config.in: Regenerate.
4564 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
4565
67342916
PE
45662011-02-03 Paul Eggert <eggert@cs.ucla.edu>
4567
4568 allow C code to suppress warnings about ignored return values
4569 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
4570 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4571 * lib/ignore-value.h: New file.
67342916 4572
14beddf4 45732011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
4574
4575 * configure.in: Test existence of xaw3d library, not just the
4576 header (Bug#7642).
4577
6ffb2c0c
PE
45782011-01-31 Eli Zaretskii <eliz@gnu.org>
4579
4580 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
4581 $(BLD)/time_r.$(O).
4582 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
4583 $(EMACS_ROOT)/src/m/intel386.h.
35e951cd 4584 ($(BLD)/strftime.$(O))
6ffb2c0c
PE
4585 ($(BLD)/time_r.$(O)): Define prerequisites.
4586
16fab143
PE
45872011-01-31 Paul Eggert <eggert@cs.ucla.edu>
4588
4589 src/emacs.c now gets version number from configure.in
4590 * configure.in (version): Set this from $PACKAGE_VERSION,
4591 which is set from AC_INIT, rather than scouting through src/emacs.c.
4592 * configure: Regenerate.
4593 * make-dist (version): Get it from configure.in, not src/emacs.c.
4594
16c3e636
PE
45952011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4596
4597 strftime: import from gnulib
4598 * Makefile.in (GNULIB_MODULES): Add strftime.
4599 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
4600 needed.
6ffb2c0c 4601 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 4602 Regenerate.
6ffb2c0c
PE
4603 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
4604 imported from gnulib.
16c3e636
PE
4605 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
4606 This incorporates many changes from gnulib, including simpler
4607 handling of multibyte formats, porting to mingw32 and other
4608 platforms, and support for higher-resolution time stamps.
4609 Emacs does not yet use the higher-resolution interface.
4610
3de84ad9
PE
46112011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4612
4613 gnulib: import mktime and move-if-change fixes from gnulib
4614
4615 * configure: Regenerate from the following.
4616
6ffb2c0c
PE
4617 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4618
4619 mktime: clarify long_int width checking
4620 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
4621 the top level, to make it clearer that the assumption about
4622 long_int width is being checked. See
4623 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
4624
3de84ad9
PE
4625 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
4626
4627 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 4628 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
4629 negative number, which the C Standard says has undefined behavior.
4630 In practice this is not a problem, but might as well do it by the book.
4631 Reported by Rich Felker and Eric Blake; see
4632 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
4633 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4634 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
4635
4636 mktime: #undef mktime before #defining it
4637 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
4638
4639 mktime: systematically normalize tm_isdst comparisons
4640 * lib/mktime.c (isdst_differ): New function.
4641 (__mktime_internal): Use it systematically for all isdst comparisons.
4642 This completes the fix for libc BZ #6723, and removes the need for
90eacf99
SM
4643 normalizing tm_isdst.
4644 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
6ffb2c0c
PE
4645 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
4646
4647 mktime: fix some integer overflow issues and sidestep the rest
4648
4649 This was prompted by a bug report by Benjamin Lindner for MinGW
4650 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
4651 His bug is due to signed integer overflow (0 - INT_MIN), and I
4652 I scanned through mktime.c looking for other integer overflow
4653 problems, fixing all the bugs I found.
4654
4655 Although the C Standard says the resulting code is still not safe
4656 in the presence of integer overflow, in practice it should be good
4657 enough for all real-world two's-complement implementations, except
4658 for debugging environments that deliberately trap on integer
4659 overflow (e.g., gcc -ftrapv).
4660
4661 * lib/mktime.c (WRAPV): New macro.
4662 (SHR): Also check that long_int and time_t shift right in the
4663 usual way, before using the fast-but-unportable method.
4664 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
4665 used. The code already assumed two's complement, so there's
4666 no need to test for alternatives. All uses removed.
4667 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
4668 the C standard. Problem reported by Rich Felker in
4669 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
4670 (twos_complement_arithmetic): Also check long_int and time_t.
4671 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
4672 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
4673 (__mktime_internal): Avoid integer overflow with unary subtraction
4674 in two instances where -1 - X is an adequate replacement for -X,
4675 since the calculations are approximate.
3de84ad9
PE
4676
4677 2011-01-29 Eric Blake <eblake@redhat.com>
4678
4679 mktime: avoid infinite loop
4680 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
4681 type; behavior is still undefined but portable to all known targets.
4682 Reported by Rich Felker.
4683
6ffb2c0c
PE
4684 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
4685
4686 mktime: avoid problems on NetBSD 5 / i386
4687 * lib/mktime.c (long_int): New type. This works around a problem
4688 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
4689 but time_t is 64 bits, and where I expect the existing code is
4690 wrong in some cases.
4691 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
4692 (ydhms_diff): Bring back the compile-time check for wide-enough
4693 year and yday.
4694
4695 mktime: fix misspelling in comment
4696 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
4697 This merges all recent glibc changes of importance.
4698
3de84ad9
PE
4699 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4700
4701 move-if-change: cope with concurrent mv of identical file.
4702 * move-if-change (CMPPROG): Accept environment
4703 variable as an override for `cmp'.
4704 (usage): Document CMPPROG.
4705 Adjust comparison to drop stdout. Cope with failure of mv if
4706 the target file exists and is identical to the source, for
4707 parallel builds.
4708 Report from H.J. Lu against binutils in PR binutils/12283.
4709
6ffb2c0c
PE
47102011-01-29 Eli Zaretskii <eliz@gnu.org>
4711
4712 * lib/makefile.w32-in:
4713 * lib/getopt_.h: New files.
4714
c7e95b91
PE
47152011-01-28 Paul Eggert <eggert@cs.ucla.edu>
4716
4717 improve fix for MS-DOS file name clash
90eacf99 4718 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
c7e95b91
PE
4719 for portability to POSIX make. Reported by Bruno Haible.
4720 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
4721 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
4722 files from accumulating as garbage. Also reported by Bruno Haible.
4723
125c3718
PE
47242011-01-27 Paul Eggert <eggert@cs.ucla.edu>
4725
4726 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
4727 * Makefile.in (DOS-gnulib-comp.m4): New macro.
4728 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
4729 problems with MS-DOS 8+3 file name restrictions.
4730 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
4731 it, it would also cause problems when extracting Emacs distribution
4732 tarballs on MS-DOS hosts.
4733 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 4734 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
4735 * config.guess, config.sub: Sync from gnulib.
4736 * m4/gnulib-cache.m4: Remove from repository.
4737 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
4738
4004ef46
GM
47392011-01-25 Glenn Morris <rgm@gnu.org>
4740
0b5c5d82
GM
4741 * README: Add a note about ranges in copyright years.
4742
4004ef46
GM
4743 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
4744
06d8ace5 47452011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
4746
4747 * configure.in: Add HP-UX on IA64 (Bug#6811).
4748
d6974efa
PE
47492011-01-24 Paul Eggert <eggert@cs.ucla.edu>
4750
4751 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
4752 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
4753 as it is no longer needed.
6ffb2c0c 4754 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
4755 * configure.in: Invoke the new gnulib macro
4756 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
4757 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
4758 * m4/getopt.m4: Sync from gnulib; this removes the need for
4759 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
4760 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
4761 New macro, synced from gnulib.
4762 * m4/warn-on-use.m4: Remove.
4763
e02ea74b
PE
47642011-01-22 Paul Eggert <eggert@cs.ucla.edu>
4765
4766 aclocal.m4: put this file back into repository
4767 This way, we don't have to assume that the maintainer has
4768 the automake package installed. See
4769 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
4770 * .bzrignore: Remove aclocal.m4, undoing the previous change.
4771 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
4772 undoing the previous change.
4773 * aclocal.m4: New file (actually, resurrected).
4774
48dcd482
MB
47752011-01-22 Miles Bader <miles@gnu.org>
4776
4777 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
4778 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
4779 Emacs directly uses fontconfig, and breaks building when using a
4780 strict linker).
4781
925e561d
PE
47822011-01-21 Paul Eggert <eggert@cs.ucla.edu>
4783
b06b1098
PE
4784 src/config.in: shrink slightly
4785 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
4786 This makes src/config.in a bit smaller, by removing identifiers
4787 like GNULIB_TEST_MKTIME that Emacs does not need.
4788 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
4789 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
4790 Sync from gnulib. This removes a few more unnecessary symbols from
4791 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
4792 * configure, src/config.in: Regenerate.
4793
925e561d
PE
4794 aclocal.m4: tweaks to regenerate more conveniently
4795 This attempts to act better when the source is in a weird state. See
4796 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
4797 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
4798 * .bzrignore: Add aclocal.m4.
4799
942be821
PE
48002011-01-20 Paul Eggert <eggert@cs.ucla.edu>
4801
4802 aclocal.m4: omit auto-generated file from repository
4803 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
4804 the most recent change here.
4805 * aclocal.m4: Remove from bzr repository. This file is
4806 auto-generated and isn't needed to run 'configure'. See
4807 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
4808
0813c96e
PE
48092011-01-19 Paul Eggert <eggert@cs.ucla.edu>
4810
4811 Minor Makefile.in tweaks to build from gnulib better.
4812 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
4813 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
4814 (top_maintainer_clean): Don't remove aclocal.m4.
4815
7cae64b4
PE
48162011-01-18 Paul Eggert <eggert@cs.ucla.edu>
4817
53911e8f
PE
4818 Minor cleanups for 'bzr status'
4819 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
4820 the output of config.guess.
4821 * Makefile.in (top_distclean): Remove stamp-h1 too.
4822
7cae64b4
PE
4823 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
4824 defined if the compiler supports GCC-style __attribute__
4825 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
4826 this syntax.
4827
a3e44e79 48282011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 4829
3cbecb8f
PE
4830 Makefile.in: tidy up the building of lib
4831 * Makefile.in (am--refresh): Mark as .PHONY.
4832 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
4833 as they're not rebuilt unless you do a "make sync-from-gnulib"
4834 and the former is needed for "configure".
4835 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
4836 has already removed lib/Makefile.
4837
ecbfcc83
PE
4838 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
4839 This avoids building ftoastr and ldtoastr, which aren't needed. See
4840 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 4841
803059b9
PE
4842 * .bzrignore: Add .h files that are host-dependent.
4843 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
4844 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
4845 host-dependent and are built as part of an ordinary 'make', and
4846 should not be checked in.
4847
6ffb2c0c
PE
4848 * lib/Makefile.in: Regenerate.
4849 * lib/COPYING: New file, a copy of COPYING.
4850
2a78afcc 4851 * configure: Regenerate.
37564543
PE
4852 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
4853
e275c824 4854 Regenerate.
6ffb2c0c
PE
4855 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
4856 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
4857 New files, copied from gnulib by gnulib-tool.
4858 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
4859 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4860 Regenerate.
ecbfcc83 4861
84bbb1ad
PE
4862 Use gnulib's getopt-gnu module.
4863 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
4864 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
4865 representative of the dependencies.
4866 * configure.in: Do not configure getopt, as gnulib does that now.
4867 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
4868 getopt now, in lib.
ecbfcc83 4869
1fd182f0 4870 Regenerate.
6ffb2c0c
PE
4871 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
4872 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
4873 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
4874 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
4875 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
4876 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
4877 * m4/wchar_t.m4, warn-on-use.h:
4878 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 4879 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
4880 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4881 Regenerate.
4882
1e11dbe3
PE
4883 Use gnulib's mktime module.
4884 * Makefile.in (GNULIB_MODULES): Add mktime.
4885 * configure.in: Remove code no longer needed, as gnulib now does it.
4886 (AC_CHECK_FUNCS): Remove mktime.
4887 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
4888 (__restrict): Remove, as this now gets in the way of the C99
4889 support for 'restrict' pulled in by the gnulib mktime module.
4890 Code should now use 'restrict' and not '__restrict".
4891 (mktime): Remove.
4892 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
4893 and warn-on-use.h into the distribution.
1fd182f0
PE
4894
4895 Regenerate.
6ffb2c0c
PE
4896 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
4897 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 4898 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
4899 * lib/dummy.c: Remove.
4900 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
4901 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4902 Regenerate.
ecbfcc83 4903
1e11dbe3 4904 Use gnulib's ftoastr module.
fa2c4f56
PE
4905 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
4906
743c80a7 4907 Regenerate.
6ffb2c0c
PE
4908 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
4909 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
4910 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
4911 New files, generated automatically, with 'make sync-from-gnulib'
4912 followed by 'make'.
38942b9c 4913 * configure: Regenerate.
743c80a7 4914
9a514d4a
PE
4915 Automate syncing from gnulib.
4916 * INSTALL, README: Document new subdirectory 'lib'.
4917 * Makefile.in (SUBDIR): Add lib.
4918 (SUBDIR_MAKEFILES): Add lib/Makefile.
4919 (lib-src, src, TAGS, tags): Depend on lib.
4920 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
4921 ($(gnulib_srcdir)): New rule.
4922 (sync-from-gnulib): New rule, which is .PHONY.
4923 (lib): New rule, which is like lib-src.
4924 (Makefile): Depend on lib/Makefile.in.
4925 (AUTOCONF_INPUTS): Depend on aclocal.m4.
4926 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
4927 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
4928 (am--refresh): New rule, to pacify Automake.
4929 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
4930 Clean lib, too.
4931 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
4932 droppings.
4933 (maintainer-clean, extraclean): Use it.
4934 * configure.in: Initialize for automake and gnulib, by invoking
4935 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
4936 lib/Makefile, too. Use automake to build gnulib, as gnulib works
4937 more conveniently with automake.
6ffb2c0c 4938 * lib/Makefile.am: New file.
9a514d4a
PE
4939 * make-dist: Also put into the distribution aclocal.m4,
4940 compile, depcomp, missing, and the files under lib/.
4941
dc3e3e7b
GM
49422011-01-15 Glenn Morris <rgm@gnu.org>
4943
4944 * Makefile.in (epaths-force): No more arch-tag to edit.
4945
dab73760
CY
49462011-01-15 Chong Yidong <cyd@stupidchicken.com>
4947
4948 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
4949
9f4b8b47
PE
49502011-01-14 Paul Eggert <eggert@cs.ucla.edu>
4951
4952 * make-dist: Distribute test/ files too.
4953 Distribute every file under test/ that is under version control,
4954 using patterns like *.el to capture files that are added later.
4955 Without this change, "configure" would fail, because it would
4956 attempt to build from a Makefile.in that was not distributed.
4957
d221e780
CO
49582011-01-13 Christian Ohler <ohler@gnu.org>
4959
4960 * Makefile.in (INFO_FILES): Add ERT.
4961
4962 * Makefile.in (check): Run tests in test/automated.
4963
4964 * Makefile.in:
4965 * configure.in: Add test/automated/Makefile.
4966
bc5585d1
PE
49672011-01-07 Paul Eggert <eggert@cs.ucla.edu>
4968
2b3f5bc8
PE
4969 * install-sh, mkinstalldirs, move-if-change: Update from master
4970 source in gnulib.
4971
bc5585d1
PE
4972 * config.guess, config.sub: Updated from master source.
4973
2018939f
AS
49742011-01-05 Andreas Schwab <schwab@linux-m68k.org>
4975
4976 * configure.in: Check for __builtin_unwind_init.
4977
e5365138
GM
49782011-01-05 Glenn Morris <rgm@gnu.org>
4979
4980 * configure.in (HAVE_MAKEINFO): New output variable.
4981 (MAKEINFO): Reset to "makeinfo" if not found.
4982 * Makefile.in (install-arch-indep, info):
4983 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
4984
a04689de 49852010-12-29 Ulrich Müller <ulm@gentoo.org>
4fc5868a
UM
4986
4987 * configure.in: Make gameuser configurable (Bug#7717).
4988
68251e16
GM
49892010-12-15 Glenn Morris <rgm@gnu.org>
4990
4991 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
4992 long absent lib-src/fns-*.el.
4993
838db889
GM
49942010-12-11 Glenn Morris <rgm@gnu.org>
4995
4996 * make-dist: Exclude etc/*.pyc.
4997
fe646d2c
AS
49982010-12-10 Andreas Schwab <schwab@linux-m68k.org>
4999
5000 * configure.in: Don't double machfile in final message.
5001
d96c83fa
CY
50022010-12-04 Chong Yidong <cyd@stupidchicken.com>
5003
5004 * configure.in: Fix last change.
5005
d6a003a8
AS
50062010-12-04 Andreas Schwab <schwab@linux-m68k.org>
5007
5008 * configure.in: Remove reference to removed machine description
90eacf99
SM
5009 files and allow $machine and $machfile to be empty.
5010 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
d6a003a8 5011
067d23c9
KY
50122010-12-03 Glenn Morris <rgm@gnu.org>
5013
5014 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
5015
50162010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
5017
5018 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
5019 (EXTERNALLY_VISIBLE): New definition.
5020
50212010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
5022
5023 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
5024
50252010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5026
5027 * configure.in: Do not check for unconditionally included headers.
5028
50292010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5030
5031 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
5032
50332010-11-09 Michael Albinus <michael.albinus@gmx.de>
5034
5035 * configure.in: Don't write a warning for D-Bus anymore.
5036
50372010-11-06 Andreas Schwab <schwab@linux-m68k.org>
5038
5039 * configure.in: Fix indentation.
5040
50412010-10-31 Ken Brown <kbrown@cornell.edu>
5042
90eacf99
SM
5043 * configure.in (checking whether localtime caches TZ):
5044 Use unsetenv instead of modifying environment directly.
067d23c9
KY
5045
50462010-10-25 Andreas Schwab <schwab@linux-m68k.org>
5047
5048 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
5049 to avoid warning.
5050
50512010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5052
e9fce1ac 5053 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
5054
50552010-10-22 Glenn Morris <rgm@gnu.org>
5056
5057 * make-dist: Avoid listing .el files twice. Don't try to run
5058 autoconf if --no-update.
5059
50602010-10-20 Glenn Morris <rgm@gnu.org>
5061
5062 * make-dist: No longer create lisp/MANIFEST.
5063
50642010-10-14 Glenn Morris <rgm@gnu.org>
5065
5066 * BUGS, INSTALL.BZR, README: Updates.
5067
50682010-10-13 Glenn Morris <rgm@gnu.org>
5069
5070 * make-dist: Remove --compress. Check for the appropriate
5071 gzip-like executable, and if not found, don't compress.
5072 Check version number in README, don't change it.
5073 Use find for nt/inc/*.h.
5074
50752010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
5076
90eacf99
SM
5077 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
5078 Remove trailing / from directory names.
067d23c9
KY
5079
50802010-10-12 Glenn Morris <rgm@gnu.org>
5081
5082 * make-dist: Update and simplify.
5083
50842010-10-12 Eli Zaretskii <eliz@gnu.org>
5085
5086 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
5087
50882010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5089
5090 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
5091
50922010-10-09 Glenn Morris <rgm@gnu.org>
5093
5094 * make-dist: No more doc/emacs/*.texi.in.
5095
5096 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
5097
50982010-10-09 Glenn Morris <rgm@gnu.org>
5099
5100 * configure.in: Combine some conditionals.
5101
5102 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
5103 * make-dist: Include doc/emacs/*.texi.in.
5104
5105 * INSTALL, make-dist: Remove references to b2m.
5106 * Makefile.in (MAN_PAGES): Remove b2m.1.
5107
51082010-10-05 Glenn Morris <rgm@gnu.org>
5109
5110 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
5111
51122010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5113
5114 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
5115
51162010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
5117
5118 * configure.in: Include stdlib.h and string.h unconditionally.
5119
51202010-09-29 Romain Francoise <romain@orebokech.com>
5121
5122 * configure.in: Don't enable ImageMagick unless HAVE_X11.
5123
51242010-09-28 Glenn Morris <rgm@gnu.org>
5125
5126 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
5127 happy.
5128
51292010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5130
5131 * configure.in: Enable imagemagick by default.
5132
51332010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5134
5135 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 5136 GnuTLS libraries.
067d23c9
KY
5137
51382010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
5139
5140 * configure.in: Set up GnuTLS.
5141
51422010-09-22 Chong Yidong <cyd@stupidchicken.com>
5143
5144 * configure.in: Announce whether libxml2 is linked to.
5145
51462010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5147
5148 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
5149
51502010-09-18 Eli Zaretskii <eliz@gnu.org>
5151
5152 * config.bat: Detect that libxml2 is installed and if so, build
5153 with it.
5154
51552010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5156
5157 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
5158 be used. This fixes a conf problem on Mac OS X.
5159
51602010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5161
5162 * configure.in: Check for libxml2.
5163
51642010-09-09 Glenn Morris <rgm@gnu.org>
5165
5166 * make-dist: No more TODO files under lisp/.
5167
51682010-09-04 Eli Zaretskii <eliz@gnu.org>
5169
5170 * config.bat: Produce lisp/gnus/_dir-locals.el from
5171 lisp/gnus/.dir-locals.el.
5172
51732010-08-23 Andreas Schwab <schwab@linux-m68k.org>
5174
5175 * configure.in: Fix check for librsvg, imagemagick and
5176 MagickExportImagePixels.
5177
51782010-08-18 Joakim Verona <joakim@verona.se>
5179
5180 * Makefile.in, configure.in: Checks for ImageMagick.
5181
51822010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
5183
5184 * configure.in (AC_PREREQ): Require autoconf 2.65.
5185
51862010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
5187
5188 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
5189
51902010-08-09 Andreas Schwab <schwab@linux-m68k.org>
5191
5192 * configure.in: Add AC_C_BIGENDIAN.
5193
51942010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
5195
5196 * configure.in (ORDINARY_LINK): Use on hpux* too.
5197
51982010-08-06 Jan Djärv <jan.h.d@swipnet.se>
5199
5200 * configure.in: Check for util.h.
5201 Use -Wimplicit-function-declaration if compiler supports it.
5202
52032010-08-05 Eli Zaretskii <eliz@gnu.org>
5204
5205 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
5206
52072010-08-04 Andreas Schwab <schwab@linux-m68k.org>
5208
5209 * configure.in: Restore accidentally removed use of
5210 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
5211
52122010-07-29 Chad Brown <yandros@mit.edu>
5213
5214 * configure.in: Check for dirent.h.
5215
52162010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
5217
5218 * configure.in: Remove reference to usg5-4, unused.
5219
52202010-07-25 Andreas Schwab <schwab@linux-m68k.org>
5221
5222 * configure.in: Check for __executable_start.
5223
52242010-07-24 Ken Brown <kbrown@cornell.edu>
5225
5226 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
5227
52282010-07-24 Juanma Barranquero <lekktu@gmail.com>
5229
5230 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
5231
52322010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
5233
5234 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
5235
52362010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5237
5238 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
5239 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
5240 (C_OPTIMIZE_SWITCH): Remove.
5241 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
5242
52432010-07-11 Andreas Schwab <schwab@linux-m68k.org>
5244
5245 * configure.in: Don't check for index and rindex, check for strchr
5246 and strrchr. Define strchr and strrchr as index and rindex,
5247 resp., in src/config.h if not available.
5248
52492010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
5250
5251 * configure.in: Use -Wold-style-definition if available.
5252 This helps with the transition to standard C code, it can be
5253 removed when done.
5254
5255 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
5256
5257 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
5258 and MSWindows.
5259
52602010-07-07 Andreas Schwab <schwab@linux-m68k.org>
5261
5262 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
5263 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
5264
52652010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5266
5267 * configure.in (getenv): Remove K&R declaration.
5268
52692010-07-02 Jan Djärv <jan.h.d@swipnet.se>
5270
5271 * configure.in: Remove define __P.
5272
52732010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
5274
5275 * configure.in (--enable-use-lisp-union-type): New flag.
5276
52772010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
5278
5279 Fix CFLAGS for non-GCC compilers.
5280 * configure.in (CFLAGS): Always use -g like it was done before the
5281 2010-03-30 change.
5282 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
5283 (Bug#6538)
5284
52852010-06-30 Glenn Morris <rgm@gnu.org>
5286
5287 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
5288 Set with AC_DEFINE rather than AH_BOTTOM.
5289
35e951cd 5290 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC)
067d23c9
KY
5291 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
5292 Set with shell, not cpp.
5293 (LIBX): Remove, just use -lX11 in the one place this was used.
5294 (cannot_dump): Replace with CANNOT_DUMP.
5295
52962010-06-28 Jan Djärv <jan.h.d@swipnet.se>
5297
0a19a6f8 5298 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
5299 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
5300 by minimum required Gtk+ 2.6). Add checks for functions introduced
5301 in Gtk+ 2.14 or newer (bug#6505).
5302
53032010-06-26 Eli Zaretskii <eliz@gnu.org>
5304
5305 * config.bat: Remove white space around "+" in COPY commands.
5306
53072010-06-23 Glenn Morris <rgm@gnu.org>
5308
5309 * info/dir: Start descriptions in column 32, per Texinfo convention.
5310
53112010-06-16 Chong Yidong <cyd@stupidchicken.com>
5312
5313 * INSTALL: Update font information (Bug#6389).
5314
53152010-06-16 Glenn Morris <rgm@gnu.org>
5316
5317 * INSTALL: General update.
5318
53192010-06-12 Glenn Morris <rgm@gnu.org>
5320
5321 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
5322
53232010-06-11 Glenn Morris <rgm@gnu.org>
5324
5325 * configure.in (--without-compress-info): New option.
5326 (GZIP_INFO): New output variable.
5327
5328 * Makefile.in (GZIP_INFO): New, set by configure.
5329 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
5330 Handle man pages in the same way.
5331
53322010-06-10 Glenn Morris <rgm@gnu.org>
5333
5334 * Makefile.in (install-arch-indep): Gzip the info files too.
5335
5336 * make-dist: Remove references to non-existent directories and files.
5337
53382010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
5339
5340 * configure.in: Include <strings.h> and <string.h> instead of
5341 "strings.h" and "string.h".
5342
53432010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
5344
5345 * configure.in: Remove code dealing with BSTRING.
5346
53472010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
5348
5349 * configure.in (AC_PREREQ): Require autoconf 2.65.
5350
5351 * configure.in (unxec): Do not define and substitute.
5352 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
5353
53542010-06-03 Glenn Morris <rgm@gnu.org>
5355
5356 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
5357
53582010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
5359
5360 Fix alloca definition when using gcc on non-gnu systems.
5361 * configure.in: Use the code sequence indicated by "info autoconf"
5362 for alloca (bug#6170).
5363
53642010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * .bzrignore: Ignore new files from trunk, which appear if you use
5367 colocated branches (i.e. "bzr switch").
5368
53692010-05-28 Glenn Morris <rgm@gnu.org>
5370
5371 * configure.in: Simplify some of the $canonical tests.
5372
53732010-05-27 Glenn Morris <rgm@gnu.org>
5374
5375 * config.bat: Do not preprocess src/Makefile.in.
5376
5377 * configure.in: Do not preprocess src/Makefile.in.
5378 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
5379 (AC_EGREP_CPP): Test no longer needed.
5380
5381 * make-dist: No more Makefile.c files.
5382
53832010-05-26 Glenn Morris <rgm@gnu.org>
5384
5385 * configure.in (YMF_PASS_LDFLAGS): Remove.
5386 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
5387
5388 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
5389 Add $GNUSTEP_LOCAL_HEADERS.
5390 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
5391
5392 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
5393 (GNUSTEP_MAKEFILES): Remove.
5394 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
5395 stuff to here.
5396
53972010-05-25 Glenn Morris <rgm@gnu.org>
5398
5399 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
5400 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
5401
5402 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
5403 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
5404 here instead.
5405
54062010-05-24 Romain Francoise <romain@orebokech.com>
5407
5408 * make-dist: Look for version in src/emacs.c.
5409 Use lisp/subr.el rather than lisp/version.el for location check.
5410
54112010-05-21 Glenn Morris <rgm@gnu.org>
5412
5413 * configure.in (MKDEPDIR): Parallel build tweak.
5414
5415 * configure.in (ns_frag): New output file.
5416
5417 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
5418 (OLDXMENU_TARGET): Set to empty if USE_GTK.
5419
5420 * configure.in (cannot_dump): New output variable.
5421
54222010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
5423
5424 * configure.in: On NetBSD, if terminfo is found, use it in
5425 preference to termcap. (Bug#6190)
5426
54272010-05-20 Glenn Morris <rgm@gnu.org>
5428
5429 * make-dist (src): Include *.mk.
5430 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
5431 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
5432 (deps_frag): New output file.
5433 (AUTO_DEPEND): Remove this definition.
5434
5435 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
5436
54372010-05-19 Glenn Morris <rgm@gnu.org>
5438
5439 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
5440 (ORDINARY_LINK): New AC_DEFINE.
5441 (LIB_GCC): No need to set if ORDINARY_LINK.
5442
54432010-05-18 Glenn Morris <rgm@gnu.org>
5444
5445 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
5446 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
5447
5448 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
5449 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
5450 (RALLOC_OBJ): New output variable.
5451
5452 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
5453 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
5454
54552010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5456
5457 * Makefile.in (src): Provide the name of the VCS file that witnesses
5458 a pull.
5459 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
5460
54612010-05-17 Glenn Morris <rgm@gnu.org>
5462
5463 * configure.in (OLDXMENU_DEPS): New output variable.
5464
54652010-05-16 Glenn Morris <rgm@gnu.org>
5466
5467 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
5468
5469 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
5470 * Makefile.in (install-arch-dep): Update for above change.
5471
5472 * Makefile.in (ns_appdir): Remove.
5473 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
5474
5475 * configure.in (TEMACS_LDFLAGS2): New output variable.
5476
5477 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
5478 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
5479 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
5480 nothing uses.
5481
54822010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
5483
5484 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
5485 does not use them.
5486 (X11R5_INHIBIT_I18N): Remove, unused.
5487
54882010-05-15 Glenn Morris <rgm@gnu.org>
5489
5490 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
5491
5492 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
5493
54942010-05-15 Ken Raeburn <raeburn@raeburn.org>
5495
5496 * configure.in: Look for version string in its new location.
5497
54982010-05-15 Eli Zaretskii <eliz@gnu.org>
5499
5500 * config.bat: Remove support for DJGPP v1.x.
5501
55022010-05-15 Glenn Morris <rgm@gnu.org>
5503
5504 * configure.in (OLDXMENU_TARGET): New output variable.
5505
5506 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
5507
5508 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
5509 and other files that no longer exist.
5510
55112010-05-14 Glenn Morris <rgm@gnu.org>
5512
5513 * configure.in (cpp_undefs): Add mktime, register, X11.
5514
5515 * configure.in (GPM_MOUSE_SUPPORT): Remove.
5516 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
5517 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
5518
5519 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
5520 (GNUSTEP_MAKEFILES): Do not output.
5521
55222010-05-13 Glenn Morris <rgm@gnu.org>
5523
5524 * configure.in: Fix some paren typos.
5525
5526 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
5527
5528 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
5529
55302010-05-12 Glenn Morris <rgm@gnu.org>
5531
5532 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
5533
5534 * configure.in (LIB_GCC): New output variable.
5535
55362010-05-11 Glenn Morris <rgm@gnu.org>
5537
5538 * make-dist (msdos): No more mainmake.
5539
5540 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
5541 * config.bat: Do not run cpp on lib-src/Makefile.in.
5542
5543 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
5544
55452010-05-10 Glenn Morris <rgm@gnu.org>
5546
5547 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
5548
5549 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
5550 (BLESSMAIL_TARGET): New output variable.
5551
55522010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5553
5554 * INSTALL: Fix typos.
5555
55562010-05-08 Chong Yidong <cyd@stupidchicken.com>
5557
5558 * configure.in: Add check for buggy version of GCC (Bug#6031).
5559
55602010-05-08 Glenn Morris <rgm@gnu.org>
5561
5562 * configure.in (HAVE_LIBNCURSES): New local variable.
5563 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
5564 replacing cpp in src/s/*.h and src/Makefile.in.
5565
55662010-05-07 Chong Yidong <cyd@stupidchicken.com>
5567
5568 * Version 23.2 released.
5569
55702010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5571
5572 * configure.in: Add tests for `isnan' and `copysign'.
5573
55742010-05-07 Eli Zaretskii <eliz@gnu.org>
5575
5576 * config.bat: Allow for 2 leading `#'s in comments in
5577 src/Makefile.in.
5578
55792010-05-07 Glenn Morris <rgm@gnu.org>
5580
5581 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
5582 Merges logic from src/s/* and src/Makefile.in.
5583 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
5584
55852010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
5586
5587 Define START_FILES and LIB_STANDARD using autoconf.
5588 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
5589 here from src/s/*.h.
5590 (HAVE_CRTIN): Remove, inline logic in the netbsd
5591 START_FILES/LIB_STANDARD computation.
5592
55932010-05-06 Glenn Morris <rgm@gnu.org>
5594
5595 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
5596
5597 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
5598 (LD_SWITCH_X_SITE): Remove unused variables.
5599
56002010-05-04 Glenn Morris <rgm@gnu.org>
5601
5602 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
5603 as well.
5604 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
5605
5606 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
5607
5608 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
5609 variables, replacing c_switch_machine, c_switch_system.
5610 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
5611 @c_switch_system@.
5612
56132010-05-03 Glenn Morris <rgm@gnu.org>
5614
5615 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
5616
5617 * make-dist: There are no more src/m/*.inp files.
5618
56192010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5620
5621 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
5622 (ac_link): Do not use ld_switch_machine.
5623
56242010-05-01 Glenn Morris <rgm@gnu.org>
5625
5626 * configure.in (OTHER_OBJ): Remove.
5627 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
5628
56292010-04-30 Glenn Morris <rgm@gnu.org>
5630
5631 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
5632 Elsewhere, maybe include it.
5633
5634 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
5635 (OLDXMENU, LIBXMENU): New output variables.
5636
5637 * configure.in (OTHER_OBJ): New output variable.
5638
56392010-04-28 Glenn Morris <rgm@gnu.org>
5640
5641 * configure.in (CYGWIN_OBJ): New output variable.
5642
5643 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
5644
5645 * configure.in (FONT_OBJ): New output variable.
5646
5647 * configure.in (LIBXMU): New output variable.
5648
5649 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
5650
5651 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
5652 userland and maybe change values to i386 (move test from s/amdx86-64.h).
5653
56542010-04-27 Glenn Morris <rgm@gnu.org>
5655
5656 * configure.in (LIBXTR6): New output variable. Move unixware special
5657 case here from src/s/unixware.h.
5658
5659 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
5660 in Makefiles.
5661 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
5662
5663 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
5664 (LIBXP): No longer substitute in Makefiles.
5665 (MOTIF_LIBW): New output variable. Move system-specific settings here
5666 from src/s files.
5667
56682010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
5669
5670 Reduce CPP usage.
5671 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
5672 (unexec): Define unconditionally, all platforms define
5673 UNEXEC. AC_SUBST it.
5674 (UNEXEC_SRC): Remove, unused.
5675 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
5676
56772010-04-27 Glenn Morris <rgm@gnu.org>
5678
5679 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
5680 replaced by LIBXP.
5681
5682 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
5683 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
5684 On hpux10-20, default to /lib.
5685
5686 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
5687
56882010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
5689
5690 * configure.in (LIBS_MACHINE): Remove, unused.
5691
5692 * configure.in (LIB_MATH): New output variable. Set it for some systems.
5693
56942010-04-24 Glenn Morris <rgm@gnu.org>
5695
5696 * configure.in (CRT_DIR): New output variable.
5697 (--with-crt-dir): New option. (Bug#5655)
5698 (HAVE_LIB64_DIR): Remove.
5699
57002010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
5701
5702 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
5703
57042010-04-22 Miles Bader <miles@gnu.org>
5705
5706 * configure.in: Get rid of "unix" pre-defined macro when
5707 preprocessing Makefile. (Bug#5857)
5708
57092010-04-21 Andreas Schwab <schwab@linux-m68k.org>
5710
5711 Avoid non-portable shell command negation
5712 * configure.in: Revert last change.
5713
57142010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5715
5716 * configure.in: Change "if test ! -f" to "if ! test -f".
5717
57182010-04-21 Glenn Morris <rgm@gnu.org>
5719
5720 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
5721 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
5722
57232010-04-21 Karel Klíč <kklic@redhat.com>
5724
5725 * configure.in: New option: --with(out)-selinux, on by default.
5726 Set HAVE_LIBSELINUX if we find libselinux, and substitute
5727 LIBSELINUX_LIBS in Makefiles.
5728
57292010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
5730
5731 * configure.in: Remove all references to LIBX11_SYSTEM.
5732
57332010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5734
5735 * configure.in: Remove all references to C_DEBUG_SWITCH.
5736
57372010-03-27 Eli Zaretskii <eliz@gnu.org>
5738
5739 * config.bat <lib-src>: Edit out lines that begin with several #
5740 characters.
5741
57422010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5743
5744 * configure.in: Remove support for old UNIX System V systems and
5745 for Unixware on non-x86 machines.
5746
5747 * configure.in: Remove support for Solaris on PPC and for old versions.
5748
5749 * configure.in: Remove non-working lynxos port.
5750
57512010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5752
5753 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
5754
57552010-03-19 Glenn Morris <rgm@gnu.org>
5756
5757 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
5758 happy.
5759
57602010-03-18 Jan Djärv <jan.h.d@swipnet.se>
5761
5762 * configure.in: Check for tputs and friends, abort if not
5763 found (bug#5735).
5764
57652010-03-18 Glenn Morris <rgm@gnu.org>
5766
5767 * configure.in (--with-x-toolkit): In the help text, say which options
5768 are synonyms.
5769
5770 * configure.in (--with-mmdf, --with-mail-unlink):
5771 New options, off by default.
5772 (--with-mailhost): New option to set default POP host.
5773 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
5774 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
5775 New variables, substituted in Makefiles.
5776 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
5777 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
5778 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
5779 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
5780 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
5781
57822010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5783
5784 * Makefile.in (uninstall): Handle the case where archlibdir does not
5785 exist. (Bug#5720)
5786
57872010-03-12 Eli Zaretskii <eliz@gnu.org>
5788
75f1671a 5789 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
5790 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
5791
5792 * configure: Regenerated.
5793
57942010-03-10 Chong Yidong <cyd@stupidchicken.com>
5795
5796 * Branch for 23.2.
5797
57982010-01-31 Juri Linkov <juri@jurta.org>
5799
5800 * .bzrignore: Add TAGS-LISP.
5801
58022010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5803
5804 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
5805 this header file).
5806
58072010-01-12 Juanma Barranquero <lekktu@gmail.com>
5808
5809 * .bzrignore: Ignore all .exe, instead of individual files.
5810
58112010-01-12 Chong Yidong <cyd@stupidchicken.com>
5812
5813 * configure.in: Explicitly check for and link to -lXrender.
5814
58152010-01-12 Glenn Morris <rgm@gnu.org>
5816
5817 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
5818 for bug reports for development versions.
5819
58202010-01-02 Eli Zaretskii <eliz@gnu.org>
5821
5822 * .bzrignore: Add more ignored patterns, including for the MS-DOS
5823 build.
5824
58252009-12-27 Karl Fogel <kfogel@red-bean>
5826
5827 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
5828 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
5829
58302009-12-17 Glenn Morris <rgm@gnu.org>
5831
5832 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
5833
58342009-12-15 Glenn Morris <rgm@gnu.org>
5835
5836 * info/dir: Add EDT entry.
5837 * Makefile.in (INFO_FILES): Add edt.
5838
58392009-12-10 Jan Djärv <jan.h.d@swipnet.se>
5840
1154d12e 5841 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
5842
58432009-12-09 Jan Djärv <jan.h.d@swipnet.se>
5844
5845 * configure.in: Don't check for RSVG or GConf unless X11 is used.
5846
58472009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
5848
5849 * configure.in: Allow compiling Emacs with GTK on Cygwin.
5850
58512009-12-01 Glenn Morris <rgm@gnu.org>
5852
5853 * make-dist: Add etc/images/mpc directory.
5854
58552009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5856
5857 * configure.in: Don't check for GConf unless X is used.
5858
58592009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5860
5861 * configure.in: Use -Wdeclaration-after-statement if available.
5862
58632009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5864
5865 * configure.in: New option: --with(out)-gconf.
5866 Set HAVE_GCONF if we find gconf.
5867
58682009-11-17 Glenn Morris <rgm@gnu.org>
5869
5870 * Makefile.in (INFO_FILES): Add semantic.
5871
58722009-11-16 Chong Yidong <cyd@stupidchicken.com>
5873
5874 * info/dir: Add Semantic.
5875
58762009-11-16 Glenn Morris <rgm@gnu.org>
5877
5878 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
5879 pattern, so as not to exclude makefile*.el. (Bug#4912)
5880
58812009-11-14 Jan Djärv <jan.h.d@swipnet.se>
5882
5883 * configure.in: --enable-autodepend is new. Check for GNU Make
5884 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
5885 gcc and GNU make to generate dependencies.
5886
58872009-10-27 Glenn Morris <rgm@gnu.org>
5888
5889 * make-dist: Make links to doc/lispintro/*.pdf.
5890
58912009-10-23 Jim Meyering <meyering@redhat.com>
5892
5893 * configure.in: Invoke $CPP with -P when creating Makefile and
5894 src/Makefile. Without this, gcc 4.4.2 converts each
5895 backslash-newline pair in the input to a bare newline, yielding
5896 invalid Makefiles.
5897
5898 * configure: Regenerate.
5899
59002009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5901
5902 * configure.in (vax-dec-vms): Remove, not supported anymore.
5903
59042009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5905
5906 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
5907 (*-apple-darwin*): Add x86_64 architecture.
5908
59092009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5910
5911 * config.guess, config.sub: Updated from master source.
5912
59132009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
5914
5915 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
5916
59172009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
5918
5919 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
5920
59212009-09-29 Glenn Morris <rgm@gnu.org>
5922
5923 * make-dist (check): Update for two new levels of subdirectory in lisp/.
5924
59252009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5926
5927 * config.guess, config.sub: Updated from master source.
5928
5929 * configure.in (OTHER_FILES): Define using autoconf not cpp.
5930
59312009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5932
5933 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
5934
59352009-09-13 Chong Yidong <cyd@stupidchicken.com>
5936
5937 * INSTALL: Update URL for GNU FreeFont.
5938
59392009-09-09 Glenn Morris <rgm@gnu.org>
5940
5941 * Makefile.in (install-arch-indep): Don't recursively change perms of
5942 site-lisp and infodir. There may be non-Emacs files in here, and the
5943 files supplied by Emacs are all handled explicitly already. (Bug#3800)
5944 (mkdir): Set umask to world-readable before creating directories.
5945 mkinstalldirs already checks if dirs exist, don't duplicate this test.
5946
59472009-08-29 Glenn Morris <rgm@gnu.org>
5948
5949 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
5950 (info): Don't give an error in the absence of makeinfo - let the doc
5951 Makefiles do that, if the info files need rebuilding. (Bug#3982)
5952
59532009-08-23 Ken Raeburn <raeburn@raeburn.org>
5954
5955 * Makefile.in (install-arch-indep): If the versioned DOC-####
5956 generated during loadup+dump isn't found, install the plain DOC
5957 file that always gets generated, in case CANNOT_DUMP is set.
5958
5959 * configure.in: Warn if package version specified here doesn't
5960 match the version in version.el.
5961 * configure: Regenerate.
5962
59632009-08-22 Michael Albinus <michael.albinus@gmx.de>
5964
5965 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
5966
5967 * configure: Regenerate.
5968
59692009-08-19 Glenn Morris <rgm@gnu.org>
5970
5971 * INSTALL: Remove reference to cvtmail.
5972
59732009-08-15 CHENG Gao <chenggao@gmail.com>
5974
5975 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
5976
59772009-08-02 Kevin Ryde <user42@zip.com.au>
5978
5979 * INSTALL: Fix free fonts URL.
5980
59812009-07-22 Glenn Morris <rgm@gnu.org>
5982
5983 * configure.in (AC_PREREQ): Require autoconf 2.62.
5984
59852009-07-04 Andreas Schwab <schwab@linux-m68k.org>
5986
5987 * configure.in (--enable-checking, --enable-profiling):
5988 Use AS_HELP_STRING.
5989
59902009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5991
5992 * configure.in (--enable-profiling): New option.
5993 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
5994
59952009-06-27 Glenn Morris <rgm@gnu.org>
5996
5997 * configure.in: Restore netbsd on mips, mipsel, mipseb.
5998
59992009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6000
6001 * configure.in (--enable-checking): New option.
6002
60032009-06-24 Glenn Morris <rgm@gnu.org>
6004
6005 * make-dist: Warn if subdir does not exist in source.
6006 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
6007 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
6008 No longer make links.
6009
60102009-06-24 Yavor Doganov <yavor@gnu.org>
6011
6012 * make-dist (tempdir): Don't create directories preferences.gorm
6013 and preferences.nib, they are no longer required.
6014
60152009-06-21 Chong Yidong <cyd@stupidchicken.com>
6016
6017 * Branch for 23.1.
6018
60192009-06-12 Chong Yidong <cyd@stupidchicken.com>
6020
6021 * configure.in: Delete mac-fix-env target, which has been
6022 removed (Bug#3531).
6023
60242009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6025
1154d12e 6026 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
6027
60282009-05-05 Per Starbäck <per@starback.se> (tiny change)
6029
6030 * BUGS: Use new binding of view-emacs-problems.
6031
c7015153 60322009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
6033
6034 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
6035 for Solaris compatibility.
6036
60372009-04-25 Chong Yidong <cyd@stupidchicken.com>
6038
6039 * configure: Regenerate.
6040
6041 * configure.in: Disable use of FreeType without libXft.
6042
60432009-04-19 Jan Djärv <jan.h.d@swipnet.se>
6044
6045 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
6046 Check if it is declared in gtk.h.
6047
60482009-04-12 Andreas Schwab <schwab@linux-m68k.org>
6049
6050 * Makefile.in (install-arch-indep): Remove .gitignore files.
6051
60522009-04-03 Kenichi Handa <handa@m17n.org>
6053
6054 * INSTALL: Make the section "Complex Text Layout support
6055 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
6056
60572009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
6058
6059 * configure.in (rs6000-ibm-aix6*): Fix typo.
6060
60612009-03-04 Glenn Morris <rgm@gnu.org>
6062
6063 * Makefile.in (INFO_FILES): Add auth.
6064
60652009-03-03 Glenn Morris <rgm@gnu.org>
6066
6067 * info/dir: Add Auth-source.
6068
60692009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6070
6071 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
6072 the second.
6073
60742009-02-28 Eli Zaretskii <eliz@gnu.org>
6075
6076 * config.bat: Copy .dbxinit to _dbxinit.
6077
6078 * make-dist (Making links to `info'): Remove .gitignore.
6079
60802009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6081
6082 * Makefile.in (lib-src, lisp): Use simpler rule.
6083 (src): Be more specific to avoid recompiling all the .elc files just
6084 because the bootstrap-emacs is missing.
6085
60862009-02-26 Chong Yidong <cyd@stupidchicken.com>
6087
6088 * configure.in: Require librsvg >= 2.11.
6089
60902009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6091
6092 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
6093 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
6094
60952009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6096
6097 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
6098
60992009-02-03 Glenn Morris <rgm@gnu.org>
6100
6101 * make-dist: Add some missing files, remove some that are no longer
6102 present.
6103
61042009-02-02 Glenn Morris <rgm@gnu.org>
6105
6106 * make-dist: Add some missing nextstep/ files.
6107
61082009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
6109
6110 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
6111
61122009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6113
6114 * configure.in: Add support for m68k-*-netbsd.
6115
61162009-01-14 Juri Linkov <juri@jurta.org>
6117
6118 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
6119
6120 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
6121 and bug-reference-mode.
6122
61232009-01-11 Juri Linkov <juri@jurta.org>
6124
6125 * INSTALL.CVS: Move configuration explicitly to the first step.
6126
61272009-01-09 Glenn Morris <rgm@gnu.org>
6128
6129 * .dir-locals.el: Don't set indent-tabs-mode.
6130
61312008-12-30 Kenichi Handa <handa@m17n.org>
6132
6133 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
6134 the function OTF_get_variation_glyphs.
6135
61362008-12-30 Jan Djärv <jan.h.d@swipnet.se>
6137
6138 * Makefile.in (install-arch-dep): Remove old directories in
6139 ns_app* before moving new directories there.
6140
61412008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
6142
6143 * .dir-locals.el: Remove non-working entry for pmail.
6144 (fill-column): Fix typo.
6145 (change-log-mode): Add fill column.
6146
61472008-12-26 Eli Zaretskii <eliz@gnu.org>
6148
6149 * config.bat: Produce _dir-locals.el from .dir-locals.el.
6150
61512008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
6152
6153 * make-dist (tempdir): Distribute .dir-locals.el.
6154
6155 * .dir-locals.el: New file.
6156
61572008-12-19 Eli Zaretskii <eliz@gnu.org>
6158
6159 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
6160 for rationale.
6161
61622008-12-13 Glenn Morris <rgm@gnu.org>
6163
6164 * Makefile.in (install-arch-indep): Add new man-pages.
6165 (manext): Remove variable.
6166 (MAN_PAGES): New variable.
6167 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
6168 and remove.
6169 (uninstall): Remove desktop file and icons, game scores if empty.
6170
61712008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
6172
6173 * config.guess, config.sub: Updated from master source.
6174
61752008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6176
6177 * Makefile.in (install-arch-indep): Install ebrowse.1.
6178
61792008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6180
6181 * configure.in: Add Solaris on x86_64.
6182
61832008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6184
6185 * config.guess, config.sub: Updated from master source.
6186
61872008-12-08 Eli Zaretskii <eliz@gnu.org>
6188
6189 * info/dir: Fix last change.
6190
61912008-12-07 Eli Zaretskii <eliz@gnu.org>
6192
6193 * info/dir: Untabify.
6194
a04689de 61952008-11-28 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
6196
6197 * configure.in: Fix last change.
6198
61992008-11-28 Richard M Stallman <rms@gnu.org>
6200
6201 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
6202 New configurations.
6203
62042008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
6205
6206 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
6207 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
6208
62092008-11-15 Eli Zaretskii <eliz@gnu.org>
6210
6211 * Makefile.in (INFO_FILES): Remove ns-emacs.
6212
6213 * info/dir (NS-Emacs): Remove entry.
6214
62152008-11-08 Eli Zaretskii <eliz@gnu.org>
6216
6217 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
6218
62192008-11-07 Glenn Morris <rgm@gnu.org>
6220
6221 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
6222
62232008-10-31 Eli Zaretskii <eliz@gnu.org>
6224
6225 * config.bat: Tell user to expect one "File not found" message
6226 while the `doc' directory is being configured.
6227
62282008-10-30 Chong Yidong <cyd@stupidchicken.com>
6229
6230 * update-subdirs: Put obsolete directory last.
6231
62322008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
6233
6234 * configure.in: Check fontconfig always.
6235
62362008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6237
6238 * configure (*-solaris2.[7-9]*): Fix typo.
6239
62402008-10-24 Glenn Morris <rgm@gnu.org>
6241
6242 * configure.in (--without-sync-input, --with-pkg-config-prog):
6243 Help strings start with lower case.
6244 (--with-gnustep-conf): New option.
6245 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
6246
62472008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
6248
6249 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
6250 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
6251 is not found. (Bug#1230)
6252
62532008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6254
6255 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
6256 Use sol2-6.h for Solaris 7-9.
6257
a04689de 62582008-10-18 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
6259
6260 * configure.in: Add support for GNU/Linux on SuperH.
6261
62622008-10-12 Andreas Schwab <schwab@suse.de>
6263
6264 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
6265
1a71cb28 62662008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
6267
6268 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
6269 "X") to avoid confusion.
6270
6271 * configure: Regenerate.
6272
62732008-09-07 Romain Francoise <romain@orebokech.com>
6274
6275 * make-dist: Distribute doc/man/ChangeLog.
6276
62772008-08-28 Chong Yidong <cyd@stupidchicken.com>
6278
6279 * configure.in: Disable XFT and Freetype when without X.
6280
6281 * configure: Regenerate.
6282
62832008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6284
6285 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
6286
62872008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6288
90eacf99
SM
6289 * configure.in (GNUSTEP_SYSTEM_HEADERS):
6290 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
067d23c9
KY
6291
6292 * configure: Regenerate.
6293
62942008-08-20 Eli Zaretskii <eliz@gnu.org>
6295
6296 * configure.in: Move "#define subprocesses" before
6297 config_opsysfile is included.
6298
62992008-08-19 Kenichi Handa <handa@m17n.org>
6300
6301 * INSTALL (Extra fonts): Mention local fonts, don't mention
6302 mule-unicode.
6303
63042008-08-16 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * make-dist: Omit info/.arch-inventory.
6307
63082008-08-16 Jason Rumney <jasonr@gnu.org>
6309
6310 * make-dist (tempdir/nt): Link emacsclient.rc.
6311
63122008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6313
6314 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
6315 AC_SUBST it.
6316 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
6317 AC_SUBST it.
6318 (OTHER_FILES): Always define for HAVE_NS.
6319 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
6320 * configure: Regenerate.
6321
63222008-08-07 Andreas Schwab <schwab@suse.de>
6323
6324 * configure.in: Correctly handle
6325 --enable-cocoa-experimental-ctrl-g=no and
6326 --enable-ns-self-contained=yes.
6327
63282008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6329
6330 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
90eacf99
SM
6331 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
6332 Don't bother undef'ing since won't have desired effect.
067d23c9
KY
6333
63342008-08-06 Andreas Schwab <schwab@suse.de>
6335
6336 * configure.in: Fix quoting.
6337
63382008-08-06 Chong Yidong <cyd@stupidchicken.com>
6339
6340 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
6341
a04689de 63422008-08-05 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
6343
6344 * configure.in: Add checks for krb5_error.text and
6345 krb5_error.e_text struct members.
6346
63472008-08-04 Chong Yidong <cyd@stupidchicken.com>
6348
6349 * configure.in: Test for existence of NSInteger.
6350 Suggested by Yavor Doganov.
6351
63522008-08-02 Romain Francoise <romain@orebokech.com>
6353
6354 * Makefile.in (INFO_FILES): Add mairix-el.
6355
63562008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6357
6358 * make-dist:
6359 * README: Remove VMS support.
6360 * vms: Remove directory.
6361
63622008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6363
6364 * configure.in (MULTI_KBOARD): Remove.
6365
63662008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6367
6368 * configure.in (DO_BLOCK_INPUT): Remove, unused.
6369
63702008-07-29 Chong Yidong <cyd@stupidchicken.com>
6371
6372 * info/dir (File): Add mairix-el.
6373
63742008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6375
6376 Remove support for Mac Carbon.
6377 * mac: Remove directory.
6378 * make-dist:
6379 * configure.in:
6380 * README:
6381 * Makefile.in:
6382 * INSTALL: Remove code for Carbon.
6383 * configure: Regenerate.
6384
63852008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
6386
6387 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
6388
63892008-07-25 Chong Yidong <cyd@stupidchicken.com>
6390
6391 * configure.in: Check for getrlimit.
6392
6393 * configure: Regenerate.
6394
63952008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6396
6397 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
6398 in src/Makefile.in.
6399 (static): Remove, autoconf would always comment it out anyway.
6400 (subprocesses): Define unconditionally.
6401
64022008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
6403
6404 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
6405 compilation under GNUstep.
6406
64072008-07-18 Kenichi Handa <handa@m17n.org>
6408
6409 * INSTALL (Complex Text Layout support libraries): Delete the
6410 paragraph about --enable-font-backend.
6411
64122008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
6413
6414 * configure.in: Print out some info to user for NeXTstep builds.
6415 (ns-app): Remove enable option.
6416 (ns-self-contained): Add enable option.
6417 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
6418 GNUstep, use to set install prefixes, and substitute in Makefiles.
6419 * configure: Regenerate.
6420 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
6421 NS app bundle.
6422
64232008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
6426
64272008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
6428
6429 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
6430 NS_IMPL_COCOA.
6431
64322008-07-16 Glenn Morris <rgm@gnu.org>
6433
6434 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
6435 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
6436 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
6437 never unset.
6438
6439 * make-dist: Add nextstep/ directories.
6440 (src, lib-src): Add .m files.
6441
64422008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6443
6444 * configure.in (freebsd, kfreebsd): Undo part of previous change.
6445 (USER_FULL_NAME): Remove, not used anymore.
6446 * configure: Regenerate.
6447
64482008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6449
6450 Changes and additions for NeXTstep windowing system (Cocoa and
6451 GNUstep) support.
6452
6453 * configure.in: Add support for NS window system: --with-ns (default
6454 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
6455 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
6456 disable font backend if window system is "none", not if !HAVE_X11.
6457 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
6458 (install-arch-dep): Add commands to assemble NS .app package.
6459
64602008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
6461
6462 * configure.in: Use macppc for Darwin. Remove references to
6463 desupported systems.
6464 * configure: Regenerate.
6465
64662008-07-05 Glenn Morris <rgm@gnu.org>
6467
6468 * make-dist (EMACS): Doc fix.
6469 (lisp): There are no *.dat or image files here any more.
6470 (src): There are no *.s files here any more.
6471 (etc/images, etc/images/*): Link to most regular files.
6472
64732008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6474
6475 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
6476
64772008-07-01 Glenn Morris <rgm@gnu.org>
6478
6479 * configure.in (cpp_undefs): Rename from `undefs', update uses.
6480 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
6481 and explicitly export there. (Bug#507.)
6482
64832008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6484
6485 * configure.in:
6486 * configure: Remove references to obsolete systems.
6487
64882008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * Makefile.in (Makefile): Use it for its timestamp value as well, and
6491 make it depend on all other */.in files.
6492 (src/Makefile, src/config.stamp, lib-src/Makefile)
6493 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
6494 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
6495 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
6496 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
6497
6498 * configure.in: Don't create src/config.stamp any more.
6499
65002008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6501
6502 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
6503
65042008-06-22 Glenn Morris <rgm@gnu.org>
6505
6506 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
6507
65082008-06-21 Romain Francoise <romain@orebokech.com>
6509
6510 * Makefile.in (INFO_FILES): Add sasl.
6511
65122008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6513
6514 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
6515 (bootstrap-build): Remove.
6516 (top_bootclean): New var.
6517 (top_distclean, bootstrap-clean): Use it.
6518 (bootstrap): Don't recheck config. Make normally.
6519
65202008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6521
6522 * Makefile.in (SUBDIR): Include `lisp'.
6523 (lisp): Depend on `src'.
6524 (top_distclean): Don't remove config.status.
6525 (bootstrap-clean): New target.
6526 (maintainer-clean): Use it.
6527 (bootstrap): Use bootstrap-clean. Re-run config.status.
6528 (src/bootstrap-emacs${EXEEXT}): New target.
6529 (bootstrap-build): Use it. Don't use bootstrap-prepare because
6530 src/Makefile now takes care of it.
6531 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
6532
65332008-06-15 Glenn Morris <rgm@gnu.org>
6534
6535 * info/dir: Add sasl.
6536
65372008-06-09 Alan Mackenzie <acm@muc.de>
6538
6539 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
6540
65412008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
6542
6543 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
6544
65452008-06-07 Glenn Morris <rgm@gnu.org>
6546
6547 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
6548 serve no purpose.
6549
65502008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
6551
6552 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
6553 * configure: Regenerate.
6554
65552008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * update-subdirs: Don't touch subdirs.el if it is unchanged.
6558
65592008-05-14 Kenichi Handa <handa@m17n.org>
6560
6561 * configure: Regenerate.
6562
6563 * configure.in: Don't handle --disable-font-backend. Don't print
6564 a message about a font backend.
6565
65662008-05-09 Glenn Morris <rgm@gnu.org>
6567
6568 * configure.in: Make absence of makeinfo a fatal error only if the info
6569 files don't exist.
6570 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
6571
65722008-05-07 Eli Zaretskii <eliz@gnu.org>
6573
6574 * config.bat: Fix last change: don't use < and > in "rem" lines,
6575 they are interpreted as redirection by DOS shells.
6576
65772008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6578
6579 * configure.in: Check availability of AvailabilityMacros.h
6580 if HAVE_CARBON.
6581
6582 * configure: Regenerate.
6583
65842008-05-03 Glenn Morris <rgm@gnu.org>
6585
6586 * configure.in (x_libraries): Remove standard 64-bit directories -
6587 experimental workaround for minor autoconf bug.
6588
6589 * configure.in (--without-makeinfo): New option. If set,
6590 absence of suitable makeinfo is not a fatal error.
6591 * Makefile.in (MAKEINFO): New, set by configure.
6592 (install-arch-indep): Without makeinfo, ignore any missing manuals.
6593 (info-real): New target.
6594 (info): Without makeinfo, do nothing, else call `info-real'.
6595
65962008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6597
6598 * configure.in: Remove hpux10.20 from the desupported list.
6599
66002008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
6603
66042008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6605
6606 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
6607 rather than change CPPFLAGS.
6608 (HAVE_GTK): Rename to USE_GTK.
6609
66102008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
6611
6612 * configure.in: Replace the obsolete macros AC_AIX and
6613 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
6614
66152008-04-05 Andreas Schwab <schwab@suse.de>
6616
6617 * configure.in: No longer create admin/unidata/Makefile.
6618
66192008-03-28 Andreas Schwab <schwab@suse.de>
6620
6621 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
6622 (lisp/Makefile): New rule.
6623
66242008-03-13 Glenn Morris <rgm@gnu.org>
6625
6626 * configure.in (AC_INIT): Fix version number.
6627 (sync-input): Reword the option, since it's on by default.
6628
66292008-03-11 Jan Djärv <jan.h.d@swipnet.se>
6630
6631 * configure.in: Add --enable-sync-input, default yes.
6632
66332008-03-11 Glenn Morris <rgm@gnu.org>
6634
6635 * Makefile.in (install-etc, mkdir): Handle directory
6636 etc/images/icons/hicolor/*/mimetypes/.
6637
6638 * make-dist: Handle icons/hicolor/scalable directory.
6639
66402008-03-05 Glenn Morris <rgm@gnu.org>
6641
6642 * configure.in: Enable font-backend by default.
6643 (USE_FONT_BACKEND): Set to "no" in absence of X.
6644 (PKG_CONFIG): Don't set multiple times, once is enough.
6645 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
6646
66472008-03-03 Glenn Morris <rgm@gnu.org>
6648
6649 * Makefile.in (iconsrcdir): New variable.
6650 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
6651 directory.
6652
66532008-02-29 Glenn Morris <rgm@gnu.org>
6654
6655 * test/: New directory.
6656
66572008-02-27 Jan Djärv <jan.h.d@swipnet.se>
6658
6659 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
6660
66612008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
6662
6663 * configure.in: Print an error for systems that we think are obsolete
6664 and are proposed to be removed. Remove some more unused systems.
6665 Add support for powerpc-ibm-aix6*.
6666
66672008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6668
6669 * configure.in: Remove references to obsolete variables and systems.
6670
66712008-02-21 Glenn Morris <rgm@gnu.org>
6672
6673 * Makefile.in (set_installuser): New.
6674 (install-arch-indep): Use set_installuser to avoid duplicate code.
6675
6676 * README.unicode: Split into admin/notes/unicode,font-backend and
6677 remove.
6678
66792008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
6680
6681 * configure.in (arm*-*-freebsd*): Add.
6682
66832008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6684
6685 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
6686 dealing with obsolete variables.
6687
66882008-02-08 Glenn Morris <rgm@gnu.org>
6689
6690 * Makefile.in (check-info-dir): New target.
6691
66922008-02-08 Michael Olson <mwolson@gnu.org>
6693
6694 * Makefile.in (INFO_FILES): Add epa.
6695
6696 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
6697 features" section.
6698
66992008-02-06 Glenn Morris <rgm@gnu.org>
6700
6701 * configure.in (--with-gcc): Give an error saying this option has
6702 been removed.
6703 (--with-gtk): Remove this option.
6704
67052008-02-06 Tom Tromey <tromey@redhat.com>
6706
6707 * configure.in (--with-gcc): Remove.
6708 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
6709
a04689de 67102008-02-05 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
6711
6712 * INSTALL: Recommend giflib, not libungif.
6713
67142008-02-05 Tom Tromey <tromey@redhat.com>
6715
6716 * configure.in (--with-dbus): Default to enabled.
6717
67182008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
6719
6720 * INSTALL (Complex Text Layout support libraries): New section.
6721
67222008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
6723
6724 * make-dist: Remove references to files in mac/ that have been
6725 deleted.
6726
67272008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
6728
6729 * configure.in: For libotf and m17n-flt checks, set shell vars
6730 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
6731 pkg_check_m17n_flt, respectively, for the sake of the summary output.
a04689de 6732 Reported by Ulrich Müller.
067d23c9
KY
6733
67342008-02-02 Eli Zaretskii <eliz@gnu.org>
6735
6736 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
6737 admin/unidata/Makefile.in to Makefile.
6738
67392008-02-02 Glenn Morris <rgm@gnu.org>
6740
6741 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
6742 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
6743 (HAVE_XFT): Add "Does Emacs use..." messages at end.
6744
67452008-02-01 Miles Bader <miles@gnu.org>
6746
6747 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
6748 [libotf], and [m17n-flt] options.
6749
67502008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6751
6752 * configure.in: Add EMACS_ARG_N([libotf]...), and
6753 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
6754 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
6755 CFLAGS, and LIBS in checking of m17n-flt.
6756
67572008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6758
6759 * configure.in: Check the availability of m17n-flt library.
6760
67612008-02-01 Kenichi Handa <handa@m17n.org>
6762
6763 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
6764 not available.
6765
67662008-02-01 Kenichi Handa <handa@m17n.org>
6767
6768 * configure.in: New args --enable-font-backend, --with-xft,
6769 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
6770 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
6771 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
6772 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
6773
67742008-02-01 Kenichi Handa <handa@m17n.org>
6775
6776 * make-dist: Include etc/charsets in tarball.
6777
67782008-02-01 Kenichi Handa <handa@m17n.org>
6779
6780 * configure.in: While running cpp on junk.c, include
6781 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
6782 exists.
6783
67842008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
6785
6786 * configure.in (xtensa): Match more configurations.
6787
67882008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
6789
6790 * configure.in: Update comment.
6791
67922008-01-26 Glenn Morris <rgm@gnu.org>
6793
6794 * configure.in (--without-gcc): By default, neither off nor on.
6795 (--with-carbon): Tone down rhetoric in help text.
6796
67972008-01-25 Glenn Morris <rgm@gnu.org>
6798
6799 * configure.in: Correct usage of OPTION_DEFAULT_ON,
6800 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
6801 Default `Carbon' to off (it's unsupported).
6802
68032008-01-24 Glenn Morris <rgm@gnu.org>
6804
6805 * configure.in: Standardize dbus-related messages.
6806
68072008-01-23 Michael Olson <mwolson@gnu.org>
6808
6809 * configure.in (pkg-config-prog): Remove initial whitespace.
6810
68112008-01-23 Tom Tromey <tromey@redhat.com>
6812
6813 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
6814 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
6815 Update all users.
6816
68172008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
6818
6819 * config.guess, config.sub: Updated from master source.
6820
68212008-01-17 Andreas Schwab <schwab@suse.de>
6822
6823 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
6824
68252008-01-17 Glenn Morris <rgm@gnu.org>
6826
6827 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
6828
68292008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
6830
6831 * configure.in: Remove more references to unsupported systems.
6832
68332008-01-16 Sven Joachim <svenjoac@gmx.de>
6834
6835 * make-dist: Add --lzma.
6836
68372008-01-16 Glenn Morris <rgm@gnu.org>
6838
6839 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
6840 configure checks for this.
6841
68422008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
6843
6844 * configure.in: Remove more references to unsupported systems.
6845
68462008-01-06 Romain Francoise <romain@orebokech.com>
6847
6848 * configure.in: Delete extra semicolons.
6849
68502008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6851
6852 * configure.in: Remove references to unsupported systems.
6853
68542008-01-05 Romain Francoise <romain@orebokech.com>
6855
6856 * make-dist: Add --bzip2. Update copyright.
6857
68582008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6859
6860 * configure.in: Remove support for Masscomp.
6861
68622008-01-05 Glenn Morris <rgm@gnu.org>
6863
6864 * Makefile.in (desktopdir, icondir): New variables.
6865 (install-arch-indep): Also depend on `install-etc'.
6866 (install-etc): New target.
6867 (mkdir): Also create the `applications' and `icons' directories.
6868
68692008-01-04 Glenn Morris <rgm@gnu.org>
6870
6871 * make-dist: Update for new etc/images/icons/hicolor directory.
6872
68732007-12-09 Andreas Schwab <schwab@suse.de>
6874
6875 * configure.in: D-Bus is not enabled by default.
6876
68772007-12-06 Jan Djärv <jan.h.d@swipnet.se>
6878
6879 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
6880 change.
6881
68822007-12-04 Jan Djärv <jan.h.d@swipnet.se>
6883
6884 * configure.in: Give package name and version to AC_INIT.
6885
68862007-12-03 Magnus Henoch <mange@freemail.hu>
6887
6888 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
6889
68902007-12-03 Michael Albinus <michael.albinus@gmx.de>
6891
6892 * configure.in: No need for DBUS_INFO anymore.
6893
6894 * Makefile.in (INFO_FILES): Use dbus unconditionally.
6895
68962007-12-02 Michael Albinus <michael.albinus@gmx.de>
6897
6898 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
6899
6900 * Makefile.in (INFO_FILES): Add dbus.
6901
69022007-12-02 Romain Francoise <romain@orebokech.com>
6903
6904 * make-dist: Fix last change.
6905
69062007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
6907
6908 * configure.in: Add support for gnu-kfreebsd.
6909
69102007-11-28 Glenn Morris <rgm@gnu.org>
6911
6912 * make-dist: Add etc/nxml.
6913
69142007-11-24 Romain Francoise <romain@orebokech.com>
6915
6916 * Makefile.in (INFO_FILES): Add nxml-mode.
6917
69182007-11-23 Romain Francoise <romain@orebokech.com>
6919
6920 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
6921 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
6922
69232007-11-20 Andreas Schwab <schwab@suse.de>
6924
6925 * configure.in: Always include <resolv.h> when checking for res_init.
6926
69272007-11-17 Andreas Schwab <schwab@suse.de>
6928
6929 * update-subdirs: Atomically update subdirs.el.
6930
69312007-11-17 Glenn Morris <rgm@gnu.org>
6932
6933 * Makefile.in (check-declare): New target.
6934
69352007-11-07 Glenn Morris <rgm@gnu.org>
6936
6937 * configure.in: Deprecate Mac Carbon port.
6938
69392007-11-01 Jan Djärv <jan.h.d@swipnet.se>
6940
6941 * configure.in: Remove HAVE_X11R5 check.
6942
69432007-10-31 Glenn Morris <rgm@gnu.org>
6944
6945 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
6946 when changing ownership of installed files.
6947
69482007-10-30 Glenn Morris <rgm@gnu.org>
6949
6950 * make-dist: Add new directory etc/gnus.
6951
69522007-10-30 Michael Olson <mwolson@gnu.org>
6953
6954 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
6955
69562007-10-29 Glenn Morris <rgm@gnu.org>
6957
6958 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
6959
69602007-10-23 Glenn Morris <rgm@gnu.org>
6961
6962 * MAINTAINERS: Move to admin/.
6963
69642007-10-17 Chong Yidong <cyd@stupidchicken.com>
6965
6966 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
6967 (HAVE_LIBRESOLV): Also define if we are using res_init().
6968
69692007-10-17 Glenn Morris <rgm@gnu.org>
6970
6971 * FTP: Remove file, since it's just a duplicate of one in etc/.
6972
69732007-10-05 Eli Zaretskii <eliz@gnu.org>
6974
6975 * config.bat: Fix configuring `doc' due to changes in the
6976 directory structure.
6977
69782007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6979
6980 * configure.in: Don't use -lpthread on HP-UX.
6981
69822007-09-16 Glenn Morris <rgm@gnu.org>
6983
6984 * make-dist: File gfdl.1 has been removed.
6985
69862007-09-15 Glenn Morris <rgm@gnu.org>
6987
6988 * configure.in: Fix makeinfo version regexp.
6989
69902007-09-12 Glenn Morris <rgm@gnu.org>
6991
6992 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
6993 implementation of alloca is not found.
6994
6995 * Makefile.in (SOURCES, unlock, relock): Delete.
6996 (install-arch-indep): Do not exclude the etc/ Makefiles.
6997
69982007-09-09 Juri Linkov <juri@jurta.org>
6999
7000 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
7001
7002 * README: Add doc/ to documentation directories.
7003
70042007-09-08 Michael Olson <mwolson@gnu.org>
7005
7006 * MAINTAINERS: Add myself for ERC and tq.el.
7007 Update for new doc/ directory layout.
7008
70092007-09-06 Romain Francoise <romain@orebokech.com>
7010
7011 * make-dist: Update for new doc/ directory layout.
7012
70132007-09-06 Glenn Morris <rgm@gnu.org>
7014
7015 * Makefile.in (mansrcdir): New variable.
7016 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
7017 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
7018 update these targets for new doc/ directory layout.
7019 (doc/misc/Makefile): New target.
7020 (install-arch-indep): Use mansrcdir for new location of manpages.
7021 (mostlyclean, clean, distclean, maintainer-clean, unlock)
7022 (relock, info, dvi): Update targets for new doc/ directory layout.
7023
7024 * configure.in (AC_OUTPUT): Update names of generated Makefiles
7025 for new doc/ directory layout.
7026
70272007-09-02 Andreas Schwab <schwab@suse.de>
7028
7029 * configure.in: Use AS_HELP_STRING throughout.
7030 * configure: Regenerate.
7031
70322007-09-02 Jan Djärv <jan.h.d@swipnet.se>
7033
7034 * configure.in: Require Gtk/Glib 2.6.
7035
70362007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
7037
7038 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
7039 Use them throughout in place of AC_ARG_WITH calls.
7040 * configure: Regenerate.
7041
70422007-09-01 Andreas Schwab <schwab@suse.de>
7043
7044 * configure.in: Put quotes around nested macro calls.
7045
a04689de 70462007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
067d23c9
KY
7047
7048 * configure.in: Fix typo.
7049 * configure: Regenerate.
7050
70512007-08-30 Glenn Morris <rgm@gnu.org>
7052
7053 * configure.in (AH_BOTTOM): Copy some manual changes made to
7054 src/config.in here so they are not lost when it regenerates.
7055
7056 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
7057
70582007-08-29 Károly Lőrentey <karoly@lorentey.hu>
7059
7060 * README.multi-tty: New file.
7061
70622007-08-29 Glenn Morris <rgm@gnu.org>
7063
7064 * README: Increase version to 23.0.50.
7065
70662007-08-29 Jan Djärv <jan.h.d@swipnet.se>
7067
7068 * configure.in: New option: --without-xaw3d.
7069
70702007-08-24 Glenn Morris <rgm@gnu.org>
7071
7072 * configure.in: Check for a suitably recent makeinfo.
7073
70742007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
7075
7076 * configure.in (Check for required libraries): Typo.
7077
70782007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7079
7080 * configure.in: Check librsvg2 also for Mac Carbon.
7081
70822007-08-22 Romain Francoise <romain@orebokech.com>
7083
7084 * make-dist: Follow reorganization of files in etc/.
7085
70862007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
7087
7088 * configure.in: Add support for SVG images through librsvg2.
7089
70902007-07-28 Eli Zaretskii <eliz@gnu.org>
7091
7092 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
7093 to avoid an error message if there is no DOC there.
7094
70952007-07-25 Glenn Morris <rgm@gnu.org>
7096
7097 * Relicense all FSF files to GPLv3 or later.
7098
7099 * COPYING, info/COPYING: Switch to GPLv3.
7100
71012007-06-20 Jan Djärv <jan.h.d@swipnet.se>
7102
7103 * configure.in: Complain if X seems to be installed but no
7104 development files were found.
7105
71062007-06-20 Glenn Morris <rgm@gnu.org>
7107
7108 * configure.in: Prefer libgif over libungif.
7109
71102007-06-14 Jan Djärv <jan.h.d@swipnet.se>
7111
7112 * configure.in: Check for all image libraries before exiting.
7113
71142007-06-13 Jan Djärv <jan.h.d@swipnet.se>
7115
7116 * configure.in: Exit with error if image libraries aren't found.
7117
71182007-06-13 Chong Yidong <cyd@stupidchicken.com>
7119
7120 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
7121 when compiling without scrollbars.
7122
71232007-06-12 Glenn Morris <rgm@gnu.org>
7124
7125 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
7126
71272007-06-11 Jan Djärv <jan.h.d@swipnet.se>
7128
7129 * configure.in: Change wording about yes/gtk and lucid/athena
7130 being synonyms.
7131
71322007-06-08 Glenn Morris <rgm@gnu.org>
7133
7134 * configure.in: Make gtk the default toolkit.
7135
71362007-06-07 Glenn Morris <rgm@gnu.org>
7137
7138 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
7139 for a Sun C compiler.
7140
7141 * Makefile.in (install-arch-indep): Install only the DOC- file
7142 specific to the build, if possible, rather than DOC-*.
7143
71442007-06-02 Chong Yidong <cyd@stupidchicken.com>
7145
7146 * Version 22.1 released.
7147
71482007-05-25 Chong Yidong <cyd@stupidchicken.com>
7149
7150 * mkinstalldirs: Sync to version in automake CVS.
7151
71522007-05-22 Andreas Schwab <schwab@suse.de>
7153
7154 * configure.in: Prefer build_alias over host when host_alias is not set.
7155 * configure: Regenerate.
7156
71572007-05-20 Andreas Schwab <schwab@suse.de>
7158
7159 * configure.in: Remove empty AC_SUBST.
7160 * configure: Regenerate.
7161
71622007-05-20 Nick Roberts <nickrob@snap.net.nz>
7163
7164 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
7165 it like others.
7166 * configure: Regenerate.
7167
71682007-05-20 Nick Roberts <nickrob@snap.net.nz>
7169
7170 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
7171 (AC_CHECK_LIB): Add -lgpm.
7172 * configure: Regenerate.
7173
71742007-05-03 Glenn Morris <rgm@gnu.org>
7175
7176 * configure: Tweak message about the absence of shell functions.
7177
71782007-04-27 Andreas Schwab <schwab@suse.de>
7179
7180 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
7181
71822007-04-26 Glenn Morris <rgm@gnu.org>
7183
7184 * README: Increase version to 22.1.50.
7185
71862007-04-24 Juanma Barranquero <lekktu@gmail.com>
7187
7188 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
7189
71902007-04-19 Glenn Morris <rgm@gnu.org>
7191
7192 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
7193
71942007-04-18 Glenn Morris <rgm@gnu.org>
7195
7196 * INSTALL: Mention CPP.
7197
71982007-04-15 Glenn Morris <rgm@gnu.org>
7199
7200 * FTP: Replace with a pointer to the web version.
7201
72022007-04-13 Glenn Morris <rgm@gnu.org>
7203
7204 * INSTALL: In lib-src, timer, wakeup, yow are removed.
7205
72062007-04-04 Glenn Morris <rgm@gnu.org>
7207
7208 * configure.in (NON_GNU_CPP): Use associated preprocessor when
7209 compiling with Sun Studio on Solaris.
7210
72112007-03-23 Glenn Morris <rgm@gnu.org>
7212
7213 * configure.in: Restore support for hp800 (removed 2007-01-27)
7214 following clarification of legal status.
7215
72162007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
7217
7218 * configure.in: Add support for AIX4.3 on IBM RS6000.
7219
7220 * configure: Regenerate.
7221
72222007-03-20 Richard Stallman <rms@gnu.org>
7223
7224 * configure.in: Fix previous change.
7225
72262007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
7227
7228 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
90eacf99
SM
7229 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
7230 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
067d23c9
KY
7231
72322007-03-19 Chong Yidong <cyd@stupidchicken.com>
7233
7234 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
7235 user specifies "without".
7236
7237 * configure: Regenerate.
7238
72392007-03-18 Jan Djärv <jan.h.d@swipnet.se>
7240
7241 * configure.in: Warning for Gtk+ and Cygwin added.
7242 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
7243
72442007-02-27 Glenn Morris <rgm@gnu.org>
7245
7246 * make-dist (oldXMenu): Remove Imakefile.
7247 (etc/images): Add README.
7248
72492007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
7250
7251 * configure.in (xtensa-*-linux-gnu*): New configuration.
7252
7253 * configure: Regenerate.
7254
72552007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
7256
7257 * config.guess, config.sub: Updated from master source.
7258
72592007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7260
7261 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
7262
72632007-01-29 Chong Yidong <cyd@stupidchicken.com>
7264
7265 * configure.in: Restore support for hp800's not running HP-UX.
7266
7267 * configure: Regenerate.
7268
72692007-01-27 Chong Yidong <cyd@stupidchicken.com>
7270
7271 * configure.in: Remove support for hp800 and sr2k machine types.
7272
7273 * configure: Regenerate.
7274
72752007-01-26 Jan Djärv <jan.h.d@swipnet.se>
7276
7277 * configure.in: Add check for libXft.
7278
72792007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
7280
7281 * INSTALL: Info files moved to share/info.
7282
72832007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
7284
7285 * configure.in: Detect and use fink-installed in intel-based Mac
7286 builds; change Apple Darwin section to support both PowerPC and
7287 Intel-based Macs.
7288
72892006-12-26 Andreas Schwab <schwab@suse.de>
7290
7291 * Makefile.in (datarootdir): Define.
7292
72932006-12-24 Richard Stallman <rms@gnu.org>
7294
7295 * configure.in: Require Autoconf 2.61.
7296
72972006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
7298
7299 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
7300 Remove redundant entry for powerpc-apple-netbsd.
7301
7302 * configure: Regenerate.
7303
73042006-12-22 Chong Yidong <cyd@stupidchicken.com>
7305
7306 * configure: Regenerate with autoconf 2.61.
7307
73082006-12-20 Jan Djärv <jan.h.d@swipnet.se>
7309
7310 * configure.in: Detect alsa/asoundlib.h also.
7311 * configure: Regenerate.
7312
73132006-12-19 Jan Djärv <jan.h.d@swipnet.se>
7314
7315 * configure.in: Check if GTK+ compiles at all.
7316
73172006-12-10 Andreas Schwab <schwab@suse.de>
7318
7319 * configure.in: Remove check for struct timezone, its result is
7320 never used.
7321
73222006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
7323
7324 * configure.in: Add support for Solaris 10 on x86-64.
7325
73262006-12-08 Jan Djärv <jan.h.d@swipnet.se>
7327
7328 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
7329 of PKG_CONFIG_PATH.
7330
73312006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7332
7333 * configure.in (HAVE_SYNC): New test.
7334
73352006-12-03 Glenn Morris <rgm@gnu.org>
7336
7337 * Makefile.in: Fix Copyright format.
7338
7339 * configure.in (AH_TOP): Add missing Copyright year.
7340
7341 * update-subdirs: Add missing Copyright years.
7342
73432006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
7344
7345 * Makefile.in: Touch only the parts of the share/emacs directory
7346 specific to this version.
7347
73482006-11-26 Chong Yidong <cyd@stupidchicken.com>
7349
7350 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
7351
73522006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7353
7354 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
7355
73562006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7357
7358 * configure.in: Prefer X11 to Carbon only when some X-specific
7359 option is specified (Thanks to Jan Djärv and Andreas Schwab).
7360
73612006-11-04 Romain Francoise <romain@orebokech.com>
7362
7363 * Makefile.in (bootstrap-clean-before): Fix typo.
7364 Use new target `bootstrap-clean' in the leim subdirectory.
7365
73662006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7367
7368 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
7369
73702006-10-30 Chong Yidong <cyd@stupidchicken.com>
7371
7372 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
7373 directories.
7374
73752006-10-29 Jeramey Crawford <jeramey@jeramey.com>
7376
7377 * configure.in: Enable x86-64 OpenBSD compilation.
7378
73792006-10-28 Glenn Morris <rgm@gnu.org>
7380
7381 * AUTHORS: Add cal-html.el author.
7382
73832006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7384
7385 * make-dist: Make links to mac/make-package and
7386 mac/Emacs.app/Contents/Resources/Emacs.icns.
7387
73882006-10-27 Chong Yidong <cyd@stupidchicken.com>
7389
7390 * README: Bump version number to 22.0.90.
7391
73922006-10-23 Andreas Schwab <schwab@suse.de>
7393
7394 * configure.in: Make sure x_default_search_path is always set even
7395 when x_libraries is empty, and look in .../share as well for each
7396 library directory.
7397
73982006-09-28 Kenichi Handa <handa@m17n.org>
7399
7400 * configure.in (locallisppath): Don't include leim dir.
7401 (lisppath): Include leim dir.
7402
74032006-09-15 Jay Belanger <belanger@truman.edu>
7404
7405 * COPYING: Replace "Library Public License" by "Lesser Public
7406 License" throughout.
7407
74082006-09-11 Paul Eggert <eggert@cs.ucla.edu>
7409
7410 * make-dist (EMACS): Exit and fail if the EMACS environment
7411 variable is set to something other than an absolute file name.
7412
74132006-08-16 Andreas Schwab <schwab@suse.de>
7414
7415 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
7416 of hardcoding it.
7417
74182006-08-16 Richard Stallman <rms@gnu.org>
7419
7420 * INSTALL.CVS: Clean up wording.
7421
74222006-07-14 Eli Zaretskii <eliz@gnu.org>
7423
7424 * configure.in (PKG_CHECK_MODULES): Redirect the output of
7425 $PKG_CONFIG --exists "$2" to config.log.
7426 * configure: Regenerate.
7427
1a71cb28 74282006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
7429
7430 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
7431
74322006-07-09 Kim F. Storm <storm@cua.dk>
7433
7434 * CONTRIBUTE: Use outline format.
7435 Add section on copyright years (from admin/notes/years).
7436
74372006-07-08 Eli Zaretskii <eliz@gnu.org>
7438
7439 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
7440 to /dev/null, since we don't need the error message, just the
7441 exit status.
7442
74432006-07-07 Eli Zaretskii <eliz@gnu.org>
7444
7445 * CONTRIBUTE: Slight formatting changes and typo fixes.
7446 Add description of NEWS markings.
7447
74482006-07-07 Kim F. Storm <storm@cua.dk>
7449
7450 * CONTRIBUTE: Mention INSTALL.CVS.
7451
74522006-07-05 Romain Francoise <romain@orebokech.com>
7453
7454 * make-dist (top-level): Add CONTRIBUTE.
7455
74562006-07-04 Richard Stallman <rms@gnu.org>
7457
7458 * CONTRIBUTE: Much rewrite.
7459
74602006-07-04 Nick Roberts <nickrob@snap.net.nz>
7461
7462 * CONTRIBUTE: New file.
7463
74642006-06-24 Eli Zaretskii <eliz@gnu.org>
7465
7466 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
7467
74682006-05-18 Jan Djärv <jan.h.d@swipnet.se>
7469
7470 * configure.in: Add check for ALSA.
7471
74722006-05-06 Eli Zaretskii <eliz@gnu.org>
7473
7474 * Makefile.in (INFO_FILES): Remove emacs-xtra.
7475
7476 * info/dir: Remove the Emacs-Xtra entry.
7477
74782006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
7479
7480 Update copyright year(s) in many files.
7481
74822006-04-01 Eli Zaretskii <eliz@gnu.org>
7483
7484 * configure: Regenerated.
7485
74862006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7487
7488 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
7489 --without-toolkit-scroll-bars was specified.
7490
74912006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
7492
7493 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
7494 to CFLAGS. Update Copyright years written to src/config.in.
7495
74962006-03-18 Claudio Fontana <claudio@gnu.org>
7497
7498 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
7499 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
7500 to be installed/uninstalled.
7501 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
7502 to Info files installed by Emacs.
7503
75042006-03-03 Claudio Fontana <claudio@gnu.org>
7505
7506 * Makefile.in (install, uninstall): Add DESTDIR variable to
7507 support staged installations.
7508
75092006-02-14 Richard M. Stallman <rms@gnu.org>
7510
7511 * configure.in (s390x-*-linux-gnu*): New configuration.
7512
75132006-01-31 Jan Djärv <jan.h.d@swipnet.se>
7514
7515 * configure.in: Require GTK 2.4 or newer.
7516
75172006-01-29 Michael Olson <mwolson@gnu.org>
7518
7519 * Makefile.in (install-arch-indep, uninstall): Add ERC.
7520 * info/dir (ERC): New entry.
7521
75222006-01-29 Eli Zaretskii <eliz@gnu.org>
7523
7524 * info/dir: Fix last change.
7525
75262006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7527
7528 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
7529
75302006-01-27 Eli Zaretskii <eliz@gnu.org>
7531
7532 * info/dir: Untabify the whole file.
7533 (Rcirc): New entry.
7534
75352006-01-12 Andreas Schwab <schwab@suse.de>
7536
7537 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
7538 check.
7539
75402006-01-02 Chong Yidong <cyd@stupidchicken.com>
7541
7542 * configure.in: Use -Wno-pointer-sign if available.
7543
75442005-12-29 Andreas Schwab <schwab@suse.de>
7545
7546 * config.guess, config.sub: Updated from master source.
7547
75482005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7549
7550 * configure.in: Use amdx86-64 for freebsd on x86_64.
7551
75522005-11-22 Romain Francoise <romain@orebokech.com>
7553
7554 * make-dist: Add etc/images/icons.
7555
75562005-11-03 Andreas Schwab <schwab@suse.de>
7557
7558 * configure.in: Use GZIP_PROG instead of GZIP.
7559
90eacf99 7560 * Makefile.in (GZIP_PROG): Rename from GZIP.
067d23c9
KY
7561 (install-arch-indep): Adjust.
7562
75632005-11-01 Andreas Schwab <schwab@suse.de>
7564
7565 * Makefile.in (bootstrap): Fix dependencies for parallel build.
7566 (bootfast): Likewise.
7567
75682005-11-01 Romain Francoise <romain@orebokech.com>
7569
7570 * configure.in: Check for gzip.
7571
7572 * Makefile.in (install): Compress source files.
7573
75742005-10-24 Steven Tamm <steventamm@mac.com>
7575
7576 * configure.in: Fix darwin386 configuration issue.
7577
75782005-10-22 Eli Zaretskii <eliz@gnu.org>
7579
7580 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
7581
75822005-10-17 Bill Wohler <wohler@newt.com>
7583
7584 * make-dist: Create and populate etc/images/low-color.
7585
75862005-10-15 Bill Wohler <wohler@newt.com>
7587
7588 * make-dist: Create and populate etc/images/gud.
7589
75902005-10-08 Richard M. Stallman <rms@gnu.org>
7591
7592 * make-dist (tempparent): Don't check for 14-char file name limit.
7593
75942005-10-07 Romain Francoise <romain@orebokech.com>
7595
7596 * make-dist: Add etc/images/ezimage and etc/images/mail
7597 directories. Install images in etc/images.
7598
75992005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7600
7601 * configure.in: Prefer Carbon if --enable-carbon-app or
7602 --with-carbon is explicitly specified even when X11 is detected.
7603
76042005-09-15 Ulf Jasper <ulf.jasper@web.de>
7605
7606 * Makefile.in (install-arch-indep, uninstall):
7607 Handle newsticker manual.
7608 (info): Add - to commands.
7609
76102005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
7611
7612 Remove the MAXPATHLEN limitations:
7613
7614 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
7615
76162005-09-09 Eli Zaretskii <eliz@gnu.org>
7617
7618 * configure.in <lynxsos*>: Support for LynxOS on PPC.
7619 * configure: Regenerate.
7620
76212005-09-05 Paul Eggert <eggert@cs.ucla.edu>
7622
7623 * config.guess, config.sub: Updated from master source.
7624
76252005-08-03 Juanma Barranquero <lekktu@gmail.com>
7626
7627 * .cvsignore: Add `lock'.
7628
76292005-07-28 Juanma Barranquero <lekktu@gmail.com>
7630
7631 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
7632
76332005-07-26 Paul Eggert <eggert@cs.ucla.edu>
7634
7635 Merge gnulib getopt implementation into Emacs.
7636
7637 * Makefile.in (AUTOCONF_INPUTS): New macro.
7638 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
7639 so that these files also depend on m4/getopt.m4.
7640 * configure.in: Configure getopt by including m4/getopt.m4,
7641 and configuring a getopt replacement if necessary.
7642 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
7643 * m4/getopt.m4: New file.
7644
76452005-07-06 Lute Kamstra <lute@gnu.org>
7646
7647 * configure.in: Fix capitalization.
7648
76492005-07-04 Lute Kamstra <lute@gnu.org>
7650
7651 Update FSF's address in GPL notices.
7652
76532005-06-19 Jérôme Marant <jerome@marant.org>
7654
7655 * Makefile.in (epaths-force): Protect both lisppath and
7656 buildlisppath from whitespace.
7657
76582005-06-08 Steven Tamm <steventamm@mac.com>
7659
090bd7cb 7660 * configure.in: Support Darwin/MacOSX on Intel.
067d23c9
KY
7661
76622005-06-06 Jan Djärv <jan.h.d@swipnet.se>
7663
7664 * configure.in (HAVE_CANCELMENUTRACKING): New test.
7665
1a71cb28 76662005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
7667
7668 * configure.in: Add --enable-locallisppath.
7669
76702005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7671
7672 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
90eacf99
SM
7673 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
7674 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
067d23c9
KY
7675
76762005-05-07 Jérôme Marant <jerome@marant.org>
7677
7678 * make-dist: Remove references to makefile.nt and makefile.def.
7679 Include widgets and images subdirectories of etc. Do not exclude
7680 ldefs-boot.el.
7681
76822005-04-23 Andreas Schwab <schwab@suse.de>
7683
7684 * configure.in: Remove duplicate match for powerpc configuration.
7685
76862005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
7687
7688 * configure.in: Check for <pwd.h>.
7689
76902005-04-14 Lute Kamstra <lute@gnu.org>
7691
7692 * make-dist: Distribute all ChangeLog files in lisp/.
7693 Don't distribute ldefs-boot.el.
7694 lisp/makefile.nt no longer exists.
7695
76962005-04-13 Lute Kamstra <lute@gnu.org>
7697
7698 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
7699 for "no-byte-compile: t" in the file instead.
7700
77012005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7702
7703 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
7704 shadow the main Lesstif/Motif-2.1 libs and includes.
7705
77062005-03-10 Jan Djärv <jan.h.d@swipnet.se>
7707
7708 * configure.in: Only add XASSERTS to cppflags.
7709
77102005-03-04 Jan Djärv <jan.h.d@swipnet.se>
7711
7712 * configure.in: Added --enable-asserts.
7713
77142005-02-09 Kim F. Storm <storm@cua.dk>
7715
7716 Change release version from 21.4 to 22.1 throughout.
7717 Change development version from 21.3.50 to 22.0.50.
7718
77192005-01-19 Steven Tamm <steventamm@mac.com>
7720
7721 * configure.in: Check for <sys/utsname.h>.
7722
77232004-12-11 Kim F. Storm <storm@cua.dk>
7724
7725 * Makefile.in (info): Undo 2004-12-05 change.
7726
77272004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7728
7729 * info/dir (File): Add URL and Org Mode manuals.
7730 * Makefile.in (install-arch-indep, uninstall): Add url and org
7731 manuals.
7732
77332004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
7736 committed to src/config.in.
7737
77382004-12-07 Jan Djärv <jan.h.d@swipnet.se>
7739
7740 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
7741 pthreads and define HAVE_GTK_AND_PTHREAD.
7742
77432004-12-05 Richard M. Stallman <rms@gnu.org>
7744
7745 * Makefile.in (info): Ignore errors building info files.
7746
77472004-11-27 Eli Zaretskii <eliz@gnu.org>
7748
7749 * config.bat: If 8-byte alignment is not supported, define
7750 NO_DECL_ALIGN in src/config.h, instead of trivially defining
7751 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
7752 filter through Sed to remove the quotes.
7753
77542004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7755
7756 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
7757 not apply to files explicitly `cvs add'ed.
7758
77592004-11-12 Eli Zaretskii <eliz@gnu.org>
7760
7761 * config.bat: Don't require djecho.exe for the v1.x build.
7762 Add a test for DECL_ALIGN support, and add a trivial definition to
7763 src/config.h if 8-byte alignment is not supported.
7764
77652004-11-08 Kim F. Storm <storm@cua.dk>
7766
7767 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
7768 files before building.
7769 (bootfast, bootstrap-clean-before-fast): New targets, like
7770 bootstrap but don't remove .elc files.
7771
77722004-11-06 Lars Brinkhoff <lars@nocrew.org>
7773
7774 * configure.in: Add check for getrusage.
7775
77762004-11-02 Jan Djärv <jan.h.d@swipnet.se>
7777
7778 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
7779 New tests for new and old GTK file dialogs.
7780 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
7781 to no.
7782
77832004-10-20 Jan Djärv <jan.h.d@swipnet.se>
7784
7785 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
7786 can be set. Remove SETARCH test.
7787
77882004-10-08 Steven Tamm <steventamm@mac.com>
7789
ed9265fc 7790 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
067d23c9
KY
7791
77922004-10-06 Jan Djärv <jan.h.d@swipnet.se>
7793
7794 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
7795 AC_MSG_WARN. Move output of warning message to end of configure run.
7796
77972004-10-05 Jan Djärv <jan.h.d@swipnet.se>
7798
7799 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
7800 Run test to see if heap start address is random.
7801
78022004-09-29 Miles Bader <miles@gnu.org>
7803
7804 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
7805 if setarch is present.
7806
78072004-09-25 Jan Djärv <jan.h.d@swipnet.se>
7808
7809 * configure.in (HAVE_EXECSHIELD): Only define on x86.
7810
78112004-09-24 Jan Djärv <jan.h.d@swipnet.se>
7812
7813 * configure.in: Check for exec-shield.
7814
1a71cb28
GM
78152004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7816
7817 * Makefile.in (install-arch-indep): Add pgg and sieve.
7818
7819 * info/.cvsignore: Added pgg and sieve.
7820
067d23c9
KY
78212004-08-06 Andreas Schwab <schwab@suse.de>
7822
7823 * Makefile.in (install-arch-indep, uninstall): Add flymake.
7824
78252004-07-31 Eli Zaretskii <eliz@gnu.org>
7826
7827 * config.bat: Update URLs in the comments.
7828
067d23c9
KY
78292004-07-05 Andreas Schwab <schwab@suse.de>
7830
7831 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
7832
78332004-06-21 Kenichi Handa <handa@m17n.org>
7834
7835 * make-dist: Link leim-ext.el into tempdir.
7836
78372004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7838
7839 * info/dir (File): Add emacs-xtra.
7840 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
7841
78422004-06-12 Juri Linkov <juri@jurta.org>
7843
7844 * info/dir: Move menu help lines from `* Menu:' to file header.
7845 Describe the purpose of a red *.
7846
78472004-05-04 Dave Love <fx@gnu.org>
7848
7849 * configure.in: Don't use `extrasub'.
7850
78512004-04-29 Dave Love <fx@gnu.org>
7852
7853 * configure.in: Don't forget to quote args to `test'.
7854
78552004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
7856
7857 * autogen.sh: Update filename in "please read" message.
7858
78592004-04-17 Richard M. Stallman <rms@gnu.org>
7860
7861 * INSTALL: Move the info about site-lisp dirs,
7862 and say uninstalled Emacs looks there too.
7863
78642004-04-04 Eli Zaretskii <eliz@gnu.org>
7865
7866 * config.bat (lib-src): Recognize comment lines in Makefile.in
7867 that have a TAB after the #, to avoid errors in preprocessing with
7868 GCC 3.3.3.
7869
78702004-03-31 Luc Teirlinck <teirllm@auburn.edu>
7871
7872 * Makefile.in: Mention in comment that `make maintainer-clean'
7873 deletes .elc files.
7874
78752004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * update-subdirs: Add local variables to prevent byte-compiling.
7878
78792004-03-21 Dave Love <fx@gnu.org>
7880
7881 * configure.in: Fix previous change.
7882
78832004-03-18 Dave Love <fx@gnu.org>
7884
7885 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
7886
78872004-03-15 Luc Teirlinck <teirllm@auburn.edu>
7888
7889 * info/dir (File): Add SMTP and SES.
7890
78912004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7892
7893 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
7894 (bootstrap): Use the new bootstrap-prepare target in lisp.
7895
78962004-02-18 Kim F. Storm <storm@cua.dk>
7897
7898 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
7899
79002004-02-16 Eli Zaretskii <eliz@gnu.org>
7901
7902 * make-dist: Don't link index.*perm and permute-index into tempdir.
7903
79042004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
7905
7906 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
7907 to match previous changes by Eli Zaretskii.
7908
79092004-02-09 Luc Teirlinck <teirllm@auburn.edu>
7910
7911 * Makefile.in: Set CDPATH to an empty string.
7912
79132004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7914
7915 * configure.in <darwin>: Use fink packages if available.
7916
79172004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
7918
7919 * make-dist (lispref): Do include lispref/index.texi.
7920
79212004-01-06 Eric Hanchrow <offby1@blarg.net>
7922
7923 * make-dist (tempdir): Include cursors in nt/icons.
7924
79252003-12-30 Eli Zaretskii <eliz@gnu.org>
7926
7927 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
7928 clashes with install-sh on 8+3 filesystems.
7929
1a71cb28 79302003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
7931
7932 * .cvsignore: Add .arch-inventory.
7933
79342003-12-24 Andreas Schwab <schwab@suse.de>
7935
7936 * configure.in: Check for <sys/socket.h>. Include it before
7937 including <net/if.h>. Move check for <net/if.h> before its use.
7938
79392003-12-24 Jan Djärv <jan.h.d@swipnet.se>
7940
7941 * Makefile.in (install-arch-dep): Don't let cd output go into
7942 pipe for carbon_appdir.
7943
79442003-12-24 Andreas Schwab <schwab@suse.de>
7945
7946 * configure.in (PKG_CHECK_MODULES): Fix quoting.
7947
79482003-12-01 Andreas Schwab <schwab@suse.de>
7949
7950 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
7951 hardcoding gcc.
7952
79532003-11-16 Jan Djärv <jan.h.d@swipnet.se>
7954
7955 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
7956 multiple displays.
7957 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
7958
79592003-09-23 Dave Love <fx@gnu.org>
7960
7961 * configure.in: Check members of struct ifreq.
7962
79632003-09-14 Kim F. Storm <storm@cua.dk>
7964
7965 * configure.in: Add checks for sys/ioctl.h and net/if.h.
7966
79672003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
7968
7969 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
7970
79712003-08-18 Lute Kamstra <lute@gnu.org>
7972
7973 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
7974 required anymore.
7975
79762003-08-07 Andrew Choi <akochoi@shaw.ca>
7977
7978 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
7979 option instead of -traditional-cpp for CPP.
7980
79812003-07-29 Richard M. Stallman <rms@gnu.org>
7982
7983 * configure.in (HAVE_XIM): Define if XIM is available.
7984
79852003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
7986
7987 * configure.in: The function gtk_window_set_icon_from_file was
7988 introduced in GTK+ 2.2, so check for that release.
7989
79902003-07-23 Andreas Schwab <schwab@suse.de>
7991
7992 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
7993
7994 * Makefile.in (YACC): Remove, not used.
7995 (MAINT): Don't set.
7996 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
7997 disable dependency on ${srcdir}/configure.in when maintainer mode
7998 is disabled.
7999
80002003-07-22 Dave Love <fx@gnu.org>
8001
8002 * configure.in: Make XRegisterIMInstantiateCallback test depend on
8003 HAVE_X11, not with_xim.
8004 (HAVE_CRTIN): Provide template.
8005 <with_png>: Test for png.h and libpng/png.h.
8006
80072003-07-15 Andreas Schwab <schwab@suse.de>
8008
8009 * configure.in: Temporarily leave quoting for AC_DEFINE.
8010
80112003-07-13 Stefan Monnier <monnier@cs.yale.edu>
8012
8013 * configure.in: Check for posix_memalign.
8014
80152003-07-12 Richard M. Stallman <rms@gnu.org>
8016
8017 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
8018
80192003-07-09 Kim F. Storm <storm@cua.dk>
8020
8021 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
8022 functionality of --without-xim.
8023
80242003-06-29 Dave Love <fx@gnu.org>
8025
8026 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
8027
80282003-06-23 Dave Love <fx@gnu.org>
8029
8030 * configure.in: Check for sys/_mbstate_t.h.
8031 Test XRegisterIMInstantiateCallback prototype.
8032 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
8033
80342003-06-06 Dave Love <fx@gnu.org>
8035
8036 * configure.in: Check for locale.h.
8037
80382003-06-05 Dave Love <fx@gnu.org>
8039
8040 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
8041 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
8042 (NLIST_STRUCT): Don't define.
8043 (AH_BOTTOM): Define my_strftime.
8044
80452003-06-02 Richard M. Stallman <rms@gnu.org>
8046
8047 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
8048
80492003-05-24 Andreas Schwab <schwab@suse.de>
8050
8051 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
8052 bzero, and bcmp.
8053
80542003-05-22 Dave Love <fx@gnu.org>
8055
8056 * configure.in: Remove redundant test for term.h. Test for difftime.
8057
80582003-05-20 Dave Love <fx@gnu.org>
8059
8060 * configure.in: Append * to s390-*-linux-gnu case.
8061 (LIBMAIL) <lockfile>: Don't define.
8062
067d23c9
KY
80632003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
8064
8065 * INSTALL (* GNU/Linux development packages): Mention Debian and
8066 RedHat package names.
8067
80682003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
8069
8070 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
8071
80722003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
8073
8074 * INSTALL (* GNU/Linux development packages): Tell people to
8075 install additional packages for compiling Emacs.
8076
1a71cb28
GM
80772003-04-30 Richard M. Stallman <rms@gnu.org>
8078
8079 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
8080
80812003-04-28 Francesco Potortì <pot@gnu.org>
8082
8083 * configure.in: Undo last (RMS') change, as it is useless, per
8084 Dave Love.
8085
80862003-04-08 Richard M. Stallman <rms@gnu.org>
8087
8088 * configure.in: Put #include of jpeglib.h at start of line.
8089
067d23c9
KY
80902003-04-06 Francesco Potortì <pot@gnu.org>
8091
8092 * configure.in: Use the same configuration for all aix5, not just
8093 aix5.1.
8094
80952003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
8096
8097 * configure.in: Check for need for bigtoc support on IBM AIX for
8098 solving a linker table overflow problem.
8099
81002003-03-03 Rob Browning <rlb@defaultvalue.org>
8101
8102 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
8103 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
8104 over bzero, bcmp, and bcopy.
8105
81062003-02-23 Simon Josefsson <jas@extundo.com>
8107
8108 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
8109
81102003-02-21 Klaus Zeitler <kzeitler@lucent.com>
8111
8112 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
8113
81142003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
8115
8116 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
8117
81182003-02-08 Andreas Schwab <schwab@suse.de>
8119
8120 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
8121 instead of the substitution.
8122
81232003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8124
8125 * Makefile.in: Use @EXEEXT@ for Cygwin.
8126 Use USERNAME if LOGNAME is not set (for Cygwin).
8127
8128 * configure.in: Add opsys=cygwin.
8129
81302003-01-22 Andreas Schwab <schwab@suse.de>
8131
8132 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
8133 redefining it explicitly in src/config.in.
8134
81352003-01-22 Markus Rost <rost@math.ohio-state.edu>
8136
8137 * Makefile.in (bootstrap): Make bootstrap-after.
8138
81392003-01-20 Jan Djärv <jan.h.d@swipnet.se>
8140
8141 * configure.in: Fix --with-gtk.
8142
81432003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8144
090bd7cb 8145 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
067d23c9
KY
8146
8147 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
8148
81492003-01-14 Francesco Potortì <pot@gnu.org>
8150
8151 * configure.in (m68k-motorola-sysv): Remove (obsolete).
8152
81532003-01-07 Steven Tamm <steventamm@mac.com>
8154
8155 * configure.in: New option, --enable-carbon-app, to specify
8156 that the application should be installed
8157 * Makefile.in (install-arch-dep): On Mac OS X, install the
090bd7cb 8158 Emacs.app application if carbon-app is enabled.
067d23c9
KY
8159
81602003-01-06 Dave Love <fx@gnu.org>
8161
8162 * configure.in: Check for nl_langinfo.
8163 [!HAVE_SIZE_T]: Fix typedef.
8164
81652003-01-06 David Kastrup <dak@gnu.org>
8166
8167 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
8168
8169 * configure.in: Add tests for install-info.
8170
81712002-12-09 Markus Rost <rost@math.ohio-state.edu>
8172
8173 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
8174 use again sol2-6 instead of sol2-8.
8175
81762002-12-09 Dave Love <fx@gnu.org>
8177
8178 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
8179
81802002-12-08 Andreas Schwab <schwab@suse.de>
8181
8182 * Makefile.in (install-arch-indep): Revert last change.
8183
81842002-11-27 Dave Love <fx@gnu.org>
8185
8186 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
8187 Check for __sys_siglist too. Check for memset.
8188 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
8189
81902002-11-22 Juanma Barranquero <lektu@terra.es>
8191
8192 * config.guess, config.sub: Updated from master source.
8193
81942002-11-19 Karl Fogel <kfogel@red-bean.com>
8195
8196 * autogen.sh: New file.
8197
1a71cb28 81982002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
8199
8200 * configure.in: Tidy up various quoting issues throughout.
8201 Use AC_GNU_SOURCE.
8202 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
8203 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
8204 Maybe define bcopy, bzero, bcmp.
8205 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
8206 non-existent machine file).
8207 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
8208 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
8209 (nlist.h): Move test up.
8210
82112002-11-18 Markus Rost <rost@math.ohio-state.edu>
8212
8213 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
8214
82152002-11-14 Francesco Potortì <pot@gnu.org>
8216
8217 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
8218
82192002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
8220
8221 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
8222
82232002-11-08 Dave Love <fx@gnu.org>
8224
8225 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
8226 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
8227
82282002-11-07 Miles Bader <miles@gnu.org>
8229
8230 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
8231 Handle separate-build-dir case.
8232
82332002-11-06 Richard M. Stallman <rms@gnu.org>
8234
8235 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
8236 bulletproof. $bar may be empty when there are no .elc files.
8237
82382002-10-30 Dave Love <fx@gnu.org>
8239
8240 * configure.in: Require autoconf 2.53. Test for pty.h,
8241 sys/mman.h, sys/param.h, mremap, memmove.
8242 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
8243 (AC_PROG_YACC): Delete.
8244 (size_t): Use AC_CHECK_TYPES.
8245 (AH_TOP): Up-date copyright.
8246
82472002-10-01 Juanma Barranquero <lektu@terra.es>
8248
8249 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
8250
82512002-09-19 Richard M. Stallman <rms@gnu.org>
8252
8253 * configure.in: Fix the LessTif-directory-finder for real.
8254
82552002-09-14 Richard M. Stallman <rms@gnu.org>
8256
8257 * Makefile.in (maybe_bootstrap): Test for complete absence
8258 of compiled Lisp files.
8259
82602002-09-11 Stefan Monnier <monnier@cs.yale.edu>
8261
8262 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
8263 (bootstrap-clean-after): Delete.
8264 (bootstrap): Make the sequencing explicit.
8265
82662002-09-10 Richard M. Stallman <rms@gnu.org>
8267
8268 * configure.in: Fix previous LessTif change.
8269
82702002-09-09 Richard M. Stallman <rms@gnu.org>
8271
8272 * configure.in (powerpcle-*-solaris2.5*): New configuration.
8273 (powerpcle-*-solaris*): Use version 2.6 as default.
8274 (*-sunos5.6*, *-solaris2.6*): New alternative.
8275 (*-sunos5*): Use version 2.6 as default.
8276
82772002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8278
8279 * configure.in: Fix typo.
8280
82812002-09-05 Richard M. Stallman <rms@gnu.org>
8282
8283 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
8284
8285 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
8286 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
8287
82882002-08-26 Kim F. Storm <storm@cua.dk>
8289
8290 * Makefile.in (install-arch-indep): Do not remove DOC file
8291 when it is the only DOC file installed; this is the case when
8292 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
8293
82942002-07-24 Markus Rost <rost@math.ohio-state.edu>
8295
8296 * configure.in: Fix typo.
8297
82982002-07-24 Richard M. Stallman <rms@gnu.org>
8299
8300 * configure.in: Don't print anything special about gamedir.
8301
8302 * configure.in: Delete nonstandard --with-game-user option.
8303
83042002-07-21 Richard M. Stallman <rms@gnu.org>
8305
8306 * Makefile.in (gamedir, localstatedir): New variables.
8307 (epaths-force): Insert value of gamedir into PATH_GAME.
8308
8309 * configure.in (gamedir): Handle it like lispdir.
8310 (--with-game-dir option): Delete.
8311
83122002-06-21 Pavel Janík <Pavel@Janik.cz>
8313
8314 * configure.in: Add support for mipseb-*-netbsd* machines.
8315
83162002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8317
8318 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
8319
83202002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8321
8322 * info/dir (File): Add an entry for Tramp.
8323
83242002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8325
8326 * INSTALL-CVS: New file.
8327
83282002-06-07 Andreas Schwab <schwab@suse.de>
8329
8330 * configure.in (x86_64-*-linux-gnu*): New system.
8331
83322002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
8333
8334 * config.bat: Handle the case when lispintro is truncated to lispintr.
8335
83362002-05-26 Paul Eggert <eggert@twinsun.com>
8337
8338 * config.guess, config.sub: Updated from master source.
8339
83402002-05-09 Richard M. Stallman <rms@gnu.org>
8341
8342 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
8343
83442002-05-04 Pavel Janík <Pavel@Janik.cz>
8345
8346 * make-dist: Do not distribute lock/ directory.
8347
83482002-04-30 Andrew Choi <akochoi@shaw.ca>
8349
8350 * configure.in: Provide documentation string when defining
8351 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
8352 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
8353
1a71cb28 83542002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
8355
8356 * configure.in: Delete configure check for access to the game user.
8357
83582002-04-29 Pavel Janík <Pavel@Janik.cz>
8359
8360 * make-dist: lwlib/Imakefile is removed.
8361
83622002-04-26 Andrew Choi <akochoi@shaw.ca>
8363
8364 * configure.in: Add support for powerpc-apple-darwin*.
8365 (HAVE_CARBON): Add.
8366
8367 * make-dist: Create directories in mac/Emacs.app.
8368
83692002-04-25 Pavel Janík <Pavel@Janik.cz>
8370
8371 * make-dist: lwlib-Xol* are removed.
8372
83732002-04-23 Andreas Schwab <schwab@suse.de>
8374
8375 * Makefile.in (MAINT): New variable.
8376 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
8377 instead of configure.in, to avoid running autoconf and autoheader
8378 unless explicitly requested.
8379
83802002-04-16 Eli Zaretskii <eliz@gnu.org>
8381
8382 * config.bat: Update for msdos/sed2v2.inp.
8383
83842002-04-15 Andreas Schwab <schwab@suse.de>
8385
8386 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
8387 * configure.in: Add config header templates to all AC_DEFINE and
8388 AC_DEFINE_UNQUOTED symbols.
8389 * make-dist: Run autoheader if necessary.
8390
83912002-04-10 Colin Walters <walters@verbum.org>
8392
8393 * configure.in: Add --game-dir, --game-user. Test to see if we
8394 can use them.
8395
83962002-04-08 Pavel Janík <Pavel@Janik.cz>
8397
8398 * configure.in: Add --with-sound.
8399
84002002-03-18 Kim F. Storm <storm@cua.dk>
8401
8402 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
8403 and getsockname functions. Test for sys/un.h include file.
8404
84052002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
8406
8407 * configure.in: Support AIX 5.1.
8408
84092002-03-10 Jan Djärv <jan.h.d@swipnet.se>
8410
8411 * configure.in: Added test for X Session Management (HAVE_X_SM).
8412
84132002-03-03 Richard M. Stallman <rms@gnu.org>
8414
8415 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
8416 Run chown $${LOGNAME} on files installed by tar xvf.
8417
84182002-03-03 Kim F. Storm <storm@cua.dk>
8419
8420 * configure.in: Test for getpeername.
8421
84222002-03-01 Richard M. Stallman <rms@gnu.org>
8423
8424 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
8425 (HAVE_GIF): Don't use old libungif versions that crash.
8426
84272002-02-26 Richard M. Stallman <rms@gnu.org>
8428
8429 * configure.in <making srcdir absolute>: Verify that PWD is correct,
8430 not just well-formed and valid.
8431 (mips-compaq-nonstopux*): New configuration.
8432
84332002-02-18 Paul Eggert <eggert@twinsun.com>
8434
8435 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
8436 "sed q" is a portable equivalent to plain "head -1".
8437
84382002-02-13 Richard M. Stallman <rms@gnu.org>
8439
8440 * Makefile.in (maybe_bootstrap): Do `exit 1'.
8441 (all): Don't depend on maybe_bootstrap here.
8442 (${SUBDIR}): Depend on it here instead.
8443
84442002-02-08 Richard M. Stallman <rms@gnu.org>
8445
8446 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
8447
84482002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8449
8450 * configure.in: Recognize BSD/OS 5.0.
8451
84522002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8453
8454 * make-dist: Make version checking in emacs.texi consistent with
8455 how we set it there.
8456
84572001-12-29 Kim F. Storm <storm@cua.dk>
8458
8459 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
8460
84612001-12-28 Richard M. Stallman <rms@gnu.org>
8462
8463 * configure.in: Test for mbsinit.
8464
84652001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8466
8467 These changes make Leim part of the standard distribution:
8468
8469 * README: Add info about the `leim' directory.
8470
8471 * INSTALL: Remove text that describes Leim as a separate package.
8472
8473 * noleim-Makefile.in: File removed.
8474
8475 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
8476 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
8477 Leim files out of the Emacs tree. Don't prepare a separate tarball
8478 for Leim.
8479
84802001-12-11 Richard M. Stallman <rms@gnu.org>
8481
8482 * configure.in (hppa*-*-linux-gnu*): New alternative.
8483
84842001-12-08 Pavel Janík <Pavel@Janik.cz>
8485
8486 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
8487 creating distribution.
8488
84892001-12-06 Paul Eggert <eggert@twinsun.com>
8490
8491 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
8492 (AC_FUNC_VFORK): Remove.
8493 (AC_FUNC_FORK): Add.
8494 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
8495 this is required by recent Autoconf versions.
8496
84972001-12-02 Pavel Janík <Pavel@Janik.cz>
8498
8499 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
8500 TODO, vms-pp.trans and others).
8501
85022001-11-29 Pavel Janík <Pavel@Janik.cz>
8503
8504 * make-dist: Use COPYING from the top-level directory.
8505
85062001-11-29 Gerd Moellmann <gerd@gnu.org>
8507
8508 * configure.in: Add support for FreeBSD/Alpha.
8509
85102001-11-29 Pavel Janík <Pavel@Janik.cz>
8511
8512 * make-dist: Add COPYING to the top-level directory of the
8513 distribution. Simplify the logic behind copying.
8514
8515 * Makefile.in (maybe_bootstrap): Fix previous change.
8516
85172001-11-28 Richard M. Stallman <rms@gnu.org>
8518
8519 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
8520
85212001-11-26 Richard M. Stallman <rms@gnu.org>
8522
8523 * Makefile.in: bootstrap should not delete dumped executables.
8524 (bootstrap-clean-before): New target.
8525 (bootstrap): Use bootstrap-clean-before instead of clean.
8526 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
8527
85282001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
8529
8530 These changes add the Emacs Lisp Introduction manual to the
8531 distribution:
8532
8533 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
8534
8535 * make-dist: Copy the files in lispintro directory.
8536
8537 * config.bat: Configure in the lispintro directory.
8538
8539 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
8540
8541 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
8542 (lispintro/Makefile): New target.
8543 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
8544 (unlock, relock, info, dvi): Ditto.
8545
85462001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8547
8548 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
8549
8550 * make-dist (etc): Don't distribute gfdl.1.
8551
85522001-11-22 Colin Walters <walters@debian.org>
8553
8554 * Makefile.in (install-arch-indep): Install the calc .info files.
8555 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
8556
85572001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8558
8559 * make-dist (lispref): Add *.txt, *.el, permute-index, and
8560 tindex.pl to the list of those being put into the distribution.
8561
85622001-11-16 Eli Zaretskii <eliz@gnu.org>
8563
8564 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
8565
85662001-11-15 Pavel Janík <Pavel@Janik.cz>
8567
8568 * Makefile.in (uninstall): Fix previous change.
8569
8570 * configure.in, Makefile.in: Add support for --program-prefix,
8571 --program-suffix and --program-transform-name options.
8572
85732001-11-13 Pavel Janík <Pavel@Janik.cz>
8574
8575 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
8576 (install-arch-indep): Install emacsclient manual page.
8577 (uninstall): Uninstall emacsclient manual page.
8578
85792001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
8580
8581 * make-dist: Add lispref/index.*perm files to the distribution.
8582 From Pavel Janík <Pavel@Janik.cz>.
8583
85842001-11-12 Pavel Janík <Pavel@Janik.cz>
8585
8586 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
8587
85882001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8589
8590 * configure.in: AC_OUTPUT lispref/Makefile.
8591
85922001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8593
8594 The following changes add the ELisp reference manual to the
8595 distribution.
8596
8597 * make-dist: Add the lispref directory to the distribution.
8598
8599 * Makefile.in (install-arch-indep): Add elisp* to the list of
8600 installed Info files.
8601 (SUBDIR_MAKEFILES): Add lispref/Makefile.
8602 (lispref/Makefile): New target.
8603 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
8604 Add commands for the lispref directory.
8605 (info, dvi): Ditto.
8606
8607 * config.bat: Configure in `lispref'.
8608
86092001-11-09 Richard M. Stallman <rms@gnu.org>
8610
8611 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
8612
86132001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
8614
8615 * make-dist (tempdir): Copy AUTHORS as well.
8616
86172001-11-06 Sam Steingold <sds@gnu.org>
8618
8619 * configure.in: Added a check for <nlist.h>.
8620
86212001-11-01 Pavel Janík <Pavel@Janik.cz>
8622
8623 * configure.in: Reindent --help output.
8624 From Per Starbäck (starback@ling.uu.se).
8625
86262001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
8627
8628 * configure.in: New entry for HP/UX-11.
8629
8630 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
8631 From Eric S. Raymond <esr@golux.thyrsus.com>.
8632
86332001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8634
8635 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
8636 <athornton@sinenomine.net>.
8637
86382001-10-25 Gerd Moellmann <gerd@gnu.org>
8639
8640 * Makefile.in (maybe_bootstrap): New target.
8641 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
8642
86432001-10-24 Ken Raeburn <raeburn@gnu.org>
8644
8645 * configure.in: If --with-hesiod is given, look for
8646 hes_getmailhost and res_send or __res_send; check hesiod and
8647 resolv libraries respectively if system libraries don't supply them.
8648
86492001-10-24 Gerd Moellmann <gerd@gnu.org>
8650
8651 * configure.in: Use $MAKE for `make' if set.
8652
86532001-10-22 Gerd Moellmann <gerd@gnu.org>
8654
8655 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
8656 to tar options.
8657
86582001-10-20 Gerd Moellmann <gerd@gnu.org>
8659
8660 * (Version 21.1 released).
8661
86622001-10-20 Miles Bader <miles@gnu.org>
8663
8664 * configure.in (configuration): Set from `host' if `host_alias'
8665 isn't defined.
8666
86672001-10-19 Andreas Schwab <schwab@suse.de>
8668
8669 * configure.in: Make ready for autoconf 2.5x.
8670 (AC_PREREQ): Require autoconf 2.50.
8671 * aclocal.m4: Removed.
8672 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
8673
86742001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8675
8676 * README: Bump Emacs version to 21.1.50.
8677
86782001-10-05 Gerd Moellmann <gerd@gnu.org>
8679
8680 * Branch for 21.1.
8681
86822001-09-05 Gerd Moellmann <gerd@gnu.org>
8683
8684 * configure.in: Avoid `$@' which is handled specially in
8685 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
8686
86872001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
8688
8689 * make-dist (nt): Add subdirs.el to the list of distributed files.
8690
86912001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
8692
8693 * configure.in (machine): Add an entry for
8694 hppa1.1-hitachi-hiuxwe2*.
8695
86962001-05-28 Gerd Moellmann <gerd@gnu.org>
8697
8698 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
8699 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
8700
87012001-05-14 Gerd Moellmann <gerd@gnu.org>
8702
8703 * make-dist: Copy texinfo.tex unconditionally.
8704
87052001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8706
8707 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
8708 that are installed.
8709
87102001-04-06 Gerd Moellmann <gerd@gnu.org>
8711
8712 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
8713 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
8714
8715 * make-dist: Handle leim/MISC-DIC. Only include
8716 `[a-zA-Z]*.{el,elc}' from leim/quail.
8717
87182001-04-05 Gerd Moellmann <gerd@gnu.org>
8719
8720 * Makefile.in (install-arch-indep): Remove .cvsignore files.
8721
87222001-03-30 Gerd Moellmann <gerd@gnu.org>
8723
8724 * Makefile.in (.PHONY): Add for bootstrap targets.
8725 (bootstrap-clean): New target.
8726 (bootstrap): Use it instead of `clean'.
8727
87282001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
8729
8730 * Makefile.in (SUBDIR): Remove leim.
8731 (all, .RECURSIVE, extraclean): Add leim explicitly.
8732 (leim): Provide separate rule which exports PARALLEL=0 into the
8733 environment.
8734
87352001-03-20 Gerd Moellmann <gerd@gnu.org>
8736
8737 * configure.in (HAVE_XPM): Don't print the result of the check for
8738 XpmReturnAllocPixels if we don't have an xpm.h.
8739
87402001-03-05 Gerd Moellmann <gerd@gnu.org>
8741
8742 * COPYING: New file.
8743
87442001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
8745
8746 * config.bat: Update the copyright.
8747
87482001-02-23 Kenichi Handa <handa@etl.go.jp>
8749
8750 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
8751 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
8752 to `yes'. Later in AC_OUTPUT, check this variable.
8753
87542001-02-09 Dave Love <fx@gnu.org>
8755
8756 * AUTHORS: Updated.
8757
87582001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8759
8760 * info/dir (Ebrowse): Fix the entry (was missing a dot).
8761
87622001-02-02 Gerd Moellmann <gerd@gnu.org>
8763
8764 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
8765
8766 * Makefile.in (uninstall): Ignore exit code of `rm'.
8767
90eacf99
SM
8768 * Makefile.in (uninstall): Remove more info files.
8769 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
067d23c9
KY
8770
87712001-01-31 Gerd Moellmann <gerd@gnu.org>
8772
8773 * noleim-Makefile.in (extraclean): Add.
8774
87752001-01-28 Gerd Moellmann <gerd@gnu.org>
8776
90eacf99 8777 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
067d23c9
KY
8778 it quiet.
8779
87802001-01-24 Colin Walters <walters@cis.ohio-state.edu>
8781
8782 * Makefile.in (tags): Fix typo.
8783
87842001-01-13 Kenichi Handa <handa@etl.go.jp>
8785
8786 * configure.in: Fix typo in the code setting x_search_path.
8787
87882001-01-10 Dave Love <fx@gnu.org>
8789
8790 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
8791 -lXext.
8792 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
8793 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
8794 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
8795 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
8796 (now in $LIBS).
8797
87982001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8799
8800 * config.bat: Run the preprocessor with -traditional.
8801
88022001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
8803
8804 * INSTALL: Move copying conditions to end of file.
8805
88062000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8807
8808 * INSTALL: Add basic installation procedure which assumes
8809 `configure' does its job. Elaborate on image support libraries.
8810 Add a pointer to Xaw3d library. Add advice about solving
8811 configure-time problems by looking in config.log and setting
8812 variables in the environment.
8813
88142000-12-27 Gerd Moellmann <gerd@gnu.org>
8815
8816 * Makefile.in (install-arch-indep): If tar fails, exit with
8817 exit code 1.
8818
88192000-12-19 Gerd Moellmann <gerd@gnu.org>
8820
8821 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
8822 source file includes XKBlib.h. On some broken Solaris systems,
8823 there is an XKBlib.h, reportedly, but header files included by
8824 XKBlib.h are missing.
8825
88262000-12-14 Gerd Moellmann <gerd@gnu.org>
8827
8828 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
8829
88302000-12-11 Dave Love <fx@gnu.org>
8831
8832 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
8833
88342000-12-11 Paul Eggert <eggert@twinsun.com>
8835
8836 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
8837 Merge fixes from latest GNU tar version. These macros no longer
8838 futz with _XOPEN_SOURCE, as that was not portable in practice.
8839 (AC_FUNC_FSEEKO): New macro.
8840
8841 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
8842 ftello.
8843
88442000-12-05 Dave Love <fx@gnu.org>
8845
8846 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
8847
88482000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8849
8850 * info/dir: Change the category to "Emacs".
8851
88522000-12-01 Gerd Moellmann <gerd@gnu.org>
8853
8854 * make-dist (tempdir): Remove epaths.h from the distribution
8855 instead of paths.h.
8856
88572000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8858
8859 * config.bat: Check for existence of djecho.exe, and print an
8860 error message if it is not available.
8861
8862 * INSTALL: Describe possible problem with djecho.exe in old
8863 versions of DJGPP v2.x.
8864
88652000-11-23 Gerd Moellmann <gerd@gnu.org>
8866
8867 * configure.in: Initialize HAVE_LIBXP to no.
8868
88692000-11-22 Gerd Moellmann <gerd@gnu.org>
8870
8871 * configure.in: Use m/macppc.h instead of the non-existent
8872 m/powerpc.h.
8873
88742000-11-21 Gerd Moellmann <gerd@gnu.org>
8875
8876 * Makefile.in (install-arch-indep): Also install info/eshell*
8877 and info/speedbar*.
8878
8879 * configure.in (HAVE_PNG): Check for the presence of
8880 png_get_channels to rule out older PNG libs.
8881
8882 * configure.in (AC_OUTPUT): Arrange to emit definitions of
8883 GCC and NON_GNU_CPP into config.status.
8884
88852000-11-20 Dave Love <fx@gnu.org>
8886
8887 * configure.in: Fix last change.
8888
8889 * GETTING.GNU.SOFTWARE: Deleted.
8890 * FTP: New file to replace it.
8891 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
8892
88932000-11-20 Gerd Moellmann <gerd@gnu.org>
8894
8895 * configure.in: Use -traditional with GNU cpp.
8896
88972000-11-17 Gerd Moellmann <gerd@gnu.org>
8898
8899 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
8900 Distribute more files from the nt/ subdir. Distribute PBM
8901 image files from subdirs of lisp/. Distribute old change logs
8902 from subdirs of lisp/. Distribute play/5x5.el.
8903
89042000-11-11 Dave Love <fx@gnu.org>
8905
8906 * config.sub, config.guess: Updated from master source.
8907
89082000-11-07 Dave Love <fx@gnu.org>
8909
8910 * configure.in: Test for mkstemp.
8911
89122000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
8913
8914 * info/dir (Top): Rearrange menu items more logically, and put
8915 them into a single category. Add menu items for RefTeX and
8916 Widget.
8917
89182000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8919
8920 * Makefile.in (install-arch-indep): Use --info-dir instead of
8921 --dir-file, and a simple argument instead of --info-file, so that
8922 the Debian version of install-info also works.
8923
89242000-10-19 Eric M. Ludlam <zappo@ultranet.com>
8925
8926 * info/dir (Speedbar): Add entry.
8927
89282000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8929
8930 * INSTALL: Describe the new image-support options to the configure
8931 script. List URLs where image support libraries can be found.
8932
89332000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
8934
8935 * info/dir (Top): Add an entry for Eshell.
8936
89372000-10-02 Dave Love <fx@gnu.org>
8938
8939 * configure.in: Check for gai_strerror.
8940
89412000-10-01 Andreas Schwab <schwab@suse.de>
8942
8943 * Makefile.in (install-arch-indep): Update list of installed info files.
8944
89452000-09-30 Gerd Moellmann <gerd@gnu.org>
8946
8947 * configure.in: Support `sparc*-*-netbsd*'.
8948
89492000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
8950
8951 * info/dir (MIME): Add entry for emacs-mime.
8952
89532000-09-29 Dave Love <fx@gnu.org>
8954
8955 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
8956
89572000-09-26 Gerd Moellmann <gerd@gnu.org>
8958
8959 * make-dist: Adapt to the change of leim/Makefile which was
8960 necessary to ensure a reasonably working `make dist'.
8961
8962 * leim-Makefile.in: Moved to leim/Makefile.in..
8963
8964 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
8965
89662000-09-21 Kenichi Handa <handa@etl.go.jp>
8967
8968 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
8969 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
8970 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
8971 files to .elc.
90eacf99 8972 (${TIT}): Adjust for the above change.
067d23c9
KY
8973 (clean mostlyclean): Likewise.
8974 (.el.elc): New target.
8975
89762000-09-19 Gerd Moellmann <gerd@gnu.org>
8977
8978 * make-dist: Include XPM and XBM files in lisp/ and subdirs
8979 in the distribution.
8980
89812000-09-18 Gerd Moellmann <gerd@gnu.org>
8982
8983 * make-dist (skk): Rename to `ja-dic' because the leim directory
8984 was renamed.
8985
89862000-09-14 Dave Love <fx@gnu.org>
8987
8988 * configure.in: Fix spurion in last change.
8989
89902000-09-14 Gerd Moellmann <gerd@gnu.org>
8991
8992 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
8993 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
8994 to `no' if defined. Change result report.
8995
89962000-09-08 Dave Love <fx@gnu.org>
8997
8998 * configure.in: Remove spurious `@'s.
8999
9000 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
9001 autoconf.
9002
90032000-09-06 Gerd Moellmann <gerd@gnu.org>
9004
9005 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
9006 file and print informational message.
9007
9008 * configure.in (AC_FUNC_MMAP): Add.
9009
90102000-09-01 Gerd Moellmann <gerd@gnu.org>
9011
9012 * configure.in: Add ``checking'' messages for
9013 XpmReturnAllocPixels.
9014
90152000-08-28 Gerd Moellmann <gerd@gnu.org>
9016
9017 * configure.in: Check <strings.h>; check `index' and `rindex'
9018 functions.
9019
90202000-08-26 Kenichi Handa <handa@etl.go.jp>
9021
9022 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
9023 "case "${canonical}" in".
9024
90252000-08-25 Dave Love <fx@gnu.org>
9026
9027 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
9028
90292000-08-25 Kenichi Handa <handa@etl.go.jp>
9030
9031 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
9032
90332000-08-24 Gerd Moellmann <gerd@gnu.org>
9034
9035 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
9036 contains a relative path. Protect against unusable values of $PWD.
9037
90382000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9039
9040 * info/dir (WoMan): Add entry.
9041
9042 * config.bat (maindir): Update src/_gdbinit even if it does
9043 already exist.
9044
90452000-08-07 Gerd Moellmann <gerd@gnu.org>
9046
9047 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
9048
90492000-08-03 Gerd Moellmann <gerd@gnu.org>
9050
9051 * configure.in: Add support for ia64*-*-linux*.
9052
90532000-07-27 Gerd Moellmann <gerd@gnu.org>
9054
9055 * make-dist (aclocal.m4): Include in distribution.
9056
90572000-07-26 Dave Love <fx@gnu.org>
9058
90eacf99 9059 * configure.in (AC_SYS_LARGEFILE): Move earlier.
067d23c9
KY
9060
90612000-07-24 Dave Love <fx@gnu.org>
9062
9063 * configure.in: Add AC_SIZE_T.
9064
90652000-07-18 Dave Love <fx@gnu.org>
9066
9067 * configure.in: Reorder so that most tests are done after CPPFLAGS
9068 is set from the C_SWITCH_... definitions.
9069
90702000-07-10 Gerd Moellmann <gerd@gnu.org>
9071
9072 * configure.in (HAVE_XPM): Undo previous change. Check for
9073 preprocessor define XpmReturnAllocPixels.
9074
90752000-07-06 Gerd Moellmann <gerd@gnu.org>
9076
9077 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
9078 instead of XpmReadFileToPixmap.
9079
90802000-07-05 Ken Raeburn <raeburn@gnu.org>
9081
9082 * configure.in: Check for <soundcard.h>. Look for ossaudio
9083 library, and set LIBSOUND accordingly.
9084
90852000-07-05 Dave Love <fx@gnu.org>
9086
9087 * configure.in: Use AC_HEADER_SYS_WAIT.
9088
90892000-07-05 Gerd Moellmann <gerd@gnu.org>
9090
9091 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
9092 lisp/Makefile. Distribute lisp/Makefile.in instead of
9093 lisp/Makefile.
9094
90952000-06-30 Ken Raeburn <raeburn@gnu.org>
9096
9097 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
9098 while searching for image-handling libraries.
9099
91002000-06-26 Gerd Moellmann <gerd@gnu.org>
9101
9102 * configure.in (--with-xim): New option.
9103
91042000-06-23 Dave Love <fx@gnu.org>
9105
9106 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
9107 for struct timezone and test how we can call gettimeofday.
9108 Check for OSF 5+. Check for term.h.
9109
9110 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
9111 version.
9112
91132000-06-23 Gerd Moellmann <gerd@gnu.org>
9114
9115 * configure.in (HAVE_LIBXP): Change test for libXp.
9116
91172000-06-21 Dave Love <fx@gnu.org>
9118
9119 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
9120 simple test for getloadavg and substitute GETLOADAVG_LIBS.
9121 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
9122
91232000-06-19 Dave Love <fx@gnu.org>
9124
9125 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
9126 _XOPEN_SOURCE is defined.
9127
91282000-06-16 Gerd Moellmann <gerd@gnu.org>
9129
9130 * Makefile.in (distclean): Also make distclean in lisp/.
9131
91322000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9133
9134 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
9135
91362000-06-15 Gerd Moellmann <gerd@gnu.org>
9137
9138 * make-dist: Add --help and --snapshot options.
9139
91402000-06-14 Gerd Moellmann <gerd@gnu.org>
9141
9142 * configure.in: Generate lisp/Makefile.
9143
9144 * configure.in: Add support for `*-lynxos*'.
9145 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
9146 recommended by <Karen.Dorhamer@compaq.com> to fix problems
9147 on Tru64 UNIX v5.0.
9148
91492000-06-13 Ken Raeburn <raeburn@gnu.org>
9150
9151 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
9152 it's on a continuation line.
9153
91542000-06-02 Dave Love <fx@gnu.org>
9155
9156 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
9157 files.
9158
9159 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
9160 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
9161 test.
9162
9163 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
9164 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
9165
91662000-05-26 Gerd Moellmann <gerd@gnu.org>
9167
9168 * configure.in: Add check for speed_t typedef.
9169
91702000-05-25 Ken Raeburn <raeburn@gnu.org>
9171
9172 * Makefile.in (install-arch-dep): Install fns-*.el only if it
9173 exists; it won't in the CANNOT_DUMP case.
9174
91752000-05-25 Gerd Moellmann <gerd@gnu.org>
9176
9177 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
9178 On FreeBSD, the exit status is 1 if CDPATH is not set.
9179 (install-arch-indep): Install ebrowse.info.
9180
91812000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
9182
9183 * configure.in: Check for grandpt and getpt.
9184
91852000-05-09 Dave Love <fx@gnu.org>
9186
9187 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
9188
91892000-05-05 Gerd Moellmann <gerd@gnu.org>
9190
9191 * make-dist: Make a link for lib-src/grep-changelog.
9192 Copy install-sh.
9193
91942000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
9195
9196 * config.bat: Identify the beginning of the cpp stuff in
9197 src/Makefile.in and lib-src/Makefile.in more accurately.
9198
91992000-04-27 Gerd Moellmann <gerd@gnu.org>
9200
9201 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
9202
92032000-04-19 Gerd Moellmann <gerd@gnu.org>
9204
9205 * configure.in: Add support for `powerpc-*-netbsd*'.
9206
92072000-04-19 Dave Love <fx@gnu.org>
9208
9209 * configure.in: Don't use AC_FUNC_GETLOADAVG.
9210
9211 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
9212
92132000-04-16 Dave Love <fx@gnu.org>
9214
9215 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
9216
92172000-04-14 Dave Love <fx@gnu.org>
9218
9219 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
9220
9221 * aclocal.m4 (AC_FUNC_MKTIME): New.
9222
92232000-03-28 Ken Raeburn <raeburn@gnu.org>
9224
9225 * configure.in: Line up "--help" output a little better.
9226
92272000-03-26 Gerd Moellmann <gerd@gnu.org>
9228
9229 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
9230 New targets.
90eacf99
SM
9231 (bootstrap): Rewritten in terms of the new targets above.
9232 Make info files, too.
067d23c9
KY
9233
92342000-03-12 Gerd Moellmann <gerd@gnu.org>
9235
9236 * config.guess, config.sub: Use the versions of the files from
9237 subversions.
9238
92392000-03-08 Dave Love <fx@gnu.org>
9240
9241 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
9242 AC_C_VOLATILE. Define POINTER_TYPE.
9243
9244 * aclocal.m4: New file.
9245
92462000-03-02 Gerd Moellmann <gerd@gnu.org>
9247
9248 * configure.in (machine): Add `mipsel-*-netbsd*' and
9249 `arm-*-netbsd*'.
9250
92512000-03-01 Gerd Moellmann <gerd@gnu.org>
9252
9253 * configure.in (machine): Add support for `*-auspex-sunos*'.
9254
92552000-02-29 Gerd Moellmann <gerd@gnu.org>
9256
9257 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
9258
92592000-02-18 Dave Love <fx@gnu.org>
9260
9261 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
9262
92632000-02-18 Andreas Schwab <schwab@suse.de>
9264
9265 * Makefile.in (install-arch-indep): Add eudc to list of installed
9266 info files.
9267
92682000-02-17 Ken Raeburn <raeburn@gnu.org>
9269
9270 * configure.in: Include -lz and -ljpeg (if it's available) when
9271 testing for the tiff library.
9272
92732000-02-17 Gerd Moellmann <gerd@gnu.org>
9274
9275 * configure.in: Remove LISP_FLOAT_TYPE.
9276
92772000-02-12 Dave Love <fx@gnu.org>
9278
9279 * configure.in: Use AC_FUNC_VFORK.
9280
92812000-02-01 Gerd Moellmann <gerd@gnu.org>
9282
9283 * make-dist: Various fixes for new development tree.
9284
9285 * leim-Makefile.in: New file.
9286
92872000-01-31 Gerd Moellmann <gerd@gnu.org>
9288
9289 * Makefile.in (dist): Call ./make-dist.
9290
92912000-01-24 Dave Love <fx@gnu.org>
9292
9293 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
9294
92952000-01-18 Gerd Moellmann <gerd@gnu.org>
9296
9297 * configure.in (HAVE_GIF): Check for DGifOpen instead of
9298 DGifOpenFileName.
9299
93002000-01-11 Andreas Schwab <schwab@suse.de>
9301
9302 * Makefile.in (install-arch-indep): Update list of info files to
9303 be installed.
9304
93052000-01-05 Dave Love <fx@gnu.org>
9306
9307 * configure.in: Check for jerror.h as well as libjpeg.
9308
93092000-01-03 Andreas Schwab <schwab@suse.de>
9310
90eacf99
SM
9311 * Makefile.in (install-arch-indep): Install autotype*.
9312 Run install-info on autotype and emacs-faq.info.
067d23c9
KY
9313
93141999-12-04 Dave Love <fx@gnu.org>
9315
9316 * Makefile.in (install-arch-indep): Depend on `info'.
9317 (install-strip): Use `install' as sub-make target.
9318
93191999-11-23 Ken Raeburn <raeburn@gnu.org>
9320
9321 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
9322 didn't need to be deleted. Check for the k5crypto library as well
9323 as the crypto library; MIT Kerberos 1.1 changed the name.
9324
93251999-11-18 Dave Love <fx@gnu.org>
9326
9327 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
9328
93291999-11-11 Erik Naggum <erik@naggum.no>
9330
9331 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
9332
93331999-11-08 Dave Love <fx@gnu.org>
9334
9335 * configure.in: Fix change for --with-pop default.
9336
93371999-11-04 Dave Love <fx@gnu.org>
9338
9339 * configure.in: Default to --with-pop. Change sense of with-gcc
9340 and with-toolkit-scroll-bars messages to reflect the defaults.
9341
93421999-11-01 Gerd Moellmann <gerd@gnu.org>
9343
9344 * INSTALL: Mention the Emacs Lisp Reference.
9345
93461999-10-27 Noah Friedman <friedman@splode.com>
9347
9348 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
9349
93501999-10-23 Gerd Moellmann <gerd@gnu.org>
9351
9352 * Makefile.in (bootstrap): New target.
9353
93541999-10-19 Paul Eggert <eggert@twinsun.com>
9355
9356 Add support for large files. Merge glibc 2.1.2.
9357
9358 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
9359 (HAVE_TM_GMTOFF): New symbol.
9360 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
9361 mbrlen, strsignal.
9362 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
9363
93641999-10-09 Stefan Monnier <monnier@cs.yale.edu>
9365
9366 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
9367 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
9368
93691999-10-09 Richard M. Stallman <rms@gnu.org>
9370
9371 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
9372 Unset CDPATH to prevent cd from generating output.
9373
93741999-10-08 Stefan Monnier <monnier@cs.yale.edu>
9375
9376 * update-subdirs: Also ignore CVS subdirs.
9377
93781999-10-07 Gerd Moellmann <gerd@gnu.org>
9379
9380 * Makefile.in (install-arch-indep): Add ada-mode.
9381
93821999-10-06 Dave Love <fx@gnu.org>
9383
9384 * Makefile.in: Add rules for config.status, configure.
9385
93861999-09-07 Gerd Moellmann <gerd@gnu.org>
9387
90eacf99 9388 * configure.in (--with-sound): Remove.
067d23c9
KY
9389
93901999-08-30 Gerd Moellmann <gerd@gnu.org>
9391
9392 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
9393 the test for Xaw3d.
9394 (HAVE_TIFF): Add -lm to library check.
9395
93961999-08-28 Richard Stallman <rms@gnu.org>
9397
9398 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
9399 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
9400 after the other X-related libraries.
9401
94021999-08-21 Dave Love <fx@gnu.org>
9403
9404 * configure.in: Don't check for jpeglib.h.
9405
94061999-08-20 Gerd Moellmann <gerd@gnu.org>
9407
9408 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
9409 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
9410
94111999-08-18 Dave Love <fx@gnu.org>
9412
9413 * configure.in: Check for termcap.h.
9414
94151999-08-15 Gerd Moellmann <gerd@gnu.org>
9416
9417 * configure.in: Add --with-toolkit-scroll-bars. If "no",
9418 use Emacs' scroll bars, even if configured for Motif or when
9419 Xaw3d is available.
9420
94211999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
9422
9423 * configure.in: Check for getaddrinfo.
9424
94251999-08-04 Eli Zaretskii <eliz@gnu.org>
9426
9427 * config.bat: Make --no-debug work again by removing -gcoff.
9428
94291999-07-30 Dave Love <fx@gnu.org>
9430
9431 * configure.in: Check for stdlib.h.
9432
94331999-07-19 Dave Love <fx@gnu.org>
9434
9435 * configure.in: Grok sparc64-*-linux-gnu*.
9436
94371999-07-12 Richard Stallman <rms@gnu.org>
9438
9439 * Version 20.4 released.
9440
94411999-06-23 Karl Heuer <kwzh@gnu.org>
9442
9443 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
9444 Quote $EMACS, in case it's a program with args.
9445
94461999-06-15 Gerd Moellmann <gerd@gnu.org>
9447
9448 * configure.in (HAVE_GIF): Use libungif instead of libgif
9449 because the former doesn't contain patented compression code.
9450
94511999-05-29 Richard M. Stallman <rms@gnu.org>
9452
9453 * configure.in: Delete the Kerberos stuff.
9454
94551999-05-27 Greg Hudson <ghudson@mit.edu>
9456
9457 * configure.in: Prefer kerberos 5 names.
9458
94591999-04-26 Richard M. Stallman <rms@gnu.org>
9460
9461 * configure.in: Check for libXp.
9462
94631999-04-08 Richard Stallman <rms@gnu.org>
9464
9465 * make-dist: Include change logs in subdirs of `lisp'.
9466
94671999-04-05 Richard Stallman <rms@gnu.org>
9468
9469 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
9470 (install-arch-indep): Make ${datadir}/emacs world-readable.
9471
94721999-03-30 Eli Zaretskii <eliz@gnu.org>
9473
9474 * config.bat: Use epaths.* instead of paths.*.
9475
94761999-03-07 Eli Zaretskii <eliz@gnu.org>
9477
9478 * INSTALL: Add detailed instructions to unpack and install
9479 intlfonts on MS-DOS.
9480
94811999-02-26 Richard Stallman <rms@gnu.org>
9482
9483 * configure.in: Use epaths.h and epaths-force instead of paths...
9484
90eacf99 9485 * Makefile.in (epaths-force): Rename from paths-force;
067d23c9
KY
9486 operate on epaths.in and produce epaths.h.
9487
94881999-02-24 Richard Stallman <rms@gnu.org>
9489
9490 * make-dist: Fix nt/icons directory handling.
9491
94921999-02-22 Simon Josefsson <jas@pdc.kth.se>
9493
9494 * configure.in (f301-fujitsu-uxpv4.1): New target.
9495
94961999-02-20 Richard Stallman <rms@gnu.org>
9497
9498 * make-dist (tempparent): Fix command to update info files.
9499
95001999-02-09 Richard Stallman <rms@gnu.org>
9501
9502 * configure.in (powerpc-apple-netbsd*): New alternative.
9503
95041999-01-25 Geoff Voelker <voelker@cs.washington.edu>
9505
9506 * make-dist: Include the new directory nt/icons in distributions.
9507
95081999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9509
9510 * configure.in: Change message about HAVE_XFREE386.
9511
95121999-01-07 Eli Zaretskii <eliz@gnu.org>
9513
9514 * config.bat: Support configuring with leim.
9515
95161998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
9517
9518 * configure.in (mips-sgi-irix6.5): New target.
9519
95201998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9521
9522 * configure.in: Remove GSS-API support, since it has been removed
9523 from movemail.
9524
95251998-12-04 Markus Rost <rost@delysid.gnu.org>
9526
9527 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
9528
95291998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
9530
9531 * Makefile.in: Don't install customize info file.
9532 Run install-info on viper info file.
9533
95341998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
9535
9536 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
9537
95381998-11-16 Kenichi Handa <handa@etl.go.jp>
9539
9540 * configure.in (*-*-bsdi4*): New target.
9541
95421998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
9543
9544 * configure.in: Fix previous change.
9545
95461998-11-11 Richard Stallman <rms@gnu.org>
9547
9548 * configure.in (aviion-intel): New machine.
9549
95501998-11-04 Kenichi Handa <handa@etl.go.jp>
9551
9552 * configure.in (mips-nec-sysv4*): New target.
9553
95541998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
9555
9556 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
9557 from lisp.
9558
95591998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
9560
9561 * make-dist: Don't include fns*.el in dist.
9562
95631998-10-30 Dave Love <fx@gnu.org>
9564
9565 * configure.in: Don't mkdir cpp.
9566
95671998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
9568
9569 * Makefile.in (install-arch-dep): Install src/fns-*.el in
9570 ${archlibdir}.
9571
95721998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9573
9574 * Version 20.3 released.
9575
95761998-07-30 Paul Eggert <eggert@twinsun.com>
9577
9578 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
9579 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
9580 (lwlib/Makefile, leim/Makefile):
9581 Prepend $(srcdir)/ to rule dependencies outside this dir.
9582
95831998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9584
9585 * configure.in: Use unset CDPATH instead of making it empty.
9586
95871998-06-20 Karl Heuer <kwzh@gnu.org>
9588
9589 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
9590
95911998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9592
9593 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
9594 and default.el. Sort the results.
9595
95961998-05-31 Karl Heuer <kwzh@gnu.org>
9597
9598 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
9599 writable.
9600
96011998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9602
9603 * Makefile.in (install-arch-indep):
9604 Don't alter site-lisp/subdirs.el if it exists.
9605
96061998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9607
9608 * Makefile.in (install-arch-indep): Put `-' on commands to create
9609 subdirs.el in site-lisp dirs.
9610
96111998-05-07 Richard Stallman <rms@psilocin.gnu.org>
9612
9613 * Makefile.in (install-arch-indep): Fix typo in previous change.
9614
96151998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9616
9617 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
9618
96191998-04-28 Richard Stallman <rms@psilocin.gnu.org>
9620
9621 * Makefile.in (mkdir): Create the site-lisp dirs.
9622 (install-arch-indep): Make site-lisp/subdirs files world-readable.
9623
96241998-04-26 Richard Stallman <rms@psilocin.gnu.org>
9625
9626 * Makefile.in (INSTALL_INFO): New variable.
9627 (install-arch-indep): Don't replace the dir file if it already exists.
9628 Use the install-info program, via INSTALL_INFO, to add entries.
9629 Make the `info' subdir and the Info files world-readable.
9630
96311998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
9632
9633 * config.bat: Make sure the environment is large enough to support
9634 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
9635
96361998-04-10 Karl Heuer <kwzh@gnu.org>
9637
9638 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
9639
96401998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9641
9642 * configure.in: Add --with-gssapi to specify GSS-API
9643 authentication support for movemail.
9644
96451998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9646
9647 * Makefile.in (install-arch-indep): Fix previous change.
9648
96491998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9650
9651 * Makefile.in (info): Run man in build dir, not srcdir.
9652
96531998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
9654
9655 * Makefile.in (install-arch-indep): Fix previous change.
9656
96571998-03-23 Kenichi Handa <handa@etl.go.jp>
9658
9659 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
9660
96611998-03-22 Richard Stallman <rms@gnu.org>
9662
9663 * Makefile.in (install-arch-indep): Put special subdirs.el files
9664 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
9665
96661998-03-21 Richard Stallman <rms@psilocin.gnu.org>
9667
9668 * make-dist: Fix shell syntax in check for missing .el or .elc files.
9669
96701998-03-09 Richard Stallman <rms@psilocin.gnu.org>
9671
9672 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
9673 (m68*-hp-hpux*): Handle versions 1X like 10.
9674
96751998-03-07 Richard Stallman <rms@psilocin.gnu.org>
9676
9677 * make-dist: PROBLEMS is now in etc, not top level dir.
9678
9679 * Makefile.in (SOURCES): Delete PROBLEMS.
9680
96811998-02-25 Richard Stallman <rms@gnu.org>
9682
9683 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
9684
9685 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
9686
96871998-01-17 Richard Stallman <rms@gnu.org>
9688
9689 * Makefile.in (install-arch-indep): Add semicolon before `else'.
9690
96911998-01-02 Richard Stallman <rms@psilocin.gnu.org>
9692
9693 * make-dist (tempparent): New option --no-check.
9694
9695 * make-dist: Don't do anything with cpp directory.
9696
96971997-12-20 Richard Stallman <rms@psilocin.gnu.org>
9698
9699 * configure.in (sparc-fujitsu-sysv4*): New target.
9700
97011997-12-17 Andreas Schwab <schwab@gnu.org>
9702
9703 * configure.in: Cache more tests. Add missing quotes around
9704 message with embedded comma.
9705
97061997-12-04 Karl Heuer <kwzh@gnu.org>
9707
9708 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
9709
97101997-11-26 Joel N. Weber II <devnull@gnu.org>
9711
9712 * make-dist: Changed the comment about `umask 0' to say `Don't
9713 restrict access to any files.'; previously it said `Don't protect
9714 any files', which may have implied that we think fascism is good.
9715
97161997-11-24 Paul Eggert <eggert@twinsun.com>
9717
9718 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
9719 strftime needs the underlying host's strftime for locale dependent
9720 formats.
9721
97221997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
9723
9724 * configure.in (i586-dg-dguxR4.*): New name in case branch.
9725
97261997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
9727
9728 * config.bat: Configure the man subdirectory.
9729
97301997-11-07 Paul Eggert <eggert@twinsun.com>
9731
9732 * configure.in (AC_CHECK_LIB): Add -lintl.
9733
97341997-11-07 Karl Heuer <kwzh@gnu.org>
9735
9736 * make-dist (check for .elc files): Avoid bash-specific syntax.
9737 (check for overflow 14-char limit): Simplify.
9738
97391997-11-07 Richard Stallman <rms@gnu.org>
9740
9741 * Makefile.in (install): Move blessmail last.
9742
97431997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9744
9745 * configure.in (gettimeofday, one arg or two):
9746 Clarify messages by avoiding double negative.
9747
97481997-09-30 Karl Eichwalder <ke@suse.de>
9749
9750 * Makefile.in (install-arch-indep): Install the widget info file.
9751
97521997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9753
9754 * configure.in (with-pop, with-kerberos): Need to check Kerberos
9755 libraries in reverse order, so that libraries will appear in the
9756 correct dependency order on the link line (and so that the
9757 configure checks themselves will work properly when early
9758 libraries depend on later ones).
9759
97601997-09-21 Erik Naggum <erik@naggum.no>
9761
9762 * make-dist (making links to `src'): Keep timestamp on copied files.
9763
9764 * make-delta: New script to produce delta distributions.
9765
97661997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9767
9768 * Version 20.2 released.
9769
97701997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9771
9772 * Version 20.1 released.
9773
9774 * Makefile.in (install-leim): Depend on mkdir.
9775 (leim): Depend on src.
9776
97771997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9778
9779 * configure.in: Recognize alpha* instead of just alpha.
9780
97811997-09-12 Paul Eggert <eggert@twinsun.com>
9782
9783 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
9784
97851997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9786
9787 * update-subdirs: Use rm -f.
9788
97891997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9790
9791 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
9792 Ignore subdirs named Old.
9793
97941997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
9795
9796 * configure.in: Add OpenBSD clause to set $machine.
9797
97981997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9799
9800 * make-dist: Recompile everything after updating various Lisp files.
9801 Recompile in leim as well as lisp.
9802 Check in leim as well as lisp for mismatched files and too-long names.
9803
98041997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9805
9806 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
9807
98081997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9809
9810 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
9811 before trying to copy anything from it.
9812
98131997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9814
9815 * Makefile.in (man/Makefile): New target.
9816 (tags): Define env var EMACS and run Makefile from build dir.
9817
98181997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
9819
9820 * config.bat: If src/_gdbinit doesn't exist, try using
9821 src/.gdbinit to create it (for building on Windows 95).
9822
98231997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9824
9825 * Makefile.in (install-arch-indep):
9826 Discard extra data in tar | tar pipes.
9827
98281997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
9829
90eacf99
SM
9830 * configure.in (x_default_search_path):
9831 Corrected '${x_library}' to '${x_library}/X11'.
067d23c9
KY
9832
98331997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9834
9835 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
9836
98371997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9838
9839 * configure.in: Support auto-configuration of both Kerberos V4 and
9840 Kerberos V5 for movemail, including detection of V4 and V5 header
9841 files and libraries.
9842
98431997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
9844
9845 * configure.in: Compute x_default_search_path
9846 and substitute into makefiles.
9847
9848 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
9849
98501997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9851
9852 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
9853
98541997-08-07 Erik Naggum <erik@naggum.no>
9855
9856 * configure.in: Remove lockdir, it is no longer needed.
9857 * Makefile.in (mkdir): Don't create lockdir.
9858 (lockdir): Variable deleted.
9859 (paths-force): Don't operate on PATH_LOCK.
9860
98611997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9862
9863 * leim-Makefile.in (clean, distclean): New targets.
9864
9865 * make-dist: Include leim/ChangeLog in leim distribution.
9866
98671997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9868
9869 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
9870
98711997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9872
9873 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
9874
98751997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9876
9877 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
9878
98791997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9880
9881 * make-dist: Update leim/leim-list.el.
9882 Pass along value of $EMACS when updating lisp dir.
9883
98841997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9885
9886 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
9887 prerequisite to the use of Doug Lea's malloc.
9888
98891997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9890
9891 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
9892
9893 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
9894
98951997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9896
9897 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
9898
98991997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9900
9901 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
9902 to news-r6.h.
9903
99041997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
9905
9906 * config.bat: Use `sed' instead of `cp', which might not be
9907 installed.
9908
99091997-07-09 Kenichi Handa <handa@etl.go.jp>
9910
9911 * Makefile.in (mostlyclean): Add cleaning leim directory.
9912 (clean, distclean, maintainer-clean): Likewise.
9913
99141997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9915
9916 * make-dist (bogosities): Check subdirs of `lisp' also.
9917
99181997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9919
9920 * make-dist (etc): Really avoid symlinks now.
9921 (lisp): Don't delete from subdirs the things we never copy.
9922
99231997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9924
9925 * Makefile.in (install-arch-indep): Correct the target name.
9926 The first letter `i' was dropped by the previous change of mine.
9927
99281997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9929
9930 * configure.in (leim/Makefile): Generate this.
9931 (*-sysv4.2uw*): Recognize new alternative.
9932
9933 * leim-Makefile.in: Renamed from leim-Makefile.
9934
9935 * make-dist: Set up real-leim subdirectory,
9936 with the real contents of leim; then move it to
9937 a separate top-level directory.
9938
9939 * make-dist: Don't mention site-lisp, site-init, site-start
9940 or default, when listing files hat are not compiled and should be.
9941
9942 * configure.in: Create src/config.stamp at the end.
9943
99441997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9945
9946 * Makefile.in (install-leim): Correct previous change.
9947
99481997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9949
9950 * Makefile.in (install-leim): New target.
9951 (install): Depend on install-leim.
9952
99531997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9954
9955 * Makefile.in (SUBDIR): Add leim.
9956 (SUBDIR_MAKEFILES): Add leim/Makefile.
9957 (leim/Makefile): New target.
9958
99591997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9960
9961 * leim-Makefile: New file.
9962 * make-dist: Initialize a `leim' subdirectory with that makefile.
9963
99641997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9965
9966 * configure.in (GNU_MALLOC_reason): Fix message text.
9967
99681997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9969
9970 * make-dist (lisp): Don't process subdirs that start with =.
9971 (etc): Copy symlinks, as in src.
9972
99731997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9974
9975 * configure.in (i*86-*-unixware*): New alternative.
9976
99771997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9978
9979 * Makefile.in (src/config.stamp): Target renamed from src/config.h
9980 and touch it explicitly.
9981
9982 * configure.in (mips-sony-newsos6*): New alternative.
9983 (mips-*-linux-gnu*): New alternative.
9984 (*-*-bsdi*): New alternative.
9985 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
9986
99871997-06-22 Dave Love <d.love@dl.ac.uk>
9988
9989 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
9990 (src/config.h): New target to re-configure if src/config.in is patched.
9991
99921997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9993
9994 * configure.in (shutdown): Check for `shutdown' function.
9995
99961997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9997
9998 * update-subdirs: Include the directory "language" in subdirs.
9999
100001997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10001
10002 * configure.in (m88k-dg-dgux4*): New alternative.
10003 (alpha-*-netbsd*): New alternative.
10004 (powerpcle-*-solaris2*): New alternative.
10005
100061997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10007
10008 * make-dist: Warn about .el files that are not compiled.
10009
100101997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10011
10012 * Makefile.in (dist): Don't run update-subdirs here,
10013 since make-dist now gets that done.
10014
10015 * make-dist: Use the new `updates' target in lisp/Makefile.
10016
10017 * make-dist: Use new non-file targets in lisp/Makefile.
10018
100191997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10020
10021 * make-dist: Handle all subdirs of `lisp' uniformly.
10022 Don't handle `term' and `language' specially.
10023 Clear out umask at the beginning.
10024
100251997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10026
10027 * make-dist: Use Make to update finder-inf.el and autoloads.
10028 Also update cus-load.el.
10029
100301997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10031
10032 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
10033 in case it is desirable to disable the GNU malloc features with glibc.
10034
100351997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10036
10037 * configure.in (DOUG_LEA_MALLOC):
10038 Define if malloc_{get,set}_state exist.
10039
100401997-03-05 Kenichi Handa <handa@etl.go.jp>
10041
10042 * make-dist: Make links for files under lisp/language.
10043
100441997-02-20 Kenichi Handa <handa@etl.go.jp>
10045
10046 * update-subdirs: Exclude the directory "language" from subdirs.
10047
100481997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
10049
10050 * configure.in: Check for rint and cbrt.
10051
100521997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10053
10054 * make-dist: Use $EMACS to say where to run Emacs.
10055 Add --no-update option.
10056
100571996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10058
10059 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
10060
100611996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10062
10063 * make-dist (copying src): Check thoroughly for symlinks
10064 and copy them in all cases. Regularize the linking of *.in
10065 and *.opt and ChangeLog files.
10066 (copying lib-src): Likewise.
10067 Don't rm getdate.c or y.tab.*--they don't exist any more.
10068
100691996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
10070
10071 * configure.in: Check for libmail, maillock.h and
10072 touchlock (for movemail).
10073
100741996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10075
10076 * configure.in (limits.h): Check for this file.
10077
100781996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10079
10080 * configure.in (rs6000-ibm-aix4.2): New alternative.
10081 (rs6000-ibm-aix4.0): New alternative.
10082 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
10083
100841996-11-22 Ben Harris <bjh21@cam.ac.uk>
10085
10086 * configure.in: Recognize vax-*-netbsd*.
10087
100881996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10089
10090 * configure.in (locallisppath): Add leim directory.
10091
100921996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
10093
10094 * config.bat: Make sure `mv' supports forward slashes and -f.
10095
100961996-10-28 Christian Limpach <chris@nice.ch>
10097
10098 * configure.in (hppa*-next-nextstep*): * added after hppa
10099 to accept hppa1.0 and hppa1.1.
10100
101011996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
10102
10103 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
10104 * configure.in (ld_switch_machine): Fix typo.
10105
101061996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10107
10108 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
10109 from config.h and use them in $ac_link.
10110
101111996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
10112
10113 * configure.in: Create a subdir named `lisp'.
10114
101151996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10116
10117 * configure.in: Check for getcwd.
10118
101191996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10120
10121 * configure.in: Check for termios.h. Check for setpgid.
10122
101231996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10124
10125 * configure.in: Check for setrlimit.
10126
101271996-08-31 Paul Eggert <eggert@twinsun.com>
10128
10129 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
10130
101311996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10132
10133 * configure.in: Check for utimes.
10134
10135 * configure.in: Check for com_err library, but only
10136 if --with-kerberos was used. Check for krb and des
10137 only if --with-kerberos.
10138
101391996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10140
10141 * Makefile.in (INSTALL_STRIP): New variable.
10142 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
10143 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
10144
101451996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10146
10147 * configure.in: Check for krb and des libraries.
10148
101491996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10150
10151 * configure.in (*-sunos4.1.[3-9]*noshare):
10152 Use sunos413, not sunos4-1-3.
10153 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
10154 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
10155
101561996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10157
10158 * Makefile.in (src/paths.h): Target deleted.
10159 (paths-force): Delete all dependencies on this target
10160 but don't delete the target.
10161 (install): Depend on `all'.
10162 (paths-force): Don't print a message.
10163
10164 * configure.in: Generate src/paths.h here.
10165
101661996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10167
10168 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
10169 New variables that affect linking only.
10170 (alpha-dec-osf*): Use those instead of previous change.
10171
101721996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10173
10174 * Makefile.in (install-arch-indep): Install info/messages.
10175
101761996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10177
10178 * Version 19.33 released.
10179
101801996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
10181
10182 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
10183 Fix previous change.
10184
101851996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10186
10187 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
10188 New alternative.
10189
101901996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10191
10192 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
10193 and NON_GCC_TEST_OPTIONS.
10194
101951996-08-06 Paul Eggert <eggert@twinsun.com>
10196
10197 * configure.in (LOCALTIME_CACHE): Don't put a string literal
10198 "TZ=..." in environ.
10199
102001996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10201
10202 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
10203
102041996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10205
10206 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
10207 the more general *-sunos4.1.[3-9]* clause.
10208
102091996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10210
10211 * Version 19.32 released.
10212
10213 * configure.in (*-sco3.2v5*):
10214 Set OVERRIDE_CPPFLAG to a string of one space.
10215 Fix the code that uses OVERRIDE_CPPFLAG.
10216
102171996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
10218
10219 * configure.in: Undo previous change.
10220
102211996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10222
10223 * config.sub: Use `pc', not `unknown', when canonicalizing
10224 the vendor for ...86.
10225
102261996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
10227
10228 * configure.in: Check for termios.h header.
10229
102301996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
10231
10232 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
10233
102341996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
10235
10236 * configure.in: Split bsdos2 and bsdos2-1.
10237
102381996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10239
10240 * config.sub: If last two words are not a recognized
10241 KERNEL-OS pair, use just the last word as OS, as in 19.31.
10242 Make conversion of gnu/linux to linux-gnu really work.
10243
10244 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
10245
102461996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10247
10248 * configure.in (check for using Lucid widgets by default):
10249 Eliminate indentation that confuses some compilers.
10250
102511996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10252
10253 * config.sub: Convert linux and gnu/linux to linux-gnu.
10254
10255 * make-dist: Don't update getdate.c.
10256 Ignore =... files when checking for too-long Lisp file names.
10257
102581996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10259
10260 * configure.in (euidaccess): Check for that, not for eaccess.
10261
102621996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10263
10264 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
10265 before `noshare'.
10266 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
10267
102681996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10269
10270 * configure.in: Rename lignux to linux-gnu in configuration names.
10271 Use gnu-linux as the opsys value (s/ file name).
10272 Allow i686 just like i386, i486, i586.
10273
102741996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10275
10276 * configure.in (i*86-*-sco3.2v5): New alternative.
10277 (OVERRIDE_CPPFLAG): New variable.
10278 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
10279
10280 * configure.in: Specify vpath for .texi files.
10281
102821996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10283
10284 * configure.in: Always check for HAVE_X11R5.
10285 Separately decide whether to use a toolkit by default.
10286
102871996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
10288
10289 * configure.in: If X11R5 is missing the Xaw headers,
10290 default to --with-x-toolkit=no.
10291
102921996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10293
10294 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
10295
102961996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10297
10298 * Makefile.in (install-arch-indep): If cd etc makes output,
10299 don't treat that as part of the tar data.
10300 Check that ./lisp actually exists.
10301
103021996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
10303
10304 * make-dist: Check for long file names.
10305
103061996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10307
10308 * Version 19.31 released.
10309
103101996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10311
10312 * configure.in: Recognize sparc-*-lignux.
10313
103141996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10315
10316 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
10317 Don't include config.w95.
10318
103191996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10320
10321 * make-dist: Replace --no-clean-up and --no-tar options
10322 with --clean-up and --tar, so that the default is useful.
10323
103241996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
10325
10326 * config.bat: Make sure the GDB init file is called src/_gdbinit;
10327 if not, tell the user to rename it and abort.
10328
103291996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10330
10331 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
10332 test program.
10333
103341996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10335
10336 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
10337
10338 * make-dist (MANIFEST): Fix previous change.
10339 (msdos): Put mainmake.v2 into the dist.
10340
103411996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10342
10343 * make-dist: Exit if autoconf fails.
10344
103451996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
10346
10347 * config.bat: Set djgpp-ver, and unset it at the end.
10348 Add a number of conditionals for DJGPP version 2.
10349 Rename label libsrc2 to libsrc3.
10350 Substitute for LDFLAGS in src/Makefile.
10351 Substitute for ALL_CFLAGS in lib-src/Makefile.
10352
103531996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10354
10355 * configure.in (ncurses): Check this after checking fns like strerror.
10356
103571996-04-08 Erik Naggum <erik@naggum.no>
10358
10359 * make-dist (MANIFEST): Don't include lines from =files.
10360
103611996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10362
10363 * make-dist: Don't put lisp/dired.todo in the dist.
10364
103651996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
10366
10367 * configure.in (HAVE_NCURSES): Look for library named ncurses.
10368
10369 * configure.in (setlocale): Check for it.
10370
10371 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
10372
103731996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10374
10375 * configure.in: Use lignux instead of linux as value of opsys.
10376
103771996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10378
10379 * Makefile.in (install-strip): Fix whitespace.
10380 Get rid of continuation.
10381
10382 * config.sub: Convert linux or gnu/linux to lignux.
10383
103841996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10385
10386 * configure.in: Accept lignux in configuration name.
10387
103881996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10389
10390 * Makefile.in (install-strip): New target.
10391
103921996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10393
10394 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
10395 -f failed to do the job on Suns.
10396
103971996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10398
10399 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
10400
10401 * configure.in (linux/version.h): Check for this header.
10402
104031996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10404
10405 * configure.in: Remove -fno-builtin hackery from -lm check.
10406
104071996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10408
10409 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
10410 just this test.
10411
10412 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
10413
104141996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10415
10416 * configure.in: Check for ncurses.
10417
104181996-02-28 Paul Eggert <eggert@twinsun.com>
10419
10420 * configure.in (LOCALTIME_CACHE):
10421 Also define if localtime mishandles unsetting TZ.
10422 This works around a localtime bug in mips-dec-ultrix.
10423
104241996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10425
10426 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
10427
10428 * configure.in: Improve messages about X versions.
10429
104301996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10431
10432 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
10433
104341996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10435
10436 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
10437 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
10438
10439 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
10440 (install): Put install-arch-indep before install-arch-dep.
10441
104421996-02-20 Dave Love <d.love@dl.ac.uk>
10443
10444 * INSTALL: Clarify info about MS-DOS path handling.
10445
104461996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10447
10448 * Makefile.in (install-arch-indep): Install info/ccmode*.
10449 In previous change, protect against /bin/pwd returning null string.
10450
104511996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10452
10453 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
10454 to lispdir.
10455
104561996-02-01 Paul Eggert <eggert@twinsun.com>
10457
10458 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
10459
104601996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10461
10462 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
10463
104641996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10465
10466 * Makefile.in (extraclean): Use ${top_distclean} to ensure
10467 we delete everything distclean deletes.
10468
104691996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
10470
10471 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
10472
104731996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10474
10475 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
10476 into LDFLAGS instead of into LIBS.
10477
104781996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10479
10480 * configure.in (HAVE_XMU): Fix typo in previous change.
10481
104821996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10483
10484 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
10485
104861996-01-10 Erik Naggum <erik@naggum.no>
10487
10488 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
10489
104901996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
10491
10492 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
10493
104941996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10495
10496 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
10497 and use -lXt to link it.
10498
104991996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10500
10501 * configure.in (locallisppath): Put version-specific dir first.
10502
105031996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10504
10505 * configure.in (hppa-*-nextstep*): New alternative.
10506 (USE_X_TOOLKIT): By default, set this to "maybe";
10507 and change that later to LUCID or "no" according to X11 version.
10508
10509 * make-dist: Recompile outdated .elc files and update all autoloads.
10510
105111996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10512
10513 * configure.in (locallisppath): Fix typo in last change: " -> '.
10514
105151996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10516
10517 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
10518
105191995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10520
10521 * Makefile.in (install-arch-indep): Give all files read permission.
10522
105231995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10524
10525 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
10526 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
10527
105281995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10529
10530 * configure.in: Determine HAVE_X11R6.
90eacf99 10531 (HAVE_MENUS): Rename from HAVE_X_MENU.
067d23c9
KY
10532
105331995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10534
10535 * configure.in: Just "solaris" now defaults to version 2.4.
10536 Add sunos4.1.n-noshare as alternative.
10537
105381995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10539
10540 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
10541
105421995-11-29 Erik Naggum <erik@naggum.no>
10543
10544 * Makefile.in (install-arch-indep): Add missing backslash.
10545
105461995-11-29 Karl Eichwalder <ke@ke.Central.DE>
10547
10548 * Makefile.in (install-arch-indep): Don't install
10549 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
10550
105511995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10552
10553 * Makefile.in (install-arch-indep): Fix previous change.
10554
10555 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
10556
105571995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10558
10559 * Version 19.30 released.
10560
10561 * make-dist (lisp): Exclude subdirs.el.
10562
105631995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10564
10565 * make-dist (etc): Delete *.orig and *.rej.
10566
105671995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10568
10569 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
10570
105711995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10572
10573 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
10574
105751995-11-14 Geoff Voelker <voelker@cs.washington.edu>
10576
10577 * make-dist (nt): Rename install, readme, and todo to
10578 INSTALL, README, and TODO.
10579
105801995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10581
10582 * make-dist (lisp): Don't distribute site-start.
10583
105841995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
10585
10586 * make-dist: Break the hard link on alloca.c.
10587
105881995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10589
10590 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
10591
105921995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10593
10594 * make-dist (src, lib-src): Don't distribute Makefile.c.
10595 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
10596
105971995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10598
10599 * Makefile.in (mkdir): Create man1dir, not mandir.
10600 (uninstall): Use man1dir, not mandir.
10601
106021995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10603
10604 * Makefile.in (man1dir): New variable.
10605 (install-arch-indep): Use man1dir.
10606
10607 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
10608
10609 * make-dist: Create lisp/MANIFEST.
10610
106111995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10612
10613 * configure.in (m68k-*-linux*): New alternative.
10614
106151995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10616
10617 * make-dist: Use new names config.in, paths.in, and
10618 {src,lib-src}/Makefile.in.
10619
106201995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10621
10622 * configure.in: Don't bother checking for drem.
10623
106241995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10625
10626 * Makefile.in (distclean): Delete line with just a tab in it.
10627 (install-arch-indep): Delete spaces that precede tabs.
10628 Delete spurious `fi' left from previous change.
10629 (install): Supply `true' as command, to avoid null command.
10630
106311995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10632
10633 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
10634
106351995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10636
ed9265fc 10637 * configure.in (powerpc-*-solaris2): New alternative.
067d23c9
KY
10638
106391995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
10640
10641 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
10642 of paths.h.tmp$$, to avoid going beyond 14 characters.
10643
106441995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10645
10646 * configure.in: Improve error msg for invalid --with-x-toolkit value.
10647
106481995-09-06 Paul Eggert <eggert@twinsun.com>
10649
10650 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
10651 if localtime caches TZ. Check for tzset.
10652
106531995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10654
10655 * config.bat: Simplify using new names file names src/makefile.in,
10656 config.in, paths.in. Change Echo commands not to use `.
10657
106581995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10659
10660 * Makefile.in (install-arch-indep): Always install the new dir file;
10661 rename the previous dir file to dir.bak or dir.old.
10662
106631995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10664
10665 * configure.in (RANLIB): Substitute this into makefiles.
10666 Set it specially on solaris; set it by default on other systems.
10667
10668 * configure.in: Fix previous Alpha change.
10669
106701995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10671
10672 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
10673 NON_GCC_TEST_OPTIONS.
10674
106751995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10676
10677 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
10678 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
10679
10680 * configure.in (alpha-*-linux*): New configuration.
10681
106821995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10683
10684 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
10685 (m68k-next-nextstep*): New alias for that.
10686 (i*86-*-nextstep*): Use nextstep.h.
10687 (sparc-*-nextstep*): New configuration.
10688
106891995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10690
10691 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
10692 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
10693
106941995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10695
10696 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
10697 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
10698
106991995-07-18 Mike Long <mike.long@analog.com>
10700
10701 * make-dist: Fix update of finder-inf.el, and byte-compile it.
10702
107031995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10704
10705 * Makefile.in (src/paths.h, paths-force):
10706 Rename src/paths.h.in to src/paths.in.
10707 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
10708
10709 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
10710 Use Makefile.c for intermediate file.
10711 Rename src/config.h.in to src/config.in.
10712
107131995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
10714
10715 * configure.in (mips-dec-ultrix*): Assume version 4.3.
10716 (mips-dec-ultrix4.[12]): New alternative for old versions.
10717
107181995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10719
10720 * make-dist: Don't break intra-tree links.
10721
107221995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10723
90eacf99
SM
10724 * configure.in: Put back archlibdir initialization.
10725 Require autoconf 2.4.1 or later.
067d23c9
KY
10726
107271995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10728
10729 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
10730 (mips-mips-riscos5*): New alternative.
10731
107321995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10733
10734 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
10735
107361995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10737
10738 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
10739 (mandir, infodir, archlibdir): Initializations deleted.
10740
10741 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
10742 On hpux9shr, use hpux9shxr4.h.
10743
107441995-06-24 Morten Welinder <terra+@cs.cmu.edu>
10745
10746 * configure.in: Added target mips-dec-mach_bsd4.3.
10747 * config.guess: Guess mips-dec-mach_bsd4.3.
10748
107491995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10750
10751 * Makefile.in (mkdir): Use symbolic chmod.
10752
107531995-06-22 Paul Eggert <eggert@twinsun.com>
10754
10755 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
10756 SunOS 4.1.5 through 4.1.9, should they ever exist.)
10757
107581995-06-22 Paul Eggert <eggert@twinsun.com>
10759
10760 * Makefile.in (SUBDIR_MAKEFILES):
10761 Add man/Makefile, so `make distclean' removes it.
10762 (top_distclean): Add config.log to the list of files to be removed.
10763
107641995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10765
10766 * Version 19.29 released.
10767
107681995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10769
10770 * configure.in: Fix the previous change to verify that the -b
10771 option really solves the problem.
10772
10773 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
10774
107751995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10776
10777 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
10778
107791995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10780
10781 * configure.in: Report more clearly when there is no special
10782 dir to search for X includes or libraries.
10783
107841995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10785
10786 * configure.in: Check for -lpthreads, not -lpthread.
10787
107881995-06-09 Geoff Voelker <voelker@cs.washington.edu>
10789
10790 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
10791
107921995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10793
10794 * configure.in: Check for -lpthread.
10795
107961995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10797
10798 * Makefile.in (install-arch-indep): Install info files for mh-e.
10799 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
10800
108011995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10802
10803 * configure.in (*-solaris2.5): New configuration.
10804
10805 * make-dist: Copy new files config.nt and config.w95.
10806
108071995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10808
10809 * configure.in: Use x_includes, not x_libraries, for -I.
10810 Make bitmapdir a colon-separated list.
10811
108121995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
10813
10814 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
10815
10816 * configure.in: Allow x_libraries and x_includes to be paths.
10817
108181995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10819
10820 * configure.in: Fix typo.
10821
108221995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10823
10824 * INSTALL: Clarify use of site-init.el.
10825
108261995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
10827
10828 * configure.in: Pass arg to sqrt.
10829
108301995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10831
10832 * make-dist: Fix May 6 change.
10833
108341995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10835
10836 * vpath.sed: Delete reference to ymakefile.
10837
108381995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10839
10840 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
10841
108421995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10843
10844 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
10845
10846 * update-subdirs: Specify /bin/sh to run the script.
10847
108481995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10849
10850 * make-dist: Put src/makefile.nt in dist.
10851
10852 * configure.in (i[345]86-*-bsdi2*): New configuration.
90eacf99 10853 (vax-dec-bsd386*): Delete.
067d23c9
KY
10854
108551995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10856
10857 * configure.in: Make sure CDPATH doesn't mess up PWD check.
10858 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
10859 Use fmod instead of logb in -lm check.
10860
108611995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10862
90eacf99 10863 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
067d23c9
KY
10864 Use bsd4-3. Don't set NON_GNU_CPP.
10865
10866 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
10867 In nt, copy various different things, but not *.cmd.
10868 Fix the ln commands for the subdirs of nt.
10869
108701995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10871
10872 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
10873
108741995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10875
10876 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
10877 since that's what the header file expects.
10878
108791995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
10880
10881 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
10882 and 68040 based machines when choosing options for gnucc.
10883
108841995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10885
10886 * Makefile.in (top_distclean): Delete config.cache.
10887
108881995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10889
10890 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
10891
10892 * configure.in: Use m/ncr386.h.
10893
108941995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10895
10896 * Makefile.in (install-arch-indep): Undo Sep 23 change.
10897
108981995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10899
10900 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
10901 (man): Don't copy texindex.c and getopt.c; they're deleted.
10902 (etc): Omit `e'; it's a subdirectory.
10903 (etc/e): Use `../..', not `..', to reference top level.
10904
109051995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
10906
10907 * Makefile.in (install-arch-indep, dist):
10908 Look for `update-subdir' in $(srcdir).
10909
109101995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10911
10912 * make-dist: Include mkinstalldirs in distribution.
10913
109141995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10915
10916 * make-dist: Add missing close backquote.
10917
109181995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10919
10920 * make-dist: Don't distribute shortnames directory.
10921
109221995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10923
10924 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
10925
109261995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10927
10928 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
10929
109301995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10931
10932 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
10933
109341995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10935
10936 * configure.in (mips-sgi-irix6): New configuration.
10937
109381995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10939
90eacf99 10940 * Makefile.in (maintainer-clean): Rename from realclean.
067d23c9
KY
10941
109421995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10943
10944 * configure.in: Create a .gdbinit that sources the real one,
10945 if using a different build directory.
10946
109471995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10948
10949 * configure.in: Check for sys/select.h.
10950
109511995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10952
10953 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
10954
109551994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10956
10957 * configure.in: Handle isc 4.1 operating system.
10958
109591994-12-10 Richard Stallman <rms@kepa>
10960
10961 * configure.in (rs6000-ibm-aix4.1*): New alternative.
10962 (rs6000-ibm-aix4*): New alternative.
10963
109641994-12-06 Richard Stallman <rms@kepa>
10965
10966 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
10967
109681994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10969
10970 * configure.in: Don't try to make directories that are guaranteed
10971 to already exist.
10972
109731994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10974
10975 * configure.in: Generate man/Makefile from man/Makefile.in.
10976 Create the man subdir.
10977
10978 * Makefile.in (dvi): Run Make in our man subdir.
10979
10980 * make-dist: Create subdir etc/e.
10981 Make links to it.
10982 Put man/Makefile.in in dist, instead of man/Makefile.
10983
109841994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
10985
10986 * configure.in: Add --with-pop, --with-kerberos, and
10987 --with-hesiod for movemail.
10988
109891994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10990
10991 * configure.in (m68*-apollo*): Use s/domain.h.
10992
109931994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10994
10995 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
10996
109971994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10998
10999 * configure.in: Don't add -I, -L, -R options for cc if their
11000 arguments would be empty.
11001
110021994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11003
11004 * configure.in (i860-intel-osf1*): New alternative.
11005 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
11006 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
11007
110081994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11009
11010 * configure.in: Make h_errno check not use nested functions.
11011
110121994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11013
11014 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
11015
110161994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11017
11018 * Makefile.in (install-arch-indep): Avoid continued comment
11019 swallowing target line.
11020
110211994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
11022
11023 * configure.in: Protect a character class with `changequote'.
11024
110251994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11026
11027 * configure.in: Accept `news' as a synonym for `newsos'.
11028
110291994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11030
11031 * Makefile.in: Don't rm files if cd fails.
11032
110331994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11034
11035 * make-dist: Put nt subdir and its subdirs in the dist.
11036 (lib-src): Put makefile.nt in the dist.
11037 (lisp): Put makefile.nt in the dist.
11038
110391994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11040
11041 * configure.in: Change a stray `[' to `test'.
11042
110431994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11044
11045 * configure.in: Adapt for Autoconf v2. Use the standard argument
11046 parser, host type canonicalizer, X11 finder, and message
11047 printing macros. Use the new macro names. Use `test' instead of `['.
11048
110491994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11050
11051 * configure.in: Check for getpagesize.
11052
110531994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11054
11055 * make-dist (msdos): Put sed* in the distribution.
11056
110571994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
11058
11059 * config.bat: New option, `--with-x', for configuring Emacs
11060 for use with the X11 system DesqView/X.
11061 New option, `--no-debug', for compiling Emacs without debug
11062 information thus saving disk space.
11063 (src/config.h, src/paths.h): Use `update' (which is like
11064 `move-if-changed') to change the file.
11065 (src/config.h): When configuring for X11 perform extra changes.
11066 (src/makefile): When configuring for X11 perform extra changes.
11067 (lib-src): Remove temporary files.
11068 (): Check that `sed', `rm', `mv', and `gcc' are available.
11069
110701994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11071
11072 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
11073
11074 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
11075
110761994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11077
11078 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
11079
11080 * configure.in (canonical): Substitute var into makefiles.
11081 (bitmapdir): Likewise.
11082
11083 * Makefile.in (bitmapdir): New variable.
11084 (src/paths.h, paths-force): Edit PATH_BITMAPS.
11085
110861994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11087
11088 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
11089
11090 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
11091 * update-subdirs: New shell script.
11092
110931994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11094
11095 * Makefile.in (top_distclean): Don't rm build-install.
11096 (SOURCES): Delete build-install.in.
11097
11098 * make-dist: Don't distribute build-ins.in.
11099 * build-ins.in: File deleted.
11100
111011994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
11102
11103 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
11104
111051994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11106
11107 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
11108
90eacf99
SM
11109 * configure.in (libexecdir): Rename from libdir. New default.
11110 (sharedstatedir): Rename from statedir. New default.
067d23c9
KY
11111 (datadir): New default.
11112
11113 * make-dist: Don't distribute subdirs.el.
11114
111151994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11116
11117 * configure.in (eaccess): Check for it.
11118
111191994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11120
11121 * configure.in (mktime): Check for it.
11122
111231994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
11124
11125 * configure.in (motif): Add support for usage and option checking.
11126
111271994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
11128
11129 * configure.in (utimes): Check for it.
11130
111311994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
11132
11133 * Makefile.in (install-arch-indep): Don't do mkdir here.
11134
111351994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11136
11137 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
11138 riscix.h renamed to acorn.h.
11139
111401994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
11141
11142 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
11143 New configurations.
11144
111451994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11146
11147 * configure.in: Remove trailing slashes from srcdir.
11148
111491994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11150
090bd7cb 11151 * configure.in (i[345]86-sequent-ptx*): Handle.
067d23c9
KY
11152
111531994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11154
ed9265fc 11155 * Makefile.in (paths-force): Depend on src/paths.h.
067d23c9
KY
11156
111571994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11158
11159 * configure.in (config_options): Save all arguments, not just some.
11160
111611994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11162
090bd7cb 11163 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
067d23c9
KY
11164
11165 * configure.in: Add AC_AIX.
11166 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
11167
111681994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11169
11170 * configure.in (parsing options): Simplify sed command to delete -'s.
11171
111721994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
11173
11174 * configure.in (config_options): New shell variable.
11175 Pass its value to C code in EMACS_CONFIG_OPTIONS.
11176
111771994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11178
11179 * configure.in (alpha-dec-osf*): New target.
11180
11181 * Makefile.in: Use just one FRC target.
11182
111831994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11184
11185 * Makefile.in (removenullpaths, paths-force):
11186 Use name paths.h.tmp$$, which depends on the pid.
11187
111881994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11189
11190 * Makefile.in (removenullpaths, paths-force):
11191 Put paths.h.tmp in top-level dir, not in src.
11192
111931994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11194
11195 * Version 19.27 released.
11196
111971994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11198
11199 * Version 19.26 released.
11200
112011994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11202
11203 * configure.in: Check for lrand48, not rand48.
11204
112051994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11206
11207 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
11208 (powerpc-ibm-aix*): New aliases.
11209
112101994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11211
11212 * make-dist (src/m, src/s): Put *.inp in distribution.
11213
112141994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11215
11216 * configure.in: Accept i586 and i486 along with i386.
11217
112181994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11219
11220 * configure.in: Do compute unexec, LIBX, system_malloc, etc
11221 even if CPP env var was set by the user.
11222
11223 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
11224
112251994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
11226
11227 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
11228
112291994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11230
11231 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
11232
112331994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11234
11235 * configure.in: Check more specifically for i*86-sun-sunos.
11236
112371994-08-03 Caveh Jalali (caveh@eng.sun.com)
11238
11239 * configure.in: Handle solaris 2.4.
11240
112411994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11242
11243 * configure.in (rand48): Check for it.
11244
112451994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11246
11247 * make-dist: Update the info files.
11248
112491994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11250
11251 * configure.in: Make "checking..." messages' style consistent.
11252 (HAVE_H_ERRNO): New test.
11253
112541994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11255
11256 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
11257
112581994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11259
11260 * configure.in (CFLAGS): If the envvar was specified, use that.
11261 And set REAL_CFLAGS from it too.
11262
112631994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11264
11265 * make-dist: Update finder-inf.el.
11266
112671994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11268
11269 * make-dist (msdos): Include sed4.inp in dist.
11270
11271 * Makefile.in (libsrc_libs): Var deleted.
11272
112731994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11274
11275 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
11276
112771994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11278
11279 * configure.in (mips-sony-newsos4*): New alias.
11280
112811994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11282
11283 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
11284 (*-convex-convexos*): Accept this as alias.
11285
112861994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11287
11288 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
11289 for two different uses.
11290
112911994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11292
11293 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
11294
112951994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11296
11297 * make-dist: Put ./BUGS into the distrib.
11298
112991994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11300
11301 * configure.in: Handle 386 running Solaris 2.
11302
113031994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11304
11305 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
11306
113071994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11308
11309 * configure.in (mips-sony-newsos*): Use news-risc.h.
11310
11311 * configure.in: Accept bsdi as opsys, like bsd386.
11312
113131994-06-01 Morten Welinder (terra@diku.dk)
11314
11315 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
11316
113171994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11318
11319 * Version 19.25 released.
11320
11321 * make-dist (shortversion): Don't assume another period follows.
11322
113231994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11324
11325 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
11326 (uninstall): Use /bin/pwd.
11327
11328 * Makefile.in (blessmail): Depend on src.
11329 (all): Don't depend on blessmail.
11330
11331 * Makefile.in (src/paths.h): Don't force recomputation.
11332 (paths-force): New target; force recomputation of paths.h.
11333 (all): Depend on paths-force.
11334 (src, lib-src): Depend on src/paths.h.
11335
11336 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
11337 NON_GCC_TEST_OPTIONS.
11338
113391994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11340
11341 * configure.in: Don't insist on subversions for irix.
11342
113431994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11344
11345 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
11346
11347 * configure.in (i[34]86-next-*): New alternative.
11348
113491994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11350
11351 * Version 19.24 released.
11352
11353 * configure.in: New config hppa*-hp-hpux9shr*.
11354
113551994-05-22 Morten Welinder (terra@tyr.diku.dk)
11356
11357 * config.bat: Doc fix.
11358
113591994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11360
11361 * Makefile.in (mostlyclean, clean, distclean, realclean)
11362 (extraclean): Don't act on man subdir if it doesn't exist.
11363
113641994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11365
11366 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
11367 Use them to set up CC.
11368 (*-sun-sunos4.1.3): Set them.
11369
113701994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11371
11372 * Makefile.in (lib-src): Don't depend on src/paths.h.
11373
113741994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11375
11376 * build-ins.in (copydests): Get rid of spurious `-'s.
11377
11378 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
11379
113801994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11381
11382 * Version 19.23 released.
11383
11384 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
11385 for the Xlib and Xt checks; then restore old CFLAGS.
11386
113871994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11388
11389 * configure.in (HAVE_X11XTR6): Add newline before #if.
11390 Add newline after #endif.
11391
113921994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11393
11394 * configure.in (HAVE_X11XTR6): Arrange to define it.
11395
113961994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11397
11398 * Makefile.in (install): Depend on blessmail.
11399
114001994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11401
11402 * configure.in (mips-siemens-sysv*): Put quotes around value
11403 containing blanks.
11404
114051994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11406
11407 * Makefile.in (TAGS): Use the makefile in src subdir.
11408
114091994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11410
11411 * configure.in (opsys): Recognize `gnu'.
11412
114131994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11414
11415 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
11416
114171994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11418
11419 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
11420 version > 1.8.
11421
114221994-05-08 Morten Welinder (terra@diku.dk)
11423
11424 * config.bat: Forcibly remove "# " style comments from makefiles.
11425
114261994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11427
11428 * Makefile.in (uninstall): When processing lispdir and etcdir,
11429 do nothing unless it exists and is a directory.
11430
114311994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11432
11433 * Makefile.in (install-arch-indep): Do install info/dired-x*.
11434 Merge code in from install-doc.
11435 (install-doc): Merge code back into install-arch-indep.
11436 (install-arch-dep): Don't depend on install-doc.
11437
11438 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
11439
114401994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11441
11442 * configure.in (making src/Makefile and lib-src/Makefile):
11443 Split off the autoconf substitutions and don't pass them thru cpp.
11444 (undefs): Use $canonical as well as $configuration.
11445
11446 * make-dist: Distribute lisp/Makefile.
11447
11448 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
11449 Use lower case names for the s files.
11450
114511994-05-03 Morten Welinder (terra@diku.dk)
11452
11453 * config.bat: Added possibility for different file name
11454 transcriptions in lib-src.
11455
114561994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11457
11458 * Makefile.in (lib-src): Undo previous change.
11459 (blessmail): New target to run maybe-blessmail in lib-src.
11460 (all): Depend on blessmail.
11461
11462 * Makefile.in (lib-src): Depend on src.
11463
114641994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
11465
11466 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
11467 (m88k-dg-dgux5.4R2): dgux5.4R2.
11468
114691994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11470
11471 * configure.in (window_system): Restore accidentally deleted code
11472 that uses AC_FIND_X.
11473
11474 * make-dist: Distribute config.bat.
11475
114761994-04-29 Morten Welinder (terra@diku.dk)
11477
11478 * config.bat: Corrected the configuration of lib-src
11479 to keep up with configure. Add note about dos version 3
11480 or better needed (djgpp needs that). Add note explaining
11481 that either install in c:/emacs or edit the script.
11482 Don't change to c:/emacs, but assume we're there (to minimize
11483 the number of places to change).
11484
11485 * config.bat: Build-in the first step towards X11 support with
11486 the X11 emulator that exists. At this time it won't work,
11487 and several files are missing.
11488
114891994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11490
11491 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
11492 Don't look for -lresolv.
11493
11494 * Makefile.in (lib-src): Depend on src/paths.h.
11495
114961994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11497
11498 * configure.in: Restore deleted AC_SUBST of `configuration'.
11499 Improve error message for bad --with-x-toolkit value.
11500
11501 * configure.in: Define CONFIGURATION in src/config.h
11502 rather than substituting in src/Makefile.in.
11503
115041994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11505
11506 * Makefile.in (install-doc): New target.
11507 (install-arch-dep): Depend on install-doc.
11508 (mkdir): Create docdir.
11509
115101994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11511
11512 * configure.in: Test for libresolv.a.
11513 Substitute machfile and opsysfile.
11514
115151994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11516
11517 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
11518 (install-arch-dep): Install under the name $(EMACS).
11519
115201994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11521
11522 * configure.in (version): Use entire value of emacs-version.
11523 (mips-siemens-sysv*): New alternative.
11524
115251994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11526
11527 * Makefile.in (install-arch-indep): Don't install dired-x*.
11528
115291994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11530
11531 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
11532 Fix definition of $undefs.
11533
115341994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11535
11536 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
11537
11538 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
11539
115401994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11541
11542 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
11543
115441994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11545
11546 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
11547 and run it thru cpp, as with src/Makefile.in.
11548
11549 * configure.in: Use AC_SET_MAKE.
11550
115511994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11552
11553 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
11554
115551994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11556
11557 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
11558
11559 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
11560 (printing the choices): Make the toolkit message unconditional.
11561 (USE_X_TOOLKIT): Use `none', not `no', if none.
11562 (include libsrc_libs): Include config.h, and specify -I for srcdir.
11563 Get rid of temp file foofoo1.
11564
115651994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11566
11567 * configure.in (CFLAGS): Use shell syntax, not Makefile.
11568
115691994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11570
11571 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
11572 (printing the choices): State choice of toolkit.
11573 (libsrc_libs): Recalculate after writing config.h;
11574 then update lib-src/Makefile.
11575
115761994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11577
11578 * configure.in: Add sunos4shr as alternative for suns.
11579 Conditionals testing for null $CC were backwards.
11580
115811994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11582
11583 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
11584
115851994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11586
11587 * configure.in: Handle -isc4.0*.
11588
115891994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11590
11591 * configure.in (esix5): Set NON_GNU_CPP.
11592
115931994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
11594
11595 * Makefile.in (thisdir): Nonsensical variable removed.
11596 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
11597 back to $thisdir, rather than the directory `this_dir'.
11598
115991994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11600
11601 * Makefile.in (install-arch-indep): Add missing backslash after a
11602 `then'.
11603
116041994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11605
11606 * Makefile.in (thisdir): New variable.
11607 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
11608
116091994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11610
11611 * configure.in: Add freebsd.
11612
116131994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11614
11615 * configure.in: Check for fpathconf.
11616
116171994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11618
11619 * configure.in (with_x_toolkit): Fix typo in previous change.
11620
116211994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11622
11623 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
11624
116251994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11626
11627 * configure.in (with_x_toolkit): Don't allow motif or open-look.
11628
116291994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11630
11631 * configure.in: Fix value of docdir.
11632 * Makefile.in (install-arch-indep): Install DOC* in docdir.
11633
116341994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11635
11636 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
11637
116381994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
11639
11640 * configure.in: New variable docdir to control where the docstring
11641 file goes.
11642 Makefile.in: Use it to initialize PATH_DOC in paths.h.
11643
116441994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11645
11646 * configure.in: When --run-in-place, don't inherit archlibdir.
11647
116481994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11649
11650 * Makefile.in (install-arch-dep, install-arch-indep):
11651 New targets split up former do-install rule.
11652 (do-install): Target deleted.
11653
116541994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11655
11656 * configure.in (mips-sony-newsos*): New configuration.
11657
116581994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
11659
90eacf99 11660 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
067d23c9
KY
11661
116621994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11663
11664 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
11665
116661994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11667
11668 * configure.in: Don't initialize CC.
11669
116701994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11671
11672 * configure.in (creating src/Makefile): Also generate -U switches
11673 for symbols in the $configuration value.
11674
11675 * configure.in: Check for sys_siglist being declared in system header.
11676
116771994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11678
11679 * configure.in (creating src/Makefile): Delete blank lines
11680 along with lines of whitespace.
11681 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
11682
116831994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11684
11685 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
11686 like C_SWITCH_SYSTEM.
11687 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
11688
116891994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11690
11691 * configure.in (drem): Check for this function.
11692
116931994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11694
11695 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
11696 If CPP was inherited from environment, don't use NON_GNU_CPP.
11697 (NON_GNU_CC): Likewise.
11698 (handling with_gcc): Use explicit if in the `no' case.
11699 (cc_specified): New variable; if set, don't use NON_GNU_CC.
11700
117011994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11702
11703 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
11704
117051994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11706
11707 * configure.in: Check whether fmod exists.
11708
117091994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11710
11711 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
11712 {src,lisp}/OChangeLog.
11713
117141994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11715
11716 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
11717 necessary for proper operation. This code works with the current
11718 released version of Autoconf.
11719
117201994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11721
11722 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
11723 (USE_X_TOOLKIT): Define it for all values except `no'.
11724
11725 * configure.in: Undo first Jan 8 change and Jan 16 change.
11726
117271994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11728
11729 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
11730 Substitute USE_X_TOOLKIT as both C macro and Make variable.
11731
11732 * Makefile.in (lwlib/Makefile): New target.
11733 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
11734 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
11735 (unlock, relock): Handle lwlib subdir.
11736
11737 * Makefile.in: Add some .PHONY targets.
11738
11739 * make-dist: Handle lwlib subdir like oldXMenu subdir.
11740
11741 * lwlib: New subdirectory.
11742
117431994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11744
11745 * configure.in: If CPP has a value that is a directory,
11746 discard the value.
11747
117481994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11749
11750 * configure.in (srcdir_undefs): Add g flag to sed substitution to
11751 remove -U[0-9]*.
11752
117531994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11754
11755 * Makefile.in (do-install): Install the dired-x info files.
11756
11757 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
11758 (See src/s/sol2.h.)
11759
117601994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11761
11762 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
11763
117641994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11765
11766 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 11767 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
11768 gratuitously break this and not make a change log entry.
11769 Optimized sed processing of Makefile.in and cpp output; now
11770 preserves comments previously removed from the cpp input.
11771 Eliminated temp file for cpp output. Generate -U switches to
11772 undefine all identifiers that appear in the directory name
11773 ${srcdir}; pass these to cpp.
11774
11775 * configure.in (version): Fix sed regexp to match two-elt version
11776 number.
11777
11778 * configure.in: Check for strerror.
11779
117801994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11781
11782 * configure.in: Test for bcmp.
11783
117841994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11785
11786 * make-dist (tempdir): Put subdir msdos into the distribution.
11787
117881993-01-07 Morten Welinder (terra@diku.dk)
11789
11790 * config.bat: New file.
11791
117921994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11793
11794 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
11795
117961994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11797
11798 * configure.in (m68*-next-*): Don't care about which os is specified.
11799 (i[34]86-*-*): Check for *-nextstop*.
11800
118011993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11802
11803 * configure.in: Check for setsid.
11804
118051993-12-17 Richard Stallman (rms@srarc2)
11806
11807 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
11808
118091993-12-15 Richard Stallman (rms@srarc2)
11810
11811 * Makefile.in (mkdir): Make only the lockdir writable.
11812
90eacf99 11813 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
067d23c9
KY
11814
118151993-12-11 Richard Stallman (rms@srarc2)
11816
11817 * Makefile.in (libdir): Use @libdir@.
11818
118191993-12-08 Richard Stallman (rms@srarc2)
11820
11821 * Makefile.in (install): Add empty command.
11822
118231993-12-04 Richard Stallman (rms@srarc2)
11824
11825 * make-dist: Put man/getopt.c in the dist.
11826
11827 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
11828
11829 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
11830
118311993-12-03 Richard Stallman (rms@srarc2)
11832
11833 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
11834 Set it for all solaris versions.
11835 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
11836 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
11837 Likewise for NON_GNU_CC and CC.
11838
118391993-12-01 Richard Stallman (rms@srarc2)
11840
11841 * configure.in (mips-mips-riscos4*): Assign variable CC.
11842 (checking ${with_gcc}): If "no", don't override CC if already set.
11843 (CC): Initialize it as empty.
11844
118451993-11-30 Richard Stallman (rms@srarc2)
11846
11847 * configure.in (Suns): Set CPP if *-solaris2.3*.
11848
118491993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11850
11851 * Version 19.22 released.
11852
11853 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
11854
118551993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11856
11857 * make-dist: When breaking links, use cp -p.
11858 Copy install.sh into distribution.
11859 Move the temp dir up into the parent dir;
11860 don't leave the staging dir make-dist.tmp... in existence.
11861 * install.sh: New file.
11862
118631993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11864
11865 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
11866
118671993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11868
11869 * configure.in (version): When --run-in-place, exclude
11870 ${datadir}/emacs/site-lisp from locallisppath.
11871
118721993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11873
11874 * configure.in: Delete jumk.c before writing it.
11875
118761993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11877
11878 * Version 19.21 released.
11879
11880 * Makefile.in (mkdir): Ignore error from chmod.
11881
118821993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11883
11884 * make-dist: Don't put lisp/forms.README in the distribution.
11885
118861993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11887
11888 * configure.in (creating src/Makefile): Before running cpp,
11889 discard all lines that start with `# Generated' or /**/#.
11890
118911993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11892
11893 * Version 19.20 released.
11894
11895 * make-dist: Use build-ins.in, not build-install.in.
11896 Don't bother updating TAGS since it's not included.
11897
11898 * build-ins.in: Renamed from build-install.in.
11899
119001993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11901
11902 * make-dist: Don't try to link *.texinfo--there are none now.
11903 When running make in lib-src, specify YACC var value.
11904
119051993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11906
11907 * configure.in (extrasub): Add vpath patterns for %.[yls].
11908
11909 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
11910 Instead just include the commands to make src/Makefile as the
11911 second arg to AC_OUTPUT.
11912
11913 * configure.in: Use : instead of dnl for comment inside
11914 $makefile_command.
11915
11916 * configure.in: No longer use vpath_sed. Instead, when we notice
11917 srcdir already configured, set extrasub to hack vpath in the
11918 makefiles.
11919
11920 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
11921 before moving it.
11922 * Makefile.in (VPATH): Define to @srcdir@.
11923
119241993-09-28 Brian J. Fox (bfox@cubit)
11925
11926 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
90eacf99
SM
11927 doesn't exist. Just copy src/Makefile.in instead.
11928 Touch all of the Makefiles after editing config.status.
067d23c9
KY
11929
11930 * INSTALL: Update documentation to match new configuration
11931 mechanism.
11932
119331993-09-27 Brian J. Fox (bfox@ai.mit.edu)
11934
11935 * configure.in: Allow any of the path or directory Makefile
11936 variables to be set with flags to configure. Create all Makefiles
11937 at configure time. Edit special commands into config.status after
11938 src/Makefile.in is built from src/Makefile.
11939
11940 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
11941 If these files are out of date, simply have config.status
11942 rebuild them; don't rebuild them explicitly.
11943
119441993-09-25 Brian J. Fox (bfox@ai.mit.edu)
11945
11946 * build-install.in: Change src/xemacs to src/emacs. We no longer
11947 create src/xemacs, so the file wouldn't be found.
11948
11949 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
11950
119511993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11952
11953 * configure.in: Avoid forcing the search of /usr/include before
11954 fixed include files by resetting C_SWITCH_X_SITE if it is
11955 "-I/usr/include".
11956
119571993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11958
11959 * Makefile.in (@rip_paths@locallisppath):
11960 Delete ${datadir}/emacs/site-lisp.
11961
119621993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11963
11964 * configure.in:
11965 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
11966 Remove ${extra_output} from AC_OUTPUT call.
11967
119681993-09-17 Brian J. Fox (bfox@inferno)
11969
11970 * make-dist: Quote backquotes found in strings to be echoed.
11971
11972 * configure.in: Use "sh -c pwd" when we want to avoid having the
11973 shell fix up the value of $PWD.
11974
119751993-09-13 Brian J. Fox (bfox@inferno)
11976
11977 * Makefile.in (do-install): Don't abort if ln or chmod at the end
11978 of the installation fail. Suggested by Karl Berry.
11979
119801993-08-30 Brian J. Fox (bfox@inferno)
11981
11982 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
11983 was used. Set MAKEFLAGS from MFLAGS.
11984
119851993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11986
11987 * configure.in: Test for res_init in libc.
11988
119891993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11990
11991 * configure.in: In the file ${tempcname}, use configure___
11992 instead of @configure@.
11993
119941993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
11995
ed9265fc 11996 * make-dist: Dist vpath.sed.
067d23c9
KY
11997
11998 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
11999 Depend on vpath.sed.
6e81c819 12000 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
12001
12002 * configure.in: Substitute variable `vpath_sed'.
12003 If not in $srcdir and $srcdir is configured,
12004 issue warning that GNU make is required,
12005 and set vpath_sed to use vpath.sed script.
12006
120071993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12008
90eacf99
SM
12009 * configure.in: Remove check for $srcdir being configured.
12010 This pretty much works now.
067d23c9
KY
12011 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
12012 Check for XFree86 (/usr/X386/include) independent of whether
12013 -lXbsd exists.
12014
12015 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
12016 realclean, unlock, relock): Use `$(MAKE)' in place of plain
12017 `make'.
12018
120191993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12020
12021 * Version 19.19 released.
12022
12023 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
12024
120251993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12026
12027 * configure.in: Check for XScreenNumberOfScreen.
12028
120291993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12030
12031 * configure.in: Add * to end of all configuration alternatives.
12032 (m68*-sony-newsos3*): New alternative.
12033
120341993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12035
12036 * make-dist: Include getdate.c in distribution.
12037
12038 * configure.in: For --help, use $PAGER if it is set.
12039 (LIB_X11_LIB): Default to -lX11.
12040 (mips-sgi-irix5.*): New alternative.
12041
12042 * Makefile.in (do-install): Install info/gnus* and info/sc*.
12043
12044 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
12045 Recognize *.B8.* as hpux version 8.
12046 (m68*-tektronix-bsd*): Fix typo in tek4300.
12047 (AC_HAVE_FUNCS): Add ftime.
12048
120491993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12050
90eacf99 12051 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
067d23c9
KY
12052 Use tekxd88, not tekXD88.
12053
120541993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12055
12056 * configure.in: Check for -lm. Then can check for frexp and logb.
12057
120581993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12059
12060 * Version 19.18 released.
12061
12062 * make-dist (src): Don't put gnu-hp300 in dist.
12063 (src, lisp): Include OChangeLog in dist.
12064
120651993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12066
12067 * configure.in: Test for presence of logb and frexp functions.
12068
120691993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12070
12071 * configure.in (machine): Add i370-ibm-aix*.
12072
120731993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12074
12075 * configure.in (function checks): Test for mkdir and rmdir.
12076
12077 * configure.in (function checks): Don't test for random and bcopy
12078 only when we're building with X; look for them all the time.
12079
120801993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12081
12082 * configure.in: Test for availability of bcopy functions, searching
12083 the X libraries if we're using X.
12084
12085 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
12086 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
12087 versions of AIX, and needs to be passed to the loader.
12088
12089 * configure.in: Test for the availability of the
12090 XScreenResourceString function.
12091
120921993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
12093
12094 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
12095 LD_SWITCH_X_SITE and assume --with-x11.
12096 Only look for X11 files if we weren't told about a window system
12097 or if we were told to use X11 but not told where.
12098 Search the libraries from the s and/or m files when checking for
12099 functions.
12100
12101 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
12102
121031993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12104
12105 * make-dist: Include lisp/dired.todo in the distribution.
12106
121071993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12108
12109 * configure.in: Add code to set HAVE_INET_SOCKETS.
12110
121111993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12112
12113 * configure.in: If we do find x_includes and x_libraries
12114 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
12115
121161993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12117
12118 * make-dist: Include src/gnu-hp300 in the dist.
12119
12120 * configure.in (canonical): New variable holds the canonicalized
12121 configuration. Don't alter `configuration'. Use `configuration'
12122 for Makefile.in for file naming.
12123 (testing x_includes and x_libraries): Use =, not ==.
12124
121251993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12126
12127 * Version 19.17 released.
12128
12129 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
12130 directory's makefile. This allows the invocation of CPP which
12131 builds xmakefile to receive these switches. The SunSoft C
12132 preprocessor inserts spaces between tokens if it doesn't get the
12133 -Xs flag requested in src/s/sol2.h.
12134
121351993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
12136
12137 * configure.in (m68k-bull-sysv3): New config.
12138
121391993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12140
12141 * configure.in: Use the autoconf AC_FIND_X macro to try to find
12142 the X Windows libraries.
12143
121441993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12145
12146 * make-dist (tempdir): Don't create lisp/forms-mode directory in
12147 the distribution. Those files aren't kept in their own
12148 subdirectory any more.
12149
121501993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12151
12152 * Version 19.16 released.
12153
121541993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12155
12156 * configure.in: Add --verbose flag.
12157
121581993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12159
12160 * version 19.15 released.
12161
121621993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12163
12164 * Makefile.in (top_distclean): Use -f switch when cleaning out
12165 lock dir; it might be empty.
12166
12167 * configure.in: Only check for -lXbsd once.
12168
121691993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12170
12171 * Version 19.14 released.
12172
121731993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12174
12175 * make-dist: If using gzip, create distribution with '.gz' extension.
12176
12177 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
12178 (lisp/forms-mode): This doesn't exist anymore.
12179
12180 * configure.in: Look for the closedir function.
12181
121821993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12183
12184 * configure.in (CPP): Autoconf sets this to a shell variable
12185 reference, which doesn't work when it's edited into a makefile.
12186 Expand that variable reference.
12187
12188 * Makefile.in (CPP): New variable.
12189 (src/Makefile): Edit CPP into src/Makefile.
12190
12191 * Makefile.in (src/Makefile): Don't bother exiting single quotes
12192 and entering double quotes to get the values of LD_SWITCH_X_SITE
12193 and the other make variables; make substitutes them in anyway.
12194
12195 * Makefile.in (uninstall): Don't remove the lisp and etc
12196 directories if they're in the source tree.
12197
12198 Bring mumbleclean targets into conformance with GNU coding standards.
12199 * Makefile.in (mostlyclean, clean): Separate these two; just have
12200 them pass the request to the subdirectory makefiles.
12201 (distclean): Pass the request down, and then get rid of the
12202 files configure built, and get rid of the Makefiles.
12203 (realclean): Pass the request down, and then do the same things
12204 distclean does.
12205 (uninstall, info, dvi): New targets.
12206
12207 * configure.in: Move clause for PC-compatible i386 box to the end
12208 of the case statement, to avoid masking configurations below.
12209
12210 * configure.in: Add case for m88k-motorola-sysv4.
12211
12212 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
12213 the HP 68000 machines.
12214
12215 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
12216 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
12217 preprocessor won't fiddle with them.
12218
122191993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12220
12221 * Makefile.in (TAGS): cd to src to run etags.
12222
122231993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12224
12225 * configure.in (version): Check the X libraries for XrmSetDatabase
12226 and random, and see if we have -lXbsd.
12227
122281993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12229
12230 * configure.in: Pass "-Isrc" to the CPP we run to examine the
12231 s/*.h and m/*.h files. Martin Tomes
12232 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
12233
122341993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12235
12236 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
12237 above the general i386 alternative.
12238
122391993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12240
12241 * configure.in: Recognize configuration name for Data General
12242 AViiON machines.
12243
12244 * configure.in: Use AC_LONG_FILE_NAMES.
12245
122461993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12247
12248 * configure.in: Test for bison.
12249 * Makefile.in (YACC): New variable.
12250 (lib-src/Makefile.in): Edit YACC into the makefile.
12251
122521993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12253
12254 * Version 19.13 released.
12255
12256 * configure.in (CFLAGS): Don't set this according to the value of
12257 the GCC shell variable. Instead, consult the machine and system
12258 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
12259 test __GNUC__ while we're at it.
12260
12261 * configure.in: Remove extra ;; from hpux cases.
12262
122631993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12264
12265 * configure.in: Check to see if the system has -ldnet.
12266
122671993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12268
12269 * make-dist: Add clauses to distribute lisp/forms-mode.
12270
122711993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12272
12273 * configure.in (machine): Fix the versions in hpux version number test.
12274 Do not guess based on cpu type. Do check for explicit system version.
12275
122761993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12277
12278 * configure.in: Do NOT look for `unknown' as company name.
12279
122801993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12281
12282 * configure.in: Fix typo in message.
12283
122841993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12285
12286 * Version 19.12 released.
12287
12288 * Makefile.in (do-install): Correct previous etc-copying change.
12289 Partially rewrite using `if'.
12290 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
12291
12292 * Version 19.11 released.
12293
12294 * configure.in: Handle 386bsd.
12295
122961993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12297
12298 * make-dist: Update getdate.c.
12299
12300 * configure.in: Handle bsd386.
12301
12302 * Makefile.in (do-install): Use `-' in tar options.
12303
12304 * configure.in: Change ! "${...}" to x"${...}" = x.
12305
12306 * Makefile.in (do-install): Copy the DOC-* files from the build
12307 etc directory, as well as lots of things from ${srcdir}/etc.
12308
12309 * make-dist: Copy config.guess.
12310
12311 * configure.in: Handle AIX versions 1.2, 1.3.
12312
123131993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12314
12315 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
12316 the configuration name mips-mips-usg* to represent USG systems.
12317
12318 * configure.in: Fix logic to detect if srcdir is already configured.
12319
12320 * Makefile.in: Pass in LD_SWITCH_X_SITE.
12321
12322 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
12323 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
12324 of a directory; cd might fail, and have pwd print out the current
12325 directory.
12326
123271993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12328
12329 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
12330
123311993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12332
12333 * configure.in: Complain if srcdir points at an already-configured
12334 tree.
12335
123361993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12337
12338 * Version 19.10 released.
12339
123401993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12341
12342 * Makefile.in: Use Makefile comments, not C comments.
12343
12344 * configure.in: Add case for the Tektronix XD88.
12345
123461993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12347
12348 * configure.in: Handle sysv4.2 and sysvr4.2.
12349
123501993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12351
12352 * configure.in: Traverse the argument list without destroying it;
12353 don't use shift. It turns out that "set - ${saved_arguments}"
12354 doesn't work portably.
12355
12356 * configure.in: Add missing "fi".
12357
12358 * make-dist: Rebuild configure if configure.in is newer.
12359
12360 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
12361 targets to be executed even if make remembers that it has already
12362 satisfied FRC.
12363
123641993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12365
12366 * Makefile.in (do-install): Delete redundant code to copy etc twice.
12367
12368 * configure.in (romp): Handle various version numbers with aos and bsd.
12369
123701993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12371
12372 * configure.in: Fix message text.
12373
123741993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12375
12376 * make-dist: Make a `site-lisp' directory in the distribution,
12377 instead of a `local-lisp' directory, which hasn't been the
12378 appropriate name for a long time.
12379 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
12380 from the distribution first, then /usr/local/lib/emacs/site-lisp.
12381
12382 * Makefile.in (do-install): Correctly detect if ./etc and
12383 ${srcdir}/etc are the same.
12384
12385 * configure.in: Extract UNEXEC from the system configuration
12386 files, compute the name of the source file corresponding to the
12387 object file, and #define it as UNEXEC_SRC in config.h.
12388
12389 * configure.in: If srcdir is '.', then try using PWD to make it
12390 absolute.
12391
12392 * configure.in: Include ${srcdir} in the printed report, to help
12393 people notice if it's an automounter path.
12394
123951993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12396
12397 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
12398
123991993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12400
12401 * Makefile.in (do-install): Delete the dest dir, not the source dir,
12402 when they are different. Add `shift' command.
12403 (COPYDESTS, COPYDIR): Delete external-lisp dir.
12404 (externallispdir): Var deleted.
12405
12406 * configure.in: Delete spurious paren outputting short_usage.
12407
124081993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12409
12410 * Version 19.9 released.
12411
124121993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12413
12414 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
12415 subdirectory makes.
12416
12417 * make-dist: Check for .elc files with no corresponding .el file.
12418
12419 * Makefile.in (mkdir): Make all the directories in locallisppath.
12420
12421 * config.guess: New file.
12422 * configure.in: Use it, tentatively.
12423 * INSTALL: Mention its usage.
12424
12425 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
90eacf99
SM
12426 the former gives you the operating system rev directly.
12427 Use s/hpux.h if we don't recognize what we got.
067d23c9
KY
12428
12429 * Makefile.in (do-install): Don't remove a destination directory
12430 if it's the same as the source. If ${srcdir}/info == ${infodir},
12431 don't try to copy the info files.
12432
12433 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
12434 doesn't work if you're not using a separate source directory.
12435 (do-install): Copy the build tree's etc directory only after
12436 making sure it's not also the source tree's etc directory.
12437
124381993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12439
12440 * configure.in: Handle sunos4.1.3 specially.
12441
124421993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12443
12444 * Makefile.in (INSTALL): Add definition.
12445
12446 * configure.in: Fix some messages. Support -with-gnu-cc.
12447 At the end, use `set --', not `set -'.
12448 Delete spurious `.h' in hpux alternatives.
12449
124501993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12451
12452 * Version 19.8 released.
12453
124541993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12455
12456 * configure.in: When looking for source in the same directory as
12457 the configure script, make the path thus discovered absolute.
12458 If the user specifies the `--srcdir' switch, make that directory
12459 absolute too.
12460
12461 * Makefile.in (srcdir): Remove comment saying this doesn't work.
12462
12463 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
12464 too, as the value of the PATH_INFO macro.
12465
12466 * configure.in: Check to see if the source lives in the same
12467 directory as the configure script.
12468
124691993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12470
12471 * Makefile.in (install): Split this into `install' and
12472 `do-install', to give people more control over exactly what gets
12473 done.
90eacf99
SM
12474 (do-install): New target, containing the guts of `install'.
12475 Don't remove and recreate the directories inside the copying loop - do
067d23c9
KY
12476 it all before the copying loop. Pass more flags to the lib-src
12477 make.
12478 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
12479 avoid errors and warnings.
12480
12481 * configure.in: For generic IBM PC boxes, insist on "unknown" for
12482 the manufacturer - the more general case was blocking other i386
12483 configuration names below, and that's how the names are written in
12484 MACHINES anyway.
12485
12486 * make-dist: When breaking links, remove the link before moving
12487 the copy onto it, to avoid interactive behavior.
12488
12489 * Makefile.in: Doc fix.
12490
12491 * configure.in: Doc fix.
12492
12493 * INSTALL: Mention --exec-prefix option.
12494
12495 * configure.in: Add support for the `--exec-prefix' option.
12496 * Makefile.in: Accept that support.
12497
12498 * configure.in: Use the AC_PROG_INSTALL macro.
12499 * Makefile.in (INSTALL): Variable removed.
12500 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
12501
12502 * configure.in: Distinguish between hp800's and hp700's by calling
12503 "uname -m".
12504
125051993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12506
12507 * configure.in: Recognize configuration names for i860 boxes
12508 running SYSV.
12509
125101993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12511
12512 * configure.in: Distinguish between hp800's and hp700's by the
12513 version of HP/UX they run, since that's something people are more
12514 likely to know - hp700's run 8.0.
12515 Add HP 700 configuration.
12516
12517 * configure.in: Test for the presence of the `rename' function.
12518
12519 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
12520 configure.in.
12521 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
12522
12523 * make-dist: Break intra-tree links.
12524
12525 * configure.in: Explain that this is an autoconf script, and give
12526 instructions for rebuilding configure from it. Arrange to put
12527 comments in configure explaining this too.
12528
12529 * configure.in: Make the first line of the configure script be
12530 "#!/bin/sh". Leaving the first line blank didn't work.
12531
90eacf99 12532 * configure.in (long_usage): Remove; made short_usage describe
067d23c9
KY
12533 the options briefly.
12534
12535 * configure.in: Implement the --prefix option.
12536 * Makefile.in (prefix): Add support for it here.
12537 * INSTALL: Document it here.
12538
12539 * Makefile.in (install): Don't assume that the files in the `info'
12540 subdirectory match *.info. They don't have that prefix.
12541
125421993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12543
12544 * configure.in: Add case for version 5 of Esix.
12545
125461993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12547
12548 * Version 19.7 released.
12549
12550 * make-dist: There aren't any *.com files in lib-src anymore.
12551
12552 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
12553 them; they're symlinks to other filesystems on the GNU machines.
12554
12555 * make-dist: Check that the manual reflects the same version of
12556 Emacs as stated in lisp/version.el. Edit that version number into
12557 the README file.
12558
125591993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12560
12561 * configure.in: Remove the hack of AC_DEFINE; use
12562 AC_DEFINE_UNQUOTED.
12563
125641993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12565
12566 * make-dist: Don't distribute precomp.com, compile.com, or
12567 link.com from ./src; they're in ./vms now.
12568
12569 Some time-handling patches from Paul Eggert:
12570 * configure.in: Add AC_TIMEZONE.
12571
125721993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12573
12574 * configure.in: Recognize Linux as a valid operating system for
12575 the i386.
12576
125771993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12578
12579 * make-dist: Distribute some VMS files we got from Richard Levitte.
12580
12581 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
12582 the source for the sed command, not oldXMenu/Makefile.
12583
125841993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12585
12586 * INSTALL: Don't claim the srcdir option doesn't work.
12587
125881993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12589
12590 * configure.in: Include remarks saying what order the autoconf
12591 tests should go in, and remind people to change config.h.in
12592 whenever they add autoconf tests which make #definitions.
12593
12594 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
12595
125961993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12597
12598 * Makefile.in (oldXMenu/Makefile): Make this depend on
12599 ${srcdir}/oldXMenu/Makefile.in, not itself.
12600
12601 * PROBLEMS: Some updates from David J. Mackenzie.
12602
12603 More changes from David J. Mackenzie.
90eacf99
SM
12604 * Makefile.in (install.sysv, install.xenix, install.aix):
12605 Targets removed; autoconf and config.h should specify all these
067d23c9
KY
12606 differences.
12607 (buildlisppath): Make this path depend on ${srcdir}.
90eacf99 12608 (INSTALLFLAGS): Remove.
067d23c9
KY
12609 (INSTALL): Include the -c flag.
12610 (install): Change the way we invoke install accordingly.
12611
12612 Install ${srcdir} changes from DJM.
12613 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
12614 list.
12615 (COPYDIR, COPYDESTS): Install files from both the etc directory in
12616 the source tree and the etc directory in the object tree.
12617 (${SUBDIR}): Pass the prefix variable down to submakes.
12618 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
12619 in /bin.
12620 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
12621 values for srcdir and VPATH.
12622 (install): Add `v' flag to tar command. Make sure that `dir'
12623 exists in ${srcdir}/info before copying it. Remember that the man
12624 pages come from the source tree, not the object tree.
12625 * configure.in: Remove remarks saying that the --srcdir option
12626 doesn't work.
12627 Create the etc directory in the object tree.
12628 Recognize configuration names of the form *-sun-solaris*.
12629 Recognize sunos5 and solaris as operating system names.
12630
12631 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
12632 lib-src/getdate.y and src/systime.h.
12633
126341993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12635
12636 * make-dist: Make links in info subdir.
12637
126381993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12639
12640 * configure.in: Call AC_STDC_HEADERS.
12641
126421993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12643
12644 * configure.in: Sidestep autoconf's quoting of the second argument
12645 of AC_DEFINE, so we can specify the value to put there. It would
12646 be nice if autoconf provided some way to specify computed values
12647 for macros.
12648
126491993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12650
90eacf99 12651 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
067d23c9
KY
12652 this is always just -DHAVE_CONFIG_H.
12653
12654 The GNU coding standards specify that CFLAGS should be left for
12655 users to set.
12656 * Makefile.in (CFLAGS): Let configure determine the default value
90eacf99
SM
12657 for this.
12658 Don't have it default to DEFS.
067d23c9
KY
12659 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
12660 (lib-src/Makefile, src/Makefile): Edit the default value for
12661 CFLAGS into these files, not DEFS.
12662 * configure.in (CFLAGS): Choose a default value for this - "-g"
12663 normally, or "-g -O" if we're using GCC. Edit it into the
12664 top-level Makefile.
12665
12666 * configure.in: When scanning the machine and system description
12667 #include files, write their names to conftest.c properly.
12668
126691993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12670
12671 * configure.in: In configuration name case for Apallos running
12672 Domainios, set opsys, not opsysfile.
12673
12674 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
12675 src/config.h, instead of AC_OUTPUT; the latter overwrites
12676 src/config.h even when it hasn't changed, puts a makefile-style
12677 comment at the top even though it's C code, and produces a
12678 config.status script which doesn't do the job right.
12679
12680 * configure.in: Add AC_LN_S test, so we can tell whether or not we
12681 can use a symbolic link to get the X Menu library into src.
12682 * Makefile.in (LN_S): New variable.
12683 (src/Makefile): Edit the value of LN_S into this makefile.
12684
126851993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12686
12687 * configure.in: Support *-sco3.2v4* as opsystem.
12688
12689 * make-dist: Don't include calc directory.
12690 Exclude many files in the man directory; copy a few.
12691
126921993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12693
12694 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
12695 call AC_STRUCT_TM to see what's in time.h.
12696
12697 * configure.in: Employ quoting stupidity to get the value of CPP
12698 to expand properly.
12699
127001993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12701
12702 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
12703 variable to scan the machine and system description files.
12704
12705 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
12706 so that getdate.y builds correctly.
12707
127081993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12709
12710 * configure.in (tempcname): Change this to "conftest.c", so it will
12711 work properly on systems with short filenames; this is the name
12712 autoconf uses.
12713
12714 * configure.in: Also detect the availability of dup2 and
12715 gethostname.
12716
12717 * configure.in: Use the AC_ALLOCA test.
12718 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
12719 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
12720
127211993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12722
12723 * make-dist: Distribute configure, as well as configure.in.
12724 Oversight.
12725
127261993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12727
12728 * Makefile.in (install): Print out the name of the directory we're
12729 copying, so people can have some idea of whether we're making
12730 progress.
12731
12732 * Makefile.in (install.aix, install.xenix, install.sysv, install):
12733 Don't forget to re-create the COPYDESTS directories after we clear
12734 them out.
12735
127361993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12737
12738 * Makefile.in: Add autoconf cookies so that the configure
12739 script can comment out sections of path variable definitions to
12740 choose between the installable configuration and the run-in-place
12741 configuration.
12742 * configure.in: Add new option `--run-in-place', to select the
12743 run-in-place path definitions.
12744
12745 * configure.in: Add a clause to the big configuration name case
12746 for the NeXT machine.
12747
127481993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12749
12750 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12751 Make sure that each source directory exists, and is different from
12752 the destination directory; then, delete the destination before
12753 copying over the source.
12754
12755 * make-dist: Distribute configure.in, instead of configure.
12756
127571993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12758
12759 * configure.in: Don't set CC to "gcc -O" if the user specifies
12760 `--with-gcc'. Add -O to DEFS if GCC is set.
12761
127621993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12763
12764 * Makefile.in (clean mostlyclean): Missing right paren.
12765
12766 * configure.in: When checking for X windows, search for an X11
12767 subdirectory of ${x_includes}.
12768
12769 * configure.in: Check for gettimeofday function, for getdate.y.
12770
12771 Change `configure' to a mixture of custom code and autoconf stuff.
12772 autoconf can't derive all the information we need, but we'd really
12773 like to be able to take advantage of some of its tests, and its
12774 file-editing facilities.
12775 * configure.in: Renamed from configure.
12776 Quote the sections of shell script we want copied literally to
12777 the configure script.
12778 (compile): Initialize this to make the autoconf macros' code happy.
12779 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
12780 code to do their jobs.
12781 Use autoconf to produce Makefile and src/config.h.
12782 Remove the Makefile-style comment that autoconf places at the top
12783 of src/config.h.
90eacf99
SM
12784 (config_h_opts): Remove - no longer necessary.
12785 * Makefile.in (configname): Rename to configuration.
12786 (CONFIG_CFLAGS): Rename to DEFS.
12787 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
067d23c9
KY
12788 get values via autoload @cookies@.
12789 (libsrc_libs): Get this from autoconf. We used to do nothing
12790 about this.
12791 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
12792
90eacf99
SM
12793 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
12794 Don't echo the move-if-change command.
067d23c9
KY
12795
127961993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
12797
12798 * make-dist: Distribute lib-src/rcs-checkin.
12799
12800 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
12801 Don't try to make links to the RCS or Old subdirectories.
12802 Use the appropriate extension for the compression type in use.
12803 Create the tar file in the shell's initial default directory, not
12804 in ${tempparent}.
12805 Erase the whole ${tempparent} tree, not just ${tempdir}.
12806
128071993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12808
12809 * Makefile.in (src/paths.h): Don't echo the huge sed command we
12810 use to build paths.h.
12811 (lib-src/Makefile, src/Makefile): Similarly.
12812
12813 * configure: Extend test for working `const' keyword to handle AIX
12814 3.2 cc.
12815
128161993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12817
12818 * make-dist: Distribute lisp/term/ChangeLog.
12819
12820 Arrange for C compilation throughout the tree to get
12821 C_SWITCH_SYSTEM from the configuration files.
12822 * configure: Extract C_SWITCH_SYSTEM from the machine and
12823 system-dependent files, and save it in the top-level Makefile.
12824 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
12825 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
12826
12827 * make-dist: Include the VMS support files in oldXMenu in the
12828 distribution.
12829
12830 * configure: Doc fix.
12831
12832 * configure: Fix corrupted config_h_opts.
12833
12834 * configure: Properly report option names in error messages.
12835
12836 * configure: Properly recognize --x-includes and --x-libraries
12837 options.
12838
12839 * configure: Fix syntax errors in code handling XFree386.
12840
128411993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12842
12843 * configure: Add special code to detect XFree386, and tell
12844 config.h about it.
12845
12846 * configure: Properly handle extracting values of LIBS_MACHINE and
12847 LIBS_SYSTEM that contain spaces.
12848
90eacf99
SM
12849 * configure: Add `--x-includes' and `--x-libraries' options.
12850 I think these are dopey, but no less than three alpha testers, at
067d23c9
KY
12851 large sites, have said they have their X files installed in odd
12852 places. Implement them by setting C_SWITCH_X_SITE and
12853 LD_SWITCH_X_SITE in src/config.h.
12854
128551993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12856
12857 * make-dist: Don't distribute etc/Old files.
12858
12859 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
12860 backups.
12861
128621993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12863
12864 * make-dist: Fix typo.
12865
128661993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12867
12868 * make-dist: Corrected typo, fixed it to discard = and TAGS files
12869 in some cases where it should but didn't seen to.
12870
12871 * Makefile.in: Added unlock and relock productions.
12872
128731993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12874
12875 * make-dist: Add a --compress option to force make-dist to use
12876 compress.
12877
12878 * make-dist: Use gzip, if we can find it.
12879
12880 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12881 make rs6000-ibm-aix default to -aix32.
12882
128831993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12884
12885 * Makefile.in: Added `Developer's configuration' section.
12886
128871993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12888
12889 * Makefile.in: Add commented-out variable settings for developer's
12890 configuration.
12891
128921993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12893
12894 * make-dist: Distribute `src/bitmaps' too.
12895
128961993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
12897
12898 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12899 make rs6000-ibm-aix default to -aix32.
12900
129011993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12902
12903 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
12904
12905 * Makefile.in (install.sysv): Add a second `$' in front of
12906 `${dest}', so that the shell will expand it, instead of Make.
12907
12908 * configure: When processing the name of the configure script,
12909 collapse `././' to `./', but leave a single `./' prefix alone.
12910
12911 * configure: Doc fix.
12912
129131993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12914
12915 * configure: Handle isc3.0 correctly.
12916
129171993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12918
12919 * make-dist: Don't try to copy the COPYING notice into
12920 external-lisp; we're not distributing that directory any more.
12921
129221993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12923
12924 * Makefile.in (install, install.aix, install.xenix, install.sysv):
12925 Remove CVS subdirectories from the installed directory trees, as
12926 well as RCS directories.
12927
129281993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12929
12930 * make-dist: Only copy gmalloc.c if we couldn't link it.
12931 Don't try to copy man/{README,Makefile} unless they actually exist.
12932
12933 * Makefile.in (lisppath): Don't include externallispdir in this.
12934 We're not sure whether we're even going to distribute the
12935 directory yet.
12936
129371993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12938
12939 * make-dist: Don't distribute the external-lisp directory anymore.
12940 * INSTALL: Remove all references to external-lisp.
12941
12942 * configure: Detect whether the compiler supports `const'
12943 properly, and edit src/config.h accordingly.
12944
12945 * configure: Tweak layout of final report.
12946
12947 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
12948 CFLAGS.
12949
12950 * Makefile.in (locallisppath): Make this default to
12951 ${datadir}/emacs/site-lisp, instead of
12952 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
12953 the same thing, and local-lisp causes completion conflicts with
12954 lock.
12955 (lisppath): Add ${externallispdir} to this.
12956 * INSTALL: Adjust installation directions.
12957
12958 * Makefile.in (externallispdir): New variable, to say where to
12959 install the externally-maintained lisp files.
12960 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
12961 the others.
12962 * INSTALL: Describe external-lisp and the new externallispdir
12963 variable.
12964
129651993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12966
12967 * configure (progname): New option `--with-gcc'. Make it clearer
12968 how we are trying to guess whether or not we have GCC.
12969 * INSTALL: Document the `--with-gcc' option, and improve
12970 description of `--with-x' options.
12971
129721993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12973
12974 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
12975 ${infodir} from these variables; we have written out explicit code
12976 to install the info files.
12977
129781993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12979
12980 * make-dist: Don't distributed the RCS files in the etc directory.
12981
129821993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12983
12984 * Makefile.in: Some makes can't handle comments in the middle of
12985 commands; move them to before the whole rule.
12986
129871993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12988
12989 * README: Mention what Emacs is.
12990
129911993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12992
12993 * make-dist: Include `./lisp/calc-2.02' in the distribution.
12994 Add `./cpp' and `./man' back into the distribution.
12995
129961993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12997
12998 * Makefile.in: Define MAKE, and use where appropriate.
12999
130001993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13001
13002 * make-dist: Remember that the authoritative COPYING notice is
13003 `etc/COPYING', not `../etc/COPYING'.
13004
130051992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13006
13007 * make-dist: Make sure that the COPYING notices in each directory
13008 are copies, not symlinks.
13009
130101992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13011
13012 * INSTALL: The build process produces an executable called `emacs'
13013 now. Change references.
13014 * Makefile.in: Adjust `install.mumble' targets to install
13015 `src/emacs', not `src/xemacs'.
13016
13017 * configure: Start with a blank line; this keeps some old CSH's
13018 from thinking it's a CSH script. Most systems will just use
13019 /bin/sh to run it, which is what we're expecting; the only other
13020 shells which might try to interpret it themselves are probably
13021 Bourne-compatible.
13022
130231992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13024
13025 * INSTALL: Improvements suggested by David Mackenzie.
13026
130271992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13028
13029 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13030 Don't try to copy the info files if there aren't any; the
13031 unexpanded globbing pattern disappoints `install'. Ignore the
13032 return status of that command.
13033
13034 * INSTALL: Updated for new configuration arrangement.
13035
13036 * configure: Don't make the top-level Makefile read-only - people
13037 may want to edit the values of the path variables.
13038
13039 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13040 Install the info files in ${infodir}. Install the executable
13041 under both `emacs' and `emacs-VERSION'.
13042
13043 * Makefile.in: Doc fix.
13044
13045 * Makefile.in (exec_prefix): New variable, as per latest version
13046 of coding standards.
13047 (bindir, libdir): Use it, instead of `prefix'.
13048 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
13049
13050 * Makefile.in (mandir): Make the default value for this depend on
13051 $(prefix).
13052
13053 * Makefile.in (datadir, statedir, libdir): Make these all default
13054 to ${prefix}/lib.
90eacf99
SM
13055 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
13056 Adjust to compensate.
067d23c9
KY
13057
13058 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13059 Install the etags and ctags man pages too.
13060
13061 * Makefile.in (distclean): Don't delete backup files; that's the
13062 job of extraclean.
13063 (extraclean): Like distclean, but deletes backup and autosave files.
13064
130651992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13066
13067 Make path specification conform to GNU coding standards.
13068 * configure (long_usage): Remove all traces of old arguments from
13069 usage messages, and document the options we do accept in more
13070 detail: -with-x... and --srcdir.
90eacf99 13071 (options, boolean_opts): Delete; we don't have enough options to
067d23c9
KY
13072 make this worthwhile.
13073 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
13074 along with the code which supported them; these should be set as
13075 arguments to the top-level make.
13076 (config_h_opts): Since this no longer doubles as a list of option
13077 names, make them upper case; this simplifies the code which uses
13078 them to build the sed command to edit src/config.h. Change the
13079 code which sets them.
13080 (cc, g, O): Don't allow the user to set these using options; they
13081 should be specified using `CC=' and `CFLAGS=' arguments to the
13082 top-level make. Just choose reasonable default values for them,
13083 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
13084 values.
13085 (gnu_malloc, rel_alloc): Don't allow the user to set these using
13086 options; use them whenever the configuration files say they're
13087 possible.
13088 Simplify the argument processing loop. Don't accept abbreviations
13089 for option names; these might conflict with other configuration
13090 options in the future.
13091 Add some support for the `--srcdir' option. Check for the sources
13092 in . and .. if `--srcdir' is omitted. If the directories we will
13093 compile in don't exist yet, create them under the current directory.
13094 Note that the rest of the build process doesn't really support
13095 this.
90eacf99
SM
13096 Edit only the top Makefile. That should edit the others.
13097 Edit into the makefile: `version', from lisp/version.el, `configname'
067d23c9
KY
13098 and `srcdir' from the configuration arguments, `CC' and
13099 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
13100 the user's path, and LOADLIBES as gleaned from the system
13101 description files.
13102 Simplify the report generated; it doesn't need to include any
13103 description of paths now.
13104 Make `config.status' exec configure instead of just calling it, so
13105 there's no harm in overwriting `config.status'.
13106 * Makefile.in (version, configname): New variables, used to choose
13107 the default values for datadir and libdir.
13108 Path variables rearranged into two clearer groups:
13109 - In the first group are the variables specified by the GNU coding
13110 standards (prefix, bindir, datadir, statedir, libdir, mandir,
13111 manext, infodir, and srcdir).
13112 - In the second are the variables actually used for Emacs's paths
13113 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
13114 archlibdir), which depend on the first category.
13115 datadir and libdir default to directories under
13116 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
13117 demand.
13118 etcdir and lispdir default to subdirectories of datadir.
13119 archlibdir defaults to libdir.
13120 The new installation tree is a bit deeper than it used to be, so
13121 use the new make-path program in lib-src to build them all.
13122 Always build a new src/paths.h.tmp and then move-if-change it to
13123 src/paths.h, to avoid unnecessary rebuilds while responding to the
13124 right changes.
13125 Remove all mention of arch-lib. Run utility commands from
13126 lib-src, and let the executables be copied into archlibdir when
13127 Emacs is installed.
13128 Add targets for src/Makefile, lib-src/Makefile, and
13129 oldXMenu/Makefile, editing the values of the path variables into
13130 them.
13131 Let lib-src do its own installation.
13132 (datadir): Default to putting data files under
13133 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
13134 (emacsdir): Variable deleted; it would only be confusing to use.
13135 (lispdir, etcdir): Default to ${datadir}/lisp.
13136 (mkdir): Use make-path for this.
13137 (lockdir): Do this in mkdir.
13138 (Makefile): New target.
13139
13140 * configure (usage_message): Rename to long_usage.
13141
13142 * make-dist: Don't bother creating an arch-lib directory; that's
13143 only for installation now.
13144
131451992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13146
13147 * configure: Use GCC-style configuration names, using config.sub.
13148 Change the usage and help messages.
13149
13150 * configure: Initialize window_system, not indow_system.
13151
13152 * configure: Report which window system, compiler, and signal
13153 handler return type we decide to use.
13154
13155 * make-dist: Explain what's going on if config.sub and gmalloc.c
13156 can't be linked. Place the code which copies them near the code
13157 which links the rest of the files around them.
13158
131591992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
13160
13161 * make-dist: Don't bother to distribute src/*.com, or
13162 src/vmsbuild; those have all been moved to `../vms'.
13163
131641992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13165
13166 * make-dist: Don't forget that the way to avoid filenames starting
13167 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
13168 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
13169 couldn't make hard links to, since we have two already, and
13170 perhaps more to come.
13171
131721992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13173
13174 * configure: When editing parameters into lib-src/Makefile, change
13175 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
13176 needs some other flags too.
13177
131781992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13179
13180 * configure: Remove spurious echo of the configuration name.
13181
13182 * make-dist: Don't distribute files in src/m and src/s whose names
13183 begin with `='.
13184
131851992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13186
13187 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
13188 Also LISP_FLOAT_TYPE.
13189
131901992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13191
13192 * make-dist: Copy config.sub, since it's a symbolic link to a file
13193 on another file system.
13194
131951992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13196
13197 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
13198 distribution.
13199
13200 * config.sub: New file, to help us recognize configuration names.
13201 * make-dist: Include it in the distribution.
13202
132031992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13204
13205 * configure: Convert `-' to `_' in specified option names.
13206 Accept options with --. Delete --highpri and --have-x-menu options.
13207 New options --with-x and --with-x10 replace -window-system.
13208 Don't mention options --gnu-malloc, --rel-alloc
13209 or --lisp-float-type in help message.
13210
132111992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13212
13213 * make-dist: Include the `vms' subdirectory in the distribution.
13214
132151992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13216
13217 * configure: Remove lines starting with "# DIST: " when building
13218 lib-src/Makefile and src/Makefile. This allows us to mark the
13219 "Makefile.in" files with explanatory comments which won't also get
13220 stuck in the Makefiles.
13221
132221992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13223
13224 * make-dist: Don't use the '+' operator in the sed regular
13225 expression that extracts the version number from lisp/version.el;
13226 Ultrix sed doesn't seem support the operator. Just double the
13227 operand and use *.
13228
132291992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13230
13231 * Makefile.in: Doc fix.
13232
132331992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13234
13235 * configure: Rewrite sed command to remove at most one ./ prefix;
13236 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
13237 group.
13238
132391992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13240
13241 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
13242
132431992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13244
13245 * make-dist: Go ahead and build a new TAGS file, unless the
13246 --newer option was specified. Don't try to delete a TAGS file
13247 from etc; it's not kept there, and shouldn't be deleted anyway.
13248
132491992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13250
13251 * make-dist: If the lisp directory contains a default.el, don't
13252 distribute it.
13253
13254 * configure: When searching signal.h for the type of a signal
13255 return handler, make a copy of it, not a symbolic link to it; that
13256 way, it will work on systems that don't have symbolic links.
13257
132581992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13259
13260 * make-dist: Taught it about vcdiff and rcs2log, added --newer
13261 option for generating incremental distributions. Stopped it from
13262 generating a TAGS file into the distribution; that sucker is
13263 *big*, and easily enough generated with the toplevel makefile.
13264
132651992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13266
13267 * configure: When writing config.status, don't prefix progname
13268 with a '.'; it might be absolute.
13269
132701992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13271
13272 * configure: Choose to use X11 if either /usr/lib/libX11.a or
13273 /usr/include/X11 exist, not only if both exist.
13274
132751992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13276
13277 * make-dist: Make the new external-lisp directory a duplicate of
13278 the external-lisp directory, not the lisp directory.
13279
132801992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13281
13282 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
13283 clean' in arch-lib; it doesn't even have a Makefile.
13284
13285 * Makefile.in (clean, mostlyclean): In the test which tries to
13286 distinguish between the build directory, which should be cleaned,
13287 and the installed directory, which shouldn't, cd to `${emacsdir}',
13288 not `${DESTDIR}${LIBDIR}'.
13289
132901992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13291
13292 * make-dist: Be sure to delete the .c and .h files that YACC and
13293 BISON create from getdate.y.
13294
13295 * external-lisp: New directory; see `external-lisp/README'.
13296 * make-dist: Added support for the external-lisp subdirectory.
13297
13298 * make-dist: Changed message which complains that make-dist wasn't
13299 invoked in the right directory to indicate which files it was
13300 looking for.
13301
133021992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13303
13304 * configure: Add comments explaining why we can't translate
13305 character ranges or control characters in `tr'.
13306
133071992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13308
13309 * configure: When generating the configuration message, we used to
13310 build the message from the start so that each line began with "# "
13311 so that it would be a comment in `config.status'. However, this
13312 causes trouble if any of the variables we use in the message
13313 expand to more than one line of text - as gnu_malloc_reason
13314 sometimes does. So instead, we build the message as it should be
13315 printed to the user (i.e. without the "# " prefixes), and stick on
13316 the "# "s when we write it to `config.status'.
13317
13318 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
13319 `lib-src' and `arch-lib'.
13320
13321 * configure: When generating report and `config.status' file, note
13322 that bindir only determines where `make install' and
13323 `build-install' will place the executables; this should make it
13324 clear that the ordinary build process will not try to install
13325 things.
13326
133271992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13328
13329 * make-dist: Change messages to say that we are 'making links to
13330 X', rather than 'copying X'. And put `' quotes around file names.
13331
13332 * make-dist: Include '.tmp' in the name of the staging directory.
13333
13334 * make-dist: Pass the `-f' option to rm when you're not sure that
13335 the files you're removing actually exist.
13336
13337 * make-dist: When setting up etc/COPYING, always nuke whatever is
13338 there, and then copy it in, to make sure we get a real file.
13339
90eacf99
SM
13340 * make-dist: Don't try to distribute *.defns files any more.
13341 The only such file was for simula.el, which has been superseded by a
067d23c9
KY
13342 version which doesn't have a separate .defns file.
13343
133441992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
13345
13346 * make-dist: Don't distribute configured versions of config.h.in,
13347 paths.h.in, Makefile.in in src.
13348
13349 * configure: Delete .tmp files before creating them; don't bother
cd1181db 13350 trying to make final targets writable first, since it won't
067d23c9
KY
13351 matter to move-if-change.
13352
133531992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13354
13355 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
13356 mkdir and chmod in the center of all the conditionals. GNU Make
13357 will strip these out, but other makes won't.
13358
133591992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13360
13361 * make-dist: Include move-if-change in list of files to distribute.
13362
133631992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13364
13365 * configure: Remove any "." elements from the program name.
13366
13367 * configure: Don't record the values of all the possible arguments
13368 in config.status; only record the options that the user specified.
13369
13370 * configure: Use move-if-change to move in the new src/config.h.
13371
133721992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
13373
13374 * move-if-change: New file, copied from gcc release.
13375 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
13376 a temp file, so we don't update paths.h if an error occurs or if
13377 it doesn't need changing.
13378
133791992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13380
13381 * Makefile.in (src/paths.h): Do not install a value for the
13382 PATH_SUPERLOCK value; that macro doesn't exist anymore.
13383 * build-install.in: Same thing.
13384
133851992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13386
13387 * make-dist: Check the flag called "make_tar", not "make_dir"; the
13388 latter, being a typo, is always false, resulting in a program
13389 whose default behavior is to painstakingly build a copy of the
13390 source tree, and then delete it. Rah.
13391
13392 * Makefile.in: Add dist target, and comment for it.
13393
13394 * configure: When scanning <signal.h> for a declaration for
13395 signal, create a symbolic link with a name ending in .c, so the
13396 compiler won't complain that it's only been given .h files.
13397
13398 * configure: Check whether there are any arguments available
13399 before shifting to get the value of a non-boolean parameter.
13400
13401 * make-dist: Doc fix.
13402
134031992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13404
13405 * configure: Instead of grepping /usr/include/signal.h for a
13406 signal declaration, run /usr/include/signal.h or
13407 /usr/include/sys/signal.h through cpp and grep for the
13408 declaration.
13409
13410 * configure: Redirect the output of grep to /dev/null instead of
13411 using grep -s - that flag means different things on other systems.
13412
13413 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
13414 since the former is recognizable even if you don't know what
13415 'dumping' is.
13416 * configure: Accommodate that change.
13417
13418 * configure: Accept options for all of the directories you can
13419 change in the Makefile.
13420
13421 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
13422
13423 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
13424 FOO before you can use them.
13425
13426 * build-install.in: Made the "Where To Install Things" section
13427 conform with the similar section from Makefile.in. Copied section
13428 which builds src/paths.h from src/paths.h.in from the Makefile.
13429
134301992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13431
13432 * configure: Write config.status to pass its command-line
13433 arguments on to configure, so that people can use it to recreate
13434 an old configuration, with minor changes.
13435
134361992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13437
13438 * configure: Don't rely on option variables being unset if their
13439 values are the empty string. In particular, when producing the
13440 English report, don't assume that highpri will be unset when no
13441 increased priority has been requested; -highpri='' should be the
13442 same as omitting -highpri altogether.
13443
13444 * configure: Fix dumb bug: when running the system and machine
13445 description files through cpp, mark those lines that we want to
13446 evaluate with the string '@configure@', and then only evaluate
13447 them. This way if the files include anything that actually
13448 generates text (type definitions or external declarations, say),
13449 we won't try to eval it.
13450
134511992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13452
13453 * make-dist: New shell script.
13454
13455 * configure: When creating foo from foo.in, make foo read-only to
13456 remind people to edit the .in file instead.
13457
13458 * INSTALL: Changed references to config.h-dist to config.h.in.
13459 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
13460 to build src/paths.h from src/paths.h.in; added a paragraph to do
13461 this.
13462 * configure, Makefile, build-install: Changed filenames like
13463 FOO-dist to FOO.in.
13464
134651992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13466
13467 * Makefile, build-install: Renamed to Makefile.in and
13468 build-install.in; the configure script will edit these to produce
13469 the usable Makefile and build-install.
13470 * configure: Changed to produce ./Makefile, ./build-install,
13471 lib-src/Makefile, and src/Makefile from their *.in counterparts,
13472 instead of editing them in place.
13473
134741992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13475
13476 * Makefile: Re-arranged so that the undumped Emacs will search
13477 ../lisp *after* the site's local elisp files.
13478 (locallisppath, dumplisppath): New variables.
13479 (lisppath): This variable's default value is now chosen based on
13480 $(locallisppath) and $(lispdir); while it used to be the
13481 customization point for adding site-local elisp directories to
13482 load-path, that job is now handled mostly by locallisppath.
13483 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
13484 Check the values being assigned to the *LOADSEARCH macros for null
13485 path elements (like '::' in 'foo::bar').
13486
13487 * configure: When checking if the machine- and system-dependent
13488 files define a particular macro or not, actually run them through
13489 CPP and test the macros with #ifs, instead of just grepping for
13490 the macros' names. In particular, check for SYSTEM_MALLOC in this
13491 way.
13492
134931992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13494
13495 * Makefile (install): Don't use -s in install. (Keep the symbols.)
13496
134971992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13498
13499 * configure: Make the config.status file an executable shell
13500 script which will recreate the same configuration. Include the
13501 verbal description of the current configuration as a comment in
13502 the script.
13503 * INSTALL: Doc fix.
13504
13505 * Makefile: Brought the Makefile up to the GNU coding
13506 standards, as described in standards.text:
13507 (TAGS): New name for the target which rebuilds the tags table.
13508 (check): New target; doesn't do anything yet.
13509 (mostlyclean): New target, synonymous with clean.
13510 (realclean): New target. Currently, this just calls the
13511 subdirectories's makefiles and then deletes config.status.
90eacf99
SM
13512 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
13513 New variables.
067d23c9 13514 Installation directory variables changed to conform.
90eacf99 13515 (install, install.sysv, install.xenix, install.aix): Change the
067d23c9
KY
13516 code which copies the directories into their installed location to
13517 allow the installed locations to be in several different
13518 directories; the old version assumed that they would all be in
13519 $(emacsdir).
13520 (mkdir, lockdir): Allow the installed locations to be in several
13521 different directories.
13522 * INSTALL: Doc fix.
13523
13524 * build-install: Use the same variable names as the Makefile.
13525 Allow the installed locations to be in several different
13526 directories.
13527
135281992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13529
13530 * Makefile (src/paths.h): Instead of using a single sed command to
13531 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
13532 separately, and don't forget to append "/!!!SuperLock!!!" to the
13533 value of the PATH_SUPERLOCK macro.
13534
13535 * config.emacs: Renamed to configure, for consistency with other
13536 GNU products. Internal references changed.
13537 INSTALL, Makefile: References changed.
13538
13539 * lock: New directory, which should always be empty. If this
13540 directory doesn't exist, Emacs won't complain; it just won't lock.
13541 Having this here means that people can just unpack Emacs, build
13542 it, and have locking work.
13543
13544 * share-lib: Re-renamed to etc, for the sake of tradition.
13545 * config.emacs: Changed default value for datadir to ../etc.
13546 * INSTALL, README: Adjusted.
13547
135481992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13549
13550 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
13551 by running CPP on the appropriate s/*.h and m/*.h files.
13552
135531992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13554
13555 * config.emacs: Make sure to set the "exit on error" flag once
13556 we've removed config.status; errors should abort the configuration.
13557
135581992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13559
13560 * config.emacs: Added -distribute option, so that the Makefile
13561 paths are in their proper form. I don't know why this matters.
13562
135631992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13564
13565 * local-lisp: New directory, empty in the distribution, for people
13566 to put local elisp code in.
13567 * config.emacs: Include it in the default load path.
13568 * README: Document it.
13569
135701992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13571
13572 * config.emacs: Guess the type of signal handling functions based
13573 on the contents of /usr/include/signal.h.
13574
13575 * config.emacs: Print out progress report messages.
13576
13577 * Makefile (src/paths.h): Don't generically replace
13578 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
13579 editing of the other entries, and each entry should be dealt with
13580 explicitly anyway.
13581
13582 * build-install: Converted from C-shell to Bourne shell.
13583 * config.emacs: Edit build-install properly.
13584
13585 * config.emacs: Doc fix.
13586
135871992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13588
13589 * Makefile (install): Remove `B' from tar xf command.
13590
135911992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13592
13593 * config.emacs: Removed support for the `maintain-environment'
13594 option; the only important difference between this and its absence
13595 has been removed.
13596 * INSTALL: Removed mention of `maintain-environment'.
13597
13598 * config.emacs: Fix arguments to sed when processing boolean
13599 arguments.
13600
136011991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
13602
13603 * config.emacs: New file, to help automate the installation
13604 process.
13605
13606 * Makefile: Lots of changes to support the separation of etc into
13607 architecture-dependent and -independent files:
13608 (EMACSROOT): New variable, giving the directory under which all of
13609 Emacs's libraries should be installed. Changed rest of file to
13610 use it.
13611 (LIBDIR): Now denotes only architecture-dependent dir.
13612 (DATADIR): New variable, denoting architecture-independent dir.
13613 (LOCKDIR): New variable, for completeness.
13614 (SUBDIR): No more etc, new lib-src.
13615 (COPYDIR): No more etc, new arch-lib and share-lib.
13616 (src/paths.h): Set PATH_DATA and the LOCK macros too.
13617 (src): Now depends on lib-src, not etc.
13618 * build-install: Changes parallel to the above.
13619 * README: Describe the new arrangement.
13620
13621 * vms: New subdirectory for all the VMS stuff.
13622
136231991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
13624
13625 * Makefile (LISPPATH): New variable.
13626 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
13627
136281990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
13629
13630 * Makefile (install, install.sysv, install.xenix):
13631 Install wakeup instead of loadst. No need for setuid or setgid.
13632
136331990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13634
13635 * Makefile (clean): Clean etc if that's not the installation dir.
13636
136371990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13638
13639 * Makefile (paths.h): Make sed alter each name in the path.
13640
136411988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13642
13643 * Makefile (install.sysv): Use cpio, not tar.
13644
136451988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13646
13647 * Makefile (lockdir): Rename `lock' target.
13648 Depend on it from install*, not from `all'.
13649
136501988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
13651
13652 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
13653 to match build-install and paths.h.
13654
13655;; Local Variables:
13656;; coding: utf-8
067d23c9
KY
13657;; End:
13658
ba318903 13659 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
067d23c9
KY
13660
13661 This file is part of GNU Emacs.
13662
13663 GNU Emacs is free software: you can redistribute it and/or modify
13664 it under the terms of the GNU General Public License as published by
13665 the Free Software Foundation, either version 3 of the License, or
13666 (at your option) any later version.
13667
13668 GNU Emacs is distributed in the hope that it will be useful,
13669 but WITHOUT ANY WARRANTY; without even the implied warranty of
13670 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13671 GNU General Public License for more details.
13672
13673 You should have received a copy of the GNU General Public License
13674 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.