Remove src/s/irix6-5.h
[bpt/emacs.git] / ChangeLog
CommitLineData
c1529ded
GM
12012-07-31 Glenn Morris <rgm@gnu.org>
2
7552f3ee
GM
3 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
4 and to s/usg5-4-common.h on irix6-5.
c1529ded 5
b429a4ee
GM
62012-07-30 Glenn Morris <rgm@gnu.org>
7
8 * configure.ac (AH_BOTTOM): Use an include file, so that the
9 contents do not get processed by autoheader.
10
0aee6912
PE
112012-07-30 Paul Eggert <eggert@cs.ucla.edu>
12
8f25abd3
PE
13 Do not overwrite config.status while executing it (Bug#11214).
14 * Makefile.in (MAKEFILE_NAME): New macro.
15 ($(MAKEFILE_NAME)): Rename rule from Makefile.
16 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
17 so that GNU 'make' isn't tempted to make the Makefile and then
18 regenerate config.status while config.status is running.
19
0aee6912
PE
20 Update .PHONY listings in makefiles.
21 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
22 FRC, install-arch-dep, install-arch-indep, install-doc,
23 install-info, install-man, install-etc, install-strip, uninstall,
24 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
25 (.RECURSIVE): Remove; hasn't been needed for years.
26
0a763bd1
GM
272012-07-30 Glenn Morris <rgm@gnu.org>
28
32bac6d6
GM
29 * configure.ac (SIGNAL_H_AHB): New hack macro.
30 (opsysfile): Set to empty on netbsd, openbsd.
31 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
32
b65e7c46 33 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
0a763bd1 34
847bb9eb
JD
352012-07-30 Jan Djärv <jan.h.d@swipnet.se>
36
37 * Makefile.in (install-arch-indep): Remove sh -x.
38
d34d6ffc
GM
392012-07-30 Glenn Morris <rgm@gnu.org>
40
abc7ec54
GM
41 * configure.ac (opsysfile): Tweak message for null case.
42
227f5bd0
GM
43 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
44 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
d34d6ffc 45
dc5493f1
PE
462012-07-30 Paul Eggert <eggert@cs.ucla.edu>
47
48 Merge from gnulib, incorporating:
49 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
50
ffd817eb
JD
512012-07-29 Jan Djärv <jan.h.d@swipnet.se>
52
53 * Makefile.in (install-arch-indep): Handle space in locallisppath.
54
e32a5799
PE
552012-07-28 Paul Eggert <eggert@cs.ucla.edu>
56
57 Use Gnulib environ module (Bug#9772).
58 * m4/environ.m4: New file, from gnulib.
59 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
60
61 Use Gnulib stdalign module (Bug#9772, Bug#9960).
62 This should improve portability of macros like alignof and DECL_ALIGN.
63 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
64 * .bzrignore: Add lib/stdalign.h.
65 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
66 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
67 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
68 fiddles with this, as gnulib now does this for us.
69
441efe9f
DA
702012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
71
72 Fix toolkit configuration report.
73 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
74 --with-x-toolkit=gtk3 is used.
75
5dad233c
PE
762012-07-17 Paul Eggert <eggert@cs.ucla.edu>
77
78 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
79 * configure.ac: Configure gnulib at the end, not before running
80 pkg-config. This restores the behavior before 2012-06-22, when
81 higher-resolution time stamps were added, and fixes a bug whereby
82 LIB_PTHREAD was not used and gnulib's part of 'configure'
83 therefore incorrectly assumed that pthread_sigmask wasn't working.
84 Fix the problem with -lrt and clock_gettime a different way.
85 This should complete the fix for Bug#11884.
86 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
87
b6e9e0ff
PE
882012-07-15 Paul Eggert <eggert@cs.ucla.edu>
89
90 Merge from gnulib, incorporating:
91 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
92 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
93
5b3f250f
GM
942012-07-14 Glenn Morris <rgm@gnu.org>
95
96 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
97 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
98
dbee5793
GM
992012-07-13 Glenn Morris <rgm@gnu.org>
100
32fb4bb6
GM
101 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
102
983188fd
GM
103 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
104 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
105 Move "system type" macros here from src/s.
106 (BSD_SYSTEM_AHB): New hack macro.
107 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
108
5b633342
GM
109 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
110 (GC_MARK_SECONDARY_STACK): Move here from src/s.
dbee5793 111
308aab79
GM
1122012-07-12 Glenn Morris <rgm@gnu.org>
113
4fae5a7a
GM
114 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
115 setting here from src/s/darwin.h.
116
51c3b9b4
GM
117 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
118 as src/s/darwin.h used to.
119
42bd1719
GM
120 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
121 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
ba9e4b84 122 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
0ab7b23a 123 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3f922c37 124 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3e91a053 125 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
7ccad002 126 (XOS_NEEDS_TIME_H): Move here from src/s.
308aab79 127
c43fb4c3
GM
1282012-07-11 Glenn Morris <rgm@gnu.org>
129
130 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
ee1cf5cf 131 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
c43fb4c3 132
554fef51
PE
1332012-07-11 Paul Eggert <eggert@cs.ucla.edu>
134
135 * configure.ac (tzset): Remove check that's redundant with gnulib.
136
c8add24e
GM
1372012-07-11 Glenn Morris <rgm@gnu.org>
138
172bedef
GM
139 * configure.ac (CLASH_DETECTION): Define unconditionally.
140
249685df
GM
141 * configure.ac (opsysfile): Use bsd-common on gnu systems.
142
c8add24e 143 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
09f4e3b0 144 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
c8add24e 145
5ebbef1d
PE
1462012-07-11 Paul Eggert <eggert@cs.ucla.edu>
147
bb352260
PE
148 Assume mkdir, rename, rmdir, strerror.
149 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
5ebbef1d 150
20e94fdd
GM
1512012-07-11 Glenn Morris <rgm@gnu.org>
152
9d596af3
GM
153 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
154
20e94fdd
GM
155 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
156
22ffb973
PE
1572012-07-10 Paul Eggert <eggert@cs.ucla.edu>
158
159 Remove "#define unix" that is no longer needed (Bug#11905).
160 Merge from gnulib to make "#define unix" unnecessary, incorporating:
161 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
162 2012-07-09 getopt: Simplify after Emacs changed.
163
882cf227
GM
1642012-07-10 Glenn Morris <rgm@gnu.org>
165
d02eb359
GM
166 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
167 Move here from src/s.
882cf227 168
cda158b4
AS
1692012-07-09 Andreas Schwab <schwab@linux-m68k.org>
170
171 * configure.ac (PNG_DEPSTRUCT): Define this instead of
172 PNG_DEPRECATED.
173
5994c183
PE
1742012-07-09 Paul Eggert <eggert@cs.ucla.edu>
175
176 Add GCC-style 'const' attribute to functions that can use it.
177 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
178 (ATTRIBUTE_CONST): New macro, in config.h.
179
52331d2c
JB
1802012-07-09 Juanma Barranquero <lekktu@gmail.com>
181
182 * lib/makefile.w32-in: Rework dependencies.
183 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
184 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
185 (U64_H, SHA512_H): New macros.
186 (SRC): Redefine to point to src/, not current directory.
187 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
188 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
189 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
190 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
191 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
192 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
193 ($(BLD)/filemode.$(O)): Update dependencies.
194
c4444d16
PE
1952012-07-09 Paul Eggert <eggert@cs.ucla.edu>
196
2f93ecce
PE
197 Merge from gnulib, incorporating:
198 2012-07-09 timespec: mark functions with const attributes
199
c4444d16
PE
200 Rename configure.in to configure.ac (Bug#11603).
201 The name 'configure.in' has been obsolescent for quite some time,
202 and the next release of Autoconf will generate warnings for it.
61a11606
PE
203 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
204 'configure.in' as autoconf input" in the Autoconf git repository.
c4444d16
PE
205 * configure.ac: Rename from configure.in.
206 * INSTALL, INSTALL.BZR, README, make-dist:
207 * Makefile.in (AUTOCONF_INPUTS):
208 * autogen.sh (autoconf_min):
209 * autogen/update_autogen (sources):
210 Adjust to reflect new name.
211
0ccb0b09
PE
2122012-07-08 Paul Eggert <eggert@cs.ucla.edu>
213
214 Restore deprecation warnings, except for older libpng.
215 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
216 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
217 (PNG_DEPRECATED): Define when compiling with older PNG versions.
218
4da41f1c
AS
2192012-07-07 Andreas Schwab <schwab@linux-m68k.org>
220
221 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
222
6045c4fd
PE
2232012-07-07 Paul Eggert <eggert@cs.ucla.edu>
224
225 Improve static checking when configured --with-ns.
226 See Samuel Bronson's remarks in
227 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
228 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
229 a no-op with recent GCC and harmful in earlier ones.
230 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
231 warning when compiling with ObjC. Always omit
232 -Wunsafe-loop-optimizations, as we don't mind when optimization is
233 being done correctly.
234
4516fbef
GM
2352012-07-07 Glenn Morris <rgm@gnu.org>
236
41f9404e
GM
237 * configure.in (BROKEN_SA_RESTART): Doc fix.
238
4516fbef
GM
239 * configure.in: Rather than checking for things then undef'ing
240 them on some platforms, simply don't check for them.
241 (getwd): Don't check for it on unixware.
242 (random, rint): Don't check for these on hpux.
243 (res_init, libresolv): Don't check for these on darwin.
244
07adc2c6
JB
2452012-07-07 Juanma Barranquero <lekktu@gmail.com>
246
247 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
248 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
249 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
250 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
251
a69ca799
PE
2522012-07-06 Paul Eggert <eggert@cs.ucla.edu>
253
f5c08e17
PE
254 * configure.in: Document --enable-gcc-warnings better.
255
fee5959d
PE
256 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
257 This is safer than strcasecmp, which has unspecified behavior
258 outside the POSIX locale and in practice sometimes does not work
259 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
260 * configure.in (strcasecmp, strncasecmp): Remove checks.
f5c08e17 261
fee5959d
PE
262 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
263 * lib/c-strncasecmp.c: New files, taken from gnulib.
264 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
265
a69ca799
PE
266 Merge from gnulib, incorporating:
267 2012-07-06 timespec-sub: avoid duplicate include
268 Reported by Juanma Barranquero.
269
a02d99e7
GM
2702012-07-06 Glenn Morris <rgm@gnu.org>
271
272 * make-dist [update]: Let autoreconf figure out what needs updating.
273 Use `make info-real'. leim/leim-list.el should always exist.
274 Check cd return value.
275
7dca65a4
PE
2762012-07-06 Paul Eggert <eggert@cs.ucla.edu>
277
278 Merge from gnulib. This is for OpenBSD 5.1 amd64.
279 * m4/sys_time_h.m4: New version from gnulib, incorporating:
280 2012-07-05 sys_time: allow too-wide tv_sec
281
013aabf1
PE
2822012-07-04 Paul Eggert <eggert@cs.ucla.edu>
283
284 Merge from gnulib.
285 * lib/alloca.in.h: New version from gnulib, incorporating:
286 2012-07-03 alloca: add support for HP NonStop TNS/E native
287
8ce70ed2
DA
2882012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
289
290 * configure.in: If --enable-gcc-warnings, disable
291 -Wunsafe-loop-optimizations for -O1 optimization level.
292
ca26824c
GM
2932012-06-30 Glenn Morris <rgm@gnu.org>
294
295 * configure.in (standardlisppath): New output variable.
296 (lisppath): Use standardlisppath.
297 * Makefile.in (standardlisppath): New, set by configure.
298 (epaths-force): Use standardlisppath and locallisppath rather than
299 lisppath.
300
94eb8e0a
DA
3012012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
302
303 * configure.in: Fix previous change. Remove --enable-asserts.
304 (CPPFLAGS): Remove conditional -DXASSERTS=1.
305 Add --enable-link-time-optimization.
306 * INSTALL: Mention this.
307
e509cfa6
DA
3082012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
309
310 * configure.in: Add glyphs category to --enable-checking option.
311 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
312
a54e2c05
DA
3132012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
314
315 * configure.in (ENABLE_CHECKING): Update comment.
316
059e4fb5
PE
3172012-06-28 Paul Eggert <eggert@cs.ucla.edu>
318
15458df4
PE
319 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
320 Emacs proper no longer uses these headers, and can rely on Gnulib
321 for these checks.
322
059e4fb5
PE
323 Merge from gnulib.
324 * m4/getopt.m4: Copy new version from gnulib, incorporating:
325 getopt-posix: No longer guarantee that option processing is resettable.
326
1ba6038a
GM
3272012-06-27 Glenn Morris <rgm@gnu.org>
328
0b6b25d5
GM
329 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
330
1ba6038a
GM
331 * INSTALL: Remove references to paths.el.
332
cc06e7e7
EZ
3332012-06-26 Eli Zaretskii <eliz@gnu.org>
334
335 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD. This
336 replaces separate dependency for each object file, which required
337 the same object file to be mentioned twice, causing failures in
338 parallel builds.
339
cf38a720
PE
3402012-06-26 Paul Eggert <eggert@cs.ucla.edu>
341
342 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
343 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
344
3511c784
DA
3452012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
346
347 * configure.in (AC_CHECK_FUNCS): Detect library functions
348 strcasecmp and strncasecmp.
349
845ca893
PE
3502012-06-24 Paul Eggert <eggert@cs.ucla.edu>
351
352 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
353 We might as well use the spelling standardized by C11,
354 as in the long run that should simplify maintenance.
355 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
356
696056c2
EZ
3572012-06-24 Eli Zaretskii <eliz@gnu.org>
358
359 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
360 ($(BLD)/timespec-add.$(O)):
361 ($(BLD)/timespec-sub.$(O)): Don't depend on
362 $(EMACS_ROOT)/nt/inc/sys/time.h.
363
364 * lib/stat-time.h:
365 * lib/timespec.h:
366 * lib/utimens.h: Revert last change.
367
47d0c011
PE
3682012-06-23 Paul Eggert <eggert@cs.ucla.edu>
369
370 Merge from gnulib.
371 * m4/getopt.m4: Copy new version from gnulib, incorporating:
372 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
373
388cdec0
EZ
3742012-06-23 Eli Zaretskii <eliz@gnu.org>
375
376 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
377 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
378 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
379 $(BLD)/timespec-sub.$(O).
380 ($(BLD)/dtotimespec.$(O)):
381 ($(BLD)/gettime.$(O)):
382 ($(BLD)/timespec-add.$(O)):
383 ($(BLD)/timespec-sub.$(O)): New dependencies.
384
385 * lib/stat-time.h:
386 * lib/timespec.h:
ed9265fc 387 * lib/utimens.h: Include sys/time.h.
388cdec0 388
54e8a418
AS
3892012-06-23 Andreas Schwab <schwab@linux-m68k.org>
390
391 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
392 the correct CFLAGS and LIBS.
393
d35af63c
PE
3942012-06-22 Paul Eggert <eggert@cs.ucla.edu>
395
396 Support higher-resolution time stamps (Bug#9000).
397 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
398 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
399 that the new clock stuff doesn't clash with RSVG_LIBS.
400 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
401 as gnulib does that for us now.
402 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
403 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
404 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
405 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
406 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
407 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
408 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
409 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
410 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
411 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
412 New files, copied automatically from gnulib.
413 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
414
05730648
PE
4152012-06-22 Paul Eggert <eggert@cs.ucla.edu>
416
417 Merge from gnulib.
418 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
419 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
420 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
421 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
422 Copy new versions from gnulib, incorporating the following changes:
423 2012-06-22 time_r: fix typo that always overrode localtime_r decl
424 2012-06-22 Write "Mac OS X" instead of "MacOS X".
425 2012-06-21 mktime: fix integer overflow in 'configure'-time test
426 2012-06-21 nonblocking: Avoid compilation error on mingw64.
427 2012-06-19 stat, fstat: Avoid warnings on mingw64.
428 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
429
646b5f55
AS
4302012-06-13 Andreas Schwab <schwab@linux-m68k.org>
431
432 * configure.in: Rename --enable-use-lisp-union-type to
433 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
434 instead of USE_LISP_UNION_TYPE.
435
8a07a8c6
GM
4362012-06-12 Glenn Morris <rgm@gnu.org>
437
b4492cba
GM
438 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
439 (opsysfile): Set specially for sol2-10.
440
8a07a8c6
GM
441 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
442 New AC_DEFINEs, for hpux11.
443 (opsysfile): Set specially for hpux11.
444
03043c1b
PE
4452012-06-12 Paul Eggert <eggert@cs.ucla.edu>
446
447 * configure.in: Coalesce some function checking.
448 This makes 'configure' a bit smaller.
449 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
450
ed846e5f
GM
4512012-06-12 Glenn Morris <rgm@gnu.org>
452
0d369729
GM
453 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
454
45fa9c0f
GM
455 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
456
ed846e5f
GM
457 * configure.in: Anticipate platforms with no src/s file.
458
0e25d334
CY
4592012-06-12 Chong Yidong <cyd@gnu.org>
460
461 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
462
a9be7d2b
GM
4632012-06-11 Glenn Morris <rgm@gnu.org>
464
465 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
466
e3a3e213
MA
4672012-06-09 Michael Albinus <michael.albinus@gmx.de>
468
469 * configure.in (dbus_type_is_valid): Check for library function.
470
276d5f5d
GM
4712012-06-06 Glenn Morris <rgm@gnu.org>
472
473 * INSTALL, make-dist: Remove vcdiff.
474
418cd726
GM
4752012-06-03 Glenn Morris <rgm@gnu.org>
476
477 * INSTALL, make-dist: Remove rcs-checkin.
478
c71232db
UM
4792012-06-03 Ulrich Müller <ulm@gentoo.org>
480
481 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
482
501390c5
PE
4832012-06-01 Paul Eggert <eggert@cs.ucla.edu>
484
485 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
486 It is confusingly named and rarely useful. See, for example,
487 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
488 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
489 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
490 * configure.in: Remove --disable-maintainer-mode.
491 (USE_MAINTAINER_MODE, MAINT): Remove.
492
0e7a053e
PE
4932012-05-28 Paul Eggert <eggert@cs.ucla.edu>
494
495 Make 'configure' a bit smaller and faster.
496 * configure.in (INSTALL_INFO): Set it with one call to
497 AC_PATH_PROG, not three.
498 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
499 so likely that it'll be needed.
500 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
501 (AC_PROG_MAKE_SET): Remove; Automake does this.
502 (sysinfo): Do not check for this function, as it's never used.
503 (tzset): Check for this function just once.
504 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
505 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
506
cd376509
EZ
5072012-05-27 Eli Zaretskii <eliz@gnu.org>
508
42a53d84
EZ
509 * config.bat (lib): Create/update lib/stdalign.in-h and
510 lib/sys_types.in-h.
511
0e7a053e
PE
512 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
513 ($(BLD)/sha1.$(O)):
514 ($(BLD)/sha256.$(O)):
cd376509
EZ
515 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
516 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
517
518 * lib/getopt_.h: Regenerate.
519
50c4645e
PE
5202012-05-27 Paul Eggert <eggert@cs.ucla.edu>
521
522 Assume gnulib does largefile.
523 Gnulib does the largefile configuration anyway, so when configure.in
524 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
525 * configure.in (AC_SYS_LARGEFILE): Remove.
526 * lib/gnulib.mk: Autoupdate.
527
caf8a9b2
PE
5282012-05-26 Paul Eggert <eggert@cs.ucla.edu>
529
530 Merge from gnulib. (Bug#11527)
531
532 The build procedure now creates <stdalign.h> and <sys/types.h> for
533 older hosts that lack a working <stdalign.h> or whose
534 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t. New
535 symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
536 msdos and nt builds.
537
538 Here is a precis of gnulib changes that seem relevant; please see
539 the gnulib ChangeLog for details.
540
541 2012-05-18 crypto: fix bug in large buffer handling
542 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
543 2012-05-10 _Noreturn: port config.h to gcc -Wundef
544 2012-05-08 warnings.m4: give a means to specify the program to compile
545 2012-05-07 stdint: be more consistent with glibc, SunOS libc
546 2012-04-21 Large File Support for native Windows platforms.
547 2012-04-14 stat: Bypass buggy override in mingw64.
548 2012-03-29 stdio: don't assume gets any more
549 2012-03-24 Enable common subexpression optimization in GCC.
550 2012-02-09 maint: replace FSF snail-mail addresses with URLs
551 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
552 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
553 2012-01-21 stdint: Add support for Android.
554 2012-01-15 Improve support for MSVC 9.
555 2012-01-08 mktime: Avoid compilation error on Solaris 11.
556 2012-01-05 Use ', not `, for quoting output.
557 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
558 2012-01-05 strtoimax: Work around AIX 5.1 bug.
559 2012-01-05 inttypes: Modernize.
560 2011-12-13 inttypes, stdint: add C++11 support
561 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
562 2011-11-21 _Noreturn: Check that _MSC_VER is defined
563 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
564 2011-11-09 raise: fix mingw handling of SIGPIPE
565 2011-10-27 Add stdalign module and use it in other modules.
566
567 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
568 * m4/sys_types_h.m4:
569 New files.
570 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
571 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
572 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
573 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
574 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
575 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
576 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
577 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
578 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
579 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
580 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
581 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
582 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
583 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
584 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
585 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
586 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
587 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
588 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
589 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
590 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
591 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
592 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
593 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
594 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
595 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
596 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
597 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
598 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
599 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
600 Update from gnulib.
601
34374650
PE
6022012-05-22 Paul Eggert <eggert@cs.ucla.edu>
603
604 Remove src/m/*.
605 * configure.in: Remove all mention of src/m/*.
606 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
607 All uses removed.
608 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
609 (BITS_PER_LONG_LONG): Move to src/lisp.h.
610 * lib/makefile.w32-in: Remove dependencies on
611 $(EMACS_ROOT)/src/m/intel386.h.
612 * make-dist: Don't make links to src/m.
613
ec21c7f8
PE
6142012-05-22 Paul Eggert <eggert@cs.ucla.edu>
615
616 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
617 Without this further fix, aclocal was being invoked unnecessarily.
618
39078e4a
GM
6192012-05-22 Glenn Morris <rgm@gnu.org>
620
621 * Makefile.in (blessmail, install-arch-dep, uninstall):
622 Check cd lib-src works.
623 (install-arch-dep, uninstall): Remove unneeded subshells.
624
be17565b
GM
6252012-05-21 Glenn Morris <rgm@gnu.org>
626
ff0c3cfb
GM
627 * update-subdirs: Move to build-aux/.
628 * make-dist, Makefile.in (install-arch-indep): Update for this change.
629
d10cfddd
GM
630 * Makefile.in (leimdir): New, set by configure.
631 (COPYDIR, COPYDESTS): Add leim directories.
632 (install-leim): Remove.
633 (install-arch-indep): Handle leim installation directly.
634
be17565b
GM
635 * vpath.sed: Remove unused file.
636 * make-dist: No more vpath.sed.
637
9b4ee616
PE
6382012-05-21 Paul Eggert <eggert@cs.ucla.edu>
639
fb77d37e
PE
640 Use full name for m4/gnulib-comp.m4. (Bug#11529)
641 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
642 even though the file's name in gnulib is m4/gnulib-comp.m4.
643 This had a problem when merging from gnulib, as the code temporarily
644 renamed it to the full name, causing problems when interrupted.
645 Now the file has its full name, with the idea that we will find
646 a solution for MS-DOS that does not affect the rest of Emacs.
647 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
648
261cb4bb
PE
649 Assume C89 or later.
650 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
651 (POINTER_TYPE, PROTOTYPES): Remove.
652
9b4ee616
PE
653 Make merging from gnulib a script, not a makefile action.
654 Putting it in a makefile has some problems with reflection, as
655 merging from gnulib updates 'configure', which can update the makefile.
656 Putting it in a standalone script breaks this loop.
657 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
658 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
659 Remove, moving the actions to the script admin/merge-gnulib.
660
261cb4bb
PE
6612012-05-21 Glenn Morris <rgm@gnu.org>
662
663 * configure.in (LEIM_INSTALLDIR):
664 Rename to leimdir, treat like lispdir.
665
b847032c
GM
6662012-05-21 Glenn Morris <rgm@gnu.org>
667
668 * Makefile.in (install-arch-indep, install-doc, install-info)
669 (uninstall): Scrap superfluous subshells.
670
af006ad5
UM
6712012-05-19 Ulrich Mueller <ulm@gentoo.org>
672
673 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
674
003fdae2
PE
6752012-05-19 Paul Eggert <eggert@cs.ucla.edu>
676
9232a6d9
PE
677 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
678 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
679 getsockopt, setsockopt, mremap, mempcpy.
680
003fdae2
PE
681 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
682 is being removed.
683 (AC_CHECK_FUNCS): Remove ftime.
684
e7333757
GM
6852012-05-19 Glenn Morris <rgm@gnu.org>
686
e39b9806 687 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 688
42d5aa3e
GM
689 * Makefile.in (install-arch-indep): Remove unneeded chmod.
690 Set permissions of lisp/subdirs.el.
691
9192d37d
GM
692 * Makefile.in (SUBDIR): Add leim. Update users.
693
2e5d41e4
GM
694 * Makefile.in (lib, lib-src, lisp): Check cd return value.
695
e7333757
GM
696 * Makefile.in (leim): No need to set PARALLEL.
697
7606c360
GM
6982012-05-18 Glenn Morris <rgm@gnu.org>
699
6d1a623e
GM
700 * Makefile.in (install-arch-indep, install-info, install-man):
701 Simplify some one-sided ifs.
702
29473393
GM
703 * Makefile.in: Install only the relevant DOC file.
704 (install-arch-indep): Delete etc/DOC*.
705 (install-doc): No more need to delete etc/DOC.
706
660c8c1e
GM
707 * Makefile.in (install-arch-indep): Split into several rules.
708 (install-doc, innstall-info, install-man): New rules.
709
37f36bcb
GM
710 * configure.in (mandir): May as well include it in the NS app bundle.
711
0629a797
GM
712 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
713 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
714 (install-arch-indep): Don't install-etc for self-contained ns builds.
715
136c45ee
GM
716 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
717 No longer unconditonally add /sw directories. (Bug#2280)
718
ed0ba302
GM
719 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
720 (install-arch-indep): Depend on install-leim.
721 (install): Remove explicit install-leim dependence.
722
62061397
GM
723 * Makefile.in (install-arch-indep):
724 Move last element of mkdir rule here.
725 (mkdir): Remove rule.
726
37baa3c8
GM
727 * Makefile.in (install-arch-indep): Remove unneeded chmods.
728 INSTALL_DATA does this for us.
729
b533f05e
GM
730 * Makefile.in (install-arch-dep): Ensure bindir exists.
731 Drop mkdir dependency.
732 (install-arch-indep): Ensure docdir, infodir, mandir exist.
733 (install-leim): Drop mkdir dependency.
734 (mkdir): Remove most directories, now made in relevant rules.
735
7606c360
GM
736 * Makefile.in (install-arch-indep): Combine adjacent loops.
737
3a4155de
GM
7382012-05-17 Glenn Morris <rgm@gnu.org>
739
d9a1e2c2
GM
740 * Makefile.in (install-etc, mkdir):
741 Make relevant directories in install-etc rather than mkdir.
742
4c54abe1
GM
743 * Makefile.in (write_subdir): Create the directory if needed.
744 (install-arch-dep, mkdir): No need to make site-lisp directories.
745
9f1ea7dc 746 * Makefile.in (write_subdir): New.
05f3d308 747 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 748
40c117e7 749 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 750 For a self-contained ns build, set these to the appropriate values.
40c117e7 751 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 752
b4a36200
GM
753 * configure.in (ns_self_contained): New output variable.
754 * Makefile.in (ns_self_contained): New, set by configure.
755 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
756 don't bother installing binaries then immediately deleting them.
757
3a4155de
GM
758 * Makefile.in (ns_appbindir, ns_appresdir):
759 Move them before things that may refer to them.
760 (install-arch-dep): No need to relocate self-contained ns libexec.
761
762 * configure.in (archlibdir): Set it for self-contained ns builds.
763 (libexecdir): Don't expand it now (this is mainly cosmetic).
764
f04940ae
PE
7652012-05-16 Paul Eggert <eggert@cs.ucla.edu>
766
767 * configure.in: Simplify by removing CPP etc.
768 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
769 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
770 In particular we no longer need to fiddle with CPP, since we don't
771 use CPP specially any more.
772 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
773 adjusted compiler.
774 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
775 since gl_EARLY and/or Autoconf already does these.
776
27cb7be2
GM
7772012-05-16 Glenn Morris <rgm@gnu.org>
778
779 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
780 (CPP): Do not unconditionally set it on Darwin.
781 Instead, try to test if -no-cpp-precomp is accepted.
782 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
783
ec3ca9ec
GM
7842012-05-15 Glenn Morris <rgm@gnu.org>
785
4e7d487c 786 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 787
75a9f5f5
GM
788 * Makefile.in (install-arch-dep): Do not hard-code version number.
789
ec3ca9ec
GM
790 * Makefile.in (install-arch-dep): NS install no longer needs to
791 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
792
3fe7cdc8
GM
7932012-05-12 Glenn Morris <rgm@gnu.org>
794
9e6b06ed
GM
795 * configure.in (ns_appbindir): Remove trailing "/".
796
3fe7cdc8
GM
797 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
798 (MKDEPDIR): Use $MKDIR_P.
799 * Makefile.in (MKDIR_P): New, set by configure.
800 (mkdir): Use $MKDIR_P.
801
a873f274
GM
8022012-05-11 Glenn Morris <rgm@gnu.org>
803
804 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 805 Use INSTALL_DATA for the DOC file.
c8e32179 806 Remove dead code for ./lisp that never executes.
a873f274 807
ff57c2ec
GM
8082012-05-10 Glenn Morris <rgm@gnu.org>
809
810 * configure.in (LEIM_INSTALLDIR): New output variable.
811
49ed9c8e
SM
8122012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
815
5122804a
GM
8162012-05-08 Glenn Morris <rgm@gnu.org>
817
818 * make-dist: No more doc/lispref/*.el.
819
01319a4e
AS
8202012-05-05 Andreas Schwab <schwab@linux-m68k.org>
821
822 * configure.in: Fix quoting bugs.
823
8045b906
GM
8242012-05-04 Glenn Morris <rgm@gnu.org>
825
826 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
827
9fa0e416
GM
8282012-05-02 Glenn Morris <rgm@gnu.org>
829
3c30e766
GM
830 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
831 the choices made by FreeBSD and NetBSD. (Bug#10313)
832
9aa071df
GM
833 * Makefile.in (INFO_FILES): Remove variable.
834 (INFO_NONMISC): New variable.
835 (install-arch-indep, uninstall): Don't use $INFO_FILES.
836
cd3771a0
GM
837 * Makefile.in (uninstall): Remove useless-use-of-for; that for
838 some reason caused problems on an old Solaris.
839
a36e64d0
GM
840 * Makefile.in (install-arch-indep, uninstall):
841 Ensure that INSTALL-type commands are run from top-level.
842
9e7a4bcf
GM
843 * info/dir: Make some entries consistent with the source texi files.
844
9fa0e416
GM
845 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
846
7adecb99
GM
8472012-05-02 Glenn Morris <rgm@gnu.org>
848
849 * Makefile.in (install-arch-indep):
850 Combine adjacent install-data and install-info loops.
851
4737362e
GM
8522012-05-01 Glenn Morris <rgm@gnu.org>
853
ab1121bd
GM
854 * Makefile.in (MAN_PAGES): Remove.
855 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
856
a4a18b8b
GM
857 * configure.in: Try libtinfo for tputs.
858 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
859
3ba0a545
GM
860 * configure.in: Combine adjacent $opsys case blocks.
861
e3da5b19
GM
862 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
863
262f06da
GM
864 * configure.in: Invert the TERMINFO logic,
865 since "yes" is far more common than "no".
866
9311dcff
GM
867 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
868
4d5c6349
GM
869 * configure.in (LD_SWITCH_X_SITE_RPATH):
870 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
871
4737362e
GM
872 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
873
562e638f
GM
8742012-04-26 Glenn Morris <rgm@gnu.org>
875
876 * make-dist: No more doc/lispref/tindex.pl.
877
dcbf5805
MA
8782012-04-22 Michael Albinus <michael.albinus@gmx.de>
879
880 * configure.in (dbus_validate_bus_name, dbus_validate_path)
881 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 882 these library functions.
dcbf5805 883
4b5b5289
PE
8842012-04-22 Paul Eggert <eggert@cs.ucla.edu>
885
886 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
887 With glibc 2.14 or later, when compiled with GCC 4.7.0's
888 -Werror=deprecated-declarations flag, use of hooks like
889 __malloc_initialize_hook causes compilation to fail because these
890 hooks are deprecated. Modify 'configure' to check for these hooks too.
891 Simplify the 'configure' code to test for all the hooks at once.
892 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
893 (emacs_cv_var_doug_lea_malloc): ... this new var.
894
9ee7d8b9
PE
8952012-04-21 Paul Eggert <eggert@cs.ucla.edu>
896
897 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
898 dated 2011-10-07. Regenerating from current gnulib would be a
899 pervasive change, and currently the trunk isn't open to such changes.
900 * configure.in (WARN_CFLAGS): Remove; no longer needed now
901 that gnulib does it.
902 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
903
5e6ab4e6
AS
9042012-04-21 Andreas Schwab <schwab@linux-m68k.org>
905
906 * m4/gl-comp.m4: Update. (Bug#11285)
907
c07a4c0b 9082012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
909
910 * configure.in: Don't use the -R option (Bug#11251).
911
6c94c34f 9122012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 913
9f46df23 914 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
915 I have been using this change for many months in my private copy
916 of Emacs, and have used it to find several bugs. It's mature
917 enough to publish now.
918 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
919 * configure.in: Support --enable-gcc-warnings, in the style of
920 other GNU packages such as coreutils.
921 (C_WARNINGS_SWITCH): Remove, replacing with...
922 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
923 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
924 when including system files with GCC.
925 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 926 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
927 * lib/Makefile.am (AM_CFLAGS): New macro.
928 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
929
316411f0
DA
9302012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
931
932 * configure.in (AC_CHECK_FUNCS):
933 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
934
9b9b2ef2
GM
9352012-04-16 Glenn Morris <rgm@gnu.org>
936
b1aa797c
GM
937 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
938
9b9b2ef2
GM
939 * configure.in: Remove X libs workaround for old autoconf.
940
badf86af
KB
9412012-04-12 Ken Brown <kbrown@cornell.edu>
942
943 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
944
2f097256
GM
9452012-04-11 Glenn Morris <rgm@gnu.org>
946
947 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
948
a9f72fc1
GM
9492012-04-10 Glenn Morris <rgm@gnu.org>
950
951 * configure.in: Conditionally generate admin/unidata/Makefile.
952
6b4f4a2d
TZ
9532012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
954
a9f72fc1 955 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 956
23df914b
GM
9572012-04-09 Glenn Morris <rgm@gnu.org>
958
fd9d85c2
GM
959 * Makefile.in (leim): Check cd return value. Pass fewer variables.
960 (install-leim): Check cd return value. Pass $MFLAGS.
961 (install-strip): Pass $MFLAGS.
962
23df914b
GM
963 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
964 Eg org.texi has been using 4.7 functions for some time.
965
bf6bba2b
PE
9662012-04-07 Paul Eggert <eggert@cs.ucla.edu>
967
968 Check pkg-config exit status when configuring (Bug#10626).
969 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
970 works; check its exit status. Problem reported by Jordi Gutiérrez
971 Hermoso in
972 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
973
f3774f20
GM
9742012-04-07 Glenn Morris <rgm@gnu.org>
975
976 * README, configure.in (AC_INIT): Bump version to 24.1.50.
977
d67a9a85
EZ
9782012-04-07 Eli Zaretskii <eliz@gnu.org>
979
980 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
981
f20f95c6
PE
9822012-03-04 Paul Eggert <eggert@cs.ucla.edu>
983
984 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
985 * configure.in (LIBS_TERMCAP): Default this to the result of
986 the tputs library search. Do a run-time test for the linkability
987 of tputs unless cross-compiling, as that's more reliable if the
988 link flags and libraries are messed up. Don't change LIBS as
989 a result of the test, as that may mess up later tests.
990
75197633
CS
9912012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
992
533183f3 993 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 994
75197633
CS
995 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
996 specific makefiles to support getopt_.h generation with MSVC.
997
7eb21b49
GM
9982012-02-04 Glenn Morris <rgm@gnu.org>
999
1000 * Makefile.in (uninstall):
1001 Handle compressed info files and man pages. (Bug#10718)
1002
44f92739
GM
10032012-02-02 Glenn Morris <rgm@gnu.org>
1004
1005 * configure.in [HAVE_NS]:
1006 Error if use --without-toolkit-scroll-bars. (Bug#10673)
1007
6df37268
PE
10082012-02-01 Paul Eggert <eggert@cs.ucla.edu>
1009
1010 Port to older Solaris 10 versions (Bug#10677).
1011 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
1012 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
1013 possibly this is because Sun fixed the 'stat' bug in my version.
1014 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
1015 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
1016 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1017 These changes are based on gnulib version
1018 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
1019 because Emacs is in feature freeze and we do not want to merge any
1020 more-recent changes from gnulib.
1021
8d8939e8
GM
10222012-01-31 Glenn Morris <rgm@gnu.org>
1023
e4070def
GM
1024 * configure.in: Throw an explicit error if Motif toolkit was
1025 requested but requirements could not be found.
1026
8d8939e8
GM
1027 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
1028
5a26ec89
EZ
10292012-01-30 Eli Zaretskii <eliz@gnu.org>
1030
1031 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
1032 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
1033 with "make -j3".
1034
1b0880d5
JB
10352012-01-16 Juanma Barranquero <lekktu@gmail.com>
1036
1037 * .bzrignore: Ignore etc/__pycache__.
1038
adee8a65
PE
10392011-12-17 Paul Eggert <eggert@cs.ucla.edu>
1040
1041 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
090bd7cb 1042 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
adee8a65
PE
1043 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
1044 by Nelson H. F. Beebe in
1045 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
1046
e152e577
JB
10472011-12-10 Juanma Barranquero <lekktu@gmail.com>
1048
1049 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
1050
46d14be7
JD
10512011-12-10 Jan Djärv <jan.h.d@swipnet.se>
1052
1053 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
1054 instead of LDFLAGS (Bug#10230).
1055
6c269a38
PE
10562011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1057
4eec8d6f
PE
1058 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
1059
6c269a38 1060 Propagate configure flags to sub-configures.
1350a3cc 1061 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
1062 New macros.
1063 (config.status, bootstrap): Use them to propagate configure flags
1064 to sub-configures.
1065 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
1066
63e94eb8
PE
10672011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1068
1069 * .bzrignore: Add config.cache.
1070
54e9e3bf
JD
10712011-11-27 Jan Djärv <jan.h.d@swipnet.se>
1072
1073 * configure.in: Check for gtk_window_set_has_resize_grip.
1074
20db1522
JB
10752011-11-24 Juanma Barranquero <lekktu@gmail.com>
1076
1077 * configure.in (HAVE_XPM): Fix typo.
1078
60bf278f
GM
10792011-11-22 Glenn Morris <rgm@gnu.org>
1080
5f77c86c
GM
1081 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
1082 have confusing effects on the build. (Bug#6401)
1083
60bf278f
GM
1084 * Makefile.in (install-arch-dep): Tweak previous change.
1085
816be9f6
YD
10862011-11-22 Yavor Doganov <yavor@gnu.org>
1087
1088 Do not install arch-dependent files in the app bundle if
1089 --disable-ns-self-contained is requested. (Bug#1335)
1090 * configure.in (exec_prefix, libexecdir): Define relative to
1091 `ns_appbindir' only if configured for a self-contained app.
1092 * Makefile.in (install-arch-dep): Test for the existence of
1093 libexec in the Emacs.app bundle before executing commands.
1094
d5ff9cd0
AS
10952011-11-20 Andreas Schwab <schwab@linux-m68k.org>
1096
1097 * configure.in: Remove reference to src/m/ibms390.h.
1098
1c889bf6
GM
10992011-11-13 Glenn Morris <rgm@gnu.org>
1100
1101 * INSTALL: Tiny updates for disk space used during installation.
1102
a6fc3b5c
EZ
11032011-11-05 Eli Zaretskii <eliz@gnu.org>
1104
1105 * lib/makefile.w32-in (FRC): New dummy target.
1106 (TAGS): Depend on FRC.
1107
9f77899d
GM
11082011-11-04 Glenn Morris <rgm@gnu.org>
1109
1110 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
1111 Do not include GnuTLS version info in final summary message.
1112
0bd3cb7b
EZ
11132011-10-31 Eli Zaretskii <eliz@gnu.org>
1114
07f3add9
EZ
1115 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
1116 they exist there, else from autogen/.
1117
1118 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 1119
d2eaf3e4
NT
11202011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
1121
1122 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
1123
e782cfab
PE
11242011-10-24 Paul Eggert <eggert@cs.ucla.edu>
1125
1126 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
1127 if the library is found. Otherwise, later configure-time tests,
1128 such as the test for pthread_sigmask, generate the wrong results
1129 on some platforms. Problem reported for FreeBSD by Nali Toja.
1130
7da0b018
PE
11312011-10-20 Paul Eggert <eggert@cs.ucla.edu>
1132
1133 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
1134 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
1135 Remove; no longer needed, now that we defer to strftime for time
1136 zone names.
1137
0ffe1065
JD
11382011-10-18 Jan Djärv <jan.h.d@swipnet.se>
1139
1140 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
1141
23769e49
CY
11422011-10-18 Chong Yidong <cyd@gnu.org>
1143
1144 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
1145
fd8dea03
GM
11462011-10-13 Glenn Morris <rgm@gnu.org>
1147
1148 * configure.in: Also look for tputs in libcurses. (Bug#9736)
1149
f4cc5b54
PE
11502011-10-12 Paul Eggert <eggert@cs.ucla.edu>
1151
1152 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 1153 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
1154 The check was helpful but not essential in Solaris 2.6 (1997),
1155 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
1156 obsolete -- Sun dropped support for it in 2006 -- and without
1157 access to that Silurian platform we can't maintain the code anyway.
1158
7c5ee88e
PE
11592011-10-07 Paul Eggert <eggert@cs.ucla.edu>
1160
d47439a3
PE
1161 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
1162 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
1163 * m4/gnulib-common.m4: Merge from gnulib.
1164 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
1165 command not found" on powerpc-apple-darwin9.8.0.
1166
7c5ee88e
PE
1167 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
1168 This is now done by src/alloc.c.
1169
423dbf9b
RS
11702011-10-02 Richard Stallman <rms@gnu.org>
1171
1172 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
1173 and xlinux_second_failure to xgnu_linux_second_failure.
1174
31bed486
EZ
11752011-09-29 Eli Zaretskii <eliz@gnu.org>
1176
5f91c1e5
EZ
1177 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
1178 lib/signal.in-h.
31bed486 1179
e785f2ec 1180 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
1181 Rename signal.in.h and alloca.in.h.
1182
e1504b9b
EZ
11832011-09-28 Eli Zaretskii <eliz@gnu.org>
1184
1185 * INSTALL: Mention that m17n libraries and libotf are needed for
1186 Arabic shaping.
1187
316f8af0
PE
11882011-09-26 Paul Eggert <eggert@cs.ucla.edu>
1189
1190 Merge from gnulib, improving some licensing wording.
1191 This clarifies and fixes some licensing issues raised by Glenn Morris
1192 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
1193 It also merges the latest version of texinfo.tex and has some
1194 MSVC-related changes that don't affect Emacs.
1195 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
1196 pathmax, and raise, since these are needed only to address
1197 MSVC-related issues that Emacs doesn't have.
1198 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
1199 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
1200 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
1201 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
1202 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
1203 * m4/unistd_h.m4: Merge from gnulib.
1204
04d51ad4
AS
12052011-09-26 Andreas Schwab <schwab@linux-m68k.org>
1206
1207 * configure.in: Initialize HAVE_LIBXML2.
1208
6e99ef20
GM
12092011-09-26 Glenn Morris <rgm@gnu.org>
1210
1211 * make-dist: Add lib/makefile.w32-in.
1212
0538fab0
GM
12132011-09-24 Glenn Morris <rgm@gnu.org>
1214
1215 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
1216
c5b01d8c
LMI
12172011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1218
1219 * .dir-locals.el: Change the debbugs regexp to allow having the
1220 bug number as the first thing on a line.
1221
0cc87afb
GM
12222011-09-15 Glenn Morris <rgm@gnu.org>
1223
1224 * configure.in: Make configure work with recent GNUsteps.
1225 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
1226 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 1227 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 1228
3f44249e
PE
12292011-09-11 Paul Eggert <eggert@cs.ucla.edu>
1230
1231 Merge from gnulib, porting to Tru64.
1232 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
1233 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1234 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
1235 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
1236 doesn't affect Emacs.
1237
c8199d0f
PE
12382011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1239
1240 * configure.in (isnan): Remove now-unnecessary check.
1241
e39b275c 12422011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 1243
abec06ff 1244 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
1245 This is to fix the following problems:
1246 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
1247 configured not to use gtk or any other thread-using library,
1248 signals aren't blocked correctly.
1249 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
1250 and IRIX's signal handling.
1251 . On Cygwin 1.7.5 it works around an incompatibility with
1252 the system pthread_sigmask.
1253 . On MacOS X 10.5 (32-bit), files whose inode numbers
1254 exceed 2**31 cannot be read or manipulated.
1255 . pthread_sigmask: Actually use results of gl_THREADLIB.
1256 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
1257 . find 'ar' program that fits with --host argument.
1258 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
1259 * autogen/README: Update destination list.
1260 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
1261 The autogenerated files compile, config.guess,
1262 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
1263 * m4/largefile.m4: New file, so that Emacs does not mess up when
1264 accessing files with large inode numbers in MacOS X 10.5 and later.
1265 * m4/nocrash.m4: New file, to avoid triggering background debugger
1266 and/or create core dumps during 'configure'.
1267 * build-aux/move-if-change: Renamed from move-if-change.
1268 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
1269 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
1270 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
1271 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
1272 * Makefile.in (epaths-force, sync-from-gnulib):
1273 move-if-change is now in build-aux.
1274 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
1275 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
1276 (mkdir): install-sh is now in build-aux.
1277 * config.bat: c++defs.h is now in build-aux/snippets.
1278 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
1279 usual parameter).
1280 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1281 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
1282 to build-aux/snippet.
1283 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
1284 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
1285 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
1286 Solaris, enables MacOS extensions, and enables nocrash during
1287 'configure'.
1288 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
1289
86633eab 12902011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
1291
1292 * configure.in (snprintf): New check.
1293
015faae4
PE
12942011-08-30 Paul Eggert <eggert@cs.ucla.edu>
1295
695a3dc5 1296 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 1297 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
1298 Remove unreachable pattern hppa*-*-linux-gnu*.
1299 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
1300 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 1301
52ec1feb
JD
13022011-08-26 Jan Djärv <jan.h.d@swipnet.se>
1303
1304 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
1305
377538cb
JD
13062011-08-13 Jan Djärv <jan.h.d@swipnet.se>
1307
1308 * configure.in: Add header check: sys/socket.h (Bug#8477),
1309 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
1310 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
1311
ae9e757a
JD
13122011-08-04 Jan Djärv <jan.h.d@swipnet.se>
1313
1314 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
1315 (HAVE_GTK_AND_PTHREAD): Remove.
1316
be8ec0b3
AA
13172011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
1318
1319 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
1320 build, not just GNUstep (Bug#9177).
1321
2573a837 13222011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
1323
1324 Assume freestanding C89 headers, string.h, stdlib.h.
1325 Again, this simplifies the code, and all current platforms have these.
1326 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
1327 (AC_HEADER_STDC): Remove.
1328 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
1329 (strchr, strrchr): Remove fallback macros.
1330
9cfdb3ec
PE
1331 Assume support for memcmp, memcpy, memmove, memset.
1332 This simplifies the code a bit. All current platforms have these,
1333 as they are required for C89. If this turns into a problem we
1334 can add the gnulib modules for these (a 1-line change to Makefile.in).
1335 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
1336
427c285b
PE
13372011-07-27 Paul Eggert <eggert@cs.ucla.edu>
1338
1339 * GNUmakefile: New file.
1340 This is for convenience, so that one can run GNU make in an
1341 unconfigured source tree, and get a default build.
1342
2ad77c9d
JD
13432011-07-13 Jan Djärv <jan.h.d@swipnet.se>
1344
1345 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
1346
c8618a06
YM
13472011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1348
1349 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
1350 so as to suppress address randomization (Bug#8395).
1351
f6ce9b9a
PE
13522011-07-09 Paul Eggert <eggert@cs.ucla.edu>
1353
3fcf7a1c
PE
1354 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
1355 This fixes a build problem on older Mac OS X hosts.
1356
d9706d9f
PE
1357 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
1358 test, which runs afoul of Automake installations where, for example,
1359 /usr/share/aclocal contains a copy of gl_THREADLIB.
1360 Problem reported by Sven Joachim in
1361 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
1362 This is just a quick temporary fix, specific to Emacs; I'll work
1363 with the other gnulib maintainers to get a more-permanent fix.
1364
af66a2d7 1365 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
1366 * Makefile.in (GNULIB_MODULES): Add strtoimax.
1367 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
1368 automatically imported from gnulib.
1369 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1370
1692ae2d 13712011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 1372
8a6ebd58 1373 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 1374 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
1375 * configure.in (AC_TYPE_UID_T): New dummy macro.
1376 Configure gnulib after adjusting LIBS,
1377 so that gnulib can assume the libraries in LIBS.
6db30f83 1378 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 1379 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 1380 * lib/pthread_sigmask.c:
6db30f83
PE
1381 New files, automatically imported from gnulib.
1382 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
1383 due to the above changes.
1384 * .bzrignore: Add lib/signal.h.
1385
4a621aae
PE
1386 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
1387
5e94cadb
AS
13882011-07-07 Andreas Schwab <schwab@linux-m68k.org>
1389
1390 * configure.in (maintainer-mode): Reflect default in help string.
1391
76b397fb
DN
13922011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1393
1394 * configure.in: Remove reference to iris4d.h.
1395
869795d6
JD
13962011-07-05 Jan Djärv <jan.h.d@swipnet.se>
1397
1398 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
1399
3279eb87
GM
14002011-07-01 Glenn Morris <rgm@gnu.org>
1401
1402 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
1403
2e6e11eb
LMI
14042011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1405
1406 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
1407 which made ./configure infloop.
1408
9851bfc5
JD
14092011-06-30 Jan Djärv <jan.h.d@swipnet.se>
1410
1411 * configure.in (gsettings): New option and check for GSettings.
1412
adbc4ef4
GM
14132011-06-29 Glenn Morris <rgm@gnu.org>
1414
1415 * configure.in: Try to test for the required crt*.o files.
1416
1f773f32
BW
14172011-06-27 Bill Wohler <wohler@newt.com>
1418
1419 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
1420
7a7ef429
PE
14212011-06-25 Paul Eggert <eggert@cs.ucla.edu>
1422
1423 Use gnulib's dup2 module instead of rolling our own.
1424 * Makefile.in (GNULIB_MODULES): Add dup2.
1425 * configure.in: Do not check for dup2; gnulib does that now.
1426 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
1427
6dd7e400
PE
14282011-06-23 Paul Eggert <eggert@cs.ucla.edu>
1429
1430 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
1431
94a807ac 14322011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
1433
1434 Use gnulib's alloca-opt module.
1435 * .bzrignore: Add lib/alloca.h.
1436 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
1437 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
1438 as gnulib now does that for us. Put alloca check in config.h.
1439 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
1440 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1441 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
1442
3ce9d0d4
LL
14432011-06-21 Leo Liu <sdl.web@gmail.com>
1444
1445 * m4/sha256.m4:
1446 * m4/sha512.m4:
1447 * m4/gl-comp.m4:
1448 * lib/u64.h:
1449 * lib/sha256.c:
1450 * lib/sha256.h:
1451 * lib/sha512.c:
1452 * lib/sha512.h:
1453 * lib/makefile.w32-in (GNULIBOBJS):
1454 * lib/gnulib.mk:
1455 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
1456 crypto/sha512 modules from gnulib.
1457
add3f049
PE
14582011-06-19 Paul Eggert <eggert@cs.ucla.edu>
1459
1460 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
1461
3a4725e1
GM
14622011-06-17 Glenn Morris <rgm@gnu.org>
1463
1464 * configure.in: Restore the behavior of checking crt-dir only
1465 when the user specified it (not all platforms use it).
1466
bf4846e7
PE
14672011-06-16 Paul Eggert <eggert@cs.ucla.edu>
1468
1469 * m4/lstat.m4: Merge from gnulib (Bug#8878).
1470
4d61f28d 14712011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
1472
1473 * configure.in: Try to determine CRT_DIR automatically when
1474 using gcc.
1475
8c9b2106
PE
14762011-06-15 Paul Eggert <eggert@cs.ucla.edu>
1477
8aeb5be9
PE
1478 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
1479 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
1480 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
1481 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
1482 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
1483 Merge from gnulib.
8c9b2106 1484
c195f2de
JD
14852011-06-14 Jan Djärv <jan.h.d@swipnet.se>
1486
1487 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
1488
7e2aa385
PE
14892011-06-08 Paul Eggert <eggert@cs.ucla.edu>
1490
1491 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
1492
81eafe29
PE
14932011-06-07 Paul Eggert <eggert@cs.ucla.edu>
1494
1495 * configure.in: Add --with-wide-int.
1496 * INSTALL: Mention this.
1497
9afafefb
PE
14982011-06-06 Paul Eggert <eggert@cs.ucla.edu>
1499
1500 Merge from gnulib.
1501 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
1502
f797625a
PE
15032011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1504
1505 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
1506
90856fe0 15072011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
1508
1509 Use 'inline', not 'INLINE'.
eefc9486 1510 * configure.in (INLINE): Remove.
55d4c1b2 1511
6a3e57bb
PE
15122011-05-29 Paul Eggert <eggert@cs.ucla.edu>
1513
1514 Adjust to recent gnulib change for @GUARD_PREFIX@.
1515 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
1516 All uses of _GL_ for guard prefixes in lib/*.h replaced with
1517 _@GUARD_PREFIX@_.
1518
842b28a0
PE
15192011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1520
e61923c8 1521 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 1522
70716b1d
GM
15232011-05-24 Glenn Morris <rgm@gnu.org>
1524
a22d9d2c
GM
1525 * Makefile.in (check): Just give a message if no test/ directory.
1526
bdd556a2
GM
1527 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
1528
70716b1d
GM
1529 * configure.in (OPT_MAKEFILES_IN): Remove.
1530 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
1531 (SUBDIR_MAKEFILES_IN): New output variable.
1532 * Makefile.in (OPT_MAKEFILES_IN): Remove.
1533 (SUBDIR_MAKEFILES_IN): Let configure set it.
1534
13c3daa4
LL
15352011-05-24 Leo Liu <sdl.web@gmail.com>
1536
1537 * m4/sha1.m4:
1538 * m4/gl-comp.m4:
1539 * lib/sha1.h:
1540 * lib/sha1.c:
1541 * lib/makefile.w32-in (GNULIBOBJS):
1542 * lib/gnulib.mk:
1543 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
1544
e09e38a8
GM
15452011-05-24 Glenn Morris <rgm@gnu.org>
1546
4ba4c54a
GM
1547 * configure.in: Remove test for already configured source directory.
1548 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
1549
5a95c002
GM
1550 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
1551
fa5d79db
GM
15522011-05-24 Glenn Morris <rgm@gnu.org>
1553
6c7e099d
GM
1554 * make-dist: Don't distribute test/. (Bug#8107)
1555 * configure.in (OPT_MAKEFILES_IN): New output variable.
1556 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
1557 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
1558 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
1559 (check): Give an explicit error if test/ is not present.
1560
fa5d79db
GM
1561 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
1562 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
1563 (Makefile): Use $SUBDIR_MAKEFILES_IN.
1564
2df215b5
PE
15652011-05-23 Paul Eggert <eggert@cs.ucla.edu>
1566
1567 * lib/verify.h: Merge from gnulib.
1568
f518ae90
PE
15692011-05-22 Paul Eggert <eggert@cs.ucla.edu>
1570
1571 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
1572 Merge from gnulib.
1573
16b71f3a
AS
15742011-05-21 Andreas Schwab <schwab@linux-m68k.org>
1575
1576 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
1577
7285dc67
EZ
15782011-05-20 Eli Zaretskii <eliz@gnu.org>
1579
6a45b46f
EZ
1580 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
1581
7285dc67
EZ
1582 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
1583
b9704ad9
GM
15842011-05-20 Glenn Morris <rgm@gnu.org>
1585
1586 * configure.in (lisp_frag): New output file.
1587
4a720484
GM
15882011-05-19 Glenn Morris <rgm@gnu.org>
1589
1590 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
1591 (WINDOW_SUPPORT): Remove output variables that are no longer used.
1592
a3c92bc1
EZ
15932011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1594
8f906c40
EZ
1595 * lib/gnulib.mk:
1596 * lib/intprops.h:
1597 * lib/unistd.in.h:
1598 * m4/inttypes.m4:
1599 * m4/stdint.m4:
1600 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 1601
d681f183
GM
16022011-05-14 Glenn Morris <rgm@gnu.org>
1603
1604 * configure.in: Treat failure to find an X toolkit the same way we treat
1605 failure to find X and image support.
1606
4f8c52a9
GM
16072011-05-12 Glenn Morris <rgm@gnu.org>
1608
1609 * Makefile.in (src, install-arch-indep, bootstrap-clean)
1610 (check-declare): Shell portability fixes. (Bug#8642)
1611
5a7f0a30
TZ
16122011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1613
1614 * configure.in: Require GnuTLS 2.6.x or higher.
1615
b08a63cc 16162011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 1617
c378da0b
PE
1618 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
1619 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
1620 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
1621
19548d08
PE
1622 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
1623 This new gnulib-tool option saves 'configure' the trouble of
1624 checking for strtoull when strtoumax exists.
1625
d1a2ac5c
PE
1626 * configure.in (BITS_PER_LONG_LONG): New macro.
1627
773233f8
GM
16282011-05-05 Glenn Morris <rgm@gnu.org>
1629
1630 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
1631 (top_distclean): Delete config.log~.
1632
40697cd9
BK
16332011-04-27 Ben Key <bkey76@gmail.com>
1634
1635 * configure.in: Fixed a bug that caused configure with
1636 --enable-checking=stringoverrun to have no effect.
1637
671875da 16382011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
1639
1640 * configure.in: Suppress unnecessary checks for size_t.
1641 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
1642 (size_t): Do not check for this, and do not typedef. This code
1643 is never exercised now.
1644
a8a2bb29
PE
1645 * Makefile.in (GNULIB_MODULES): Add strtoumax.
1646 This is needed for the new integer-reading code in lread.c.
1647 It automatically pulls in the following gnulib files, which
1648 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
1649 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1650 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1651 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 1652 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 1653
33630d51
TZ
16542011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1655
1656 * configure.in: Check for GnuTLS certificate verify callbacks.
1657
bfab7d85
SM
16582011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1659
1660 * Makefile.in (config.status): Don't erase in case of error.
1661 In case it disappeared, rebuild it with `configure'.
1662
fe0e7ad7
KB
16632011-04-20 Ken Brown <kbrown@cornell.edu>
1664
1665 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1666
f5b06c35
GM
16672011-04-12 Glenn Morris <rgm@gnu.org>
1668
1669 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
1670
762f8d96 16712011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
1672
1673 * lib/allocator.c: New file, automatically generated by gnulib.
1674
5fac7083
GM
16752011-04-07 Glenn Morris <rgm@gnu.org>
1676
1677 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
1678
973f782d
EZ
16792011-04-06 Eli Zaretskii <eliz@gnu.org>
1680
1681 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
1682 Revert last change.
1683
f1f81baa
JB
16842011-04-06 Juanma Barranquero <lekktu@gmail.com>
1685
1686 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1687 ($(BLD)/careadlinkat.$(O)): New target.
1688 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1689 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1690 Update dependencies.
1691
b70d23ff 16922011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 1693
41cf7d1a
PE
1694 Fix more problems found by GCC 4.6.0's static checks.
1695
aa181334
PE
1696 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1697
1f7196bf 1698 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
1699 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1700 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1701 * m4/ssize_t.m4: New files, automatically generated from gnulib.
1702
c0274801
GM
17032011-04-06 Glenn Morris <rgm@gnu.org>
1704
1705 * autogen/update_autogen: Handle loaddefs-like files as well.
1706 (usage): Add -l, -C.
1707 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1708 With -l, check status of lisp/ as well.
1709 With -C, clean before building.
1710 (autoreconf): Only pass -f in the `clean' case.
1711 (commit): New function.
1712
42e85a8f
GM
17132011-03-28 Glenn Morris <rgm@gnu.org>
1714
39f31873
GM
1715 * autogen/update_autogen: Pass -f to autoreconf.
1716
42e85a8f
GM
1717 * autogen.sh (get_version): Discard "not found" lines.
1718 (check_version): Respect $AUTOCONF etc environment variables.
1719
9af30bdf
GM
17202011-03-27 Glenn Morris <rgm@gnu.org>
1721
1722 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1723 (AH_BOTTOM): Do not define SIGTYPE.
1724
181855e6
GM
17252011-03-26 Glenn Morris <rgm@gnu.org>
1726
1727 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1728 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1729
9ee0d174
AS
17302011-03-25 Andreas Schwab <schwab@linux-m68k.org>
1731
1732 * autogen/update_autogen: Remove useless function keyword.
1733
07da4b3c
EZ
17342011-03-25 Eli Zaretskii <eliz@gnu.org>
1735
1736 * config.bat: Generate src/config.h and lib/Makefile from
1737 autogen/config.in and autogen/Makefile.in.
1738
f6ca84c0
GM
17392011-03-25 Glenn Morris <rgm@gnu.org>
1740
1741 * compile, config.guess, config.sub, depcomp, install-sh, missing:
1742 Remove; autoreconf can supply them.
1743 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1744 config.guess, install-sh. Pass -i to autoreconf.
1745 * autogen/update_autogen (genfiles): Add compile, config.guess,
1746 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
1747 Discard non-error output from autoreconf in -q case.
1748 * autogen/compile, autogen/config.guess, autogen/config.sub:
1749 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1750 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1751 install-sh, missing.
1752
8cc1d519
GM
17532011-03-23 Glenn Morris <rgm@gnu.org>
1754
9bb73912 1755 * autogen/update_autogen: Fix typo.
904a432c 1756 (msg): Remove function; use `exec' instead.
9bb73912 1757
8cc1d519
GM
1758 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1759 (sync-from-gnulib): Don't sync mkinstalldirs.
1760 * make-dist: Don't distribute mkinstalldirs.
1761
c9c49752 17622011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 1763
c9c49752 1764 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
1765 * Makefile.in (GNULIB_MODULES): Add socklen.
1766 * configure.in: Do not check for sys/socket.h, since socklen does that.
1767 * m4/socklen.m4: New automatically-generated file, from gnulib.
1768
d5cad867
PE
1769 fakemail: Remove dependency on ignore-value.
1770 * Makefile.in (GNULIB_MODULES): Add stdio.
1771 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
1772 imported from gnulib.
cbd350f1 1773 * .bzrignore: Add lib/stdio.h.
c9c49752 1774
34cb1cc6
GM
17752011-03-22 Glenn Morris <rgm@gnu.org>
1776
1777 * autogen/copy_autogen: Work from ./ or ../.
1778 Fix time-stamps.
1779 * autogen.sh: Doc fix.
1780
66b87493
GM
17812011-03-20 Glenn Morris <rgm@gnu.org>
1782
1783 * autogen/: New directory, to be excluded from releases.
1784 * autogen/copy_autogen, autogen/update_autogen: New scripts.
1785 * autogen/README: New file.
1786 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1787 * autogen/Makefile.in: Add auto-updated generated files.
1788 * autogen.sh: No longer a no-op, now it tests for autotools
1789 and runs them as necessary.
cd1181db 1790 * configure.in: Default maintainer-mode to on.
66b87493
GM
1791 * aclocal.m4, configure, lib/Makefile.in: Remove files.
1792
1ef6de05
PE
17932011-03-13 Paul Eggert <eggert@cs.ucla.edu>
1794
1795 Update for gnulib.
1796 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1797 includes <intprops.h> directly.
1798 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1799 when building Emacs on Solaris 9 and running it on Solaris 10.
1800
0afb4571
J
18012011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1802
1803 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
1804
33383987
JB
18052011-03-07 Chong Yidong <cyd@stupidchicken.com>
1806
1807 * Version 23.3 released.
1808
870d9cf6
GM
18092011-03-06 Glenn Morris <rgm@gnu.org>
1810
1811 * configure.in (FREETYPE_LIBS): Actually set it to something.
1812
6c0dea8a
PE
18132011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1814
1815 Work around some portability problems with symlinks.
1816
1817 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1818 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1819 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1820 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1821 * m4/symlink.m4:
1822 New files, automatically generated from gnulib.
1823 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1824 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1825
945d8b44
EZ
18262011-02-26 Eli Zaretskii <eliz@gnu.org>
1827
03382788
EZ
1828 * .bzrignore: Ignore new lib/*.in-h files.
1829
945d8b44
EZ
1830 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
1831 depfiles.bat even if lib/deps already exist.
1832
9411886d
PE
18332011-02-25 Paul Eggert <eggert@cs.ucla.edu>
1834
1835 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
1836 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
1837 recent changes to configure.in and to gnulib.
9411886d 1838
1e8dbdc6
GM
18392011-02-24 Glenn Morris <rgm@gnu.org>
1840
1841 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
1842 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
1843
f68c809d
PE
18442011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1845
1846 Assume S_ISLNK etc. work, since gnulib supports this.
1847 * Makefile.in (GNULIB_MODULES): Add sys_stat.
1848 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
1849 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
1850 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
1851
ba01e9d7
PE
18522011-02-21 Paul Eggert <eggert@cs.ucla.edu>
1853
1854 * lib/min-max.h: New file, for "min" and "max".
1855
9f8370e6
CS
18562011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1857
0a19a6f8 1858 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
9f8370e6
CS
1859 $(EMACS_ROOT)/nt/inc/stdint.h.
1860
25c51af3
EZ
18612011-02-21 Eli Zaretskii <eliz@gnu.org>
1862
1863 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
1864 src/makefile.w32-in and adapt. Depend on stamp_BLD.
1865 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
1866
5fa4ac76
PE
18672011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1868
1869 Import filemode module from gnulib.
1870 * .bzrignore: Add lib/sys/.
1871 * Makefile.in (GNULIB_MODULES): Add filemode.
1872 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
1873 * lib/filemode.c: Renamed from src/filemode.c and regenerated
1874 from gnulib. This adds support for some more file types, e.g.,
1875 Cray DMF migrated files.
1876 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
1877 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
1878 * m4/sys_stat_h.m4: New files, generated from gnulib.
1879 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1880 Regenerate.
1881
e1e6b4fb
EZ
18822011-02-20 Eli Zaretskii <eliz@gnu.org>
1883
1884 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
1885 $(EMACS_ROOT)/nt/inc/sys/stat.h.
1886
6cac9cb1
PE
18872011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1888
1889 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
1890 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
1891 is no longer needed, due to the recent SSDATA and related changes.
1892 Perhaps -Wno-pointer-sign should also be removed from
1893 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
1894 way to test this so I left it alone.
1895 * configure: Regenerate.
1896
0a19a6f8 18972011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
1898
1899 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
1900 src/makefile.w32-in.
1901
61353ac8 19022011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 1903
61353ac8 1904 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 1905 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
1906 Regenerate.
1907 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
1908 Import the new versions from gnulib; they assume a C99-style
1909 <stdint.h>, supplied by the stdint module.
1910 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
1911 imported from gnulib.
942f733f
PE
1912 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
1913 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
1914 special cases.
61353ac8 1915
9d9d12cd
EZ
19162011-02-19 Eli Zaretskii <eliz@gnu.org>
1917
152be435 1918 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 1919 Add lib/deps/.
152be435 1920
9d9d12cd 1921 * config.bat: Configure in `lib'.
219463da 1922 Generate *.Po files in lib/deps.
9d9d12cd 1923
7d315eb6
PE
19242011-02-18 Paul Eggert <eggert@cs.ucla.edu>
1925
1926 Import IRIX 6.5 getloadavg fixes from gnulib.
1927 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
1928
1f5d53eb
PE
19292011-02-16 Paul Eggert <eggert@cs.ucla.edu>
1930
1931 Import getloadavg module from gnulib.
1932 * .bzrignore: Add lib/stdlib.h.
1933 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1934 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1935 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1936 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1937 Remove; gnulib does this now.
1938 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1939 from gnulib. This adds support for several other systems, such
1940 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
1941 buffer overrun on Linux hosts under very high load, and on hosts
1942 that maintain a channel to the load average file it makes sure
1943 the file descriptor is close-on-exec (on hosts that support this)
1944 and is not stdin, stdout, or stderr.
1945 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1946 from gnulib.
1947 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1948 * src/config.in: Regenerate.
1949
bb55f713
PE
19502011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1951
1952 Merge from gnulib.
1953
7127b760
PE
1954 * install-sh: Update to scriptversion 2011-01-19.21.
1955
bb55f713
PE
1956 2011-02-13 Bruno Haible <bruno@clisp.org>
1957
1958 Consistent macro naming for macros that use GCC __attribute__.
1959 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1960 ATTRIBUTE_DEPRECATED.
1961
1962 2011-02-12 Bruno Haible <bruno@clisp.org>
1963
1964 setlocale: Prefer gnulib's override over libintl's override.
1965 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1966 GNULIB_defined_setlocale is set.
1967
57e96f8e
GM
19682011-02-13 Glenn Morris <rgm@gnu.org>
1969
1970 * make-dist: Exclude generated file src/globals.h.
1971
988c07df
PE
19722011-02-10 Paul Eggert <eggert@cs.ucla.edu>
1973
1974 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1975 Sync from gnulib, which has been patched to fix the problem
1976 with the license notices. Problem reported by Glenn Morris in
1977 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1978
ccded26c
SM
19792011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * .bzrignore: Ignore globals.h and related stamp.
1982
6ffb2c0c
PE
19832011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1984
1985 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1986 This merges the following fix from gnulib:
1987
1988 2011-02-08 Bruno Haible <bruno@clisp.org>
1989
1990 Split large sed scripts, for HP-UX sed.
1991
00b3c7ac
TT
19922011-02-08 Tom Tromey <tromey@redhat.com>
1993
1994 * configure: Rebuild.
1995 * configure.in (NS_OBJC_OBJ): New subst.
1996
91ccade4
PE
19972011-02-06 Paul Eggert <eggert@cs.ucla.edu>
1998
6ffb2c0c
PE
1999 gnulib: allow multiple gnulib generated replacements to coexist
2000 This defines a few preprocessor symbols that should not affect Emacs.
2001 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
2002 via "make sync-from-gnulib".
2003
e765a388
PE
2004 gnulib: undo previous change
2005 The upstream _HEADERS change was backed out of gnulib (see the
2006 same thread). Stay in sync with gnulib.
2007
91ccade4 2008 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
2009 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
2010 New empty macros, to accommodate recent changes to gnulib. See
2011 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
2012 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
2013 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
2014 * lib/time.in.h, lib/unistd.in.h:
2015 Regenerate.
91ccade4 2016
d67985d3
PE
20172011-02-05 Paul Eggert <eggert@cs.ucla.edu>
2018
2019 sync from gnulib to remove HAVE_STDBOOL_H
2020 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
2021 AC_HEADER_STDBOOL. All uses changed. Do not define
2022 HAVE_STDBOOL_H, as gnulib does not need this. This change is
2023 imported from the latest Autoconf git. It was motivated by Emacs,
2024 which uses gnulib but does not need HAVE_STDBOOL_H.
2025 * configure, src/config.in: Regenerate.
2026 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
2027
67342916
PE
20282011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2029
2030 allow C code to suppress warnings about ignored return values
2031 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
2032 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2033 * lib/ignore-value.h: New file.
67342916 2034
14beddf4 20352011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
2036
2037 * configure.in: Test existence of xaw3d library, not just the
2038 header (Bug#7642).
2039
6ffb2c0c
PE
20402011-01-31 Eli Zaretskii <eliz@gnu.org>
2041
2042 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
2043 $(BLD)/time_r.$(O).
2044 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
2045 $(EMACS_ROOT)/src/m/intel386.h.
2046 ($(BLD)/strftime.$(O)):
2047 ($(BLD)/time_r.$(O)): Define prerequisites.
2048
16fab143
PE
20492011-01-31 Paul Eggert <eggert@cs.ucla.edu>
2050
2051 src/emacs.c now gets version number from configure.in
2052 * configure.in (version): Set this from $PACKAGE_VERSION,
2053 which is set from AC_INIT, rather than scouting through src/emacs.c.
2054 * configure: Regenerate.
2055 * make-dist (version): Get it from configure.in, not src/emacs.c.
2056
16c3e636
PE
20572011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2058
2059 strftime: import from gnulib
2060 * Makefile.in (GNULIB_MODULES): Add strftime.
2061 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
2062 needed.
6ffb2c0c 2063 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 2064 Regenerate.
6ffb2c0c
PE
2065 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
2066 imported from gnulib.
16c3e636
PE
2067 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
2068 This incorporates many changes from gnulib, including simpler
2069 handling of multibyte formats, porting to mingw32 and other
2070 platforms, and support for higher-resolution time stamps.
2071 Emacs does not yet use the higher-resolution interface.
2072
3de84ad9
PE
20732011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2074
2075 gnulib: import mktime and move-if-change fixes from gnulib
2076
2077 * configure: Regenerate from the following.
2078
6ffb2c0c
PE
2079 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2080
2081 mktime: clarify long_int width checking
2082 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
2083 the top level, to make it clearer that the assumption about
2084 long_int width is being checked. See
2085 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
2086
3de84ad9
PE
2087 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
2088
2089 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 2090 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
2091 negative number, which the C Standard says has undefined behavior.
2092 In practice this is not a problem, but might as well do it by the book.
2093 Reported by Rich Felker and Eric Blake; see
2094 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
2095 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2096 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
2097
2098 mktime: #undef mktime before #defining it
2099 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
2100
2101 mktime: systematically normalize tm_isdst comparisons
2102 * lib/mktime.c (isdst_differ): New function.
2103 (__mktime_internal): Use it systematically for all isdst comparisons.
2104 This completes the fix for libc BZ #6723, and removes the need for
2105 normalizing tm_isdst. See
2106 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
2107 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
2108
2109 mktime: fix some integer overflow issues and sidestep the rest
2110
2111 This was prompted by a bug report by Benjamin Lindner for MinGW
2112 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
2113 His bug is due to signed integer overflow (0 - INT_MIN), and I
2114 I scanned through mktime.c looking for other integer overflow
2115 problems, fixing all the bugs I found.
2116
2117 Although the C Standard says the resulting code is still not safe
2118 in the presence of integer overflow, in practice it should be good
2119 enough for all real-world two's-complement implementations, except
2120 for debugging environments that deliberately trap on integer
2121 overflow (e.g., gcc -ftrapv).
2122
2123 * lib/mktime.c (WRAPV): New macro.
2124 (SHR): Also check that long_int and time_t shift right in the
2125 usual way, before using the fast-but-unportable method.
2126 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
2127 used. The code already assumed two's complement, so there's
2128 no need to test for alternatives. All uses removed.
2129 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
2130 the C standard. Problem reported by Rich Felker in
2131 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
2132 (twos_complement_arithmetic): Also check long_int and time_t.
2133 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
2134 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
2135 (__mktime_internal): Avoid integer overflow with unary subtraction
2136 in two instances where -1 - X is an adequate replacement for -X,
2137 since the calculations are approximate.
3de84ad9
PE
2138
2139 2011-01-29 Eric Blake <eblake@redhat.com>
2140
2141 mktime: avoid infinite loop
2142 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
2143 type; behavior is still undefined but portable to all known targets.
2144 Reported by Rich Felker.
2145
6ffb2c0c
PE
2146 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2147
2148 mktime: avoid problems on NetBSD 5 / i386
2149 * lib/mktime.c (long_int): New type. This works around a problem
2150 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
2151 but time_t is 64 bits, and where I expect the existing code is
2152 wrong in some cases.
2153 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
2154 (ydhms_diff): Bring back the compile-time check for wide-enough
2155 year and yday.
2156
2157 mktime: fix misspelling in comment
2158 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
2159 This merges all recent glibc changes of importance.
2160
3de84ad9
PE
2161 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2162
2163 move-if-change: cope with concurrent mv of identical file.
2164 * move-if-change (CMPPROG): Accept environment
2165 variable as an override for `cmp'.
2166 (usage): Document CMPPROG.
2167 Adjust comparison to drop stdout. Cope with failure of mv if
2168 the target file exists and is identical to the source, for
2169 parallel builds.
2170 Report from H.J. Lu against binutils in PR binutils/12283.
2171
6ffb2c0c
PE
21722011-01-29 Eli Zaretskii <eliz@gnu.org>
2173
2174 * lib/makefile.w32-in:
2175 * lib/getopt_.h: New files.
2176
c7e95b91
PE
21772011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2178
2179 improve fix for MS-DOS file name clash
2180 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
2181 for portability to POSIX make. Reported by Bruno Haible.
2182 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
2183 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
2184 files from accumulating as garbage. Also reported by Bruno Haible.
2185
125c3718
PE
21862011-01-27 Paul Eggert <eggert@cs.ucla.edu>
2187
2188 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
2189 * Makefile.in (DOS-gnulib-comp.m4): New macro.
2190 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
2191 problems with MS-DOS 8+3 file name restrictions.
2192 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
2193 it, it would also cause problems when extracting Emacs distribution
2194 tarballs on MS-DOS hosts.
2195 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 2196 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
2197 * config.guess, config.sub: Sync from gnulib.
2198 * m4/gnulib-cache.m4: Remove from repository.
2199 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
2200
4004ef46
GM
22012011-01-25 Glenn Morris <rgm@gnu.org>
2202
0b5c5d82
GM
2203 * README: Add a note about ranges in copyright years.
2204
4004ef46
GM
2205 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
2206
06d8ace5 22072011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
2208
2209 * configure.in: Add HP-UX on IA64 (Bug#6811).
2210
d6974efa
PE
22112011-01-24 Paul Eggert <eggert@cs.ucla.edu>
2212
2213 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
2214 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
2215 as it is no longer needed.
6ffb2c0c 2216 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
2217 * configure.in: Invoke the new gnulib macro
2218 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
2219 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
2220 * m4/getopt.m4: Sync from gnulib; this removes the need for
2221 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
2222 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
2223 New macro, synced from gnulib.
2224 * m4/warn-on-use.m4: Remove.
2225
e02ea74b
PE
22262011-01-22 Paul Eggert <eggert@cs.ucla.edu>
2227
2228 aclocal.m4: put this file back into repository
2229 This way, we don't have to assume that the maintainer has
2230 the automake package installed. See
2231 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
2232 * .bzrignore: Remove aclocal.m4, undoing the previous change.
2233 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
2234 undoing the previous change.
2235 * aclocal.m4: New file (actually, resurrected).
2236
48dcd482
MB
22372011-01-22 Miles Bader <miles@gnu.org>
2238
2239 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
2240 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
2241 Emacs directly uses fontconfig, and breaks building when using a
2242 strict linker).
2243
925e561d
PE
22442011-01-21 Paul Eggert <eggert@cs.ucla.edu>
2245
b06b1098
PE
2246 src/config.in: shrink slightly
2247 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
2248 This makes src/config.in a bit smaller, by removing identifiers
2249 like GNULIB_TEST_MKTIME that Emacs does not need.
2250 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
2251 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2252 Sync from gnulib. This removes a few more unnecessary symbols from
2253 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
2254 * configure, src/config.in: Regenerate.
2255
925e561d
PE
2256 aclocal.m4: tweaks to regenerate more conveniently
2257 This attempts to act better when the source is in a weird state. See
2258 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
2259 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
2260 * .bzrignore: Add aclocal.m4.
2261
942be821
PE
22622011-01-20 Paul Eggert <eggert@cs.ucla.edu>
2263
2264 aclocal.m4: omit auto-generated file from repository
2265 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
2266 the most recent change here.
2267 * aclocal.m4: Remove from bzr repository. This file is
2268 auto-generated and isn't needed to run 'configure'. See
2269 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
2270
0813c96e
PE
22712011-01-19 Paul Eggert <eggert@cs.ucla.edu>
2272
2273 Minor Makefile.in tweaks to build from gnulib better.
2274 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
2275 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
2276 (top_maintainer_clean): Don't remove aclocal.m4.
2277
7cae64b4
PE
22782011-01-18 Paul Eggert <eggert@cs.ucla.edu>
2279
53911e8f
PE
2280 Minor cleanups for 'bzr status'
2281 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
2282 the output of config.guess.
2283 * Makefile.in (top_distclean): Remove stamp-h1 too.
2284
7cae64b4
PE
2285 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
2286 defined if the compiler supports GCC-style __attribute__
2287 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
2288 this syntax.
2289
a3e44e79 22902011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 2291
3cbecb8f
PE
2292 Makefile.in: tidy up the building of lib
2293 * Makefile.in (am--refresh): Mark as .PHONY.
2294 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
2295 as they're not rebuilt unless you do a "make sync-from-gnulib"
2296 and the former is needed for "configure".
2297 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
2298 has already removed lib/Makefile.
2299
ecbfcc83
PE
2300 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
2301 This avoids building ftoastr and ldtoastr, which aren't needed. See
2302 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 2303
803059b9
PE
2304 * .bzrignore: Add .h files that are host-dependent.
2305 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
2306 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
2307 host-dependent and are built as part of an ordinary 'make', and
2308 should not be checked in.
2309
6ffb2c0c
PE
2310 * lib/Makefile.in: Regenerate.
2311 * lib/COPYING: New file, a copy of COPYING.
2312
2a78afcc 2313 * configure: Regenerate.
37564543
PE
2314 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
2315
e275c824 2316 Regenerate.
6ffb2c0c
PE
2317 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2318 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
2319 New files, copied from gnulib by gnulib-tool.
2320 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
2321 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2322 Regenerate.
ecbfcc83 2323
84bbb1ad
PE
2324 Use gnulib's getopt-gnu module.
2325 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
2326 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
2327 representative of the dependencies.
2328 * configure.in: Do not configure getopt, as gnulib does that now.
2329 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
2330 getopt now, in lib.
ecbfcc83 2331
1fd182f0 2332 Regenerate.
6ffb2c0c
PE
2333 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
2334 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
2335 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
2336 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
2337 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
2338 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
2339 * m4/wchar_t.m4, warn-on-use.h:
2340 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 2341 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
2342 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2343 Regenerate.
2344
1e11dbe3
PE
2345 Use gnulib's mktime module.
2346 * Makefile.in (GNULIB_MODULES): Add mktime.
2347 * configure.in: Remove code no longer needed, as gnulib now does it.
2348 (AC_CHECK_FUNCS): Remove mktime.
2349 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
2350 (__restrict): Remove, as this now gets in the way of the C99
2351 support for 'restrict' pulled in by the gnulib mktime module.
2352 Code should now use 'restrict' and not '__restrict".
2353 (mktime): Remove.
2354 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
2355 and warn-on-use.h into the distribution.
1fd182f0
PE
2356
2357 Regenerate.
6ffb2c0c
PE
2358 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
2359 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 2360 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
2361 * lib/dummy.c: Remove.
2362 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
2363 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2364 Regenerate.
ecbfcc83 2365
1e11dbe3 2366 Use gnulib's ftoastr module.
fa2c4f56
PE
2367 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
2368
743c80a7 2369 Regenerate.
6ffb2c0c
PE
2370 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
2371 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
2372 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
2373 New files, generated automatically, with 'make sync-from-gnulib'
2374 followed by 'make'.
2375 * configure, lisp/dired.el, src/config.in: Regenerate.
2376
9a514d4a
PE
2377 Automate syncing from gnulib.
2378 * INSTALL, README: Document new subdirectory 'lib'.
2379 * Makefile.in (SUBDIR): Add lib.
2380 (SUBDIR_MAKEFILES): Add lib/Makefile.
2381 (lib-src, src, TAGS, tags): Depend on lib.
2382 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
2383 ($(gnulib_srcdir)): New rule.
2384 (sync-from-gnulib): New rule, which is .PHONY.
2385 (lib): New rule, which is like lib-src.
2386 (Makefile): Depend on lib/Makefile.in.
2387 (AUTOCONF_INPUTS): Depend on aclocal.m4.
2388 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
2389 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
2390 (am--refresh): New rule, to pacify Automake.
2391 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
2392 Clean lib, too.
2393 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
2394 droppings.
2395 (maintainer-clean, extraclean): Use it.
2396 * configure.in: Initialize for automake and gnulib, by invoking
2397 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
2398 lib/Makefile, too. Use automake to build gnulib, as gnulib works
2399 more conveniently with automake.
6ffb2c0c 2400 * lib/Makefile.am: New file.
9a514d4a
PE
2401 * make-dist: Also put into the distribution aclocal.m4,
2402 compile, depcomp, missing, and the files under lib/.
2403
dc3e3e7b
GM
24042011-01-15 Glenn Morris <rgm@gnu.org>
2405
2406 * Makefile.in (epaths-force): No more arch-tag to edit.
2407
dab73760
CY
24082011-01-15 Chong Yidong <cyd@stupidchicken.com>
2409
2410 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
2411
9f4b8b47
PE
24122011-01-14 Paul Eggert <eggert@cs.ucla.edu>
2413
2414 * make-dist: Distribute test/ files too.
2415 Distribute every file under test/ that is under version control,
2416 using patterns like *.el to capture files that are added later.
2417 Without this change, "configure" would fail, because it would
2418 attempt to build from a Makefile.in that was not distributed.
2419
d221e780
CO
24202011-01-13 Christian Ohler <ohler@gnu.org>
2421
2422 * Makefile.in (INFO_FILES): Add ERT.
2423
2424 * Makefile.in (check): Run tests in test/automated.
2425
2426 * Makefile.in:
2427 * configure.in: Add test/automated/Makefile.
2428
bc5585d1
PE
24292011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2430
2b3f5bc8
PE
2431 * install-sh, mkinstalldirs, move-if-change: Update from master
2432 source in gnulib.
2433
bc5585d1
PE
2434 * config.guess, config.sub: Updated from master source.
2435
2018939f
AS
24362011-01-05 Andreas Schwab <schwab@linux-m68k.org>
2437
2438 * configure.in: Check for __builtin_unwind_init.
2439
e5365138
GM
24402011-01-05 Glenn Morris <rgm@gnu.org>
2441
2442 * configure.in (HAVE_MAKEINFO): New output variable.
2443 (MAKEINFO): Reset to "makeinfo" if not found.
2444 * Makefile.in (install-arch-indep, info):
2445 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
2446
4fc5868a
UM
24472010-12-29 Ulrich Mueller <ulm@gentoo.org>
2448
2449 * configure.in: Make gameuser configurable (Bug#7717).
2450
68251e16
GM
24512010-12-15 Glenn Morris <rgm@gnu.org>
2452
2453 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
2454 long absent lib-src/fns-*.el.
2455
838db889
GM
24562010-12-11 Glenn Morris <rgm@gnu.org>
2457
2458 * make-dist: Exclude etc/*.pyc.
2459
fe646d2c
AS
24602010-12-10 Andreas Schwab <schwab@linux-m68k.org>
2461
2462 * configure.in: Don't double machfile in final message.
2463
d96c83fa
CY
24642010-12-04 Chong Yidong <cyd@stupidchicken.com>
2465
2466 * configure.in: Fix last change.
2467
d6a003a8
AS
24682010-12-04 Andreas Schwab <schwab@linux-m68k.org>
2469
2470 * configure.in: Remove reference to removed machine description
2471 files and allow $machine and $machfile to be empty. Substitute
2472 M_FILE/S_FILE instead of machfile/opsysfile.
2473
067d23c9
KY
24742010-12-03 Glenn Morris <rgm@gnu.org>
2475
2476 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
2477
24782010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2479
2480 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
2481 (EXTERNALLY_VISIBLE): New definition.
2482
24832010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2484
2485 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
2486
24872010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2488
2489 * configure.in: Do not check for unconditionally included headers.
2490
24912010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2492
2493 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2494
24952010-11-09 Michael Albinus <michael.albinus@gmx.de>
2496
2497 * configure.in: Don't write a warning for D-Bus anymore.
2498
24992010-11-06 Andreas Schwab <schwab@linux-m68k.org>
2500
2501 * configure.in: Fix indentation.
2502
25032010-10-31 Ken Brown <kbrown@cornell.edu>
2504
2505 * configure.in (checking whether localtime caches TZ): Use
2506 unsetenv instead of modifying environment directly.
2507
25082010-10-25 Andreas Schwab <schwab@linux-m68k.org>
2509
2510 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2511 to avoid warning.
2512
25132010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2514
e9fce1ac 2515 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
2516
25172010-10-22 Glenn Morris <rgm@gnu.org>
2518
2519 * make-dist: Avoid listing .el files twice. Don't try to run
2520 autoconf if --no-update.
2521
25222010-10-20 Glenn Morris <rgm@gnu.org>
2523
2524 * make-dist: No longer create lisp/MANIFEST.
2525
25262010-10-14 Glenn Morris <rgm@gnu.org>
2527
2528 * BUGS, INSTALL.BZR, README: Updates.
2529
25302010-10-13 Glenn Morris <rgm@gnu.org>
2531
2532 * make-dist: Remove --compress. Check for the appropriate
2533 gzip-like executable, and if not found, don't compress.
2534 Check version number in README, don't change it.
2535 Use find for nt/inc/*.h.
2536
25372010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2538
2539 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
2540 trailing / from directory names.
2541
25422010-10-12 Glenn Morris <rgm@gnu.org>
2543
2544 * make-dist: Update and simplify.
2545
25462010-10-12 Eli Zaretskii <eliz@gnu.org>
2547
2548 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
2549
25502010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2551
2552 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
2553
25542010-10-09 Glenn Morris <rgm@gnu.org>
2555
2556 * make-dist: No more doc/emacs/*.texi.in.
2557
2558 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2559
25602010-10-09 Glenn Morris <rgm@gnu.org>
2561
2562 * configure.in: Combine some conditionals.
2563
2564 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
2565 * make-dist: Include doc/emacs/*.texi.in.
2566
2567 * INSTALL, make-dist: Remove references to b2m.
2568 * Makefile.in (MAN_PAGES): Remove b2m.1.
2569
25702010-10-05 Glenn Morris <rgm@gnu.org>
2571
2572 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2573
25742010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2575
2576 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2577
25782010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2579
2580 * configure.in: Include stdlib.h and string.h unconditionally.
2581
25822010-09-29 Romain Francoise <romain@orebokech.com>
2583
2584 * configure.in: Don't enable ImageMagick unless HAVE_X11.
2585
25862010-09-28 Glenn Morris <rgm@gnu.org>
2587
2588 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
2589 happy.
2590
25912010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2592
2593 * configure.in: Enable imagemagick by default.
2594
25952010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2596
2597 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 2598 GnuTLS libraries.
067d23c9
KY
2599
26002010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2601
2602 * configure.in: Set up GnuTLS.
2603
26042010-09-22 Chong Yidong <cyd@stupidchicken.com>
2605
2606 * configure.in: Announce whether libxml2 is linked to.
2607
26082010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2609
2610 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
2611
26122010-09-18 Eli Zaretskii <eliz@gnu.org>
2613
2614 * config.bat: Detect that libxml2 is installed and if so, build
2615 with it.
2616
26172010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2618
2619 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2620 be used. This fixes a conf problem on Mac OS X.
2621
26222010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2623
2624 * configure.in: Check for libxml2.
2625
26262010-09-09 Glenn Morris <rgm@gnu.org>
2627
2628 * make-dist: No more TODO files under lisp/.
2629
26302010-09-04 Eli Zaretskii <eliz@gnu.org>
2631
2632 * config.bat: Produce lisp/gnus/_dir-locals.el from
2633 lisp/gnus/.dir-locals.el.
2634
26352010-08-23 Andreas Schwab <schwab@linux-m68k.org>
2636
2637 * configure.in: Fix check for librsvg, imagemagick and
2638 MagickExportImagePixels.
2639
26402010-08-18 Joakim Verona <joakim@verona.se>
2641
2642 * Makefile.in, configure.in: Checks for ImageMagick.
2643
26442010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
2645
2646 * configure.in (AC_PREREQ): Require autoconf 2.65.
2647
26482010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2649
2650 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2651
26522010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2653
2654 * configure.in: Add AC_C_BIGENDIAN.
2655
26562010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2657
2658 * configure.in (ORDINARY_LINK): Use on hpux* too.
2659
26602010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2661
2662 * configure.in: Check for util.h.
2663 Use -Wimplicit-function-declaration if compiler supports it.
2664
26652010-08-05 Eli Zaretskii <eliz@gnu.org>
2666
2667 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2668
26692010-08-04 Andreas Schwab <schwab@linux-m68k.org>
2670
2671 * configure.in: Restore accidentally removed use of
2672 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2673
26742010-07-29 Chad Brown <yandros@mit.edu>
2675
2676 * configure.in: Check for dirent.h.
2677
26782010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2679
2680 * configure.in: Remove reference to usg5-4, unused.
2681
26822010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2683
2684 * configure.in: Check for __executable_start.
2685
26862010-07-24 Ken Brown <kbrown@cornell.edu>
2687
2688 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2689
26902010-07-24 Juanma Barranquero <lekktu@gmail.com>
2691
2692 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2693
26942010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
2695
2696 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2697
26982010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2699
2700 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2701 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2702 (C_OPTIMIZE_SWITCH): Remove.
2703 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2704
27052010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2706
2707 * configure.in: Don't check for index and rindex, check for strchr
2708 and strrchr. Define strchr and strrchr as index and rindex,
2709 resp., in src/config.h if not available.
2710
27112010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2712
2713 * configure.in: Use -Wold-style-definition if available.
2714 This helps with the transition to standard C code, it can be
2715 removed when done.
2716
2717 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2718
2719 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2720 and MSWindows.
2721
27222010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2723
2724 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
2725 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2726
27272010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2728
2729 * configure.in (getenv): Remove K&R declaration.
2730
27312010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2732
2733 * configure.in: Remove define __P.
2734
27352010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2736
2737 * configure.in (--enable-use-lisp-union-type): New flag.
2738
27392010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2740
2741 Fix CFLAGS for non-GCC compilers.
2742 * configure.in (CFLAGS): Always use -g like it was done before the
2743 2010-03-30 change.
2744 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2745 (Bug#6538)
2746
27472010-06-30 Glenn Morris <rgm@gnu.org>
2748
2749 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2750 Set with AC_DEFINE rather than AH_BOTTOM.
2751
2752 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2753 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2754 Set with shell, not cpp.
2755 (LIBX): Remove, just use -lX11 in the one place this was used.
2756 (cannot_dump): Replace with CANNOT_DUMP.
2757
27582010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2759
0a19a6f8 2760 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
2761 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2762 by minimum required Gtk+ 2.6). Add checks for functions introduced
2763 in Gtk+ 2.14 or newer (bug#6505).
2764
27652010-06-26 Eli Zaretskii <eliz@gnu.org>
2766
2767 * config.bat: Remove white space around "+" in COPY commands.
2768
27692010-06-23 Glenn Morris <rgm@gnu.org>
2770
2771 * info/dir: Start descriptions in column 32, per Texinfo convention.
2772
27732010-06-16 Chong Yidong <cyd@stupidchicken.com>
2774
2775 * INSTALL: Update font information (Bug#6389).
2776
27772010-06-16 Glenn Morris <rgm@gnu.org>
2778
2779 * INSTALL: General update.
2780
27812010-06-12 Glenn Morris <rgm@gnu.org>
2782
2783 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2784
27852010-06-11 Glenn Morris <rgm@gnu.org>
2786
2787 * configure.in (--without-compress-info): New option.
2788 (GZIP_INFO): New output variable.
2789
2790 * Makefile.in (GZIP_INFO): New, set by configure.
2791 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2792 Handle man pages in the same way.
2793
27942010-06-10 Glenn Morris <rgm@gnu.org>
2795
2796 * Makefile.in (install-arch-indep): Gzip the info files too.
2797
2798 * make-dist: Remove references to non-existent directories and files.
2799
28002010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2801
2802 * configure.in: Include <strings.h> and <string.h> instead of
2803 "strings.h" and "string.h".
2804
28052010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2806
2807 * configure.in: Remove code dealing with BSTRING.
2808
28092010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2810
2811 * configure.in (AC_PREREQ): Require autoconf 2.65.
2812
2813 * configure.in (unxec): Do not define and substitute.
2814 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2815
28162010-06-03 Glenn Morris <rgm@gnu.org>
2817
2818 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2819
28202010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2821
2822 Fix alloca definition when using gcc on non-gnu systems.
2823 * configure.in: Use the code sequence indicated by "info autoconf"
2824 for alloca (bug#6170).
2825
28262010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2827
2828 * .bzrignore: Ignore new files from trunk, which appear if you use
2829 colocated branches (i.e. "bzr switch").
2830
28312010-05-28 Glenn Morris <rgm@gnu.org>
2832
2833 * configure.in: Simplify some of the $canonical tests.
2834
28352010-05-27 Glenn Morris <rgm@gnu.org>
2836
2837 * config.bat: Do not preprocess src/Makefile.in.
2838
2839 * configure.in: Do not preprocess src/Makefile.in.
2840 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
2841 (AC_EGREP_CPP): Test no longer needed.
2842
2843 * make-dist: No more Makefile.c files.
2844
28452010-05-26 Glenn Morris <rgm@gnu.org>
2846
2847 * configure.in (YMF_PASS_LDFLAGS): Remove.
2848 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
2849
2850 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
2851 Add $GNUSTEP_LOCAL_HEADERS.
2852 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
2853
2854 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
2855 (GNUSTEP_MAKEFILES): Remove.
2856 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
2857 stuff to here.
2858
28592010-05-25 Glenn Morris <rgm@gnu.org>
2860
2861 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
2862 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2863
2864 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2865 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
2866 here instead.
2867
28682010-05-24 Romain Francoise <romain@orebokech.com>
2869
2870 * make-dist: Look for version in src/emacs.c.
2871 Use lisp/subr.el rather than lisp/version.el for location check.
2872
28732010-05-21 Glenn Morris <rgm@gnu.org>
2874
2875 * configure.in (MKDEPDIR): Parallel build tweak.
2876
2877 * configure.in (ns_frag): New output file.
2878
2879 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
2880 (OLDXMENU_TARGET): Set to empty if USE_GTK.
2881
2882 * configure.in (cannot_dump): New output variable.
2883
28842010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2885
2886 * configure.in: On NetBSD, if terminfo is found, use it in
2887 preference to termcap. (Bug#6190)
2888
28892010-05-20 Glenn Morris <rgm@gnu.org>
2890
2891 * make-dist (src): Include *.mk.
2892 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
2893 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
2894 (deps_frag): New output file.
2895 (AUTO_DEPEND): Remove this definition.
2896
2897 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
2898
28992010-05-19 Glenn Morris <rgm@gnu.org>
2900
2901 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
2902 (ORDINARY_LINK): New AC_DEFINE.
2903 (LIB_GCC): No need to set if ORDINARY_LINK.
2904
29052010-05-18 Glenn Morris <rgm@gnu.org>
2906
2907 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
2908 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
2909
2910 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
2911 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
2912 (RALLOC_OBJ): New output variable.
2913
2914 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
2915 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
2916
29172010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2918
2919 * Makefile.in (src): Provide the name of the VCS file that witnesses
2920 a pull.
2921 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
2922
29232010-05-17 Glenn Morris <rgm@gnu.org>
2924
2925 * configure.in (OLDXMENU_DEPS): New output variable.
2926
29272010-05-16 Glenn Morris <rgm@gnu.org>
2928
2929 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
2930
2931 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
2932 * Makefile.in (install-arch-dep): Update for above change.
2933
2934 * Makefile.in (ns_appdir): Remove.
2935 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2936
2937 * configure.in (TEMACS_LDFLAGS2): New output variable.
2938
2939 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2940 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2941 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2942 nothing uses.
2943
29442010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2945
2946 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2947 does not use them.
2948 (X11R5_INHIBIT_I18N): Remove, unused.
2949
29502010-05-15 Glenn Morris <rgm@gnu.org>
2951
2952 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2953
2954 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2955
29562010-05-15 Ken Raeburn <raeburn@raeburn.org>
2957
2958 * configure.in: Look for version string in its new location.
2959
29602010-05-15 Eli Zaretskii <eliz@gnu.org>
2961
2962 * config.bat: Remove support for DJGPP v1.x.
2963
29642010-05-15 Glenn Morris <rgm@gnu.org>
2965
2966 * configure.in (OLDXMENU_TARGET): New output variable.
2967
2968 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2969
2970 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2971 and other files that no longer exist.
2972
29732010-05-14 Glenn Morris <rgm@gnu.org>
2974
2975 * configure.in (cpp_undefs): Add mktime, register, X11.
2976
2977 * configure.in (GPM_MOUSE_SUPPORT): Remove.
2978 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2979 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2980
2981 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2982 (GNUSTEP_MAKEFILES): Do not output.
2983
29842010-05-13 Glenn Morris <rgm@gnu.org>
2985
2986 * configure.in: Fix some paren typos.
2987
2988 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2989
2990 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2991
29922010-05-12 Glenn Morris <rgm@gnu.org>
2993
2994 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2995
2996 * configure.in (LIB_GCC): New output variable.
2997
29982010-05-11 Glenn Morris <rgm@gnu.org>
2999
3000 * make-dist (msdos): No more mainmake.
3001
3002 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
3003 * config.bat: Do not run cpp on lib-src/Makefile.in.
3004
3005 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
3006
30072010-05-10 Glenn Morris <rgm@gnu.org>
3008
3009 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
3010
3011 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
3012 (BLESSMAIL_TARGET): New output variable.
3013
30142010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3015
3016 * INSTALL: Fix typos.
3017
30182010-05-08 Chong Yidong <cyd@stupidchicken.com>
3019
3020 * configure.in: Add check for buggy version of GCC (Bug#6031).
3021
30222010-05-08 Glenn Morris <rgm@gnu.org>
3023
3024 * configure.in (HAVE_LIBNCURSES): New local variable.
3025 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
3026 replacing cpp in src/s/*.h and src/Makefile.in.
3027
30282010-05-07 Chong Yidong <cyd@stupidchicken.com>
3029
3030 * Version 23.2 released.
3031
30322010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * configure.in: Add tests for `isnan' and `copysign'.
3035
30362010-05-07 Eli Zaretskii <eliz@gnu.org>
3037
3038 * config.bat: Allow for 2 leading `#'s in comments in
3039 src/Makefile.in.
3040
30412010-05-07 Glenn Morris <rgm@gnu.org>
3042
3043 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
3044 Merges logic from src/s/* and src/Makefile.in.
3045 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3046
30472010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3048
3049 Define START_FILES and LIB_STANDARD using autoconf.
3050 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
3051 here from src/s/*.h.
3052 (HAVE_CRTIN): Remove, inline logic in the netbsd
3053 START_FILES/LIB_STANDARD computation.
3054
30552010-05-06 Glenn Morris <rgm@gnu.org>
3056
3057 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
3058
3059 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
3060 (LD_SWITCH_X_SITE): Remove unused variables.
3061
30622010-05-04 Glenn Morris <rgm@gnu.org>
3063
3064 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
3065 as well.
3066 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
3067
3068 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3069
3070 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
3071 variables, replacing c_switch_machine, c_switch_system.
3072 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
3073 @c_switch_system@.
3074
30752010-05-03 Glenn Morris <rgm@gnu.org>
3076
3077 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
3078
3079 * make-dist: There are no more src/m/*.inp files.
3080
30812010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3082
3083 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
3084 (ac_link): Do not use ld_switch_machine.
3085
30862010-05-01 Glenn Morris <rgm@gnu.org>
3087
3088 * configure.in (OTHER_OBJ): Remove.
3089 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
3090
30912010-04-30 Glenn Morris <rgm@gnu.org>
3092
3093 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
3094 Elsewhere, maybe include it.
3095
3096 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
3097 (OLDXMENU, LIBXMENU): New output variables.
3098
3099 * configure.in (OTHER_OBJ): New output variable.
3100
31012010-04-28 Glenn Morris <rgm@gnu.org>
3102
3103 * configure.in (CYGWIN_OBJ): New output variable.
3104
3105 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
3106
3107 * configure.in (FONT_OBJ): New output variable.
3108
3109 * configure.in (LIBXMU): New output variable.
3110
3111 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
3112
3113 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
3114 userland and maybe change values to i386 (move test from s/amdx86-64.h).
3115
31162010-04-27 Glenn Morris <rgm@gnu.org>
3117
3118 * configure.in (LIBXTR6): New output variable. Move unixware special
3119 case here from src/s/unixware.h.
3120
3121 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
3122 in Makefiles.
3123 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
3124
3125 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
3126 (LIBXP): No longer substitute in Makefiles.
3127 (MOTIF_LIBW): New output variable. Move system-specific settings here
3128 from src/s files.
3129
31302010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3131
3132 Reduce CPP usage.
3133 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
3134 (unexec): Define unconditionally, all platforms define
3135 UNEXEC. AC_SUBST it.
3136 (UNEXEC_SRC): Remove, unused.
3137 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
3138
31392010-04-27 Glenn Morris <rgm@gnu.org>
3140
3141 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
3142 replaced by LIBXP.
3143
3144 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
3145 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
3146 On hpux10-20, default to /lib.
3147
3148 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
3149
31502010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
3151
3152 * configure.in (LIBS_MACHINE): Remove, unused.
3153
3154 * configure.in (LIB_MATH): New output variable. Set it for some systems.
3155
31562010-04-24 Glenn Morris <rgm@gnu.org>
3157
3158 * configure.in (CRT_DIR): New output variable.
3159 (--with-crt-dir): New option. (Bug#5655)
3160 (HAVE_LIB64_DIR): Remove.
3161
31622010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
3163
3164 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
3165
31662010-04-22 Miles Bader <miles@gnu.org>
3167
3168 * configure.in: Get rid of "unix" pre-defined macro when
3169 preprocessing Makefile. (Bug#5857)
3170
31712010-04-21 Andreas Schwab <schwab@linux-m68k.org>
3172
3173 Avoid non-portable shell command negation
3174 * configure.in: Revert last change.
3175
31762010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3177
3178 * configure.in: Change "if test ! -f" to "if ! test -f".
3179
31802010-04-21 Glenn Morris <rgm@gnu.org>
3181
3182 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
3183 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
3184
31852010-04-21 Karel Klíč <kklic@redhat.com>
3186
3187 * configure.in: New option: --with(out)-selinux, on by default.
3188 Set HAVE_LIBSELINUX if we find libselinux, and substitute
3189 LIBSELINUX_LIBS in Makefiles.
3190
31912010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
3192
3193 * configure.in: Remove all references to LIBX11_SYSTEM.
3194
31952010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3196
3197 * configure.in: Remove all references to C_DEBUG_SWITCH.
3198
31992010-03-27 Eli Zaretskii <eliz@gnu.org>
3200
3201 * config.bat <lib-src>: Edit out lines that begin with several #
3202 characters.
3203
32042010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3205
3206 * configure.in: Remove support for old UNIX System V systems and
3207 for Unixware on non-x86 machines.
3208
3209 * configure.in: Remove support for Solaris on PPC and for old versions.
3210
3211 * configure.in: Remove non-working lynxos port.
3212
32132010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3214
3215 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
3216
32172010-03-19 Glenn Morris <rgm@gnu.org>
3218
3219 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
3220 happy.
3221
32222010-03-18 Jan Djärv <jan.h.d@swipnet.se>
3223
3224 * configure.in: Check for tputs and friends, abort if not
3225 found (bug#5735).
3226
32272010-03-18 Glenn Morris <rgm@gnu.org>
3228
3229 * configure.in (--with-x-toolkit): In the help text, say which options
3230 are synonyms.
3231
3232 * configure.in (--with-mmdf, --with-mail-unlink):
3233 New options, off by default.
3234 (--with-mailhost): New option to set default POP host.
3235 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
3236 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
3237 New variables, substituted in Makefiles.
3238 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
3239 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
3240 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
3241 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
3242 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
3243
32442010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3245
3246 * Makefile.in (uninstall): Handle the case where archlibdir does not
3247 exist. (Bug#5720)
3248
32492010-03-12 Eli Zaretskii <eliz@gnu.org>
3250
75f1671a 3251 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
3252 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
3253
3254 * configure: Regenerated.
3255
32562010-03-10 Chong Yidong <cyd@stupidchicken.com>
3257
3258 * Branch for 23.2.
3259
32602010-01-31 Juri Linkov <juri@jurta.org>
3261
3262 * .bzrignore: Add TAGS-LISP.
3263
32642010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3265
3266 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
3267 this header file).
3268
32692010-01-12 Juanma Barranquero <lekktu@gmail.com>
3270
3271 * .bzrignore: Ignore all .exe, instead of individual files.
3272
32732010-01-12 Chong Yidong <cyd@stupidchicken.com>
3274
3275 * configure.in: Explicitly check for and link to -lXrender.
3276
32772010-01-12 Glenn Morris <rgm@gnu.org>
3278
3279 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
3280 for bug reports for development versions.
3281
32822010-01-02 Eli Zaretskii <eliz@gnu.org>
3283
3284 * .bzrignore: Add more ignored patterns, including for the MS-DOS
3285 build.
3286
32872009-12-27 Karl Fogel <kfogel@red-bean>
3288
3289 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
3290 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
3291
32922009-12-17 Glenn Morris <rgm@gnu.org>
3293
3294 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
3295
32962009-12-15 Glenn Morris <rgm@gnu.org>
3297
3298 * info/dir: Add EDT entry.
3299 * Makefile.in (INFO_FILES): Add edt.
3300
33012009-12-10 Jan Djärv <jan.h.d@swipnet.se>
3302
1154d12e 3303 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
3304
33052009-12-09 Jan Djärv <jan.h.d@swipnet.se>
3306
3307 * configure.in: Don't check for RSVG or GConf unless X11 is used.
3308
33092009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3310
3311 * configure.in: Allow compiling Emacs with GTK on Cygwin.
3312
33132009-12-01 Glenn Morris <rgm@gnu.org>
3314
3315 * make-dist: Add etc/images/mpc directory.
3316
33172009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3318
3319 * configure.in: Don't check for GConf unless X is used.
3320
33212009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3322
3323 * configure.in: Use -Wdeclaration-after-statement if available.
3324
33252009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3326
3327 * configure.in: New option: --with(out)-gconf.
3328 Set HAVE_GCONF if we find gconf.
3329
33302009-11-17 Glenn Morris <rgm@gnu.org>
3331
3332 * Makefile.in (INFO_FILES): Add semantic.
3333
33342009-11-16 Chong Yidong <cyd@stupidchicken.com>
3335
3336 * info/dir: Add Semantic.
3337
33382009-11-16 Glenn Morris <rgm@gnu.org>
3339
3340 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
3341 pattern, so as not to exclude makefile*.el. (Bug#4912)
3342
33432009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3344
3345 * configure.in: --enable-autodepend is new. Check for GNU Make
3346 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
3347 gcc and GNU make to generate dependencies.
3348
33492009-10-27 Glenn Morris <rgm@gnu.org>
3350
3351 * make-dist: Make links to doc/lispintro/*.pdf.
3352
33532009-10-23 Jim Meyering <meyering@redhat.com>
3354
3355 * configure.in: Invoke $CPP with -P when creating Makefile and
3356 src/Makefile. Without this, gcc 4.4.2 converts each
3357 backslash-newline pair in the input to a bare newline, yielding
3358 invalid Makefiles.
3359
3360 * configure: Regenerate.
3361
33622009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3363
3364 * configure.in (vax-dec-vms): Remove, not supported anymore.
3365
33662009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3367
3368 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
3369 (*-apple-darwin*): Add x86_64 architecture.
3370
33712009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3372
3373 * config.guess, config.sub: Updated from master source.
3374
33752009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
3376
3377 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
3378
33792009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
3380
3381 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
3382
33832009-09-29 Glenn Morris <rgm@gnu.org>
3384
3385 * make-dist (check): Update for two new levels of subdirectory in lisp/.
3386
33872009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3388
3389 * config.guess, config.sub: Updated from master source.
3390
3391 * configure.in (OTHER_FILES): Define using autoconf not cpp.
3392
33932009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3394
3395 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
3396
33972009-09-13 Chong Yidong <cyd@stupidchicken.com>
3398
3399 * INSTALL: Update URL for GNU FreeFont.
3400
34012009-09-09 Glenn Morris <rgm@gnu.org>
3402
3403 * Makefile.in (install-arch-indep): Don't recursively change perms of
3404 site-lisp and infodir. There may be non-Emacs files in here, and the
3405 files supplied by Emacs are all handled explicitly already. (Bug#3800)
3406 (mkdir): Set umask to world-readable before creating directories.
3407 mkinstalldirs already checks if dirs exist, don't duplicate this test.
3408
34092009-08-29 Glenn Morris <rgm@gnu.org>
3410
3411 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
3412 (info): Don't give an error in the absence of makeinfo - let the doc
3413 Makefiles do that, if the info files need rebuilding. (Bug#3982)
3414
34152009-08-23 Ken Raeburn <raeburn@raeburn.org>
3416
3417 * Makefile.in (install-arch-indep): If the versioned DOC-####
3418 generated during loadup+dump isn't found, install the plain DOC
3419 file that always gets generated, in case CANNOT_DUMP is set.
3420
3421 * configure.in: Warn if package version specified here doesn't
3422 match the version in version.el.
3423 * configure: Regenerate.
3424
34252009-08-22 Michael Albinus <michael.albinus@gmx.de>
3426
3427 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
3428
3429 * configure: Regenerate.
3430
34312009-08-19 Glenn Morris <rgm@gnu.org>
3432
3433 * INSTALL: Remove reference to cvtmail.
3434
34352009-08-15 CHENG Gao <chenggao@gmail.com>
3436
3437 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
3438
34392009-08-02 Kevin Ryde <user42@zip.com.au>
3440
3441 * INSTALL: Fix free fonts URL.
3442
34432009-07-22 Glenn Morris <rgm@gnu.org>
3444
3445 * configure.in (AC_PREREQ): Require autoconf 2.62.
3446
34472009-07-04 Andreas Schwab <schwab@linux-m68k.org>
3448
3449 * configure.in (--enable-checking, --enable-profiling):
3450 Use AS_HELP_STRING.
3451
34522009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3453
3454 * configure.in (--enable-profiling): New option.
3455 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
3456
34572009-06-27 Glenn Morris <rgm@gnu.org>
3458
3459 * configure.in: Restore netbsd on mips, mipsel, mipseb.
3460
34612009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3462
3463 * configure.in (--enable-checking): New option.
3464
34652009-06-24 Glenn Morris <rgm@gnu.org>
3466
3467 * make-dist: Warn if subdir does not exist in source.
3468 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
3469 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
3470 No longer make links.
3471
34722009-06-24 Yavor Doganov <yavor@gnu.org>
3473
3474 * make-dist (tempdir): Don't create directories preferences.gorm
3475 and preferences.nib, they are no longer required.
3476
34772009-06-21 Chong Yidong <cyd@stupidchicken.com>
3478
3479 * Branch for 23.1.
3480
34812009-06-12 Chong Yidong <cyd@stupidchicken.com>
3482
3483 * configure.in: Delete mac-fix-env target, which has been
3484 removed (Bug#3531).
3485
34862009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3487
1154d12e 3488 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
3489
34902009-05-05 Per Starbäck <per@starback.se> (tiny change)
3491
3492 * BUGS: Use new binding of view-emacs-problems.
3493
c7015153 34942009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
3495
3496 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
3497 for Solaris compatibility.
3498
34992009-04-25 Chong Yidong <cyd@stupidchicken.com>
3500
3501 * configure: Regenerate.
3502
3503 * configure.in: Disable use of FreeType without libXft.
3504
35052009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3506
3507 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
3508 Check if it is declared in gtk.h.
3509
35102009-04-12 Andreas Schwab <schwab@linux-m68k.org>
3511
3512 * Makefile.in (install-arch-indep): Remove .gitignore files.
3513
35142009-04-03 Kenichi Handa <handa@m17n.org>
3515
3516 * INSTALL: Make the section "Complex Text Layout support
3517 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
3518
35192009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
3520
3521 * configure.in (rs6000-ibm-aix6*): Fix typo.
3522
35232009-03-04 Glenn Morris <rgm@gnu.org>
3524
3525 * Makefile.in (INFO_FILES): Add auth.
3526
35272009-03-03 Glenn Morris <rgm@gnu.org>
3528
3529 * info/dir: Add Auth-source.
3530
35312009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3532
3533 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
3534 the second.
3535
35362009-02-28 Eli Zaretskii <eliz@gnu.org>
3537
3538 * config.bat: Copy .dbxinit to _dbxinit.
3539
3540 * make-dist (Making links to `info'): Remove .gitignore.
3541
35422009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3543
3544 * Makefile.in (lib-src, lisp): Use simpler rule.
3545 (src): Be more specific to avoid recompiling all the .elc files just
3546 because the bootstrap-emacs is missing.
3547
35482009-02-26 Chong Yidong <cyd@stupidchicken.com>
3549
3550 * configure.in: Require librsvg >= 2.11.
3551
35522009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3553
3554 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
3555 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
3556
35572009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3558
3559 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
3560
35612009-02-03 Glenn Morris <rgm@gnu.org>
3562
3563 * make-dist: Add some missing files, remove some that are no longer
3564 present.
3565
35662009-02-02 Glenn Morris <rgm@gnu.org>
3567
3568 * make-dist: Add some missing nextstep/ files.
3569
35702009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
3571
3572 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
3573
35742009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3575
3576 * configure.in: Add support for m68k-*-netbsd.
3577
35782009-01-14 Juri Linkov <juri@jurta.org>
3579
3580 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
3581
3582 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
3583 and bug-reference-mode.
3584
35852009-01-11 Juri Linkov <juri@jurta.org>
3586
3587 * INSTALL.CVS: Move configuration explicitly to the first step.
3588
35892009-01-09 Glenn Morris <rgm@gnu.org>
3590
3591 * .dir-locals.el: Don't set indent-tabs-mode.
3592
35932008-12-30 Kenichi Handa <handa@m17n.org>
3594
3595 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
3596 the function OTF_get_variation_glyphs.
3597
35982008-12-30 Jan Djärv <jan.h.d@swipnet.se>
3599
3600 * Makefile.in (install-arch-dep): Remove old directories in
3601 ns_app* before moving new directories there.
3602
36032008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
3604
3605 * .dir-locals.el: Remove non-working entry for pmail.
3606 (fill-column): Fix typo.
3607 (change-log-mode): Add fill column.
3608
36092008-12-26 Eli Zaretskii <eliz@gnu.org>
3610
3611 * config.bat: Produce _dir-locals.el from .dir-locals.el.
3612
36132008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
3614
3615 * make-dist (tempdir): Distribute .dir-locals.el.
3616
3617 * .dir-locals.el: New file.
3618
36192008-12-19 Eli Zaretskii <eliz@gnu.org>
3620
3621 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
3622 for rationale.
3623
36242008-12-13 Glenn Morris <rgm@gnu.org>
3625
3626 * Makefile.in (install-arch-indep): Add new man-pages.
3627 (manext): Remove variable.
3628 (MAN_PAGES): New variable.
3629 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
3630 and remove.
3631 (uninstall): Remove desktop file and icons, game scores if empty.
3632
36332008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
3634
3635 * config.guess, config.sub: Updated from master source.
3636
36372008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3638
3639 * Makefile.in (install-arch-indep): Install ebrowse.1.
3640
36412008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3642
3643 * configure.in: Add Solaris on x86_64.
3644
36452008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3646
3647 * config.guess, config.sub: Updated from master source.
3648
36492008-12-08 Eli Zaretskii <eliz@gnu.org>
3650
3651 * info/dir: Fix last change.
3652
36532008-12-07 Eli Zaretskii <eliz@gnu.org>
3654
3655 * info/dir: Untabify.
3656
36572008-11-28 Ulrich Mueller <ulm@gentoo.org>
3658
3659 * configure.in: Fix last change.
3660
36612008-11-28 Richard M Stallman <rms@gnu.org>
3662
3663 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3664 New configurations.
3665
36662008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
3667
3668 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3669 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
3670
36712008-11-15 Eli Zaretskii <eliz@gnu.org>
3672
3673 * Makefile.in (INFO_FILES): Remove ns-emacs.
3674
3675 * info/dir (NS-Emacs): Remove entry.
3676
36772008-11-08 Eli Zaretskii <eliz@gnu.org>
3678
3679 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
3680
36812008-11-07 Glenn Morris <rgm@gnu.org>
3682
3683 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
3684
36852008-10-31 Eli Zaretskii <eliz@gnu.org>
3686
3687 * config.bat: Tell user to expect one "File not found" message
3688 while the `doc' directory is being configured.
3689
36902008-10-30 Chong Yidong <cyd@stupidchicken.com>
3691
3692 * update-subdirs: Put obsolete directory last.
3693
36942008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3695
3696 * configure.in: Check fontconfig always.
3697
36982008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3699
3700 * configure (*-solaris2.[7-9]*): Fix typo.
3701
37022008-10-24 Glenn Morris <rgm@gnu.org>
3703
3704 * configure.in (--without-sync-input, --with-pkg-config-prog):
3705 Help strings start with lower case.
3706 (--with-gnustep-conf): New option.
3707 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3708
37092008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
3710
3711 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3712 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3713 is not found. (Bug#1230)
3714
37152008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3716
3717 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3718 Use sol2-6.h for Solaris 7-9.
3719
37202008-10-18 Ulrich Mueller <ulm@gentoo.org>
3721
3722 * configure.in: Add support for GNU/Linux on SuperH.
3723
37242008-10-12 Andreas Schwab <schwab@suse.de>
3725
3726 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3727
1a71cb28 37282008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
3729
3730 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3731 "X") to avoid confusion.
3732
3733 * configure: Regenerate.
3734
37352008-09-07 Romain Francoise <romain@orebokech.com>
3736
3737 * make-dist: Distribute doc/man/ChangeLog.
3738
37392008-08-28 Chong Yidong <cyd@stupidchicken.com>
3740
3741 * configure.in: Disable XFT and Freetype when without X.
3742
3743 * configure: Regenerate.
3744
37452008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3746
3747 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3748
37492008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3750
3751 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3752 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3753
3754 * configure: Regenerate.
3755
37562008-08-20 Eli Zaretskii <eliz@gnu.org>
3757
3758 * configure.in: Move "#define subprocesses" before
3759 config_opsysfile is included.
3760
37612008-08-19 Kenichi Handa <handa@m17n.org>
3762
3763 * INSTALL (Extra fonts): Mention local fonts, don't mention
3764 mule-unicode.
3765
37662008-08-16 Chong Yidong <cyd@stupidchicken.com>
3767
3768 * make-dist: Omit info/.arch-inventory.
3769
37702008-08-16 Jason Rumney <jasonr@gnu.org>
3771
3772 * make-dist (tempdir/nt): Link emacsclient.rc.
3773
37742008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3775
3776 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3777 AC_SUBST it.
3778 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3779 AC_SUBST it.
3780 (OTHER_FILES): Always define for HAVE_NS.
3781 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3782 * configure: Regenerate.
3783
37842008-08-07 Andreas Schwab <schwab@suse.de>
3785
3786 * configure.in: Correctly handle
3787 --enable-cocoa-experimental-ctrl-g=no and
3788 --enable-ns-self-contained=yes.
3789
37902008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3791
3792 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3793 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
3794 bother undef'ing since won't have desired effect.
3795
37962008-08-06 Andreas Schwab <schwab@suse.de>
3797
3798 * configure.in: Fix quoting.
3799
38002008-08-06 Chong Yidong <cyd@stupidchicken.com>
3801
3802 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3803
38042008-08-05 Ulrich Mueller <ulm@gentoo.org>
3805
3806 * configure.in: Add checks for krb5_error.text and
3807 krb5_error.e_text struct members.
3808
38092008-08-04 Chong Yidong <cyd@stupidchicken.com>
3810
3811 * configure.in: Test for existence of NSInteger.
3812 Suggested by Yavor Doganov.
3813
38142008-08-02 Romain Francoise <romain@orebokech.com>
3815
3816 * Makefile.in (INFO_FILES): Add mairix-el.
3817
38182008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3819
3820 * make-dist:
3821 * README: Remove VMS support.
3822 * vms: Remove directory.
3823
38242008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3825
3826 * configure.in (MULTI_KBOARD): Remove.
3827
38282008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3829
3830 * configure.in (DO_BLOCK_INPUT): Remove, unused.
3831
38322008-07-29 Chong Yidong <cyd@stupidchicken.com>
3833
3834 * info/dir (File): Add mairix-el.
3835
38362008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3837
3838 Remove support for Mac Carbon.
3839 * mac: Remove directory.
3840 * make-dist:
3841 * configure.in:
3842 * README:
3843 * Makefile.in:
3844 * INSTALL: Remove code for Carbon.
3845 * configure: Regenerate.
3846
38472008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3848
3849 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
3850
38512008-07-25 Chong Yidong <cyd@stupidchicken.com>
3852
3853 * configure.in: Check for getrlimit.
3854
3855 * configure: Regenerate.
3856
38572008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3858
3859 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
3860 in src/Makefile.in.
3861 (static): Remove, autoconf would always comment it out anyway.
3862 (subprocesses): Define unconditionally.
3863
38642008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
3865
3866 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
3867 compilation under GNUstep.
3868
38692008-07-18 Kenichi Handa <handa@m17n.org>
3870
3871 * INSTALL (Complex Text Layout support libraries): Delete the
3872 paragraph about --enable-font-backend.
3873
38742008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3875
3876 * configure.in: Print out some info to user for NeXTstep builds.
3877 (ns-app): Remove enable option.
3878 (ns-self-contained): Add enable option.
3879 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
3880 GNUstep, use to set install prefixes, and substitute in Makefiles.
3881 * configure: Regenerate.
3882 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
3883 NS app bundle.
3884
38852008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3886
3887 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
3888
38892008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3890
3891 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3892 NS_IMPL_COCOA.
3893
38942008-07-16 Glenn Morris <rgm@gnu.org>
3895
3896 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
3897 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
3898 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
3899 never unset.
3900
3901 * make-dist: Add nextstep/ directories.
3902 (src, lib-src): Add .m files.
3903
39042008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3905
3906 * configure.in (freebsd, kfreebsd): Undo part of previous change.
3907 (USER_FULL_NAME): Remove, not used anymore.
3908 * configure: Regenerate.
3909
39102008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3911
3912 Changes and additions for NeXTstep windowing system (Cocoa and
3913 GNUstep) support.
3914
3915 * configure.in: Add support for NS window system: --with-ns (default
3916 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
3917 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
3918 disable font backend if window system is "none", not if !HAVE_X11.
3919 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
3920 (install-arch-dep): Add commands to assemble NS .app package.
3921
39222008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3923
3924 * configure.in: Use macppc for Darwin. Remove references to
3925 desupported systems.
3926 * configure: Regenerate.
3927
39282008-07-05 Glenn Morris <rgm@gnu.org>
3929
3930 * make-dist (EMACS): Doc fix.
3931 (lisp): There are no *.dat or image files here any more.
3932 (src): There are no *.s files here any more.
3933 (etc/images, etc/images/*): Link to most regular files.
3934
39352008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3936
3937 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3938
39392008-07-01 Glenn Morris <rgm@gnu.org>
3940
3941 * configure.in (cpp_undefs): Rename from `undefs', update uses.
3942 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
3943 and explicitly export there. (Bug#507.)
3944
39452008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3946
3947 * configure.in:
3948 * configure: Remove references to obsolete systems.
3949
39502008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * Makefile.in (Makefile): Use it for its timestamp value as well, and
3953 make it depend on all other */.in files.
3954 (src/Makefile, src/config.stamp, lib-src/Makefile)
3955 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3956 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3957 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3958 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3959
3960 * configure.in: Don't create src/config.stamp any more.
3961
39622008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3965
39662008-06-22 Glenn Morris <rgm@gnu.org>
3967
3968 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3969
39702008-06-21 Romain Francoise <romain@orebokech.com>
3971
3972 * Makefile.in (INFO_FILES): Add sasl.
3973
39742008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3977 (bootstrap-build): Remove.
3978 (top_bootclean): New var.
3979 (top_distclean, bootstrap-clean): Use it.
3980 (bootstrap): Don't recheck config. Make normally.
3981
39822008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3983
3984 * Makefile.in (SUBDIR): Include `lisp'.
3985 (lisp): Depend on `src'.
3986 (top_distclean): Don't remove config.status.
3987 (bootstrap-clean): New target.
3988 (maintainer-clean): Use it.
3989 (bootstrap): Use bootstrap-clean. Re-run config.status.
3990 (src/bootstrap-emacs${EXEEXT}): New target.
3991 (bootstrap-build): Use it. Don't use bootstrap-prepare because
3992 src/Makefile now takes care of it.
3993 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3994
39952008-06-15 Glenn Morris <rgm@gnu.org>
3996
3997 * info/dir: Add sasl.
3998
39992008-06-09 Alan Mackenzie <acm@muc.de>
4000
4001 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
4002
40032008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
4004
4005 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
4006
40072008-06-07 Glenn Morris <rgm@gnu.org>
4008
4009 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
4010 serve no purpose.
4011
40122008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4013
4014 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
4015 * configure: Regenerate.
4016
40172008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4018
4019 * update-subdirs: Don't touch subdirs.el if it is unchanged.
4020
40212008-05-14 Kenichi Handa <handa@m17n.org>
4022
4023 * configure: Regenerate.
4024
4025 * configure.in: Don't handle --disable-font-backend. Don't print
4026 a message about a font backend.
4027
40282008-05-09 Glenn Morris <rgm@gnu.org>
4029
4030 * configure.in: Make absence of makeinfo a fatal error only if the info
4031 files don't exist.
4032 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
4033
40342008-05-07 Eli Zaretskii <eliz@gnu.org>
4035
4036 * config.bat: Fix last change: don't use < and > in "rem" lines,
4037 they are interpreted as redirection by DOS shells.
4038
40392008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4040
4041 * configure.in: Check availability of AvailabilityMacros.h
4042 if HAVE_CARBON.
4043
4044 * configure: Regenerate.
4045
40462008-05-03 Glenn Morris <rgm@gnu.org>
4047
4048 * configure.in (x_libraries): Remove standard 64-bit directories -
4049 experimental workaround for minor autoconf bug.
4050
4051 * configure.in (--without-makeinfo): New option. If set,
4052 absence of suitable makeinfo is not a fatal error.
4053 * Makefile.in (MAKEINFO): New, set by configure.
4054 (install-arch-indep): Without makeinfo, ignore any missing manuals.
4055 (info-real): New target.
4056 (info): Without makeinfo, do nothing, else call `info-real'.
4057
40582008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4059
4060 * configure.in: Remove hpux10.20 from the desupported list.
4061
40622008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4063
4064 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
4065
40662008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
4069 rather than change CPPFLAGS.
4070 (HAVE_GTK): Rename to USE_GTK.
4071
40722008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
4073
4074 * configure.in: Replace the obsolete macros AC_AIX and
4075 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
4076
40772008-04-05 Andreas Schwab <schwab@suse.de>
4078
4079 * configure.in: No longer create admin/unidata/Makefile.
4080
40812008-03-28 Andreas Schwab <schwab@suse.de>
4082
4083 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
4084 (lisp/Makefile): New rule.
4085
40862008-03-13 Glenn Morris <rgm@gnu.org>
4087
4088 * configure.in (AC_INIT): Fix version number.
4089 (sync-input): Reword the option, since it's on by default.
4090
40912008-03-11 Jan Djärv <jan.h.d@swipnet.se>
4092
4093 * configure.in: Add --enable-sync-input, default yes.
4094
40952008-03-11 Glenn Morris <rgm@gnu.org>
4096
4097 * Makefile.in (install-etc, mkdir): Handle directory
4098 etc/images/icons/hicolor/*/mimetypes/.
4099
4100 * make-dist: Handle icons/hicolor/scalable directory.
4101
41022008-03-05 Glenn Morris <rgm@gnu.org>
4103
4104 * configure.in: Enable font-backend by default.
4105 (USE_FONT_BACKEND): Set to "no" in absence of X.
4106 (PKG_CONFIG): Don't set multiple times, once is enough.
4107 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
4108
41092008-03-03 Glenn Morris <rgm@gnu.org>
4110
4111 * Makefile.in (iconsrcdir): New variable.
4112 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
4113 directory.
4114
41152008-02-29 Glenn Morris <rgm@gnu.org>
4116
4117 * test/: New directory.
4118
41192008-02-27 Jan Djärv <jan.h.d@swipnet.se>
4120
4121 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
4122
41232008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4124
4125 * configure.in: Print an error for systems that we think are obsolete
4126 and are proposed to be removed. Remove some more unused systems.
4127 Add support for powerpc-ibm-aix6*.
4128
41292008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4130
4131 * configure.in: Remove references to obsolete variables and systems.
4132
41332008-02-21 Glenn Morris <rgm@gnu.org>
4134
4135 * Makefile.in (set_installuser): New.
4136 (install-arch-indep): Use set_installuser to avoid duplicate code.
4137
4138 * README.unicode: Split into admin/notes/unicode,font-backend and
4139 remove.
4140
41412008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
4142
4143 * configure.in (arm*-*-freebsd*): Add.
4144
41452008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
4146
4147 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
4148 dealing with obsolete variables.
4149
41502008-02-08 Glenn Morris <rgm@gnu.org>
4151
4152 * Makefile.in (check-info-dir): New target.
4153
41542008-02-08 Michael Olson <mwolson@gnu.org>
4155
4156 * Makefile.in (INFO_FILES): Add epa.
4157
4158 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
4159 features" section.
4160
41612008-02-06 Glenn Morris <rgm@gnu.org>
4162
4163 * configure.in (--with-gcc): Give an error saying this option has
4164 been removed.
4165 (--with-gtk): Remove this option.
4166
41672008-02-06 Tom Tromey <tromey@redhat.com>
4168
4169 * configure.in (--with-gcc): Remove.
4170 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
4171
41722008-02-05 Ulrich Mueller <ulm@gentoo.org>
4173
4174 * INSTALL: Recommend giflib, not libungif.
4175
41762008-02-05 Tom Tromey <tromey@redhat.com>
4177
4178 * configure.in (--with-dbus): Default to enabled.
4179
41802008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
4181
4182 * INSTALL (Complex Text Layout support libraries): New section.
4183
41842008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
4185
4186 * make-dist: Remove references to files in mac/ that have been
4187 deleted.
4188
41892008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4190
4191 * configure.in: For libotf and m17n-flt checks, set shell vars
4192 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
4193 pkg_check_m17n_flt, respectively, for the sake of the summary output.
4194 Reported by Ulrich Mueller.
4195
41962008-02-02 Eli Zaretskii <eliz@gnu.org>
4197
4198 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
4199 admin/unidata/Makefile.in to Makefile.
4200
42012008-02-02 Glenn Morris <rgm@gnu.org>
4202
4203 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
4204 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
4205 (HAVE_XFT): Add "Does Emacs use..." messages at end.
4206
42072008-02-01 Miles Bader <miles@gnu.org>
4208
4209 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
4210 [libotf], and [m17n-flt] options.
4211
42122008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4213
4214 * configure.in: Add EMACS_ARG_N([libotf]...), and
4215 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
4216 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
4217 CFLAGS, and LIBS in checking of m17n-flt.
4218
42192008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4220
4221 * configure.in: Check the availability of m17n-flt library.
4222
42232008-02-01 Kenichi Handa <handa@m17n.org>
4224
4225 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
4226 not available.
4227
42282008-02-01 Kenichi Handa <handa@m17n.org>
4229
4230 * configure.in: New args --enable-font-backend, --with-xft,
4231 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
4232 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
4233 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
4234 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
4235
42362008-02-01 Kenichi Handa <handa@m17n.org>
4237
4238 * make-dist: Include etc/charsets in tarball.
4239
42402008-02-01 Kenichi Handa <handa@m17n.org>
4241
4242 * configure.in: While running cpp on junk.c, include
4243 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
4244 exists.
4245
42462008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4247
4248 * configure.in (xtensa): Match more configurations.
4249
42502008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
4251
4252 * configure.in: Update comment.
4253
42542008-01-26 Glenn Morris <rgm@gnu.org>
4255
4256 * configure.in (--without-gcc): By default, neither off nor on.
4257 (--with-carbon): Tone down rhetoric in help text.
4258
42592008-01-25 Glenn Morris <rgm@gnu.org>
4260
4261 * configure.in: Correct usage of OPTION_DEFAULT_ON,
4262 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
4263 Default `Carbon' to off (it's unsupported).
4264
42652008-01-24 Glenn Morris <rgm@gnu.org>
4266
4267 * configure.in: Standardize dbus-related messages.
4268
42692008-01-23 Michael Olson <mwolson@gnu.org>
4270
4271 * configure.in (pkg-config-prog): Remove initial whitespace.
4272
42732008-01-23 Tom Tromey <tromey@redhat.com>
4274
4275 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
4276 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
4277 Update all users.
4278
42792008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
4280
4281 * config.guess, config.sub: Updated from master source.
4282
42832008-01-17 Andreas Schwab <schwab@suse.de>
4284
4285 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
4286
42872008-01-17 Glenn Morris <rgm@gnu.org>
4288
4289 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
4290
42912008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
4292
4293 * configure.in: Remove more references to unsupported systems.
4294
42952008-01-16 Sven Joachim <svenjoac@gmx.de>
4296
4297 * make-dist: Add --lzma.
4298
42992008-01-16 Glenn Morris <rgm@gnu.org>
4300
4301 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
4302 configure checks for this.
4303
43042008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
4305
4306 * configure.in: Remove more references to unsupported systems.
4307
43082008-01-06 Romain Francoise <romain@orebokech.com>
4309
4310 * configure.in: Delete extra semicolons.
4311
43122008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4313
4314 * configure.in: Remove references to unsupported systems.
4315
43162008-01-05 Romain Francoise <romain@orebokech.com>
4317
4318 * make-dist: Add --bzip2. Update copyright.
4319
43202008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4321
4322 * configure.in: Remove support for Masscomp.
4323
43242008-01-05 Glenn Morris <rgm@gnu.org>
4325
4326 * Makefile.in (desktopdir, icondir): New variables.
4327 (install-arch-indep): Also depend on `install-etc'.
4328 (install-etc): New target.
4329 (mkdir): Also create the `applications' and `icons' directories.
4330
43312008-01-04 Glenn Morris <rgm@gnu.org>
4332
4333 * make-dist: Update for new etc/images/icons/hicolor directory.
4334
43352007-12-09 Andreas Schwab <schwab@suse.de>
4336
4337 * configure.in: D-Bus is not enabled by default.
4338
43392007-12-06 Jan Djärv <jan.h.d@swipnet.se>
4340
4341 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
4342 change.
4343
43442007-12-04 Jan Djärv <jan.h.d@swipnet.se>
4345
4346 * configure.in: Give package name and version to AC_INIT.
4347
43482007-12-03 Magnus Henoch <mange@freemail.hu>
4349
4350 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
4351
43522007-12-03 Michael Albinus <michael.albinus@gmx.de>
4353
4354 * configure.in: No need for DBUS_INFO anymore.
4355
4356 * Makefile.in (INFO_FILES): Use dbus unconditionally.
4357
43582007-12-02 Michael Albinus <michael.albinus@gmx.de>
4359
4360 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
4361
4362 * Makefile.in (INFO_FILES): Add dbus.
4363
43642007-12-02 Romain Francoise <romain@orebokech.com>
4365
4366 * make-dist: Fix last change.
4367
43682007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
4369
4370 * configure.in: Add support for gnu-kfreebsd.
4371
43722007-11-28 Glenn Morris <rgm@gnu.org>
4373
4374 * make-dist: Add etc/nxml.
4375
43762007-11-24 Romain Francoise <romain@orebokech.com>
4377
4378 * Makefile.in (INFO_FILES): Add nxml-mode.
4379
43802007-11-23 Romain Francoise <romain@orebokech.com>
4381
4382 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
4383 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
4384
43852007-11-20 Andreas Schwab <schwab@suse.de>
4386
4387 * configure.in: Always include <resolv.h> when checking for res_init.
4388
43892007-11-17 Andreas Schwab <schwab@suse.de>
4390
4391 * update-subdirs: Atomically update subdirs.el.
4392
43932007-11-17 Glenn Morris <rgm@gnu.org>
4394
4395 * Makefile.in (check-declare): New target.
4396
43972007-11-07 Glenn Morris <rgm@gnu.org>
4398
4399 * configure.in: Deprecate Mac Carbon port.
4400
44012007-11-01 Jan Djärv <jan.h.d@swipnet.se>
4402
4403 * configure.in: Remove HAVE_X11R5 check.
4404
44052007-10-31 Glenn Morris <rgm@gnu.org>
4406
4407 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
4408 when changing ownership of installed files.
4409
44102007-10-30 Glenn Morris <rgm@gnu.org>
4411
4412 * make-dist: Add new directory etc/gnus.
4413
44142007-10-30 Michael Olson <mwolson@gnu.org>
4415
4416 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
4417
44182007-10-29 Glenn Morris <rgm@gnu.org>
4419
4420 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
4421
44222007-10-23 Glenn Morris <rgm@gnu.org>
4423
4424 * MAINTAINERS: Move to admin/.
4425
44262007-10-17 Chong Yidong <cyd@stupidchicken.com>
4427
4428 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
4429 (HAVE_LIBRESOLV): Also define if we are using res_init().
4430
44312007-10-17 Glenn Morris <rgm@gnu.org>
4432
4433 * FTP: Remove file, since it's just a duplicate of one in etc/.
4434
44352007-10-05 Eli Zaretskii <eliz@gnu.org>
4436
4437 * config.bat: Fix configuring `doc' due to changes in the
4438 directory structure.
4439
44402007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
4441
4442 * configure.in: Don't use -lpthread on HP-UX.
4443
44442007-09-16 Glenn Morris <rgm@gnu.org>
4445
4446 * make-dist: File gfdl.1 has been removed.
4447
44482007-09-15 Glenn Morris <rgm@gnu.org>
4449
4450 * configure.in: Fix makeinfo version regexp.
4451
44522007-09-12 Glenn Morris <rgm@gnu.org>
4453
4454 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
4455 implementation of alloca is not found.
4456
4457 * Makefile.in (SOURCES, unlock, relock): Delete.
4458 (install-arch-indep): Do not exclude the etc/ Makefiles.
4459
44602007-09-09 Juri Linkov <juri@jurta.org>
4461
4462 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
4463
4464 * README: Add doc/ to documentation directories.
4465
44662007-09-08 Michael Olson <mwolson@gnu.org>
4467
4468 * MAINTAINERS: Add myself for ERC and tq.el.
4469 Update for new doc/ directory layout.
4470
44712007-09-06 Romain Francoise <romain@orebokech.com>
4472
4473 * make-dist: Update for new doc/ directory layout.
4474
44752007-09-06 Glenn Morris <rgm@gnu.org>
4476
4477 * Makefile.in (mansrcdir): New variable.
4478 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
4479 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
4480 update these targets for new doc/ directory layout.
4481 (doc/misc/Makefile): New target.
4482 (install-arch-indep): Use mansrcdir for new location of manpages.
4483 (mostlyclean, clean, distclean, maintainer-clean, unlock)
4484 (relock, info, dvi): Update targets for new doc/ directory layout.
4485
4486 * configure.in (AC_OUTPUT): Update names of generated Makefiles
4487 for new doc/ directory layout.
4488
44892007-09-02 Andreas Schwab <schwab@suse.de>
4490
4491 * configure.in: Use AS_HELP_STRING throughout.
4492 * configure: Regenerate.
4493
44942007-09-02 Jan Djärv <jan.h.d@swipnet.se>
4495
4496 * configure.in: Require Gtk/Glib 2.6.
4497
44982007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4499
4500 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4501 Use them throughout in place of AC_ARG_WITH calls.
4502 * configure: Regenerate.
4503
45042007-09-01 Andreas Schwab <schwab@suse.de>
4505
4506 * configure.in: Put quotes around nested macro calls.
4507
45082007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4509
4510 * configure.in: Fix typo.
4511 * configure: Regenerate.
4512
45132007-08-30 Glenn Morris <rgm@gnu.org>
4514
4515 * configure.in (AH_BOTTOM): Copy some manual changes made to
4516 src/config.in here so they are not lost when it regenerates.
4517
4518 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
4519
45202007-08-29 Károly Lőrentey <karoly@lorentey.hu>
4521
4522 * README.multi-tty: New file.
4523
45242007-08-29 Glenn Morris <rgm@gnu.org>
4525
4526 * README: Increase version to 23.0.50.
4527
45282007-08-29 Jan Djärv <jan.h.d@swipnet.se>
4529
4530 * configure.in: New option: --without-xaw3d.
4531
45322007-08-24 Glenn Morris <rgm@gnu.org>
4533
4534 * configure.in: Check for a suitably recent makeinfo.
4535
45362007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4537
4538 * configure.in (Check for required libraries): Typo.
4539
45402007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4541
4542 * configure.in: Check librsvg2 also for Mac Carbon.
4543
45442007-08-22 Romain Francoise <romain@orebokech.com>
4545
4546 * make-dist: Follow reorganization of files in etc/.
4547
45482007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4549
4550 * configure.in: Add support for SVG images through librsvg2.
4551
45522007-07-28 Eli Zaretskii <eliz@gnu.org>
4553
4554 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
4555 to avoid an error message if there is no DOC there.
4556
45572007-07-25 Glenn Morris <rgm@gnu.org>
4558
4559 * Relicense all FSF files to GPLv3 or later.
4560
4561 * COPYING, info/COPYING: Switch to GPLv3.
4562
45632007-06-20 Jan Djärv <jan.h.d@swipnet.se>
4564
4565 * configure.in: Complain if X seems to be installed but no
4566 development files were found.
4567
45682007-06-20 Glenn Morris <rgm@gnu.org>
4569
4570 * configure.in: Prefer libgif over libungif.
4571
45722007-06-14 Jan Djärv <jan.h.d@swipnet.se>
4573
4574 * configure.in: Check for all image libraries before exiting.
4575
45762007-06-13 Jan Djärv <jan.h.d@swipnet.se>
4577
4578 * configure.in: Exit with error if image libraries aren't found.
4579
45802007-06-13 Chong Yidong <cyd@stupidchicken.com>
4581
4582 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
4583 when compiling without scrollbars.
4584
45852007-06-12 Glenn Morris <rgm@gnu.org>
4586
4587 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4588
45892007-06-11 Jan Djärv <jan.h.d@swipnet.se>
4590
4591 * configure.in: Change wording about yes/gtk and lucid/athena
4592 being synonyms.
4593
45942007-06-08 Glenn Morris <rgm@gnu.org>
4595
4596 * configure.in: Make gtk the default toolkit.
4597
45982007-06-07 Glenn Morris <rgm@gnu.org>
4599
4600 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
4601 for a Sun C compiler.
4602
4603 * Makefile.in (install-arch-indep): Install only the DOC- file
4604 specific to the build, if possible, rather than DOC-*.
4605
46062007-06-02 Chong Yidong <cyd@stupidchicken.com>
4607
4608 * Version 22.1 released.
4609
46102007-05-25 Chong Yidong <cyd@stupidchicken.com>
4611
4612 * mkinstalldirs: Sync to version in automake CVS.
4613
46142007-05-22 Andreas Schwab <schwab@suse.de>
4615
4616 * configure.in: Prefer build_alias over host when host_alias is not set.
4617 * configure: Regenerate.
4618
46192007-05-20 Andreas Schwab <schwab@suse.de>
4620
4621 * configure.in: Remove empty AC_SUBST.
4622 * configure: Regenerate.
4623
46242007-05-20 Nick Roberts <nickrob@snap.net.nz>
4625
4626 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
4627 it like others.
4628 * configure: Regenerate.
4629
46302007-05-20 Nick Roberts <nickrob@snap.net.nz>
4631
4632 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
4633 (AC_CHECK_LIB): Add -lgpm.
4634 * configure: Regenerate.
4635
46362007-05-03 Glenn Morris <rgm@gnu.org>
4637
4638 * configure: Tweak message about the absence of shell functions.
4639
46402007-04-27 Andreas Schwab <schwab@suse.de>
4641
4642 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
4643
46442007-04-26 Glenn Morris <rgm@gnu.org>
4645
4646 * README: Increase version to 22.1.50.
4647
46482007-04-24 Juanma Barranquero <lekktu@gmail.com>
4649
4650 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4651
46522007-04-19 Glenn Morris <rgm@gnu.org>
4653
4654 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4655
46562007-04-18 Glenn Morris <rgm@gnu.org>
4657
4658 * INSTALL: Mention CPP.
4659
46602007-04-15 Glenn Morris <rgm@gnu.org>
4661
4662 * FTP: Replace with a pointer to the web version.
4663
46642007-04-13 Glenn Morris <rgm@gnu.org>
4665
4666 * INSTALL: In lib-src, timer, wakeup, yow are removed.
4667
46682007-04-04 Glenn Morris <rgm@gnu.org>
4669
4670 * configure.in (NON_GNU_CPP): Use associated preprocessor when
4671 compiling with Sun Studio on Solaris.
4672
46732007-03-23 Glenn Morris <rgm@gnu.org>
4674
4675 * configure.in: Restore support for hp800 (removed 2007-01-27)
4676 following clarification of legal status.
4677
46782007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
4679
4680 * configure.in: Add support for AIX4.3 on IBM RS6000.
4681
4682 * configure: Regenerate.
4683
46842007-03-20 Richard Stallman <rms@gnu.org>
4685
4686 * configure.in: Fix previous change.
4687
46882007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
4689
4690 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4691 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4692 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4693
46942007-03-19 Chong Yidong <cyd@stupidchicken.com>
4695
4696 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4697 user specifies "without".
4698
4699 * configure: Regenerate.
4700
47012007-03-18 Jan Djärv <jan.h.d@swipnet.se>
4702
4703 * configure.in: Warning for Gtk+ and Cygwin added.
4704 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4705
47062007-02-27 Glenn Morris <rgm@gnu.org>
4707
4708 * make-dist (oldXMenu): Remove Imakefile.
4709 (etc/images): Add README.
4710
47112007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4712
4713 * configure.in (xtensa-*-linux-gnu*): New configuration.
4714
4715 * configure: Regenerate.
4716
47172007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4718
4719 * config.guess, config.sub: Updated from master source.
4720
47212007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4722
4723 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4724
47252007-01-29 Chong Yidong <cyd@stupidchicken.com>
4726
4727 * configure.in: Restore support for hp800's not running HP-UX.
4728
4729 * configure: Regenerate.
4730
47312007-01-27 Chong Yidong <cyd@stupidchicken.com>
4732
4733 * configure.in: Remove support for hp800 and sr2k machine types.
4734
4735 * configure: Regenerate.
4736
47372007-01-26 Jan Djärv <jan.h.d@swipnet.se>
4738
4739 * configure.in: Add check for libXft.
4740
47412007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4742
4743 * INSTALL: Info files moved to share/info.
4744
47452007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
4746
4747 * configure.in: Detect and use fink-installed in intel-based Mac
4748 builds; change Apple Darwin section to support both PowerPC and
4749 Intel-based Macs.
4750
47512006-12-26 Andreas Schwab <schwab@suse.de>
4752
4753 * Makefile.in (datarootdir): Define.
4754
47552006-12-24 Richard Stallman <rms@gnu.org>
4756
4757 * configure.in: Require Autoconf 2.61.
4758
47592006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
4760
4761 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4762 Remove redundant entry for powerpc-apple-netbsd.
4763
4764 * configure: Regenerate.
4765
47662006-12-22 Chong Yidong <cyd@stupidchicken.com>
4767
4768 * configure: Regenerate with autoconf 2.61.
4769
47702006-12-20 Jan Djärv <jan.h.d@swipnet.se>
4771
4772 * configure.in: Detect alsa/asoundlib.h also.
4773 * configure: Regenerate.
4774
47752006-12-19 Jan Djärv <jan.h.d@swipnet.se>
4776
4777 * configure.in: Check if GTK+ compiles at all.
4778
47792006-12-10 Andreas Schwab <schwab@suse.de>
4780
4781 * configure.in: Remove check for struct timezone, its result is
4782 never used.
4783
47842006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4785
4786 * configure.in: Add support for Solaris 10 on x86-64.
4787
47882006-12-08 Jan Djärv <jan.h.d@swipnet.se>
4789
4790 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4791 of PKG_CONFIG_PATH.
4792
47932006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4794
4795 * configure.in (HAVE_SYNC): New test.
4796
47972006-12-03 Glenn Morris <rgm@gnu.org>
4798
4799 * Makefile.in: Fix Copyright format.
4800
4801 * configure.in (AH_TOP): Add missing Copyright year.
4802
4803 * update-subdirs: Add missing Copyright years.
4804
48052006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
4806
4807 * Makefile.in: Touch only the parts of the share/emacs directory
4808 specific to this version.
4809
48102006-11-26 Chong Yidong <cyd@stupidchicken.com>
4811
4812 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4813
48142006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4815
4816 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4817
48182006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4819
4820 * configure.in: Prefer X11 to Carbon only when some X-specific
4821 option is specified (Thanks to Jan Djärv and Andreas Schwab).
4822
48232006-11-04 Romain Francoise <romain@orebokech.com>
4824
4825 * Makefile.in (bootstrap-clean-before): Fix typo.
4826 Use new target `bootstrap-clean' in the leim subdirectory.
4827
48282006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4829
4830 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4831
48322006-10-30 Chong Yidong <cyd@stupidchicken.com>
4833
4834 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
4835 directories.
4836
48372006-10-29 Jeramey Crawford <jeramey@jeramey.com>
4838
4839 * configure.in: Enable x86-64 OpenBSD compilation.
4840
48412006-10-28 Glenn Morris <rgm@gnu.org>
4842
4843 * AUTHORS: Add cal-html.el author.
4844
48452006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4846
4847 * make-dist: Make links to mac/make-package and
4848 mac/Emacs.app/Contents/Resources/Emacs.icns.
4849
48502006-10-27 Chong Yidong <cyd@stupidchicken.com>
4851
4852 * README: Bump version number to 22.0.90.
4853
48542006-10-23 Andreas Schwab <schwab@suse.de>
4855
4856 * configure.in: Make sure x_default_search_path is always set even
4857 when x_libraries is empty, and look in .../share as well for each
4858 library directory.
4859
48602006-09-28 Kenichi Handa <handa@m17n.org>
4861
4862 * configure.in (locallisppath): Don't include leim dir.
4863 (lisppath): Include leim dir.
4864
48652006-09-15 Jay Belanger <belanger@truman.edu>
4866
4867 * COPYING: Replace "Library Public License" by "Lesser Public
4868 License" throughout.
4869
48702006-09-11 Paul Eggert <eggert@cs.ucla.edu>
4871
4872 * make-dist (EMACS): Exit and fail if the EMACS environment
4873 variable is set to something other than an absolute file name.
4874
48752006-08-16 Andreas Schwab <schwab@suse.de>
4876
4877 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
4878 of hardcoding it.
4879
48802006-08-16 Richard Stallman <rms@gnu.org>
4881
4882 * INSTALL.CVS: Clean up wording.
4883
48842006-07-14 Eli Zaretskii <eliz@gnu.org>
4885
4886 * configure.in (PKG_CHECK_MODULES): Redirect the output of
4887 $PKG_CONFIG --exists "$2" to config.log.
4888 * configure: Regenerate.
4889
1a71cb28 48902006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
4891
4892 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
4893
48942006-07-09 Kim F. Storm <storm@cua.dk>
4895
4896 * CONTRIBUTE: Use outline format.
4897 Add section on copyright years (from admin/notes/years).
4898
48992006-07-08 Eli Zaretskii <eliz@gnu.org>
4900
4901 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
4902 to /dev/null, since we don't need the error message, just the
4903 exit status.
4904
49052006-07-07 Eli Zaretskii <eliz@gnu.org>
4906
4907 * CONTRIBUTE: Slight formatting changes and typo fixes.
4908 Add description of NEWS markings.
4909
49102006-07-07 Kim F. Storm <storm@cua.dk>
4911
4912 * CONTRIBUTE: Mention INSTALL.CVS.
4913
49142006-07-05 Romain Francoise <romain@orebokech.com>
4915
4916 * make-dist (top-level): Add CONTRIBUTE.
4917
49182006-07-04 Richard Stallman <rms@gnu.org>
4919
4920 * CONTRIBUTE: Much rewrite.
4921
49222006-07-04 Nick Roberts <nickrob@snap.net.nz>
4923
4924 * CONTRIBUTE: New file.
4925
49262006-06-24 Eli Zaretskii <eliz@gnu.org>
4927
4928 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
4929
49302006-05-18 Jan Djärv <jan.h.d@swipnet.se>
4931
4932 * configure.in: Add check for ALSA.
4933
49342006-05-06 Eli Zaretskii <eliz@gnu.org>
4935
4936 * Makefile.in (INFO_FILES): Remove emacs-xtra.
4937
4938 * info/dir: Remove the Emacs-Xtra entry.
4939
49402006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
4941
4942 Update copyright year(s) in many files.
4943
49442006-04-01 Eli Zaretskii <eliz@gnu.org>
4945
4946 * configure: Regenerated.
4947
49482006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4949
4950 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4951 --without-toolkit-scroll-bars was specified.
4952
49532006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
4954
4955 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4956 to CFLAGS. Update Copyright years written to src/config.in.
4957
49582006-03-18 Claudio Fontana <claudio@gnu.org>
4959
4960 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4961 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4962 to be installed/uninstalled.
4963 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4964 to Info files installed by Emacs.
4965
49662006-03-03 Claudio Fontana <claudio@gnu.org>
4967
4968 * Makefile.in (install, uninstall): Add DESTDIR variable to
4969 support staged installations.
4970
49712006-02-14 Richard M. Stallman <rms@gnu.org>
4972
4973 * configure.in (s390x-*-linux-gnu*): New configuration.
4974
49752006-01-31 Jan Djärv <jan.h.d@swipnet.se>
4976
4977 * configure.in: Require GTK 2.4 or newer.
4978
49792006-01-29 Michael Olson <mwolson@gnu.org>
4980
4981 * Makefile.in (install-arch-indep, uninstall): Add ERC.
4982 * info/dir (ERC): New entry.
4983
49842006-01-29 Eli Zaretskii <eliz@gnu.org>
4985
4986 * info/dir: Fix last change.
4987
49882006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4989
4990 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4991
49922006-01-27 Eli Zaretskii <eliz@gnu.org>
4993
4994 * info/dir: Untabify the whole file.
4995 (Rcirc): New entry.
4996
49972006-01-12 Andreas Schwab <schwab@suse.de>
4998
4999 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
5000 check.
5001
50022006-01-02 Chong Yidong <cyd@stupidchicken.com>
5003
5004 * configure.in: Use -Wno-pointer-sign if available.
5005
50062005-12-29 Andreas Schwab <schwab@suse.de>
5007
5008 * config.guess, config.sub: Updated from master source.
5009
50102005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5011
5012 * configure.in: Use amdx86-64 for freebsd on x86_64.
5013
50142005-11-22 Romain Francoise <romain@orebokech.com>
5015
5016 * make-dist: Add etc/images/icons.
5017
50182005-11-03 Andreas Schwab <schwab@suse.de>
5019
5020 * configure.in: Use GZIP_PROG instead of GZIP.
5021
5022 * Makefile.in (GZIP_PROG): Renamed from GZIP.
5023 (install-arch-indep): Adjust.
5024
50252005-11-01 Andreas Schwab <schwab@suse.de>
5026
5027 * Makefile.in (bootstrap): Fix dependencies for parallel build.
5028 (bootfast): Likewise.
5029
50302005-11-01 Romain Francoise <romain@orebokech.com>
5031
5032 * configure.in: Check for gzip.
5033
5034 * Makefile.in (install): Compress source files.
5035
50362005-10-24 Steven Tamm <steventamm@mac.com>
5037
5038 * configure.in: Fix darwin386 configuration issue.
5039
50402005-10-22 Eli Zaretskii <eliz@gnu.org>
5041
5042 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
5043
50442005-10-17 Bill Wohler <wohler@newt.com>
5045
5046 * make-dist: Create and populate etc/images/low-color.
5047
50482005-10-15 Bill Wohler <wohler@newt.com>
5049
5050 * make-dist: Create and populate etc/images/gud.
5051
50522005-10-08 Richard M. Stallman <rms@gnu.org>
5053
5054 * make-dist (tempparent): Don't check for 14-char file name limit.
5055
50562005-10-07 Romain Francoise <romain@orebokech.com>
5057
5058 * make-dist: Add etc/images/ezimage and etc/images/mail
5059 directories. Install images in etc/images.
5060
50612005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5062
5063 * configure.in: Prefer Carbon if --enable-carbon-app or
5064 --with-carbon is explicitly specified even when X11 is detected.
5065
50662005-09-15 Ulf Jasper <ulf.jasper@web.de>
5067
5068 * Makefile.in (install-arch-indep, uninstall):
5069 Handle newsticker manual.
5070 (info): Add - to commands.
5071
50722005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
5073
5074 Remove the MAXPATHLEN limitations:
5075
5076 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
5077
50782005-09-09 Eli Zaretskii <eliz@gnu.org>
5079
5080 * configure.in <lynxsos*>: Support for LynxOS on PPC.
5081 * configure: Regenerate.
5082
50832005-09-05 Paul Eggert <eggert@cs.ucla.edu>
5084
5085 * config.guess, config.sub: Updated from master source.
5086
50872005-08-03 Juanma Barranquero <lekktu@gmail.com>
5088
5089 * .cvsignore: Add `lock'.
5090
50912005-07-28 Juanma Barranquero <lekktu@gmail.com>
5092
5093 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
5094
50952005-07-26 Paul Eggert <eggert@cs.ucla.edu>
5096
5097 Merge gnulib getopt implementation into Emacs.
5098
5099 * Makefile.in (AUTOCONF_INPUTS): New macro.
5100 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
5101 so that these files also depend on m4/getopt.m4.
5102 * configure.in: Configure getopt by including m4/getopt.m4,
5103 and configuring a getopt replacement if necessary.
5104 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
5105 * m4/getopt.m4: New file.
5106
51072005-07-06 Lute Kamstra <lute@gnu.org>
5108
5109 * configure.in: Fix capitalization.
5110
51112005-07-04 Lute Kamstra <lute@gnu.org>
5112
5113 Update FSF's address in GPL notices.
5114
51152005-06-19 Jérôme Marant <jerome@marant.org>
5116
5117 * Makefile.in (epaths-force): Protect both lisppath and
5118 buildlisppath from whitespace.
5119
51202005-06-08 Steven Tamm <steventamm@mac.com>
5121
090bd7cb 5122 * configure.in: Support Darwin/MacOSX on Intel.
067d23c9
KY
5123
51242005-06-06 Jan Djärv <jan.h.d@swipnet.se>
5125
5126 * configure.in (HAVE_CANCELMENUTRACKING): New test.
5127
1a71cb28 51282005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
5129
5130 * configure.in: Add --enable-locallisppath.
5131
51322005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5133
5134 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
5135 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
5136 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
5137
51382005-05-07 Jérôme Marant <jerome@marant.org>
5139
5140 * make-dist: Remove references to makefile.nt and makefile.def.
5141 Include widgets and images subdirectories of etc. Do not exclude
5142 ldefs-boot.el.
5143
51442005-04-23 Andreas Schwab <schwab@suse.de>
5145
5146 * configure.in: Remove duplicate match for powerpc configuration.
5147
51482005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
5149
5150 * configure.in: Check for <pwd.h>.
5151
51522005-04-14 Lute Kamstra <lute@gnu.org>
5153
5154 * make-dist: Distribute all ChangeLog files in lisp/.
5155 Don't distribute ldefs-boot.el.
5156 lisp/makefile.nt no longer exists.
5157
51582005-04-13 Lute Kamstra <lute@gnu.org>
5159
5160 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
5161 for "no-byte-compile: t" in the file instead.
5162
51632005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5164
5165 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
5166 shadow the main Lesstif/Motif-2.1 libs and includes.
5167
51682005-03-10 Jan Djärv <jan.h.d@swipnet.se>
5169
5170 * configure.in: Only add XASSERTS to cppflags.
5171
51722005-03-04 Jan Djärv <jan.h.d@swipnet.se>
5173
5174 * configure.in: Added --enable-asserts.
5175
51762005-02-09 Kim F. Storm <storm@cua.dk>
5177
5178 Change release version from 21.4 to 22.1 throughout.
5179 Change development version from 21.3.50 to 22.0.50.
5180
51812005-01-19 Steven Tamm <steventamm@mac.com>
5182
5183 * configure.in: Check for <sys/utsname.h>.
5184
51852004-12-11 Kim F. Storm <storm@cua.dk>
5186
5187 * Makefile.in (info): Undo 2004-12-05 change.
5188
51892004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5190
5191 * info/dir (File): Add URL and Org Mode manuals.
5192 * Makefile.in (install-arch-indep, uninstall): Add url and org
5193 manuals.
5194
51952004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5196
5197 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
5198 committed to src/config.in.
5199
52002004-12-07 Jan Djärv <jan.h.d@swipnet.se>
5201
5202 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
5203 pthreads and define HAVE_GTK_AND_PTHREAD.
5204
52052004-12-05 Richard M. Stallman <rms@gnu.org>
5206
5207 * Makefile.in (info): Ignore errors building info files.
5208
52092004-11-27 Eli Zaretskii <eliz@gnu.org>
5210
5211 * config.bat: If 8-byte alignment is not supported, define
5212 NO_DECL_ALIGN in src/config.h, instead of trivially defining
5213 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
5214 filter through Sed to remove the quotes.
5215
52162004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
5219 not apply to files explicitly `cvs add'ed.
5220
52212004-11-12 Eli Zaretskii <eliz@gnu.org>
5222
5223 * config.bat: Don't require djecho.exe for the v1.x build.
5224 Add a test for DECL_ALIGN support, and add a trivial definition to
5225 src/config.h if 8-byte alignment is not supported.
5226
52272004-11-08 Kim F. Storm <storm@cua.dk>
5228
5229 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
5230 files before building.
5231 (bootfast, bootstrap-clean-before-fast): New targets, like
5232 bootstrap but don't remove .elc files.
5233
52342004-11-06 Lars Brinkhoff <lars@nocrew.org>
5235
5236 * configure.in: Add check for getrusage.
5237
52382004-11-02 Jan Djärv <jan.h.d@swipnet.se>
5239
5240 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
5241 New tests for new and old GTK file dialogs.
5242 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
5243 to no.
5244
52452004-10-20 Jan Djärv <jan.h.d@swipnet.se>
5246
5247 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
5248 can be set. Remove SETARCH test.
5249
52502004-10-08 Steven Tamm <steventamm@mac.com>
5251
ed9265fc 5252 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
067d23c9
KY
5253
52542004-10-06 Jan Djärv <jan.h.d@swipnet.se>
5255
5256 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
5257 AC_MSG_WARN. Move output of warning message to end of configure run.
5258
52592004-10-05 Jan Djärv <jan.h.d@swipnet.se>
5260
5261 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
5262 Run test to see if heap start address is random.
5263
52642004-09-29 Miles Bader <miles@gnu.org>
5265
5266 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
5267 if setarch is present.
5268
52692004-09-25 Jan Djärv <jan.h.d@swipnet.se>
5270
5271 * configure.in (HAVE_EXECSHIELD): Only define on x86.
5272
52732004-09-24 Jan Djärv <jan.h.d@swipnet.se>
5274
5275 * configure.in: Check for exec-shield.
5276
1a71cb28
GM
52772004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
5278
5279 * Makefile.in (install-arch-indep): Add pgg and sieve.
5280
5281 * info/.cvsignore: Added pgg and sieve.
5282
067d23c9
KY
52832004-08-06 Andreas Schwab <schwab@suse.de>
5284
5285 * Makefile.in (install-arch-indep, uninstall): Add flymake.
5286
52872004-07-31 Eli Zaretskii <eliz@gnu.org>
5288
5289 * config.bat: Update URLs in the comments.
5290
067d23c9
KY
52912004-07-05 Andreas Schwab <schwab@suse.de>
5292
5293 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
5294
52952004-06-21 Kenichi Handa <handa@m17n.org>
5296
5297 * make-dist: Link leim-ext.el into tempdir.
5298
52992004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5300
5301 * info/dir (File): Add emacs-xtra.
5302 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
5303
53042004-06-12 Juri Linkov <juri@jurta.org>
5305
5306 * info/dir: Move menu help lines from `* Menu:' to file header.
5307 Describe the purpose of a red *.
5308
53092004-05-04 Dave Love <fx@gnu.org>
5310
5311 * configure.in: Don't use `extrasub'.
5312
53132004-04-29 Dave Love <fx@gnu.org>
5314
5315 * configure.in: Don't forget to quote args to `test'.
5316
53172004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
5318
5319 * autogen.sh: Update filename in "please read" message.
5320
53212004-04-17 Richard M. Stallman <rms@gnu.org>
5322
5323 * INSTALL: Move the info about site-lisp dirs,
5324 and say uninstalled Emacs looks there too.
5325
53262004-04-04 Eli Zaretskii <eliz@gnu.org>
5327
5328 * config.bat (lib-src): Recognize comment lines in Makefile.in
5329 that have a TAB after the #, to avoid errors in preprocessing with
5330 GCC 3.3.3.
5331
53322004-03-31 Luc Teirlinck <teirllm@auburn.edu>
5333
5334 * Makefile.in: Mention in comment that `make maintainer-clean'
5335 deletes .elc files.
5336
53372004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 * update-subdirs: Add local variables to prevent byte-compiling.
5340
53412004-03-21 Dave Love <fx@gnu.org>
5342
5343 * configure.in: Fix previous change.
5344
53452004-03-18 Dave Love <fx@gnu.org>
5346
5347 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
5348
53492004-03-15 Luc Teirlinck <teirllm@auburn.edu>
5350
5351 * info/dir (File): Add SMTP and SES.
5352
53532004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5354
5355 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
5356 (bootstrap): Use the new bootstrap-prepare target in lisp.
5357
53582004-02-18 Kim F. Storm <storm@cua.dk>
5359
5360 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
5361
53622004-02-16 Eli Zaretskii <eliz@gnu.org>
5363
5364 * make-dist: Don't link index.*perm and permute-index into tempdir.
5365
53662004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5367
5368 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
5369 to match previous changes by Eli Zaretskii.
5370
53712004-02-09 Luc Teirlinck <teirllm@auburn.edu>
5372
5373 * Makefile.in: Set CDPATH to an empty string.
5374
53752004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * configure.in <darwin>: Use fink packages if available.
5378
53792004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
5380
5381 * make-dist (lispref): Do include lispref/index.texi.
5382
53832004-01-06 Eric Hanchrow <offby1@blarg.net>
5384
5385 * make-dist (tempdir): Include cursors in nt/icons.
5386
53872003-12-30 Eli Zaretskii <eliz@gnu.org>
5388
5389 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
5390 clashes with install-sh on 8+3 filesystems.
5391
1a71cb28 53922003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
5393
5394 * .cvsignore: Add .arch-inventory.
5395
53962003-12-24 Andreas Schwab <schwab@suse.de>
5397
5398 * configure.in: Check for <sys/socket.h>. Include it before
5399 including <net/if.h>. Move check for <net/if.h> before its use.
5400
54012003-12-24 Jan Djärv <jan.h.d@swipnet.se>
5402
5403 * Makefile.in (install-arch-dep): Don't let cd output go into
5404 pipe for carbon_appdir.
5405
54062003-12-24 Andreas Schwab <schwab@suse.de>
5407
5408 * configure.in (PKG_CHECK_MODULES): Fix quoting.
5409
54102003-12-01 Andreas Schwab <schwab@suse.de>
5411
5412 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
5413 hardcoding gcc.
5414
54152003-11-16 Jan Djärv <jan.h.d@swipnet.se>
5416
5417 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
5418 multiple displays.
5419 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
5420
54212003-09-23 Dave Love <fx@gnu.org>
5422
5423 * configure.in: Check members of struct ifreq.
5424
54252003-09-14 Kim F. Storm <storm@cua.dk>
5426
5427 * configure.in: Add checks for sys/ioctl.h and net/if.h.
5428
54292003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
5430
5431 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
5432
54332003-08-18 Lute Kamstra <lute@gnu.org>
5434
5435 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
5436 required anymore.
5437
54382003-08-07 Andrew Choi <akochoi@shaw.ca>
5439
5440 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
5441 option instead of -traditional-cpp for CPP.
5442
54432003-07-29 Richard M. Stallman <rms@gnu.org>
5444
5445 * configure.in (HAVE_XIM): Define if XIM is available.
5446
54472003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5448
5449 * configure.in: The function gtk_window_set_icon_from_file was
5450 introduced in GTK+ 2.2, so check for that release.
5451
54522003-07-23 Andreas Schwab <schwab@suse.de>
5453
5454 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
5455
5456 * Makefile.in (YACC): Remove, not used.
5457 (MAINT): Don't set.
5458 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
5459 disable dependency on ${srcdir}/configure.in when maintainer mode
5460 is disabled.
5461
54622003-07-22 Dave Love <fx@gnu.org>
5463
5464 * configure.in: Make XRegisterIMInstantiateCallback test depend on
5465 HAVE_X11, not with_xim.
5466 (HAVE_CRTIN): Provide template.
5467 <with_png>: Test for png.h and libpng/png.h.
5468
54692003-07-15 Andreas Schwab <schwab@suse.de>
5470
5471 * configure.in: Temporarily leave quoting for AC_DEFINE.
5472
54732003-07-13 Stefan Monnier <monnier@cs.yale.edu>
5474
5475 * configure.in: Check for posix_memalign.
5476
54772003-07-12 Richard M. Stallman <rms@gnu.org>
5478
5479 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
5480
54812003-07-09 Kim F. Storm <storm@cua.dk>
5482
5483 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
5484 functionality of --without-xim.
5485
54862003-06-29 Dave Love <fx@gnu.org>
5487
5488 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
5489
54902003-06-23 Dave Love <fx@gnu.org>
5491
5492 * configure.in: Check for sys/_mbstate_t.h.
5493 Test XRegisterIMInstantiateCallback prototype.
5494 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
5495
54962003-06-06 Dave Love <fx@gnu.org>
5497
5498 * configure.in: Check for locale.h.
5499
55002003-06-05 Dave Love <fx@gnu.org>
5501
5502 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
5503 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5504 (NLIST_STRUCT): Don't define.
5505 (AH_BOTTOM): Define my_strftime.
5506
55072003-06-02 Richard M. Stallman <rms@gnu.org>
5508
5509 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
5510
55112003-05-24 Andreas Schwab <schwab@suse.de>
5512
5513 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
5514 bzero, and bcmp.
5515
55162003-05-22 Dave Love <fx@gnu.org>
5517
5518 * configure.in: Remove redundant test for term.h. Test for difftime.
5519
55202003-05-20 Dave Love <fx@gnu.org>
5521
5522 * configure.in: Append * to s390-*-linux-gnu case.
5523 (LIBMAIL) <lockfile>: Don't define.
5524
067d23c9
KY
55252003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5526
5527 * INSTALL (* GNU/Linux development packages): Mention Debian and
5528 RedHat package names.
5529
55302003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
5531
5532 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5533
55342003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5535
5536 * INSTALL (* GNU/Linux development packages): Tell people to
5537 install additional packages for compiling Emacs.
5538
1a71cb28
GM
55392003-04-30 Richard M. Stallman <rms@gnu.org>
5540
5541 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5542
55432003-04-28 Francesco Potortì <pot@gnu.org>
5544
5545 * configure.in: Undo last (RMS') change, as it is useless, per
5546 Dave Love.
5547
55482003-04-08 Richard M. Stallman <rms@gnu.org>
5549
5550 * configure.in: Put #include of jpeglib.h at start of line.
5551
067d23c9
KY
55522003-04-06 Francesco Potortì <pot@gnu.org>
5553
5554 * configure.in: Use the same configuration for all aix5, not just
5555 aix5.1.
5556
55572003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
5558
5559 * configure.in: Check for need for bigtoc support on IBM AIX for
5560 solving a linker table overflow problem.
5561
55622003-03-03 Rob Browning <rlb@defaultvalue.org>
5563
5564 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
5565 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
5566 over bzero, bcmp, and bcopy.
5567
55682003-02-23 Simon Josefsson <jas@extundo.com>
5569
5570 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
5571
55722003-02-21 Klaus Zeitler <kzeitler@lucent.com>
5573
5574 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
5575
55762003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
5577
5578 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
5579
55802003-02-08 Andreas Schwab <schwab@suse.de>
5581
5582 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
5583 instead of the substitution.
5584
55852003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5586
5587 * Makefile.in: Use @EXEEXT@ for Cygwin.
5588 Use USERNAME if LOGNAME is not set (for Cygwin).
5589
5590 * configure.in: Add opsys=cygwin.
5591
55922003-01-22 Andreas Schwab <schwab@suse.de>
5593
5594 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
5595 redefining it explicitly in src/config.in.
5596
55972003-01-22 Markus Rost <rost@math.ohio-state.edu>
5598
5599 * Makefile.in (bootstrap): Make bootstrap-after.
5600
56012003-01-20 Jan Djärv <jan.h.d@swipnet.se>
5602
5603 * configure.in: Fix --with-gtk.
5604
56052003-01-19 Jan Djärv <jan.h.d@swipnet.se>
5606
090bd7cb 5607 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
067d23c9
KY
5608
5609 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
5610
56112003-01-14 Francesco Potortì <pot@gnu.org>
5612
5613 * configure.in (m68k-motorola-sysv): Remove (obsolete).
5614
56152003-01-07 Steven Tamm <steventamm@mac.com>
5616
5617 * configure.in: New option, --enable-carbon-app, to specify
5618 that the application should be installed
5619 * Makefile.in (install-arch-dep): On Mac OS X, install the
090bd7cb 5620 Emacs.app application if carbon-app is enabled.
067d23c9
KY
5621
56222003-01-06 Dave Love <fx@gnu.org>
5623
5624 * configure.in: Check for nl_langinfo.
5625 [!HAVE_SIZE_T]: Fix typedef.
5626
56272003-01-06 David Kastrup <dak@gnu.org>
5628
5629 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
5630
5631 * configure.in: Add tests for install-info.
5632
56332002-12-09 Markus Rost <rost@math.ohio-state.edu>
5634
5635 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
5636 use again sol2-6 instead of sol2-8.
5637
56382002-12-09 Dave Love <fx@gnu.org>
5639
5640 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
5641
56422002-12-08 Andreas Schwab <schwab@suse.de>
5643
5644 * Makefile.in (install-arch-indep): Revert last change.
5645
56462002-11-27 Dave Love <fx@gnu.org>
5647
5648 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
5649 Check for __sys_siglist too. Check for memset.
5650 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
5651
56522002-11-22 Juanma Barranquero <lektu@terra.es>
5653
5654 * config.guess, config.sub: Updated from master source.
5655
56562002-11-19 Karl Fogel <kfogel@red-bean.com>
5657
5658 * autogen.sh: New file.
5659
1a71cb28 56602002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
5661
5662 * configure.in: Tidy up various quoting issues throughout.
5663 Use AC_GNU_SOURCE.
5664 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
5665 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5666 Maybe define bcopy, bzero, bcmp.
5667 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5668 non-existent machine file).
5669 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5670 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5671 (nlist.h): Move test up.
5672
56732002-11-18 Markus Rost <rost@math.ohio-state.edu>
5674
5675 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
5676
56772002-11-14 Francesco Potortì <pot@gnu.org>
5678
5679 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
5680
56812002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5682
5683 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5684
56852002-11-08 Dave Love <fx@gnu.org>
5686
5687 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5688 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5689
56902002-11-07 Miles Bader <miles@gnu.org>
5691
5692 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5693 Handle separate-build-dir case.
5694
56952002-11-06 Richard M. Stallman <rms@gnu.org>
5696
5697 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5698 bulletproof. $bar may be empty when there are no .elc files.
5699
57002002-10-30 Dave Love <fx@gnu.org>
5701
5702 * configure.in: Require autoconf 2.53. Test for pty.h,
5703 sys/mman.h, sys/param.h, mremap, memmove.
5704 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
5705 (AC_PROG_YACC): Delete.
5706 (size_t): Use AC_CHECK_TYPES.
5707 (AH_TOP): Up-date copyright.
5708
57092002-10-01 Juanma Barranquero <lektu@terra.es>
5710
5711 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5712
57132002-09-19 Richard M. Stallman <rms@gnu.org>
5714
5715 * configure.in: Fix the LessTif-directory-finder for real.
5716
57172002-09-14 Richard M. Stallman <rms@gnu.org>
5718
5719 * Makefile.in (maybe_bootstrap): Test for complete absence
5720 of compiled Lisp files.
5721
57222002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5723
5724 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5725 (bootstrap-clean-after): Delete.
5726 (bootstrap): Make the sequencing explicit.
5727
57282002-09-10 Richard M. Stallman <rms@gnu.org>
5729
5730 * configure.in: Fix previous LessTif change.
5731
57322002-09-09 Richard M. Stallman <rms@gnu.org>
5733
5734 * configure.in (powerpcle-*-solaris2.5*): New configuration.
5735 (powerpcle-*-solaris*): Use version 2.6 as default.
5736 (*-sunos5.6*, *-solaris2.6*): New alternative.
5737 (*-sunos5*): Use version 2.6 as default.
5738
57392002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5740
5741 * configure.in: Fix typo.
5742
57432002-09-05 Richard M. Stallman <rms@gnu.org>
5744
5745 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5746
5747 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5748 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5749
57502002-08-26 Kim F. Storm <storm@cua.dk>
5751
5752 * Makefile.in (install-arch-indep): Do not remove DOC file
5753 when it is the only DOC file installed; this is the case when
5754 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
5755
57562002-07-24 Markus Rost <rost@math.ohio-state.edu>
5757
5758 * configure.in: Fix typo.
5759
57602002-07-24 Richard M. Stallman <rms@gnu.org>
5761
5762 * configure.in: Don't print anything special about gamedir.
5763
5764 * configure.in: Delete nonstandard --with-game-user option.
5765
57662002-07-21 Richard M. Stallman <rms@gnu.org>
5767
5768 * Makefile.in (gamedir, localstatedir): New variables.
5769 (epaths-force): Insert value of gamedir into PATH_GAME.
5770
5771 * configure.in (gamedir): Handle it like lispdir.
5772 (--with-game-dir option): Delete.
5773
57742002-06-21 Pavel Janík <Pavel@Janik.cz>
5775
5776 * configure.in: Add support for mipseb-*-netbsd* machines.
5777
57782002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5779
5780 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5781
57822002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5783
5784 * info/dir (File): Add an entry for Tramp.
5785
57862002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5787
5788 * INSTALL-CVS: New file.
5789
57902002-06-07 Andreas Schwab <schwab@suse.de>
5791
5792 * configure.in (x86_64-*-linux-gnu*): New system.
5793
57942002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
5795
5796 * config.bat: Handle the case when lispintro is truncated to lispintr.
5797
57982002-05-26 Paul Eggert <eggert@twinsun.com>
5799
5800 * config.guess, config.sub: Updated from master source.
5801
58022002-05-09 Richard M. Stallman <rms@gnu.org>
5803
5804 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5805
58062002-05-04 Pavel Janík <Pavel@Janik.cz>
5807
5808 * make-dist: Do not distribute lock/ directory.
5809
58102002-04-30 Andrew Choi <akochoi@shaw.ca>
5811
5812 * configure.in: Provide documentation string when defining
5813 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5814 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5815
1a71cb28 58162002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
5817
5818 * configure.in: Delete configure check for access to the game user.
5819
58202002-04-29 Pavel Janík <Pavel@Janik.cz>
5821
5822 * make-dist: lwlib/Imakefile is removed.
5823
58242002-04-26 Andrew Choi <akochoi@shaw.ca>
5825
5826 * configure.in: Add support for powerpc-apple-darwin*.
5827 (HAVE_CARBON): Add.
5828
5829 * make-dist: Create directories in mac/Emacs.app.
5830
58312002-04-25 Pavel Janík <Pavel@Janik.cz>
5832
5833 * make-dist: lwlib-Xol* are removed.
5834
58352002-04-23 Andreas Schwab <schwab@suse.de>
5836
5837 * Makefile.in (MAINT): New variable.
5838 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
5839 instead of configure.in, to avoid running autoconf and autoheader
5840 unless explicitly requested.
5841
58422002-04-16 Eli Zaretskii <eliz@gnu.org>
5843
5844 * config.bat: Update for msdos/sed2v2.inp.
5845
58462002-04-15 Andreas Schwab <schwab@suse.de>
5847
5848 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
5849 * configure.in: Add config header templates to all AC_DEFINE and
5850 AC_DEFINE_UNQUOTED symbols.
5851 * make-dist: Run autoheader if necessary.
5852
58532002-04-10 Colin Walters <walters@verbum.org>
5854
5855 * configure.in: Add --game-dir, --game-user. Test to see if we
5856 can use them.
5857
58582002-04-08 Pavel Janík <Pavel@Janik.cz>
5859
5860 * configure.in: Add --with-sound.
5861
58622002-03-18 Kim F. Storm <storm@cua.dk>
5863
5864 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
5865 and getsockname functions. Test for sys/un.h include file.
5866
58672002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5868
5869 * configure.in: Support AIX 5.1.
5870
58712002-03-10 Jan Djärv <jan.h.d@swipnet.se>
5872
5873 * configure.in: Added test for X Session Management (HAVE_X_SM).
5874
58752002-03-03 Richard M. Stallman <rms@gnu.org>
5876
5877 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
5878 Run chown $${LOGNAME} on files installed by tar xvf.
5879
58802002-03-03 Kim F. Storm <storm@cua.dk>
5881
5882 * configure.in: Test for getpeername.
5883
58842002-03-01 Richard M. Stallman <rms@gnu.org>
5885
5886 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
5887 (HAVE_GIF): Don't use old libungif versions that crash.
5888
58892002-02-26 Richard M. Stallman <rms@gnu.org>
5890
5891 * configure.in <making srcdir absolute>: Verify that PWD is correct,
5892 not just well-formed and valid.
5893 (mips-compaq-nonstopux*): New configuration.
5894
58952002-02-18 Paul Eggert <eggert@twinsun.com>
5896
5897 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
5898 "sed q" is a portable equivalent to plain "head -1".
5899
59002002-02-13 Richard M. Stallman <rms@gnu.org>
5901
5902 * Makefile.in (maybe_bootstrap): Do `exit 1'.
5903 (all): Don't depend on maybe_bootstrap here.
5904 (${SUBDIR}): Depend on it here instead.
5905
59062002-02-08 Richard M. Stallman <rms@gnu.org>
5907
5908 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
5909
59102002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5911
5912 * configure.in: Recognize BSD/OS 5.0.
5913
59142002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5915
5916 * make-dist: Make version checking in emacs.texi consistent with
5917 how we set it there.
5918
59192001-12-29 Kim F. Storm <storm@cua.dk>
5920
5921 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
5922
59232001-12-28 Richard M. Stallman <rms@gnu.org>
5924
5925 * configure.in: Test for mbsinit.
5926
59272001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5928
5929 These changes make Leim part of the standard distribution:
5930
5931 * README: Add info about the `leim' directory.
5932
5933 * INSTALL: Remove text that describes Leim as a separate package.
5934
5935 * noleim-Makefile.in: File removed.
5936
5937 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5938 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
5939 Leim files out of the Emacs tree. Don't prepare a separate tarball
5940 for Leim.
5941
59422001-12-11 Richard M. Stallman <rms@gnu.org>
5943
5944 * configure.in (hppa*-*-linux-gnu*): New alternative.
5945
59462001-12-08 Pavel Janík <Pavel@Janik.cz>
5947
5948 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5949 creating distribution.
5950
59512001-12-06 Paul Eggert <eggert@twinsun.com>
5952
5953 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5954 (AC_FUNC_VFORK): Remove.
5955 (AC_FUNC_FORK): Add.
5956 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5957 this is required by recent Autoconf versions.
5958
59592001-12-02 Pavel Janík <Pavel@Janik.cz>
5960
5961 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5962 TODO, vms-pp.trans and others).
5963
59642001-11-29 Pavel Janík <Pavel@Janik.cz>
5965
5966 * make-dist: Use COPYING from the top-level directory.
5967
59682001-11-29 Gerd Moellmann <gerd@gnu.org>
5969
5970 * configure.in: Add support for FreeBSD/Alpha.
5971
59722001-11-29 Pavel Janík <Pavel@Janik.cz>
5973
5974 * make-dist: Add COPYING to the top-level directory of the
5975 distribution. Simplify the logic behind copying.
5976
5977 * Makefile.in (maybe_bootstrap): Fix previous change.
5978
59792001-11-28 Richard M. Stallman <rms@gnu.org>
5980
5981 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5982
59832001-11-26 Richard M. Stallman <rms@gnu.org>
5984
5985 * Makefile.in: bootstrap should not delete dumped executables.
5986 (bootstrap-clean-before): New target.
5987 (bootstrap): Use bootstrap-clean-before instead of clean.
5988 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
5989
59902001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
5991
5992 These changes add the Emacs Lisp Introduction manual to the
5993 distribution:
5994
5995 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5996
5997 * make-dist: Copy the files in lispintro directory.
5998
5999 * config.bat: Configure in the lispintro directory.
6000
6001 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
6002
6003 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
6004 (lispintro/Makefile): New target.
6005 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
6006 (unlock, relock, info, dvi): Ditto.
6007
60082001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6009
6010 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
6011
6012 * make-dist (etc): Don't distribute gfdl.1.
6013
60142001-11-22 Colin Walters <walters@debian.org>
6015
6016 * Makefile.in (install-arch-indep): Install the calc .info files.
6017 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
6018
60192001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
6020
6021 * make-dist (lispref): Add *.txt, *.el, permute-index, and
6022 tindex.pl to the list of those being put into the distribution.
6023
60242001-11-16 Eli Zaretskii <eliz@gnu.org>
6025
6026 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
6027
60282001-11-15 Pavel Janík <Pavel@Janik.cz>
6029
6030 * Makefile.in (uninstall): Fix previous change.
6031
6032 * configure.in, Makefile.in: Add support for --program-prefix,
6033 --program-suffix and --program-transform-name options.
6034
60352001-11-13 Pavel Janík <Pavel@Janik.cz>
6036
6037 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
6038 (install-arch-indep): Install emacsclient manual page.
6039 (uninstall): Uninstall emacsclient manual page.
6040
60412001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
6042
6043 * make-dist: Add lispref/index.*perm files to the distribution.
6044 From Pavel Janík <Pavel@Janik.cz>.
6045
60462001-11-12 Pavel Janík <Pavel@Janik.cz>
6047
6048 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
6049
60502001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6051
6052 * configure.in: AC_OUTPUT lispref/Makefile.
6053
60542001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6055
6056 The following changes add the ELisp reference manual to the
6057 distribution.
6058
6059 * make-dist: Add the lispref directory to the distribution.
6060
6061 * Makefile.in (install-arch-indep): Add elisp* to the list of
6062 installed Info files.
6063 (SUBDIR_MAKEFILES): Add lispref/Makefile.
6064 (lispref/Makefile): New target.
6065 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
6066 Add commands for the lispref directory.
6067 (info, dvi): Ditto.
6068
6069 * config.bat: Configure in `lispref'.
6070
60712001-11-09 Richard M. Stallman <rms@gnu.org>
6072
6073 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
6074
60752001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
6076
6077 * make-dist (tempdir): Copy AUTHORS as well.
6078
60792001-11-06 Sam Steingold <sds@gnu.org>
6080
6081 * configure.in: Added a check for <nlist.h>.
6082
60832001-11-01 Pavel Janík <Pavel@Janik.cz>
6084
6085 * configure.in: Reindent --help output.
6086 From Per Starbäck (starback@ling.uu.se).
6087
60882001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6089
6090 * configure.in: New entry for HP/UX-11.
6091
6092 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
6093 From Eric S. Raymond <esr@golux.thyrsus.com>.
6094
60952001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6096
6097 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
6098 <athornton@sinenomine.net>.
6099
61002001-10-25 Gerd Moellmann <gerd@gnu.org>
6101
6102 * Makefile.in (maybe_bootstrap): New target.
6103 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
6104
61052001-10-24 Ken Raeburn <raeburn@gnu.org>
6106
6107 * configure.in: If --with-hesiod is given, look for
6108 hes_getmailhost and res_send or __res_send; check hesiod and
6109 resolv libraries respectively if system libraries don't supply them.
6110
61112001-10-24 Gerd Moellmann <gerd@gnu.org>
6112
6113 * configure.in: Use $MAKE for `make' if set.
6114
61152001-10-22 Gerd Moellmann <gerd@gnu.org>
6116
6117 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
6118 to tar options.
6119
61202001-10-20 Gerd Moellmann <gerd@gnu.org>
6121
6122 * (Version 21.1 released).
6123
61242001-10-20 Miles Bader <miles@gnu.org>
6125
6126 * configure.in (configuration): Set from `host' if `host_alias'
6127 isn't defined.
6128
61292001-10-19 Andreas Schwab <schwab@suse.de>
6130
6131 * configure.in: Make ready for autoconf 2.5x.
6132 (AC_PREREQ): Require autoconf 2.50.
6133 * aclocal.m4: Removed.
6134 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
6135
61362001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6137
6138 * README: Bump Emacs version to 21.1.50.
6139
61402001-10-05 Gerd Moellmann <gerd@gnu.org>
6141
6142 * Branch for 21.1.
6143
61442001-09-05 Gerd Moellmann <gerd@gnu.org>
6145
6146 * configure.in: Avoid `$@' which is handled specially in
6147 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
6148
61492001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
6150
6151 * make-dist (nt): Add subdirs.el to the list of distributed files.
6152
61532001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6154
6155 * configure.in (machine): Add an entry for
6156 hppa1.1-hitachi-hiuxwe2*.
6157
61582001-05-28 Gerd Moellmann <gerd@gnu.org>
6159
6160 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
6161 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
6162
61632001-05-14 Gerd Moellmann <gerd@gnu.org>
6164
6165 * make-dist: Copy texinfo.tex unconditionally.
6166
61672001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6168
6169 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
6170 that are installed.
6171
61722001-04-06 Gerd Moellmann <gerd@gnu.org>
6173
6174 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
6175 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
6176
6177 * make-dist: Handle leim/MISC-DIC. Only include
6178 `[a-zA-Z]*.{el,elc}' from leim/quail.
6179
61802001-04-05 Gerd Moellmann <gerd@gnu.org>
6181
6182 * Makefile.in (install-arch-indep): Remove .cvsignore files.
6183
61842001-03-30 Gerd Moellmann <gerd@gnu.org>
6185
6186 * Makefile.in (.PHONY): Add for bootstrap targets.
6187 (bootstrap-clean): New target.
6188 (bootstrap): Use it instead of `clean'.
6189
61902001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
6191
6192 * Makefile.in (SUBDIR): Remove leim.
6193 (all, .RECURSIVE, extraclean): Add leim explicitly.
6194 (leim): Provide separate rule which exports PARALLEL=0 into the
6195 environment.
6196
61972001-03-20 Gerd Moellmann <gerd@gnu.org>
6198
6199 * configure.in (HAVE_XPM): Don't print the result of the check for
6200 XpmReturnAllocPixels if we don't have an xpm.h.
6201
62022001-03-05 Gerd Moellmann <gerd@gnu.org>
6203
6204 * COPYING: New file.
6205
62062001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6207
6208 * config.bat: Update the copyright.
6209
62102001-02-23 Kenichi Handa <handa@etl.go.jp>
6211
6212 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
6213 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
6214 to `yes'. Later in AC_OUTPUT, check this variable.
6215
62162001-02-09 Dave Love <fx@gnu.org>
6217
6218 * AUTHORS: Updated.
6219
62202001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6221
6222 * info/dir (Ebrowse): Fix the entry (was missing a dot).
6223
62242001-02-02 Gerd Moellmann <gerd@gnu.org>
6225
6226 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
6227
6228 * Makefile.in (uninstall): Ignore exit code of `rm'.
6229
6230 * Makefile.in (uninstall): Remove more info files. Remove
6231 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
6232
62332001-01-31 Gerd Moellmann <gerd@gnu.org>
6234
6235 * noleim-Makefile.in (extraclean): Add.
6236
62372001-01-28 Gerd Moellmann <gerd@gnu.org>
6238
6239 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
6240 it quiet.
6241
62422001-01-24 Colin Walters <walters@cis.ohio-state.edu>
6243
6244 * Makefile.in (tags): Fix typo.
6245
62462001-01-13 Kenichi Handa <handa@etl.go.jp>
6247
6248 * configure.in: Fix typo in the code setting x_search_path.
6249
62502001-01-10 Dave Love <fx@gnu.org>
6251
6252 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
6253 -lXext.
6254 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
6255 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
6256 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
6257 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
6258 (now in $LIBS).
6259
62602001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6261
6262 * config.bat: Run the preprocessor with -traditional.
6263
62642001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
6265
6266 * INSTALL: Move copying conditions to end of file.
6267
62682000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6269
6270 * INSTALL: Add basic installation procedure which assumes
6271 `configure' does its job. Elaborate on image support libraries.
6272 Add a pointer to Xaw3d library. Add advice about solving
6273 configure-time problems by looking in config.log and setting
6274 variables in the environment.
6275
62762000-12-27 Gerd Moellmann <gerd@gnu.org>
6277
6278 * Makefile.in (install-arch-indep): If tar fails, exit with
6279 exit code 1.
6280
62812000-12-19 Gerd Moellmann <gerd@gnu.org>
6282
6283 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
6284 source file includes XKBlib.h. On some broken Solaris systems,
6285 there is an XKBlib.h, reportedly, but header files included by
6286 XKBlib.h are missing.
6287
62882000-12-14 Gerd Moellmann <gerd@gnu.org>
6289
6290 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
6291
62922000-12-11 Dave Love <fx@gnu.org>
6293
6294 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
6295
62962000-12-11 Paul Eggert <eggert@twinsun.com>
6297
6298 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
6299 Merge fixes from latest GNU tar version. These macros no longer
6300 futz with _XOPEN_SOURCE, as that was not portable in practice.
6301 (AC_FUNC_FSEEKO): New macro.
6302
6303 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
6304 ftello.
6305
63062000-12-05 Dave Love <fx@gnu.org>
6307
6308 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
6309
63102000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6311
6312 * info/dir: Change the category to "Emacs".
6313
63142000-12-01 Gerd Moellmann <gerd@gnu.org>
6315
6316 * make-dist (tempdir): Remove epaths.h from the distribution
6317 instead of paths.h.
6318
63192000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6320
6321 * config.bat: Check for existence of djecho.exe, and print an
6322 error message if it is not available.
6323
6324 * INSTALL: Describe possible problem with djecho.exe in old
6325 versions of DJGPP v2.x.
6326
63272000-11-23 Gerd Moellmann <gerd@gnu.org>
6328
6329 * configure.in: Initialize HAVE_LIBXP to no.
6330
63312000-11-22 Gerd Moellmann <gerd@gnu.org>
6332
6333 * configure.in: Use m/macppc.h instead of the non-existent
6334 m/powerpc.h.
6335
63362000-11-21 Gerd Moellmann <gerd@gnu.org>
6337
6338 * Makefile.in (install-arch-indep): Also install info/eshell*
6339 and info/speedbar*.
6340
6341 * configure.in (HAVE_PNG): Check for the presence of
6342 png_get_channels to rule out older PNG libs.
6343
6344 * configure.in (AC_OUTPUT): Arrange to emit definitions of
6345 GCC and NON_GNU_CPP into config.status.
6346
63472000-11-20 Dave Love <fx@gnu.org>
6348
6349 * configure.in: Fix last change.
6350
6351 * GETTING.GNU.SOFTWARE: Deleted.
6352 * FTP: New file to replace it.
6353 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
6354
63552000-11-20 Gerd Moellmann <gerd@gnu.org>
6356
6357 * configure.in: Use -traditional with GNU cpp.
6358
63592000-11-17 Gerd Moellmann <gerd@gnu.org>
6360
6361 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
6362 Distribute more files from the nt/ subdir. Distribute PBM
6363 image files from subdirs of lisp/. Distribute old change logs
6364 from subdirs of lisp/. Distribute play/5x5.el.
6365
63662000-11-11 Dave Love <fx@gnu.org>
6367
6368 * config.sub, config.guess: Updated from master source.
6369
63702000-11-07 Dave Love <fx@gnu.org>
6371
6372 * configure.in: Test for mkstemp.
6373
63742000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
6375
6376 * info/dir (Top): Rearrange menu items more logically, and put
6377 them into a single category. Add menu items for RefTeX and
6378 Widget.
6379
63802000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6381
6382 * Makefile.in (install-arch-indep): Use --info-dir instead of
6383 --dir-file, and a simple argument instead of --info-file, so that
6384 the Debian version of install-info also works.
6385
63862000-10-19 Eric M. Ludlam <zappo@ultranet.com>
6387
6388 * info/dir (Speedbar): Add entry.
6389
63902000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6391
6392 * INSTALL: Describe the new image-support options to the configure
6393 script. List URLs where image support libraries can be found.
6394
63952000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
6396
6397 * info/dir (Top): Add an entry for Eshell.
6398
63992000-10-02 Dave Love <fx@gnu.org>
6400
6401 * configure.in: Check for gai_strerror.
6402
64032000-10-01 Andreas Schwab <schwab@suse.de>
6404
6405 * Makefile.in (install-arch-indep): Update list of installed info files.
6406
64072000-09-30 Gerd Moellmann <gerd@gnu.org>
6408
6409 * configure.in: Support `sparc*-*-netbsd*'.
6410
64112000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6412
6413 * info/dir (MIME): Add entry for emacs-mime.
6414
64152000-09-29 Dave Love <fx@gnu.org>
6416
6417 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
6418
64192000-09-26 Gerd Moellmann <gerd@gnu.org>
6420
6421 * make-dist: Adapt to the change of leim/Makefile which was
6422 necessary to ensure a reasonably working `make dist'.
6423
6424 * leim-Makefile.in: Moved to leim/Makefile.in..
6425
6426 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
6427
64282000-09-21 Kenichi Handa <handa@etl.go.jp>
6429
6430 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
6431 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
6432 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
6433 files to .elc.
6434 (${TIT}): Adjusted for the above change.
6435 (clean mostlyclean): Likewise.
6436 (.el.elc): New target.
6437
64382000-09-19 Gerd Moellmann <gerd@gnu.org>
6439
6440 * make-dist: Include XPM and XBM files in lisp/ and subdirs
6441 in the distribution.
6442
64432000-09-18 Gerd Moellmann <gerd@gnu.org>
6444
6445 * make-dist (skk): Rename to `ja-dic' because the leim directory
6446 was renamed.
6447
64482000-09-14 Dave Love <fx@gnu.org>
6449
6450 * configure.in: Fix spurion in last change.
6451
64522000-09-14 Gerd Moellmann <gerd@gnu.org>
6453
6454 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
6455 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
6456 to `no' if defined. Change result report.
6457
64582000-09-08 Dave Love <fx@gnu.org>
6459
6460 * configure.in: Remove spurious `@'s.
6461
6462 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
6463 autoconf.
6464
64652000-09-06 Gerd Moellmann <gerd@gnu.org>
6466
6467 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
6468 file and print informational message.
6469
6470 * configure.in (AC_FUNC_MMAP): Add.
6471
64722000-09-01 Gerd Moellmann <gerd@gnu.org>
6473
6474 * configure.in: Add ``checking'' messages for
6475 XpmReturnAllocPixels.
6476
64772000-08-28 Gerd Moellmann <gerd@gnu.org>
6478
6479 * configure.in: Check <strings.h>; check `index' and `rindex'
6480 functions.
6481
64822000-08-26 Kenichi Handa <handa@etl.go.jp>
6483
6484 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
6485 "case "${canonical}" in".
6486
64872000-08-25 Dave Love <fx@gnu.org>
6488
6489 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
6490
64912000-08-25 Kenichi Handa <handa@etl.go.jp>
6492
6493 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
6494
64952000-08-24 Gerd Moellmann <gerd@gnu.org>
6496
6497 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
6498 contains a relative path. Protect against unusable values of $PWD.
6499
65002000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6501
6502 * info/dir (WoMan): Add entry.
6503
6504 * config.bat (maindir): Update src/_gdbinit even if it does
6505 already exist.
6506
65072000-08-07 Gerd Moellmann <gerd@gnu.org>
6508
6509 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
6510
65112000-08-03 Gerd Moellmann <gerd@gnu.org>
6512
6513 * configure.in: Add support for ia64*-*-linux*.
6514
65152000-07-27 Gerd Moellmann <gerd@gnu.org>
6516
6517 * make-dist (aclocal.m4): Include in distribution.
6518
65192000-07-26 Dave Love <fx@gnu.org>
6520
6521 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
6522
65232000-07-24 Dave Love <fx@gnu.org>
6524
6525 * configure.in: Add AC_SIZE_T.
6526
65272000-07-18 Dave Love <fx@gnu.org>
6528
6529 * configure.in: Reorder so that most tests are done after CPPFLAGS
6530 is set from the C_SWITCH_... definitions.
6531
65322000-07-10 Gerd Moellmann <gerd@gnu.org>
6533
6534 * configure.in (HAVE_XPM): Undo previous change. Check for
6535 preprocessor define XpmReturnAllocPixels.
6536
65372000-07-06 Gerd Moellmann <gerd@gnu.org>
6538
6539 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
6540 instead of XpmReadFileToPixmap.
6541
65422000-07-05 Ken Raeburn <raeburn@gnu.org>
6543
6544 * configure.in: Check for <soundcard.h>. Look for ossaudio
6545 library, and set LIBSOUND accordingly.
6546
65472000-07-05 Dave Love <fx@gnu.org>
6548
6549 * configure.in: Use AC_HEADER_SYS_WAIT.
6550
65512000-07-05 Gerd Moellmann <gerd@gnu.org>
6552
6553 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
6554 lisp/Makefile. Distribute lisp/Makefile.in instead of
6555 lisp/Makefile.
6556
65572000-06-30 Ken Raeburn <raeburn@gnu.org>
6558
6559 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
6560 while searching for image-handling libraries.
6561
65622000-06-26 Gerd Moellmann <gerd@gnu.org>
6563
6564 * configure.in (--with-xim): New option.
6565
65662000-06-23 Dave Love <fx@gnu.org>
6567
6568 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
6569 for struct timezone and test how we can call gettimeofday.
6570 Check for OSF 5+. Check for term.h.
6571
6572 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
6573 version.
6574
65752000-06-23 Gerd Moellmann <gerd@gnu.org>
6576
6577 * configure.in (HAVE_LIBXP): Change test for libXp.
6578
65792000-06-21 Dave Love <fx@gnu.org>
6580
6581 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
6582 simple test for getloadavg and substitute GETLOADAVG_LIBS.
6583 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
6584
65852000-06-19 Dave Love <fx@gnu.org>
6586
6587 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
6588 _XOPEN_SOURCE is defined.
6589
65902000-06-16 Gerd Moellmann <gerd@gnu.org>
6591
6592 * Makefile.in (distclean): Also make distclean in lisp/.
6593
65942000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6595
6596 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
6597
65982000-06-15 Gerd Moellmann <gerd@gnu.org>
6599
6600 * make-dist: Add --help and --snapshot options.
6601
66022000-06-14 Gerd Moellmann <gerd@gnu.org>
6603
6604 * configure.in: Generate lisp/Makefile.
6605
6606 * configure.in: Add support for `*-lynxos*'.
6607 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
6608 recommended by <Karen.Dorhamer@compaq.com> to fix problems
6609 on Tru64 UNIX v5.0.
6610
66112000-06-13 Ken Raeburn <raeburn@gnu.org>
6612
6613 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
6614 it's on a continuation line.
6615
66162000-06-02 Dave Love <fx@gnu.org>
6617
6618 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
6619 files.
6620
6621 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
6622 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
6623 test.
6624
6625 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
6626 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
6627
66282000-05-26 Gerd Moellmann <gerd@gnu.org>
6629
6630 * configure.in: Add check for speed_t typedef.
6631
66322000-05-25 Ken Raeburn <raeburn@gnu.org>
6633
6634 * Makefile.in (install-arch-dep): Install fns-*.el only if it
6635 exists; it won't in the CANNOT_DUMP case.
6636
66372000-05-25 Gerd Moellmann <gerd@gnu.org>
6638
6639 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
6640 On FreeBSD, the exit status is 1 if CDPATH is not set.
6641 (install-arch-indep): Install ebrowse.info.
6642
66432000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
6644
6645 * configure.in: Check for grandpt and getpt.
6646
66472000-05-09 Dave Love <fx@gnu.org>
6648
6649 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6650
66512000-05-05 Gerd Moellmann <gerd@gnu.org>
6652
6653 * make-dist: Make a link for lib-src/grep-changelog.
6654 Copy install-sh.
6655
66562000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
6657
6658 * config.bat: Identify the beginning of the cpp stuff in
6659 src/Makefile.in and lib-src/Makefile.in more accurately.
6660
66612000-04-27 Gerd Moellmann <gerd@gnu.org>
6662
6663 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6664
66652000-04-19 Gerd Moellmann <gerd@gnu.org>
6666
6667 * configure.in: Add support for `powerpc-*-netbsd*'.
6668
66692000-04-19 Dave Love <fx@gnu.org>
6670
6671 * configure.in: Don't use AC_FUNC_GETLOADAVG.
6672
6673 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6674
66752000-04-16 Dave Love <fx@gnu.org>
6676
6677 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
6678
66792000-04-14 Dave Love <fx@gnu.org>
6680
6681 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
6682
6683 * aclocal.m4 (AC_FUNC_MKTIME): New.
6684
66852000-03-28 Ken Raeburn <raeburn@gnu.org>
6686
6687 * configure.in: Line up "--help" output a little better.
6688
66892000-03-26 Gerd Moellmann <gerd@gnu.org>
6690
6691 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6692 New targets.
6693 (bootstrap): Rewritten in terms of the new targets above. Make
6694 info files, too.
6695
66962000-03-12 Gerd Moellmann <gerd@gnu.org>
6697
6698 * config.guess, config.sub: Use the versions of the files from
6699 subversions.
6700
67012000-03-08 Dave Love <fx@gnu.org>
6702
6703 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6704 AC_C_VOLATILE. Define POINTER_TYPE.
6705
6706 * aclocal.m4: New file.
6707
67082000-03-02 Gerd Moellmann <gerd@gnu.org>
6709
6710 * configure.in (machine): Add `mipsel-*-netbsd*' and
6711 `arm-*-netbsd*'.
6712
67132000-03-01 Gerd Moellmann <gerd@gnu.org>
6714
6715 * configure.in (machine): Add support for `*-auspex-sunos*'.
6716
67172000-02-29 Gerd Moellmann <gerd@gnu.org>
6718
6719 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6720
67212000-02-18 Dave Love <fx@gnu.org>
6722
6723 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6724
67252000-02-18 Andreas Schwab <schwab@suse.de>
6726
6727 * Makefile.in (install-arch-indep): Add eudc to list of installed
6728 info files.
6729
67302000-02-17 Ken Raeburn <raeburn@gnu.org>
6731
6732 * configure.in: Include -lz and -ljpeg (if it's available) when
6733 testing for the tiff library.
6734
67352000-02-17 Gerd Moellmann <gerd@gnu.org>
6736
6737 * configure.in: Remove LISP_FLOAT_TYPE.
6738
67392000-02-12 Dave Love <fx@gnu.org>
6740
6741 * configure.in: Use AC_FUNC_VFORK.
6742
67432000-02-01 Gerd Moellmann <gerd@gnu.org>
6744
6745 * make-dist: Various fixes for new development tree.
6746
6747 * leim-Makefile.in: New file.
6748
67492000-01-31 Gerd Moellmann <gerd@gnu.org>
6750
6751 * Makefile.in (dist): Call ./make-dist.
6752
67532000-01-24 Dave Love <fx@gnu.org>
6754
6755 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6756
67572000-01-18 Gerd Moellmann <gerd@gnu.org>
6758
6759 * configure.in (HAVE_GIF): Check for DGifOpen instead of
6760 DGifOpenFileName.
6761
67622000-01-11 Andreas Schwab <schwab@suse.de>
6763
6764 * Makefile.in (install-arch-indep): Update list of info files to
6765 be installed.
6766
67672000-01-05 Dave Love <fx@gnu.org>
6768
6769 * configure.in: Check for jerror.h as well as libjpeg.
6770
67712000-01-03 Andreas Schwab <schwab@suse.de>
6772
6773 * Makefile.in (install-arch-indep): Install autotype*. Run
6774 install-info on autotype and emacs-faq.info.
6775
67761999-12-04 Dave Love <fx@gnu.org>
6777
6778 * Makefile.in (install-arch-indep): Depend on `info'.
6779 (install-strip): Use `install' as sub-make target.
6780
67811999-11-23 Ken Raeburn <raeburn@gnu.org>
6782
6783 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6784 didn't need to be deleted. Check for the k5crypto library as well
6785 as the crypto library; MIT Kerberos 1.1 changed the name.
6786
67871999-11-18 Dave Love <fx@gnu.org>
6788
6789 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6790
67911999-11-11 Erik Naggum <erik@naggum.no>
6792
6793 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6794
67951999-11-08 Dave Love <fx@gnu.org>
6796
6797 * configure.in: Fix change for --with-pop default.
6798
67991999-11-04 Dave Love <fx@gnu.org>
6800
6801 * configure.in: Default to --with-pop. Change sense of with-gcc
6802 and with-toolkit-scroll-bars messages to reflect the defaults.
6803
68041999-11-01 Gerd Moellmann <gerd@gnu.org>
6805
6806 * INSTALL: Mention the Emacs Lisp Reference.
6807
68081999-10-27 Noah Friedman <friedman@splode.com>
6809
6810 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6811
68121999-10-23 Gerd Moellmann <gerd@gnu.org>
6813
6814 * Makefile.in (bootstrap): New target.
6815
68161999-10-19 Paul Eggert <eggert@twinsun.com>
6817
6818 Add support for large files. Merge glibc 2.1.2.
6819
6820 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6821 (HAVE_TM_GMTOFF): New symbol.
6822 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6823 mbrlen, strsignal.
6824 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6825
68261999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6827
6828 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6829 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6830
68311999-10-09 Richard M. Stallman <rms@gnu.org>
6832
6833 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
6834 Unset CDPATH to prevent cd from generating output.
6835
68361999-10-08 Stefan Monnier <monnier@cs.yale.edu>
6837
6838 * update-subdirs: Also ignore CVS subdirs.
6839
68401999-10-07 Gerd Moellmann <gerd@gnu.org>
6841
6842 * Makefile.in (install-arch-indep): Add ada-mode.
6843
68441999-10-06 Dave Love <fx@gnu.org>
6845
6846 * Makefile.in: Add rules for config.status, configure.
6847
68481999-09-07 Gerd Moellmann <gerd@gnu.org>
6849
6850 * configure.in (--with-sound): Removed.
6851
68521999-08-30 Gerd Moellmann <gerd@gnu.org>
6853
6854 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
6855 the test for Xaw3d.
6856 (HAVE_TIFF): Add -lm to library check.
6857
68581999-08-28 Richard Stallman <rms@gnu.org>
6859
6860 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
6861 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
6862 after the other X-related libraries.
6863
68641999-08-21 Dave Love <fx@gnu.org>
6865
6866 * configure.in: Don't check for jpeglib.h.
6867
68681999-08-20 Gerd Moellmann <gerd@gnu.org>
6869
6870 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
6871 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
6872
68731999-08-18 Dave Love <fx@gnu.org>
6874
6875 * configure.in: Check for termcap.h.
6876
68771999-08-15 Gerd Moellmann <gerd@gnu.org>
6878
6879 * configure.in: Add --with-toolkit-scroll-bars. If "no",
6880 use Emacs' scroll bars, even if configured for Motif or when
6881 Xaw3d is available.
6882
68831999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6884
6885 * configure.in: Check for getaddrinfo.
6886
68871999-08-04 Eli Zaretskii <eliz@gnu.org>
6888
6889 * config.bat: Make --no-debug work again by removing -gcoff.
6890
68911999-07-30 Dave Love <fx@gnu.org>
6892
6893 * configure.in: Check for stdlib.h.
6894
68951999-07-19 Dave Love <fx@gnu.org>
6896
6897 * configure.in: Grok sparc64-*-linux-gnu*.
6898
68991999-07-12 Richard Stallman <rms@gnu.org>
6900
6901 * Version 20.4 released.
6902
69031999-06-23 Karl Heuer <kwzh@gnu.org>
6904
6905 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
6906 Quote $EMACS, in case it's a program with args.
6907
69081999-06-15 Gerd Moellmann <gerd@gnu.org>
6909
6910 * configure.in (HAVE_GIF): Use libungif instead of libgif
6911 because the former doesn't contain patented compression code.
6912
69131999-05-29 Richard M. Stallman <rms@gnu.org>
6914
6915 * configure.in: Delete the Kerberos stuff.
6916
69171999-05-27 Greg Hudson <ghudson@mit.edu>
6918
6919 * configure.in: Prefer kerberos 5 names.
6920
69211999-04-26 Richard M. Stallman <rms@gnu.org>
6922
6923 * configure.in: Check for libXp.
6924
69251999-04-08 Richard Stallman <rms@gnu.org>
6926
6927 * make-dist: Include change logs in subdirs of `lisp'.
6928
69291999-04-05 Richard Stallman <rms@gnu.org>
6930
6931 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
6932 (install-arch-indep): Make ${datadir}/emacs world-readable.
6933
69341999-03-30 Eli Zaretskii <eliz@gnu.org>
6935
6936 * config.bat: Use epaths.* instead of paths.*.
6937
69381999-03-07 Eli Zaretskii <eliz@gnu.org>
6939
6940 * INSTALL: Add detailed instructions to unpack and install
6941 intlfonts on MS-DOS.
6942
69431999-02-26 Richard Stallman <rms@gnu.org>
6944
6945 * configure.in: Use epaths.h and epaths-force instead of paths...
6946
6947 * Makefile.in (epaths-force): Renamed from paths-force;
6948 operate on epaths.in and produce epaths.h.
6949
69501999-02-24 Richard Stallman <rms@gnu.org>
6951
6952 * make-dist: Fix nt/icons directory handling.
6953
69541999-02-22 Simon Josefsson <jas@pdc.kth.se>
6955
6956 * configure.in (f301-fujitsu-uxpv4.1): New target.
6957
69581999-02-20 Richard Stallman <rms@gnu.org>
6959
6960 * make-dist (tempparent): Fix command to update info files.
6961
69621999-02-09 Richard Stallman <rms@gnu.org>
6963
6964 * configure.in (powerpc-apple-netbsd*): New alternative.
6965
69661999-01-25 Geoff Voelker <voelker@cs.washington.edu>
6967
6968 * make-dist: Include the new directory nt/icons in distributions.
6969
69701999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6971
6972 * configure.in: Change message about HAVE_XFREE386.
6973
69741999-01-07 Eli Zaretskii <eliz@gnu.org>
6975
6976 * config.bat: Support configuring with leim.
6977
69781998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
6979
6980 * configure.in (mips-sgi-irix6.5): New target.
6981
69821998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6983
6984 * configure.in: Remove GSS-API support, since it has been removed
6985 from movemail.
6986
69871998-12-04 Markus Rost <rost@delysid.gnu.org>
6988
6989 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6990
69911998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
6992
6993 * Makefile.in: Don't install customize info file.
6994 Run install-info on viper info file.
6995
69961998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6997
6998 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6999
70001998-11-16 Kenichi Handa <handa@etl.go.jp>
7001
7002 * configure.in (*-*-bsdi4*): New target.
7003
70041998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
7005
7006 * configure.in: Fix previous change.
7007
70081998-11-11 Richard Stallman <rms@gnu.org>
7009
7010 * configure.in (aviion-intel): New machine.
7011
70121998-11-04 Kenichi Handa <handa@etl.go.jp>
7013
7014 * configure.in (mips-nec-sysv4*): New target.
7015
70161998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
7017
7018 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
7019 from lisp.
7020
70211998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
7022
7023 * make-dist: Don't include fns*.el in dist.
7024
70251998-10-30 Dave Love <fx@gnu.org>
7026
7027 * configure.in: Don't mkdir cpp.
7028
70291998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
7030
7031 * Makefile.in (install-arch-dep): Install src/fns-*.el in
7032 ${archlibdir}.
7033
70341998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7035
7036 * Version 20.3 released.
7037
70381998-07-30 Paul Eggert <eggert@twinsun.com>
7039
7040 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
7041 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
7042 (lwlib/Makefile, leim/Makefile):
7043 Prepend $(srcdir)/ to rule dependencies outside this dir.
7044
70451998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7046
7047 * configure.in: Use unset CDPATH instead of making it empty.
7048
70491998-06-20 Karl Heuer <kwzh@gnu.org>
7050
7051 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
7052
70531998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7054
7055 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
7056 and default.el. Sort the results.
7057
70581998-05-31 Karl Heuer <kwzh@gnu.org>
7059
7060 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
7061 writable.
7062
70631998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7064
7065 * Makefile.in (install-arch-indep):
7066 Don't alter site-lisp/subdirs.el if it exists.
7067
70681998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7069
7070 * Makefile.in (install-arch-indep): Put `-' on commands to create
7071 subdirs.el in site-lisp dirs.
7072
70731998-05-07 Richard Stallman <rms@psilocin.gnu.org>
7074
7075 * Makefile.in (install-arch-indep): Fix typo in previous change.
7076
70771998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7078
7079 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
7080
70811998-04-28 Richard Stallman <rms@psilocin.gnu.org>
7082
7083 * Makefile.in (mkdir): Create the site-lisp dirs.
7084 (install-arch-indep): Make site-lisp/subdirs files world-readable.
7085
70861998-04-26 Richard Stallman <rms@psilocin.gnu.org>
7087
7088 * Makefile.in (INSTALL_INFO): New variable.
7089 (install-arch-indep): Don't replace the dir file if it already exists.
7090 Use the install-info program, via INSTALL_INFO, to add entries.
7091 Make the `info' subdir and the Info files world-readable.
7092
70931998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
7094
7095 * config.bat: Make sure the environment is large enough to support
7096 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
7097
70981998-04-10 Karl Heuer <kwzh@gnu.org>
7099
7100 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
7101
71021998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7103
7104 * configure.in: Add --with-gssapi to specify GSS-API
7105 authentication support for movemail.
7106
71071998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
7108
7109 * Makefile.in (install-arch-indep): Fix previous change.
7110
71111998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7112
7113 * Makefile.in (info): Run man in build dir, not srcdir.
7114
71151998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
7116
7117 * Makefile.in (install-arch-indep): Fix previous change.
7118
71191998-03-23 Kenichi Handa <handa@etl.go.jp>
7120
7121 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
7122
71231998-03-22 Richard Stallman <rms@gnu.org>
7124
7125 * Makefile.in (install-arch-indep): Put special subdirs.el files
7126 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
7127
71281998-03-21 Richard Stallman <rms@psilocin.gnu.org>
7129
7130 * make-dist: Fix shell syntax in check for missing .el or .elc files.
7131
71321998-03-09 Richard Stallman <rms@psilocin.gnu.org>
7133
7134 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
7135 (m68*-hp-hpux*): Handle versions 1X like 10.
7136
71371998-03-07 Richard Stallman <rms@psilocin.gnu.org>
7138
7139 * make-dist: PROBLEMS is now in etc, not top level dir.
7140
7141 * Makefile.in (SOURCES): Delete PROBLEMS.
7142
71431998-02-25 Richard Stallman <rms@gnu.org>
7144
7145 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
7146
7147 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
7148
71491998-01-17 Richard Stallman <rms@gnu.org>
7150
7151 * Makefile.in (install-arch-indep): Add semicolon before `else'.
7152
71531998-01-02 Richard Stallman <rms@psilocin.gnu.org>
7154
7155 * make-dist (tempparent): New option --no-check.
7156
7157 * make-dist: Don't do anything with cpp directory.
7158
71591997-12-20 Richard Stallman <rms@psilocin.gnu.org>
7160
7161 * configure.in (sparc-fujitsu-sysv4*): New target.
7162
71631997-12-17 Andreas Schwab <schwab@gnu.org>
7164
7165 * configure.in: Cache more tests. Add missing quotes around
7166 message with embedded comma.
7167
71681997-12-04 Karl Heuer <kwzh@gnu.org>
7169
7170 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
7171
71721997-11-26 Joel N. Weber II <devnull@gnu.org>
7173
7174 * make-dist: Changed the comment about `umask 0' to say `Don't
7175 restrict access to any files.'; previously it said `Don't protect
7176 any files', which may have implied that we think fascism is good.
7177
71781997-11-24 Paul Eggert <eggert@twinsun.com>
7179
7180 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
7181 strftime needs the underlying host's strftime for locale dependent
7182 formats.
7183
71841997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
7185
7186 * configure.in (i586-dg-dguxR4.*): New name in case branch.
7187
71881997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
7189
7190 * config.bat: Configure the man subdirectory.
7191
71921997-11-07 Paul Eggert <eggert@twinsun.com>
7193
7194 * configure.in (AC_CHECK_LIB): Add -lintl.
7195
71961997-11-07 Karl Heuer <kwzh@gnu.org>
7197
7198 * make-dist (check for .elc files): Avoid bash-specific syntax.
7199 (check for overflow 14-char limit): Simplify.
7200
72011997-11-07 Richard Stallman <rms@gnu.org>
7202
7203 * Makefile.in (install): Move blessmail last.
7204
72051997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7206
7207 * configure.in (gettimeofday, one arg or two):
7208 Clarify messages by avoiding double negative.
7209
72101997-09-30 Karl Eichwalder <ke@suse.de>
7211
7212 * Makefile.in (install-arch-indep): Install the widget info file.
7213
72141997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7215
7216 * configure.in (with-pop, with-kerberos): Need to check Kerberos
7217 libraries in reverse order, so that libraries will appear in the
7218 correct dependency order on the link line (and so that the
7219 configure checks themselves will work properly when early
7220 libraries depend on later ones).
7221
72221997-09-21 Erik Naggum <erik@naggum.no>
7223
7224 * make-dist (making links to `src'): Keep timestamp on copied files.
7225
7226 * make-delta: New script to produce delta distributions.
7227
72281997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7229
7230 * Version 20.2 released.
7231
72321997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7233
7234 * Version 20.1 released.
7235
7236 * Makefile.in (install-leim): Depend on mkdir.
7237 (leim): Depend on src.
7238
72391997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7240
7241 * configure.in: Recognize alpha* instead of just alpha.
7242
72431997-09-12 Paul Eggert <eggert@twinsun.com>
7244
7245 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
7246
72471997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7248
7249 * update-subdirs: Use rm -f.
7250
72511997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7252
7253 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
7254 Ignore subdirs named Old.
7255
72561997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
7257
7258 * configure.in: Add OpenBSD clause to set $machine.
7259
72601997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7261
7262 * make-dist: Recompile everything after updating various Lisp files.
7263 Recompile in leim as well as lisp.
7264 Check in leim as well as lisp for mismatched files and too-long names.
7265
72661997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7267
7268 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
7269
72701997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7271
7272 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
7273 before trying to copy anything from it.
7274
72751997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7276
7277 * Makefile.in (man/Makefile): New target.
7278 (tags): Define env var EMACS and run Makefile from build dir.
7279
72801997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
7281
7282 * config.bat: If src/_gdbinit doesn't exist, try using
7283 src/.gdbinit to create it (for building on Windows 95).
7284
72851997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7286
7287 * Makefile.in (install-arch-indep):
7288 Discard extra data in tar | tar pipes.
7289
72901997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
7291
7292 * configure.in (x_default_search_path): Corrected
7293 '${x_library}' to '${x_library}/X11'.
7294
72951997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7296
7297 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
7298
72991997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7300
7301 * configure.in: Support auto-configuration of both Kerberos V4 and
7302 Kerberos V5 for movemail, including detection of V4 and V5 header
7303 files and libraries.
7304
73051997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
7306
7307 * configure.in: Compute x_default_search_path
7308 and substitute into makefiles.
7309
7310 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
7311
73121997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7313
7314 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
7315
73161997-08-07 Erik Naggum <erik@naggum.no>
7317
7318 * configure.in: Remove lockdir, it is no longer needed.
7319 * Makefile.in (mkdir): Don't create lockdir.
7320 (lockdir): Variable deleted.
7321 (paths-force): Don't operate on PATH_LOCK.
7322
73231997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7324
7325 * leim-Makefile.in (clean, distclean): New targets.
7326
7327 * make-dist: Include leim/ChangeLog in leim distribution.
7328
73291997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7330
7331 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
7332
73331997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7334
7335 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
7336
73371997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7338
7339 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
7340
73411997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7342
7343 * make-dist: Update leim/leim-list.el.
7344 Pass along value of $EMACS when updating lisp dir.
7345
73461997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7347
7348 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
7349 prerequisite to the use of Doug Lea's malloc.
7350
73511997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7352
7353 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
7354
7355 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
7356
73571997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7358
7359 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
7360
73611997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7362
7363 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
7364 to news-r6.h.
7365
73661997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7367
7368 * config.bat: Use `sed' instead of `cp', which might not be
7369 installed.
7370
73711997-07-09 Kenichi Handa <handa@etl.go.jp>
7372
7373 * Makefile.in (mostlyclean): Add cleaning leim directory.
7374 (clean, distclean, maintainer-clean): Likewise.
7375
73761997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7377
7378 * make-dist (bogosities): Check subdirs of `lisp' also.
7379
73801997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7381
7382 * make-dist (etc): Really avoid symlinks now.
7383 (lisp): Don't delete from subdirs the things we never copy.
7384
73851997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7386
7387 * Makefile.in (install-arch-indep): Correct the target name.
7388 The first letter `i' was dropped by the previous change of mine.
7389
73901997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7391
7392 * configure.in (leim/Makefile): Generate this.
7393 (*-sysv4.2uw*): Recognize new alternative.
7394
7395 * leim-Makefile.in: Renamed from leim-Makefile.
7396
7397 * make-dist: Set up real-leim subdirectory,
7398 with the real contents of leim; then move it to
7399 a separate top-level directory.
7400
7401 * make-dist: Don't mention site-lisp, site-init, site-start
7402 or default, when listing files hat are not compiled and should be.
7403
7404 * configure.in: Create src/config.stamp at the end.
7405
74061997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7407
7408 * Makefile.in (install-leim): Correct previous change.
7409
74101997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7411
7412 * Makefile.in (install-leim): New target.
7413 (install): Depend on install-leim.
7414
74151997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7416
7417 * Makefile.in (SUBDIR): Add leim.
7418 (SUBDIR_MAKEFILES): Add leim/Makefile.
7419 (leim/Makefile): New target.
7420
74211997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7422
7423 * leim-Makefile: New file.
7424 * make-dist: Initialize a `leim' subdirectory with that makefile.
7425
74261997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7427
7428 * configure.in (GNU_MALLOC_reason): Fix message text.
7429
74301997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7431
7432 * make-dist (lisp): Don't process subdirs that start with =.
7433 (etc): Copy symlinks, as in src.
7434
74351997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7436
7437 * configure.in (i*86-*-unixware*): New alternative.
7438
74391997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7440
7441 * Makefile.in (src/config.stamp): Target renamed from src/config.h
7442 and touch it explicitly.
7443
7444 * configure.in (mips-sony-newsos6*): New alternative.
7445 (mips-*-linux-gnu*): New alternative.
7446 (*-*-bsdi*): New alternative.
7447 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
7448
74491997-06-22 Dave Love <d.love@dl.ac.uk>
7450
7451 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
7452 (src/config.h): New target to re-configure if src/config.in is patched.
7453
74541997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7455
7456 * configure.in (shutdown): Check for `shutdown' function.
7457
74581997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7459
7460 * update-subdirs: Include the directory "language" in subdirs.
7461
74621997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7463
7464 * configure.in (m88k-dg-dgux4*): New alternative.
7465 (alpha-*-netbsd*): New alternative.
7466 (powerpcle-*-solaris2*): New alternative.
7467
74681997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7469
7470 * make-dist: Warn about .el files that are not compiled.
7471
74721997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7473
7474 * Makefile.in (dist): Don't run update-subdirs here,
7475 since make-dist now gets that done.
7476
7477 * make-dist: Use the new `updates' target in lisp/Makefile.
7478
7479 * make-dist: Use new non-file targets in lisp/Makefile.
7480
74811997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7482
7483 * make-dist: Handle all subdirs of `lisp' uniformly.
7484 Don't handle `term' and `language' specially.
7485 Clear out umask at the beginning.
7486
74871997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7488
7489 * make-dist: Use Make to update finder-inf.el and autoloads.
7490 Also update cus-load.el.
7491
74921997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7493
7494 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
7495 in case it is desirable to disable the GNU malloc features with glibc.
7496
74971997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7498
7499 * configure.in (DOUG_LEA_MALLOC):
7500 Define if malloc_{get,set}_state exist.
7501
75021997-03-05 Kenichi Handa <handa@etl.go.jp>
7503
7504 * make-dist: Make links for files under lisp/language.
7505
75061997-02-20 Kenichi Handa <handa@etl.go.jp>
7507
7508 * update-subdirs: Exclude the directory "language" from subdirs.
7509
75101997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
7511
7512 * configure.in: Check for rint and cbrt.
7513
75141997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7515
7516 * make-dist: Use $EMACS to say where to run Emacs.
7517 Add --no-update option.
7518
75191996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7520
7521 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
7522
75231996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7524
7525 * make-dist (copying src): Check thoroughly for symlinks
7526 and copy them in all cases. Regularize the linking of *.in
7527 and *.opt and ChangeLog files.
7528 (copying lib-src): Likewise.
7529 Don't rm getdate.c or y.tab.*--they don't exist any more.
7530
75311996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
7532
7533 * configure.in: Check for libmail, maillock.h and
7534 touchlock (for movemail).
7535
75361996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7537
7538 * configure.in (limits.h): Check for this file.
7539
75401996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7541
7542 * configure.in (rs6000-ibm-aix4.2): New alternative.
7543 (rs6000-ibm-aix4.0): New alternative.
7544 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
7545
75461996-11-22 Ben Harris <bjh21@cam.ac.uk>
7547
7548 * configure.in: Recognize vax-*-netbsd*.
7549
75501996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7551
7552 * configure.in (locallisppath): Add leim directory.
7553
75541996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7555
7556 * config.bat: Make sure `mv' supports forward slashes and -f.
7557
75581996-10-28 Christian Limpach <chris@nice.ch>
7559
7560 * configure.in (hppa*-next-nextstep*): * added after hppa
7561 to accept hppa1.0 and hppa1.1.
7562
75631996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
7564
7565 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
7566 * configure.in (ld_switch_machine): Fix typo.
7567
75681996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7569
7570 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
7571 from config.h and use them in $ac_link.
7572
75731996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
7574
7575 * configure.in: Create a subdir named `lisp'.
7576
75771996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7578
7579 * configure.in: Check for getcwd.
7580
75811996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7582
7583 * configure.in: Check for termios.h. Check for setpgid.
7584
75851996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7586
7587 * configure.in: Check for setrlimit.
7588
75891996-08-31 Paul Eggert <eggert@twinsun.com>
7590
7591 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
7592
75931996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7594
7595 * configure.in: Check for utimes.
7596
7597 * configure.in: Check for com_err library, but only
7598 if --with-kerberos was used. Check for krb and des
7599 only if --with-kerberos.
7600
76011996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7602
7603 * Makefile.in (INSTALL_STRIP): New variable.
7604 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
7605 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
7606
76071996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7608
7609 * configure.in: Check for krb and des libraries.
7610
76111996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7612
7613 * configure.in (*-sunos4.1.[3-9]*noshare):
7614 Use sunos413, not sunos4-1-3.
7615 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
7616 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
7617
76181996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7619
7620 * Makefile.in (src/paths.h): Target deleted.
7621 (paths-force): Delete all dependencies on this target
7622 but don't delete the target.
7623 (install): Depend on `all'.
7624 (paths-force): Don't print a message.
7625
7626 * configure.in: Generate src/paths.h here.
7627
76281996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7629
7630 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
7631 New variables that affect linking only.
7632 (alpha-dec-osf*): Use those instead of previous change.
7633
76341996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7635
7636 * Makefile.in (install-arch-indep): Install info/messages.
7637
76381996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7639
7640 * Version 19.33 released.
7641
76421996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
7643
7644 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7645 Fix previous change.
7646
76471996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7648
7649 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7650 New alternative.
7651
76521996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7653
7654 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7655 and NON_GCC_TEST_OPTIONS.
7656
76571996-08-06 Paul Eggert <eggert@twinsun.com>
7658
7659 * configure.in (LOCALTIME_CACHE): Don't put a string literal
7660 "TZ=..." in environ.
7661
76621996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7663
7664 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7665
76661996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7667
7668 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7669 the more general *-sunos4.1.[3-9]* clause.
7670
76711996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7672
7673 * Version 19.32 released.
7674
7675 * configure.in (*-sco3.2v5*):
7676 Set OVERRIDE_CPPFLAG to a string of one space.
7677 Fix the code that uses OVERRIDE_CPPFLAG.
7678
76791996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
7680
7681 * configure.in: Undo previous change.
7682
76831996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7684
7685 * config.sub: Use `pc', not `unknown', when canonicalizing
7686 the vendor for ...86.
7687
76881996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
7689
7690 * configure.in: Check for termios.h header.
7691
76921996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
7693
7694 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7695
76961996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
7697
7698 * configure.in: Split bsdos2 and bsdos2-1.
7699
77001996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7701
7702 * config.sub: If last two words are not a recognized
7703 KERNEL-OS pair, use just the last word as OS, as in 19.31.
7704 Make conversion of gnu/linux to linux-gnu really work.
7705
7706 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7707
77081996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7709
7710 * configure.in (check for using Lucid widgets by default):
7711 Eliminate indentation that confuses some compilers.
7712
77131996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7714
7715 * config.sub: Convert linux and gnu/linux to linux-gnu.
7716
7717 * make-dist: Don't update getdate.c.
7718 Ignore =... files when checking for too-long Lisp file names.
7719
77201996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7721
7722 * configure.in (euidaccess): Check for that, not for eaccess.
7723
77241996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7725
7726 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7727 before `noshare'.
7728 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7729
77301996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7731
7732 * configure.in: Rename lignux to linux-gnu in configuration names.
7733 Use gnu-linux as the opsys value (s/ file name).
7734 Allow i686 just like i386, i486, i586.
7735
77361996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7737
7738 * configure.in (i*86-*-sco3.2v5): New alternative.
7739 (OVERRIDE_CPPFLAG): New variable.
7740 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7741
7742 * configure.in: Specify vpath for .texi files.
7743
77441996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7745
7746 * configure.in: Always check for HAVE_X11R5.
7747 Separately decide whether to use a toolkit by default.
7748
77491996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
7750
7751 * configure.in: If X11R5 is missing the Xaw headers,
7752 default to --with-x-toolkit=no.
7753
77541996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7755
7756 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7757
77581996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7759
7760 * Makefile.in (install-arch-indep): If cd etc makes output,
7761 don't treat that as part of the tar data.
7762 Check that ./lisp actually exists.
7763
77641996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
7765
7766 * make-dist: Check for long file names.
7767
77681996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7769
7770 * Version 19.31 released.
7771
77721996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7773
7774 * configure.in: Recognize sparc-*-lignux.
7775
77761996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7777
7778 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7779 Don't include config.w95.
7780
77811996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7782
7783 * make-dist: Replace --no-clean-up and --no-tar options
7784 with --clean-up and --tar, so that the default is useful.
7785
77861996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
7787
7788 * config.bat: Make sure the GDB init file is called src/_gdbinit;
7789 if not, tell the user to rename it and abort.
7790
77911996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7792
7793 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7794 test program.
7795
77961996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7797
7798 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7799
7800 * make-dist (MANIFEST): Fix previous change.
7801 (msdos): Put mainmake.v2 into the dist.
7802
78031996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7804
7805 * make-dist: Exit if autoconf fails.
7806
78071996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
7808
7809 * config.bat: Set djgpp-ver, and unset it at the end.
7810 Add a number of conditionals for DJGPP version 2.
7811 Rename label libsrc2 to libsrc3.
7812 Substitute for LDFLAGS in src/Makefile.
7813 Substitute for ALL_CFLAGS in lib-src/Makefile.
7814
78151996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7816
7817 * configure.in (ncurses): Check this after checking fns like strerror.
7818
78191996-04-08 Erik Naggum <erik@naggum.no>
7820
7821 * make-dist (MANIFEST): Don't include lines from =files.
7822
78231996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7824
7825 * make-dist: Don't put lisp/dired.todo in the dist.
7826
78271996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
7828
7829 * configure.in (HAVE_NCURSES): Look for library named ncurses.
7830
7831 * configure.in (setlocale): Check for it.
7832
7833 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
7834
78351996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7836
7837 * configure.in: Use lignux instead of linux as value of opsys.
7838
78391996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7840
7841 * Makefile.in (install-strip): Fix whitespace.
7842 Get rid of continuation.
7843
7844 * config.sub: Convert linux or gnu/linux to lignux.
7845
78461996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7847
7848 * configure.in: Accept lignux in configuration name.
7849
78501996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7851
7852 * Makefile.in (install-strip): New target.
7853
78541996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7855
7856 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
7857 -f failed to do the job on Suns.
7858
78591996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7860
7861 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
7862
7863 * configure.in (linux/version.h): Check for this header.
7864
78651996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7866
7867 * configure.in: Remove -fno-builtin hackery from -lm check.
7868
78691996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7870
7871 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
7872 just this test.
7873
7874 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
7875
78761996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7877
7878 * configure.in: Check for ncurses.
7879
78801996-02-28 Paul Eggert <eggert@twinsun.com>
7881
7882 * configure.in (LOCALTIME_CACHE):
7883 Also define if localtime mishandles unsetting TZ.
7884 This works around a localtime bug in mips-dec-ultrix.
7885
78861996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7887
7888 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
7889
7890 * configure.in: Improve messages about X versions.
7891
78921996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7893
7894 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
7895
78961996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7897
7898 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
7899 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
7900
7901 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
7902 (install): Put install-arch-indep before install-arch-dep.
7903
79041996-02-20 Dave Love <d.love@dl.ac.uk>
7905
7906 * INSTALL: Clarify info about MS-DOS path handling.
7907
79081996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7909
7910 * Makefile.in (install-arch-indep): Install info/ccmode*.
7911 In previous change, protect against /bin/pwd returning null string.
7912
79131996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7914
7915 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
7916 to lispdir.
7917
79181996-02-01 Paul Eggert <eggert@twinsun.com>
7919
7920 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
7921
79221996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7923
7924 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
7925
79261996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7927
7928 * Makefile.in (extraclean): Use ${top_distclean} to ensure
7929 we delete everything distclean deletes.
7930
79311996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
7932
7933 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7934
79351996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7936
7937 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7938 into LDFLAGS instead of into LIBS.
7939
79401996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7941
7942 * configure.in (HAVE_XMU): Fix typo in previous change.
7943
79441996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7945
7946 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7947
79481996-01-10 Erik Naggum <erik@naggum.no>
7949
7950 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7951
79521996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
7953
7954 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7955
79561996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7957
7958 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7959 and use -lXt to link it.
7960
79611996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7962
7963 * configure.in (locallisppath): Put version-specific dir first.
7964
79651996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7966
7967 * configure.in (hppa-*-nextstep*): New alternative.
7968 (USE_X_TOOLKIT): By default, set this to "maybe";
7969 and change that later to LUCID or "no" according to X11 version.
7970
7971 * make-dist: Recompile outdated .elc files and update all autoloads.
7972
79731996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7974
7975 * configure.in (locallisppath): Fix typo in last change: " -> '.
7976
79771996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7978
7979 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7980
79811995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7982
7983 * Makefile.in (install-arch-indep): Give all files read permission.
7984
79851995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7986
7987 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7988 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7989
79901995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7991
7992 * configure.in: Determine HAVE_X11R6.
7993 (HAVE_MENUS): Renamed from HAVE_X_MENU.
7994
79951995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7996
7997 * configure.in: Just "solaris" now defaults to version 2.4.
7998 Add sunos4.1.n-noshare as alternative.
7999
80001995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8001
8002 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
8003
80041995-11-29 Erik Naggum <erik@naggum.no>
8005
8006 * Makefile.in (install-arch-indep): Add missing backslash.
8007
80081995-11-29 Karl Eichwalder <ke@ke.Central.DE>
8009
8010 * Makefile.in (install-arch-indep): Don't install
8011 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
8012
80131995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8014
8015 * Makefile.in (install-arch-indep): Fix previous change.
8016
8017 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
8018
80191995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8020
8021 * Version 19.30 released.
8022
8023 * make-dist (lisp): Exclude subdirs.el.
8024
80251995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8026
8027 * make-dist (etc): Delete *.orig and *.rej.
8028
80291995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8030
8031 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
8032
80331995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8034
8035 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
8036
80371995-11-14 Geoff Voelker <voelker@cs.washington.edu>
8038
8039 * make-dist (nt): Rename install, readme, and todo to
8040 INSTALL, README, and TODO.
8041
80421995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8043
8044 * make-dist (lisp): Don't distribute site-start.
8045
80461995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
8047
8048 * make-dist: Break the hard link on alloca.c.
8049
80501995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8051
8052 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
8053
80541995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8055
8056 * make-dist (src, lib-src): Don't distribute Makefile.c.
8057 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
8058
80591995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8060
8061 * Makefile.in (mkdir): Create man1dir, not mandir.
8062 (uninstall): Use man1dir, not mandir.
8063
80641995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8065
8066 * Makefile.in (man1dir): New variable.
8067 (install-arch-indep): Use man1dir.
8068
8069 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
8070
8071 * make-dist: Create lisp/MANIFEST.
8072
80731995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8074
8075 * configure.in (m68k-*-linux*): New alternative.
8076
80771995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8078
8079 * make-dist: Use new names config.in, paths.in, and
8080 {src,lib-src}/Makefile.in.
8081
80821995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8083
8084 * configure.in: Don't bother checking for drem.
8085
80861995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8087
8088 * Makefile.in (distclean): Delete line with just a tab in it.
8089 (install-arch-indep): Delete spaces that precede tabs.
8090 Delete spurious `fi' left from previous change.
8091 (install): Supply `true' as command, to avoid null command.
8092
80931995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8094
8095 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
8096
80971995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8098
ed9265fc 8099 * configure.in (powerpc-*-solaris2): New alternative.
067d23c9
KY
8100
81011995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
8102
8103 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
8104 of paths.h.tmp$$, to avoid going beyond 14 characters.
8105
81061995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8107
8108 * configure.in: Improve error msg for invalid --with-x-toolkit value.
8109
81101995-09-06 Paul Eggert <eggert@twinsun.com>
8111
8112 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
8113 if localtime caches TZ. Check for tzset.
8114
81151995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8116
8117 * config.bat: Simplify using new names file names src/makefile.in,
8118 config.in, paths.in. Change Echo commands not to use `.
8119
81201995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8121
8122 * Makefile.in (install-arch-indep): Always install the new dir file;
8123 rename the previous dir file to dir.bak or dir.old.
8124
81251995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8126
8127 * configure.in (RANLIB): Substitute this into makefiles.
8128 Set it specially on solaris; set it by default on other systems.
8129
8130 * configure.in: Fix previous Alpha change.
8131
81321995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8133
8134 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
8135 NON_GCC_TEST_OPTIONS.
8136
81371995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8138
8139 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
8140 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
8141
8142 * configure.in (alpha-*-linux*): New configuration.
8143
81441995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8145
8146 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
8147 (m68k-next-nextstep*): New alias for that.
8148 (i*86-*-nextstep*): Use nextstep.h.
8149 (sparc-*-nextstep*): New configuration.
8150
81511995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8152
8153 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
8154 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
8155
81561995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8157
8158 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
8159 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
8160
81611995-07-18 Mike Long <mike.long@analog.com>
8162
8163 * make-dist: Fix update of finder-inf.el, and byte-compile it.
8164
81651995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8166
8167 * Makefile.in (src/paths.h, paths-force):
8168 Rename src/paths.h.in to src/paths.in.
8169 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
8170
8171 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
8172 Use Makefile.c for intermediate file.
8173 Rename src/config.h.in to src/config.in.
8174
81751995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
8176
8177 * configure.in (mips-dec-ultrix*): Assume version 4.3.
8178 (mips-dec-ultrix4.[12]): New alternative for old versions.
8179
81801995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8181
8182 * make-dist: Don't break intra-tree links.
8183
81841995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8185
8186 * configure.in: Put back archlibdir initialization. Require
8187 autoconf 2.4.1 or later.
8188
81891995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8190
8191 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
8192 (mips-mips-riscos5*): New alternative.
8193
81941995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8195
8196 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
8197
81981995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8199
8200 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
8201 (mandir, infodir, archlibdir): Initializations deleted.
8202
8203 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
8204 On hpux9shr, use hpux9shxr4.h.
8205
82061995-06-24 Morten Welinder <terra+@cs.cmu.edu>
8207
8208 * configure.in: Added target mips-dec-mach_bsd4.3.
8209 * config.guess: Guess mips-dec-mach_bsd4.3.
8210
82111995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8212
8213 * Makefile.in (mkdir): Use symbolic chmod.
8214
82151995-06-22 Paul Eggert <eggert@twinsun.com>
8216
8217 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
8218 SunOS 4.1.5 through 4.1.9, should they ever exist.)
8219
82201995-06-22 Paul Eggert <eggert@twinsun.com>
8221
8222 * Makefile.in (SUBDIR_MAKEFILES):
8223 Add man/Makefile, so `make distclean' removes it.
8224 (top_distclean): Add config.log to the list of files to be removed.
8225
82261995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8227
8228 * Version 19.29 released.
8229
82301995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8231
8232 * configure.in: Fix the previous change to verify that the -b
8233 option really solves the problem.
8234
8235 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
8236
82371995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8238
8239 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
8240
82411995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8242
8243 * configure.in: Report more clearly when there is no special
8244 dir to search for X includes or libraries.
8245
82461995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8247
8248 * configure.in: Check for -lpthreads, not -lpthread.
8249
82501995-06-09 Geoff Voelker <voelker@cs.washington.edu>
8251
8252 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
8253
82541995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8255
8256 * configure.in: Check for -lpthread.
8257
82581995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8259
8260 * Makefile.in (install-arch-indep): Install info files for mh-e.
8261 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
8262
82631995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8264
8265 * configure.in (*-solaris2.5): New configuration.
8266
8267 * make-dist: Copy new files config.nt and config.w95.
8268
82691995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8270
8271 * configure.in: Use x_includes, not x_libraries, for -I.
8272 Make bitmapdir a colon-separated list.
8273
82741995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
8275
8276 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
8277
8278 * configure.in: Allow x_libraries and x_includes to be paths.
8279
82801995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8281
8282 * configure.in: Fix typo.
8283
82841995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8285
8286 * INSTALL: Clarify use of site-init.el.
8287
82881995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
8289
8290 * configure.in: Pass arg to sqrt.
8291
82921995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8293
8294 * make-dist: Fix May 6 change.
8295
82961995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8297
8298 * vpath.sed: Delete reference to ymakefile.
8299
83001995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8301
8302 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
8303
83041995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8305
8306 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
8307
8308 * update-subdirs: Specify /bin/sh to run the script.
8309
83101995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8311
8312 * make-dist: Put src/makefile.nt in dist.
8313
8314 * configure.in (i[345]86-*-bsdi2*): New configuration.
8315 (vax-dec-bsd386*): Deleted.
8316
83171995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8318
8319 * configure.in: Make sure CDPATH doesn't mess up PWD check.
8320 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
8321 Use fmod instead of logb in -lm check.
8322
83231995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8324
8325 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
8326 Use bsd4-3. Don't set NON_GNU_CPP.
8327
8328 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
8329 In nt, copy various different things, but not *.cmd.
8330 Fix the ln commands for the subdirs of nt.
8331
83321995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8333
8334 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
8335
83361995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8337
8338 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
8339 since that's what the header file expects.
8340
83411995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
8342
8343 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
8344 and 68040 based machines when choosing options for gnucc.
8345
83461995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8347
8348 * Makefile.in (top_distclean): Delete config.cache.
8349
83501995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8351
8352 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
8353
8354 * configure.in: Use m/ncr386.h.
8355
83561995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8357
8358 * Makefile.in (install-arch-indep): Undo Sep 23 change.
8359
83601995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8361
8362 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
8363 (man): Don't copy texindex.c and getopt.c; they're deleted.
8364 (etc): Omit `e'; it's a subdirectory.
8365 (etc/e): Use `../..', not `..', to reference top level.
8366
83671995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
8368
8369 * Makefile.in (install-arch-indep, dist):
8370 Look for `update-subdir' in $(srcdir).
8371
83721995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8373
8374 * make-dist: Include mkinstalldirs in distribution.
8375
83761995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8377
8378 * make-dist: Add missing close backquote.
8379
83801995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8381
8382 * make-dist: Don't distribute shortnames directory.
8383
83841995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8385
8386 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
8387
83881995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8389
8390 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
8391
83921995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8393
8394 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
8395
83961995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8397
8398 * configure.in (mips-sgi-irix6): New configuration.
8399
84001995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8401
8402 * Makefile.in (maintainer-clean): Renamed from realclean.
8403
84041995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8405
8406 * configure.in: Create a .gdbinit that sources the real one,
8407 if using a different build directory.
8408
84091995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8410
8411 * configure.in: Check for sys/select.h.
8412
84131995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8414
8415 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
8416
84171994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8418
8419 * configure.in: Handle isc 4.1 operating system.
8420
84211994-12-10 Richard Stallman <rms@kepa>
8422
8423 * configure.in (rs6000-ibm-aix4.1*): New alternative.
8424 (rs6000-ibm-aix4*): New alternative.
8425
84261994-12-06 Richard Stallman <rms@kepa>
8427
8428 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
8429
84301994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8431
8432 * configure.in: Don't try to make directories that are guaranteed
8433 to already exist.
8434
84351994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8436
8437 * configure.in: Generate man/Makefile from man/Makefile.in.
8438 Create the man subdir.
8439
8440 * Makefile.in (dvi): Run Make in our man subdir.
8441
8442 * make-dist: Create subdir etc/e.
8443 Make links to it.
8444 Put man/Makefile.in in dist, instead of man/Makefile.
8445
84461994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
8447
8448 * configure.in: Add --with-pop, --with-kerberos, and
8449 --with-hesiod for movemail.
8450
84511994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8452
8453 * configure.in (m68*-apollo*): Use s/domain.h.
8454
84551994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8456
8457 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
8458
84591994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8460
8461 * configure.in: Don't add -I, -L, -R options for cc if their
8462 arguments would be empty.
8463
84641994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8465
8466 * configure.in (i860-intel-osf1*): New alternative.
8467 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
8468 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
8469
84701994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8471
8472 * configure.in: Make h_errno check not use nested functions.
8473
84741994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8475
8476 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
8477
84781994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8479
8480 * Makefile.in (install-arch-indep): Avoid continued comment
8481 swallowing target line.
8482
84831994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
8484
8485 * configure.in: Protect a character class with `changequote'.
8486
84871994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8488
8489 * configure.in: Accept `news' as a synonym for `newsos'.
8490
84911994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8492
8493 * Makefile.in: Don't rm files if cd fails.
8494
84951994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8496
8497 * make-dist: Put nt subdir and its subdirs in the dist.
8498 (lib-src): Put makefile.nt in the dist.
8499 (lisp): Put makefile.nt in the dist.
8500
85011994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8502
8503 * configure.in: Change a stray `[' to `test'.
8504
85051994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8506
8507 * configure.in: Adapt for Autoconf v2. Use the standard argument
8508 parser, host type canonicalizer, X11 finder, and message
8509 printing macros. Use the new macro names. Use `test' instead of `['.
8510
85111994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8512
8513 * configure.in: Check for getpagesize.
8514
85151994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8516
8517 * make-dist (msdos): Put sed* in the distribution.
8518
85191994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
8520
8521 * config.bat: New option, `--with-x', for configuring Emacs
8522 for use with the X11 system DesqView/X.
8523 New option, `--no-debug', for compiling Emacs without debug
8524 information thus saving disk space.
8525 (src/config.h, src/paths.h): Use `update' (which is like
8526 `move-if-changed') to change the file.
8527 (src/config.h): When configuring for X11 perform extra changes.
8528 (src/makefile): When configuring for X11 perform extra changes.
8529 (lib-src): Remove temporary files.
8530 (): Check that `sed', `rm', `mv', and `gcc' are available.
8531
85321994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8533
8534 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
8535
8536 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
8537
85381994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8539
8540 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
8541
8542 * configure.in (canonical): Substitute var into makefiles.
8543 (bitmapdir): Likewise.
8544
8545 * Makefile.in (bitmapdir): New variable.
8546 (src/paths.h, paths-force): Edit PATH_BITMAPS.
8547
85481994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8549
8550 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
8551
8552 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
8553 * update-subdirs: New shell script.
8554
85551994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8556
8557 * Makefile.in (top_distclean): Don't rm build-install.
8558 (SOURCES): Delete build-install.in.
8559
8560 * make-dist: Don't distribute build-ins.in.
8561 * build-ins.in: File deleted.
8562
85631994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
8564
8565 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
8566
85671994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8568
8569 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
8570
8571 * configure.in (libexecdir): Renamed from libdir. New default.
8572 (sharedstatedir): Renamed from statedir. New default.
8573 (datadir): New default.
8574
8575 * make-dist: Don't distribute subdirs.el.
8576
85771994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8578
8579 * configure.in (eaccess): Check for it.
8580
85811994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8582
8583 * configure.in (mktime): Check for it.
8584
85851994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
8586
8587 * configure.in (motif): Add support for usage and option checking.
8588
85891994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8590
8591 * configure.in (utimes): Check for it.
8592
85931994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8594
8595 * Makefile.in (install-arch-indep): Don't do mkdir here.
8596
85971994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8598
8599 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8600 riscix.h renamed to acorn.h.
8601
86021994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
8603
8604 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8605 New configurations.
8606
86071994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8608
8609 * configure.in: Remove trailing slashes from srcdir.
8610
86111994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8612
090bd7cb 8613 * configure.in (i[345]86-sequent-ptx*): Handle.
067d23c9
KY
8614
86151994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8616
ed9265fc 8617 * Makefile.in (paths-force): Depend on src/paths.h.
067d23c9
KY
8618
86191994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8620
8621 * configure.in (config_options): Save all arguments, not just some.
8622
86231994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8624
090bd7cb 8625 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
067d23c9
KY
8626
8627 * configure.in: Add AC_AIX.
8628 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
8629
86301994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8631
8632 * configure.in (parsing options): Simplify sed command to delete -'s.
8633
86341994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
8635
8636 * configure.in (config_options): New shell variable.
8637 Pass its value to C code in EMACS_CONFIG_OPTIONS.
8638
86391994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8640
8641 * configure.in (alpha-dec-osf*): New target.
8642
8643 * Makefile.in: Use just one FRC target.
8644
86451994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8646
8647 * Makefile.in (removenullpaths, paths-force):
8648 Use name paths.h.tmp$$, which depends on the pid.
8649
86501994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8651
8652 * Makefile.in (removenullpaths, paths-force):
8653 Put paths.h.tmp in top-level dir, not in src.
8654
86551994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8656
8657 * Version 19.27 released.
8658
86591994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8660
8661 * Version 19.26 released.
8662
86631994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8664
8665 * configure.in: Check for lrand48, not rand48.
8666
86671994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8668
8669 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8670 (powerpc-ibm-aix*): New aliases.
8671
86721994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8673
8674 * make-dist (src/m, src/s): Put *.inp in distribution.
8675
86761994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8677
8678 * configure.in: Accept i586 and i486 along with i386.
8679
86801994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8681
8682 * configure.in: Do compute unexec, LIBX, system_malloc, etc
8683 even if CPP env var was set by the user.
8684
8685 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8686
86871994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
8688
8689 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8690
86911994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8692
8693 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8694
86951994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8696
8697 * configure.in: Check more specifically for i*86-sun-sunos.
8698
86991994-08-03 Caveh Jalali (caveh@eng.sun.com)
8700
8701 * configure.in: Handle solaris 2.4.
8702
87031994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8704
8705 * configure.in (rand48): Check for it.
8706
87071994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8708
8709 * make-dist: Update the info files.
8710
87111994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8712
8713 * configure.in: Make "checking..." messages' style consistent.
8714 (HAVE_H_ERRNO): New test.
8715
87161994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8717
8718 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8719
87201994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8721
8722 * configure.in (CFLAGS): If the envvar was specified, use that.
8723 And set REAL_CFLAGS from it too.
8724
87251994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8726
8727 * make-dist: Update finder-inf.el.
8728
87291994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8730
8731 * make-dist (msdos): Include sed4.inp in dist.
8732
8733 * Makefile.in (libsrc_libs): Var deleted.
8734
87351994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8736
8737 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8738
87391994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8740
8741 * configure.in (mips-sony-newsos4*): New alias.
8742
87431994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8744
8745 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8746 (*-convex-convexos*): Accept this as alias.
8747
87481994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8749
8750 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8751 for two different uses.
8752
87531994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8754
8755 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8756
87571994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8758
8759 * make-dist: Put ./BUGS into the distrib.
8760
87611994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8762
8763 * configure.in: Handle 386 running Solaris 2.
8764
87651994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8766
8767 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
8768
87691994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8770
8771 * configure.in (mips-sony-newsos*): Use news-risc.h.
8772
8773 * configure.in: Accept bsdi as opsys, like bsd386.
8774
87751994-06-01 Morten Welinder (terra@diku.dk)
8776
8777 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8778
87791994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8780
8781 * Version 19.25 released.
8782
8783 * make-dist (shortversion): Don't assume another period follows.
8784
87851994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8786
8787 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8788 (uninstall): Use /bin/pwd.
8789
8790 * Makefile.in (blessmail): Depend on src.
8791 (all): Don't depend on blessmail.
8792
8793 * Makefile.in (src/paths.h): Don't force recomputation.
8794 (paths-force): New target; force recomputation of paths.h.
8795 (all): Depend on paths-force.
8796 (src, lib-src): Depend on src/paths.h.
8797
8798 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8799 NON_GCC_TEST_OPTIONS.
8800
88011994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8802
8803 * configure.in: Don't insist on subversions for irix.
8804
88051994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8806
8807 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8808
8809 * configure.in (i[34]86-next-*): New alternative.
8810
88111994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8812
8813 * Version 19.24 released.
8814
8815 * configure.in: New config hppa*-hp-hpux9shr*.
8816
88171994-05-22 Morten Welinder (terra@tyr.diku.dk)
8818
8819 * config.bat: Doc fix.
8820
88211994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8822
8823 * Makefile.in (mostlyclean, clean, distclean, realclean)
8824 (extraclean): Don't act on man subdir if it doesn't exist.
8825
88261994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8827
8828 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8829 Use them to set up CC.
8830 (*-sun-sunos4.1.3): Set them.
8831
88321994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8833
8834 * Makefile.in (lib-src): Don't depend on src/paths.h.
8835
88361994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8837
8838 * build-ins.in (copydests): Get rid of spurious `-'s.
8839
8840 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
8841
88421994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8843
8844 * Version 19.23 released.
8845
8846 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
8847 for the Xlib and Xt checks; then restore old CFLAGS.
8848
88491994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8850
8851 * configure.in (HAVE_X11XTR6): Add newline before #if.
8852 Add newline after #endif.
8853
88541994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8855
8856 * configure.in (HAVE_X11XTR6): Arrange to define it.
8857
88581994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8859
8860 * Makefile.in (install): Depend on blessmail.
8861
88621994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8863
8864 * configure.in (mips-siemens-sysv*): Put quotes around value
8865 containing blanks.
8866
88671994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8868
8869 * Makefile.in (TAGS): Use the makefile in src subdir.
8870
88711994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8872
8873 * configure.in (opsys): Recognize `gnu'.
8874
88751994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8876
8877 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
8878
88791994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8880
8881 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
8882 version > 1.8.
8883
88841994-05-08 Morten Welinder (terra@diku.dk)
8885
8886 * config.bat: Forcibly remove "# " style comments from makefiles.
8887
88881994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8889
8890 * Makefile.in (uninstall): When processing lispdir and etcdir,
8891 do nothing unless it exists and is a directory.
8892
88931994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8894
8895 * Makefile.in (install-arch-indep): Do install info/dired-x*.
8896 Merge code in from install-doc.
8897 (install-doc): Merge code back into install-arch-indep.
8898 (install-arch-dep): Don't depend on install-doc.
8899
8900 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
8901
89021994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8903
8904 * configure.in (making src/Makefile and lib-src/Makefile):
8905 Split off the autoconf substitutions and don't pass them thru cpp.
8906 (undefs): Use $canonical as well as $configuration.
8907
8908 * make-dist: Distribute lisp/Makefile.
8909
8910 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
8911 Use lower case names for the s files.
8912
89131994-05-03 Morten Welinder (terra@diku.dk)
8914
8915 * config.bat: Added possibility for different file name
8916 transcriptions in lib-src.
8917
89181994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8919
8920 * Makefile.in (lib-src): Undo previous change.
8921 (blessmail): New target to run maybe-blessmail in lib-src.
8922 (all): Depend on blessmail.
8923
8924 * Makefile.in (lib-src): Depend on src.
8925
89261994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
8927
8928 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
8929 (m88k-dg-dgux5.4R2): dgux5.4R2.
8930
89311994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8932
8933 * configure.in (window_system): Restore accidentally deleted code
8934 that uses AC_FIND_X.
8935
8936 * make-dist: Distribute config.bat.
8937
89381994-04-29 Morten Welinder (terra@diku.dk)
8939
8940 * config.bat: Corrected the configuration of lib-src
8941 to keep up with configure. Add note about dos version 3
8942 or better needed (djgpp needs that). Add note explaining
8943 that either install in c:/emacs or edit the script.
8944 Don't change to c:/emacs, but assume we're there (to minimize
8945 the number of places to change).
8946
8947 * config.bat: Build-in the first step towards X11 support with
8948 the X11 emulator that exists. At this time it won't work,
8949 and several files are missing.
8950
89511994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8952
8953 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8954 Don't look for -lresolv.
8955
8956 * Makefile.in (lib-src): Depend on src/paths.h.
8957
89581994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8959
8960 * configure.in: Restore deleted AC_SUBST of `configuration'.
8961 Improve error message for bad --with-x-toolkit value.
8962
8963 * configure.in: Define CONFIGURATION in src/config.h
8964 rather than substituting in src/Makefile.in.
8965
89661994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8967
8968 * Makefile.in (install-doc): New target.
8969 (install-arch-dep): Depend on install-doc.
8970 (mkdir): Create docdir.
8971
89721994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8973
8974 * configure.in: Test for libresolv.a.
8975 Substitute machfile and opsysfile.
8976
89771994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8978
8979 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8980 (install-arch-dep): Install under the name $(EMACS).
8981
89821994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8983
8984 * configure.in (version): Use entire value of emacs-version.
8985 (mips-siemens-sysv*): New alternative.
8986
89871994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8988
8989 * Makefile.in (install-arch-indep): Don't install dired-x*.
8990
89911994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8992
8993 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8994 Fix definition of $undefs.
8995
89961994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8997
8998 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8999
9000 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
9001
90021994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9003
9004 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
9005
90061994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9007
9008 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
9009 and run it thru cpp, as with src/Makefile.in.
9010
9011 * configure.in: Use AC_SET_MAKE.
9012
90131994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9014
9015 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
9016
90171994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9018
9019 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
9020
9021 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
9022 (printing the choices): Make the toolkit message unconditional.
9023 (USE_X_TOOLKIT): Use `none', not `no', if none.
9024 (include libsrc_libs): Include config.h, and specify -I for srcdir.
9025 Get rid of temp file foofoo1.
9026
90271994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9028
9029 * configure.in (CFLAGS): Use shell syntax, not Makefile.
9030
90311994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9032
9033 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
9034 (printing the choices): State choice of toolkit.
9035 (libsrc_libs): Recalculate after writing config.h;
9036 then update lib-src/Makefile.
9037
90381994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9039
9040 * configure.in: Add sunos4shr as alternative for suns.
9041 Conditionals testing for null $CC were backwards.
9042
90431994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9044
9045 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
9046
90471994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9048
9049 * configure.in: Handle -isc4.0*.
9050
90511994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9052
9053 * configure.in (esix5): Set NON_GNU_CPP.
9054
90551994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
9056
9057 * Makefile.in (thisdir): Nonsensical variable removed.
9058 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
9059 back to $thisdir, rather than the directory `this_dir'.
9060
90611994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9062
9063 * Makefile.in (install-arch-indep): Add missing backslash after a
9064 `then'.
9065
90661994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9067
9068 * Makefile.in (thisdir): New variable.
9069 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
9070
90711994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9072
9073 * configure.in: Add freebsd.
9074
90751994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9076
9077 * configure.in: Check for fpathconf.
9078
90791994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9080
9081 * configure.in (with_x_toolkit): Fix typo in previous change.
9082
90831994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9084
9085 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
9086
90871994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9088
9089 * configure.in (with_x_toolkit): Don't allow motif or open-look.
9090
90911994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9092
9093 * configure.in: Fix value of docdir.
9094 * Makefile.in (install-arch-indep): Install DOC* in docdir.
9095
90961994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9097
9098 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
9099
91001994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
9101
9102 * configure.in: New variable docdir to control where the docstring
9103 file goes.
9104 Makefile.in: Use it to initialize PATH_DOC in paths.h.
9105
91061994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9107
9108 * configure.in: When --run-in-place, don't inherit archlibdir.
9109
91101994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9111
9112 * Makefile.in (install-arch-dep, install-arch-indep):
9113 New targets split up former do-install rule.
9114 (do-install): Target deleted.
9115
91161994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9117
9118 * configure.in (mips-sony-newsos*): New configuration.
9119
91201994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
9121
9122 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
9123
91241994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9125
9126 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
9127
91281994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9129
9130 * configure.in: Don't initialize CC.
9131
91321994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9133
9134 * configure.in (creating src/Makefile): Also generate -U switches
9135 for symbols in the $configuration value.
9136
9137 * configure.in: Check for sys_siglist being declared in system header.
9138
91391994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9140
9141 * configure.in (creating src/Makefile): Delete blank lines
9142 along with lines of whitespace.
9143 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
9144
91451994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9146
9147 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
9148 like C_SWITCH_SYSTEM.
9149 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
9150
91511994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9152
9153 * configure.in (drem): Check for this function.
9154
91551994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9156
9157 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
9158 If CPP was inherited from environment, don't use NON_GNU_CPP.
9159 (NON_GNU_CC): Likewise.
9160 (handling with_gcc): Use explicit if in the `no' case.
9161 (cc_specified): New variable; if set, don't use NON_GNU_CC.
9162
91631994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9164
9165 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
9166
91671994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9168
9169 * configure.in: Check whether fmod exists.
9170
91711994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9172
9173 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
9174 {src,lisp}/OChangeLog.
9175
91761994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9177
9178 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
9179 necessary for proper operation. This code works with the current
9180 released version of Autoconf.
9181
91821994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9183
9184 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
9185 (USE_X_TOOLKIT): Define it for all values except `no'.
9186
9187 * configure.in: Undo first Jan 8 change and Jan 16 change.
9188
91891994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9190
9191 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
9192 Substitute USE_X_TOOLKIT as both C macro and Make variable.
9193
9194 * Makefile.in (lwlib/Makefile): New target.
9195 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
9196 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
9197 (unlock, relock): Handle lwlib subdir.
9198
9199 * Makefile.in: Add some .PHONY targets.
9200
9201 * make-dist: Handle lwlib subdir like oldXMenu subdir.
9202
9203 * lwlib: New subdirectory.
9204
92051994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9206
9207 * configure.in: If CPP has a value that is a directory,
9208 discard the value.
9209
92101994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9211
9212 * configure.in (srcdir_undefs): Add g flag to sed substitution to
9213 remove -U[0-9]*.
9214
92151994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9216
9217 * Makefile.in (do-install): Install the dired-x info files.
9218
9219 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
9220 (See src/s/sol2.h.)
9221
92221994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9223
9224 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
9225
92261994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9227
9228 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 9229 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
9230 gratuitously break this and not make a change log entry.
9231 Optimized sed processing of Makefile.in and cpp output; now
9232 preserves comments previously removed from the cpp input.
9233 Eliminated temp file for cpp output. Generate -U switches to
9234 undefine all identifiers that appear in the directory name
9235 ${srcdir}; pass these to cpp.
9236
9237 * configure.in (version): Fix sed regexp to match two-elt version
9238 number.
9239
9240 * configure.in: Check for strerror.
9241
92421994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9243
9244 * configure.in: Test for bcmp.
9245
92461994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9247
9248 * make-dist (tempdir): Put subdir msdos into the distribution.
9249
92501993-01-07 Morten Welinder (terra@diku.dk)
9251
9252 * config.bat: New file.
9253
92541994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9255
9256 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
9257
92581994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9259
9260 * configure.in (m68*-next-*): Don't care about which os is specified.
9261 (i[34]86-*-*): Check for *-nextstop*.
9262
92631993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9264
9265 * configure.in: Check for setsid.
9266
92671993-12-17 Richard Stallman (rms@srarc2)
9268
9269 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
9270
92711993-12-15 Richard Stallman (rms@srarc2)
9272
9273 * Makefile.in (mkdir): Make only the lockdir writable.
9274
9275 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
9276
92771993-12-11 Richard Stallman (rms@srarc2)
9278
9279 * Makefile.in (libdir): Use @libdir@.
9280
92811993-12-08 Richard Stallman (rms@srarc2)
9282
9283 * Makefile.in (install): Add empty command.
9284
92851993-12-04 Richard Stallman (rms@srarc2)
9286
9287 * make-dist: Put man/getopt.c in the dist.
9288
9289 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
9290
9291 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
9292
92931993-12-03 Richard Stallman (rms@srarc2)
9294
9295 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
9296 Set it for all solaris versions.
9297 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
9298 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
9299 Likewise for NON_GNU_CC and CC.
9300
93011993-12-01 Richard Stallman (rms@srarc2)
9302
9303 * configure.in (mips-mips-riscos4*): Assign variable CC.
9304 (checking ${with_gcc}): If "no", don't override CC if already set.
9305 (CC): Initialize it as empty.
9306
93071993-11-30 Richard Stallman (rms@srarc2)
9308
9309 * configure.in (Suns): Set CPP if *-solaris2.3*.
9310
93111993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9312
9313 * Version 19.22 released.
9314
9315 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
9316
93171993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9318
9319 * make-dist: When breaking links, use cp -p.
9320 Copy install.sh into distribution.
9321 Move the temp dir up into the parent dir;
9322 don't leave the staging dir make-dist.tmp... in existence.
9323 * install.sh: New file.
9324
93251993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9326
9327 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
9328
93291993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9330
9331 * configure.in (version): When --run-in-place, exclude
9332 ${datadir}/emacs/site-lisp from locallisppath.
9333
93341993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9335
9336 * configure.in: Delete jumk.c before writing it.
9337
93381993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9339
9340 * Version 19.21 released.
9341
9342 * Makefile.in (mkdir): Ignore error from chmod.
9343
93441993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9345
9346 * make-dist: Don't put lisp/forms.README in the distribution.
9347
93481993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9349
9350 * configure.in (creating src/Makefile): Before running cpp,
9351 discard all lines that start with `# Generated' or /**/#.
9352
93531993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9354
9355 * Version 19.20 released.
9356
9357 * make-dist: Use build-ins.in, not build-install.in.
9358 Don't bother updating TAGS since it's not included.
9359
9360 * build-ins.in: Renamed from build-install.in.
9361
93621993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9363
9364 * make-dist: Don't try to link *.texinfo--there are none now.
9365 When running make in lib-src, specify YACC var value.
9366
93671993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9368
9369 * configure.in (extrasub): Add vpath patterns for %.[yls].
9370
9371 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
9372 Instead just include the commands to make src/Makefile as the
9373 second arg to AC_OUTPUT.
9374
9375 * configure.in: Use : instead of dnl for comment inside
9376 $makefile_command.
9377
9378 * configure.in: No longer use vpath_sed. Instead, when we notice
9379 srcdir already configured, set extrasub to hack vpath in the
9380 makefiles.
9381
9382 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
9383 before moving it.
9384 * Makefile.in (VPATH): Define to @srcdir@.
9385
93861993-09-28 Brian J. Fox (bfox@cubit)
9387
9388 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
9389 doesn't exist. Just copy src/Makefile.in instead. Touch
9390 all of the Makefiles after editing config.status.
9391
9392 * INSTALL: Update documentation to match new configuration
9393 mechanism.
9394
93951993-09-27 Brian J. Fox (bfox@ai.mit.edu)
9396
9397 * configure.in: Allow any of the path or directory Makefile
9398 variables to be set with flags to configure. Create all Makefiles
9399 at configure time. Edit special commands into config.status after
9400 src/Makefile.in is built from src/Makefile.
9401
9402 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
9403 If these files are out of date, simply have config.status
9404 rebuild them; don't rebuild them explicitly.
9405
94061993-09-25 Brian J. Fox (bfox@ai.mit.edu)
9407
9408 * build-install.in: Change src/xemacs to src/emacs. We no longer
9409 create src/xemacs, so the file wouldn't be found.
9410
9411 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
9412
94131993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9414
9415 * configure.in: Avoid forcing the search of /usr/include before
9416 fixed include files by resetting C_SWITCH_X_SITE if it is
9417 "-I/usr/include".
9418
94191993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9420
9421 * Makefile.in (@rip_paths@locallisppath):
9422 Delete ${datadir}/emacs/site-lisp.
9423
94241993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9425
9426 * configure.in:
9427 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
9428 Remove ${extra_output} from AC_OUTPUT call.
9429
94301993-09-17 Brian J. Fox (bfox@inferno)
9431
9432 * make-dist: Quote backquotes found in strings to be echoed.
9433
9434 * configure.in: Use "sh -c pwd" when we want to avoid having the
9435 shell fix up the value of $PWD.
9436
94371993-09-13 Brian J. Fox (bfox@inferno)
9438
9439 * Makefile.in (do-install): Don't abort if ln or chmod at the end
9440 of the installation fail. Suggested by Karl Berry.
9441
94421993-08-30 Brian J. Fox (bfox@inferno)
9443
9444 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
9445 was used. Set MAKEFLAGS from MFLAGS.
9446
94471993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9448
9449 * configure.in: Test for res_init in libc.
9450
94511993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9452
9453 * configure.in: In the file ${tempcname}, use configure___
9454 instead of @configure@.
9455
94561993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
9457
ed9265fc 9458 * make-dist: Dist vpath.sed.
067d23c9
KY
9459
9460 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
9461 Depend on vpath.sed.
6e81c819 9462 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
9463
9464 * configure.in: Substitute variable `vpath_sed'.
9465 If not in $srcdir and $srcdir is configured,
9466 issue warning that GNU make is required,
9467 and set vpath_sed to use vpath.sed script.
9468
94691993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9470
9471 * configure.in: Remove check for $srcdir being configured. This
9472 pretty much works now.
9473 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
9474 Check for XFree86 (/usr/X386/include) independent of whether
9475 -lXbsd exists.
9476
9477 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
9478 realclean, unlock, relock): Use `$(MAKE)' in place of plain
9479 `make'.
9480
94811993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9482
9483 * Version 19.19 released.
9484
9485 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
9486
94871993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9488
9489 * configure.in: Check for XScreenNumberOfScreen.
9490
94911993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9492
9493 * configure.in: Add * to end of all configuration alternatives.
9494 (m68*-sony-newsos3*): New alternative.
9495
94961993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9497
9498 * make-dist: Include getdate.c in distribution.
9499
9500 * configure.in: For --help, use $PAGER if it is set.
9501 (LIB_X11_LIB): Default to -lX11.
9502 (mips-sgi-irix5.*): New alternative.
9503
9504 * Makefile.in (do-install): Install info/gnus* and info/sc*.
9505
9506 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
9507 Recognize *.B8.* as hpux version 8.
9508 (m68*-tektronix-bsd*): Fix typo in tek4300.
9509 (AC_HAVE_FUNCS): Add ftime.
9510
95111993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9512
9513 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
9514 Use tekxd88, not tekXD88.
9515
95161993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9517
9518 * configure.in: Check for -lm. Then can check for frexp and logb.
9519
95201993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9521
9522 * Version 19.18 released.
9523
9524 * make-dist (src): Don't put gnu-hp300 in dist.
9525 (src, lisp): Include OChangeLog in dist.
9526
95271993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9528
9529 * configure.in: Test for presence of logb and frexp functions.
9530
95311993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9532
9533 * configure.in (machine): Add i370-ibm-aix*.
9534
95351993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9536
9537 * configure.in (function checks): Test for mkdir and rmdir.
9538
9539 * configure.in (function checks): Don't test for random and bcopy
9540 only when we're building with X; look for them all the time.
9541
95421993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9543
9544 * configure.in: Test for availability of bcopy functions, searching
9545 the X libraries if we're using X.
9546
9547 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
9548 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
9549 versions of AIX, and needs to be passed to the loader.
9550
9551 * configure.in: Test for the availability of the
9552 XScreenResourceString function.
9553
95541993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
9555
9556 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
9557 LD_SWITCH_X_SITE and assume --with-x11.
9558 Only look for X11 files if we weren't told about a window system
9559 or if we were told to use X11 but not told where.
9560 Search the libraries from the s and/or m files when checking for
9561 functions.
9562
9563 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
9564
95651993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9566
9567 * make-dist: Include lisp/dired.todo in the distribution.
9568
95691993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9570
9571 * configure.in: Add code to set HAVE_INET_SOCKETS.
9572
95731993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9574
9575 * configure.in: If we do find x_includes and x_libraries
9576 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
9577
95781993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9579
9580 * make-dist: Include src/gnu-hp300 in the dist.
9581
9582 * configure.in (canonical): New variable holds the canonicalized
9583 configuration. Don't alter `configuration'. Use `configuration'
9584 for Makefile.in for file naming.
9585 (testing x_includes and x_libraries): Use =, not ==.
9586
95871993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9588
9589 * Version 19.17 released.
9590
9591 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
9592 directory's makefile. This allows the invocation of CPP which
9593 builds xmakefile to receive these switches. The SunSoft C
9594 preprocessor inserts spaces between tokens if it doesn't get the
9595 -Xs flag requested in src/s/sol2.h.
9596
95971993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
9598
9599 * configure.in (m68k-bull-sysv3): New config.
9600
96011993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9602
9603 * configure.in: Use the autoconf AC_FIND_X macro to try to find
9604 the X Windows libraries.
9605
96061993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9607
9608 * make-dist (tempdir): Don't create lisp/forms-mode directory in
9609 the distribution. Those files aren't kept in their own
9610 subdirectory any more.
9611
96121993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9613
9614 * Version 19.16 released.
9615
96161993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9617
9618 * configure.in: Add --verbose flag.
9619
96201993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9621
9622 * version 19.15 released.
9623
96241993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9625
9626 * Makefile.in (top_distclean): Use -f switch when cleaning out
9627 lock dir; it might be empty.
9628
9629 * configure.in: Only check for -lXbsd once.
9630
96311993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9632
9633 * Version 19.14 released.
9634
96351993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9636
9637 * make-dist: If using gzip, create distribution with '.gz' extension.
9638
9639 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
9640 (lisp/forms-mode): This doesn't exist anymore.
9641
9642 * configure.in: Look for the closedir function.
9643
96441993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9645
9646 * configure.in (CPP): Autoconf sets this to a shell variable
9647 reference, which doesn't work when it's edited into a makefile.
9648 Expand that variable reference.
9649
9650 * Makefile.in (CPP): New variable.
9651 (src/Makefile): Edit CPP into src/Makefile.
9652
9653 * Makefile.in (src/Makefile): Don't bother exiting single quotes
9654 and entering double quotes to get the values of LD_SWITCH_X_SITE
9655 and the other make variables; make substitutes them in anyway.
9656
9657 * Makefile.in (uninstall): Don't remove the lisp and etc
9658 directories if they're in the source tree.
9659
9660 Bring mumbleclean targets into conformance with GNU coding standards.
9661 * Makefile.in (mostlyclean, clean): Separate these two; just have
9662 them pass the request to the subdirectory makefiles.
9663 (distclean): Pass the request down, and then get rid of the
9664 files configure built, and get rid of the Makefiles.
9665 (realclean): Pass the request down, and then do the same things
9666 distclean does.
9667 (uninstall, info, dvi): New targets.
9668
9669 * configure.in: Move clause for PC-compatible i386 box to the end
9670 of the case statement, to avoid masking configurations below.
9671
9672 * configure.in: Add case for m88k-motorola-sysv4.
9673
9674 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
9675 the HP 68000 machines.
9676
9677 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
9678 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
9679 preprocessor won't fiddle with them.
9680
96811993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9682
9683 * Makefile.in (TAGS): cd to src to run etags.
9684
96851993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9686
9687 * configure.in (version): Check the X libraries for XrmSetDatabase
9688 and random, and see if we have -lXbsd.
9689
96901993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9691
9692 * configure.in: Pass "-Isrc" to the CPP we run to examine the
9693 s/*.h and m/*.h files. Martin Tomes
9694 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9695
96961993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9697
9698 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9699 above the general i386 alternative.
9700
97011993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9702
9703 * configure.in: Recognize configuration name for Data General
9704 AViiON machines.
9705
9706 * configure.in: Use AC_LONG_FILE_NAMES.
9707
97081993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9709
9710 * configure.in: Test for bison.
9711 * Makefile.in (YACC): New variable.
9712 (lib-src/Makefile.in): Edit YACC into the makefile.
9713
97141993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9715
9716 * Version 19.13 released.
9717
9718 * configure.in (CFLAGS): Don't set this according to the value of
9719 the GCC shell variable. Instead, consult the machine and system
9720 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9721 test __GNUC__ while we're at it.
9722
9723 * configure.in: Remove extra ;; from hpux cases.
9724
97251993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9726
9727 * configure.in: Check to see if the system has -ldnet.
9728
97291993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9730
9731 * make-dist: Add clauses to distribute lisp/forms-mode.
9732
97331993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9734
9735 * configure.in (machine): Fix the versions in hpux version number test.
9736 Do not guess based on cpu type. Do check for explicit system version.
9737
97381993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9739
9740 * configure.in: Do NOT look for `unknown' as company name.
9741
97421993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9743
9744 * configure.in: Fix typo in message.
9745
97461993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9747
9748 * Version 19.12 released.
9749
9750 * Makefile.in (do-install): Correct previous etc-copying change.
9751 Partially rewrite using `if'.
9752 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9753
9754 * Version 19.11 released.
9755
9756 * configure.in: Handle 386bsd.
9757
97581993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9759
9760 * make-dist: Update getdate.c.
9761
9762 * configure.in: Handle bsd386.
9763
9764 * Makefile.in (do-install): Use `-' in tar options.
9765
9766 * configure.in: Change ! "${...}" to x"${...}" = x.
9767
9768 * Makefile.in (do-install): Copy the DOC-* files from the build
9769 etc directory, as well as lots of things from ${srcdir}/etc.
9770
9771 * make-dist: Copy config.guess.
9772
9773 * configure.in: Handle AIX versions 1.2, 1.3.
9774
97751993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9776
9777 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9778 the configuration name mips-mips-usg* to represent USG systems.
9779
9780 * configure.in: Fix logic to detect if srcdir is already configured.
9781
9782 * Makefile.in: Pass in LD_SWITCH_X_SITE.
9783
9784 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9785 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9786 of a directory; cd might fail, and have pwd print out the current
9787 directory.
9788
97891993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9790
9791 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
9792
97931993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9794
9795 * configure.in: Complain if srcdir points at an already-configured
9796 tree.
9797
97981993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9799
9800 * Version 19.10 released.
9801
98021993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9803
9804 * Makefile.in: Use Makefile comments, not C comments.
9805
9806 * configure.in: Add case for the Tektronix XD88.
9807
98081993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9809
9810 * configure.in: Handle sysv4.2 and sysvr4.2.
9811
98121993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9813
9814 * configure.in: Traverse the argument list without destroying it;
9815 don't use shift. It turns out that "set - ${saved_arguments}"
9816 doesn't work portably.
9817
9818 * configure.in: Add missing "fi".
9819
9820 * make-dist: Rebuild configure if configure.in is newer.
9821
9822 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9823 targets to be executed even if make remembers that it has already
9824 satisfied FRC.
9825
98261993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9827
9828 * Makefile.in (do-install): Delete redundant code to copy etc twice.
9829
9830 * configure.in (romp): Handle various version numbers with aos and bsd.
9831
98321993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9833
9834 * configure.in: Fix message text.
9835
98361993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9837
9838 * make-dist: Make a `site-lisp' directory in the distribution,
9839 instead of a `local-lisp' directory, which hasn't been the
9840 appropriate name for a long time.
9841 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
9842 from the distribution first, then /usr/local/lib/emacs/site-lisp.
9843
9844 * Makefile.in (do-install): Correctly detect if ./etc and
9845 ${srcdir}/etc are the same.
9846
9847 * configure.in: Extract UNEXEC from the system configuration
9848 files, compute the name of the source file corresponding to the
9849 object file, and #define it as UNEXEC_SRC in config.h.
9850
9851 * configure.in: If srcdir is '.', then try using PWD to make it
9852 absolute.
9853
9854 * configure.in: Include ${srcdir} in the printed report, to help
9855 people notice if it's an automounter path.
9856
98571993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9858
9859 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
9860
98611993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9862
9863 * Makefile.in (do-install): Delete the dest dir, not the source dir,
9864 when they are different. Add `shift' command.
9865 (COPYDESTS, COPYDIR): Delete external-lisp dir.
9866 (externallispdir): Var deleted.
9867
9868 * configure.in: Delete spurious paren outputting short_usage.
9869
98701993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9871
9872 * Version 19.9 released.
9873
98741993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9875
9876 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
9877 subdirectory makes.
9878
9879 * make-dist: Check for .elc files with no corresponding .el file.
9880
9881 * Makefile.in (mkdir): Make all the directories in locallisppath.
9882
9883 * config.guess: New file.
9884 * configure.in: Use it, tentatively.
9885 * INSTALL: Mention its usage.
9886
9887 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
9888 the former gives you the operating system rev directly. Use
9889 s/hpux.h if we don't recognize what we got.
9890
9891 * Makefile.in (do-install): Don't remove a destination directory
9892 if it's the same as the source. If ${srcdir}/info == ${infodir},
9893 don't try to copy the info files.
9894
9895 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
9896 doesn't work if you're not using a separate source directory.
9897 (do-install): Copy the build tree's etc directory only after
9898 making sure it's not also the source tree's etc directory.
9899
99001993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9901
9902 * configure.in: Handle sunos4.1.3 specially.
9903
99041993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9905
9906 * Makefile.in (INSTALL): Add definition.
9907
9908 * configure.in: Fix some messages. Support -with-gnu-cc.
9909 At the end, use `set --', not `set -'.
9910 Delete spurious `.h' in hpux alternatives.
9911
99121993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9913
9914 * Version 19.8 released.
9915
99161993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9917
9918 * configure.in: When looking for source in the same directory as
9919 the configure script, make the path thus discovered absolute.
9920 If the user specifies the `--srcdir' switch, make that directory
9921 absolute too.
9922
9923 * Makefile.in (srcdir): Remove comment saying this doesn't work.
9924
9925 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
9926 too, as the value of the PATH_INFO macro.
9927
9928 * configure.in: Check to see if the source lives in the same
9929 directory as the configure script.
9930
99311993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9932
9933 * Makefile.in (install): Split this into `install' and
9934 `do-install', to give people more control over exactly what gets
9935 done.
9936 (do-install): New target, containing the guts of `install'. Don't
9937 remove and recreate the directories inside the copying loop - do
9938 it all before the copying loop. Pass more flags to the lib-src
9939 make.
9940 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9941 avoid errors and warnings.
9942
9943 * configure.in: For generic IBM PC boxes, insist on "unknown" for
9944 the manufacturer - the more general case was blocking other i386
9945 configuration names below, and that's how the names are written in
9946 MACHINES anyway.
9947
9948 * make-dist: When breaking links, remove the link before moving
9949 the copy onto it, to avoid interactive behavior.
9950
9951 * Makefile.in: Doc fix.
9952
9953 * configure.in: Doc fix.
9954
9955 * INSTALL: Mention --exec-prefix option.
9956
9957 * configure.in: Add support for the `--exec-prefix' option.
9958 * Makefile.in: Accept that support.
9959
9960 * configure.in: Use the AC_PROG_INSTALL macro.
9961 * Makefile.in (INSTALL): Variable removed.
9962 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9963
9964 * configure.in: Distinguish between hp800's and hp700's by calling
9965 "uname -m".
9966
99671993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9968
9969 * configure.in: Recognize configuration names for i860 boxes
9970 running SYSV.
9971
99721993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9973
9974 * configure.in: Distinguish between hp800's and hp700's by the
9975 version of HP/UX they run, since that's something people are more
9976 likely to know - hp700's run 8.0.
9977 Add HP 700 configuration.
9978
9979 * configure.in: Test for the presence of the `rename' function.
9980
9981 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9982 configure.in.
9983 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9984
9985 * make-dist: Break intra-tree links.
9986
9987 * configure.in: Explain that this is an autoconf script, and give
9988 instructions for rebuilding configure from it. Arrange to put
9989 comments in configure explaining this too.
9990
9991 * configure.in: Make the first line of the configure script be
9992 "#!/bin/sh". Leaving the first line blank didn't work.
9993
9994 * configure.in (long_usage): Removed; made short_usage describe
9995 the options briefly.
9996
9997 * configure.in: Implement the --prefix option.
9998 * Makefile.in (prefix): Add support for it here.
9999 * INSTALL: Document it here.
10000
10001 * Makefile.in (install): Don't assume that the files in the `info'
10002 subdirectory match *.info. They don't have that prefix.
10003
100041993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10005
10006 * configure.in: Add case for version 5 of Esix.
10007
100081993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10009
10010 * Version 19.7 released.
10011
10012 * make-dist: There aren't any *.com files in lib-src anymore.
10013
10014 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
10015 them; they're symlinks to other filesystems on the GNU machines.
10016
10017 * make-dist: Check that the manual reflects the same version of
10018 Emacs as stated in lisp/version.el. Edit that version number into
10019 the README file.
10020
100211993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10022
10023 * configure.in: Remove the hack of AC_DEFINE; use
10024 AC_DEFINE_UNQUOTED.
10025
100261993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10027
10028 * make-dist: Don't distribute precomp.com, compile.com, or
10029 link.com from ./src; they're in ./vms now.
10030
10031 Some time-handling patches from Paul Eggert:
10032 * configure.in: Add AC_TIMEZONE.
10033
100341993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10035
10036 * configure.in: Recognize Linux as a valid operating system for
10037 the i386.
10038
100391993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10040
10041 * make-dist: Distribute some VMS files we got from Richard Levitte.
10042
10043 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
10044 the source for the sed command, not oldXMenu/Makefile.
10045
100461993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10047
10048 * INSTALL: Don't claim the srcdir option doesn't work.
10049
100501993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10051
10052 * configure.in: Include remarks saying what order the autoconf
10053 tests should go in, and remind people to change config.h.in
10054 whenever they add autoconf tests which make #definitions.
10055
10056 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
10057
100581993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10059
10060 * Makefile.in (oldXMenu/Makefile): Make this depend on
10061 ${srcdir}/oldXMenu/Makefile.in, not itself.
10062
10063 * PROBLEMS: Some updates from David J. Mackenzie.
10064
10065 More changes from David J. Mackenzie.
10066 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
10067 removed; autoconf and config.h should specify all these
10068 differences.
10069 (buildlisppath): Make this path depend on ${srcdir}.
10070 (INSTALLFLAGS): Removed.
10071 (INSTALL): Include the -c flag.
10072 (install): Change the way we invoke install accordingly.
10073
10074 Install ${srcdir} changes from DJM.
10075 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
10076 list.
10077 (COPYDIR, COPYDESTS): Install files from both the etc directory in
10078 the source tree and the etc directory in the object tree.
10079 (${SUBDIR}): Pass the prefix variable down to submakes.
10080 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
10081 in /bin.
10082 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
10083 values for srcdir and VPATH.
10084 (install): Add `v' flag to tar command. Make sure that `dir'
10085 exists in ${srcdir}/info before copying it. Remember that the man
10086 pages come from the source tree, not the object tree.
10087 * configure.in: Remove remarks saying that the --srcdir option
10088 doesn't work.
10089 Create the etc directory in the object tree.
10090 Recognize configuration names of the form *-sun-solaris*.
10091 Recognize sunos5 and solaris as operating system names.
10092
10093 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
10094 lib-src/getdate.y and src/systime.h.
10095
100961993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10097
10098 * make-dist: Make links in info subdir.
10099
101001993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10101
10102 * configure.in: Call AC_STDC_HEADERS.
10103
101041993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10105
10106 * configure.in: Sidestep autoconf's quoting of the second argument
10107 of AC_DEFINE, so we can specify the value to put there. It would
10108 be nice if autoconf provided some way to specify computed values
10109 for macros.
10110
101111993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10112
10113 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
10114 this is always just -DHAVE_CONFIG_H.
10115
10116 The GNU coding standards specify that CFLAGS should be left for
10117 users to set.
10118 * Makefile.in (CFLAGS): Let configure determine the default value
10119 for this. Don't
10120 have it default to DEFS.
10121 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
10122 (lib-src/Makefile, src/Makefile): Edit the default value for
10123 CFLAGS into these files, not DEFS.
10124 * configure.in (CFLAGS): Choose a default value for this - "-g"
10125 normally, or "-g -O" if we're using GCC. Edit it into the
10126 top-level Makefile.
10127
10128 * configure.in: When scanning the machine and system description
10129 #include files, write their names to conftest.c properly.
10130
101311993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10132
10133 * configure.in: In configuration name case for Apallos running
10134 Domainios, set opsys, not opsysfile.
10135
10136 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
10137 src/config.h, instead of AC_OUTPUT; the latter overwrites
10138 src/config.h even when it hasn't changed, puts a makefile-style
10139 comment at the top even though it's C code, and produces a
10140 config.status script which doesn't do the job right.
10141
10142 * configure.in: Add AC_LN_S test, so we can tell whether or not we
10143 can use a symbolic link to get the X Menu library into src.
10144 * Makefile.in (LN_S): New variable.
10145 (src/Makefile): Edit the value of LN_S into this makefile.
10146
101471993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10148
10149 * configure.in: Support *-sco3.2v4* as opsystem.
10150
10151 * make-dist: Don't include calc directory.
10152 Exclude many files in the man directory; copy a few.
10153
101541993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10155
10156 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
10157 call AC_STRUCT_TM to see what's in time.h.
10158
10159 * configure.in: Employ quoting stupidity to get the value of CPP
10160 to expand properly.
10161
101621993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10163
10164 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
10165 variable to scan the machine and system description files.
10166
10167 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
10168 so that getdate.y builds correctly.
10169
101701993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10171
10172 * configure.in (tempcname): Change this to "conftest.c", so it will
10173 work properly on systems with short filenames; this is the name
10174 autoconf uses.
10175
10176 * configure.in: Also detect the availability of dup2 and
10177 gethostname.
10178
10179 * configure.in: Use the AC_ALLOCA test.
10180 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
10181 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
10182
101831993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10184
10185 * make-dist: Distribute configure, as well as configure.in.
10186 Oversight.
10187
101881993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10189
10190 * Makefile.in (install): Print out the name of the directory we're
10191 copying, so people can have some idea of whether we're making
10192 progress.
10193
10194 * Makefile.in (install.aix, install.xenix, install.sysv, install):
10195 Don't forget to re-create the COPYDESTS directories after we clear
10196 them out.
10197
101981993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10199
10200 * Makefile.in: Add autoconf cookies so that the configure
10201 script can comment out sections of path variable definitions to
10202 choose between the installable configuration and the run-in-place
10203 configuration.
10204 * configure.in: Add new option `--run-in-place', to select the
10205 run-in-place path definitions.
10206
10207 * configure.in: Add a clause to the big configuration name case
10208 for the NeXT machine.
10209
102101993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10211
10212 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10213 Make sure that each source directory exists, and is different from
10214 the destination directory; then, delete the destination before
10215 copying over the source.
10216
10217 * make-dist: Distribute configure.in, instead of configure.
10218
102191993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10220
10221 * configure.in: Don't set CC to "gcc -O" if the user specifies
10222 `--with-gcc'. Add -O to DEFS if GCC is set.
10223
102241993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10225
10226 * Makefile.in (clean mostlyclean): Missing right paren.
10227
10228 * configure.in: When checking for X windows, search for an X11
10229 subdirectory of ${x_includes}.
10230
10231 * configure.in: Check for gettimeofday function, for getdate.y.
10232
10233 Change `configure' to a mixture of custom code and autoconf stuff.
10234 autoconf can't derive all the information we need, but we'd really
10235 like to be able to take advantage of some of its tests, and its
10236 file-editing facilities.
10237 * configure.in: Renamed from configure.
10238 Quote the sections of shell script we want copied literally to
10239 the configure script.
10240 (compile): Initialize this to make the autoconf macros' code happy.
10241 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
10242 code to do their jobs.
10243 Use autoconf to produce Makefile and src/config.h.
10244 Remove the Makefile-style comment that autoconf places at the top
10245 of src/config.h.
10246 (config_h_opts): Removed - no longer necessary.
10247 * Makefile.in (configname): Renamed to configuration.
10248 (CONFIG_CFLAGS): Renamed to DEFS.
10249 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
10250 get values via autoload @cookies@.
10251 (libsrc_libs): Get this from autoconf. We used to do nothing
10252 about this.
10253 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
10254
10255 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
10256 echo the move-if-change command.
10257
102581993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
10259
10260 * make-dist: Distribute lib-src/rcs-checkin.
10261
10262 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
10263 Don't try to make links to the RCS or Old subdirectories.
10264 Use the appropriate extension for the compression type in use.
10265 Create the tar file in the shell's initial default directory, not
10266 in ${tempparent}.
10267 Erase the whole ${tempparent} tree, not just ${tempdir}.
10268
102691993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10270
10271 * Makefile.in (src/paths.h): Don't echo the huge sed command we
10272 use to build paths.h.
10273 (lib-src/Makefile, src/Makefile): Similarly.
10274
10275 * configure: Extend test for working `const' keyword to handle AIX
10276 3.2 cc.
10277
102781993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10279
10280 * make-dist: Distribute lisp/term/ChangeLog.
10281
10282 Arrange for C compilation throughout the tree to get
10283 C_SWITCH_SYSTEM from the configuration files.
10284 * configure: Extract C_SWITCH_SYSTEM from the machine and
10285 system-dependent files, and save it in the top-level Makefile.
10286 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
10287 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
10288
10289 * make-dist: Include the VMS support files in oldXMenu in the
10290 distribution.
10291
10292 * configure: Doc fix.
10293
10294 * configure: Fix corrupted config_h_opts.
10295
10296 * configure: Properly report option names in error messages.
10297
10298 * configure: Properly recognize --x-includes and --x-libraries
10299 options.
10300
10301 * configure: Fix syntax errors in code handling XFree386.
10302
103031993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10304
10305 * configure: Add special code to detect XFree386, and tell
10306 config.h about it.
10307
10308 * configure: Properly handle extracting values of LIBS_MACHINE and
10309 LIBS_SYSTEM that contain spaces.
10310
10311 * configure: Add `--x-includes' and `--x-libraries' options. I
10312 think these are dopey, but no less than three alpha testers, at
10313 large sites, have said they have their X files installed in odd
10314 places. Implement them by setting C_SWITCH_X_SITE and
10315 LD_SWITCH_X_SITE in src/config.h.
10316
103171993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10318
10319 * make-dist: Don't distribute etc/Old files.
10320
10321 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
10322 backups.
10323
103241993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10325
10326 * make-dist: Fix typo.
10327
103281993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10329
10330 * make-dist: Corrected typo, fixed it to discard = and TAGS files
10331 in some cases where it should but didn't seen to.
10332
10333 * Makefile.in: Added unlock and relock productions.
10334
103351993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10336
10337 * make-dist: Add a --compress option to force make-dist to use
10338 compress.
10339
10340 * make-dist: Use gzip, if we can find it.
10341
10342 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10343 make rs6000-ibm-aix default to -aix32.
10344
103451993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10346
10347 * Makefile.in: Added `Developer's configuration' section.
10348
103491993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10350
10351 * Makefile.in: Add commented-out variable settings for developer's
10352 configuration.
10353
103541993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10355
10356 * make-dist: Distribute `src/bitmaps' too.
10357
103581993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
10359
10360 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10361 make rs6000-ibm-aix default to -aix32.
10362
103631993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10364
10365 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
10366
10367 * Makefile.in (install.sysv): Add a second `$' in front of
10368 `${dest}', so that the shell will expand it, instead of Make.
10369
10370 * configure: When processing the name of the configure script,
10371 collapse `././' to `./', but leave a single `./' prefix alone.
10372
10373 * configure: Doc fix.
10374
103751993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10376
10377 * configure: Handle isc3.0 correctly.
10378
103791993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10380
10381 * make-dist: Don't try to copy the COPYING notice into
10382 external-lisp; we're not distributing that directory any more.
10383
103841993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10385
10386 * Makefile.in (install, install.aix, install.xenix, install.sysv):
10387 Remove CVS subdirectories from the installed directory trees, as
10388 well as RCS directories.
10389
103901993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10391
10392 * make-dist: Only copy gmalloc.c if we couldn't link it.
10393 Don't try to copy man/{README,Makefile} unless they actually exist.
10394
10395 * Makefile.in (lisppath): Don't include externallispdir in this.
10396 We're not sure whether we're even going to distribute the
10397 directory yet.
10398
103991993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10400
10401 * make-dist: Don't distribute the external-lisp directory anymore.
10402 * INSTALL: Remove all references to external-lisp.
10403
10404 * configure: Detect whether the compiler supports `const'
10405 properly, and edit src/config.h accordingly.
10406
10407 * configure: Tweak layout of final report.
10408
10409 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
10410 CFLAGS.
10411
10412 * Makefile.in (locallisppath): Make this default to
10413 ${datadir}/emacs/site-lisp, instead of
10414 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
10415 the same thing, and local-lisp causes completion conflicts with
10416 lock.
10417 (lisppath): Add ${externallispdir} to this.
10418 * INSTALL: Adjust installation directions.
10419
10420 * Makefile.in (externallispdir): New variable, to say where to
10421 install the externally-maintained lisp files.
10422 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
10423 the others.
10424 * INSTALL: Describe external-lisp and the new externallispdir
10425 variable.
10426
104271993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10428
10429 * configure (progname): New option `--with-gcc'. Make it clearer
10430 how we are trying to guess whether or not we have GCC.
10431 * INSTALL: Document the `--with-gcc' option, and improve
10432 description of `--with-x' options.
10433
104341993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10435
10436 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
10437 ${infodir} from these variables; we have written out explicit code
10438 to install the info files.
10439
104401993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10441
10442 * make-dist: Don't distributed the RCS files in the etc directory.
10443
104441993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10445
10446 * Makefile.in: Some makes can't handle comments in the middle of
10447 commands; move them to before the whole rule.
10448
104491993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10450
10451 * README: Mention what Emacs is.
10452
104531993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10454
10455 * make-dist: Include `./lisp/calc-2.02' in the distribution.
10456 Add `./cpp' and `./man' back into the distribution.
10457
104581993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10459
10460 * Makefile.in: Define MAKE, and use where appropriate.
10461
104621993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10463
10464 * make-dist: Remember that the authoritative COPYING notice is
10465 `etc/COPYING', not `../etc/COPYING'.
10466
104671992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10468
10469 * make-dist: Make sure that the COPYING notices in each directory
10470 are copies, not symlinks.
10471
104721992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10473
10474 * INSTALL: The build process produces an executable called `emacs'
10475 now. Change references.
10476 * Makefile.in: Adjust `install.mumble' targets to install
10477 `src/emacs', not `src/xemacs'.
10478
10479 * configure: Start with a blank line; this keeps some old CSH's
10480 from thinking it's a CSH script. Most systems will just use
10481 /bin/sh to run it, which is what we're expecting; the only other
10482 shells which might try to interpret it themselves are probably
10483 Bourne-compatible.
10484
104851992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10486
10487 * INSTALL: Improvements suggested by David Mackenzie.
10488
104891992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10490
10491 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10492 Don't try to copy the info files if there aren't any; the
10493 unexpanded globbing pattern disappoints `install'. Ignore the
10494 return status of that command.
10495
10496 * INSTALL: Updated for new configuration arrangement.
10497
10498 * configure: Don't make the top-level Makefile read-only - people
10499 may want to edit the values of the path variables.
10500
10501 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10502 Install the info files in ${infodir}. Install the executable
10503 under both `emacs' and `emacs-VERSION'.
10504
10505 * Makefile.in: Doc fix.
10506
10507 * Makefile.in (exec_prefix): New variable, as per latest version
10508 of coding standards.
10509 (bindir, libdir): Use it, instead of `prefix'.
10510 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
10511
10512 * Makefile.in (mandir): Make the default value for this depend on
10513 $(prefix).
10514
10515 * Makefile.in (datadir, statedir, libdir): Make these all default
10516 to ${prefix}/lib.
10517 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
10518 to compensate.
10519
10520 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10521 Install the etags and ctags man pages too.
10522
10523 * Makefile.in (distclean): Don't delete backup files; that's the
10524 job of extraclean.
10525 (extraclean): Like distclean, but deletes backup and autosave files.
10526
105271992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10528
10529 Make path specification conform to GNU coding standards.
10530 * configure (long_usage): Remove all traces of old arguments from
10531 usage messages, and document the options we do accept in more
10532 detail: -with-x... and --srcdir.
10533 (options, boolean_opts): Deleted; we don't have enough options to
10534 make this worthwhile.
10535 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
10536 along with the code which supported them; these should be set as
10537 arguments to the top-level make.
10538 (config_h_opts): Since this no longer doubles as a list of option
10539 names, make them upper case; this simplifies the code which uses
10540 them to build the sed command to edit src/config.h. Change the
10541 code which sets them.
10542 (cc, g, O): Don't allow the user to set these using options; they
10543 should be specified using `CC=' and `CFLAGS=' arguments to the
10544 top-level make. Just choose reasonable default values for them,
10545 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
10546 values.
10547 (gnu_malloc, rel_alloc): Don't allow the user to set these using
10548 options; use them whenever the configuration files say they're
10549 possible.
10550 Simplify the argument processing loop. Don't accept abbreviations
10551 for option names; these might conflict with other configuration
10552 options in the future.
10553 Add some support for the `--srcdir' option. Check for the sources
10554 in . and .. if `--srcdir' is omitted. If the directories we will
10555 compile in don't exist yet, create them under the current directory.
10556 Note that the rest of the build process doesn't really support
10557 this.
10558 Edit only the top Makefile. That should edit the others. Edit
10559 into the makefile: `version', from lisp/version.el, `configname'
10560 and `srcdir' from the configuration arguments, `CC' and
10561 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
10562 the user's path, and LOADLIBES as gleaned from the system
10563 description files.
10564 Simplify the report generated; it doesn't need to include any
10565 description of paths now.
10566 Make `config.status' exec configure instead of just calling it, so
10567 there's no harm in overwriting `config.status'.
10568 * Makefile.in (version, configname): New variables, used to choose
10569 the default values for datadir and libdir.
10570 Path variables rearranged into two clearer groups:
10571 - In the first group are the variables specified by the GNU coding
10572 standards (prefix, bindir, datadir, statedir, libdir, mandir,
10573 manext, infodir, and srcdir).
10574 - In the second are the variables actually used for Emacs's paths
10575 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
10576 archlibdir), which depend on the first category.
10577 datadir and libdir default to directories under
10578 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
10579 demand.
10580 etcdir and lispdir default to subdirectories of datadir.
10581 archlibdir defaults to libdir.
10582 The new installation tree is a bit deeper than it used to be, so
10583 use the new make-path program in lib-src to build them all.
10584 Always build a new src/paths.h.tmp and then move-if-change it to
10585 src/paths.h, to avoid unnecessary rebuilds while responding to the
10586 right changes.
10587 Remove all mention of arch-lib. Run utility commands from
10588 lib-src, and let the executables be copied into archlibdir when
10589 Emacs is installed.
10590 Add targets for src/Makefile, lib-src/Makefile, and
10591 oldXMenu/Makefile, editing the values of the path variables into
10592 them.
10593 Let lib-src do its own installation.
10594 (datadir): Default to putting data files under
10595 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
10596 (emacsdir): Variable deleted; it would only be confusing to use.
10597 (lispdir, etcdir): Default to ${datadir}/lisp.
10598 (mkdir): Use make-path for this.
10599 (lockdir): Do this in mkdir.
10600 (Makefile): New target.
10601
10602 * configure (usage_message): Rename to long_usage.
10603
10604 * make-dist: Don't bother creating an arch-lib directory; that's
10605 only for installation now.
10606
106071992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10608
10609 * configure: Use GCC-style configuration names, using config.sub.
10610 Change the usage and help messages.
10611
10612 * configure: Initialize window_system, not indow_system.
10613
10614 * configure: Report which window system, compiler, and signal
10615 handler return type we decide to use.
10616
10617 * make-dist: Explain what's going on if config.sub and gmalloc.c
10618 can't be linked. Place the code which copies them near the code
10619 which links the rest of the files around them.
10620
106211992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
10622
10623 * make-dist: Don't bother to distribute src/*.com, or
10624 src/vmsbuild; those have all been moved to `../vms'.
10625
106261992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10627
10628 * make-dist: Don't forget that the way to avoid filenames starting
10629 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
10630 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
10631 couldn't make hard links to, since we have two already, and
10632 perhaps more to come.
10633
106341992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10635
10636 * configure: When editing parameters into lib-src/Makefile, change
10637 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
10638 needs some other flags too.
10639
106401992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10641
10642 * configure: Remove spurious echo of the configuration name.
10643
10644 * make-dist: Don't distribute files in src/m and src/s whose names
10645 begin with `='.
10646
106471992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10648
10649 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10650 Also LISP_FLOAT_TYPE.
10651
106521992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10653
10654 * make-dist: Copy config.sub, since it's a symbolic link to a file
10655 on another file system.
10656
106571992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10658
10659 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10660 distribution.
10661
10662 * config.sub: New file, to help us recognize configuration names.
10663 * make-dist: Include it in the distribution.
10664
106651992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10666
10667 * configure: Convert `-' to `_' in specified option names.
10668 Accept options with --. Delete --highpri and --have-x-menu options.
10669 New options --with-x and --with-x10 replace -window-system.
10670 Don't mention options --gnu-malloc, --rel-alloc
10671 or --lisp-float-type in help message.
10672
106731992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10674
10675 * make-dist: Include the `vms' subdirectory in the distribution.
10676
106771992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10678
10679 * configure: Remove lines starting with "# DIST: " when building
10680 lib-src/Makefile and src/Makefile. This allows us to mark the
10681 "Makefile.in" files with explanatory comments which won't also get
10682 stuck in the Makefiles.
10683
106841992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10685
10686 * make-dist: Don't use the '+' operator in the sed regular
10687 expression that extracts the version number from lisp/version.el;
10688 Ultrix sed doesn't seem support the operator. Just double the
10689 operand and use *.
10690
106911992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10692
10693 * Makefile.in: Doc fix.
10694
106951992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10696
10697 * configure: Rewrite sed command to remove at most one ./ prefix;
10698 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10699 group.
10700
107011992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10702
10703 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10704
107051992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10706
10707 * make-dist: Go ahead and build a new TAGS file, unless the
10708 --newer option was specified. Don't try to delete a TAGS file
10709 from etc; it's not kept there, and shouldn't be deleted anyway.
10710
107111992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10712
10713 * make-dist: If the lisp directory contains a default.el, don't
10714 distribute it.
10715
10716 * configure: When searching signal.h for the type of a signal
10717 return handler, make a copy of it, not a symbolic link to it; that
10718 way, it will work on systems that don't have symbolic links.
10719
107201992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10721
10722 * make-dist: Taught it about vcdiff and rcs2log, added --newer
10723 option for generating incremental distributions. Stopped it from
10724 generating a TAGS file into the distribution; that sucker is
10725 *big*, and easily enough generated with the toplevel makefile.
10726
107271992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10728
10729 * configure: When writing config.status, don't prefix progname
10730 with a '.'; it might be absolute.
10731
107321992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10733
10734 * configure: Choose to use X11 if either /usr/lib/libX11.a or
10735 /usr/include/X11 exist, not only if both exist.
10736
107371992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10738
10739 * make-dist: Make the new external-lisp directory a duplicate of
10740 the external-lisp directory, not the lisp directory.
10741
107421992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10743
10744 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10745 clean' in arch-lib; it doesn't even have a Makefile.
10746
10747 * Makefile.in (clean, mostlyclean): In the test which tries to
10748 distinguish between the build directory, which should be cleaned,
10749 and the installed directory, which shouldn't, cd to `${emacsdir}',
10750 not `${DESTDIR}${LIBDIR}'.
10751
107521992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10753
10754 * make-dist: Be sure to delete the .c and .h files that YACC and
10755 BISON create from getdate.y.
10756
10757 * external-lisp: New directory; see `external-lisp/README'.
10758 * make-dist: Added support for the external-lisp subdirectory.
10759
10760 * make-dist: Changed message which complains that make-dist wasn't
10761 invoked in the right directory to indicate which files it was
10762 looking for.
10763
107641992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10765
10766 * configure: Add comments explaining why we can't translate
10767 character ranges or control characters in `tr'.
10768
107691992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10770
10771 * configure: When generating the configuration message, we used to
10772 build the message from the start so that each line began with "# "
10773 so that it would be a comment in `config.status'. However, this
10774 causes trouble if any of the variables we use in the message
10775 expand to more than one line of text - as gnu_malloc_reason
10776 sometimes does. So instead, we build the message as it should be
10777 printed to the user (i.e. without the "# " prefixes), and stick on
10778 the "# "s when we write it to `config.status'.
10779
10780 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10781 `lib-src' and `arch-lib'.
10782
10783 * configure: When generating report and `config.status' file, note
10784 that bindir only determines where `make install' and
10785 `build-install' will place the executables; this should make it
10786 clear that the ordinary build process will not try to install
10787 things.
10788
107891992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10790
10791 * make-dist: Change messages to say that we are 'making links to
10792 X', rather than 'copying X'. And put `' quotes around file names.
10793
10794 * make-dist: Include '.tmp' in the name of the staging directory.
10795
10796 * make-dist: Pass the `-f' option to rm when you're not sure that
10797 the files you're removing actually exist.
10798
10799 * make-dist: When setting up etc/COPYING, always nuke whatever is
10800 there, and then copy it in, to make sure we get a real file.
10801
10802 * make-dist: Don't try to distribute *.defns files any more. The
0105dc3e 10803 only such file was for simula.el, which has been superseded by a
067d23c9
KY
10804 version which doesn't have a separate .defns file.
10805
108061992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
10807
10808 * make-dist: Don't distribute configured versions of config.h.in,
10809 paths.h.in, Makefile.in in src.
10810
10811 * configure: Delete .tmp files before creating them; don't bother
cd1181db 10812 trying to make final targets writable first, since it won't
067d23c9
KY
10813 matter to move-if-change.
10814
108151992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10816
10817 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10818 mkdir and chmod in the center of all the conditionals. GNU Make
10819 will strip these out, but other makes won't.
10820
108211992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10822
10823 * make-dist: Include move-if-change in list of files to distribute.
10824
108251992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10826
10827 * configure: Remove any "." elements from the program name.
10828
10829 * configure: Don't record the values of all the possible arguments
10830 in config.status; only record the options that the user specified.
10831
10832 * configure: Use move-if-change to move in the new src/config.h.
10833
108341992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
10835
10836 * move-if-change: New file, copied from gcc release.
10837 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
10838 a temp file, so we don't update paths.h if an error occurs or if
10839 it doesn't need changing.
10840
108411992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10842
10843 * Makefile.in (src/paths.h): Do not install a value for the
10844 PATH_SUPERLOCK value; that macro doesn't exist anymore.
10845 * build-install.in: Same thing.
10846
108471992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10848
10849 * make-dist: Check the flag called "make_tar", not "make_dir"; the
10850 latter, being a typo, is always false, resulting in a program
10851 whose default behavior is to painstakingly build a copy of the
10852 source tree, and then delete it. Rah.
10853
10854 * Makefile.in: Add dist target, and comment for it.
10855
10856 * configure: When scanning <signal.h> for a declaration for
10857 signal, create a symbolic link with a name ending in .c, so the
10858 compiler won't complain that it's only been given .h files.
10859
10860 * configure: Check whether there are any arguments available
10861 before shifting to get the value of a non-boolean parameter.
10862
10863 * make-dist: Doc fix.
10864
108651992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10866
10867 * configure: Instead of grepping /usr/include/signal.h for a
10868 signal declaration, run /usr/include/signal.h or
10869 /usr/include/sys/signal.h through cpp and grep for the
10870 declaration.
10871
10872 * configure: Redirect the output of grep to /dev/null instead of
10873 using grep -s - that flag means different things on other systems.
10874
10875 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
10876 since the former is recognizable even if you don't know what
10877 'dumping' is.
10878 * configure: Accommodate that change.
10879
10880 * configure: Accept options for all of the directories you can
10881 change in the Makefile.
10882
10883 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
10884
10885 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
10886 FOO before you can use them.
10887
10888 * build-install.in: Made the "Where To Install Things" section
10889 conform with the similar section from Makefile.in. Copied section
10890 which builds src/paths.h from src/paths.h.in from the Makefile.
10891
108921992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10893
10894 * configure: Write config.status to pass its command-line
10895 arguments on to configure, so that people can use it to recreate
10896 an old configuration, with minor changes.
10897
108981992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10899
10900 * configure: Don't rely on option variables being unset if their
10901 values are the empty string. In particular, when producing the
10902 English report, don't assume that highpri will be unset when no
10903 increased priority has been requested; -highpri='' should be the
10904 same as omitting -highpri altogether.
10905
10906 * configure: Fix dumb bug: when running the system and machine
10907 description files through cpp, mark those lines that we want to
10908 evaluate with the string '@configure@', and then only evaluate
10909 them. This way if the files include anything that actually
10910 generates text (type definitions or external declarations, say),
10911 we won't try to eval it.
10912
109131992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10914
10915 * make-dist: New shell script.
10916
10917 * configure: When creating foo from foo.in, make foo read-only to
10918 remind people to edit the .in file instead.
10919
10920 * INSTALL: Changed references to config.h-dist to config.h.in.
10921 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
10922 to build src/paths.h from src/paths.h.in; added a paragraph to do
10923 this.
10924 * configure, Makefile, build-install: Changed filenames like
10925 FOO-dist to FOO.in.
10926
109271992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10928
10929 * Makefile, build-install: Renamed to Makefile.in and
10930 build-install.in; the configure script will edit these to produce
10931 the usable Makefile and build-install.
10932 * configure: Changed to produce ./Makefile, ./build-install,
10933 lib-src/Makefile, and src/Makefile from their *.in counterparts,
10934 instead of editing them in place.
10935
109361992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10937
10938 * Makefile: Re-arranged so that the undumped Emacs will search
10939 ../lisp *after* the site's local elisp files.
10940 (locallisppath, dumplisppath): New variables.
10941 (lisppath): This variable's default value is now chosen based on
10942 $(locallisppath) and $(lispdir); while it used to be the
10943 customization point for adding site-local elisp directories to
10944 load-path, that job is now handled mostly by locallisppath.
10945 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10946 Check the values being assigned to the *LOADSEARCH macros for null
10947 path elements (like '::' in 'foo::bar').
10948
10949 * configure: When checking if the machine- and system-dependent
10950 files define a particular macro or not, actually run them through
10951 CPP and test the macros with #ifs, instead of just grepping for
10952 the macros' names. In particular, check for SYSTEM_MALLOC in this
10953 way.
10954
109551992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10956
10957 * Makefile (install): Don't use -s in install. (Keep the symbols.)
10958
109591992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10960
10961 * configure: Make the config.status file an executable shell
10962 script which will recreate the same configuration. Include the
10963 verbal description of the current configuration as a comment in
10964 the script.
10965 * INSTALL: Doc fix.
10966
10967 * Makefile: Brought the Makefile up to the GNU coding
10968 standards, as described in standards.text:
10969 (TAGS): New name for the target which rebuilds the tags table.
10970 (check): New target; doesn't do anything yet.
10971 (mostlyclean): New target, synonymous with clean.
10972 (realclean): New target. Currently, this just calls the
10973 subdirectories's makefiles and then deletes config.status.
10974 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10975 variables.
10976 Installation directory variables changed to conform.
10977 (install, install.sysv, install.xenix, install.aix): Changed the
10978 code which copies the directories into their installed location to
10979 allow the installed locations to be in several different
10980 directories; the old version assumed that they would all be in
10981 $(emacsdir).
10982 (mkdir, lockdir): Allow the installed locations to be in several
10983 different directories.
10984 * INSTALL: Doc fix.
10985
10986 * build-install: Use the same variable names as the Makefile.
10987 Allow the installed locations to be in several different
10988 directories.
10989
109901992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10991
10992 * Makefile (src/paths.h): Instead of using a single sed command to
10993 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10994 separately, and don't forget to append "/!!!SuperLock!!!" to the
10995 value of the PATH_SUPERLOCK macro.
10996
10997 * config.emacs: Renamed to configure, for consistency with other
10998 GNU products. Internal references changed.
10999 INSTALL, Makefile: References changed.
11000
11001 * lock: New directory, which should always be empty. If this
11002 directory doesn't exist, Emacs won't complain; it just won't lock.
11003 Having this here means that people can just unpack Emacs, build
11004 it, and have locking work.
11005
11006 * share-lib: Re-renamed to etc, for the sake of tradition.
11007 * config.emacs: Changed default value for datadir to ../etc.
11008 * INSTALL, README: Adjusted.
11009
110101992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11011
11012 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
11013 by running CPP on the appropriate s/*.h and m/*.h files.
11014
110151992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11016
11017 * config.emacs: Make sure to set the "exit on error" flag once
11018 we've removed config.status; errors should abort the configuration.
11019
110201992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11021
11022 * config.emacs: Added -distribute option, so that the Makefile
11023 paths are in their proper form. I don't know why this matters.
11024
110251992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11026
11027 * local-lisp: New directory, empty in the distribution, for people
11028 to put local elisp code in.
11029 * config.emacs: Include it in the default load path.
11030 * README: Document it.
11031
110321992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11033
11034 * config.emacs: Guess the type of signal handling functions based
11035 on the contents of /usr/include/signal.h.
11036
11037 * config.emacs: Print out progress report messages.
11038
11039 * Makefile (src/paths.h): Don't generically replace
11040 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
11041 editing of the other entries, and each entry should be dealt with
11042 explicitly anyway.
11043
11044 * build-install: Converted from C-shell to Bourne shell.
11045 * config.emacs: Edit build-install properly.
11046
11047 * config.emacs: Doc fix.
11048
110491992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11050
11051 * Makefile (install): Remove `B' from tar xf command.
11052
110531992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11054
11055 * config.emacs: Removed support for the `maintain-environment'
11056 option; the only important difference between this and its absence
11057 has been removed.
11058 * INSTALL: Removed mention of `maintain-environment'.
11059
11060 * config.emacs: Fix arguments to sed when processing boolean
11061 arguments.
11062
110631991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11064
11065 * config.emacs: New file, to help automate the installation
11066 process.
11067
11068 * Makefile: Lots of changes to support the separation of etc into
11069 architecture-dependent and -independent files:
11070 (EMACSROOT): New variable, giving the directory under which all of
11071 Emacs's libraries should be installed. Changed rest of file to
11072 use it.
11073 (LIBDIR): Now denotes only architecture-dependent dir.
11074 (DATADIR): New variable, denoting architecture-independent dir.
11075 (LOCKDIR): New variable, for completeness.
11076 (SUBDIR): No more etc, new lib-src.
11077 (COPYDIR): No more etc, new arch-lib and share-lib.
11078 (src/paths.h): Set PATH_DATA and the LOCK macros too.
11079 (src): Now depends on lib-src, not etc.
11080 * build-install: Changes parallel to the above.
11081 * README: Describe the new arrangement.
11082
11083 * vms: New subdirectory for all the VMS stuff.
11084
110851991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11086
11087 * Makefile (LISPPATH): New variable.
11088 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
11089
110901990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
11091
11092 * Makefile (install, install.sysv, install.xenix):
11093 Install wakeup instead of loadst. No need for setuid or setgid.
11094
110951990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11096
11097 * Makefile (clean): Clean etc if that's not the installation dir.
11098
110991990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11100
11101 * Makefile (paths.h): Make sed alter each name in the path.
11102
111031988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11104
11105 * Makefile (install.sysv): Use cpio, not tar.
11106
111071988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11108
11109 * Makefile (lockdir): Rename `lock' target.
11110 Depend on it from install*, not from `all'.
11111
111121988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
11113
11114 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
11115 to match build-install and paths.h.
11116
11117;; Local Variables:
11118;; coding: utf-8
067d23c9
KY
11119;; End:
11120
1a71cb28 11121 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
067d23c9
KY
11122
11123 This file is part of GNU Emacs.
11124
11125 GNU Emacs is free software: you can redistribute it and/or modify
11126 it under the terms of the GNU General Public License as published by
11127 the Free Software Foundation, either version 3 of the License, or
11128 (at your option) any later version.
11129
11130 GNU Emacs is distributed in the hope that it will be useful,
11131 but WITHOUT ANY WARRANTY; without even the implied warranty of
11132 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11133 GNU General Public License for more details.
11134
11135 You should have received a copy of the GNU General Public License
11136 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.