Move marker debugging code under MARKER_DEBUG.
[bpt/emacs.git] / ChangeLog
CommitLineData
0ccb0b09
PE
12012-07-08 Paul Eggert <eggert@cs.ucla.edu>
2
3 Restore deprecation warnings, except for older libpng.
4 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
5 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
6 (PNG_DEPRECATED): Define when compiling with older PNG versions.
7
4da41f1c
AS
82012-07-07 Andreas Schwab <schwab@linux-m68k.org>
9
10 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
11
6045c4fd
PE
122012-07-07 Paul Eggert <eggert@cs.ucla.edu>
13
14 Improve static checking when configured --with-ns.
15 See Samuel Bronson's remarks in
16 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
17 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
18 a no-op with recent GCC and harmful in earlier ones.
19 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
20 warning when compiling with ObjC. Always omit
21 -Wunsafe-loop-optimizations, as we don't mind when optimization is
22 being done correctly.
23
4516fbef
GM
242012-07-07 Glenn Morris <rgm@gnu.org>
25
41f9404e
GM
26 * configure.in (BROKEN_SA_RESTART): Doc fix.
27
4516fbef
GM
28 * configure.in: Rather than checking for things then undef'ing
29 them on some platforms, simply don't check for them.
30 (getwd): Don't check for it on unixware.
31 (random, rint): Don't check for these on hpux.
32 (res_init, libresolv): Don't check for these on darwin.
33
07adc2c6
JB
342012-07-07 Juanma Barranquero <lekktu@gmail.com>
35
36 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
37 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
38 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
39 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
40
a69ca799
PE
412012-07-06 Paul Eggert <eggert@cs.ucla.edu>
42
f5c08e17
PE
43 * configure.in: Document --enable-gcc-warnings better.
44
fee5959d
PE
45 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
46 This is safer than strcasecmp, which has unspecified behavior
47 outside the POSIX locale and in practice sometimes does not work
48 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
49 * configure.in (strcasecmp, strncasecmp): Remove checks.
f5c08e17 50
fee5959d
PE
51 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
52 * lib/c-strncasecmp.c: New files, taken from gnulib.
53 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
54
a69ca799
PE
55 Merge from gnulib, incorporating:
56 2012-07-06 timespec-sub: avoid duplicate include
57 Reported by Juanma Barranquero.
58
a02d99e7
GM
592012-07-06 Glenn Morris <rgm@gnu.org>
60
61 * make-dist [update]: Let autoreconf figure out what needs updating.
62 Use `make info-real'. leim/leim-list.el should always exist.
63 Check cd return value.
64
7dca65a4
PE
652012-07-06 Paul Eggert <eggert@cs.ucla.edu>
66
67 Merge from gnulib. This is for OpenBSD 5.1 amd64.
68 * m4/sys_time_h.m4: New version from gnulib, incorporating:
69 2012-07-05 sys_time: allow too-wide tv_sec
70
013aabf1
PE
712012-07-04 Paul Eggert <eggert@cs.ucla.edu>
72
73 Merge from gnulib.
74 * lib/alloca.in.h: New version from gnulib, incorporating:
75 2012-07-03 alloca: add support for HP NonStop TNS/E native
76
8ce70ed2
DA
772012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
78
79 * configure.in: If --enable-gcc-warnings, disable
80 -Wunsafe-loop-optimizations for -O1 optimization level.
81
ca26824c
GM
822012-06-30 Glenn Morris <rgm@gnu.org>
83
84 * configure.in (standardlisppath): New output variable.
85 (lisppath): Use standardlisppath.
86 * Makefile.in (standardlisppath): New, set by configure.
87 (epaths-force): Use standardlisppath and locallisppath rather than
88 lisppath.
89
94eb8e0a
DA
902012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
91
92 * configure.in: Fix previous change. Remove --enable-asserts.
93 (CPPFLAGS): Remove conditional -DXASSERTS=1.
94 Add --enable-link-time-optimization.
95 * INSTALL: Mention this.
96
e509cfa6
DA
972012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
98
99 * configure.in: Add glyphs category to --enable-checking option.
100 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
101
a54e2c05
DA
1022012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
103
104 * configure.in (ENABLE_CHECKING): Update comment.
105
059e4fb5
PE
1062012-06-28 Paul Eggert <eggert@cs.ucla.edu>
107
15458df4
PE
108 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
109 Emacs proper no longer uses these headers, and can rely on Gnulib
110 for these checks.
111
059e4fb5
PE
112 Merge from gnulib.
113 * m4/getopt.m4: Copy new version from gnulib, incorporating:
114 getopt-posix: No longer guarantee that option processing is resettable.
115
1ba6038a
GM
1162012-06-27 Glenn Morris <rgm@gnu.org>
117
0b6b25d5
GM
118 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
119
1ba6038a
GM
120 * INSTALL: Remove references to paths.el.
121
cc06e7e7
EZ
1222012-06-26 Eli Zaretskii <eliz@gnu.org>
123
124 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD. This
125 replaces separate dependency for each object file, which required
126 the same object file to be mentioned twice, causing failures in
127 parallel builds.
128
cf38a720
PE
1292012-06-26 Paul Eggert <eggert@cs.ucla.edu>
130
131 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
132 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
133
3511c784
DA
1342012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
135
136 * configure.in (AC_CHECK_FUNCS): Detect library functions
137 strcasecmp and strncasecmp.
138
845ca893
PE
1392012-06-24 Paul Eggert <eggert@cs.ucla.edu>
140
141 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
142 We might as well use the spelling standardized by C11,
143 as in the long run that should simplify maintenance.
144 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
145
696056c2
EZ
1462012-06-24 Eli Zaretskii <eliz@gnu.org>
147
148 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
149 ($(BLD)/timespec-add.$(O)):
150 ($(BLD)/timespec-sub.$(O)): Don't depend on
151 $(EMACS_ROOT)/nt/inc/sys/time.h.
152
153 * lib/stat-time.h:
154 * lib/timespec.h:
155 * lib/utimens.h: Revert last change.
156
47d0c011
PE
1572012-06-23 Paul Eggert <eggert@cs.ucla.edu>
158
159 Merge from gnulib.
160 * m4/getopt.m4: Copy new version from gnulib, incorporating:
161 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
162
388cdec0
EZ
1632012-06-23 Eli Zaretskii <eliz@gnu.org>
164
165 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
166 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
167 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
168 $(BLD)/timespec-sub.$(O).
169 ($(BLD)/dtotimespec.$(O)):
170 ($(BLD)/gettime.$(O)):
171 ($(BLD)/timespec-add.$(O)):
172 ($(BLD)/timespec-sub.$(O)): New dependencies.
173
174 * lib/stat-time.h:
175 * lib/timespec.h:
176 * lib/utimens.h: Include sys/time.h
177
54e8a418
AS
1782012-06-23 Andreas Schwab <schwab@linux-m68k.org>
179
180 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
181 the correct CFLAGS and LIBS.
182
d35af63c
PE
1832012-06-22 Paul Eggert <eggert@cs.ucla.edu>
184
185 Support higher-resolution time stamps (Bug#9000).
186 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
187 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
188 that the new clock stuff doesn't clash with RSVG_LIBS.
189 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
190 as gnulib does that for us now.
191 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
192 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
193 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
194 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
195 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
196 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
197 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
198 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
199 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
200 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
201 New files, copied automatically from gnulib.
202 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
203
05730648
PE
2042012-06-22 Paul Eggert <eggert@cs.ucla.edu>
205
206 Merge from gnulib.
207 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
208 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
209 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
210 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
211 Copy new versions from gnulib, incorporating the following changes:
212 2012-06-22 time_r: fix typo that always overrode localtime_r decl
213 2012-06-22 Write "Mac OS X" instead of "MacOS X".
214 2012-06-21 mktime: fix integer overflow in 'configure'-time test
215 2012-06-21 nonblocking: Avoid compilation error on mingw64.
216 2012-06-19 stat, fstat: Avoid warnings on mingw64.
217 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
218
646b5f55
AS
2192012-06-13 Andreas Schwab <schwab@linux-m68k.org>
220
221 * configure.in: Rename --enable-use-lisp-union-type to
222 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
223 instead of USE_LISP_UNION_TYPE.
224
8a07a8c6
GM
2252012-06-12 Glenn Morris <rgm@gnu.org>
226
b4492cba
GM
227 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
228 (opsysfile): Set specially for sol2-10.
229
8a07a8c6
GM
230 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
231 New AC_DEFINEs, for hpux11.
232 (opsysfile): Set specially for hpux11.
233
03043c1b
PE
2342012-06-12 Paul Eggert <eggert@cs.ucla.edu>
235
236 * configure.in: Coalesce some function checking.
237 This makes 'configure' a bit smaller.
238 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
239
ed846e5f
GM
2402012-06-12 Glenn Morris <rgm@gnu.org>
241
0d369729
GM
242 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
243
45fa9c0f
GM
244 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
245
ed846e5f
GM
246 * configure.in: Anticipate platforms with no src/s file.
247
0e25d334
CY
2482012-06-12 Chong Yidong <cyd@gnu.org>
249
250 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
251
a9be7d2b
GM
2522012-06-11 Glenn Morris <rgm@gnu.org>
253
254 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
255
e3a3e213
MA
2562012-06-09 Michael Albinus <michael.albinus@gmx.de>
257
258 * configure.in (dbus_type_is_valid): Check for library function.
259
276d5f5d
GM
2602012-06-06 Glenn Morris <rgm@gnu.org>
261
262 * INSTALL, make-dist: Remove vcdiff.
263
418cd726
GM
2642012-06-03 Glenn Morris <rgm@gnu.org>
265
266 * INSTALL, make-dist: Remove rcs-checkin.
267
c71232db
UM
2682012-06-03 Ulrich Müller <ulm@gentoo.org>
269
270 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
271
501390c5
PE
2722012-06-01 Paul Eggert <eggert@cs.ucla.edu>
273
274 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
275 It is confusingly named and rarely useful. See, for example,
276 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
277 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
278 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
279 * configure.in: Remove --disable-maintainer-mode.
280 (USE_MAINTAINER_MODE, MAINT): Remove.
281
0e7a053e
PE
2822012-05-28 Paul Eggert <eggert@cs.ucla.edu>
283
284 Make 'configure' a bit smaller and faster.
285 * configure.in (INSTALL_INFO): Set it with one call to
286 AC_PATH_PROG, not three.
287 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
288 so likely that it'll be needed.
289 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
290 (AC_PROG_MAKE_SET): Remove; Automake does this.
291 (sysinfo): Do not check for this function, as it's never used.
292 (tzset): Check for this function just once.
293 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
294 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
295
cd376509
EZ
2962012-05-27 Eli Zaretskii <eliz@gnu.org>
297
42a53d84
EZ
298 * config.bat (lib): Create/update lib/stdalign.in-h and
299 lib/sys_types.in-h.
300
0e7a053e
PE
301 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
302 ($(BLD)/sha1.$(O)):
303 ($(BLD)/sha256.$(O)):
cd376509
EZ
304 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
305 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
306
307 * lib/getopt_.h: Regenerate.
308
50c4645e
PE
3092012-05-27 Paul Eggert <eggert@cs.ucla.edu>
310
311 Assume gnulib does largefile.
312 Gnulib does the largefile configuration anyway, so when configure.in
313 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
314 * configure.in (AC_SYS_LARGEFILE): Remove.
315 * lib/gnulib.mk: Autoupdate.
316
caf8a9b2
PE
3172012-05-26 Paul Eggert <eggert@cs.ucla.edu>
318
319 Merge from gnulib. (Bug#11527)
320
321 The build procedure now creates <stdalign.h> and <sys/types.h> for
322 older hosts that lack a working <stdalign.h> or whose
323 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t. New
324 symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
325 msdos and nt builds.
326
327 Here is a precis of gnulib changes that seem relevant; please see
328 the gnulib ChangeLog for details.
329
330 2012-05-18 crypto: fix bug in large buffer handling
331 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
332 2012-05-10 _Noreturn: port config.h to gcc -Wundef
333 2012-05-08 warnings.m4: give a means to specify the program to compile
334 2012-05-07 stdint: be more consistent with glibc, SunOS libc
335 2012-04-21 Large File Support for native Windows platforms.
336 2012-04-14 stat: Bypass buggy override in mingw64.
337 2012-03-29 stdio: don't assume gets any more
338 2012-03-24 Enable common subexpression optimization in GCC.
339 2012-02-09 maint: replace FSF snail-mail addresses with URLs
340 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
341 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
342 2012-01-21 stdint: Add support for Android.
343 2012-01-15 Improve support for MSVC 9.
344 2012-01-08 mktime: Avoid compilation error on Solaris 11.
345 2012-01-05 Use ', not `, for quoting output.
346 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
347 2012-01-05 strtoimax: Work around AIX 5.1 bug.
348 2012-01-05 inttypes: Modernize.
349 2011-12-13 inttypes, stdint: add C++11 support
350 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
351 2011-11-21 _Noreturn: Check that _MSC_VER is defined
352 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
353 2011-11-09 raise: fix mingw handling of SIGPIPE
354 2011-10-27 Add stdalign module and use it in other modules.
355
356 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
357 * m4/sys_types_h.m4:
358 New files.
359 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
360 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
361 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
362 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
363 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
364 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
365 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
366 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
367 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
368 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
369 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
370 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
371 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
372 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
373 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
374 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
375 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
376 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
377 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
378 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
379 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
380 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
381 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
382 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
383 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
384 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
385 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
386 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
387 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
388 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
389 Update from gnulib.
390
34374650
PE
3912012-05-22 Paul Eggert <eggert@cs.ucla.edu>
392
393 Remove src/m/*.
394 * configure.in: Remove all mention of src/m/*.
395 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
396 All uses removed.
397 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
398 (BITS_PER_LONG_LONG): Move to src/lisp.h.
399 * lib/makefile.w32-in: Remove dependencies on
400 $(EMACS_ROOT)/src/m/intel386.h.
401 * make-dist: Don't make links to src/m.
402
ec21c7f8
PE
4032012-05-22 Paul Eggert <eggert@cs.ucla.edu>
404
405 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
406 Without this further fix, aclocal was being invoked unnecessarily.
407
39078e4a
GM
4082012-05-22 Glenn Morris <rgm@gnu.org>
409
410 * Makefile.in (blessmail, install-arch-dep, uninstall):
411 Check cd lib-src works.
412 (install-arch-dep, uninstall): Remove unneeded subshells.
413
be17565b
GM
4142012-05-21 Glenn Morris <rgm@gnu.org>
415
ff0c3cfb
GM
416 * update-subdirs: Move to build-aux/.
417 * make-dist, Makefile.in (install-arch-indep): Update for this change.
418
d10cfddd
GM
419 * Makefile.in (leimdir): New, set by configure.
420 (COPYDIR, COPYDESTS): Add leim directories.
421 (install-leim): Remove.
422 (install-arch-indep): Handle leim installation directly.
423
be17565b
GM
424 * vpath.sed: Remove unused file.
425 * make-dist: No more vpath.sed.
426
9b4ee616
PE
4272012-05-21 Paul Eggert <eggert@cs.ucla.edu>
428
fb77d37e
PE
429 Use full name for m4/gnulib-comp.m4. (Bug#11529)
430 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
431 even though the file's name in gnulib is m4/gnulib-comp.m4.
432 This had a problem when merging from gnulib, as the code temporarily
433 renamed it to the full name, causing problems when interrupted.
434 Now the file has its full name, with the idea that we will find
435 a solution for MS-DOS that does not affect the rest of Emacs.
436 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
437
261cb4bb
PE
438 Assume C89 or later.
439 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
440 (POINTER_TYPE, PROTOTYPES): Remove.
441
9b4ee616
PE
442 Make merging from gnulib a script, not a makefile action.
443 Putting it in a makefile has some problems with reflection, as
444 merging from gnulib updates 'configure', which can update the makefile.
445 Putting it in a standalone script breaks this loop.
446 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
447 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
448 Remove, moving the actions to the script admin/merge-gnulib.
449
261cb4bb
PE
4502012-05-21 Glenn Morris <rgm@gnu.org>
451
452 * configure.in (LEIM_INSTALLDIR):
453 Rename to leimdir, treat like lispdir.
454
b847032c
GM
4552012-05-21 Glenn Morris <rgm@gnu.org>
456
457 * Makefile.in (install-arch-indep, install-doc, install-info)
458 (uninstall): Scrap superfluous subshells.
459
af006ad5
UM
4602012-05-19 Ulrich Mueller <ulm@gentoo.org>
461
462 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
463
003fdae2
PE
4642012-05-19 Paul Eggert <eggert@cs.ucla.edu>
465
9232a6d9
PE
466 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
467 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
468 getsockopt, setsockopt, mremap, mempcpy.
469
003fdae2
PE
470 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
471 is being removed.
472 (AC_CHECK_FUNCS): Remove ftime.
473
e7333757
GM
4742012-05-19 Glenn Morris <rgm@gnu.org>
475
e39b9806 476 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 477
42d5aa3e
GM
478 * Makefile.in (install-arch-indep): Remove unneeded chmod.
479 Set permissions of lisp/subdirs.el.
480
9192d37d
GM
481 * Makefile.in (SUBDIR): Add leim. Update users.
482
2e5d41e4
GM
483 * Makefile.in (lib, lib-src, lisp): Check cd return value.
484
e7333757
GM
485 * Makefile.in (leim): No need to set PARALLEL.
486
7606c360
GM
4872012-05-18 Glenn Morris <rgm@gnu.org>
488
6d1a623e
GM
489 * Makefile.in (install-arch-indep, install-info, install-man):
490 Simplify some one-sided ifs.
491
29473393
GM
492 * Makefile.in: Install only the relevant DOC file.
493 (install-arch-indep): Delete etc/DOC*.
494 (install-doc): No more need to delete etc/DOC.
495
660c8c1e
GM
496 * Makefile.in (install-arch-indep): Split into several rules.
497 (install-doc, innstall-info, install-man): New rules.
498
37f36bcb
GM
499 * configure.in (mandir): May as well include it in the NS app bundle.
500
0629a797
GM
501 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
502 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
503 (install-arch-indep): Don't install-etc for self-contained ns builds.
504
136c45ee
GM
505 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
506 No longer unconditonally add /sw directories. (Bug#2280)
507
ed0ba302
GM
508 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
509 (install-arch-indep): Depend on install-leim.
510 (install): Remove explicit install-leim dependence.
511
62061397
GM
512 * Makefile.in (install-arch-indep):
513 Move last element of mkdir rule here.
514 (mkdir): Remove rule.
515
37baa3c8
GM
516 * Makefile.in (install-arch-indep): Remove unneeded chmods.
517 INSTALL_DATA does this for us.
518
b533f05e
GM
519 * Makefile.in (install-arch-dep): Ensure bindir exists.
520 Drop mkdir dependency.
521 (install-arch-indep): Ensure docdir, infodir, mandir exist.
522 (install-leim): Drop mkdir dependency.
523 (mkdir): Remove most directories, now made in relevant rules.
524
7606c360
GM
525 * Makefile.in (install-arch-indep): Combine adjacent loops.
526
3a4155de
GM
5272012-05-17 Glenn Morris <rgm@gnu.org>
528
d9a1e2c2
GM
529 * Makefile.in (install-etc, mkdir):
530 Make relevant directories in install-etc rather than mkdir.
531
4c54abe1
GM
532 * Makefile.in (write_subdir): Create the directory if needed.
533 (install-arch-dep, mkdir): No need to make site-lisp directories.
534
9f1ea7dc 535 * Makefile.in (write_subdir): New.
05f3d308 536 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 537
40c117e7 538 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 539 For a self-contained ns build, set these to the appropriate values.
40c117e7 540 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 541
b4a36200
GM
542 * configure.in (ns_self_contained): New output variable.
543 * Makefile.in (ns_self_contained): New, set by configure.
544 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
545 don't bother installing binaries then immediately deleting them.
546
3a4155de
GM
547 * Makefile.in (ns_appbindir, ns_appresdir):
548 Move them before things that may refer to them.
549 (install-arch-dep): No need to relocate self-contained ns libexec.
550
551 * configure.in (archlibdir): Set it for self-contained ns builds.
552 (libexecdir): Don't expand it now (this is mainly cosmetic).
553
f04940ae
PE
5542012-05-16 Paul Eggert <eggert@cs.ucla.edu>
555
556 * configure.in: Simplify by removing CPP etc.
557 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
558 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
559 In particular we no longer need to fiddle with CPP, since we don't
560 use CPP specially any more.
561 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
562 adjusted compiler.
563 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
564 since gl_EARLY and/or Autoconf already does these.
565
27cb7be2
GM
5662012-05-16 Glenn Morris <rgm@gnu.org>
567
568 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
569 (CPP): Do not unconditionally set it on Darwin.
570 Instead, try to test if -no-cpp-precomp is accepted.
571 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
572
ec3ca9ec
GM
5732012-05-15 Glenn Morris <rgm@gnu.org>
574
4e7d487c 575 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 576
75a9f5f5
GM
577 * Makefile.in (install-arch-dep): Do not hard-code version number.
578
ec3ca9ec
GM
579 * Makefile.in (install-arch-dep): NS install no longer needs to
580 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
581
3fe7cdc8
GM
5822012-05-12 Glenn Morris <rgm@gnu.org>
583
9e6b06ed
GM
584 * configure.in (ns_appbindir): Remove trailing "/".
585
3fe7cdc8
GM
586 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
587 (MKDEPDIR): Use $MKDIR_P.
588 * Makefile.in (MKDIR_P): New, set by configure.
589 (mkdir): Use $MKDIR_P.
590
a873f274
GM
5912012-05-11 Glenn Morris <rgm@gnu.org>
592
593 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 594 Use INSTALL_DATA for the DOC file.
c8e32179 595 Remove dead code for ./lisp that never executes.
a873f274 596
ff57c2ec
GM
5972012-05-10 Glenn Morris <rgm@gnu.org>
598
599 * configure.in (LEIM_INSTALLDIR): New output variable.
600
49ed9c8e
SM
6012012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
604
5122804a
GM
6052012-05-08 Glenn Morris <rgm@gnu.org>
606
607 * make-dist: No more doc/lispref/*.el.
608
01319a4e
AS
6092012-05-05 Andreas Schwab <schwab@linux-m68k.org>
610
611 * configure.in: Fix quoting bugs.
612
8045b906
GM
6132012-05-04 Glenn Morris <rgm@gnu.org>
614
615 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
616
9fa0e416
GM
6172012-05-02 Glenn Morris <rgm@gnu.org>
618
3c30e766
GM
619 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
620 the choices made by FreeBSD and NetBSD. (Bug#10313)
621
9aa071df
GM
622 * Makefile.in (INFO_FILES): Remove variable.
623 (INFO_NONMISC): New variable.
624 (install-arch-indep, uninstall): Don't use $INFO_FILES.
625
cd3771a0
GM
626 * Makefile.in (uninstall): Remove useless-use-of-for; that for
627 some reason caused problems on an old Solaris.
628
a36e64d0
GM
629 * Makefile.in (install-arch-indep, uninstall):
630 Ensure that INSTALL-type commands are run from top-level.
631
9e7a4bcf
GM
632 * info/dir: Make some entries consistent with the source texi files.
633
9fa0e416
GM
634 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
635
7adecb99
GM
6362012-05-02 Glenn Morris <rgm@gnu.org>
637
638 * Makefile.in (install-arch-indep):
639 Combine adjacent install-data and install-info loops.
640
4737362e
GM
6412012-05-01 Glenn Morris <rgm@gnu.org>
642
ab1121bd
GM
643 * Makefile.in (MAN_PAGES): Remove.
644 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
645
a4a18b8b
GM
646 * configure.in: Try libtinfo for tputs.
647 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
648
3ba0a545
GM
649 * configure.in: Combine adjacent $opsys case blocks.
650
e3da5b19
GM
651 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
652
262f06da
GM
653 * configure.in: Invert the TERMINFO logic,
654 since "yes" is far more common than "no".
655
9311dcff
GM
656 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
657
4d5c6349
GM
658 * configure.in (LD_SWITCH_X_SITE_RPATH):
659 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
660
4737362e
GM
661 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
662
562e638f
GM
6632012-04-26 Glenn Morris <rgm@gnu.org>
664
665 * make-dist: No more doc/lispref/tindex.pl.
666
dcbf5805
MA
6672012-04-22 Michael Albinus <michael.albinus@gmx.de>
668
669 * configure.in (dbus_validate_bus_name, dbus_validate_path)
670 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 671 these library functions.
dcbf5805 672
4b5b5289
PE
6732012-04-22 Paul Eggert <eggert@cs.ucla.edu>
674
675 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
676 With glibc 2.14 or later, when compiled with GCC 4.7.0's
677 -Werror=deprecated-declarations flag, use of hooks like
678 __malloc_initialize_hook causes compilation to fail because these
679 hooks are deprecated. Modify 'configure' to check for these hooks too.
680 Simplify the 'configure' code to test for all the hooks at once.
681 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
682 (emacs_cv_var_doug_lea_malloc): ... this new var.
683
9ee7d8b9
PE
6842012-04-21 Paul Eggert <eggert@cs.ucla.edu>
685
686 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
687 dated 2011-10-07. Regenerating from current gnulib would be a
688 pervasive change, and currently the trunk isn't open to such changes.
689 * configure.in (WARN_CFLAGS): Remove; no longer needed now
690 that gnulib does it.
691 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
692
5e6ab4e6
AS
6932012-04-21 Andreas Schwab <schwab@linux-m68k.org>
694
695 * m4/gl-comp.m4: Update. (Bug#11285)
696
c07a4c0b 6972012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
698
699 * configure.in: Don't use the -R option (Bug#11251).
700
6c94c34f 7012012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 702
9f46df23 703 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
704 I have been using this change for many months in my private copy
705 of Emacs, and have used it to find several bugs. It's mature
706 enough to publish now.
707 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
708 * configure.in: Support --enable-gcc-warnings, in the style of
709 other GNU packages such as coreutils.
710 (C_WARNINGS_SWITCH): Remove, replacing with...
711 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
712 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
713 when including system files with GCC.
714 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 715 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
716 * lib/Makefile.am (AM_CFLAGS): New macro.
717 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
718
316411f0
DA
7192012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
720
721 * configure.in (AC_CHECK_FUNCS):
722 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
723
9b9b2ef2
GM
7242012-04-16 Glenn Morris <rgm@gnu.org>
725
b1aa797c
GM
726 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
727
9b9b2ef2
GM
728 * configure.in: Remove X libs workaround for old autoconf.
729
badf86af
KB
7302012-04-12 Ken Brown <kbrown@cornell.edu>
731
732 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
733
2f097256
GM
7342012-04-11 Glenn Morris <rgm@gnu.org>
735
736 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
737
a9f72fc1
GM
7382012-04-10 Glenn Morris <rgm@gnu.org>
739
740 * configure.in: Conditionally generate admin/unidata/Makefile.
741
6b4f4a2d
TZ
7422012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
743
a9f72fc1 744 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 745
23df914b
GM
7462012-04-09 Glenn Morris <rgm@gnu.org>
747
fd9d85c2
GM
748 * Makefile.in (leim): Check cd return value. Pass fewer variables.
749 (install-leim): Check cd return value. Pass $MFLAGS.
750 (install-strip): Pass $MFLAGS.
751
23df914b
GM
752 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
753 Eg org.texi has been using 4.7 functions for some time.
754
bf6bba2b
PE
7552012-04-07 Paul Eggert <eggert@cs.ucla.edu>
756
757 Check pkg-config exit status when configuring (Bug#10626).
758 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
759 works; check its exit status. Problem reported by Jordi Gutiérrez
760 Hermoso in
761 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
762
f3774f20
GM
7632012-04-07 Glenn Morris <rgm@gnu.org>
764
765 * README, configure.in (AC_INIT): Bump version to 24.1.50.
766
d67a9a85
EZ
7672012-04-07 Eli Zaretskii <eliz@gnu.org>
768
769 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
770
f20f95c6
PE
7712012-03-04 Paul Eggert <eggert@cs.ucla.edu>
772
773 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
774 * configure.in (LIBS_TERMCAP): Default this to the result of
775 the tputs library search. Do a run-time test for the linkability
776 of tputs unless cross-compiling, as that's more reliable if the
777 link flags and libraries are messed up. Don't change LIBS as
778 a result of the test, as that may mess up later tests.
779
75197633
CS
7802012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
781
533183f3 782 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 783
75197633
CS
784 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
785 specific makefiles to support getopt_.h generation with MSVC.
786
7eb21b49
GM
7872012-02-04 Glenn Morris <rgm@gnu.org>
788
789 * Makefile.in (uninstall):
790 Handle compressed info files and man pages. (Bug#10718)
791
44f92739
GM
7922012-02-02 Glenn Morris <rgm@gnu.org>
793
794 * configure.in [HAVE_NS]:
795 Error if use --without-toolkit-scroll-bars. (Bug#10673)
796
6df37268
PE
7972012-02-01 Paul Eggert <eggert@cs.ucla.edu>
798
799 Port to older Solaris 10 versions (Bug#10677).
800 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
801 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
802 possibly this is because Sun fixed the 'stat' bug in my version.
803 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
804 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
805 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
806 These changes are based on gnulib version
807 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
808 because Emacs is in feature freeze and we do not want to merge any
809 more-recent changes from gnulib.
810
8d8939e8
GM
8112012-01-31 Glenn Morris <rgm@gnu.org>
812
e4070def
GM
813 * configure.in: Throw an explicit error if Motif toolkit was
814 requested but requirements could not be found.
815
8d8939e8
GM
816 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
817
5a26ec89
EZ
8182012-01-30 Eli Zaretskii <eliz@gnu.org>
819
820 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
821 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
822 with "make -j3".
823
1b0880d5
JB
8242012-01-16 Juanma Barranquero <lekktu@gmail.com>
825
826 * .bzrignore: Ignore etc/__pycache__.
827
adee8a65
PE
8282011-12-17 Paul Eggert <eggert@cs.ucla.edu>
829
830 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
090bd7cb 831 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
adee8a65
PE
832 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
833 by Nelson H. F. Beebe in
834 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
835
e152e577
JB
8362011-12-10 Juanma Barranquero <lekktu@gmail.com>
837
838 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
839
46d14be7
JD
8402011-12-10 Jan Djärv <jan.h.d@swipnet.se>
841
842 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
843 instead of LDFLAGS (Bug#10230).
844
6c269a38
PE
8452011-12-03 Paul Eggert <eggert@cs.ucla.edu>
846
4eec8d6f
PE
847 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
848
6c269a38 849 Propagate configure flags to sub-configures.
1350a3cc 850 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
851 New macros.
852 (config.status, bootstrap): Use them to propagate configure flags
853 to sub-configures.
854 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
855
63e94eb8
PE
8562011-12-03 Paul Eggert <eggert@cs.ucla.edu>
857
858 * .bzrignore: Add config.cache.
859
54e9e3bf
JD
8602011-11-27 Jan Djärv <jan.h.d@swipnet.se>
861
862 * configure.in: Check for gtk_window_set_has_resize_grip.
863
20db1522
JB
8642011-11-24 Juanma Barranquero <lekktu@gmail.com>
865
866 * configure.in (HAVE_XPM): Fix typo.
867
60bf278f
GM
8682011-11-22 Glenn Morris <rgm@gnu.org>
869
5f77c86c
GM
870 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
871 have confusing effects on the build. (Bug#6401)
872
60bf278f
GM
873 * Makefile.in (install-arch-dep): Tweak previous change.
874
816be9f6
YD
8752011-11-22 Yavor Doganov <yavor@gnu.org>
876
877 Do not install arch-dependent files in the app bundle if
878 --disable-ns-self-contained is requested. (Bug#1335)
879 * configure.in (exec_prefix, libexecdir): Define relative to
880 `ns_appbindir' only if configured for a self-contained app.
881 * Makefile.in (install-arch-dep): Test for the existence of
882 libexec in the Emacs.app bundle before executing commands.
883
d5ff9cd0
AS
8842011-11-20 Andreas Schwab <schwab@linux-m68k.org>
885
886 * configure.in: Remove reference to src/m/ibms390.h.
887
1c889bf6
GM
8882011-11-13 Glenn Morris <rgm@gnu.org>
889
890 * INSTALL: Tiny updates for disk space used during installation.
891
a6fc3b5c
EZ
8922011-11-05 Eli Zaretskii <eliz@gnu.org>
893
894 * lib/makefile.w32-in (FRC): New dummy target.
895 (TAGS): Depend on FRC.
896
9f77899d
GM
8972011-11-04 Glenn Morris <rgm@gnu.org>
898
899 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
900 Do not include GnuTLS version info in final summary message.
901
0bd3cb7b
EZ
9022011-10-31 Eli Zaretskii <eliz@gnu.org>
903
07f3add9
EZ
904 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
905 they exist there, else from autogen/.
906
907 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 908
d2eaf3e4
NT
9092011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
910
911 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
912
e782cfab
PE
9132011-10-24 Paul Eggert <eggert@cs.ucla.edu>
914
915 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
916 if the library is found. Otherwise, later configure-time tests,
917 such as the test for pthread_sigmask, generate the wrong results
918 on some platforms. Problem reported for FreeBSD by Nali Toja.
919
7da0b018
PE
9202011-10-20 Paul Eggert <eggert@cs.ucla.edu>
921
922 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
923 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
924 Remove; no longer needed, now that we defer to strftime for time
925 zone names.
926
0ffe1065
JD
9272011-10-18 Jan Djärv <jan.h.d@swipnet.se>
928
929 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
930
23769e49
CY
9312011-10-18 Chong Yidong <cyd@gnu.org>
932
933 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
934
fd8dea03
GM
9352011-10-13 Glenn Morris <rgm@gnu.org>
936
937 * configure.in: Also look for tputs in libcurses. (Bug#9736)
938
f4cc5b54
PE
9392011-10-12 Paul Eggert <eggert@cs.ucla.edu>
940
941 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 942 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
943 The check was helpful but not essential in Solaris 2.6 (1997),
944 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
945 obsolete -- Sun dropped support for it in 2006 -- and without
946 access to that Silurian platform we can't maintain the code anyway.
947
7c5ee88e
PE
9482011-10-07 Paul Eggert <eggert@cs.ucla.edu>
949
d47439a3
PE
950 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
951 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
952 * m4/gnulib-common.m4: Merge from gnulib.
953 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
954 command not found" on powerpc-apple-darwin9.8.0.
955
7c5ee88e
PE
956 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
957 This is now done by src/alloc.c.
958
423dbf9b
RS
9592011-10-02 Richard Stallman <rms@gnu.org>
960
961 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
962 and xlinux_second_failure to xgnu_linux_second_failure.
963
31bed486
EZ
9642011-09-29 Eli Zaretskii <eliz@gnu.org>
965
5f91c1e5
EZ
966 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
967 lib/signal.in-h.
31bed486 968
e785f2ec 969 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
970 Rename signal.in.h and alloca.in.h.
971
e1504b9b
EZ
9722011-09-28 Eli Zaretskii <eliz@gnu.org>
973
974 * INSTALL: Mention that m17n libraries and libotf are needed for
975 Arabic shaping.
976
316f8af0
PE
9772011-09-26 Paul Eggert <eggert@cs.ucla.edu>
978
979 Merge from gnulib, improving some licensing wording.
980 This clarifies and fixes some licensing issues raised by Glenn Morris
981 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
982 It also merges the latest version of texinfo.tex and has some
983 MSVC-related changes that don't affect Emacs.
984 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
985 pathmax, and raise, since these are needed only to address
986 MSVC-related issues that Emacs doesn't have.
987 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
988 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
989 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
990 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
991 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
992 * m4/unistd_h.m4: Merge from gnulib.
993
04d51ad4
AS
9942011-09-26 Andreas Schwab <schwab@linux-m68k.org>
995
996 * configure.in: Initialize HAVE_LIBXML2.
997
6e99ef20
GM
9982011-09-26 Glenn Morris <rgm@gnu.org>
999
1000 * make-dist: Add lib/makefile.w32-in.
1001
0538fab0
GM
10022011-09-24 Glenn Morris <rgm@gnu.org>
1003
1004 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
1005
c5b01d8c
LMI
10062011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1007
1008 * .dir-locals.el: Change the debbugs regexp to allow having the
1009 bug number as the first thing on a line.
1010
0cc87afb
GM
10112011-09-15 Glenn Morris <rgm@gnu.org>
1012
1013 * configure.in: Make configure work with recent GNUsteps.
1014 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
1015 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 1016 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 1017
3f44249e
PE
10182011-09-11 Paul Eggert <eggert@cs.ucla.edu>
1019
1020 Merge from gnulib, porting to Tru64.
1021 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
1022 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1023 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
1024 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
1025 doesn't affect Emacs.
1026
c8199d0f
PE
10272011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1028
1029 * configure.in (isnan): Remove now-unnecessary check.
1030
e39b275c 10312011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 1032
abec06ff 1033 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
1034 This is to fix the following problems:
1035 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
1036 configured not to use gtk or any other thread-using library,
1037 signals aren't blocked correctly.
1038 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
1039 and IRIX's signal handling.
1040 . On Cygwin 1.7.5 it works around an incompatibility with
1041 the system pthread_sigmask.
1042 . On MacOS X 10.5 (32-bit), files whose inode numbers
1043 exceed 2**31 cannot be read or manipulated.
1044 . pthread_sigmask: Actually use results of gl_THREADLIB.
1045 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
1046 . find 'ar' program that fits with --host argument.
1047 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
1048 * autogen/README: Update destination list.
1049 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
1050 The autogenerated files compile, config.guess,
1051 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
1052 * m4/largefile.m4: New file, so that Emacs does not mess up when
1053 accessing files with large inode numbers in MacOS X 10.5 and later.
1054 * m4/nocrash.m4: New file, to avoid triggering background debugger
1055 and/or create core dumps during 'configure'.
1056 * build-aux/move-if-change: Renamed from move-if-change.
1057 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
1058 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
1059 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
1060 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
1061 * Makefile.in (epaths-force, sync-from-gnulib):
1062 move-if-change is now in build-aux.
1063 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
1064 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
1065 (mkdir): install-sh is now in build-aux.
1066 * config.bat: c++defs.h is now in build-aux/snippets.
1067 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
1068 usual parameter).
1069 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1070 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
1071 to build-aux/snippet.
1072 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
1073 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
1074 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
1075 Solaris, enables MacOS extensions, and enables nocrash during
1076 'configure'.
1077 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
1078
86633eab 10792011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
1080
1081 * configure.in (snprintf): New check.
1082
015faae4
PE
10832011-08-30 Paul Eggert <eggert@cs.ucla.edu>
1084
695a3dc5 1085 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 1086 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
1087 Remove unreachable pattern hppa*-*-linux-gnu*.
1088 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
1089 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 1090
52ec1feb
JD
10912011-08-26 Jan Djärv <jan.h.d@swipnet.se>
1092
1093 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
1094
377538cb
JD
10952011-08-13 Jan Djärv <jan.h.d@swipnet.se>
1096
1097 * configure.in: Add header check: sys/socket.h (Bug#8477),
1098 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
1099 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
1100
ae9e757a
JD
11012011-08-04 Jan Djärv <jan.h.d@swipnet.se>
1102
1103 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
1104 (HAVE_GTK_AND_PTHREAD): Remove.
1105
be8ec0b3
AA
11062011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
1107
1108 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
1109 build, not just GNUstep (Bug#9177).
1110
2573a837 11112011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
1112
1113 Assume freestanding C89 headers, string.h, stdlib.h.
1114 Again, this simplifies the code, and all current platforms have these.
1115 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
1116 (AC_HEADER_STDC): Remove.
1117 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
1118 (strchr, strrchr): Remove fallback macros.
1119
9cfdb3ec
PE
1120 Assume support for memcmp, memcpy, memmove, memset.
1121 This simplifies the code a bit. All current platforms have these,
1122 as they are required for C89. If this turns into a problem we
1123 can add the gnulib modules for these (a 1-line change to Makefile.in).
1124 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
1125
427c285b
PE
11262011-07-27 Paul Eggert <eggert@cs.ucla.edu>
1127
1128 * GNUmakefile: New file.
1129 This is for convenience, so that one can run GNU make in an
1130 unconfigured source tree, and get a default build.
1131
2ad77c9d
JD
11322011-07-13 Jan Djärv <jan.h.d@swipnet.se>
1133
1134 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
1135
c8618a06
YM
11362011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1137
1138 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
1139 so as to suppress address randomization (Bug#8395).
1140
f6ce9b9a
PE
11412011-07-09 Paul Eggert <eggert@cs.ucla.edu>
1142
3fcf7a1c
PE
1143 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
1144 This fixes a build problem on older Mac OS X hosts.
1145
d9706d9f
PE
1146 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
1147 test, which runs afoul of Automake installations where, for example,
1148 /usr/share/aclocal contains a copy of gl_THREADLIB.
1149 Problem reported by Sven Joachim in
1150 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
1151 This is just a quick temporary fix, specific to Emacs; I'll work
1152 with the other gnulib maintainers to get a more-permanent fix.
1153
af66a2d7 1154 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
1155 * Makefile.in (GNULIB_MODULES): Add strtoimax.
1156 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
1157 automatically imported from gnulib.
1158 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1159
1692ae2d 11602011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 1161
8a6ebd58 1162 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 1163 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
1164 * configure.in (AC_TYPE_UID_T): New dummy macro.
1165 Configure gnulib after adjusting LIBS,
1166 so that gnulib can assume the libraries in LIBS.
6db30f83 1167 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 1168 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 1169 * lib/pthread_sigmask.c:
6db30f83
PE
1170 New files, automatically imported from gnulib.
1171 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
1172 due to the above changes.
1173 * .bzrignore: Add lib/signal.h.
1174
4a621aae
PE
1175 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
1176
5e94cadb
AS
11772011-07-07 Andreas Schwab <schwab@linux-m68k.org>
1178
1179 * configure.in (maintainer-mode): Reflect default in help string.
1180
76b397fb
DN
11812011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1182
1183 * configure.in: Remove reference to iris4d.h.
1184
869795d6
JD
11852011-07-05 Jan Djärv <jan.h.d@swipnet.se>
1186
1187 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
1188
3279eb87
GM
11892011-07-01 Glenn Morris <rgm@gnu.org>
1190
1191 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
1192
2e6e11eb
LMI
11932011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1194
1195 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
1196 which made ./configure infloop.
1197
9851bfc5
JD
11982011-06-30 Jan Djärv <jan.h.d@swipnet.se>
1199
1200 * configure.in (gsettings): New option and check for GSettings.
1201
adbc4ef4
GM
12022011-06-29 Glenn Morris <rgm@gnu.org>
1203
1204 * configure.in: Try to test for the required crt*.o files.
1205
1f773f32
BW
12062011-06-27 Bill Wohler <wohler@newt.com>
1207
1208 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
1209
7a7ef429
PE
12102011-06-25 Paul Eggert <eggert@cs.ucla.edu>
1211
1212 Use gnulib's dup2 module instead of rolling our own.
1213 * Makefile.in (GNULIB_MODULES): Add dup2.
1214 * configure.in: Do not check for dup2; gnulib does that now.
1215 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
1216
6dd7e400
PE
12172011-06-23 Paul Eggert <eggert@cs.ucla.edu>
1218
1219 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
1220
94a807ac 12212011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
1222
1223 Use gnulib's alloca-opt module.
1224 * .bzrignore: Add lib/alloca.h.
1225 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
1226 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
1227 as gnulib now does that for us. Put alloca check in config.h.
1228 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
1229 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1230 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
1231
3ce9d0d4
LL
12322011-06-21 Leo Liu <sdl.web@gmail.com>
1233
1234 * m4/sha256.m4:
1235 * m4/sha512.m4:
1236 * m4/gl-comp.m4:
1237 * lib/u64.h:
1238 * lib/sha256.c:
1239 * lib/sha256.h:
1240 * lib/sha512.c:
1241 * lib/sha512.h:
1242 * lib/makefile.w32-in (GNULIBOBJS):
1243 * lib/gnulib.mk:
1244 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
1245 crypto/sha512 modules from gnulib.
1246
add3f049
PE
12472011-06-19 Paul Eggert <eggert@cs.ucla.edu>
1248
1249 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
1250
3a4725e1
GM
12512011-06-17 Glenn Morris <rgm@gnu.org>
1252
1253 * configure.in: Restore the behavior of checking crt-dir only
1254 when the user specified it (not all platforms use it).
1255
bf4846e7
PE
12562011-06-16 Paul Eggert <eggert@cs.ucla.edu>
1257
1258 * m4/lstat.m4: Merge from gnulib (Bug#8878).
1259
4d61f28d 12602011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
1261
1262 * configure.in: Try to determine CRT_DIR automatically when
1263 using gcc.
1264
8c9b2106
PE
12652011-06-15 Paul Eggert <eggert@cs.ucla.edu>
1266
8aeb5be9
PE
1267 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
1268 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
1269 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
1270 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
1271 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
1272 Merge from gnulib.
8c9b2106 1273
c195f2de
JD
12742011-06-14 Jan Djärv <jan.h.d@swipnet.se>
1275
1276 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
1277
7e2aa385
PE
12782011-06-08 Paul Eggert <eggert@cs.ucla.edu>
1279
1280 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
1281
81eafe29
PE
12822011-06-07 Paul Eggert <eggert@cs.ucla.edu>
1283
1284 * configure.in: Add --with-wide-int.
1285 * INSTALL: Mention this.
1286
9afafefb
PE
12872011-06-06 Paul Eggert <eggert@cs.ucla.edu>
1288
1289 Merge from gnulib.
1290 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
1291
f797625a
PE
12922011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1293
1294 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
1295
90856fe0 12962011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
1297
1298 Use 'inline', not 'INLINE'.
eefc9486 1299 * configure.in (INLINE): Remove.
55d4c1b2 1300
6a3e57bb
PE
13012011-05-29 Paul Eggert <eggert@cs.ucla.edu>
1302
1303 Adjust to recent gnulib change for @GUARD_PREFIX@.
1304 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
1305 All uses of _GL_ for guard prefixes in lib/*.h replaced with
1306 _@GUARD_PREFIX@_.
1307
842b28a0
PE
13082011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1309
e61923c8 1310 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 1311
70716b1d
GM
13122011-05-24 Glenn Morris <rgm@gnu.org>
1313
a22d9d2c
GM
1314 * Makefile.in (check): Just give a message if no test/ directory.
1315
bdd556a2
GM
1316 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
1317
70716b1d
GM
1318 * configure.in (OPT_MAKEFILES_IN): Remove.
1319 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
1320 (SUBDIR_MAKEFILES_IN): New output variable.
1321 * Makefile.in (OPT_MAKEFILES_IN): Remove.
1322 (SUBDIR_MAKEFILES_IN): Let configure set it.
1323
13c3daa4
LL
13242011-05-24 Leo Liu <sdl.web@gmail.com>
1325
1326 * m4/sha1.m4:
1327 * m4/gl-comp.m4:
1328 * lib/sha1.h:
1329 * lib/sha1.c:
1330 * lib/makefile.w32-in (GNULIBOBJS):
1331 * lib/gnulib.mk:
1332 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
1333
e09e38a8
GM
13342011-05-24 Glenn Morris <rgm@gnu.org>
1335
4ba4c54a
GM
1336 * configure.in: Remove test for already configured source directory.
1337 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
1338
5a95c002
GM
1339 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
1340
fa5d79db
GM
13412011-05-24 Glenn Morris <rgm@gnu.org>
1342
6c7e099d
GM
1343 * make-dist: Don't distribute test/. (Bug#8107)
1344 * configure.in (OPT_MAKEFILES_IN): New output variable.
1345 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
1346 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
1347 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
1348 (check): Give an explicit error if test/ is not present.
1349
fa5d79db
GM
1350 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
1351 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
1352 (Makefile): Use $SUBDIR_MAKEFILES_IN.
1353
2df215b5
PE
13542011-05-23 Paul Eggert <eggert@cs.ucla.edu>
1355
1356 * lib/verify.h: Merge from gnulib.
1357
f518ae90
PE
13582011-05-22 Paul Eggert <eggert@cs.ucla.edu>
1359
1360 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
1361 Merge from gnulib.
1362
16b71f3a
AS
13632011-05-21 Andreas Schwab <schwab@linux-m68k.org>
1364
1365 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
1366
7285dc67
EZ
13672011-05-20 Eli Zaretskii <eliz@gnu.org>
1368
6a45b46f
EZ
1369 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
1370
7285dc67
EZ
1371 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
1372
b9704ad9
GM
13732011-05-20 Glenn Morris <rgm@gnu.org>
1374
1375 * configure.in (lisp_frag): New output file.
1376
4a720484
GM
13772011-05-19 Glenn Morris <rgm@gnu.org>
1378
1379 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
1380 (WINDOW_SUPPORT): Remove output variables that are no longer used.
1381
a3c92bc1
EZ
13822011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1383
8f906c40
EZ
1384 * lib/gnulib.mk:
1385 * lib/intprops.h:
1386 * lib/unistd.in.h:
1387 * m4/inttypes.m4:
1388 * m4/stdint.m4:
1389 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 1390
d681f183
GM
13912011-05-14 Glenn Morris <rgm@gnu.org>
1392
1393 * configure.in: Treat failure to find an X toolkit the same way we treat
1394 failure to find X and image support.
1395
4f8c52a9
GM
13962011-05-12 Glenn Morris <rgm@gnu.org>
1397
1398 * Makefile.in (src, install-arch-indep, bootstrap-clean)
1399 (check-declare): Shell portability fixes. (Bug#8642)
1400
5a7f0a30
TZ
14012011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1402
1403 * configure.in: Require GnuTLS 2.6.x or higher.
1404
b08a63cc 14052011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 1406
c378da0b
PE
1407 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
1408 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
1409 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
1410
19548d08
PE
1411 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
1412 This new gnulib-tool option saves 'configure' the trouble of
1413 checking for strtoull when strtoumax exists.
1414
d1a2ac5c
PE
1415 * configure.in (BITS_PER_LONG_LONG): New macro.
1416
773233f8
GM
14172011-05-05 Glenn Morris <rgm@gnu.org>
1418
1419 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
1420 (top_distclean): Delete config.log~.
1421
40697cd9
BK
14222011-04-27 Ben Key <bkey76@gmail.com>
1423
1424 * configure.in: Fixed a bug that caused configure with
1425 --enable-checking=stringoverrun to have no effect.
1426
671875da 14272011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
1428
1429 * configure.in: Suppress unnecessary checks for size_t.
1430 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
1431 (size_t): Do not check for this, and do not typedef. This code
1432 is never exercised now.
1433
a8a2bb29
PE
1434 * Makefile.in (GNULIB_MODULES): Add strtoumax.
1435 This is needed for the new integer-reading code in lread.c.
1436 It automatically pulls in the following gnulib files, which
1437 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
1438 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1439 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1440 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 1441 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 1442
33630d51
TZ
14432011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1444
1445 * configure.in: Check for GnuTLS certificate verify callbacks.
1446
bfab7d85
SM
14472011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1448
1449 * Makefile.in (config.status): Don't erase in case of error.
1450 In case it disappeared, rebuild it with `configure'.
1451
fe0e7ad7
KB
14522011-04-20 Ken Brown <kbrown@cornell.edu>
1453
1454 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1455
f5b06c35
GM
14562011-04-12 Glenn Morris <rgm@gnu.org>
1457
1458 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
1459
762f8d96 14602011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
1461
1462 * lib/allocator.c: New file, automatically generated by gnulib.
1463
5fac7083
GM
14642011-04-07 Glenn Morris <rgm@gnu.org>
1465
1466 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
1467
973f782d
EZ
14682011-04-06 Eli Zaretskii <eliz@gnu.org>
1469
1470 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
1471 Revert last change.
1472
f1f81baa
JB
14732011-04-06 Juanma Barranquero <lekktu@gmail.com>
1474
1475 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1476 ($(BLD)/careadlinkat.$(O)): New target.
1477 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1478 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1479 Update dependencies.
1480
b70d23ff 14812011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 1482
41cf7d1a
PE
1483 Fix more problems found by GCC 4.6.0's static checks.
1484
aa181334
PE
1485 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1486
1f7196bf 1487 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
1488 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1489 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1490 * m4/ssize_t.m4: New files, automatically generated from gnulib.
1491
c0274801
GM
14922011-04-06 Glenn Morris <rgm@gnu.org>
1493
1494 * autogen/update_autogen: Handle loaddefs-like files as well.
1495 (usage): Add -l, -C.
1496 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1497 With -l, check status of lisp/ as well.
1498 With -C, clean before building.
1499 (autoreconf): Only pass -f in the `clean' case.
1500 (commit): New function.
1501
42e85a8f
GM
15022011-03-28 Glenn Morris <rgm@gnu.org>
1503
39f31873
GM
1504 * autogen/update_autogen: Pass -f to autoreconf.
1505
42e85a8f
GM
1506 * autogen.sh (get_version): Discard "not found" lines.
1507 (check_version): Respect $AUTOCONF etc environment variables.
1508
9af30bdf
GM
15092011-03-27 Glenn Morris <rgm@gnu.org>
1510
1511 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1512 (AH_BOTTOM): Do not define SIGTYPE.
1513
181855e6
GM
15142011-03-26 Glenn Morris <rgm@gnu.org>
1515
1516 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1517 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1518
9ee0d174
AS
15192011-03-25 Andreas Schwab <schwab@linux-m68k.org>
1520
1521 * autogen/update_autogen: Remove useless function keyword.
1522
07da4b3c
EZ
15232011-03-25 Eli Zaretskii <eliz@gnu.org>
1524
1525 * config.bat: Generate src/config.h and lib/Makefile from
1526 autogen/config.in and autogen/Makefile.in.
1527
f6ca84c0
GM
15282011-03-25 Glenn Morris <rgm@gnu.org>
1529
1530 * compile, config.guess, config.sub, depcomp, install-sh, missing:
1531 Remove; autoreconf can supply them.
1532 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1533 config.guess, install-sh. Pass -i to autoreconf.
1534 * autogen/update_autogen (genfiles): Add compile, config.guess,
1535 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
1536 Discard non-error output from autoreconf in -q case.
1537 * autogen/compile, autogen/config.guess, autogen/config.sub:
1538 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1539 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1540 install-sh, missing.
1541
8cc1d519
GM
15422011-03-23 Glenn Morris <rgm@gnu.org>
1543
9bb73912 1544 * autogen/update_autogen: Fix typo.
904a432c 1545 (msg): Remove function; use `exec' instead.
9bb73912 1546
8cc1d519
GM
1547 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1548 (sync-from-gnulib): Don't sync mkinstalldirs.
1549 * make-dist: Don't distribute mkinstalldirs.
1550
c9c49752 15512011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 1552
c9c49752 1553 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
1554 * Makefile.in (GNULIB_MODULES): Add socklen.
1555 * configure.in: Do not check for sys/socket.h, since socklen does that.
1556 * m4/socklen.m4: New automatically-generated file, from gnulib.
1557
d5cad867
PE
1558 fakemail: Remove dependency on ignore-value.
1559 * Makefile.in (GNULIB_MODULES): Add stdio.
1560 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
1561 imported from gnulib.
cbd350f1 1562 * .bzrignore: Add lib/stdio.h.
c9c49752 1563
34cb1cc6
GM
15642011-03-22 Glenn Morris <rgm@gnu.org>
1565
1566 * autogen/copy_autogen: Work from ./ or ../.
1567 Fix time-stamps.
1568 * autogen.sh: Doc fix.
1569
66b87493
GM
15702011-03-20 Glenn Morris <rgm@gnu.org>
1571
1572 * autogen/: New directory, to be excluded from releases.
1573 * autogen/copy_autogen, autogen/update_autogen: New scripts.
1574 * autogen/README: New file.
1575 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1576 * autogen/Makefile.in: Add auto-updated generated files.
1577 * autogen.sh: No longer a no-op, now it tests for autotools
1578 and runs them as necessary.
cd1181db 1579 * configure.in: Default maintainer-mode to on.
66b87493
GM
1580 * aclocal.m4, configure, lib/Makefile.in: Remove files.
1581
1ef6de05
PE
15822011-03-13 Paul Eggert <eggert@cs.ucla.edu>
1583
1584 Update for gnulib.
1585 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1586 includes <intprops.h> directly.
1587 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1588 when building Emacs on Solaris 9 and running it on Solaris 10.
1589
0afb4571
J
15902011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1591
1592 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
1593
33383987
JB
15942011-03-07 Chong Yidong <cyd@stupidchicken.com>
1595
1596 * Version 23.3 released.
1597
870d9cf6
GM
15982011-03-06 Glenn Morris <rgm@gnu.org>
1599
1600 * configure.in (FREETYPE_LIBS): Actually set it to something.
1601
6c0dea8a
PE
16022011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1603
1604 Work around some portability problems with symlinks.
1605
1606 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1607 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1608 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1609 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1610 * m4/symlink.m4:
1611 New files, automatically generated from gnulib.
1612 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1613 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1614
945d8b44
EZ
16152011-02-26 Eli Zaretskii <eliz@gnu.org>
1616
03382788
EZ
1617 * .bzrignore: Ignore new lib/*.in-h files.
1618
945d8b44
EZ
1619 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
1620 depfiles.bat even if lib/deps already exist.
1621
9411886d
PE
16222011-02-25 Paul Eggert <eggert@cs.ucla.edu>
1623
1624 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
1625 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
1626 recent changes to configure.in and to gnulib.
9411886d 1627
1e8dbdc6
GM
16282011-02-24 Glenn Morris <rgm@gnu.org>
1629
1630 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
1631 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
1632
f68c809d
PE
16332011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1634
1635 Assume S_ISLNK etc. work, since gnulib supports this.
1636 * Makefile.in (GNULIB_MODULES): Add sys_stat.
1637 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
1638 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
1639 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
1640
ba01e9d7
PE
16412011-02-21 Paul Eggert <eggert@cs.ucla.edu>
1642
1643 * lib/min-max.h: New file, for "min" and "max".
1644
9f8370e6
CS
16452011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1646
0a19a6f8 1647 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
9f8370e6
CS
1648 $(EMACS_ROOT)/nt/inc/stdint.h.
1649
25c51af3
EZ
16502011-02-21 Eli Zaretskii <eliz@gnu.org>
1651
1652 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
1653 src/makefile.w32-in and adapt. Depend on stamp_BLD.
1654 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
1655
5fa4ac76
PE
16562011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1657
1658 Import filemode module from gnulib.
1659 * .bzrignore: Add lib/sys/.
1660 * Makefile.in (GNULIB_MODULES): Add filemode.
1661 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
1662 * lib/filemode.c: Renamed from src/filemode.c and regenerated
1663 from gnulib. This adds support for some more file types, e.g.,
1664 Cray DMF migrated files.
1665 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
1666 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
1667 * m4/sys_stat_h.m4: New files, generated from gnulib.
1668 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1669 Regenerate.
1670
e1e6b4fb
EZ
16712011-02-20 Eli Zaretskii <eliz@gnu.org>
1672
1673 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
1674 $(EMACS_ROOT)/nt/inc/sys/stat.h.
1675
6cac9cb1
PE
16762011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1677
1678 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
1679 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
1680 is no longer needed, due to the recent SSDATA and related changes.
1681 Perhaps -Wno-pointer-sign should also be removed from
1682 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
1683 way to test this so I left it alone.
1684 * configure: Regenerate.
1685
0a19a6f8 16862011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
1687
1688 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
1689 src/makefile.w32-in.
1690
61353ac8 16912011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 1692
61353ac8 1693 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 1694 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
1695 Regenerate.
1696 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
1697 Import the new versions from gnulib; they assume a C99-style
1698 <stdint.h>, supplied by the stdint module.
1699 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
1700 imported from gnulib.
942f733f
PE
1701 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
1702 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
1703 special cases.
61353ac8 1704
9d9d12cd
EZ
17052011-02-19 Eli Zaretskii <eliz@gnu.org>
1706
152be435 1707 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 1708 Add lib/deps/.
152be435 1709
9d9d12cd 1710 * config.bat: Configure in `lib'.
219463da 1711 Generate *.Po files in lib/deps.
9d9d12cd 1712
7d315eb6
PE
17132011-02-18 Paul Eggert <eggert@cs.ucla.edu>
1714
1715 Import IRIX 6.5 getloadavg fixes from gnulib.
1716 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
1717
1f5d53eb
PE
17182011-02-16 Paul Eggert <eggert@cs.ucla.edu>
1719
1720 Import getloadavg module from gnulib.
1721 * .bzrignore: Add lib/stdlib.h.
1722 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1723 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1724 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1725 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1726 Remove; gnulib does this now.
1727 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1728 from gnulib. This adds support for several other systems, such
1729 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
1730 buffer overrun on Linux hosts under very high load, and on hosts
1731 that maintain a channel to the load average file it makes sure
1732 the file descriptor is close-on-exec (on hosts that support this)
1733 and is not stdin, stdout, or stderr.
1734 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1735 from gnulib.
1736 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1737 * src/config.in: Regenerate.
1738
bb55f713
PE
17392011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1740
1741 Merge from gnulib.
1742
7127b760
PE
1743 * install-sh: Update to scriptversion 2011-01-19.21.
1744
bb55f713
PE
1745 2011-02-13 Bruno Haible <bruno@clisp.org>
1746
1747 Consistent macro naming for macros that use GCC __attribute__.
1748 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1749 ATTRIBUTE_DEPRECATED.
1750
1751 2011-02-12 Bruno Haible <bruno@clisp.org>
1752
1753 setlocale: Prefer gnulib's override over libintl's override.
1754 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1755 GNULIB_defined_setlocale is set.
1756
57e96f8e
GM
17572011-02-13 Glenn Morris <rgm@gnu.org>
1758
1759 * make-dist: Exclude generated file src/globals.h.
1760
988c07df
PE
17612011-02-10 Paul Eggert <eggert@cs.ucla.edu>
1762
1763 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1764 Sync from gnulib, which has been patched to fix the problem
1765 with the license notices. Problem reported by Glenn Morris in
1766 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1767
ccded26c
SM
17682011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1769
1770 * .bzrignore: Ignore globals.h and related stamp.
1771
6ffb2c0c
PE
17722011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1773
1774 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1775 This merges the following fix from gnulib:
1776
1777 2011-02-08 Bruno Haible <bruno@clisp.org>
1778
1779 Split large sed scripts, for HP-UX sed.
1780
00b3c7ac
TT
17812011-02-08 Tom Tromey <tromey@redhat.com>
1782
1783 * configure: Rebuild.
1784 * configure.in (NS_OBJC_OBJ): New subst.
1785
91ccade4
PE
17862011-02-06 Paul Eggert <eggert@cs.ucla.edu>
1787
6ffb2c0c
PE
1788 gnulib: allow multiple gnulib generated replacements to coexist
1789 This defines a few preprocessor symbols that should not affect Emacs.
1790 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
1791 via "make sync-from-gnulib".
1792
e765a388
PE
1793 gnulib: undo previous change
1794 The upstream _HEADERS change was backed out of gnulib (see the
1795 same thread). Stay in sync with gnulib.
1796
91ccade4 1797 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
1798 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
1799 New empty macros, to accommodate recent changes to gnulib. See
1800 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
1801 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
1802 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
1803 * lib/time.in.h, lib/unistd.in.h:
1804 Regenerate.
91ccade4 1805
d67985d3
PE
18062011-02-05 Paul Eggert <eggert@cs.ucla.edu>
1807
1808 sync from gnulib to remove HAVE_STDBOOL_H
1809 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
1810 AC_HEADER_STDBOOL. All uses changed. Do not define
1811 HAVE_STDBOOL_H, as gnulib does not need this. This change is
1812 imported from the latest Autoconf git. It was motivated by Emacs,
1813 which uses gnulib but does not need HAVE_STDBOOL_H.
1814 * configure, src/config.in: Regenerate.
1815 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
1816
67342916
PE
18172011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1818
1819 allow C code to suppress warnings about ignored return values
1820 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
1821 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1822 * lib/ignore-value.h: New file.
67342916 1823
14beddf4 18242011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
1825
1826 * configure.in: Test existence of xaw3d library, not just the
1827 header (Bug#7642).
1828
6ffb2c0c
PE
18292011-01-31 Eli Zaretskii <eliz@gnu.org>
1830
1831 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
1832 $(BLD)/time_r.$(O).
1833 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
1834 $(EMACS_ROOT)/src/m/intel386.h.
1835 ($(BLD)/strftime.$(O)):
1836 ($(BLD)/time_r.$(O)): Define prerequisites.
1837
16fab143
PE
18382011-01-31 Paul Eggert <eggert@cs.ucla.edu>
1839
1840 src/emacs.c now gets version number from configure.in
1841 * configure.in (version): Set this from $PACKAGE_VERSION,
1842 which is set from AC_INIT, rather than scouting through src/emacs.c.
1843 * configure: Regenerate.
1844 * make-dist (version): Get it from configure.in, not src/emacs.c.
1845
16c3e636
PE
18462011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1847
1848 strftime: import from gnulib
1849 * Makefile.in (GNULIB_MODULES): Add strftime.
1850 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
1851 needed.
6ffb2c0c 1852 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 1853 Regenerate.
6ffb2c0c
PE
1854 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
1855 imported from gnulib.
16c3e636
PE
1856 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
1857 This incorporates many changes from gnulib, including simpler
1858 handling of multibyte formats, porting to mingw32 and other
1859 platforms, and support for higher-resolution time stamps.
1860 Emacs does not yet use the higher-resolution interface.
1861
3de84ad9
PE
18622011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1863
1864 gnulib: import mktime and move-if-change fixes from gnulib
1865
1866 * configure: Regenerate from the following.
1867
6ffb2c0c
PE
1868 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1869
1870 mktime: clarify long_int width checking
1871 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
1872 the top level, to make it clearer that the assumption about
1873 long_int width is being checked. See
1874 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
1875
3de84ad9
PE
1876 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
1877
1878 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 1879 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
1880 negative number, which the C Standard says has undefined behavior.
1881 In practice this is not a problem, but might as well do it by the book.
1882 Reported by Rich Felker and Eric Blake; see
1883 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
1884 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1885 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
1886
1887 mktime: #undef mktime before #defining it
1888 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
1889
1890 mktime: systematically normalize tm_isdst comparisons
1891 * lib/mktime.c (isdst_differ): New function.
1892 (__mktime_internal): Use it systematically for all isdst comparisons.
1893 This completes the fix for libc BZ #6723, and removes the need for
1894 normalizing tm_isdst. See
1895 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
1896 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
1897
1898 mktime: fix some integer overflow issues and sidestep the rest
1899
1900 This was prompted by a bug report by Benjamin Lindner for MinGW
1901 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
1902 His bug is due to signed integer overflow (0 - INT_MIN), and I
1903 I scanned through mktime.c looking for other integer overflow
1904 problems, fixing all the bugs I found.
1905
1906 Although the C Standard says the resulting code is still not safe
1907 in the presence of integer overflow, in practice it should be good
1908 enough for all real-world two's-complement implementations, except
1909 for debugging environments that deliberately trap on integer
1910 overflow (e.g., gcc -ftrapv).
1911
1912 * lib/mktime.c (WRAPV): New macro.
1913 (SHR): Also check that long_int and time_t shift right in the
1914 usual way, before using the fast-but-unportable method.
1915 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
1916 used. The code already assumed two's complement, so there's
1917 no need to test for alternatives. All uses removed.
1918 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
1919 the C standard. Problem reported by Rich Felker in
1920 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
1921 (twos_complement_arithmetic): Also check long_int and time_t.
1922 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
1923 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
1924 (__mktime_internal): Avoid integer overflow with unary subtraction
1925 in two instances where -1 - X is an adequate replacement for -X,
1926 since the calculations are approximate.
3de84ad9
PE
1927
1928 2011-01-29 Eric Blake <eblake@redhat.com>
1929
1930 mktime: avoid infinite loop
1931 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
1932 type; behavior is still undefined but portable to all known targets.
1933 Reported by Rich Felker.
1934
6ffb2c0c
PE
1935 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1936
1937 mktime: avoid problems on NetBSD 5 / i386
1938 * lib/mktime.c (long_int): New type. This works around a problem
1939 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
1940 but time_t is 64 bits, and where I expect the existing code is
1941 wrong in some cases.
1942 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
1943 (ydhms_diff): Bring back the compile-time check for wide-enough
1944 year and yday.
1945
1946 mktime: fix misspelling in comment
1947 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
1948 This merges all recent glibc changes of importance.
1949
3de84ad9
PE
1950 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1951
1952 move-if-change: cope with concurrent mv of identical file.
1953 * move-if-change (CMPPROG): Accept environment
1954 variable as an override for `cmp'.
1955 (usage): Document CMPPROG.
1956 Adjust comparison to drop stdout. Cope with failure of mv if
1957 the target file exists and is identical to the source, for
1958 parallel builds.
1959 Report from H.J. Lu against binutils in PR binutils/12283.
1960
6ffb2c0c
PE
19612011-01-29 Eli Zaretskii <eliz@gnu.org>
1962
1963 * lib/makefile.w32-in:
1964 * lib/getopt_.h: New files.
1965
c7e95b91
PE
19662011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1967
1968 improve fix for MS-DOS file name clash
1969 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
1970 for portability to POSIX make. Reported by Bruno Haible.
1971 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
1972 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
1973 files from accumulating as garbage. Also reported by Bruno Haible.
1974
125c3718
PE
19752011-01-27 Paul Eggert <eggert@cs.ucla.edu>
1976
1977 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
1978 * Makefile.in (DOS-gnulib-comp.m4): New macro.
1979 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
1980 problems with MS-DOS 8+3 file name restrictions.
1981 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
1982 it, it would also cause problems when extracting Emacs distribution
1983 tarballs on MS-DOS hosts.
1984 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 1985 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
1986 * config.guess, config.sub: Sync from gnulib.
1987 * m4/gnulib-cache.m4: Remove from repository.
1988 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
1989
4004ef46
GM
19902011-01-25 Glenn Morris <rgm@gnu.org>
1991
0b5c5d82
GM
1992 * README: Add a note about ranges in copyright years.
1993
4004ef46
GM
1994 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
1995
06d8ace5 19962011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
1997
1998 * configure.in: Add HP-UX on IA64 (Bug#6811).
1999
d6974efa
PE
20002011-01-24 Paul Eggert <eggert@cs.ucla.edu>
2001
2002 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
2003 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
2004 as it is no longer needed.
6ffb2c0c 2005 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
2006 * configure.in: Invoke the new gnulib macro
2007 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
2008 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
2009 * m4/getopt.m4: Sync from gnulib; this removes the need for
2010 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
2011 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
2012 New macro, synced from gnulib.
2013 * m4/warn-on-use.m4: Remove.
2014
e02ea74b
PE
20152011-01-22 Paul Eggert <eggert@cs.ucla.edu>
2016
2017 aclocal.m4: put this file back into repository
2018 This way, we don't have to assume that the maintainer has
2019 the automake package installed. See
2020 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
2021 * .bzrignore: Remove aclocal.m4, undoing the previous change.
2022 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
2023 undoing the previous change.
2024 * aclocal.m4: New file (actually, resurrected).
2025
48dcd482
MB
20262011-01-22 Miles Bader <miles@gnu.org>
2027
2028 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
2029 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
2030 Emacs directly uses fontconfig, and breaks building when using a
2031 strict linker).
2032
925e561d
PE
20332011-01-21 Paul Eggert <eggert@cs.ucla.edu>
2034
b06b1098
PE
2035 src/config.in: shrink slightly
2036 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
2037 This makes src/config.in a bit smaller, by removing identifiers
2038 like GNULIB_TEST_MKTIME that Emacs does not need.
2039 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
2040 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2041 Sync from gnulib. This removes a few more unnecessary symbols from
2042 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
2043 * configure, src/config.in: Regenerate.
2044
925e561d
PE
2045 aclocal.m4: tweaks to regenerate more conveniently
2046 This attempts to act better when the source is in a weird state. See
2047 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
2048 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
2049 * .bzrignore: Add aclocal.m4.
2050
942be821
PE
20512011-01-20 Paul Eggert <eggert@cs.ucla.edu>
2052
2053 aclocal.m4: omit auto-generated file from repository
2054 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
2055 the most recent change here.
2056 * aclocal.m4: Remove from bzr repository. This file is
2057 auto-generated and isn't needed to run 'configure'. See
2058 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
2059
0813c96e
PE
20602011-01-19 Paul Eggert <eggert@cs.ucla.edu>
2061
2062 Minor Makefile.in tweaks to build from gnulib better.
2063 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
2064 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
2065 (top_maintainer_clean): Don't remove aclocal.m4.
2066
7cae64b4
PE
20672011-01-18 Paul Eggert <eggert@cs.ucla.edu>
2068
53911e8f
PE
2069 Minor cleanups for 'bzr status'
2070 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
2071 the output of config.guess.
2072 * Makefile.in (top_distclean): Remove stamp-h1 too.
2073
7cae64b4
PE
2074 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
2075 defined if the compiler supports GCC-style __attribute__
2076 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
2077 this syntax.
2078
a3e44e79 20792011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 2080
3cbecb8f
PE
2081 Makefile.in: tidy up the building of lib
2082 * Makefile.in (am--refresh): Mark as .PHONY.
2083 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
2084 as they're not rebuilt unless you do a "make sync-from-gnulib"
2085 and the former is needed for "configure".
2086 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
2087 has already removed lib/Makefile.
2088
ecbfcc83
PE
2089 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
2090 This avoids building ftoastr and ldtoastr, which aren't needed. See
2091 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 2092
803059b9
PE
2093 * .bzrignore: Add .h files that are host-dependent.
2094 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
2095 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
2096 host-dependent and are built as part of an ordinary 'make', and
2097 should not be checked in.
2098
6ffb2c0c
PE
2099 * lib/Makefile.in: Regenerate.
2100 * lib/COPYING: New file, a copy of COPYING.
2101
2a78afcc 2102 * configure: Regenerate.
37564543
PE
2103 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
2104
e275c824 2105 Regenerate.
6ffb2c0c
PE
2106 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2107 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
2108 New files, copied from gnulib by gnulib-tool.
2109 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
2110 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2111 Regenerate.
ecbfcc83 2112
84bbb1ad
PE
2113 Use gnulib's getopt-gnu module.
2114 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
2115 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
2116 representative of the dependencies.
2117 * configure.in: Do not configure getopt, as gnulib does that now.
2118 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
2119 getopt now, in lib.
ecbfcc83 2120
1fd182f0 2121 Regenerate.
6ffb2c0c
PE
2122 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
2123 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
2124 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
2125 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
2126 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
2127 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
2128 * m4/wchar_t.m4, warn-on-use.h:
2129 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 2130 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
2131 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2132 Regenerate.
2133
1e11dbe3
PE
2134 Use gnulib's mktime module.
2135 * Makefile.in (GNULIB_MODULES): Add mktime.
2136 * configure.in: Remove code no longer needed, as gnulib now does it.
2137 (AC_CHECK_FUNCS): Remove mktime.
2138 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
2139 (__restrict): Remove, as this now gets in the way of the C99
2140 support for 'restrict' pulled in by the gnulib mktime module.
2141 Code should now use 'restrict' and not '__restrict".
2142 (mktime): Remove.
2143 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
2144 and warn-on-use.h into the distribution.
1fd182f0
PE
2145
2146 Regenerate.
6ffb2c0c
PE
2147 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
2148 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 2149 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
2150 * lib/dummy.c: Remove.
2151 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
2152 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2153 Regenerate.
ecbfcc83 2154
1e11dbe3 2155 Use gnulib's ftoastr module.
fa2c4f56
PE
2156 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
2157
743c80a7 2158 Regenerate.
6ffb2c0c
PE
2159 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
2160 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
2161 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
2162 New files, generated automatically, with 'make sync-from-gnulib'
2163 followed by 'make'.
2164 * configure, lisp/dired.el, src/config.in: Regenerate.
2165
9a514d4a
PE
2166 Automate syncing from gnulib.
2167 * INSTALL, README: Document new subdirectory 'lib'.
2168 * Makefile.in (SUBDIR): Add lib.
2169 (SUBDIR_MAKEFILES): Add lib/Makefile.
2170 (lib-src, src, TAGS, tags): Depend on lib.
2171 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
2172 ($(gnulib_srcdir)): New rule.
2173 (sync-from-gnulib): New rule, which is .PHONY.
2174 (lib): New rule, which is like lib-src.
2175 (Makefile): Depend on lib/Makefile.in.
2176 (AUTOCONF_INPUTS): Depend on aclocal.m4.
2177 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
2178 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
2179 (am--refresh): New rule, to pacify Automake.
2180 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
2181 Clean lib, too.
2182 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
2183 droppings.
2184 (maintainer-clean, extraclean): Use it.
2185 * configure.in: Initialize for automake and gnulib, by invoking
2186 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
2187 lib/Makefile, too. Use automake to build gnulib, as gnulib works
2188 more conveniently with automake.
6ffb2c0c 2189 * lib/Makefile.am: New file.
9a514d4a
PE
2190 * make-dist: Also put into the distribution aclocal.m4,
2191 compile, depcomp, missing, and the files under lib/.
2192
dc3e3e7b
GM
21932011-01-15 Glenn Morris <rgm@gnu.org>
2194
2195 * Makefile.in (epaths-force): No more arch-tag to edit.
2196
dab73760
CY
21972011-01-15 Chong Yidong <cyd@stupidchicken.com>
2198
2199 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
2200
9f4b8b47
PE
22012011-01-14 Paul Eggert <eggert@cs.ucla.edu>
2202
2203 * make-dist: Distribute test/ files too.
2204 Distribute every file under test/ that is under version control,
2205 using patterns like *.el to capture files that are added later.
2206 Without this change, "configure" would fail, because it would
2207 attempt to build from a Makefile.in that was not distributed.
2208
d221e780
CO
22092011-01-13 Christian Ohler <ohler@gnu.org>
2210
2211 * Makefile.in (INFO_FILES): Add ERT.
2212
2213 * Makefile.in (check): Run tests in test/automated.
2214
2215 * Makefile.in:
2216 * configure.in: Add test/automated/Makefile.
2217
bc5585d1
PE
22182011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2219
2b3f5bc8
PE
2220 * install-sh, mkinstalldirs, move-if-change: Update from master
2221 source in gnulib.
2222
bc5585d1
PE
2223 * config.guess, config.sub: Updated from master source.
2224
2018939f
AS
22252011-01-05 Andreas Schwab <schwab@linux-m68k.org>
2226
2227 * configure.in: Check for __builtin_unwind_init.
2228
e5365138
GM
22292011-01-05 Glenn Morris <rgm@gnu.org>
2230
2231 * configure.in (HAVE_MAKEINFO): New output variable.
2232 (MAKEINFO): Reset to "makeinfo" if not found.
2233 * Makefile.in (install-arch-indep, info):
2234 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
2235
4fc5868a
UM
22362010-12-29 Ulrich Mueller <ulm@gentoo.org>
2237
2238 * configure.in: Make gameuser configurable (Bug#7717).
2239
68251e16
GM
22402010-12-15 Glenn Morris <rgm@gnu.org>
2241
2242 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
2243 long absent lib-src/fns-*.el.
2244
838db889
GM
22452010-12-11 Glenn Morris <rgm@gnu.org>
2246
2247 * make-dist: Exclude etc/*.pyc.
2248
fe646d2c
AS
22492010-12-10 Andreas Schwab <schwab@linux-m68k.org>
2250
2251 * configure.in: Don't double machfile in final message.
2252
d96c83fa
CY
22532010-12-04 Chong Yidong <cyd@stupidchicken.com>
2254
2255 * configure.in: Fix last change.
2256
d6a003a8
AS
22572010-12-04 Andreas Schwab <schwab@linux-m68k.org>
2258
2259 * configure.in: Remove reference to removed machine description
2260 files and allow $machine and $machfile to be empty. Substitute
2261 M_FILE/S_FILE instead of machfile/opsysfile.
2262
067d23c9
KY
22632010-12-03 Glenn Morris <rgm@gnu.org>
2264
2265 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
2266
22672010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2268
2269 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
2270 (EXTERNALLY_VISIBLE): New definition.
2271
22722010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2273
2274 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
2275
22762010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2277
2278 * configure.in: Do not check for unconditionally included headers.
2279
22802010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2283
22842010-11-09 Michael Albinus <michael.albinus@gmx.de>
2285
2286 * configure.in: Don't write a warning for D-Bus anymore.
2287
22882010-11-06 Andreas Schwab <schwab@linux-m68k.org>
2289
2290 * configure.in: Fix indentation.
2291
22922010-10-31 Ken Brown <kbrown@cornell.edu>
2293
2294 * configure.in (checking whether localtime caches TZ): Use
2295 unsetenv instead of modifying environment directly.
2296
22972010-10-25 Andreas Schwab <schwab@linux-m68k.org>
2298
2299 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2300 to avoid warning.
2301
23022010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2303
e9fce1ac 2304 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
2305
23062010-10-22 Glenn Morris <rgm@gnu.org>
2307
2308 * make-dist: Avoid listing .el files twice. Don't try to run
2309 autoconf if --no-update.
2310
23112010-10-20 Glenn Morris <rgm@gnu.org>
2312
2313 * make-dist: No longer create lisp/MANIFEST.
2314
23152010-10-14 Glenn Morris <rgm@gnu.org>
2316
2317 * BUGS, INSTALL.BZR, README: Updates.
2318
23192010-10-13 Glenn Morris <rgm@gnu.org>
2320
2321 * make-dist: Remove --compress. Check for the appropriate
2322 gzip-like executable, and if not found, don't compress.
2323 Check version number in README, don't change it.
2324 Use find for nt/inc/*.h.
2325
23262010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2327
2328 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
2329 trailing / from directory names.
2330
23312010-10-12 Glenn Morris <rgm@gnu.org>
2332
2333 * make-dist: Update and simplify.
2334
23352010-10-12 Eli Zaretskii <eliz@gnu.org>
2336
2337 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
2338
23392010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2340
2341 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
2342
23432010-10-09 Glenn Morris <rgm@gnu.org>
2344
2345 * make-dist: No more doc/emacs/*.texi.in.
2346
2347 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2348
23492010-10-09 Glenn Morris <rgm@gnu.org>
2350
2351 * configure.in: Combine some conditionals.
2352
2353 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
2354 * make-dist: Include doc/emacs/*.texi.in.
2355
2356 * INSTALL, make-dist: Remove references to b2m.
2357 * Makefile.in (MAN_PAGES): Remove b2m.1.
2358
23592010-10-05 Glenn Morris <rgm@gnu.org>
2360
2361 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2362
23632010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2364
2365 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2366
23672010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2368
2369 * configure.in: Include stdlib.h and string.h unconditionally.
2370
23712010-09-29 Romain Francoise <romain@orebokech.com>
2372
2373 * configure.in: Don't enable ImageMagick unless HAVE_X11.
2374
23752010-09-28 Glenn Morris <rgm@gnu.org>
2376
2377 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
2378 happy.
2379
23802010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2381
2382 * configure.in: Enable imagemagick by default.
2383
23842010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2385
2386 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 2387 GnuTLS libraries.
067d23c9
KY
2388
23892010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2390
2391 * configure.in: Set up GnuTLS.
2392
23932010-09-22 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * configure.in: Announce whether libxml2 is linked to.
2396
23972010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2398
2399 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
2400
24012010-09-18 Eli Zaretskii <eliz@gnu.org>
2402
2403 * config.bat: Detect that libxml2 is installed and if so, build
2404 with it.
2405
24062010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2407
2408 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2409 be used. This fixes a conf problem on Mac OS X.
2410
24112010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2412
2413 * configure.in: Check for libxml2.
2414
24152010-09-09 Glenn Morris <rgm@gnu.org>
2416
2417 * make-dist: No more TODO files under lisp/.
2418
24192010-09-04 Eli Zaretskii <eliz@gnu.org>
2420
2421 * config.bat: Produce lisp/gnus/_dir-locals.el from
2422 lisp/gnus/.dir-locals.el.
2423
24242010-08-23 Andreas Schwab <schwab@linux-m68k.org>
2425
2426 * configure.in: Fix check for librsvg, imagemagick and
2427 MagickExportImagePixels.
2428
24292010-08-18 Joakim Verona <joakim@verona.se>
2430
2431 * Makefile.in, configure.in: Checks for ImageMagick.
2432
24332010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
2434
2435 * configure.in (AC_PREREQ): Require autoconf 2.65.
2436
24372010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2438
2439 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2440
24412010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2442
2443 * configure.in: Add AC_C_BIGENDIAN.
2444
24452010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2446
2447 * configure.in (ORDINARY_LINK): Use on hpux* too.
2448
24492010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2450
2451 * configure.in: Check for util.h.
2452 Use -Wimplicit-function-declaration if compiler supports it.
2453
24542010-08-05 Eli Zaretskii <eliz@gnu.org>
2455
2456 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2457
24582010-08-04 Andreas Schwab <schwab@linux-m68k.org>
2459
2460 * configure.in: Restore accidentally removed use of
2461 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2462
24632010-07-29 Chad Brown <yandros@mit.edu>
2464
2465 * configure.in: Check for dirent.h.
2466
24672010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2468
2469 * configure.in: Remove reference to usg5-4, unused.
2470
24712010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2472
2473 * configure.in: Check for __executable_start.
2474
24752010-07-24 Ken Brown <kbrown@cornell.edu>
2476
2477 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2478
24792010-07-24 Juanma Barranquero <lekktu@gmail.com>
2480
2481 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2482
24832010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
2484
2485 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2486
24872010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2488
2489 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2490 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2491 (C_OPTIMIZE_SWITCH): Remove.
2492 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2493
24942010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2495
2496 * configure.in: Don't check for index and rindex, check for strchr
2497 and strrchr. Define strchr and strrchr as index and rindex,
2498 resp., in src/config.h if not available.
2499
25002010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2501
2502 * configure.in: Use -Wold-style-definition if available.
2503 This helps with the transition to standard C code, it can be
2504 removed when done.
2505
2506 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2507
2508 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2509 and MSWindows.
2510
25112010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2512
2513 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
2514 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2515
25162010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2517
2518 * configure.in (getenv): Remove K&R declaration.
2519
25202010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2521
2522 * configure.in: Remove define __P.
2523
25242010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2525
2526 * configure.in (--enable-use-lisp-union-type): New flag.
2527
25282010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2529
2530 Fix CFLAGS for non-GCC compilers.
2531 * configure.in (CFLAGS): Always use -g like it was done before the
2532 2010-03-30 change.
2533 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2534 (Bug#6538)
2535
25362010-06-30 Glenn Morris <rgm@gnu.org>
2537
2538 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2539 Set with AC_DEFINE rather than AH_BOTTOM.
2540
2541 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2542 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2543 Set with shell, not cpp.
2544 (LIBX): Remove, just use -lX11 in the one place this was used.
2545 (cannot_dump): Replace with CANNOT_DUMP.
2546
25472010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2548
0a19a6f8 2549 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
2550 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2551 by minimum required Gtk+ 2.6). Add checks for functions introduced
2552 in Gtk+ 2.14 or newer (bug#6505).
2553
25542010-06-26 Eli Zaretskii <eliz@gnu.org>
2555
2556 * config.bat: Remove white space around "+" in COPY commands.
2557
25582010-06-23 Glenn Morris <rgm@gnu.org>
2559
2560 * info/dir: Start descriptions in column 32, per Texinfo convention.
2561
25622010-06-16 Chong Yidong <cyd@stupidchicken.com>
2563
2564 * INSTALL: Update font information (Bug#6389).
2565
25662010-06-16 Glenn Morris <rgm@gnu.org>
2567
2568 * INSTALL: General update.
2569
25702010-06-12 Glenn Morris <rgm@gnu.org>
2571
2572 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2573
25742010-06-11 Glenn Morris <rgm@gnu.org>
2575
2576 * configure.in (--without-compress-info): New option.
2577 (GZIP_INFO): New output variable.
2578
2579 * Makefile.in (GZIP_INFO): New, set by configure.
2580 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2581 Handle man pages in the same way.
2582
25832010-06-10 Glenn Morris <rgm@gnu.org>
2584
2585 * Makefile.in (install-arch-indep): Gzip the info files too.
2586
2587 * make-dist: Remove references to non-existent directories and files.
2588
25892010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2590
2591 * configure.in: Include <strings.h> and <string.h> instead of
2592 "strings.h" and "string.h".
2593
25942010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2595
2596 * configure.in: Remove code dealing with BSTRING.
2597
25982010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2599
2600 * configure.in (AC_PREREQ): Require autoconf 2.65.
2601
2602 * configure.in (unxec): Do not define and substitute.
2603 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2604
26052010-06-03 Glenn Morris <rgm@gnu.org>
2606
2607 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2608
26092010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2610
2611 Fix alloca definition when using gcc on non-gnu systems.
2612 * configure.in: Use the code sequence indicated by "info autoconf"
2613 for alloca (bug#6170).
2614
26152010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * .bzrignore: Ignore new files from trunk, which appear if you use
2618 colocated branches (i.e. "bzr switch").
2619
26202010-05-28 Glenn Morris <rgm@gnu.org>
2621
2622 * configure.in: Simplify some of the $canonical tests.
2623
26242010-05-27 Glenn Morris <rgm@gnu.org>
2625
2626 * config.bat: Do not preprocess src/Makefile.in.
2627
2628 * configure.in: Do not preprocess src/Makefile.in.
2629 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
2630 (AC_EGREP_CPP): Test no longer needed.
2631
2632 * make-dist: No more Makefile.c files.
2633
26342010-05-26 Glenn Morris <rgm@gnu.org>
2635
2636 * configure.in (YMF_PASS_LDFLAGS): Remove.
2637 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
2638
2639 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
2640 Add $GNUSTEP_LOCAL_HEADERS.
2641 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
2642
2643 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
2644 (GNUSTEP_MAKEFILES): Remove.
2645 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
2646 stuff to here.
2647
26482010-05-25 Glenn Morris <rgm@gnu.org>
2649
2650 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
2651 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2652
2653 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2654 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
2655 here instead.
2656
26572010-05-24 Romain Francoise <romain@orebokech.com>
2658
2659 * make-dist: Look for version in src/emacs.c.
2660 Use lisp/subr.el rather than lisp/version.el for location check.
2661
26622010-05-21 Glenn Morris <rgm@gnu.org>
2663
2664 * configure.in (MKDEPDIR): Parallel build tweak.
2665
2666 * configure.in (ns_frag): New output file.
2667
2668 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
2669 (OLDXMENU_TARGET): Set to empty if USE_GTK.
2670
2671 * configure.in (cannot_dump): New output variable.
2672
26732010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2674
2675 * configure.in: On NetBSD, if terminfo is found, use it in
2676 preference to termcap. (Bug#6190)
2677
26782010-05-20 Glenn Morris <rgm@gnu.org>
2679
2680 * make-dist (src): Include *.mk.
2681 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
2682 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
2683 (deps_frag): New output file.
2684 (AUTO_DEPEND): Remove this definition.
2685
2686 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
2687
26882010-05-19 Glenn Morris <rgm@gnu.org>
2689
2690 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
2691 (ORDINARY_LINK): New AC_DEFINE.
2692 (LIB_GCC): No need to set if ORDINARY_LINK.
2693
26942010-05-18 Glenn Morris <rgm@gnu.org>
2695
2696 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
2697 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
2698
2699 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
2700 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
2701 (RALLOC_OBJ): New output variable.
2702
2703 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
2704 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
2705
27062010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * Makefile.in (src): Provide the name of the VCS file that witnesses
2709 a pull.
2710 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
2711
27122010-05-17 Glenn Morris <rgm@gnu.org>
2713
2714 * configure.in (OLDXMENU_DEPS): New output variable.
2715
27162010-05-16 Glenn Morris <rgm@gnu.org>
2717
2718 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
2719
2720 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
2721 * Makefile.in (install-arch-dep): Update for above change.
2722
2723 * Makefile.in (ns_appdir): Remove.
2724 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2725
2726 * configure.in (TEMACS_LDFLAGS2): New output variable.
2727
2728 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2729 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2730 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2731 nothing uses.
2732
27332010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2734
2735 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2736 does not use them.
2737 (X11R5_INHIBIT_I18N): Remove, unused.
2738
27392010-05-15 Glenn Morris <rgm@gnu.org>
2740
2741 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2742
2743 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2744
27452010-05-15 Ken Raeburn <raeburn@raeburn.org>
2746
2747 * configure.in: Look for version string in its new location.
2748
27492010-05-15 Eli Zaretskii <eliz@gnu.org>
2750
2751 * config.bat: Remove support for DJGPP v1.x.
2752
27532010-05-15 Glenn Morris <rgm@gnu.org>
2754
2755 * configure.in (OLDXMENU_TARGET): New output variable.
2756
2757 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2758
2759 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2760 and other files that no longer exist.
2761
27622010-05-14 Glenn Morris <rgm@gnu.org>
2763
2764 * configure.in (cpp_undefs): Add mktime, register, X11.
2765
2766 * configure.in (GPM_MOUSE_SUPPORT): Remove.
2767 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2768 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2769
2770 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2771 (GNUSTEP_MAKEFILES): Do not output.
2772
27732010-05-13 Glenn Morris <rgm@gnu.org>
2774
2775 * configure.in: Fix some paren typos.
2776
2777 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2778
2779 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2780
27812010-05-12 Glenn Morris <rgm@gnu.org>
2782
2783 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2784
2785 * configure.in (LIB_GCC): New output variable.
2786
27872010-05-11 Glenn Morris <rgm@gnu.org>
2788
2789 * make-dist (msdos): No more mainmake.
2790
2791 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
2792 * config.bat: Do not run cpp on lib-src/Makefile.in.
2793
2794 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2795
27962010-05-10 Glenn Morris <rgm@gnu.org>
2797
2798 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
2799
2800 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
2801 (BLESSMAIL_TARGET): New output variable.
2802
28032010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2804
2805 * INSTALL: Fix typos.
2806
28072010-05-08 Chong Yidong <cyd@stupidchicken.com>
2808
2809 * configure.in: Add check for buggy version of GCC (Bug#6031).
2810
28112010-05-08 Glenn Morris <rgm@gnu.org>
2812
2813 * configure.in (HAVE_LIBNCURSES): New local variable.
2814 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
2815 replacing cpp in src/s/*.h and src/Makefile.in.
2816
28172010-05-07 Chong Yidong <cyd@stupidchicken.com>
2818
2819 * Version 23.2 released.
2820
28212010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2822
2823 * configure.in: Add tests for `isnan' and `copysign'.
2824
28252010-05-07 Eli Zaretskii <eliz@gnu.org>
2826
2827 * config.bat: Allow for 2 leading `#'s in comments in
2828 src/Makefile.in.
2829
28302010-05-07 Glenn Morris <rgm@gnu.org>
2831
2832 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2833 Merges logic from src/s/* and src/Makefile.in.
2834 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2835
28362010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2837
2838 Define START_FILES and LIB_STANDARD using autoconf.
2839 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
2840 here from src/s/*.h.
2841 (HAVE_CRTIN): Remove, inline logic in the netbsd
2842 START_FILES/LIB_STANDARD computation.
2843
28442010-05-06 Glenn Morris <rgm@gnu.org>
2845
2846 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
2847
2848 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
2849 (LD_SWITCH_X_SITE): Remove unused variables.
2850
28512010-05-04 Glenn Morris <rgm@gnu.org>
2852
2853 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
2854 as well.
2855 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
2856
2857 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2858
2859 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
2860 variables, replacing c_switch_machine, c_switch_system.
2861 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
2862 @c_switch_system@.
2863
28642010-05-03 Glenn Morris <rgm@gnu.org>
2865
2866 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
2867
2868 * make-dist: There are no more src/m/*.inp files.
2869
28702010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2871
2872 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
2873 (ac_link): Do not use ld_switch_machine.
2874
28752010-05-01 Glenn Morris <rgm@gnu.org>
2876
2877 * configure.in (OTHER_OBJ): Remove.
2878 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
2879
28802010-04-30 Glenn Morris <rgm@gnu.org>
2881
2882 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
2883 Elsewhere, maybe include it.
2884
2885 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
2886 (OLDXMENU, LIBXMENU): New output variables.
2887
2888 * configure.in (OTHER_OBJ): New output variable.
2889
28902010-04-28 Glenn Morris <rgm@gnu.org>
2891
2892 * configure.in (CYGWIN_OBJ): New output variable.
2893
2894 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
2895
2896 * configure.in (FONT_OBJ): New output variable.
2897
2898 * configure.in (LIBXMU): New output variable.
2899
2900 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
2901
2902 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
2903 userland and maybe change values to i386 (move test from s/amdx86-64.h).
2904
29052010-04-27 Glenn Morris <rgm@gnu.org>
2906
2907 * configure.in (LIBXTR6): New output variable. Move unixware special
2908 case here from src/s/unixware.h.
2909
2910 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
2911 in Makefiles.
2912 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
2913
2914 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
2915 (LIBXP): No longer substitute in Makefiles.
2916 (MOTIF_LIBW): New output variable. Move system-specific settings here
2917 from src/s files.
2918
29192010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2920
2921 Reduce CPP usage.
2922 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
2923 (unexec): Define unconditionally, all platforms define
2924 UNEXEC. AC_SUBST it.
2925 (UNEXEC_SRC): Remove, unused.
2926 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
2927
29282010-04-27 Glenn Morris <rgm@gnu.org>
2929
2930 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
2931 replaced by LIBXP.
2932
2933 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
2934 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
2935 On hpux10-20, default to /lib.
2936
2937 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
2938
29392010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2940
2941 * configure.in (LIBS_MACHINE): Remove, unused.
2942
2943 * configure.in (LIB_MATH): New output variable. Set it for some systems.
2944
29452010-04-24 Glenn Morris <rgm@gnu.org>
2946
2947 * configure.in (CRT_DIR): New output variable.
2948 (--with-crt-dir): New option. (Bug#5655)
2949 (HAVE_LIB64_DIR): Remove.
2950
29512010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2952
2953 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
2954
29552010-04-22 Miles Bader <miles@gnu.org>
2956
2957 * configure.in: Get rid of "unix" pre-defined macro when
2958 preprocessing Makefile. (Bug#5857)
2959
29602010-04-21 Andreas Schwab <schwab@linux-m68k.org>
2961
2962 Avoid non-portable shell command negation
2963 * configure.in: Revert last change.
2964
29652010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2966
2967 * configure.in: Change "if test ! -f" to "if ! test -f".
2968
29692010-04-21 Glenn Morris <rgm@gnu.org>
2970
2971 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
2972 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
2973
29742010-04-21 Karel Klíč <kklic@redhat.com>
2975
2976 * configure.in: New option: --with(out)-selinux, on by default.
2977 Set HAVE_LIBSELINUX if we find libselinux, and substitute
2978 LIBSELINUX_LIBS in Makefiles.
2979
29802010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2981
2982 * configure.in: Remove all references to LIBX11_SYSTEM.
2983
29842010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2985
2986 * configure.in: Remove all references to C_DEBUG_SWITCH.
2987
29882010-03-27 Eli Zaretskii <eliz@gnu.org>
2989
2990 * config.bat <lib-src>: Edit out lines that begin with several #
2991 characters.
2992
29932010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2994
2995 * configure.in: Remove support for old UNIX System V systems and
2996 for Unixware on non-x86 machines.
2997
2998 * configure.in: Remove support for Solaris on PPC and for old versions.
2999
3000 * configure.in: Remove non-working lynxos port.
3001
30022010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3003
3004 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
3005
30062010-03-19 Glenn Morris <rgm@gnu.org>
3007
3008 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
3009 happy.
3010
30112010-03-18 Jan Djärv <jan.h.d@swipnet.se>
3012
3013 * configure.in: Check for tputs and friends, abort if not
3014 found (bug#5735).
3015
30162010-03-18 Glenn Morris <rgm@gnu.org>
3017
3018 * configure.in (--with-x-toolkit): In the help text, say which options
3019 are synonyms.
3020
3021 * configure.in (--with-mmdf, --with-mail-unlink):
3022 New options, off by default.
3023 (--with-mailhost): New option to set default POP host.
3024 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
3025 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
3026 New variables, substituted in Makefiles.
3027 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
3028 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
3029 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
3030 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
3031 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
3032
30332010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3034
3035 * Makefile.in (uninstall): Handle the case where archlibdir does not
3036 exist. (Bug#5720)
3037
30382010-03-12 Eli Zaretskii <eliz@gnu.org>
3039
75f1671a 3040 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
3041 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
3042
3043 * configure: Regenerated.
3044
30452010-03-10 Chong Yidong <cyd@stupidchicken.com>
3046
3047 * Branch for 23.2.
3048
30492010-01-31 Juri Linkov <juri@jurta.org>
3050
3051 * .bzrignore: Add TAGS-LISP.
3052
30532010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3054
3055 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
3056 this header file).
3057
30582010-01-12 Juanma Barranquero <lekktu@gmail.com>
3059
3060 * .bzrignore: Ignore all .exe, instead of individual files.
3061
30622010-01-12 Chong Yidong <cyd@stupidchicken.com>
3063
3064 * configure.in: Explicitly check for and link to -lXrender.
3065
30662010-01-12 Glenn Morris <rgm@gnu.org>
3067
3068 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
3069 for bug reports for development versions.
3070
30712010-01-02 Eli Zaretskii <eliz@gnu.org>
3072
3073 * .bzrignore: Add more ignored patterns, including for the MS-DOS
3074 build.
3075
30762009-12-27 Karl Fogel <kfogel@red-bean>
3077
3078 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
3079 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
3080
30812009-12-17 Glenn Morris <rgm@gnu.org>
3082
3083 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
3084
30852009-12-15 Glenn Morris <rgm@gnu.org>
3086
3087 * info/dir: Add EDT entry.
3088 * Makefile.in (INFO_FILES): Add edt.
3089
30902009-12-10 Jan Djärv <jan.h.d@swipnet.se>
3091
1154d12e 3092 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
3093
30942009-12-09 Jan Djärv <jan.h.d@swipnet.se>
3095
3096 * configure.in: Don't check for RSVG or GConf unless X11 is used.
3097
30982009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3099
3100 * configure.in: Allow compiling Emacs with GTK on Cygwin.
3101
31022009-12-01 Glenn Morris <rgm@gnu.org>
3103
3104 * make-dist: Add etc/images/mpc directory.
3105
31062009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3107
3108 * configure.in: Don't check for GConf unless X is used.
3109
31102009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3111
3112 * configure.in: Use -Wdeclaration-after-statement if available.
3113
31142009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3115
3116 * configure.in: New option: --with(out)-gconf.
3117 Set HAVE_GCONF if we find gconf.
3118
31192009-11-17 Glenn Morris <rgm@gnu.org>
3120
3121 * Makefile.in (INFO_FILES): Add semantic.
3122
31232009-11-16 Chong Yidong <cyd@stupidchicken.com>
3124
3125 * info/dir: Add Semantic.
3126
31272009-11-16 Glenn Morris <rgm@gnu.org>
3128
3129 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
3130 pattern, so as not to exclude makefile*.el. (Bug#4912)
3131
31322009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3133
3134 * configure.in: --enable-autodepend is new. Check for GNU Make
3135 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
3136 gcc and GNU make to generate dependencies.
3137
31382009-10-27 Glenn Morris <rgm@gnu.org>
3139
3140 * make-dist: Make links to doc/lispintro/*.pdf.
3141
31422009-10-23 Jim Meyering <meyering@redhat.com>
3143
3144 * configure.in: Invoke $CPP with -P when creating Makefile and
3145 src/Makefile. Without this, gcc 4.4.2 converts each
3146 backslash-newline pair in the input to a bare newline, yielding
3147 invalid Makefiles.
3148
3149 * configure: Regenerate.
3150
31512009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3152
3153 * configure.in (vax-dec-vms): Remove, not supported anymore.
3154
31552009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3156
3157 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
3158 (*-apple-darwin*): Add x86_64 architecture.
3159
31602009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3161
3162 * config.guess, config.sub: Updated from master source.
3163
31642009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
3165
3166 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
3167
31682009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
3169
3170 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
3171
31722009-09-29 Glenn Morris <rgm@gnu.org>
3173
3174 * make-dist (check): Update for two new levels of subdirectory in lisp/.
3175
31762009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3177
3178 * config.guess, config.sub: Updated from master source.
3179
3180 * configure.in (OTHER_FILES): Define using autoconf not cpp.
3181
31822009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3183
3184 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
3185
31862009-09-13 Chong Yidong <cyd@stupidchicken.com>
3187
3188 * INSTALL: Update URL for GNU FreeFont.
3189
31902009-09-09 Glenn Morris <rgm@gnu.org>
3191
3192 * Makefile.in (install-arch-indep): Don't recursively change perms of
3193 site-lisp and infodir. There may be non-Emacs files in here, and the
3194 files supplied by Emacs are all handled explicitly already. (Bug#3800)
3195 (mkdir): Set umask to world-readable before creating directories.
3196 mkinstalldirs already checks if dirs exist, don't duplicate this test.
3197
31982009-08-29 Glenn Morris <rgm@gnu.org>
3199
3200 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
3201 (info): Don't give an error in the absence of makeinfo - let the doc
3202 Makefiles do that, if the info files need rebuilding. (Bug#3982)
3203
32042009-08-23 Ken Raeburn <raeburn@raeburn.org>
3205
3206 * Makefile.in (install-arch-indep): If the versioned DOC-####
3207 generated during loadup+dump isn't found, install the plain DOC
3208 file that always gets generated, in case CANNOT_DUMP is set.
3209
3210 * configure.in: Warn if package version specified here doesn't
3211 match the version in version.el.
3212 * configure: Regenerate.
3213
32142009-08-22 Michael Albinus <michael.albinus@gmx.de>
3215
3216 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
3217
3218 * configure: Regenerate.
3219
32202009-08-19 Glenn Morris <rgm@gnu.org>
3221
3222 * INSTALL: Remove reference to cvtmail.
3223
32242009-08-15 CHENG Gao <chenggao@gmail.com>
3225
3226 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
3227
32282009-08-02 Kevin Ryde <user42@zip.com.au>
3229
3230 * INSTALL: Fix free fonts URL.
3231
32322009-07-22 Glenn Morris <rgm@gnu.org>
3233
3234 * configure.in (AC_PREREQ): Require autoconf 2.62.
3235
32362009-07-04 Andreas Schwab <schwab@linux-m68k.org>
3237
3238 * configure.in (--enable-checking, --enable-profiling):
3239 Use AS_HELP_STRING.
3240
32412009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3242
3243 * configure.in (--enable-profiling): New option.
3244 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
3245
32462009-06-27 Glenn Morris <rgm@gnu.org>
3247
3248 * configure.in: Restore netbsd on mips, mipsel, mipseb.
3249
32502009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3251
3252 * configure.in (--enable-checking): New option.
3253
32542009-06-24 Glenn Morris <rgm@gnu.org>
3255
3256 * make-dist: Warn if subdir does not exist in source.
3257 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
3258 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
3259 No longer make links.
3260
32612009-06-24 Yavor Doganov <yavor@gnu.org>
3262
3263 * make-dist (tempdir): Don't create directories preferences.gorm
3264 and preferences.nib, they are no longer required.
3265
32662009-06-21 Chong Yidong <cyd@stupidchicken.com>
3267
3268 * Branch for 23.1.
3269
32702009-06-12 Chong Yidong <cyd@stupidchicken.com>
3271
3272 * configure.in: Delete mac-fix-env target, which has been
3273 removed (Bug#3531).
3274
32752009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3276
1154d12e 3277 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
3278
32792009-05-05 Per Starbäck <per@starback.se> (tiny change)
3280
3281 * BUGS: Use new binding of view-emacs-problems.
3282
c7015153 32832009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
3284
3285 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
3286 for Solaris compatibility.
3287
32882009-04-25 Chong Yidong <cyd@stupidchicken.com>
3289
3290 * configure: Regenerate.
3291
3292 * configure.in: Disable use of FreeType without libXft.
3293
32942009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3295
3296 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
3297 Check if it is declared in gtk.h.
3298
32992009-04-12 Andreas Schwab <schwab@linux-m68k.org>
3300
3301 * Makefile.in (install-arch-indep): Remove .gitignore files.
3302
33032009-04-03 Kenichi Handa <handa@m17n.org>
3304
3305 * INSTALL: Make the section "Complex Text Layout support
3306 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
3307
33082009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
3309
3310 * configure.in (rs6000-ibm-aix6*): Fix typo.
3311
33122009-03-04 Glenn Morris <rgm@gnu.org>
3313
3314 * Makefile.in (INFO_FILES): Add auth.
3315
33162009-03-03 Glenn Morris <rgm@gnu.org>
3317
3318 * info/dir: Add Auth-source.
3319
33202009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3321
3322 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
3323 the second.
3324
33252009-02-28 Eli Zaretskii <eliz@gnu.org>
3326
3327 * config.bat: Copy .dbxinit to _dbxinit.
3328
3329 * make-dist (Making links to `info'): Remove .gitignore.
3330
33312009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3332
3333 * Makefile.in (lib-src, lisp): Use simpler rule.
3334 (src): Be more specific to avoid recompiling all the .elc files just
3335 because the bootstrap-emacs is missing.
3336
33372009-02-26 Chong Yidong <cyd@stupidchicken.com>
3338
3339 * configure.in: Require librsvg >= 2.11.
3340
33412009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3342
3343 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
3344 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
3345
33462009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3347
3348 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
3349
33502009-02-03 Glenn Morris <rgm@gnu.org>
3351
3352 * make-dist: Add some missing files, remove some that are no longer
3353 present.
3354
33552009-02-02 Glenn Morris <rgm@gnu.org>
3356
3357 * make-dist: Add some missing nextstep/ files.
3358
33592009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
3360
3361 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
3362
33632009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3364
3365 * configure.in: Add support for m68k-*-netbsd.
3366
33672009-01-14 Juri Linkov <juri@jurta.org>
3368
3369 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
3370
3371 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
3372 and bug-reference-mode.
3373
33742009-01-11 Juri Linkov <juri@jurta.org>
3375
3376 * INSTALL.CVS: Move configuration explicitly to the first step.
3377
33782009-01-09 Glenn Morris <rgm@gnu.org>
3379
3380 * .dir-locals.el: Don't set indent-tabs-mode.
3381
33822008-12-30 Kenichi Handa <handa@m17n.org>
3383
3384 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
3385 the function OTF_get_variation_glyphs.
3386
33872008-12-30 Jan Djärv <jan.h.d@swipnet.se>
3388
3389 * Makefile.in (install-arch-dep): Remove old directories in
3390 ns_app* before moving new directories there.
3391
33922008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
3393
3394 * .dir-locals.el: Remove non-working entry for pmail.
3395 (fill-column): Fix typo.
3396 (change-log-mode): Add fill column.
3397
33982008-12-26 Eli Zaretskii <eliz@gnu.org>
3399
3400 * config.bat: Produce _dir-locals.el from .dir-locals.el.
3401
34022008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
3403
3404 * make-dist (tempdir): Distribute .dir-locals.el.
3405
3406 * .dir-locals.el: New file.
3407
34082008-12-19 Eli Zaretskii <eliz@gnu.org>
3409
3410 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
3411 for rationale.
3412
34132008-12-13 Glenn Morris <rgm@gnu.org>
3414
3415 * Makefile.in (install-arch-indep): Add new man-pages.
3416 (manext): Remove variable.
3417 (MAN_PAGES): New variable.
3418 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
3419 and remove.
3420 (uninstall): Remove desktop file and icons, game scores if empty.
3421
34222008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
3423
3424 * config.guess, config.sub: Updated from master source.
3425
34262008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3427
3428 * Makefile.in (install-arch-indep): Install ebrowse.1.
3429
34302008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3431
3432 * configure.in: Add Solaris on x86_64.
3433
34342008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3435
3436 * config.guess, config.sub: Updated from master source.
3437
34382008-12-08 Eli Zaretskii <eliz@gnu.org>
3439
3440 * info/dir: Fix last change.
3441
34422008-12-07 Eli Zaretskii <eliz@gnu.org>
3443
3444 * info/dir: Untabify.
3445
34462008-11-28 Ulrich Mueller <ulm@gentoo.org>
3447
3448 * configure.in: Fix last change.
3449
34502008-11-28 Richard M Stallman <rms@gnu.org>
3451
3452 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3453 New configurations.
3454
34552008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
3456
3457 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3458 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
3459
34602008-11-15 Eli Zaretskii <eliz@gnu.org>
3461
3462 * Makefile.in (INFO_FILES): Remove ns-emacs.
3463
3464 * info/dir (NS-Emacs): Remove entry.
3465
34662008-11-08 Eli Zaretskii <eliz@gnu.org>
3467
3468 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
3469
34702008-11-07 Glenn Morris <rgm@gnu.org>
3471
3472 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
3473
34742008-10-31 Eli Zaretskii <eliz@gnu.org>
3475
3476 * config.bat: Tell user to expect one "File not found" message
3477 while the `doc' directory is being configured.
3478
34792008-10-30 Chong Yidong <cyd@stupidchicken.com>
3480
3481 * update-subdirs: Put obsolete directory last.
3482
34832008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3484
3485 * configure.in: Check fontconfig always.
3486
34872008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3488
3489 * configure (*-solaris2.[7-9]*): Fix typo.
3490
34912008-10-24 Glenn Morris <rgm@gnu.org>
3492
3493 * configure.in (--without-sync-input, --with-pkg-config-prog):
3494 Help strings start with lower case.
3495 (--with-gnustep-conf): New option.
3496 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3497
34982008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
3499
3500 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3501 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3502 is not found. (Bug#1230)
3503
35042008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3505
3506 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3507 Use sol2-6.h for Solaris 7-9.
3508
35092008-10-18 Ulrich Mueller <ulm@gentoo.org>
3510
3511 * configure.in: Add support for GNU/Linux on SuperH.
3512
35132008-10-12 Andreas Schwab <schwab@suse.de>
3514
3515 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3516
1a71cb28 35172008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
3518
3519 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3520 "X") to avoid confusion.
3521
3522 * configure: Regenerate.
3523
35242008-09-07 Romain Francoise <romain@orebokech.com>
3525
3526 * make-dist: Distribute doc/man/ChangeLog.
3527
35282008-08-28 Chong Yidong <cyd@stupidchicken.com>
3529
3530 * configure.in: Disable XFT and Freetype when without X.
3531
3532 * configure: Regenerate.
3533
35342008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3535
3536 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3537
35382008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3539
3540 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3541 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3542
3543 * configure: Regenerate.
3544
35452008-08-20 Eli Zaretskii <eliz@gnu.org>
3546
3547 * configure.in: Move "#define subprocesses" before
3548 config_opsysfile is included.
3549
35502008-08-19 Kenichi Handa <handa@m17n.org>
3551
3552 * INSTALL (Extra fonts): Mention local fonts, don't mention
3553 mule-unicode.
3554
35552008-08-16 Chong Yidong <cyd@stupidchicken.com>
3556
3557 * make-dist: Omit info/.arch-inventory.
3558
35592008-08-16 Jason Rumney <jasonr@gnu.org>
3560
3561 * make-dist (tempdir/nt): Link emacsclient.rc.
3562
35632008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3564
3565 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3566 AC_SUBST it.
3567 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3568 AC_SUBST it.
3569 (OTHER_FILES): Always define for HAVE_NS.
3570 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3571 * configure: Regenerate.
3572
35732008-08-07 Andreas Schwab <schwab@suse.de>
3574
3575 * configure.in: Correctly handle
3576 --enable-cocoa-experimental-ctrl-g=no and
3577 --enable-ns-self-contained=yes.
3578
35792008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3580
3581 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3582 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
3583 bother undef'ing since won't have desired effect.
3584
35852008-08-06 Andreas Schwab <schwab@suse.de>
3586
3587 * configure.in: Fix quoting.
3588
35892008-08-06 Chong Yidong <cyd@stupidchicken.com>
3590
3591 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3592
35932008-08-05 Ulrich Mueller <ulm@gentoo.org>
3594
3595 * configure.in: Add checks for krb5_error.text and
3596 krb5_error.e_text struct members.
3597
35982008-08-04 Chong Yidong <cyd@stupidchicken.com>
3599
3600 * configure.in: Test for existence of NSInteger.
3601 Suggested by Yavor Doganov.
3602
36032008-08-02 Romain Francoise <romain@orebokech.com>
3604
3605 * Makefile.in (INFO_FILES): Add mairix-el.
3606
36072008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3608
3609 * make-dist:
3610 * README: Remove VMS support.
3611 * vms: Remove directory.
3612
36132008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3614
3615 * configure.in (MULTI_KBOARD): Remove.
3616
36172008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3618
3619 * configure.in (DO_BLOCK_INPUT): Remove, unused.
3620
36212008-07-29 Chong Yidong <cyd@stupidchicken.com>
3622
3623 * info/dir (File): Add mairix-el.
3624
36252008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3626
3627 Remove support for Mac Carbon.
3628 * mac: Remove directory.
3629 * make-dist:
3630 * configure.in:
3631 * README:
3632 * Makefile.in:
3633 * INSTALL: Remove code for Carbon.
3634 * configure: Regenerate.
3635
36362008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3637
3638 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
3639
36402008-07-25 Chong Yidong <cyd@stupidchicken.com>
3641
3642 * configure.in: Check for getrlimit.
3643
3644 * configure: Regenerate.
3645
36462008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3647
3648 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
3649 in src/Makefile.in.
3650 (static): Remove, autoconf would always comment it out anyway.
3651 (subprocesses): Define unconditionally.
3652
36532008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
3654
3655 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
3656 compilation under GNUstep.
3657
36582008-07-18 Kenichi Handa <handa@m17n.org>
3659
3660 * INSTALL (Complex Text Layout support libraries): Delete the
3661 paragraph about --enable-font-backend.
3662
36632008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3664
3665 * configure.in: Print out some info to user for NeXTstep builds.
3666 (ns-app): Remove enable option.
3667 (ns-self-contained): Add enable option.
3668 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
3669 GNUstep, use to set install prefixes, and substitute in Makefiles.
3670 * configure: Regenerate.
3671 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
3672 NS app bundle.
3673
36742008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3675
3676 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
3677
36782008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3679
3680 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3681 NS_IMPL_COCOA.
3682
36832008-07-16 Glenn Morris <rgm@gnu.org>
3684
3685 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
3686 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
3687 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
3688 never unset.
3689
3690 * make-dist: Add nextstep/ directories.
3691 (src, lib-src): Add .m files.
3692
36932008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3694
3695 * configure.in (freebsd, kfreebsd): Undo part of previous change.
3696 (USER_FULL_NAME): Remove, not used anymore.
3697 * configure: Regenerate.
3698
36992008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3700
3701 Changes and additions for NeXTstep windowing system (Cocoa and
3702 GNUstep) support.
3703
3704 * configure.in: Add support for NS window system: --with-ns (default
3705 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
3706 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
3707 disable font backend if window system is "none", not if !HAVE_X11.
3708 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
3709 (install-arch-dep): Add commands to assemble NS .app package.
3710
37112008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3712
3713 * configure.in: Use macppc for Darwin. Remove references to
3714 desupported systems.
3715 * configure: Regenerate.
3716
37172008-07-05 Glenn Morris <rgm@gnu.org>
3718
3719 * make-dist (EMACS): Doc fix.
3720 (lisp): There are no *.dat or image files here any more.
3721 (src): There are no *.s files here any more.
3722 (etc/images, etc/images/*): Link to most regular files.
3723
37242008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3725
3726 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3727
37282008-07-01 Glenn Morris <rgm@gnu.org>
3729
3730 * configure.in (cpp_undefs): Rename from `undefs', update uses.
3731 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
3732 and explicitly export there. (Bug#507.)
3733
37342008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3735
3736 * configure.in:
3737 * configure: Remove references to obsolete systems.
3738
37392008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3740
3741 * Makefile.in (Makefile): Use it for its timestamp value as well, and
3742 make it depend on all other */.in files.
3743 (src/Makefile, src/config.stamp, lib-src/Makefile)
3744 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3745 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3746 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3747 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3748
3749 * configure.in: Don't create src/config.stamp any more.
3750
37512008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3752
3753 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3754
37552008-06-22 Glenn Morris <rgm@gnu.org>
3756
3757 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3758
37592008-06-21 Romain Francoise <romain@orebokech.com>
3760
3761 * Makefile.in (INFO_FILES): Add sasl.
3762
37632008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3766 (bootstrap-build): Remove.
3767 (top_bootclean): New var.
3768 (top_distclean, bootstrap-clean): Use it.
3769 (bootstrap): Don't recheck config. Make normally.
3770
37712008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * Makefile.in (SUBDIR): Include `lisp'.
3774 (lisp): Depend on `src'.
3775 (top_distclean): Don't remove config.status.
3776 (bootstrap-clean): New target.
3777 (maintainer-clean): Use it.
3778 (bootstrap): Use bootstrap-clean. Re-run config.status.
3779 (src/bootstrap-emacs${EXEEXT}): New target.
3780 (bootstrap-build): Use it. Don't use bootstrap-prepare because
3781 src/Makefile now takes care of it.
3782 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3783
37842008-06-15 Glenn Morris <rgm@gnu.org>
3785
3786 * info/dir: Add sasl.
3787
37882008-06-09 Alan Mackenzie <acm@muc.de>
3789
3790 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
3791
37922008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
3793
3794 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
3795
37962008-06-07 Glenn Morris <rgm@gnu.org>
3797
3798 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
3799 serve no purpose.
3800
38012008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3802
3803 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
3804 * configure: Regenerate.
3805
38062008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3807
3808 * update-subdirs: Don't touch subdirs.el if it is unchanged.
3809
38102008-05-14 Kenichi Handa <handa@m17n.org>
3811
3812 * configure: Regenerate.
3813
3814 * configure.in: Don't handle --disable-font-backend. Don't print
3815 a message about a font backend.
3816
38172008-05-09 Glenn Morris <rgm@gnu.org>
3818
3819 * configure.in: Make absence of makeinfo a fatal error only if the info
3820 files don't exist.
3821 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
3822
38232008-05-07 Eli Zaretskii <eliz@gnu.org>
3824
3825 * config.bat: Fix last change: don't use < and > in "rem" lines,
3826 they are interpreted as redirection by DOS shells.
3827
38282008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3829
3830 * configure.in: Check availability of AvailabilityMacros.h
3831 if HAVE_CARBON.
3832
3833 * configure: Regenerate.
3834
38352008-05-03 Glenn Morris <rgm@gnu.org>
3836
3837 * configure.in (x_libraries): Remove standard 64-bit directories -
3838 experimental workaround for minor autoconf bug.
3839
3840 * configure.in (--without-makeinfo): New option. If set,
3841 absence of suitable makeinfo is not a fatal error.
3842 * Makefile.in (MAKEINFO): New, set by configure.
3843 (install-arch-indep): Without makeinfo, ignore any missing manuals.
3844 (info-real): New target.
3845 (info): Without makeinfo, do nothing, else call `info-real'.
3846
38472008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3848
3849 * configure.in: Remove hpux10.20 from the desupported list.
3850
38512008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
3854
38552008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
3858 rather than change CPPFLAGS.
3859 (HAVE_GTK): Rename to USE_GTK.
3860
38612008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
3862
3863 * configure.in: Replace the obsolete macros AC_AIX and
3864 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
3865
38662008-04-05 Andreas Schwab <schwab@suse.de>
3867
3868 * configure.in: No longer create admin/unidata/Makefile.
3869
38702008-03-28 Andreas Schwab <schwab@suse.de>
3871
3872 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
3873 (lisp/Makefile): New rule.
3874
38752008-03-13 Glenn Morris <rgm@gnu.org>
3876
3877 * configure.in (AC_INIT): Fix version number.
3878 (sync-input): Reword the option, since it's on by default.
3879
38802008-03-11 Jan Djärv <jan.h.d@swipnet.se>
3881
3882 * configure.in: Add --enable-sync-input, default yes.
3883
38842008-03-11 Glenn Morris <rgm@gnu.org>
3885
3886 * Makefile.in (install-etc, mkdir): Handle directory
3887 etc/images/icons/hicolor/*/mimetypes/.
3888
3889 * make-dist: Handle icons/hicolor/scalable directory.
3890
38912008-03-05 Glenn Morris <rgm@gnu.org>
3892
3893 * configure.in: Enable font-backend by default.
3894 (USE_FONT_BACKEND): Set to "no" in absence of X.
3895 (PKG_CONFIG): Don't set multiple times, once is enough.
3896 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
3897
38982008-03-03 Glenn Morris <rgm@gnu.org>
3899
3900 * Makefile.in (iconsrcdir): New variable.
3901 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
3902 directory.
3903
39042008-02-29 Glenn Morris <rgm@gnu.org>
3905
3906 * test/: New directory.
3907
39082008-02-27 Jan Djärv <jan.h.d@swipnet.se>
3909
3910 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
3911
39122008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3913
3914 * configure.in: Print an error for systems that we think are obsolete
3915 and are proposed to be removed. Remove some more unused systems.
3916 Add support for powerpc-ibm-aix6*.
3917
39182008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3919
3920 * configure.in: Remove references to obsolete variables and systems.
3921
39222008-02-21 Glenn Morris <rgm@gnu.org>
3923
3924 * Makefile.in (set_installuser): New.
3925 (install-arch-indep): Use set_installuser to avoid duplicate code.
3926
3927 * README.unicode: Split into admin/notes/unicode,font-backend and
3928 remove.
3929
39302008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
3931
3932 * configure.in (arm*-*-freebsd*): Add.
3933
39342008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3935
3936 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
3937 dealing with obsolete variables.
3938
39392008-02-08 Glenn Morris <rgm@gnu.org>
3940
3941 * Makefile.in (check-info-dir): New target.
3942
39432008-02-08 Michael Olson <mwolson@gnu.org>
3944
3945 * Makefile.in (INFO_FILES): Add epa.
3946
3947 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
3948 features" section.
3949
39502008-02-06 Glenn Morris <rgm@gnu.org>
3951
3952 * configure.in (--with-gcc): Give an error saying this option has
3953 been removed.
3954 (--with-gtk): Remove this option.
3955
39562008-02-06 Tom Tromey <tromey@redhat.com>
3957
3958 * configure.in (--with-gcc): Remove.
3959 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
3960
39612008-02-05 Ulrich Mueller <ulm@gentoo.org>
3962
3963 * INSTALL: Recommend giflib, not libungif.
3964
39652008-02-05 Tom Tromey <tromey@redhat.com>
3966
3967 * configure.in (--with-dbus): Default to enabled.
3968
39692008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
3970
3971 * INSTALL (Complex Text Layout support libraries): New section.
3972
39732008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
3974
3975 * make-dist: Remove references to files in mac/ that have been
3976 deleted.
3977
39782008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3979
3980 * configure.in: For libotf and m17n-flt checks, set shell vars
3981 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
3982 pkg_check_m17n_flt, respectively, for the sake of the summary output.
3983 Reported by Ulrich Mueller.
3984
39852008-02-02 Eli Zaretskii <eliz@gnu.org>
3986
3987 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
3988 admin/unidata/Makefile.in to Makefile.
3989
39902008-02-02 Glenn Morris <rgm@gnu.org>
3991
3992 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
3993 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
3994 (HAVE_XFT): Add "Does Emacs use..." messages at end.
3995
39962008-02-01 Miles Bader <miles@gnu.org>
3997
3998 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
3999 [libotf], and [m17n-flt] options.
4000
40012008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4002
4003 * configure.in: Add EMACS_ARG_N([libotf]...), and
4004 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
4005 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
4006 CFLAGS, and LIBS in checking of m17n-flt.
4007
40082008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4009
4010 * configure.in: Check the availability of m17n-flt library.
4011
40122008-02-01 Kenichi Handa <handa@m17n.org>
4013
4014 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
4015 not available.
4016
40172008-02-01 Kenichi Handa <handa@m17n.org>
4018
4019 * configure.in: New args --enable-font-backend, --with-xft,
4020 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
4021 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
4022 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
4023 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
4024
40252008-02-01 Kenichi Handa <handa@m17n.org>
4026
4027 * make-dist: Include etc/charsets in tarball.
4028
40292008-02-01 Kenichi Handa <handa@m17n.org>
4030
4031 * configure.in: While running cpp on junk.c, include
4032 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
4033 exists.
4034
40352008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4036
4037 * configure.in (xtensa): Match more configurations.
4038
40392008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
4040
4041 * configure.in: Update comment.
4042
40432008-01-26 Glenn Morris <rgm@gnu.org>
4044
4045 * configure.in (--without-gcc): By default, neither off nor on.
4046 (--with-carbon): Tone down rhetoric in help text.
4047
40482008-01-25 Glenn Morris <rgm@gnu.org>
4049
4050 * configure.in: Correct usage of OPTION_DEFAULT_ON,
4051 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
4052 Default `Carbon' to off (it's unsupported).
4053
40542008-01-24 Glenn Morris <rgm@gnu.org>
4055
4056 * configure.in: Standardize dbus-related messages.
4057
40582008-01-23 Michael Olson <mwolson@gnu.org>
4059
4060 * configure.in (pkg-config-prog): Remove initial whitespace.
4061
40622008-01-23 Tom Tromey <tromey@redhat.com>
4063
4064 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
4065 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
4066 Update all users.
4067
40682008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
4069
4070 * config.guess, config.sub: Updated from master source.
4071
40722008-01-17 Andreas Schwab <schwab@suse.de>
4073
4074 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
4075
40762008-01-17 Glenn Morris <rgm@gnu.org>
4077
4078 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
4079
40802008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
4081
4082 * configure.in: Remove more references to unsupported systems.
4083
40842008-01-16 Sven Joachim <svenjoac@gmx.de>
4085
4086 * make-dist: Add --lzma.
4087
40882008-01-16 Glenn Morris <rgm@gnu.org>
4089
4090 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
4091 configure checks for this.
4092
40932008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
4094
4095 * configure.in: Remove more references to unsupported systems.
4096
40972008-01-06 Romain Francoise <romain@orebokech.com>
4098
4099 * configure.in: Delete extra semicolons.
4100
41012008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4102
4103 * configure.in: Remove references to unsupported systems.
4104
41052008-01-05 Romain Francoise <romain@orebokech.com>
4106
4107 * make-dist: Add --bzip2. Update copyright.
4108
41092008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4110
4111 * configure.in: Remove support for Masscomp.
4112
41132008-01-05 Glenn Morris <rgm@gnu.org>
4114
4115 * Makefile.in (desktopdir, icondir): New variables.
4116 (install-arch-indep): Also depend on `install-etc'.
4117 (install-etc): New target.
4118 (mkdir): Also create the `applications' and `icons' directories.
4119
41202008-01-04 Glenn Morris <rgm@gnu.org>
4121
4122 * make-dist: Update for new etc/images/icons/hicolor directory.
4123
41242007-12-09 Andreas Schwab <schwab@suse.de>
4125
4126 * configure.in: D-Bus is not enabled by default.
4127
41282007-12-06 Jan Djärv <jan.h.d@swipnet.se>
4129
4130 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
4131 change.
4132
41332007-12-04 Jan Djärv <jan.h.d@swipnet.se>
4134
4135 * configure.in: Give package name and version to AC_INIT.
4136
41372007-12-03 Magnus Henoch <mange@freemail.hu>
4138
4139 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
4140
41412007-12-03 Michael Albinus <michael.albinus@gmx.de>
4142
4143 * configure.in: No need for DBUS_INFO anymore.
4144
4145 * Makefile.in (INFO_FILES): Use dbus unconditionally.
4146
41472007-12-02 Michael Albinus <michael.albinus@gmx.de>
4148
4149 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
4150
4151 * Makefile.in (INFO_FILES): Add dbus.
4152
41532007-12-02 Romain Francoise <romain@orebokech.com>
4154
4155 * make-dist: Fix last change.
4156
41572007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
4158
4159 * configure.in: Add support for gnu-kfreebsd.
4160
41612007-11-28 Glenn Morris <rgm@gnu.org>
4162
4163 * make-dist: Add etc/nxml.
4164
41652007-11-24 Romain Francoise <romain@orebokech.com>
4166
4167 * Makefile.in (INFO_FILES): Add nxml-mode.
4168
41692007-11-23 Romain Francoise <romain@orebokech.com>
4170
4171 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
4172 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
4173
41742007-11-20 Andreas Schwab <schwab@suse.de>
4175
4176 * configure.in: Always include <resolv.h> when checking for res_init.
4177
41782007-11-17 Andreas Schwab <schwab@suse.de>
4179
4180 * update-subdirs: Atomically update subdirs.el.
4181
41822007-11-17 Glenn Morris <rgm@gnu.org>
4183
4184 * Makefile.in (check-declare): New target.
4185
41862007-11-07 Glenn Morris <rgm@gnu.org>
4187
4188 * configure.in: Deprecate Mac Carbon port.
4189
41902007-11-01 Jan Djärv <jan.h.d@swipnet.se>
4191
4192 * configure.in: Remove HAVE_X11R5 check.
4193
41942007-10-31 Glenn Morris <rgm@gnu.org>
4195
4196 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
4197 when changing ownership of installed files.
4198
41992007-10-30 Glenn Morris <rgm@gnu.org>
4200
4201 * make-dist: Add new directory etc/gnus.
4202
42032007-10-30 Michael Olson <mwolson@gnu.org>
4204
4205 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
4206
42072007-10-29 Glenn Morris <rgm@gnu.org>
4208
4209 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
4210
42112007-10-23 Glenn Morris <rgm@gnu.org>
4212
4213 * MAINTAINERS: Move to admin/.
4214
42152007-10-17 Chong Yidong <cyd@stupidchicken.com>
4216
4217 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
4218 (HAVE_LIBRESOLV): Also define if we are using res_init().
4219
42202007-10-17 Glenn Morris <rgm@gnu.org>
4221
4222 * FTP: Remove file, since it's just a duplicate of one in etc/.
4223
42242007-10-05 Eli Zaretskii <eliz@gnu.org>
4225
4226 * config.bat: Fix configuring `doc' due to changes in the
4227 directory structure.
4228
42292007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
4230
4231 * configure.in: Don't use -lpthread on HP-UX.
4232
42332007-09-16 Glenn Morris <rgm@gnu.org>
4234
4235 * make-dist: File gfdl.1 has been removed.
4236
42372007-09-15 Glenn Morris <rgm@gnu.org>
4238
4239 * configure.in: Fix makeinfo version regexp.
4240
42412007-09-12 Glenn Morris <rgm@gnu.org>
4242
4243 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
4244 implementation of alloca is not found.
4245
4246 * Makefile.in (SOURCES, unlock, relock): Delete.
4247 (install-arch-indep): Do not exclude the etc/ Makefiles.
4248
42492007-09-09 Juri Linkov <juri@jurta.org>
4250
4251 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
4252
4253 * README: Add doc/ to documentation directories.
4254
42552007-09-08 Michael Olson <mwolson@gnu.org>
4256
4257 * MAINTAINERS: Add myself for ERC and tq.el.
4258 Update for new doc/ directory layout.
4259
42602007-09-06 Romain Francoise <romain@orebokech.com>
4261
4262 * make-dist: Update for new doc/ directory layout.
4263
42642007-09-06 Glenn Morris <rgm@gnu.org>
4265
4266 * Makefile.in (mansrcdir): New variable.
4267 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
4268 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
4269 update these targets for new doc/ directory layout.
4270 (doc/misc/Makefile): New target.
4271 (install-arch-indep): Use mansrcdir for new location of manpages.
4272 (mostlyclean, clean, distclean, maintainer-clean, unlock)
4273 (relock, info, dvi): Update targets for new doc/ directory layout.
4274
4275 * configure.in (AC_OUTPUT): Update names of generated Makefiles
4276 for new doc/ directory layout.
4277
42782007-09-02 Andreas Schwab <schwab@suse.de>
4279
4280 * configure.in: Use AS_HELP_STRING throughout.
4281 * configure: Regenerate.
4282
42832007-09-02 Jan Djärv <jan.h.d@swipnet.se>
4284
4285 * configure.in: Require Gtk/Glib 2.6.
4286
42872007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4288
4289 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4290 Use them throughout in place of AC_ARG_WITH calls.
4291 * configure: Regenerate.
4292
42932007-09-01 Andreas Schwab <schwab@suse.de>
4294
4295 * configure.in: Put quotes around nested macro calls.
4296
42972007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4298
4299 * configure.in: Fix typo.
4300 * configure: Regenerate.
4301
43022007-08-30 Glenn Morris <rgm@gnu.org>
4303
4304 * configure.in (AH_BOTTOM): Copy some manual changes made to
4305 src/config.in here so they are not lost when it regenerates.
4306
4307 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
4308
43092007-08-29 Károly Lőrentey <karoly@lorentey.hu>
4310
4311 * README.multi-tty: New file.
4312
43132007-08-29 Glenn Morris <rgm@gnu.org>
4314
4315 * README: Increase version to 23.0.50.
4316
43172007-08-29 Jan Djärv <jan.h.d@swipnet.se>
4318
4319 * configure.in: New option: --without-xaw3d.
4320
43212007-08-24 Glenn Morris <rgm@gnu.org>
4322
4323 * configure.in: Check for a suitably recent makeinfo.
4324
43252007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4326
4327 * configure.in (Check for required libraries): Typo.
4328
43292007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4330
4331 * configure.in: Check librsvg2 also for Mac Carbon.
4332
43332007-08-22 Romain Francoise <romain@orebokech.com>
4334
4335 * make-dist: Follow reorganization of files in etc/.
4336
43372007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4338
4339 * configure.in: Add support for SVG images through librsvg2.
4340
43412007-07-28 Eli Zaretskii <eliz@gnu.org>
4342
4343 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
4344 to avoid an error message if there is no DOC there.
4345
43462007-07-25 Glenn Morris <rgm@gnu.org>
4347
4348 * Relicense all FSF files to GPLv3 or later.
4349
4350 * COPYING, info/COPYING: Switch to GPLv3.
4351
43522007-06-20 Jan Djärv <jan.h.d@swipnet.se>
4353
4354 * configure.in: Complain if X seems to be installed but no
4355 development files were found.
4356
43572007-06-20 Glenn Morris <rgm@gnu.org>
4358
4359 * configure.in: Prefer libgif over libungif.
4360
43612007-06-14 Jan Djärv <jan.h.d@swipnet.se>
4362
4363 * configure.in: Check for all image libraries before exiting.
4364
43652007-06-13 Jan Djärv <jan.h.d@swipnet.se>
4366
4367 * configure.in: Exit with error if image libraries aren't found.
4368
43692007-06-13 Chong Yidong <cyd@stupidchicken.com>
4370
4371 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
4372 when compiling without scrollbars.
4373
43742007-06-12 Glenn Morris <rgm@gnu.org>
4375
4376 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4377
43782007-06-11 Jan Djärv <jan.h.d@swipnet.se>
4379
4380 * configure.in: Change wording about yes/gtk and lucid/athena
4381 being synonyms.
4382
43832007-06-08 Glenn Morris <rgm@gnu.org>
4384
4385 * configure.in: Make gtk the default toolkit.
4386
43872007-06-07 Glenn Morris <rgm@gnu.org>
4388
4389 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
4390 for a Sun C compiler.
4391
4392 * Makefile.in (install-arch-indep): Install only the DOC- file
4393 specific to the build, if possible, rather than DOC-*.
4394
43952007-06-02 Chong Yidong <cyd@stupidchicken.com>
4396
4397 * Version 22.1 released.
4398
43992007-05-25 Chong Yidong <cyd@stupidchicken.com>
4400
4401 * mkinstalldirs: Sync to version in automake CVS.
4402
44032007-05-22 Andreas Schwab <schwab@suse.de>
4404
4405 * configure.in: Prefer build_alias over host when host_alias is not set.
4406 * configure: Regenerate.
4407
44082007-05-20 Andreas Schwab <schwab@suse.de>
4409
4410 * configure.in: Remove empty AC_SUBST.
4411 * configure: Regenerate.
4412
44132007-05-20 Nick Roberts <nickrob@snap.net.nz>
4414
4415 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
4416 it like others.
4417 * configure: Regenerate.
4418
44192007-05-20 Nick Roberts <nickrob@snap.net.nz>
4420
4421 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
4422 (AC_CHECK_LIB): Add -lgpm.
4423 * configure: Regenerate.
4424
44252007-05-03 Glenn Morris <rgm@gnu.org>
4426
4427 * configure: Tweak message about the absence of shell functions.
4428
44292007-04-27 Andreas Schwab <schwab@suse.de>
4430
4431 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
4432
44332007-04-26 Glenn Morris <rgm@gnu.org>
4434
4435 * README: Increase version to 22.1.50.
4436
44372007-04-24 Juanma Barranquero <lekktu@gmail.com>
4438
4439 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4440
44412007-04-19 Glenn Morris <rgm@gnu.org>
4442
4443 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4444
44452007-04-18 Glenn Morris <rgm@gnu.org>
4446
4447 * INSTALL: Mention CPP.
4448
44492007-04-15 Glenn Morris <rgm@gnu.org>
4450
4451 * FTP: Replace with a pointer to the web version.
4452
44532007-04-13 Glenn Morris <rgm@gnu.org>
4454
4455 * INSTALL: In lib-src, timer, wakeup, yow are removed.
4456
44572007-04-04 Glenn Morris <rgm@gnu.org>
4458
4459 * configure.in (NON_GNU_CPP): Use associated preprocessor when
4460 compiling with Sun Studio on Solaris.
4461
44622007-03-23 Glenn Morris <rgm@gnu.org>
4463
4464 * configure.in: Restore support for hp800 (removed 2007-01-27)
4465 following clarification of legal status.
4466
44672007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
4468
4469 * configure.in: Add support for AIX4.3 on IBM RS6000.
4470
4471 * configure: Regenerate.
4472
44732007-03-20 Richard Stallman <rms@gnu.org>
4474
4475 * configure.in: Fix previous change.
4476
44772007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
4478
4479 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4480 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4481 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4482
44832007-03-19 Chong Yidong <cyd@stupidchicken.com>
4484
4485 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4486 user specifies "without".
4487
4488 * configure: Regenerate.
4489
44902007-03-18 Jan Djärv <jan.h.d@swipnet.se>
4491
4492 * configure.in: Warning for Gtk+ and Cygwin added.
4493 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4494
44952007-02-27 Glenn Morris <rgm@gnu.org>
4496
4497 * make-dist (oldXMenu): Remove Imakefile.
4498 (etc/images): Add README.
4499
45002007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4501
4502 * configure.in (xtensa-*-linux-gnu*): New configuration.
4503
4504 * configure: Regenerate.
4505
45062007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4507
4508 * config.guess, config.sub: Updated from master source.
4509
45102007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4511
4512 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4513
45142007-01-29 Chong Yidong <cyd@stupidchicken.com>
4515
4516 * configure.in: Restore support for hp800's not running HP-UX.
4517
4518 * configure: Regenerate.
4519
45202007-01-27 Chong Yidong <cyd@stupidchicken.com>
4521
4522 * configure.in: Remove support for hp800 and sr2k machine types.
4523
4524 * configure: Regenerate.
4525
45262007-01-26 Jan Djärv <jan.h.d@swipnet.se>
4527
4528 * configure.in: Add check for libXft.
4529
45302007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4531
4532 * INSTALL: Info files moved to share/info.
4533
45342007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
4535
4536 * configure.in: Detect and use fink-installed in intel-based Mac
4537 builds; change Apple Darwin section to support both PowerPC and
4538 Intel-based Macs.
4539
45402006-12-26 Andreas Schwab <schwab@suse.de>
4541
4542 * Makefile.in (datarootdir): Define.
4543
45442006-12-24 Richard Stallman <rms@gnu.org>
4545
4546 * configure.in: Require Autoconf 2.61.
4547
45482006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
4549
4550 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4551 Remove redundant entry for powerpc-apple-netbsd.
4552
4553 * configure: Regenerate.
4554
45552006-12-22 Chong Yidong <cyd@stupidchicken.com>
4556
4557 * configure: Regenerate with autoconf 2.61.
4558
45592006-12-20 Jan Djärv <jan.h.d@swipnet.se>
4560
4561 * configure.in: Detect alsa/asoundlib.h also.
4562 * configure: Regenerate.
4563
45642006-12-19 Jan Djärv <jan.h.d@swipnet.se>
4565
4566 * configure.in: Check if GTK+ compiles at all.
4567
45682006-12-10 Andreas Schwab <schwab@suse.de>
4569
4570 * configure.in: Remove check for struct timezone, its result is
4571 never used.
4572
45732006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4574
4575 * configure.in: Add support for Solaris 10 on x86-64.
4576
45772006-12-08 Jan Djärv <jan.h.d@swipnet.se>
4578
4579 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4580 of PKG_CONFIG_PATH.
4581
45822006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4583
4584 * configure.in (HAVE_SYNC): New test.
4585
45862006-12-03 Glenn Morris <rgm@gnu.org>
4587
4588 * Makefile.in: Fix Copyright format.
4589
4590 * configure.in (AH_TOP): Add missing Copyright year.
4591
4592 * update-subdirs: Add missing Copyright years.
4593
45942006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
4595
4596 * Makefile.in: Touch only the parts of the share/emacs directory
4597 specific to this version.
4598
45992006-11-26 Chong Yidong <cyd@stupidchicken.com>
4600
4601 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4602
46032006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4604
4605 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4606
46072006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4608
4609 * configure.in: Prefer X11 to Carbon only when some X-specific
4610 option is specified (Thanks to Jan Djärv and Andreas Schwab).
4611
46122006-11-04 Romain Francoise <romain@orebokech.com>
4613
4614 * Makefile.in (bootstrap-clean-before): Fix typo.
4615 Use new target `bootstrap-clean' in the leim subdirectory.
4616
46172006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4618
4619 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4620
46212006-10-30 Chong Yidong <cyd@stupidchicken.com>
4622
4623 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
4624 directories.
4625
46262006-10-29 Jeramey Crawford <jeramey@jeramey.com>
4627
4628 * configure.in: Enable x86-64 OpenBSD compilation.
4629
46302006-10-28 Glenn Morris <rgm@gnu.org>
4631
4632 * AUTHORS: Add cal-html.el author.
4633
46342006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4635
4636 * make-dist: Make links to mac/make-package and
4637 mac/Emacs.app/Contents/Resources/Emacs.icns.
4638
46392006-10-27 Chong Yidong <cyd@stupidchicken.com>
4640
4641 * README: Bump version number to 22.0.90.
4642
46432006-10-23 Andreas Schwab <schwab@suse.de>
4644
4645 * configure.in: Make sure x_default_search_path is always set even
4646 when x_libraries is empty, and look in .../share as well for each
4647 library directory.
4648
46492006-09-28 Kenichi Handa <handa@m17n.org>
4650
4651 * configure.in (locallisppath): Don't include leim dir.
4652 (lisppath): Include leim dir.
4653
46542006-09-15 Jay Belanger <belanger@truman.edu>
4655
4656 * COPYING: Replace "Library Public License" by "Lesser Public
4657 License" throughout.
4658
46592006-09-11 Paul Eggert <eggert@cs.ucla.edu>
4660
4661 * make-dist (EMACS): Exit and fail if the EMACS environment
4662 variable is set to something other than an absolute file name.
4663
46642006-08-16 Andreas Schwab <schwab@suse.de>
4665
4666 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
4667 of hardcoding it.
4668
46692006-08-16 Richard Stallman <rms@gnu.org>
4670
4671 * INSTALL.CVS: Clean up wording.
4672
46732006-07-14 Eli Zaretskii <eliz@gnu.org>
4674
4675 * configure.in (PKG_CHECK_MODULES): Redirect the output of
4676 $PKG_CONFIG --exists "$2" to config.log.
4677 * configure: Regenerate.
4678
1a71cb28 46792006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
4680
4681 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
4682
46832006-07-09 Kim F. Storm <storm@cua.dk>
4684
4685 * CONTRIBUTE: Use outline format.
4686 Add section on copyright years (from admin/notes/years).
4687
46882006-07-08 Eli Zaretskii <eliz@gnu.org>
4689
4690 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
4691 to /dev/null, since we don't need the error message, just the
4692 exit status.
4693
46942006-07-07 Eli Zaretskii <eliz@gnu.org>
4695
4696 * CONTRIBUTE: Slight formatting changes and typo fixes.
4697 Add description of NEWS markings.
4698
46992006-07-07 Kim F. Storm <storm@cua.dk>
4700
4701 * CONTRIBUTE: Mention INSTALL.CVS.
4702
47032006-07-05 Romain Francoise <romain@orebokech.com>
4704
4705 * make-dist (top-level): Add CONTRIBUTE.
4706
47072006-07-04 Richard Stallman <rms@gnu.org>
4708
4709 * CONTRIBUTE: Much rewrite.
4710
47112006-07-04 Nick Roberts <nickrob@snap.net.nz>
4712
4713 * CONTRIBUTE: New file.
4714
47152006-06-24 Eli Zaretskii <eliz@gnu.org>
4716
4717 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
4718
47192006-05-18 Jan Djärv <jan.h.d@swipnet.se>
4720
4721 * configure.in: Add check for ALSA.
4722
47232006-05-06 Eli Zaretskii <eliz@gnu.org>
4724
4725 * Makefile.in (INFO_FILES): Remove emacs-xtra.
4726
4727 * info/dir: Remove the Emacs-Xtra entry.
4728
47292006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
4730
4731 Update copyright year(s) in many files.
4732
47332006-04-01 Eli Zaretskii <eliz@gnu.org>
4734
4735 * configure: Regenerated.
4736
47372006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4738
4739 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4740 --without-toolkit-scroll-bars was specified.
4741
47422006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
4743
4744 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4745 to CFLAGS. Update Copyright years written to src/config.in.
4746
47472006-03-18 Claudio Fontana <claudio@gnu.org>
4748
4749 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4750 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4751 to be installed/uninstalled.
4752 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4753 to Info files installed by Emacs.
4754
47552006-03-03 Claudio Fontana <claudio@gnu.org>
4756
4757 * Makefile.in (install, uninstall): Add DESTDIR variable to
4758 support staged installations.
4759
47602006-02-14 Richard M. Stallman <rms@gnu.org>
4761
4762 * configure.in (s390x-*-linux-gnu*): New configuration.
4763
47642006-01-31 Jan Djärv <jan.h.d@swipnet.se>
4765
4766 * configure.in: Require GTK 2.4 or newer.
4767
47682006-01-29 Michael Olson <mwolson@gnu.org>
4769
4770 * Makefile.in (install-arch-indep, uninstall): Add ERC.
4771 * info/dir (ERC): New entry.
4772
47732006-01-29 Eli Zaretskii <eliz@gnu.org>
4774
4775 * info/dir: Fix last change.
4776
47772006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4778
4779 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4780
47812006-01-27 Eli Zaretskii <eliz@gnu.org>
4782
4783 * info/dir: Untabify the whole file.
4784 (Rcirc): New entry.
4785
47862006-01-12 Andreas Schwab <schwab@suse.de>
4787
4788 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4789 check.
4790
47912006-01-02 Chong Yidong <cyd@stupidchicken.com>
4792
4793 * configure.in: Use -Wno-pointer-sign if available.
4794
47952005-12-29 Andreas Schwab <schwab@suse.de>
4796
4797 * config.guess, config.sub: Updated from master source.
4798
47992005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4800
4801 * configure.in: Use amdx86-64 for freebsd on x86_64.
4802
48032005-11-22 Romain Francoise <romain@orebokech.com>
4804
4805 * make-dist: Add etc/images/icons.
4806
48072005-11-03 Andreas Schwab <schwab@suse.de>
4808
4809 * configure.in: Use GZIP_PROG instead of GZIP.
4810
4811 * Makefile.in (GZIP_PROG): Renamed from GZIP.
4812 (install-arch-indep): Adjust.
4813
48142005-11-01 Andreas Schwab <schwab@suse.de>
4815
4816 * Makefile.in (bootstrap): Fix dependencies for parallel build.
4817 (bootfast): Likewise.
4818
48192005-11-01 Romain Francoise <romain@orebokech.com>
4820
4821 * configure.in: Check for gzip.
4822
4823 * Makefile.in (install): Compress source files.
4824
48252005-10-24 Steven Tamm <steventamm@mac.com>
4826
4827 * configure.in: Fix darwin386 configuration issue.
4828
48292005-10-22 Eli Zaretskii <eliz@gnu.org>
4830
4831 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
4832
48332005-10-17 Bill Wohler <wohler@newt.com>
4834
4835 * make-dist: Create and populate etc/images/low-color.
4836
48372005-10-15 Bill Wohler <wohler@newt.com>
4838
4839 * make-dist: Create and populate etc/images/gud.
4840
48412005-10-08 Richard M. Stallman <rms@gnu.org>
4842
4843 * make-dist (tempparent): Don't check for 14-char file name limit.
4844
48452005-10-07 Romain Francoise <romain@orebokech.com>
4846
4847 * make-dist: Add etc/images/ezimage and etc/images/mail
4848 directories. Install images in etc/images.
4849
48502005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4851
4852 * configure.in: Prefer Carbon if --enable-carbon-app or
4853 --with-carbon is explicitly specified even when X11 is detected.
4854
48552005-09-15 Ulf Jasper <ulf.jasper@web.de>
4856
4857 * Makefile.in (install-arch-indep, uninstall):
4858 Handle newsticker manual.
4859 (info): Add - to commands.
4860
48612005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
4862
4863 Remove the MAXPATHLEN limitations:
4864
4865 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
4866
48672005-09-09 Eli Zaretskii <eliz@gnu.org>
4868
4869 * configure.in <lynxsos*>: Support for LynxOS on PPC.
4870 * configure: Regenerate.
4871
48722005-09-05 Paul Eggert <eggert@cs.ucla.edu>
4873
4874 * config.guess, config.sub: Updated from master source.
4875
48762005-08-03 Juanma Barranquero <lekktu@gmail.com>
4877
4878 * .cvsignore: Add `lock'.
4879
48802005-07-28 Juanma Barranquero <lekktu@gmail.com>
4881
4882 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
4883
48842005-07-26 Paul Eggert <eggert@cs.ucla.edu>
4885
4886 Merge gnulib getopt implementation into Emacs.
4887
4888 * Makefile.in (AUTOCONF_INPUTS): New macro.
4889 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
4890 so that these files also depend on m4/getopt.m4.
4891 * configure.in: Configure getopt by including m4/getopt.m4,
4892 and configuring a getopt replacement if necessary.
4893 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
4894 * m4/getopt.m4: New file.
4895
48962005-07-06 Lute Kamstra <lute@gnu.org>
4897
4898 * configure.in: Fix capitalization.
4899
49002005-07-04 Lute Kamstra <lute@gnu.org>
4901
4902 Update FSF's address in GPL notices.
4903
49042005-06-19 Jérôme Marant <jerome@marant.org>
4905
4906 * Makefile.in (epaths-force): Protect both lisppath and
4907 buildlisppath from whitespace.
4908
49092005-06-08 Steven Tamm <steventamm@mac.com>
4910
090bd7cb 4911 * configure.in: Support Darwin/MacOSX on Intel.
067d23c9
KY
4912
49132005-06-06 Jan Djärv <jan.h.d@swipnet.se>
4914
4915 * configure.in (HAVE_CANCELMENUTRACKING): New test.
4916
1a71cb28 49172005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
4918
4919 * configure.in: Add --enable-locallisppath.
4920
49212005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4922
4923 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
4924 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
4925 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
4926
49272005-05-07 Jérôme Marant <jerome@marant.org>
4928
4929 * make-dist: Remove references to makefile.nt and makefile.def.
4930 Include widgets and images subdirectories of etc. Do not exclude
4931 ldefs-boot.el.
4932
49332005-04-23 Andreas Schwab <schwab@suse.de>
4934
4935 * configure.in: Remove duplicate match for powerpc configuration.
4936
49372005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
4938
4939 * configure.in: Check for <pwd.h>.
4940
49412005-04-14 Lute Kamstra <lute@gnu.org>
4942
4943 * make-dist: Distribute all ChangeLog files in lisp/.
4944 Don't distribute ldefs-boot.el.
4945 lisp/makefile.nt no longer exists.
4946
49472005-04-13 Lute Kamstra <lute@gnu.org>
4948
4949 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
4950 for "no-byte-compile: t" in the file instead.
4951
49522005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4953
4954 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
4955 shadow the main Lesstif/Motif-2.1 libs and includes.
4956
49572005-03-10 Jan Djärv <jan.h.d@swipnet.se>
4958
4959 * configure.in: Only add XASSERTS to cppflags.
4960
49612005-03-04 Jan Djärv <jan.h.d@swipnet.se>
4962
4963 * configure.in: Added --enable-asserts.
4964
49652005-02-09 Kim F. Storm <storm@cua.dk>
4966
4967 Change release version from 21.4 to 22.1 throughout.
4968 Change development version from 21.3.50 to 22.0.50.
4969
49702005-01-19 Steven Tamm <steventamm@mac.com>
4971
4972 * configure.in: Check for <sys/utsname.h>.
4973
49742004-12-11 Kim F. Storm <storm@cua.dk>
4975
4976 * Makefile.in (info): Undo 2004-12-05 change.
4977
49782004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4979
4980 * info/dir (File): Add URL and Org Mode manuals.
4981 * Makefile.in (install-arch-indep, uninstall): Add url and org
4982 manuals.
4983
49842004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
4987 committed to src/config.in.
4988
49892004-12-07 Jan Djärv <jan.h.d@swipnet.se>
4990
4991 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
4992 pthreads and define HAVE_GTK_AND_PTHREAD.
4993
49942004-12-05 Richard M. Stallman <rms@gnu.org>
4995
4996 * Makefile.in (info): Ignore errors building info files.
4997
49982004-11-27 Eli Zaretskii <eliz@gnu.org>
4999
5000 * config.bat: If 8-byte alignment is not supported, define
5001 NO_DECL_ALIGN in src/config.h, instead of trivially defining
5002 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
5003 filter through Sed to remove the quotes.
5004
50052004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
5008 not apply to files explicitly `cvs add'ed.
5009
50102004-11-12 Eli Zaretskii <eliz@gnu.org>
5011
5012 * config.bat: Don't require djecho.exe for the v1.x build.
5013 Add a test for DECL_ALIGN support, and add a trivial definition to
5014 src/config.h if 8-byte alignment is not supported.
5015
50162004-11-08 Kim F. Storm <storm@cua.dk>
5017
5018 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
5019 files before building.
5020 (bootfast, bootstrap-clean-before-fast): New targets, like
5021 bootstrap but don't remove .elc files.
5022
50232004-11-06 Lars Brinkhoff <lars@nocrew.org>
5024
5025 * configure.in: Add check for getrusage.
5026
50272004-11-02 Jan Djärv <jan.h.d@swipnet.se>
5028
5029 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
5030 New tests for new and old GTK file dialogs.
5031 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
5032 to no.
5033
50342004-10-20 Jan Djärv <jan.h.d@swipnet.se>
5035
5036 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
5037 can be set. Remove SETARCH test.
5038
50392004-10-08 Steven Tamm <steventamm@mac.com>
5040
5041 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
5042
50432004-10-06 Jan Djärv <jan.h.d@swipnet.se>
5044
5045 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
5046 AC_MSG_WARN. Move output of warning message to end of configure run.
5047
50482004-10-05 Jan Djärv <jan.h.d@swipnet.se>
5049
5050 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
5051 Run test to see if heap start address is random.
5052
50532004-09-29 Miles Bader <miles@gnu.org>
5054
5055 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
5056 if setarch is present.
5057
50582004-09-25 Jan Djärv <jan.h.d@swipnet.se>
5059
5060 * configure.in (HAVE_EXECSHIELD): Only define on x86.
5061
50622004-09-24 Jan Djärv <jan.h.d@swipnet.se>
5063
5064 * configure.in: Check for exec-shield.
5065
1a71cb28
GM
50662004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
5067
5068 * Makefile.in (install-arch-indep): Add pgg and sieve.
5069
5070 * info/.cvsignore: Added pgg and sieve.
5071
067d23c9
KY
50722004-08-06 Andreas Schwab <schwab@suse.de>
5073
5074 * Makefile.in (install-arch-indep, uninstall): Add flymake.
5075
50762004-07-31 Eli Zaretskii <eliz@gnu.org>
5077
5078 * config.bat: Update URLs in the comments.
5079
067d23c9
KY
50802004-07-05 Andreas Schwab <schwab@suse.de>
5081
5082 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
5083
50842004-06-21 Kenichi Handa <handa@m17n.org>
5085
5086 * make-dist: Link leim-ext.el into tempdir.
5087
50882004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5089
5090 * info/dir (File): Add emacs-xtra.
5091 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
5092
50932004-06-12 Juri Linkov <juri@jurta.org>
5094
5095 * info/dir: Move menu help lines from `* Menu:' to file header.
5096 Describe the purpose of a red *.
5097
50982004-05-04 Dave Love <fx@gnu.org>
5099
5100 * configure.in: Don't use `extrasub'.
5101
51022004-04-29 Dave Love <fx@gnu.org>
5103
5104 * configure.in: Don't forget to quote args to `test'.
5105
51062004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
5107
5108 * autogen.sh: Update filename in "please read" message.
5109
51102004-04-17 Richard M. Stallman <rms@gnu.org>
5111
5112 * INSTALL: Move the info about site-lisp dirs,
5113 and say uninstalled Emacs looks there too.
5114
51152004-04-04 Eli Zaretskii <eliz@gnu.org>
5116
5117 * config.bat (lib-src): Recognize comment lines in Makefile.in
5118 that have a TAB after the #, to avoid errors in preprocessing with
5119 GCC 3.3.3.
5120
51212004-03-31 Luc Teirlinck <teirllm@auburn.edu>
5122
5123 * Makefile.in: Mention in comment that `make maintainer-clean'
5124 deletes .elc files.
5125
51262004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5127
5128 * update-subdirs: Add local variables to prevent byte-compiling.
5129
51302004-03-21 Dave Love <fx@gnu.org>
5131
5132 * configure.in: Fix previous change.
5133
51342004-03-18 Dave Love <fx@gnu.org>
5135
5136 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
5137
51382004-03-15 Luc Teirlinck <teirllm@auburn.edu>
5139
5140 * info/dir (File): Add SMTP and SES.
5141
51422004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
5145 (bootstrap): Use the new bootstrap-prepare target in lisp.
5146
51472004-02-18 Kim F. Storm <storm@cua.dk>
5148
5149 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
5150
51512004-02-16 Eli Zaretskii <eliz@gnu.org>
5152
5153 * make-dist: Don't link index.*perm and permute-index into tempdir.
5154
51552004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5156
5157 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
5158 to match previous changes by Eli Zaretskii.
5159
51602004-02-09 Luc Teirlinck <teirllm@auburn.edu>
5161
5162 * Makefile.in: Set CDPATH to an empty string.
5163
51642004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5165
5166 * configure.in <darwin>: Use fink packages if available.
5167
51682004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
5169
5170 * make-dist (lispref): Do include lispref/index.texi.
5171
51722004-01-06 Eric Hanchrow <offby1@blarg.net>
5173
5174 * make-dist (tempdir): Include cursors in nt/icons.
5175
51762003-12-30 Eli Zaretskii <eliz@gnu.org>
5177
5178 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
5179 clashes with install-sh on 8+3 filesystems.
5180
1a71cb28 51812003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
5182
5183 * .cvsignore: Add .arch-inventory.
5184
51852003-12-24 Andreas Schwab <schwab@suse.de>
5186
5187 * configure.in: Check for <sys/socket.h>. Include it before
5188 including <net/if.h>. Move check for <net/if.h> before its use.
5189
51902003-12-24 Jan Djärv <jan.h.d@swipnet.se>
5191
5192 * Makefile.in (install-arch-dep): Don't let cd output go into
5193 pipe for carbon_appdir.
5194
51952003-12-24 Andreas Schwab <schwab@suse.de>
5196
5197 * configure.in (PKG_CHECK_MODULES): Fix quoting.
5198
51992003-12-01 Andreas Schwab <schwab@suse.de>
5200
5201 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
5202 hardcoding gcc.
5203
52042003-11-16 Jan Djärv <jan.h.d@swipnet.se>
5205
5206 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
5207 multiple displays.
5208 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
5209
52102003-09-23 Dave Love <fx@gnu.org>
5211
5212 * configure.in: Check members of struct ifreq.
5213
52142003-09-14 Kim F. Storm <storm@cua.dk>
5215
5216 * configure.in: Add checks for sys/ioctl.h and net/if.h.
5217
52182003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
5219
5220 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
5221
52222003-08-18 Lute Kamstra <lute@gnu.org>
5223
5224 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
5225 required anymore.
5226
52272003-08-07 Andrew Choi <akochoi@shaw.ca>
5228
5229 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
5230 option instead of -traditional-cpp for CPP.
5231
52322003-07-29 Richard M. Stallman <rms@gnu.org>
5233
5234 * configure.in (HAVE_XIM): Define if XIM is available.
5235
52362003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5237
5238 * configure.in: The function gtk_window_set_icon_from_file was
5239 introduced in GTK+ 2.2, so check for that release.
5240
52412003-07-23 Andreas Schwab <schwab@suse.de>
5242
5243 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
5244
5245 * Makefile.in (YACC): Remove, not used.
5246 (MAINT): Don't set.
5247 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
5248 disable dependency on ${srcdir}/configure.in when maintainer mode
5249 is disabled.
5250
52512003-07-22 Dave Love <fx@gnu.org>
5252
5253 * configure.in: Make XRegisterIMInstantiateCallback test depend on
5254 HAVE_X11, not with_xim.
5255 (HAVE_CRTIN): Provide template.
5256 <with_png>: Test for png.h and libpng/png.h.
5257
52582003-07-15 Andreas Schwab <schwab@suse.de>
5259
5260 * configure.in: Temporarily leave quoting for AC_DEFINE.
5261
52622003-07-13 Stefan Monnier <monnier@cs.yale.edu>
5263
5264 * configure.in: Check for posix_memalign.
5265
52662003-07-12 Richard M. Stallman <rms@gnu.org>
5267
5268 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
5269
52702003-07-09 Kim F. Storm <storm@cua.dk>
5271
5272 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
5273 functionality of --without-xim.
5274
52752003-06-29 Dave Love <fx@gnu.org>
5276
5277 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
5278
52792003-06-23 Dave Love <fx@gnu.org>
5280
5281 * configure.in: Check for sys/_mbstate_t.h.
5282 Test XRegisterIMInstantiateCallback prototype.
5283 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
5284
52852003-06-06 Dave Love <fx@gnu.org>
5286
5287 * configure.in: Check for locale.h.
5288
52892003-06-05 Dave Love <fx@gnu.org>
5290
5291 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
5292 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5293 (NLIST_STRUCT): Don't define.
5294 (AH_BOTTOM): Define my_strftime.
5295
52962003-06-02 Richard M. Stallman <rms@gnu.org>
5297
5298 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
5299
53002003-05-24 Andreas Schwab <schwab@suse.de>
5301
5302 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
5303 bzero, and bcmp.
5304
53052003-05-22 Dave Love <fx@gnu.org>
5306
5307 * configure.in: Remove redundant test for term.h. Test for difftime.
5308
53092003-05-20 Dave Love <fx@gnu.org>
5310
5311 * configure.in: Append * to s390-*-linux-gnu case.
5312 (LIBMAIL) <lockfile>: Don't define.
5313
067d23c9
KY
53142003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5315
5316 * INSTALL (* GNU/Linux development packages): Mention Debian and
5317 RedHat package names.
5318
53192003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
5320
5321 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5322
53232003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5324
5325 * INSTALL (* GNU/Linux development packages): Tell people to
5326 install additional packages for compiling Emacs.
5327
1a71cb28
GM
53282003-04-30 Richard M. Stallman <rms@gnu.org>
5329
5330 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5331
53322003-04-28 Francesco Potortì <pot@gnu.org>
5333
5334 * configure.in: Undo last (RMS') change, as it is useless, per
5335 Dave Love.
5336
53372003-04-08 Richard M. Stallman <rms@gnu.org>
5338
5339 * configure.in: Put #include of jpeglib.h at start of line.
5340
067d23c9
KY
53412003-04-06 Francesco Potortì <pot@gnu.org>
5342
5343 * configure.in: Use the same configuration for all aix5, not just
5344 aix5.1.
5345
53462003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
5347
5348 * configure.in: Check for need for bigtoc support on IBM AIX for
5349 solving a linker table overflow problem.
5350
53512003-03-03 Rob Browning <rlb@defaultvalue.org>
5352
5353 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
5354 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
5355 over bzero, bcmp, and bcopy.
5356
53572003-02-23 Simon Josefsson <jas@extundo.com>
5358
5359 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
5360
53612003-02-21 Klaus Zeitler <kzeitler@lucent.com>
5362
5363 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
5364
53652003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
5366
5367 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
5368
53692003-02-08 Andreas Schwab <schwab@suse.de>
5370
5371 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
5372 instead of the substitution.
5373
53742003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5375
5376 * Makefile.in: Use @EXEEXT@ for Cygwin.
5377 Use USERNAME if LOGNAME is not set (for Cygwin).
5378
5379 * configure.in: Add opsys=cygwin.
5380
53812003-01-22 Andreas Schwab <schwab@suse.de>
5382
5383 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
5384 redefining it explicitly in src/config.in.
5385
53862003-01-22 Markus Rost <rost@math.ohio-state.edu>
5387
5388 * Makefile.in (bootstrap): Make bootstrap-after.
5389
53902003-01-20 Jan Djärv <jan.h.d@swipnet.se>
5391
5392 * configure.in: Fix --with-gtk.
5393
53942003-01-19 Jan Djärv <jan.h.d@swipnet.se>
5395
090bd7cb 5396 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
067d23c9
KY
5397
5398 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
5399
54002003-01-14 Francesco Potortì <pot@gnu.org>
5401
5402 * configure.in (m68k-motorola-sysv): Remove (obsolete).
5403
54042003-01-07 Steven Tamm <steventamm@mac.com>
5405
5406 * configure.in: New option, --enable-carbon-app, to specify
5407 that the application should be installed
5408 * Makefile.in (install-arch-dep): On Mac OS X, install the
090bd7cb 5409 Emacs.app application if carbon-app is enabled.
067d23c9
KY
5410
54112003-01-06 Dave Love <fx@gnu.org>
5412
5413 * configure.in: Check for nl_langinfo.
5414 [!HAVE_SIZE_T]: Fix typedef.
5415
54162003-01-06 David Kastrup <dak@gnu.org>
5417
5418 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
5419
5420 * configure.in: Add tests for install-info.
5421
54222002-12-09 Markus Rost <rost@math.ohio-state.edu>
5423
5424 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
5425 use again sol2-6 instead of sol2-8.
5426
54272002-12-09 Dave Love <fx@gnu.org>
5428
5429 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
5430
54312002-12-08 Andreas Schwab <schwab@suse.de>
5432
5433 * Makefile.in (install-arch-indep): Revert last change.
5434
54352002-11-27 Dave Love <fx@gnu.org>
5436
5437 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
5438 Check for __sys_siglist too. Check for memset.
5439 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
5440
54412002-11-22 Juanma Barranquero <lektu@terra.es>
5442
5443 * config.guess, config.sub: Updated from master source.
5444
54452002-11-19 Karl Fogel <kfogel@red-bean.com>
5446
5447 * autogen.sh: New file.
5448
1a71cb28 54492002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
5450
5451 * configure.in: Tidy up various quoting issues throughout.
5452 Use AC_GNU_SOURCE.
5453 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
5454 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5455 Maybe define bcopy, bzero, bcmp.
5456 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5457 non-existent machine file).
5458 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5459 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5460 (nlist.h): Move test up.
5461
54622002-11-18 Markus Rost <rost@math.ohio-state.edu>
5463
5464 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
5465
54662002-11-14 Francesco Potortì <pot@gnu.org>
5467
5468 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
5469
54702002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5471
5472 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5473
54742002-11-08 Dave Love <fx@gnu.org>
5475
5476 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5477 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5478
54792002-11-07 Miles Bader <miles@gnu.org>
5480
5481 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5482 Handle separate-build-dir case.
5483
54842002-11-06 Richard M. Stallman <rms@gnu.org>
5485
5486 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5487 bulletproof. $bar may be empty when there are no .elc files.
5488
54892002-10-30 Dave Love <fx@gnu.org>
5490
5491 * configure.in: Require autoconf 2.53. Test for pty.h,
5492 sys/mman.h, sys/param.h, mremap, memmove.
5493 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
5494 (AC_PROG_YACC): Delete.
5495 (size_t): Use AC_CHECK_TYPES.
5496 (AH_TOP): Up-date copyright.
5497
54982002-10-01 Juanma Barranquero <lektu@terra.es>
5499
5500 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5501
55022002-09-19 Richard M. Stallman <rms@gnu.org>
5503
5504 * configure.in: Fix the LessTif-directory-finder for real.
5505
55062002-09-14 Richard M. Stallman <rms@gnu.org>
5507
5508 * Makefile.in (maybe_bootstrap): Test for complete absence
5509 of compiled Lisp files.
5510
55112002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5512
5513 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5514 (bootstrap-clean-after): Delete.
5515 (bootstrap): Make the sequencing explicit.
5516
55172002-09-10 Richard M. Stallman <rms@gnu.org>
5518
5519 * configure.in: Fix previous LessTif change.
5520
55212002-09-09 Richard M. Stallman <rms@gnu.org>
5522
5523 * configure.in (powerpcle-*-solaris2.5*): New configuration.
5524 (powerpcle-*-solaris*): Use version 2.6 as default.
5525 (*-sunos5.6*, *-solaris2.6*): New alternative.
5526 (*-sunos5*): Use version 2.6 as default.
5527
55282002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5529
5530 * configure.in: Fix typo.
5531
55322002-09-05 Richard M. Stallman <rms@gnu.org>
5533
5534 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5535
5536 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5537 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5538
55392002-08-26 Kim F. Storm <storm@cua.dk>
5540
5541 * Makefile.in (install-arch-indep): Do not remove DOC file
5542 when it is the only DOC file installed; this is the case when
5543 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
5544
55452002-07-24 Markus Rost <rost@math.ohio-state.edu>
5546
5547 * configure.in: Fix typo.
5548
55492002-07-24 Richard M. Stallman <rms@gnu.org>
5550
5551 * configure.in: Don't print anything special about gamedir.
5552
5553 * configure.in: Delete nonstandard --with-game-user option.
5554
55552002-07-21 Richard M. Stallman <rms@gnu.org>
5556
5557 * Makefile.in (gamedir, localstatedir): New variables.
5558 (epaths-force): Insert value of gamedir into PATH_GAME.
5559
5560 * configure.in (gamedir): Handle it like lispdir.
5561 (--with-game-dir option): Delete.
5562
55632002-06-21 Pavel Janík <Pavel@Janik.cz>
5564
5565 * configure.in: Add support for mipseb-*-netbsd* machines.
5566
55672002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5568
5569 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5570
55712002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5572
5573 * info/dir (File): Add an entry for Tramp.
5574
55752002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5576
5577 * INSTALL-CVS: New file.
5578
55792002-06-07 Andreas Schwab <schwab@suse.de>
5580
5581 * configure.in (x86_64-*-linux-gnu*): New system.
5582
55832002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
5584
5585 * config.bat: Handle the case when lispintro is truncated to lispintr.
5586
55872002-05-26 Paul Eggert <eggert@twinsun.com>
5588
5589 * config.guess, config.sub: Updated from master source.
5590
55912002-05-09 Richard M. Stallman <rms@gnu.org>
5592
5593 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5594
55952002-05-04 Pavel Janík <Pavel@Janik.cz>
5596
5597 * make-dist: Do not distribute lock/ directory.
5598
55992002-04-30 Andrew Choi <akochoi@shaw.ca>
5600
5601 * configure.in: Provide documentation string when defining
5602 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5603 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5604
1a71cb28 56052002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
5606
5607 * configure.in: Delete configure check for access to the game user.
5608
56092002-04-29 Pavel Janík <Pavel@Janik.cz>
5610
5611 * make-dist: lwlib/Imakefile is removed.
5612
56132002-04-26 Andrew Choi <akochoi@shaw.ca>
5614
5615 * configure.in: Add support for powerpc-apple-darwin*.
5616 (HAVE_CARBON): Add.
5617
5618 * make-dist: Create directories in mac/Emacs.app.
5619
56202002-04-25 Pavel Janík <Pavel@Janik.cz>
5621
5622 * make-dist: lwlib-Xol* are removed.
5623
56242002-04-23 Andreas Schwab <schwab@suse.de>
5625
5626 * Makefile.in (MAINT): New variable.
5627 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
5628 instead of configure.in, to avoid running autoconf and autoheader
5629 unless explicitly requested.
5630
56312002-04-16 Eli Zaretskii <eliz@gnu.org>
5632
5633 * config.bat: Update for msdos/sed2v2.inp.
5634
56352002-04-15 Andreas Schwab <schwab@suse.de>
5636
5637 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
5638 * configure.in: Add config header templates to all AC_DEFINE and
5639 AC_DEFINE_UNQUOTED symbols.
5640 * make-dist: Run autoheader if necessary.
5641
56422002-04-10 Colin Walters <walters@verbum.org>
5643
5644 * configure.in: Add --game-dir, --game-user. Test to see if we
5645 can use them.
5646
56472002-04-08 Pavel Janík <Pavel@Janik.cz>
5648
5649 * configure.in: Add --with-sound.
5650
56512002-03-18 Kim F. Storm <storm@cua.dk>
5652
5653 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
5654 and getsockname functions. Test for sys/un.h include file.
5655
56562002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5657
5658 * configure.in: Support AIX 5.1.
5659
56602002-03-10 Jan Djärv <jan.h.d@swipnet.se>
5661
5662 * configure.in: Added test for X Session Management (HAVE_X_SM).
5663
56642002-03-03 Richard M. Stallman <rms@gnu.org>
5665
5666 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
5667 Run chown $${LOGNAME} on files installed by tar xvf.
5668
56692002-03-03 Kim F. Storm <storm@cua.dk>
5670
5671 * configure.in: Test for getpeername.
5672
56732002-03-01 Richard M. Stallman <rms@gnu.org>
5674
5675 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
5676 (HAVE_GIF): Don't use old libungif versions that crash.
5677
56782002-02-26 Richard M. Stallman <rms@gnu.org>
5679
5680 * configure.in <making srcdir absolute>: Verify that PWD is correct,
5681 not just well-formed and valid.
5682 (mips-compaq-nonstopux*): New configuration.
5683
56842002-02-18 Paul Eggert <eggert@twinsun.com>
5685
5686 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
5687 "sed q" is a portable equivalent to plain "head -1".
5688
56892002-02-13 Richard M. Stallman <rms@gnu.org>
5690
5691 * Makefile.in (maybe_bootstrap): Do `exit 1'.
5692 (all): Don't depend on maybe_bootstrap here.
5693 (${SUBDIR}): Depend on it here instead.
5694
56952002-02-08 Richard M. Stallman <rms@gnu.org>
5696
5697 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
5698
56992002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5700
5701 * configure.in: Recognize BSD/OS 5.0.
5702
57032002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5704
5705 * make-dist: Make version checking in emacs.texi consistent with
5706 how we set it there.
5707
57082001-12-29 Kim F. Storm <storm@cua.dk>
5709
5710 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
5711
57122001-12-28 Richard M. Stallman <rms@gnu.org>
5713
5714 * configure.in: Test for mbsinit.
5715
57162001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5717
5718 These changes make Leim part of the standard distribution:
5719
5720 * README: Add info about the `leim' directory.
5721
5722 * INSTALL: Remove text that describes Leim as a separate package.
5723
5724 * noleim-Makefile.in: File removed.
5725
5726 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5727 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
5728 Leim files out of the Emacs tree. Don't prepare a separate tarball
5729 for Leim.
5730
57312001-12-11 Richard M. Stallman <rms@gnu.org>
5732
5733 * configure.in (hppa*-*-linux-gnu*): New alternative.
5734
57352001-12-08 Pavel Janík <Pavel@Janik.cz>
5736
5737 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5738 creating distribution.
5739
57402001-12-06 Paul Eggert <eggert@twinsun.com>
5741
5742 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5743 (AC_FUNC_VFORK): Remove.
5744 (AC_FUNC_FORK): Add.
5745 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5746 this is required by recent Autoconf versions.
5747
57482001-12-02 Pavel Janík <Pavel@Janik.cz>
5749
5750 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5751 TODO, vms-pp.trans and others).
5752
57532001-11-29 Pavel Janík <Pavel@Janik.cz>
5754
5755 * make-dist: Use COPYING from the top-level directory.
5756
57572001-11-29 Gerd Moellmann <gerd@gnu.org>
5758
5759 * configure.in: Add support for FreeBSD/Alpha.
5760
57612001-11-29 Pavel Janík <Pavel@Janik.cz>
5762
5763 * make-dist: Add COPYING to the top-level directory of the
5764 distribution. Simplify the logic behind copying.
5765
5766 * Makefile.in (maybe_bootstrap): Fix previous change.
5767
57682001-11-28 Richard M. Stallman <rms@gnu.org>
5769
5770 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5771
57722001-11-26 Richard M. Stallman <rms@gnu.org>
5773
5774 * Makefile.in: bootstrap should not delete dumped executables.
5775 (bootstrap-clean-before): New target.
5776 (bootstrap): Use bootstrap-clean-before instead of clean.
5777 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
5778
57792001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
5780
5781 These changes add the Emacs Lisp Introduction manual to the
5782 distribution:
5783
5784 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5785
5786 * make-dist: Copy the files in lispintro directory.
5787
5788 * config.bat: Configure in the lispintro directory.
5789
5790 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
5791
5792 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
5793 (lispintro/Makefile): New target.
5794 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
5795 (unlock, relock, info, dvi): Ditto.
5796
57972001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5798
5799 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
5800
5801 * make-dist (etc): Don't distribute gfdl.1.
5802
58032001-11-22 Colin Walters <walters@debian.org>
5804
5805 * Makefile.in (install-arch-indep): Install the calc .info files.
5806 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5807
58082001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5809
5810 * make-dist (lispref): Add *.txt, *.el, permute-index, and
5811 tindex.pl to the list of those being put into the distribution.
5812
58132001-11-16 Eli Zaretskii <eliz@gnu.org>
5814
5815 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
5816
58172001-11-15 Pavel Janík <Pavel@Janik.cz>
5818
5819 * Makefile.in (uninstall): Fix previous change.
5820
5821 * configure.in, Makefile.in: Add support for --program-prefix,
5822 --program-suffix and --program-transform-name options.
5823
58242001-11-13 Pavel Janík <Pavel@Janik.cz>
5825
5826 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
5827 (install-arch-indep): Install emacsclient manual page.
5828 (uninstall): Uninstall emacsclient manual page.
5829
58302001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
5831
5832 * make-dist: Add lispref/index.*perm files to the distribution.
5833 From Pavel Janík <Pavel@Janik.cz>.
5834
58352001-11-12 Pavel Janík <Pavel@Janik.cz>
5836
5837 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
5838
58392001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5840
5841 * configure.in: AC_OUTPUT lispref/Makefile.
5842
58432001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5844
5845 The following changes add the ELisp reference manual to the
5846 distribution.
5847
5848 * make-dist: Add the lispref directory to the distribution.
5849
5850 * Makefile.in (install-arch-indep): Add elisp* to the list of
5851 installed Info files.
5852 (SUBDIR_MAKEFILES): Add lispref/Makefile.
5853 (lispref/Makefile): New target.
5854 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
5855 Add commands for the lispref directory.
5856 (info, dvi): Ditto.
5857
5858 * config.bat: Configure in `lispref'.
5859
58602001-11-09 Richard M. Stallman <rms@gnu.org>
5861
5862 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
5863
58642001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
5865
5866 * make-dist (tempdir): Copy AUTHORS as well.
5867
58682001-11-06 Sam Steingold <sds@gnu.org>
5869
5870 * configure.in: Added a check for <nlist.h>.
5871
58722001-11-01 Pavel Janík <Pavel@Janik.cz>
5873
5874 * configure.in: Reindent --help output.
5875 From Per Starbäck (starback@ling.uu.se).
5876
58772001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5878
5879 * configure.in: New entry for HP/UX-11.
5880
5881 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
5882 From Eric S. Raymond <esr@golux.thyrsus.com>.
5883
58842001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5885
5886 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
5887 <athornton@sinenomine.net>.
5888
58892001-10-25 Gerd Moellmann <gerd@gnu.org>
5890
5891 * Makefile.in (maybe_bootstrap): New target.
5892 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5893
58942001-10-24 Ken Raeburn <raeburn@gnu.org>
5895
5896 * configure.in: If --with-hesiod is given, look for
5897 hes_getmailhost and res_send or __res_send; check hesiod and
5898 resolv libraries respectively if system libraries don't supply them.
5899
59002001-10-24 Gerd Moellmann <gerd@gnu.org>
5901
5902 * configure.in: Use $MAKE for `make' if set.
5903
59042001-10-22 Gerd Moellmann <gerd@gnu.org>
5905
5906 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
5907 to tar options.
5908
59092001-10-20 Gerd Moellmann <gerd@gnu.org>
5910
5911 * (Version 21.1 released).
5912
59132001-10-20 Miles Bader <miles@gnu.org>
5914
5915 * configure.in (configuration): Set from `host' if `host_alias'
5916 isn't defined.
5917
59182001-10-19 Andreas Schwab <schwab@suse.de>
5919
5920 * configure.in: Make ready for autoconf 2.5x.
5921 (AC_PREREQ): Require autoconf 2.50.
5922 * aclocal.m4: Removed.
5923 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
5924
59252001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5926
5927 * README: Bump Emacs version to 21.1.50.
5928
59292001-10-05 Gerd Moellmann <gerd@gnu.org>
5930
5931 * Branch for 21.1.
5932
59332001-09-05 Gerd Moellmann <gerd@gnu.org>
5934
5935 * configure.in: Avoid `$@' which is handled specially in
5936 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
5937
59382001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
5939
5940 * make-dist (nt): Add subdirs.el to the list of distributed files.
5941
59422001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
5943
5944 * configure.in (machine): Add an entry for
5945 hppa1.1-hitachi-hiuxwe2*.
5946
59472001-05-28 Gerd Moellmann <gerd@gnu.org>
5948
5949 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
5950 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
5951
59522001-05-14 Gerd Moellmann <gerd@gnu.org>
5953
5954 * make-dist: Copy texinfo.tex unconditionally.
5955
59562001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5957
5958 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
5959 that are installed.
5960
59612001-04-06 Gerd Moellmann <gerd@gnu.org>
5962
5963 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
5964 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
5965
5966 * make-dist: Handle leim/MISC-DIC. Only include
5967 `[a-zA-Z]*.{el,elc}' from leim/quail.
5968
59692001-04-05 Gerd Moellmann <gerd@gnu.org>
5970
5971 * Makefile.in (install-arch-indep): Remove .cvsignore files.
5972
59732001-03-30 Gerd Moellmann <gerd@gnu.org>
5974
5975 * Makefile.in (.PHONY): Add for bootstrap targets.
5976 (bootstrap-clean): New target.
5977 (bootstrap): Use it instead of `clean'.
5978
59792001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
5980
5981 * Makefile.in (SUBDIR): Remove leim.
5982 (all, .RECURSIVE, extraclean): Add leim explicitly.
5983 (leim): Provide separate rule which exports PARALLEL=0 into the
5984 environment.
5985
59862001-03-20 Gerd Moellmann <gerd@gnu.org>
5987
5988 * configure.in (HAVE_XPM): Don't print the result of the check for
5989 XpmReturnAllocPixels if we don't have an xpm.h.
5990
59912001-03-05 Gerd Moellmann <gerd@gnu.org>
5992
5993 * COPYING: New file.
5994
59952001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5996
5997 * config.bat: Update the copyright.
5998
59992001-02-23 Kenichi Handa <handa@etl.go.jp>
6000
6001 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
6002 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
6003 to `yes'. Later in AC_OUTPUT, check this variable.
6004
60052001-02-09 Dave Love <fx@gnu.org>
6006
6007 * AUTHORS: Updated.
6008
60092001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6010
6011 * info/dir (Ebrowse): Fix the entry (was missing a dot).
6012
60132001-02-02 Gerd Moellmann <gerd@gnu.org>
6014
6015 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
6016
6017 * Makefile.in (uninstall): Ignore exit code of `rm'.
6018
6019 * Makefile.in (uninstall): Remove more info files. Remove
6020 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
6021
60222001-01-31 Gerd Moellmann <gerd@gnu.org>
6023
6024 * noleim-Makefile.in (extraclean): Add.
6025
60262001-01-28 Gerd Moellmann <gerd@gnu.org>
6027
6028 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
6029 it quiet.
6030
60312001-01-24 Colin Walters <walters@cis.ohio-state.edu>
6032
6033 * Makefile.in (tags): Fix typo.
6034
60352001-01-13 Kenichi Handa <handa@etl.go.jp>
6036
6037 * configure.in: Fix typo in the code setting x_search_path.
6038
60392001-01-10 Dave Love <fx@gnu.org>
6040
6041 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
6042 -lXext.
6043 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
6044 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
6045 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
6046 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
6047 (now in $LIBS).
6048
60492001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6050
6051 * config.bat: Run the preprocessor with -traditional.
6052
60532001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
6054
6055 * INSTALL: Move copying conditions to end of file.
6056
60572000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6058
6059 * INSTALL: Add basic installation procedure which assumes
6060 `configure' does its job. Elaborate on image support libraries.
6061 Add a pointer to Xaw3d library. Add advice about solving
6062 configure-time problems by looking in config.log and setting
6063 variables in the environment.
6064
60652000-12-27 Gerd Moellmann <gerd@gnu.org>
6066
6067 * Makefile.in (install-arch-indep): If tar fails, exit with
6068 exit code 1.
6069
60702000-12-19 Gerd Moellmann <gerd@gnu.org>
6071
6072 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
6073 source file includes XKBlib.h. On some broken Solaris systems,
6074 there is an XKBlib.h, reportedly, but header files included by
6075 XKBlib.h are missing.
6076
60772000-12-14 Gerd Moellmann <gerd@gnu.org>
6078
6079 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
6080
60812000-12-11 Dave Love <fx@gnu.org>
6082
6083 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
6084
60852000-12-11 Paul Eggert <eggert@twinsun.com>
6086
6087 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
6088 Merge fixes from latest GNU tar version. These macros no longer
6089 futz with _XOPEN_SOURCE, as that was not portable in practice.
6090 (AC_FUNC_FSEEKO): New macro.
6091
6092 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
6093 ftello.
6094
60952000-12-05 Dave Love <fx@gnu.org>
6096
6097 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
6098
60992000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6100
6101 * info/dir: Change the category to "Emacs".
6102
61032000-12-01 Gerd Moellmann <gerd@gnu.org>
6104
6105 * make-dist (tempdir): Remove epaths.h from the distribution
6106 instead of paths.h.
6107
61082000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6109
6110 * config.bat: Check for existence of djecho.exe, and print an
6111 error message if it is not available.
6112
6113 * INSTALL: Describe possible problem with djecho.exe in old
6114 versions of DJGPP v2.x.
6115
61162000-11-23 Gerd Moellmann <gerd@gnu.org>
6117
6118 * configure.in: Initialize HAVE_LIBXP to no.
6119
61202000-11-22 Gerd Moellmann <gerd@gnu.org>
6121
6122 * configure.in: Use m/macppc.h instead of the non-existent
6123 m/powerpc.h.
6124
61252000-11-21 Gerd Moellmann <gerd@gnu.org>
6126
6127 * Makefile.in (install-arch-indep): Also install info/eshell*
6128 and info/speedbar*.
6129
6130 * configure.in (HAVE_PNG): Check for the presence of
6131 png_get_channels to rule out older PNG libs.
6132
6133 * configure.in (AC_OUTPUT): Arrange to emit definitions of
6134 GCC and NON_GNU_CPP into config.status.
6135
61362000-11-20 Dave Love <fx@gnu.org>
6137
6138 * configure.in: Fix last change.
6139
6140 * GETTING.GNU.SOFTWARE: Deleted.
6141 * FTP: New file to replace it.
6142 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
6143
61442000-11-20 Gerd Moellmann <gerd@gnu.org>
6145
6146 * configure.in: Use -traditional with GNU cpp.
6147
61482000-11-17 Gerd Moellmann <gerd@gnu.org>
6149
6150 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
6151 Distribute more files from the nt/ subdir. Distribute PBM
6152 image files from subdirs of lisp/. Distribute old change logs
6153 from subdirs of lisp/. Distribute play/5x5.el.
6154
61552000-11-11 Dave Love <fx@gnu.org>
6156
6157 * config.sub, config.guess: Updated from master source.
6158
61592000-11-07 Dave Love <fx@gnu.org>
6160
6161 * configure.in: Test for mkstemp.
6162
61632000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
6164
6165 * info/dir (Top): Rearrange menu items more logically, and put
6166 them into a single category. Add menu items for RefTeX and
6167 Widget.
6168
61692000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6170
6171 * Makefile.in (install-arch-indep): Use --info-dir instead of
6172 --dir-file, and a simple argument instead of --info-file, so that
6173 the Debian version of install-info also works.
6174
61752000-10-19 Eric M. Ludlam <zappo@ultranet.com>
6176
6177 * info/dir (Speedbar): Add entry.
6178
61792000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6180
6181 * INSTALL: Describe the new image-support options to the configure
6182 script. List URLs where image support libraries can be found.
6183
61842000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
6185
6186 * info/dir (Top): Add an entry for Eshell.
6187
61882000-10-02 Dave Love <fx@gnu.org>
6189
6190 * configure.in: Check for gai_strerror.
6191
61922000-10-01 Andreas Schwab <schwab@suse.de>
6193
6194 * Makefile.in (install-arch-indep): Update list of installed info files.
6195
61962000-09-30 Gerd Moellmann <gerd@gnu.org>
6197
6198 * configure.in: Support `sparc*-*-netbsd*'.
6199
62002000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6201
6202 * info/dir (MIME): Add entry for emacs-mime.
6203
62042000-09-29 Dave Love <fx@gnu.org>
6205
6206 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
6207
62082000-09-26 Gerd Moellmann <gerd@gnu.org>
6209
6210 * make-dist: Adapt to the change of leim/Makefile which was
6211 necessary to ensure a reasonably working `make dist'.
6212
6213 * leim-Makefile.in: Moved to leim/Makefile.in..
6214
6215 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
6216
62172000-09-21 Kenichi Handa <handa@etl.go.jp>
6218
6219 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
6220 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
6221 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
6222 files to .elc.
6223 (${TIT}): Adjusted for the above change.
6224 (clean mostlyclean): Likewise.
6225 (.el.elc): New target.
6226
62272000-09-19 Gerd Moellmann <gerd@gnu.org>
6228
6229 * make-dist: Include XPM and XBM files in lisp/ and subdirs
6230 in the distribution.
6231
62322000-09-18 Gerd Moellmann <gerd@gnu.org>
6233
6234 * make-dist (skk): Rename to `ja-dic' because the leim directory
6235 was renamed.
6236
62372000-09-14 Dave Love <fx@gnu.org>
6238
6239 * configure.in: Fix spurion in last change.
6240
62412000-09-14 Gerd Moellmann <gerd@gnu.org>
6242
6243 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
6244 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
6245 to `no' if defined. Change result report.
6246
62472000-09-08 Dave Love <fx@gnu.org>
6248
6249 * configure.in: Remove spurious `@'s.
6250
6251 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
6252 autoconf.
6253
62542000-09-06 Gerd Moellmann <gerd@gnu.org>
6255
6256 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
6257 file and print informational message.
6258
6259 * configure.in (AC_FUNC_MMAP): Add.
6260
62612000-09-01 Gerd Moellmann <gerd@gnu.org>
6262
6263 * configure.in: Add ``checking'' messages for
6264 XpmReturnAllocPixels.
6265
62662000-08-28 Gerd Moellmann <gerd@gnu.org>
6267
6268 * configure.in: Check <strings.h>; check `index' and `rindex'
6269 functions.
6270
62712000-08-26 Kenichi Handa <handa@etl.go.jp>
6272
6273 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
6274 "case "${canonical}" in".
6275
62762000-08-25 Dave Love <fx@gnu.org>
6277
6278 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
6279
62802000-08-25 Kenichi Handa <handa@etl.go.jp>
6281
6282 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
6283
62842000-08-24 Gerd Moellmann <gerd@gnu.org>
6285
6286 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
6287 contains a relative path. Protect against unusable values of $PWD.
6288
62892000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6290
6291 * info/dir (WoMan): Add entry.
6292
6293 * config.bat (maindir): Update src/_gdbinit even if it does
6294 already exist.
6295
62962000-08-07 Gerd Moellmann <gerd@gnu.org>
6297
6298 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
6299
63002000-08-03 Gerd Moellmann <gerd@gnu.org>
6301
6302 * configure.in: Add support for ia64*-*-linux*.
6303
63042000-07-27 Gerd Moellmann <gerd@gnu.org>
6305
6306 * make-dist (aclocal.m4): Include in distribution.
6307
63082000-07-26 Dave Love <fx@gnu.org>
6309
6310 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
6311
63122000-07-24 Dave Love <fx@gnu.org>
6313
6314 * configure.in: Add AC_SIZE_T.
6315
63162000-07-18 Dave Love <fx@gnu.org>
6317
6318 * configure.in: Reorder so that most tests are done after CPPFLAGS
6319 is set from the C_SWITCH_... definitions.
6320
63212000-07-10 Gerd Moellmann <gerd@gnu.org>
6322
6323 * configure.in (HAVE_XPM): Undo previous change. Check for
6324 preprocessor define XpmReturnAllocPixels.
6325
63262000-07-06 Gerd Moellmann <gerd@gnu.org>
6327
6328 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
6329 instead of XpmReadFileToPixmap.
6330
63312000-07-05 Ken Raeburn <raeburn@gnu.org>
6332
6333 * configure.in: Check for <soundcard.h>. Look for ossaudio
6334 library, and set LIBSOUND accordingly.
6335
63362000-07-05 Dave Love <fx@gnu.org>
6337
6338 * configure.in: Use AC_HEADER_SYS_WAIT.
6339
63402000-07-05 Gerd Moellmann <gerd@gnu.org>
6341
6342 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
6343 lisp/Makefile. Distribute lisp/Makefile.in instead of
6344 lisp/Makefile.
6345
63462000-06-30 Ken Raeburn <raeburn@gnu.org>
6347
6348 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
6349 while searching for image-handling libraries.
6350
63512000-06-26 Gerd Moellmann <gerd@gnu.org>
6352
6353 * configure.in (--with-xim): New option.
6354
63552000-06-23 Dave Love <fx@gnu.org>
6356
6357 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
6358 for struct timezone and test how we can call gettimeofday.
6359 Check for OSF 5+. Check for term.h.
6360
6361 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
6362 version.
6363
63642000-06-23 Gerd Moellmann <gerd@gnu.org>
6365
6366 * configure.in (HAVE_LIBXP): Change test for libXp.
6367
63682000-06-21 Dave Love <fx@gnu.org>
6369
6370 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
6371 simple test for getloadavg and substitute GETLOADAVG_LIBS.
6372 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
6373
63742000-06-19 Dave Love <fx@gnu.org>
6375
6376 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
6377 _XOPEN_SOURCE is defined.
6378
63792000-06-16 Gerd Moellmann <gerd@gnu.org>
6380
6381 * Makefile.in (distclean): Also make distclean in lisp/.
6382
63832000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6384
6385 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
6386
63872000-06-15 Gerd Moellmann <gerd@gnu.org>
6388
6389 * make-dist: Add --help and --snapshot options.
6390
63912000-06-14 Gerd Moellmann <gerd@gnu.org>
6392
6393 * configure.in: Generate lisp/Makefile.
6394
6395 * configure.in: Add support for `*-lynxos*'.
6396 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
6397 recommended by <Karen.Dorhamer@compaq.com> to fix problems
6398 on Tru64 UNIX v5.0.
6399
64002000-06-13 Ken Raeburn <raeburn@gnu.org>
6401
6402 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
6403 it's on a continuation line.
6404
64052000-06-02 Dave Love <fx@gnu.org>
6406
6407 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
6408 files.
6409
6410 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
6411 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
6412 test.
6413
6414 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
6415 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
6416
64172000-05-26 Gerd Moellmann <gerd@gnu.org>
6418
6419 * configure.in: Add check for speed_t typedef.
6420
64212000-05-25 Ken Raeburn <raeburn@gnu.org>
6422
6423 * Makefile.in (install-arch-dep): Install fns-*.el only if it
6424 exists; it won't in the CANNOT_DUMP case.
6425
64262000-05-25 Gerd Moellmann <gerd@gnu.org>
6427
6428 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
6429 On FreeBSD, the exit status is 1 if CDPATH is not set.
6430 (install-arch-indep): Install ebrowse.info.
6431
64322000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
6433
6434 * configure.in: Check for grandpt and getpt.
6435
64362000-05-09 Dave Love <fx@gnu.org>
6437
6438 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6439
64402000-05-05 Gerd Moellmann <gerd@gnu.org>
6441
6442 * make-dist: Make a link for lib-src/grep-changelog.
6443 Copy install-sh.
6444
64452000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
6446
6447 * config.bat: Identify the beginning of the cpp stuff in
6448 src/Makefile.in and lib-src/Makefile.in more accurately.
6449
64502000-04-27 Gerd Moellmann <gerd@gnu.org>
6451
6452 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6453
64542000-04-19 Gerd Moellmann <gerd@gnu.org>
6455
6456 * configure.in: Add support for `powerpc-*-netbsd*'.
6457
64582000-04-19 Dave Love <fx@gnu.org>
6459
6460 * configure.in: Don't use AC_FUNC_GETLOADAVG.
6461
6462 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6463
64642000-04-16 Dave Love <fx@gnu.org>
6465
6466 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
6467
64682000-04-14 Dave Love <fx@gnu.org>
6469
6470 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
6471
6472 * aclocal.m4 (AC_FUNC_MKTIME): New.
6473
64742000-03-28 Ken Raeburn <raeburn@gnu.org>
6475
6476 * configure.in: Line up "--help" output a little better.
6477
64782000-03-26 Gerd Moellmann <gerd@gnu.org>
6479
6480 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6481 New targets.
6482 (bootstrap): Rewritten in terms of the new targets above. Make
6483 info files, too.
6484
64852000-03-12 Gerd Moellmann <gerd@gnu.org>
6486
6487 * config.guess, config.sub: Use the versions of the files from
6488 subversions.
6489
64902000-03-08 Dave Love <fx@gnu.org>
6491
6492 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6493 AC_C_VOLATILE. Define POINTER_TYPE.
6494
6495 * aclocal.m4: New file.
6496
64972000-03-02 Gerd Moellmann <gerd@gnu.org>
6498
6499 * configure.in (machine): Add `mipsel-*-netbsd*' and
6500 `arm-*-netbsd*'.
6501
65022000-03-01 Gerd Moellmann <gerd@gnu.org>
6503
6504 * configure.in (machine): Add support for `*-auspex-sunos*'.
6505
65062000-02-29 Gerd Moellmann <gerd@gnu.org>
6507
6508 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6509
65102000-02-18 Dave Love <fx@gnu.org>
6511
6512 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6513
65142000-02-18 Andreas Schwab <schwab@suse.de>
6515
6516 * Makefile.in (install-arch-indep): Add eudc to list of installed
6517 info files.
6518
65192000-02-17 Ken Raeburn <raeburn@gnu.org>
6520
6521 * configure.in: Include -lz and -ljpeg (if it's available) when
6522 testing for the tiff library.
6523
65242000-02-17 Gerd Moellmann <gerd@gnu.org>
6525
6526 * configure.in: Remove LISP_FLOAT_TYPE.
6527
65282000-02-12 Dave Love <fx@gnu.org>
6529
6530 * configure.in: Use AC_FUNC_VFORK.
6531
65322000-02-01 Gerd Moellmann <gerd@gnu.org>
6533
6534 * make-dist: Various fixes for new development tree.
6535
6536 * leim-Makefile.in: New file.
6537
65382000-01-31 Gerd Moellmann <gerd@gnu.org>
6539
6540 * Makefile.in (dist): Call ./make-dist.
6541
65422000-01-24 Dave Love <fx@gnu.org>
6543
6544 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6545
65462000-01-18 Gerd Moellmann <gerd@gnu.org>
6547
6548 * configure.in (HAVE_GIF): Check for DGifOpen instead of
6549 DGifOpenFileName.
6550
65512000-01-11 Andreas Schwab <schwab@suse.de>
6552
6553 * Makefile.in (install-arch-indep): Update list of info files to
6554 be installed.
6555
65562000-01-05 Dave Love <fx@gnu.org>
6557
6558 * configure.in: Check for jerror.h as well as libjpeg.
6559
65602000-01-03 Andreas Schwab <schwab@suse.de>
6561
6562 * Makefile.in (install-arch-indep): Install autotype*. Run
6563 install-info on autotype and emacs-faq.info.
6564
65651999-12-04 Dave Love <fx@gnu.org>
6566
6567 * Makefile.in (install-arch-indep): Depend on `info'.
6568 (install-strip): Use `install' as sub-make target.
6569
65701999-11-23 Ken Raeburn <raeburn@gnu.org>
6571
6572 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6573 didn't need to be deleted. Check for the k5crypto library as well
6574 as the crypto library; MIT Kerberos 1.1 changed the name.
6575
65761999-11-18 Dave Love <fx@gnu.org>
6577
6578 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6579
65801999-11-11 Erik Naggum <erik@naggum.no>
6581
6582 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6583
65841999-11-08 Dave Love <fx@gnu.org>
6585
6586 * configure.in: Fix change for --with-pop default.
6587
65881999-11-04 Dave Love <fx@gnu.org>
6589
6590 * configure.in: Default to --with-pop. Change sense of with-gcc
6591 and with-toolkit-scroll-bars messages to reflect the defaults.
6592
65931999-11-01 Gerd Moellmann <gerd@gnu.org>
6594
6595 * INSTALL: Mention the Emacs Lisp Reference.
6596
65971999-10-27 Noah Friedman <friedman@splode.com>
6598
6599 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6600
66011999-10-23 Gerd Moellmann <gerd@gnu.org>
6602
6603 * Makefile.in (bootstrap): New target.
6604
66051999-10-19 Paul Eggert <eggert@twinsun.com>
6606
6607 Add support for large files. Merge glibc 2.1.2.
6608
6609 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6610 (HAVE_TM_GMTOFF): New symbol.
6611 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6612 mbrlen, strsignal.
6613 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6614
66151999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6616
6617 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6618 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6619
66201999-10-09 Richard M. Stallman <rms@gnu.org>
6621
6622 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
6623 Unset CDPATH to prevent cd from generating output.
6624
66251999-10-08 Stefan Monnier <monnier@cs.yale.edu>
6626
6627 * update-subdirs: Also ignore CVS subdirs.
6628
66291999-10-07 Gerd Moellmann <gerd@gnu.org>
6630
6631 * Makefile.in (install-arch-indep): Add ada-mode.
6632
66331999-10-06 Dave Love <fx@gnu.org>
6634
6635 * Makefile.in: Add rules for config.status, configure.
6636
66371999-09-07 Gerd Moellmann <gerd@gnu.org>
6638
6639 * configure.in (--with-sound): Removed.
6640
66411999-08-30 Gerd Moellmann <gerd@gnu.org>
6642
6643 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
6644 the test for Xaw3d.
6645 (HAVE_TIFF): Add -lm to library check.
6646
66471999-08-28 Richard Stallman <rms@gnu.org>
6648
6649 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
6650 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
6651 after the other X-related libraries.
6652
66531999-08-21 Dave Love <fx@gnu.org>
6654
6655 * configure.in: Don't check for jpeglib.h.
6656
66571999-08-20 Gerd Moellmann <gerd@gnu.org>
6658
6659 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
6660 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
6661
66621999-08-18 Dave Love <fx@gnu.org>
6663
6664 * configure.in: Check for termcap.h.
6665
66661999-08-15 Gerd Moellmann <gerd@gnu.org>
6667
6668 * configure.in: Add --with-toolkit-scroll-bars. If "no",
6669 use Emacs' scroll bars, even if configured for Motif or when
6670 Xaw3d is available.
6671
66721999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6673
6674 * configure.in: Check for getaddrinfo.
6675
66761999-08-04 Eli Zaretskii <eliz@gnu.org>
6677
6678 * config.bat: Make --no-debug work again by removing -gcoff.
6679
66801999-07-30 Dave Love <fx@gnu.org>
6681
6682 * configure.in: Check for stdlib.h.
6683
66841999-07-19 Dave Love <fx@gnu.org>
6685
6686 * configure.in: Grok sparc64-*-linux-gnu*.
6687
66881999-07-12 Richard Stallman <rms@gnu.org>
6689
6690 * Version 20.4 released.
6691
66921999-06-23 Karl Heuer <kwzh@gnu.org>
6693
6694 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
6695 Quote $EMACS, in case it's a program with args.
6696
66971999-06-15 Gerd Moellmann <gerd@gnu.org>
6698
6699 * configure.in (HAVE_GIF): Use libungif instead of libgif
6700 because the former doesn't contain patented compression code.
6701
67021999-05-29 Richard M. Stallman <rms@gnu.org>
6703
6704 * configure.in: Delete the Kerberos stuff.
6705
67061999-05-27 Greg Hudson <ghudson@mit.edu>
6707
6708 * configure.in: Prefer kerberos 5 names.
6709
67101999-04-26 Richard M. Stallman <rms@gnu.org>
6711
6712 * configure.in: Check for libXp.
6713
67141999-04-08 Richard Stallman <rms@gnu.org>
6715
6716 * make-dist: Include change logs in subdirs of `lisp'.
6717
67181999-04-05 Richard Stallman <rms@gnu.org>
6719
6720 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
6721 (install-arch-indep): Make ${datadir}/emacs world-readable.
6722
67231999-03-30 Eli Zaretskii <eliz@gnu.org>
6724
6725 * config.bat: Use epaths.* instead of paths.*.
6726
67271999-03-07 Eli Zaretskii <eliz@gnu.org>
6728
6729 * INSTALL: Add detailed instructions to unpack and install
6730 intlfonts on MS-DOS.
6731
67321999-02-26 Richard Stallman <rms@gnu.org>
6733
6734 * configure.in: Use epaths.h and epaths-force instead of paths...
6735
6736 * Makefile.in (epaths-force): Renamed from paths-force;
6737 operate on epaths.in and produce epaths.h.
6738
67391999-02-24 Richard Stallman <rms@gnu.org>
6740
6741 * make-dist: Fix nt/icons directory handling.
6742
67431999-02-22 Simon Josefsson <jas@pdc.kth.se>
6744
6745 * configure.in (f301-fujitsu-uxpv4.1): New target.
6746
67471999-02-20 Richard Stallman <rms@gnu.org>
6748
6749 * make-dist (tempparent): Fix command to update info files.
6750
67511999-02-09 Richard Stallman <rms@gnu.org>
6752
6753 * configure.in (powerpc-apple-netbsd*): New alternative.
6754
67551999-01-25 Geoff Voelker <voelker@cs.washington.edu>
6756
6757 * make-dist: Include the new directory nt/icons in distributions.
6758
67591999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6760
6761 * configure.in: Change message about HAVE_XFREE386.
6762
67631999-01-07 Eli Zaretskii <eliz@gnu.org>
6764
6765 * config.bat: Support configuring with leim.
6766
67671998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
6768
6769 * configure.in (mips-sgi-irix6.5): New target.
6770
67711998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6772
6773 * configure.in: Remove GSS-API support, since it has been removed
6774 from movemail.
6775
67761998-12-04 Markus Rost <rost@delysid.gnu.org>
6777
6778 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6779
67801998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
6781
6782 * Makefile.in: Don't install customize info file.
6783 Run install-info on viper info file.
6784
67851998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6786
6787 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6788
67891998-11-16 Kenichi Handa <handa@etl.go.jp>
6790
6791 * configure.in (*-*-bsdi4*): New target.
6792
67931998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
6794
6795 * configure.in: Fix previous change.
6796
67971998-11-11 Richard Stallman <rms@gnu.org>
6798
6799 * configure.in (aviion-intel): New machine.
6800
68011998-11-04 Kenichi Handa <handa@etl.go.jp>
6802
6803 * configure.in (mips-nec-sysv4*): New target.
6804
68051998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6806
6807 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
6808 from lisp.
6809
68101998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6811
6812 * make-dist: Don't include fns*.el in dist.
6813
68141998-10-30 Dave Love <fx@gnu.org>
6815
6816 * configure.in: Don't mkdir cpp.
6817
68181998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
6819
6820 * Makefile.in (install-arch-dep): Install src/fns-*.el in
6821 ${archlibdir}.
6822
68231998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6824
6825 * Version 20.3 released.
6826
68271998-07-30 Paul Eggert <eggert@twinsun.com>
6828
6829 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
6830 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
6831 (lwlib/Makefile, leim/Makefile):
6832 Prepend $(srcdir)/ to rule dependencies outside this dir.
6833
68341998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6835
6836 * configure.in: Use unset CDPATH instead of making it empty.
6837
68381998-06-20 Karl Heuer <kwzh@gnu.org>
6839
6840 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
6841
68421998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6843
6844 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
6845 and default.el. Sort the results.
6846
68471998-05-31 Karl Heuer <kwzh@gnu.org>
6848
6849 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
6850 writable.
6851
68521998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
6853
6854 * Makefile.in (install-arch-indep):
6855 Don't alter site-lisp/subdirs.el if it exists.
6856
68571998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
6858
6859 * Makefile.in (install-arch-indep): Put `-' on commands to create
6860 subdirs.el in site-lisp dirs.
6861
68621998-05-07 Richard Stallman <rms@psilocin.gnu.org>
6863
6864 * Makefile.in (install-arch-indep): Fix typo in previous change.
6865
68661998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6867
6868 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
6869
68701998-04-28 Richard Stallman <rms@psilocin.gnu.org>
6871
6872 * Makefile.in (mkdir): Create the site-lisp dirs.
6873 (install-arch-indep): Make site-lisp/subdirs files world-readable.
6874
68751998-04-26 Richard Stallman <rms@psilocin.gnu.org>
6876
6877 * Makefile.in (INSTALL_INFO): New variable.
6878 (install-arch-indep): Don't replace the dir file if it already exists.
6879 Use the install-info program, via INSTALL_INFO, to add entries.
6880 Make the `info' subdir and the Info files world-readable.
6881
68821998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
6883
6884 * config.bat: Make sure the environment is large enough to support
6885 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
6886
68871998-04-10 Karl Heuer <kwzh@gnu.org>
6888
6889 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
6890
68911998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6892
6893 * configure.in: Add --with-gssapi to specify GSS-API
6894 authentication support for movemail.
6895
68961998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6897
6898 * Makefile.in (install-arch-indep): Fix previous change.
6899
69001998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6901
6902 * Makefile.in (info): Run man in build dir, not srcdir.
6903
69041998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
6905
6906 * Makefile.in (install-arch-indep): Fix previous change.
6907
69081998-03-23 Kenichi Handa <handa@etl.go.jp>
6909
6910 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
6911
69121998-03-22 Richard Stallman <rms@gnu.org>
6913
6914 * Makefile.in (install-arch-indep): Put special subdirs.el files
6915 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
6916
69171998-03-21 Richard Stallman <rms@psilocin.gnu.org>
6918
6919 * make-dist: Fix shell syntax in check for missing .el or .elc files.
6920
69211998-03-09 Richard Stallman <rms@psilocin.gnu.org>
6922
6923 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
6924 (m68*-hp-hpux*): Handle versions 1X like 10.
6925
69261998-03-07 Richard Stallman <rms@psilocin.gnu.org>
6927
6928 * make-dist: PROBLEMS is now in etc, not top level dir.
6929
6930 * Makefile.in (SOURCES): Delete PROBLEMS.
6931
69321998-02-25 Richard Stallman <rms@gnu.org>
6933
6934 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
6935
6936 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
6937
69381998-01-17 Richard Stallman <rms@gnu.org>
6939
6940 * Makefile.in (install-arch-indep): Add semicolon before `else'.
6941
69421998-01-02 Richard Stallman <rms@psilocin.gnu.org>
6943
6944 * make-dist (tempparent): New option --no-check.
6945
6946 * make-dist: Don't do anything with cpp directory.
6947
69481997-12-20 Richard Stallman <rms@psilocin.gnu.org>
6949
6950 * configure.in (sparc-fujitsu-sysv4*): New target.
6951
69521997-12-17 Andreas Schwab <schwab@gnu.org>
6953
6954 * configure.in: Cache more tests. Add missing quotes around
6955 message with embedded comma.
6956
69571997-12-04 Karl Heuer <kwzh@gnu.org>
6958
6959 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
6960
69611997-11-26 Joel N. Weber II <devnull@gnu.org>
6962
6963 * make-dist: Changed the comment about `umask 0' to say `Don't
6964 restrict access to any files.'; previously it said `Don't protect
6965 any files', which may have implied that we think fascism is good.
6966
69671997-11-24 Paul Eggert <eggert@twinsun.com>
6968
6969 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
6970 strftime needs the underlying host's strftime for locale dependent
6971 formats.
6972
69731997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
6974
6975 * configure.in (i586-dg-dguxR4.*): New name in case branch.
6976
69771997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
6978
6979 * config.bat: Configure the man subdirectory.
6980
69811997-11-07 Paul Eggert <eggert@twinsun.com>
6982
6983 * configure.in (AC_CHECK_LIB): Add -lintl.
6984
69851997-11-07 Karl Heuer <kwzh@gnu.org>
6986
6987 * make-dist (check for .elc files): Avoid bash-specific syntax.
6988 (check for overflow 14-char limit): Simplify.
6989
69901997-11-07 Richard Stallman <rms@gnu.org>
6991
6992 * Makefile.in (install): Move blessmail last.
6993
69941997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6995
6996 * configure.in (gettimeofday, one arg or two):
6997 Clarify messages by avoiding double negative.
6998
69991997-09-30 Karl Eichwalder <ke@suse.de>
7000
7001 * Makefile.in (install-arch-indep): Install the widget info file.
7002
70031997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7004
7005 * configure.in (with-pop, with-kerberos): Need to check Kerberos
7006 libraries in reverse order, so that libraries will appear in the
7007 correct dependency order on the link line (and so that the
7008 configure checks themselves will work properly when early
7009 libraries depend on later ones).
7010
70111997-09-21 Erik Naggum <erik@naggum.no>
7012
7013 * make-dist (making links to `src'): Keep timestamp on copied files.
7014
7015 * make-delta: New script to produce delta distributions.
7016
70171997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7018
7019 * Version 20.2 released.
7020
70211997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7022
7023 * Version 20.1 released.
7024
7025 * Makefile.in (install-leim): Depend on mkdir.
7026 (leim): Depend on src.
7027
70281997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7029
7030 * configure.in: Recognize alpha* instead of just alpha.
7031
70321997-09-12 Paul Eggert <eggert@twinsun.com>
7033
7034 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
7035
70361997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7037
7038 * update-subdirs: Use rm -f.
7039
70401997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7041
7042 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
7043 Ignore subdirs named Old.
7044
70451997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
7046
7047 * configure.in: Add OpenBSD clause to set $machine.
7048
70491997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7050
7051 * make-dist: Recompile everything after updating various Lisp files.
7052 Recompile in leim as well as lisp.
7053 Check in leim as well as lisp for mismatched files and too-long names.
7054
70551997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7056
7057 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
7058
70591997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7060
7061 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
7062 before trying to copy anything from it.
7063
70641997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7065
7066 * Makefile.in (man/Makefile): New target.
7067 (tags): Define env var EMACS and run Makefile from build dir.
7068
70691997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
7070
7071 * config.bat: If src/_gdbinit doesn't exist, try using
7072 src/.gdbinit to create it (for building on Windows 95).
7073
70741997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7075
7076 * Makefile.in (install-arch-indep):
7077 Discard extra data in tar | tar pipes.
7078
70791997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
7080
7081 * configure.in (x_default_search_path): Corrected
7082 '${x_library}' to '${x_library}/X11'.
7083
70841997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7085
7086 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
7087
70881997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7089
7090 * configure.in: Support auto-configuration of both Kerberos V4 and
7091 Kerberos V5 for movemail, including detection of V4 and V5 header
7092 files and libraries.
7093
70941997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
7095
7096 * configure.in: Compute x_default_search_path
7097 and substitute into makefiles.
7098
7099 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
7100
71011997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7102
7103 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
7104
71051997-08-07 Erik Naggum <erik@naggum.no>
7106
7107 * configure.in: Remove lockdir, it is no longer needed.
7108 * Makefile.in (mkdir): Don't create lockdir.
7109 (lockdir): Variable deleted.
7110 (paths-force): Don't operate on PATH_LOCK.
7111
71121997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7113
7114 * leim-Makefile.in (clean, distclean): New targets.
7115
7116 * make-dist: Include leim/ChangeLog in leim distribution.
7117
71181997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7119
7120 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
7121
71221997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7123
7124 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
7125
71261997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7127
7128 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
7129
71301997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7131
7132 * make-dist: Update leim/leim-list.el.
7133 Pass along value of $EMACS when updating lisp dir.
7134
71351997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7136
7137 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
7138 prerequisite to the use of Doug Lea's malloc.
7139
71401997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7141
7142 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
7143
7144 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
7145
71461997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7147
7148 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
7149
71501997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7151
7152 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
7153 to news-r6.h.
7154
71551997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7156
7157 * config.bat: Use `sed' instead of `cp', which might not be
7158 installed.
7159
71601997-07-09 Kenichi Handa <handa@etl.go.jp>
7161
7162 * Makefile.in (mostlyclean): Add cleaning leim directory.
7163 (clean, distclean, maintainer-clean): Likewise.
7164
71651997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7166
7167 * make-dist (bogosities): Check subdirs of `lisp' also.
7168
71691997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7170
7171 * make-dist (etc): Really avoid symlinks now.
7172 (lisp): Don't delete from subdirs the things we never copy.
7173
71741997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7175
7176 * Makefile.in (install-arch-indep): Correct the target name.
7177 The first letter `i' was dropped by the previous change of mine.
7178
71791997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7180
7181 * configure.in (leim/Makefile): Generate this.
7182 (*-sysv4.2uw*): Recognize new alternative.
7183
7184 * leim-Makefile.in: Renamed from leim-Makefile.
7185
7186 * make-dist: Set up real-leim subdirectory,
7187 with the real contents of leim; then move it to
7188 a separate top-level directory.
7189
7190 * make-dist: Don't mention site-lisp, site-init, site-start
7191 or default, when listing files hat are not compiled and should be.
7192
7193 * configure.in: Create src/config.stamp at the end.
7194
71951997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7196
7197 * Makefile.in (install-leim): Correct previous change.
7198
71991997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7200
7201 * Makefile.in (install-leim): New target.
7202 (install): Depend on install-leim.
7203
72041997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7205
7206 * Makefile.in (SUBDIR): Add leim.
7207 (SUBDIR_MAKEFILES): Add leim/Makefile.
7208 (leim/Makefile): New target.
7209
72101997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7211
7212 * leim-Makefile: New file.
7213 * make-dist: Initialize a `leim' subdirectory with that makefile.
7214
72151997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7216
7217 * configure.in (GNU_MALLOC_reason): Fix message text.
7218
72191997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7220
7221 * make-dist (lisp): Don't process subdirs that start with =.
7222 (etc): Copy symlinks, as in src.
7223
72241997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7225
7226 * configure.in (i*86-*-unixware*): New alternative.
7227
72281997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7229
7230 * Makefile.in (src/config.stamp): Target renamed from src/config.h
7231 and touch it explicitly.
7232
7233 * configure.in (mips-sony-newsos6*): New alternative.
7234 (mips-*-linux-gnu*): New alternative.
7235 (*-*-bsdi*): New alternative.
7236 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
7237
72381997-06-22 Dave Love <d.love@dl.ac.uk>
7239
7240 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
7241 (src/config.h): New target to re-configure if src/config.in is patched.
7242
72431997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7244
7245 * configure.in (shutdown): Check for `shutdown' function.
7246
72471997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7248
7249 * update-subdirs: Include the directory "language" in subdirs.
7250
72511997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7252
7253 * configure.in (m88k-dg-dgux4*): New alternative.
7254 (alpha-*-netbsd*): New alternative.
7255 (powerpcle-*-solaris2*): New alternative.
7256
72571997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7258
7259 * make-dist: Warn about .el files that are not compiled.
7260
72611997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7262
7263 * Makefile.in (dist): Don't run update-subdirs here,
7264 since make-dist now gets that done.
7265
7266 * make-dist: Use the new `updates' target in lisp/Makefile.
7267
7268 * make-dist: Use new non-file targets in lisp/Makefile.
7269
72701997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7271
7272 * make-dist: Handle all subdirs of `lisp' uniformly.
7273 Don't handle `term' and `language' specially.
7274 Clear out umask at the beginning.
7275
72761997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7277
7278 * make-dist: Use Make to update finder-inf.el and autoloads.
7279 Also update cus-load.el.
7280
72811997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7282
7283 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
7284 in case it is desirable to disable the GNU malloc features with glibc.
7285
72861997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7287
7288 * configure.in (DOUG_LEA_MALLOC):
7289 Define if malloc_{get,set}_state exist.
7290
72911997-03-05 Kenichi Handa <handa@etl.go.jp>
7292
7293 * make-dist: Make links for files under lisp/language.
7294
72951997-02-20 Kenichi Handa <handa@etl.go.jp>
7296
7297 * update-subdirs: Exclude the directory "language" from subdirs.
7298
72991997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
7300
7301 * configure.in: Check for rint and cbrt.
7302
73031997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7304
7305 * make-dist: Use $EMACS to say where to run Emacs.
7306 Add --no-update option.
7307
73081996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7309
7310 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
7311
73121996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7313
7314 * make-dist (copying src): Check thoroughly for symlinks
7315 and copy them in all cases. Regularize the linking of *.in
7316 and *.opt and ChangeLog files.
7317 (copying lib-src): Likewise.
7318 Don't rm getdate.c or y.tab.*--they don't exist any more.
7319
73201996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
7321
7322 * configure.in: Check for libmail, maillock.h and
7323 touchlock (for movemail).
7324
73251996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7326
7327 * configure.in (limits.h): Check for this file.
7328
73291996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7330
7331 * configure.in (rs6000-ibm-aix4.2): New alternative.
7332 (rs6000-ibm-aix4.0): New alternative.
7333 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
7334
73351996-11-22 Ben Harris <bjh21@cam.ac.uk>
7336
7337 * configure.in: Recognize vax-*-netbsd*.
7338
73391996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7340
7341 * configure.in (locallisppath): Add leim directory.
7342
73431996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7344
7345 * config.bat: Make sure `mv' supports forward slashes and -f.
7346
73471996-10-28 Christian Limpach <chris@nice.ch>
7348
7349 * configure.in (hppa*-next-nextstep*): * added after hppa
7350 to accept hppa1.0 and hppa1.1.
7351
73521996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
7353
7354 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
7355 * configure.in (ld_switch_machine): Fix typo.
7356
73571996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7358
7359 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
7360 from config.h and use them in $ac_link.
7361
73621996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
7363
7364 * configure.in: Create a subdir named `lisp'.
7365
73661996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7367
7368 * configure.in: Check for getcwd.
7369
73701996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7371
7372 * configure.in: Check for termios.h. Check for setpgid.
7373
73741996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7375
7376 * configure.in: Check for setrlimit.
7377
73781996-08-31 Paul Eggert <eggert@twinsun.com>
7379
7380 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
7381
73821996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7383
7384 * configure.in: Check for utimes.
7385
7386 * configure.in: Check for com_err library, but only
7387 if --with-kerberos was used. Check for krb and des
7388 only if --with-kerberos.
7389
73901996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7391
7392 * Makefile.in (INSTALL_STRIP): New variable.
7393 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
7394 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
7395
73961996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7397
7398 * configure.in: Check for krb and des libraries.
7399
74001996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7401
7402 * configure.in (*-sunos4.1.[3-9]*noshare):
7403 Use sunos413, not sunos4-1-3.
7404 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
7405 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
7406
74071996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7408
7409 * Makefile.in (src/paths.h): Target deleted.
7410 (paths-force): Delete all dependencies on this target
7411 but don't delete the target.
7412 (install): Depend on `all'.
7413 (paths-force): Don't print a message.
7414
7415 * configure.in: Generate src/paths.h here.
7416
74171996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7418
7419 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
7420 New variables that affect linking only.
7421 (alpha-dec-osf*): Use those instead of previous change.
7422
74231996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7424
7425 * Makefile.in (install-arch-indep): Install info/messages.
7426
74271996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7428
7429 * Version 19.33 released.
7430
74311996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
7432
7433 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7434 Fix previous change.
7435
74361996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7437
7438 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7439 New alternative.
7440
74411996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7442
7443 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7444 and NON_GCC_TEST_OPTIONS.
7445
74461996-08-06 Paul Eggert <eggert@twinsun.com>
7447
7448 * configure.in (LOCALTIME_CACHE): Don't put a string literal
7449 "TZ=..." in environ.
7450
74511996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7452
7453 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7454
74551996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7456
7457 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7458 the more general *-sunos4.1.[3-9]* clause.
7459
74601996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7461
7462 * Version 19.32 released.
7463
7464 * configure.in (*-sco3.2v5*):
7465 Set OVERRIDE_CPPFLAG to a string of one space.
7466 Fix the code that uses OVERRIDE_CPPFLAG.
7467
74681996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
7469
7470 * configure.in: Undo previous change.
7471
74721996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7473
7474 * config.sub: Use `pc', not `unknown', when canonicalizing
7475 the vendor for ...86.
7476
74771996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
7478
7479 * configure.in: Check for termios.h header.
7480
74811996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
7482
7483 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7484
74851996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
7486
7487 * configure.in: Split bsdos2 and bsdos2-1.
7488
74891996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7490
7491 * config.sub: If last two words are not a recognized
7492 KERNEL-OS pair, use just the last word as OS, as in 19.31.
7493 Make conversion of gnu/linux to linux-gnu really work.
7494
7495 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7496
74971996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7498
7499 * configure.in (check for using Lucid widgets by default):
7500 Eliminate indentation that confuses some compilers.
7501
75021996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7503
7504 * config.sub: Convert linux and gnu/linux to linux-gnu.
7505
7506 * make-dist: Don't update getdate.c.
7507 Ignore =... files when checking for too-long Lisp file names.
7508
75091996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7510
7511 * configure.in (euidaccess): Check for that, not for eaccess.
7512
75131996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7514
7515 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7516 before `noshare'.
7517 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7518
75191996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7520
7521 * configure.in: Rename lignux to linux-gnu in configuration names.
7522 Use gnu-linux as the opsys value (s/ file name).
7523 Allow i686 just like i386, i486, i586.
7524
75251996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7526
7527 * configure.in (i*86-*-sco3.2v5): New alternative.
7528 (OVERRIDE_CPPFLAG): New variable.
7529 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7530
7531 * configure.in: Specify vpath for .texi files.
7532
75331996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7534
7535 * configure.in: Always check for HAVE_X11R5.
7536 Separately decide whether to use a toolkit by default.
7537
75381996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
7539
7540 * configure.in: If X11R5 is missing the Xaw headers,
7541 default to --with-x-toolkit=no.
7542
75431996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7544
7545 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7546
75471996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7548
7549 * Makefile.in (install-arch-indep): If cd etc makes output,
7550 don't treat that as part of the tar data.
7551 Check that ./lisp actually exists.
7552
75531996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
7554
7555 * make-dist: Check for long file names.
7556
75571996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7558
7559 * Version 19.31 released.
7560
75611996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7562
7563 * configure.in: Recognize sparc-*-lignux.
7564
75651996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7566
7567 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7568 Don't include config.w95.
7569
75701996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7571
7572 * make-dist: Replace --no-clean-up and --no-tar options
7573 with --clean-up and --tar, so that the default is useful.
7574
75751996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
7576
7577 * config.bat: Make sure the GDB init file is called src/_gdbinit;
7578 if not, tell the user to rename it and abort.
7579
75801996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7581
7582 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7583 test program.
7584
75851996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7586
7587 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7588
7589 * make-dist (MANIFEST): Fix previous change.
7590 (msdos): Put mainmake.v2 into the dist.
7591
75921996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7593
7594 * make-dist: Exit if autoconf fails.
7595
75961996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
7597
7598 * config.bat: Set djgpp-ver, and unset it at the end.
7599 Add a number of conditionals for DJGPP version 2.
7600 Rename label libsrc2 to libsrc3.
7601 Substitute for LDFLAGS in src/Makefile.
7602 Substitute for ALL_CFLAGS in lib-src/Makefile.
7603
76041996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7605
7606 * configure.in (ncurses): Check this after checking fns like strerror.
7607
76081996-04-08 Erik Naggum <erik@naggum.no>
7609
7610 * make-dist (MANIFEST): Don't include lines from =files.
7611
76121996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7613
7614 * make-dist: Don't put lisp/dired.todo in the dist.
7615
76161996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
7617
7618 * configure.in (HAVE_NCURSES): Look for library named ncurses.
7619
7620 * configure.in (setlocale): Check for it.
7621
7622 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
7623
76241996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7625
7626 * configure.in: Use lignux instead of linux as value of opsys.
7627
76281996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7629
7630 * Makefile.in (install-strip): Fix whitespace.
7631 Get rid of continuation.
7632
7633 * config.sub: Convert linux or gnu/linux to lignux.
7634
76351996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7636
7637 * configure.in: Accept lignux in configuration name.
7638
76391996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7640
7641 * Makefile.in (install-strip): New target.
7642
76431996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7644
7645 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
7646 -f failed to do the job on Suns.
7647
76481996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7649
7650 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
7651
7652 * configure.in (linux/version.h): Check for this header.
7653
76541996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7655
7656 * configure.in: Remove -fno-builtin hackery from -lm check.
7657
76581996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7659
7660 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
7661 just this test.
7662
7663 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
7664
76651996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7666
7667 * configure.in: Check for ncurses.
7668
76691996-02-28 Paul Eggert <eggert@twinsun.com>
7670
7671 * configure.in (LOCALTIME_CACHE):
7672 Also define if localtime mishandles unsetting TZ.
7673 This works around a localtime bug in mips-dec-ultrix.
7674
76751996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7676
7677 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
7678
7679 * configure.in: Improve messages about X versions.
7680
76811996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7682
7683 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
7684
76851996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7686
7687 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
7688 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
7689
7690 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
7691 (install): Put install-arch-indep before install-arch-dep.
7692
76931996-02-20 Dave Love <d.love@dl.ac.uk>
7694
7695 * INSTALL: Clarify info about MS-DOS path handling.
7696
76971996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7698
7699 * Makefile.in (install-arch-indep): Install info/ccmode*.
7700 In previous change, protect against /bin/pwd returning null string.
7701
77021996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7703
7704 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
7705 to lispdir.
7706
77071996-02-01 Paul Eggert <eggert@twinsun.com>
7708
7709 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
7710
77111996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7712
7713 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
7714
77151996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7716
7717 * Makefile.in (extraclean): Use ${top_distclean} to ensure
7718 we delete everything distclean deletes.
7719
77201996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
7721
7722 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7723
77241996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7725
7726 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7727 into LDFLAGS instead of into LIBS.
7728
77291996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7730
7731 * configure.in (HAVE_XMU): Fix typo in previous change.
7732
77331996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7734
7735 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7736
77371996-01-10 Erik Naggum <erik@naggum.no>
7738
7739 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7740
77411996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
7742
7743 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7744
77451996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7746
7747 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7748 and use -lXt to link it.
7749
77501996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7751
7752 * configure.in (locallisppath): Put version-specific dir first.
7753
77541996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7755
7756 * configure.in (hppa-*-nextstep*): New alternative.
7757 (USE_X_TOOLKIT): By default, set this to "maybe";
7758 and change that later to LUCID or "no" according to X11 version.
7759
7760 * make-dist: Recompile outdated .elc files and update all autoloads.
7761
77621996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7763
7764 * configure.in (locallisppath): Fix typo in last change: " -> '.
7765
77661996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7767
7768 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7769
77701995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7771
7772 * Makefile.in (install-arch-indep): Give all files read permission.
7773
77741995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7775
7776 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7777 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7778
77791995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7780
7781 * configure.in: Determine HAVE_X11R6.
7782 (HAVE_MENUS): Renamed from HAVE_X_MENU.
7783
77841995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7785
7786 * configure.in: Just "solaris" now defaults to version 2.4.
7787 Add sunos4.1.n-noshare as alternative.
7788
77891995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7790
7791 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
7792
77931995-11-29 Erik Naggum <erik@naggum.no>
7794
7795 * Makefile.in (install-arch-indep): Add missing backslash.
7796
77971995-11-29 Karl Eichwalder <ke@ke.Central.DE>
7798
7799 * Makefile.in (install-arch-indep): Don't install
7800 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
7801
78021995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7803
7804 * Makefile.in (install-arch-indep): Fix previous change.
7805
7806 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
7807
78081995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7809
7810 * Version 19.30 released.
7811
7812 * make-dist (lisp): Exclude subdirs.el.
7813
78141995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7815
7816 * make-dist (etc): Delete *.orig and *.rej.
7817
78181995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7819
7820 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
7821
78221995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7823
7824 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
7825
78261995-11-14 Geoff Voelker <voelker@cs.washington.edu>
7827
7828 * make-dist (nt): Rename install, readme, and todo to
7829 INSTALL, README, and TODO.
7830
78311995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7832
7833 * make-dist (lisp): Don't distribute site-start.
7834
78351995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
7836
7837 * make-dist: Break the hard link on alloca.c.
7838
78391995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7840
7841 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
7842
78431995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7844
7845 * make-dist (src, lib-src): Don't distribute Makefile.c.
7846 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
7847
78481995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7849
7850 * Makefile.in (mkdir): Create man1dir, not mandir.
7851 (uninstall): Use man1dir, not mandir.
7852
78531995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7854
7855 * Makefile.in (man1dir): New variable.
7856 (install-arch-indep): Use man1dir.
7857
7858 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
7859
7860 * make-dist: Create lisp/MANIFEST.
7861
78621995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7863
7864 * configure.in (m68k-*-linux*): New alternative.
7865
78661995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7867
7868 * make-dist: Use new names config.in, paths.in, and
7869 {src,lib-src}/Makefile.in.
7870
78711995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7872
7873 * configure.in: Don't bother checking for drem.
7874
78751995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7876
7877 * Makefile.in (distclean): Delete line with just a tab in it.
7878 (install-arch-indep): Delete spaces that precede tabs.
7879 Delete spurious `fi' left from previous change.
7880 (install): Supply `true' as command, to avoid null command.
7881
78821995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7883
7884 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
7885
78861995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7887
7888 * configure.in (powerpc-*-solaris2): New alternative.x
7889
78901995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
7891
7892 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
7893 of paths.h.tmp$$, to avoid going beyond 14 characters.
7894
78951995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7896
7897 * configure.in: Improve error msg for invalid --with-x-toolkit value.
7898
78991995-09-06 Paul Eggert <eggert@twinsun.com>
7900
7901 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
7902 if localtime caches TZ. Check for tzset.
7903
79041995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7905
7906 * config.bat: Simplify using new names file names src/makefile.in,
7907 config.in, paths.in. Change Echo commands not to use `.
7908
79091995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7910
7911 * Makefile.in (install-arch-indep): Always install the new dir file;
7912 rename the previous dir file to dir.bak or dir.old.
7913
79141995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7915
7916 * configure.in (RANLIB): Substitute this into makefiles.
7917 Set it specially on solaris; set it by default on other systems.
7918
7919 * configure.in: Fix previous Alpha change.
7920
79211995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7922
7923 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
7924 NON_GCC_TEST_OPTIONS.
7925
79261995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7927
7928 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
7929 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
7930
7931 * configure.in (alpha-*-linux*): New configuration.
7932
79331995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7934
7935 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
7936 (m68k-next-nextstep*): New alias for that.
7937 (i*86-*-nextstep*): Use nextstep.h.
7938 (sparc-*-nextstep*): New configuration.
7939
79401995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7941
7942 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
7943 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
7944
79451995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7946
7947 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
7948 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
7949
79501995-07-18 Mike Long <mike.long@analog.com>
7951
7952 * make-dist: Fix update of finder-inf.el, and byte-compile it.
7953
79541995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7955
7956 * Makefile.in (src/paths.h, paths-force):
7957 Rename src/paths.h.in to src/paths.in.
7958 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
7959
7960 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
7961 Use Makefile.c for intermediate file.
7962 Rename src/config.h.in to src/config.in.
7963
79641995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
7965
7966 * configure.in (mips-dec-ultrix*): Assume version 4.3.
7967 (mips-dec-ultrix4.[12]): New alternative for old versions.
7968
79691995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7970
7971 * make-dist: Don't break intra-tree links.
7972
79731995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7974
7975 * configure.in: Put back archlibdir initialization. Require
7976 autoconf 2.4.1 or later.
7977
79781995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7979
7980 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
7981 (mips-mips-riscos5*): New alternative.
7982
79831995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7984
7985 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
7986
79871995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7988
7989 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
7990 (mandir, infodir, archlibdir): Initializations deleted.
7991
7992 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
7993 On hpux9shr, use hpux9shxr4.h.
7994
79951995-06-24 Morten Welinder <terra+@cs.cmu.edu>
7996
7997 * configure.in: Added target mips-dec-mach_bsd4.3.
7998 * config.guess: Guess mips-dec-mach_bsd4.3.
7999
80001995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8001
8002 * Makefile.in (mkdir): Use symbolic chmod.
8003
80041995-06-22 Paul Eggert <eggert@twinsun.com>
8005
8006 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
8007 SunOS 4.1.5 through 4.1.9, should they ever exist.)
8008
80091995-06-22 Paul Eggert <eggert@twinsun.com>
8010
8011 * Makefile.in (SUBDIR_MAKEFILES):
8012 Add man/Makefile, so `make distclean' removes it.
8013 (top_distclean): Add config.log to the list of files to be removed.
8014
80151995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8016
8017 * Version 19.29 released.
8018
80191995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8020
8021 * configure.in: Fix the previous change to verify that the -b
8022 option really solves the problem.
8023
8024 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
8025
80261995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8027
8028 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
8029
80301995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8031
8032 * configure.in: Report more clearly when there is no special
8033 dir to search for X includes or libraries.
8034
80351995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8036
8037 * configure.in: Check for -lpthreads, not -lpthread.
8038
80391995-06-09 Geoff Voelker <voelker@cs.washington.edu>
8040
8041 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
8042
80431995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8044
8045 * configure.in: Check for -lpthread.
8046
80471995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8048
8049 * Makefile.in (install-arch-indep): Install info files for mh-e.
8050 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
8051
80521995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8053
8054 * configure.in (*-solaris2.5): New configuration.
8055
8056 * make-dist: Copy new files config.nt and config.w95.
8057
80581995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8059
8060 * configure.in: Use x_includes, not x_libraries, for -I.
8061 Make bitmapdir a colon-separated list.
8062
80631995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
8064
8065 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
8066
8067 * configure.in: Allow x_libraries and x_includes to be paths.
8068
80691995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8070
8071 * configure.in: Fix typo.
8072
80731995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8074
8075 * INSTALL: Clarify use of site-init.el.
8076
80771995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
8078
8079 * configure.in: Pass arg to sqrt.
8080
80811995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8082
8083 * make-dist: Fix May 6 change.
8084
80851995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8086
8087 * vpath.sed: Delete reference to ymakefile.
8088
80891995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8090
8091 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
8092
80931995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8094
8095 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
8096
8097 * update-subdirs: Specify /bin/sh to run the script.
8098
80991995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8100
8101 * make-dist: Put src/makefile.nt in dist.
8102
8103 * configure.in (i[345]86-*-bsdi2*): New configuration.
8104 (vax-dec-bsd386*): Deleted.
8105
81061995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8107
8108 * configure.in: Make sure CDPATH doesn't mess up PWD check.
8109 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
8110 Use fmod instead of logb in -lm check.
8111
81121995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8113
8114 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
8115 Use bsd4-3. Don't set NON_GNU_CPP.
8116
8117 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
8118 In nt, copy various different things, but not *.cmd.
8119 Fix the ln commands for the subdirs of nt.
8120
81211995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8122
8123 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
8124
81251995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8126
8127 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
8128 since that's what the header file expects.
8129
81301995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
8131
8132 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
8133 and 68040 based machines when choosing options for gnucc.
8134
81351995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8136
8137 * Makefile.in (top_distclean): Delete config.cache.
8138
81391995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8140
8141 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
8142
8143 * configure.in: Use m/ncr386.h.
8144
81451995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8146
8147 * Makefile.in (install-arch-indep): Undo Sep 23 change.
8148
81491995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8150
8151 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
8152 (man): Don't copy texindex.c and getopt.c; they're deleted.
8153 (etc): Omit `e'; it's a subdirectory.
8154 (etc/e): Use `../..', not `..', to reference top level.
8155
81561995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
8157
8158 * Makefile.in (install-arch-indep, dist):
8159 Look for `update-subdir' in $(srcdir).
8160
81611995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8162
8163 * make-dist: Include mkinstalldirs in distribution.
8164
81651995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8166
8167 * make-dist: Add missing close backquote.
8168
81691995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8170
8171 * make-dist: Don't distribute shortnames directory.
8172
81731995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8174
8175 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
8176
81771995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8178
8179 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
8180
81811995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8182
8183 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
8184
81851995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8186
8187 * configure.in (mips-sgi-irix6): New configuration.
8188
81891995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8190
8191 * Makefile.in (maintainer-clean): Renamed from realclean.
8192
81931995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8194
8195 * configure.in: Create a .gdbinit that sources the real one,
8196 if using a different build directory.
8197
81981995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8199
8200 * configure.in: Check for sys/select.h.
8201
82021995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8203
8204 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
8205
82061994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8207
8208 * configure.in: Handle isc 4.1 operating system.
8209
82101994-12-10 Richard Stallman <rms@kepa>
8211
8212 * configure.in (rs6000-ibm-aix4.1*): New alternative.
8213 (rs6000-ibm-aix4*): New alternative.
8214
82151994-12-06 Richard Stallman <rms@kepa>
8216
8217 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
8218
82191994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8220
8221 * configure.in: Don't try to make directories that are guaranteed
8222 to already exist.
8223
82241994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8225
8226 * configure.in: Generate man/Makefile from man/Makefile.in.
8227 Create the man subdir.
8228
8229 * Makefile.in (dvi): Run Make in our man subdir.
8230
8231 * make-dist: Create subdir etc/e.
8232 Make links to it.
8233 Put man/Makefile.in in dist, instead of man/Makefile.
8234
82351994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
8236
8237 * configure.in: Add --with-pop, --with-kerberos, and
8238 --with-hesiod for movemail.
8239
82401994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8241
8242 * configure.in (m68*-apollo*): Use s/domain.h.
8243
82441994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8245
8246 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
8247
82481994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8249
8250 * configure.in: Don't add -I, -L, -R options for cc if their
8251 arguments would be empty.
8252
82531994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8254
8255 * configure.in (i860-intel-osf1*): New alternative.
8256 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
8257 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
8258
82591994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8260
8261 * configure.in: Make h_errno check not use nested functions.
8262
82631994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8264
8265 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
8266
82671994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8268
8269 * Makefile.in (install-arch-indep): Avoid continued comment
8270 swallowing target line.
8271
82721994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
8273
8274 * configure.in: Protect a character class with `changequote'.
8275
82761994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8277
8278 * configure.in: Accept `news' as a synonym for `newsos'.
8279
82801994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8281
8282 * Makefile.in: Don't rm files if cd fails.
8283
82841994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8285
8286 * make-dist: Put nt subdir and its subdirs in the dist.
8287 (lib-src): Put makefile.nt in the dist.
8288 (lisp): Put makefile.nt in the dist.
8289
82901994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8291
8292 * configure.in: Change a stray `[' to `test'.
8293
82941994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8295
8296 * configure.in: Adapt for Autoconf v2. Use the standard argument
8297 parser, host type canonicalizer, X11 finder, and message
8298 printing macros. Use the new macro names. Use `test' instead of `['.
8299
83001994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8301
8302 * configure.in: Check for getpagesize.
8303
83041994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8305
8306 * make-dist (msdos): Put sed* in the distribution.
8307
83081994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
8309
8310 * config.bat: New option, `--with-x', for configuring Emacs
8311 for use with the X11 system DesqView/X.
8312 New option, `--no-debug', for compiling Emacs without debug
8313 information thus saving disk space.
8314 (src/config.h, src/paths.h): Use `update' (which is like
8315 `move-if-changed') to change the file.
8316 (src/config.h): When configuring for X11 perform extra changes.
8317 (src/makefile): When configuring for X11 perform extra changes.
8318 (lib-src): Remove temporary files.
8319 (): Check that `sed', `rm', `mv', and `gcc' are available.
8320
83211994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8322
8323 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
8324
8325 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
8326
83271994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8328
8329 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
8330
8331 * configure.in (canonical): Substitute var into makefiles.
8332 (bitmapdir): Likewise.
8333
8334 * Makefile.in (bitmapdir): New variable.
8335 (src/paths.h, paths-force): Edit PATH_BITMAPS.
8336
83371994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8338
8339 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
8340
8341 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
8342 * update-subdirs: New shell script.
8343
83441994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8345
8346 * Makefile.in (top_distclean): Don't rm build-install.
8347 (SOURCES): Delete build-install.in.
8348
8349 * make-dist: Don't distribute build-ins.in.
8350 * build-ins.in: File deleted.
8351
83521994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
8353
8354 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
8355
83561994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8357
8358 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
8359
8360 * configure.in (libexecdir): Renamed from libdir. New default.
8361 (sharedstatedir): Renamed from statedir. New default.
8362 (datadir): New default.
8363
8364 * make-dist: Don't distribute subdirs.el.
8365
83661994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8367
8368 * configure.in (eaccess): Check for it.
8369
83701994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8371
8372 * configure.in (mktime): Check for it.
8373
83741994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
8375
8376 * configure.in (motif): Add support for usage and option checking.
8377
83781994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8379
8380 * configure.in (utimes): Check for it.
8381
83821994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8383
8384 * Makefile.in (install-arch-indep): Don't do mkdir here.
8385
83861994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8387
8388 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8389 riscix.h renamed to acorn.h.
8390
83911994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
8392
8393 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8394 New configurations.
8395
83961994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8397
8398 * configure.in: Remove trailing slashes from srcdir.
8399
84001994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8401
090bd7cb 8402 * configure.in (i[345]86-sequent-ptx*): Handle.
067d23c9
KY
8403
84041994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8405
8406 * Makefile.in (paths-force): Depend on src/paths.h
8407
84081994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8409
8410 * configure.in (config_options): Save all arguments, not just some.
8411
84121994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8413
090bd7cb 8414 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
067d23c9
KY
8415
8416 * configure.in: Add AC_AIX.
8417 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
8418
84191994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8420
8421 * configure.in (parsing options): Simplify sed command to delete -'s.
8422
84231994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
8424
8425 * configure.in (config_options): New shell variable.
8426 Pass its value to C code in EMACS_CONFIG_OPTIONS.
8427
84281994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8429
8430 * configure.in (alpha-dec-osf*): New target.
8431
8432 * Makefile.in: Use just one FRC target.
8433
84341994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8435
8436 * Makefile.in (removenullpaths, paths-force):
8437 Use name paths.h.tmp$$, which depends on the pid.
8438
84391994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8440
8441 * Makefile.in (removenullpaths, paths-force):
8442 Put paths.h.tmp in top-level dir, not in src.
8443
84441994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8445
8446 * Version 19.27 released.
8447
84481994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8449
8450 * Version 19.26 released.
8451
84521994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8453
8454 * configure.in: Check for lrand48, not rand48.
8455
84561994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8457
8458 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8459 (powerpc-ibm-aix*): New aliases.
8460
84611994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8462
8463 * make-dist (src/m, src/s): Put *.inp in distribution.
8464
84651994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8466
8467 * configure.in: Accept i586 and i486 along with i386.
8468
84691994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8470
8471 * configure.in: Do compute unexec, LIBX, system_malloc, etc
8472 even if CPP env var was set by the user.
8473
8474 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8475
84761994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
8477
8478 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8479
84801994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8481
8482 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8483
84841994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8485
8486 * configure.in: Check more specifically for i*86-sun-sunos.
8487
84881994-08-03 Caveh Jalali (caveh@eng.sun.com)
8489
8490 * configure.in: Handle solaris 2.4.
8491
84921994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8493
8494 * configure.in (rand48): Check for it.
8495
84961994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8497
8498 * make-dist: Update the info files.
8499
85001994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8501
8502 * configure.in: Make "checking..." messages' style consistent.
8503 (HAVE_H_ERRNO): New test.
8504
85051994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8506
8507 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8508
85091994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8510
8511 * configure.in (CFLAGS): If the envvar was specified, use that.
8512 And set REAL_CFLAGS from it too.
8513
85141994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8515
8516 * make-dist: Update finder-inf.el.
8517
85181994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8519
8520 * make-dist (msdos): Include sed4.inp in dist.
8521
8522 * Makefile.in (libsrc_libs): Var deleted.
8523
85241994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8525
8526 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8527
85281994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8529
8530 * configure.in (mips-sony-newsos4*): New alias.
8531
85321994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8533
8534 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8535 (*-convex-convexos*): Accept this as alias.
8536
85371994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8538
8539 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8540 for two different uses.
8541
85421994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8543
8544 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8545
85461994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8547
8548 * make-dist: Put ./BUGS into the distrib.
8549
85501994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8551
8552 * configure.in: Handle 386 running Solaris 2.
8553
85541994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8555
8556 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
8557
85581994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8559
8560 * configure.in (mips-sony-newsos*): Use news-risc.h.
8561
8562 * configure.in: Accept bsdi as opsys, like bsd386.
8563
85641994-06-01 Morten Welinder (terra@diku.dk)
8565
8566 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8567
85681994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8569
8570 * Version 19.25 released.
8571
8572 * make-dist (shortversion): Don't assume another period follows.
8573
85741994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8575
8576 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8577 (uninstall): Use /bin/pwd.
8578
8579 * Makefile.in (blessmail): Depend on src.
8580 (all): Don't depend on blessmail.
8581
8582 * Makefile.in (src/paths.h): Don't force recomputation.
8583 (paths-force): New target; force recomputation of paths.h.
8584 (all): Depend on paths-force.
8585 (src, lib-src): Depend on src/paths.h.
8586
8587 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8588 NON_GCC_TEST_OPTIONS.
8589
85901994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8591
8592 * configure.in: Don't insist on subversions for irix.
8593
85941994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8595
8596 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8597
8598 * configure.in (i[34]86-next-*): New alternative.
8599
86001994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8601
8602 * Version 19.24 released.
8603
8604 * configure.in: New config hppa*-hp-hpux9shr*.
8605
86061994-05-22 Morten Welinder (terra@tyr.diku.dk)
8607
8608 * config.bat: Doc fix.
8609
86101994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8611
8612 * Makefile.in (mostlyclean, clean, distclean, realclean)
8613 (extraclean): Don't act on man subdir if it doesn't exist.
8614
86151994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8616
8617 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8618 Use them to set up CC.
8619 (*-sun-sunos4.1.3): Set them.
8620
86211994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8622
8623 * Makefile.in (lib-src): Don't depend on src/paths.h.
8624
86251994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8626
8627 * build-ins.in (copydests): Get rid of spurious `-'s.
8628
8629 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
8630
86311994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8632
8633 * Version 19.23 released.
8634
8635 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
8636 for the Xlib and Xt checks; then restore old CFLAGS.
8637
86381994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8639
8640 * configure.in (HAVE_X11XTR6): Add newline before #if.
8641 Add newline after #endif.
8642
86431994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8644
8645 * configure.in (HAVE_X11XTR6): Arrange to define it.
8646
86471994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8648
8649 * Makefile.in (install): Depend on blessmail.
8650
86511994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8652
8653 * configure.in (mips-siemens-sysv*): Put quotes around value
8654 containing blanks.
8655
86561994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8657
8658 * Makefile.in (TAGS): Use the makefile in src subdir.
8659
86601994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8661
8662 * configure.in (opsys): Recognize `gnu'.
8663
86641994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8665
8666 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
8667
86681994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8669
8670 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
8671 version > 1.8.
8672
86731994-05-08 Morten Welinder (terra@diku.dk)
8674
8675 * config.bat: Forcibly remove "# " style comments from makefiles.
8676
86771994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8678
8679 * Makefile.in (uninstall): When processing lispdir and etcdir,
8680 do nothing unless it exists and is a directory.
8681
86821994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8683
8684 * Makefile.in (install-arch-indep): Do install info/dired-x*.
8685 Merge code in from install-doc.
8686 (install-doc): Merge code back into install-arch-indep.
8687 (install-arch-dep): Don't depend on install-doc.
8688
8689 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
8690
86911994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8692
8693 * configure.in (making src/Makefile and lib-src/Makefile):
8694 Split off the autoconf substitutions and don't pass them thru cpp.
8695 (undefs): Use $canonical as well as $configuration.
8696
8697 * make-dist: Distribute lisp/Makefile.
8698
8699 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
8700 Use lower case names for the s files.
8701
87021994-05-03 Morten Welinder (terra@diku.dk)
8703
8704 * config.bat: Added possibility for different file name
8705 transcriptions in lib-src.
8706
87071994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8708
8709 * Makefile.in (lib-src): Undo previous change.
8710 (blessmail): New target to run maybe-blessmail in lib-src.
8711 (all): Depend on blessmail.
8712
8713 * Makefile.in (lib-src): Depend on src.
8714
87151994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
8716
8717 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
8718 (m88k-dg-dgux5.4R2): dgux5.4R2.
8719
87201994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8721
8722 * configure.in (window_system): Restore accidentally deleted code
8723 that uses AC_FIND_X.
8724
8725 * make-dist: Distribute config.bat.
8726
87271994-04-29 Morten Welinder (terra@diku.dk)
8728
8729 * config.bat: Corrected the configuration of lib-src
8730 to keep up with configure. Add note about dos version 3
8731 or better needed (djgpp needs that). Add note explaining
8732 that either install in c:/emacs or edit the script.
8733 Don't change to c:/emacs, but assume we're there (to minimize
8734 the number of places to change).
8735
8736 * config.bat: Build-in the first step towards X11 support with
8737 the X11 emulator that exists. At this time it won't work,
8738 and several files are missing.
8739
87401994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8741
8742 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8743 Don't look for -lresolv.
8744
8745 * Makefile.in (lib-src): Depend on src/paths.h.
8746
87471994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8748
8749 * configure.in: Restore deleted AC_SUBST of `configuration'.
8750 Improve error message for bad --with-x-toolkit value.
8751
8752 * configure.in: Define CONFIGURATION in src/config.h
8753 rather than substituting in src/Makefile.in.
8754
87551994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8756
8757 * Makefile.in (install-doc): New target.
8758 (install-arch-dep): Depend on install-doc.
8759 (mkdir): Create docdir.
8760
87611994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8762
8763 * configure.in: Test for libresolv.a.
8764 Substitute machfile and opsysfile.
8765
87661994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8767
8768 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8769 (install-arch-dep): Install under the name $(EMACS).
8770
87711994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8772
8773 * configure.in (version): Use entire value of emacs-version.
8774 (mips-siemens-sysv*): New alternative.
8775
87761994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8777
8778 * Makefile.in (install-arch-indep): Don't install dired-x*.
8779
87801994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8781
8782 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8783 Fix definition of $undefs.
8784
87851994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8786
8787 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8788
8789 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
8790
87911994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8792
8793 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
8794
87951994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8796
8797 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
8798 and run it thru cpp, as with src/Makefile.in.
8799
8800 * configure.in: Use AC_SET_MAKE.
8801
88021994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8803
8804 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
8805
88061994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8807
8808 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
8809
8810 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
8811 (printing the choices): Make the toolkit message unconditional.
8812 (USE_X_TOOLKIT): Use `none', not `no', if none.
8813 (include libsrc_libs): Include config.h, and specify -I for srcdir.
8814 Get rid of temp file foofoo1.
8815
88161994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8817
8818 * configure.in (CFLAGS): Use shell syntax, not Makefile.
8819
88201994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8821
8822 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
8823 (printing the choices): State choice of toolkit.
8824 (libsrc_libs): Recalculate after writing config.h;
8825 then update lib-src/Makefile.
8826
88271994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8828
8829 * configure.in: Add sunos4shr as alternative for suns.
8830 Conditionals testing for null $CC were backwards.
8831
88321994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8833
8834 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
8835
88361994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8837
8838 * configure.in: Handle -isc4.0*.
8839
88401994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8841
8842 * configure.in (esix5): Set NON_GNU_CPP.
8843
88441994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
8845
8846 * Makefile.in (thisdir): Nonsensical variable removed.
8847 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
8848 back to $thisdir, rather than the directory `this_dir'.
8849
88501994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8851
8852 * Makefile.in (install-arch-indep): Add missing backslash after a
8853 `then'.
8854
88551994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8856
8857 * Makefile.in (thisdir): New variable.
8858 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
8859
88601994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8861
8862 * configure.in: Add freebsd.
8863
88641994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8865
8866 * configure.in: Check for fpathconf.
8867
88681994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8869
8870 * configure.in (with_x_toolkit): Fix typo in previous change.
8871
88721994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8873
8874 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
8875
88761994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8877
8878 * configure.in (with_x_toolkit): Don't allow motif or open-look.
8879
88801994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8881
8882 * configure.in: Fix value of docdir.
8883 * Makefile.in (install-arch-indep): Install DOC* in docdir.
8884
88851994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8886
8887 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
8888
88891994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
8890
8891 * configure.in: New variable docdir to control where the docstring
8892 file goes.
8893 Makefile.in: Use it to initialize PATH_DOC in paths.h.
8894
88951994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8896
8897 * configure.in: When --run-in-place, don't inherit archlibdir.
8898
88991994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8900
8901 * Makefile.in (install-arch-dep, install-arch-indep):
8902 New targets split up former do-install rule.
8903 (do-install): Target deleted.
8904
89051994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8906
8907 * configure.in (mips-sony-newsos*): New configuration.
8908
89091994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
8910
8911 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
8912
89131994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8914
8915 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
8916
89171994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8918
8919 * configure.in: Don't initialize CC.
8920
89211994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8922
8923 * configure.in (creating src/Makefile): Also generate -U switches
8924 for symbols in the $configuration value.
8925
8926 * configure.in: Check for sys_siglist being declared in system header.
8927
89281994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8929
8930 * configure.in (creating src/Makefile): Delete blank lines
8931 along with lines of whitespace.
8932 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
8933
89341994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8935
8936 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
8937 like C_SWITCH_SYSTEM.
8938 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
8939
89401994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8941
8942 * configure.in (drem): Check for this function.
8943
89441994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8945
8946 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
8947 If CPP was inherited from environment, don't use NON_GNU_CPP.
8948 (NON_GNU_CC): Likewise.
8949 (handling with_gcc): Use explicit if in the `no' case.
8950 (cc_specified): New variable; if set, don't use NON_GNU_CC.
8951
89521994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8953
8954 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
8955
89561994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8957
8958 * configure.in: Check whether fmod exists.
8959
89601994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8961
8962 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
8963 {src,lisp}/OChangeLog.
8964
89651994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8966
8967 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
8968 necessary for proper operation. This code works with the current
8969 released version of Autoconf.
8970
89711994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8972
8973 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
8974 (USE_X_TOOLKIT): Define it for all values except `no'.
8975
8976 * configure.in: Undo first Jan 8 change and Jan 16 change.
8977
89781994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8979
8980 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
8981 Substitute USE_X_TOOLKIT as both C macro and Make variable.
8982
8983 * Makefile.in (lwlib/Makefile): New target.
8984 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
8985 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
8986 (unlock, relock): Handle lwlib subdir.
8987
8988 * Makefile.in: Add some .PHONY targets.
8989
8990 * make-dist: Handle lwlib subdir like oldXMenu subdir.
8991
8992 * lwlib: New subdirectory.
8993
89941994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8995
8996 * configure.in: If CPP has a value that is a directory,
8997 discard the value.
8998
89991994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9000
9001 * configure.in (srcdir_undefs): Add g flag to sed substitution to
9002 remove -U[0-9]*.
9003
90041994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9005
9006 * Makefile.in (do-install): Install the dired-x info files.
9007
9008 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
9009 (See src/s/sol2.h.)
9010
90111994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9012
9013 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
9014
90151994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9016
9017 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 9018 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
9019 gratuitously break this and not make a change log entry.
9020 Optimized sed processing of Makefile.in and cpp output; now
9021 preserves comments previously removed from the cpp input.
9022 Eliminated temp file for cpp output. Generate -U switches to
9023 undefine all identifiers that appear in the directory name
9024 ${srcdir}; pass these to cpp.
9025
9026 * configure.in (version): Fix sed regexp to match two-elt version
9027 number.
9028
9029 * configure.in: Check for strerror.
9030
90311994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9032
9033 * configure.in: Test for bcmp.
9034
90351994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9036
9037 * make-dist (tempdir): Put subdir msdos into the distribution.
9038
90391993-01-07 Morten Welinder (terra@diku.dk)
9040
9041 * config.bat: New file.
9042
90431994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9044
9045 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
9046
90471994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9048
9049 * configure.in (m68*-next-*): Don't care about which os is specified.
9050 (i[34]86-*-*): Check for *-nextstop*.
9051
90521993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9053
9054 * configure.in: Check for setsid.
9055
90561993-12-17 Richard Stallman (rms@srarc2)
9057
9058 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
9059
90601993-12-15 Richard Stallman (rms@srarc2)
9061
9062 * Makefile.in (mkdir): Make only the lockdir writable.
9063
9064 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
9065
90661993-12-11 Richard Stallman (rms@srarc2)
9067
9068 * Makefile.in (libdir): Use @libdir@.
9069
90701993-12-08 Richard Stallman (rms@srarc2)
9071
9072 * Makefile.in (install): Add empty command.
9073
90741993-12-04 Richard Stallman (rms@srarc2)
9075
9076 * make-dist: Put man/getopt.c in the dist.
9077
9078 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
9079
9080 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
9081
90821993-12-03 Richard Stallman (rms@srarc2)
9083
9084 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
9085 Set it for all solaris versions.
9086 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
9087 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
9088 Likewise for NON_GNU_CC and CC.
9089
90901993-12-01 Richard Stallman (rms@srarc2)
9091
9092 * configure.in (mips-mips-riscos4*): Assign variable CC.
9093 (checking ${with_gcc}): If "no", don't override CC if already set.
9094 (CC): Initialize it as empty.
9095
90961993-11-30 Richard Stallman (rms@srarc2)
9097
9098 * configure.in (Suns): Set CPP if *-solaris2.3*.
9099
91001993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9101
9102 * Version 19.22 released.
9103
9104 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
9105
91061993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9107
9108 * make-dist: When breaking links, use cp -p.
9109 Copy install.sh into distribution.
9110 Move the temp dir up into the parent dir;
9111 don't leave the staging dir make-dist.tmp... in existence.
9112 * install.sh: New file.
9113
91141993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9115
9116 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
9117
91181993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9119
9120 * configure.in (version): When --run-in-place, exclude
9121 ${datadir}/emacs/site-lisp from locallisppath.
9122
91231993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9124
9125 * configure.in: Delete jumk.c before writing it.
9126
91271993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9128
9129 * Version 19.21 released.
9130
9131 * Makefile.in (mkdir): Ignore error from chmod.
9132
91331993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9134
9135 * make-dist: Don't put lisp/forms.README in the distribution.
9136
91371993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9138
9139 * configure.in (creating src/Makefile): Before running cpp,
9140 discard all lines that start with `# Generated' or /**/#.
9141
91421993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9143
9144 * Version 19.20 released.
9145
9146 * make-dist: Use build-ins.in, not build-install.in.
9147 Don't bother updating TAGS since it's not included.
9148
9149 * build-ins.in: Renamed from build-install.in.
9150
91511993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9152
9153 * make-dist: Don't try to link *.texinfo--there are none now.
9154 When running make in lib-src, specify YACC var value.
9155
91561993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9157
9158 * configure.in (extrasub): Add vpath patterns for %.[yls].
9159
9160 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
9161 Instead just include the commands to make src/Makefile as the
9162 second arg to AC_OUTPUT.
9163
9164 * configure.in: Use : instead of dnl for comment inside
9165 $makefile_command.
9166
9167 * configure.in: No longer use vpath_sed. Instead, when we notice
9168 srcdir already configured, set extrasub to hack vpath in the
9169 makefiles.
9170
9171 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
9172 before moving it.
9173 * Makefile.in (VPATH): Define to @srcdir@.
9174
91751993-09-28 Brian J. Fox (bfox@cubit)
9176
9177 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
9178 doesn't exist. Just copy src/Makefile.in instead. Touch
9179 all of the Makefiles after editing config.status.
9180
9181 * INSTALL: Update documentation to match new configuration
9182 mechanism.
9183
91841993-09-27 Brian J. Fox (bfox@ai.mit.edu)
9185
9186 * configure.in: Allow any of the path or directory Makefile
9187 variables to be set with flags to configure. Create all Makefiles
9188 at configure time. Edit special commands into config.status after
9189 src/Makefile.in is built from src/Makefile.
9190
9191 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
9192 If these files are out of date, simply have config.status
9193 rebuild them; don't rebuild them explicitly.
9194
91951993-09-25 Brian J. Fox (bfox@ai.mit.edu)
9196
9197 * build-install.in: Change src/xemacs to src/emacs. We no longer
9198 create src/xemacs, so the file wouldn't be found.
9199
9200 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
9201
92021993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9203
9204 * configure.in: Avoid forcing the search of /usr/include before
9205 fixed include files by resetting C_SWITCH_X_SITE if it is
9206 "-I/usr/include".
9207
92081993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9209
9210 * Makefile.in (@rip_paths@locallisppath):
9211 Delete ${datadir}/emacs/site-lisp.
9212
92131993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9214
9215 * configure.in:
9216 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
9217 Remove ${extra_output} from AC_OUTPUT call.
9218
92191993-09-17 Brian J. Fox (bfox@inferno)
9220
9221 * make-dist: Quote backquotes found in strings to be echoed.
9222
9223 * configure.in: Use "sh -c pwd" when we want to avoid having the
9224 shell fix up the value of $PWD.
9225
92261993-09-13 Brian J. Fox (bfox@inferno)
9227
9228 * Makefile.in (do-install): Don't abort if ln or chmod at the end
9229 of the installation fail. Suggested by Karl Berry.
9230
92311993-08-30 Brian J. Fox (bfox@inferno)
9232
9233 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
9234 was used. Set MAKEFLAGS from MFLAGS.
9235
92361993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9237
9238 * configure.in: Test for res_init in libc.
9239
92401993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9241
9242 * configure.in: In the file ${tempcname}, use configure___
9243 instead of @configure@.
9244
92451993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
9246
9247 * make-dist: Dist vpath.sed
9248
9249 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
9250 Depend on vpath.sed.
6e81c819 9251 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
9252
9253 * configure.in: Substitute variable `vpath_sed'.
9254 If not in $srcdir and $srcdir is configured,
9255 issue warning that GNU make is required,
9256 and set vpath_sed to use vpath.sed script.
9257
92581993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9259
9260 * configure.in: Remove check for $srcdir being configured. This
9261 pretty much works now.
9262 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
9263 Check for XFree86 (/usr/X386/include) independent of whether
9264 -lXbsd exists.
9265
9266 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
9267 realclean, unlock, relock): Use `$(MAKE)' in place of plain
9268 `make'.
9269
92701993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9271
9272 * Version 19.19 released.
9273
9274 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
9275
92761993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9277
9278 * configure.in: Check for XScreenNumberOfScreen.
9279
92801993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9281
9282 * configure.in: Add * to end of all configuration alternatives.
9283 (m68*-sony-newsos3*): New alternative.
9284
92851993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9286
9287 * make-dist: Include getdate.c in distribution.
9288
9289 * configure.in: For --help, use $PAGER if it is set.
9290 (LIB_X11_LIB): Default to -lX11.
9291 (mips-sgi-irix5.*): New alternative.
9292
9293 * Makefile.in (do-install): Install info/gnus* and info/sc*.
9294
9295 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
9296 Recognize *.B8.* as hpux version 8.
9297 (m68*-tektronix-bsd*): Fix typo in tek4300.
9298 (AC_HAVE_FUNCS): Add ftime.
9299
93001993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9301
9302 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
9303 Use tekxd88, not tekXD88.
9304
93051993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9306
9307 * configure.in: Check for -lm. Then can check for frexp and logb.
9308
93091993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9310
9311 * Version 19.18 released.
9312
9313 * make-dist (src): Don't put gnu-hp300 in dist.
9314 (src, lisp): Include OChangeLog in dist.
9315
93161993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9317
9318 * configure.in: Test for presence of logb and frexp functions.
9319
93201993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9321
9322 * configure.in (machine): Add i370-ibm-aix*.
9323
93241993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9325
9326 * configure.in (function checks): Test for mkdir and rmdir.
9327
9328 * configure.in (function checks): Don't test for random and bcopy
9329 only when we're building with X; look for them all the time.
9330
93311993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9332
9333 * configure.in: Test for availability of bcopy functions, searching
9334 the X libraries if we're using X.
9335
9336 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
9337 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
9338 versions of AIX, and needs to be passed to the loader.
9339
9340 * configure.in: Test for the availability of the
9341 XScreenResourceString function.
9342
93431993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
9344
9345 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
9346 LD_SWITCH_X_SITE and assume --with-x11.
9347 Only look for X11 files if we weren't told about a window system
9348 or if we were told to use X11 but not told where.
9349 Search the libraries from the s and/or m files when checking for
9350 functions.
9351
9352 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
9353
93541993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9355
9356 * make-dist: Include lisp/dired.todo in the distribution.
9357
93581993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9359
9360 * configure.in: Add code to set HAVE_INET_SOCKETS.
9361
93621993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9363
9364 * configure.in: If we do find x_includes and x_libraries
9365 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
9366
93671993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9368
9369 * make-dist: Include src/gnu-hp300 in the dist.
9370
9371 * configure.in (canonical): New variable holds the canonicalized
9372 configuration. Don't alter `configuration'. Use `configuration'
9373 for Makefile.in for file naming.
9374 (testing x_includes and x_libraries): Use =, not ==.
9375
93761993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9377
9378 * Version 19.17 released.
9379
9380 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
9381 directory's makefile. This allows the invocation of CPP which
9382 builds xmakefile to receive these switches. The SunSoft C
9383 preprocessor inserts spaces between tokens if it doesn't get the
9384 -Xs flag requested in src/s/sol2.h.
9385
93861993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
9387
9388 * configure.in (m68k-bull-sysv3): New config.
9389
93901993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9391
9392 * configure.in: Use the autoconf AC_FIND_X macro to try to find
9393 the X Windows libraries.
9394
93951993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9396
9397 * make-dist (tempdir): Don't create lisp/forms-mode directory in
9398 the distribution. Those files aren't kept in their own
9399 subdirectory any more.
9400
94011993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9402
9403 * Version 19.16 released.
9404
94051993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9406
9407 * configure.in: Add --verbose flag.
9408
94091993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9410
9411 * version 19.15 released.
9412
94131993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9414
9415 * Makefile.in (top_distclean): Use -f switch when cleaning out
9416 lock dir; it might be empty.
9417
9418 * configure.in: Only check for -lXbsd once.
9419
94201993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9421
9422 * Version 19.14 released.
9423
94241993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9425
9426 * make-dist: If using gzip, create distribution with '.gz' extension.
9427
9428 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
9429 (lisp/forms-mode): This doesn't exist anymore.
9430
9431 * configure.in: Look for the closedir function.
9432
94331993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9434
9435 * configure.in (CPP): Autoconf sets this to a shell variable
9436 reference, which doesn't work when it's edited into a makefile.
9437 Expand that variable reference.
9438
9439 * Makefile.in (CPP): New variable.
9440 (src/Makefile): Edit CPP into src/Makefile.
9441
9442 * Makefile.in (src/Makefile): Don't bother exiting single quotes
9443 and entering double quotes to get the values of LD_SWITCH_X_SITE
9444 and the other make variables; make substitutes them in anyway.
9445
9446 * Makefile.in (uninstall): Don't remove the lisp and etc
9447 directories if they're in the source tree.
9448
9449 Bring mumbleclean targets into conformance with GNU coding standards.
9450 * Makefile.in (mostlyclean, clean): Separate these two; just have
9451 them pass the request to the subdirectory makefiles.
9452 (distclean): Pass the request down, and then get rid of the
9453 files configure built, and get rid of the Makefiles.
9454 (realclean): Pass the request down, and then do the same things
9455 distclean does.
9456 (uninstall, info, dvi): New targets.
9457
9458 * configure.in: Move clause for PC-compatible i386 box to the end
9459 of the case statement, to avoid masking configurations below.
9460
9461 * configure.in: Add case for m88k-motorola-sysv4.
9462
9463 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
9464 the HP 68000 machines.
9465
9466 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
9467 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
9468 preprocessor won't fiddle with them.
9469
94701993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9471
9472 * Makefile.in (TAGS): cd to src to run etags.
9473
94741993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9475
9476 * configure.in (version): Check the X libraries for XrmSetDatabase
9477 and random, and see if we have -lXbsd.
9478
94791993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9480
9481 * configure.in: Pass "-Isrc" to the CPP we run to examine the
9482 s/*.h and m/*.h files. Martin Tomes
9483 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9484
94851993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9486
9487 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9488 above the general i386 alternative.
9489
94901993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9491
9492 * configure.in: Recognize configuration name for Data General
9493 AViiON machines.
9494
9495 * configure.in: Use AC_LONG_FILE_NAMES.
9496
94971993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9498
9499 * configure.in: Test for bison.
9500 * Makefile.in (YACC): New variable.
9501 (lib-src/Makefile.in): Edit YACC into the makefile.
9502
95031993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9504
9505 * Version 19.13 released.
9506
9507 * configure.in (CFLAGS): Don't set this according to the value of
9508 the GCC shell variable. Instead, consult the machine and system
9509 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9510 test __GNUC__ while we're at it.
9511
9512 * configure.in: Remove extra ;; from hpux cases.
9513
95141993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9515
9516 * configure.in: Check to see if the system has -ldnet.
9517
95181993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9519
9520 * make-dist: Add clauses to distribute lisp/forms-mode.
9521
95221993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9523
9524 * configure.in (machine): Fix the versions in hpux version number test.
9525 Do not guess based on cpu type. Do check for explicit system version.
9526
95271993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9528
9529 * configure.in: Do NOT look for `unknown' as company name.
9530
95311993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9532
9533 * configure.in: Fix typo in message.
9534
95351993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9536
9537 * Version 19.12 released.
9538
9539 * Makefile.in (do-install): Correct previous etc-copying change.
9540 Partially rewrite using `if'.
9541 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9542
9543 * Version 19.11 released.
9544
9545 * configure.in: Handle 386bsd.
9546
95471993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9548
9549 * make-dist: Update getdate.c.
9550
9551 * configure.in: Handle bsd386.
9552
9553 * Makefile.in (do-install): Use `-' in tar options.
9554
9555 * configure.in: Change ! "${...}" to x"${...}" = x.
9556
9557 * Makefile.in (do-install): Copy the DOC-* files from the build
9558 etc directory, as well as lots of things from ${srcdir}/etc.
9559
9560 * make-dist: Copy config.guess.
9561
9562 * configure.in: Handle AIX versions 1.2, 1.3.
9563
95641993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9565
9566 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9567 the configuration name mips-mips-usg* to represent USG systems.
9568
9569 * configure.in: Fix logic to detect if srcdir is already configured.
9570
9571 * Makefile.in: Pass in LD_SWITCH_X_SITE.
9572
9573 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9574 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9575 of a directory; cd might fail, and have pwd print out the current
9576 directory.
9577
95781993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9579
9580 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
9581
95821993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9583
9584 * configure.in: Complain if srcdir points at an already-configured
9585 tree.
9586
95871993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9588
9589 * Version 19.10 released.
9590
95911993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9592
9593 * Makefile.in: Use Makefile comments, not C comments.
9594
9595 * configure.in: Add case for the Tektronix XD88.
9596
95971993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9598
9599 * configure.in: Handle sysv4.2 and sysvr4.2.
9600
96011993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9602
9603 * configure.in: Traverse the argument list without destroying it;
9604 don't use shift. It turns out that "set - ${saved_arguments}"
9605 doesn't work portably.
9606
9607 * configure.in: Add missing "fi".
9608
9609 * make-dist: Rebuild configure if configure.in is newer.
9610
9611 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9612 targets to be executed even if make remembers that it has already
9613 satisfied FRC.
9614
96151993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9616
9617 * Makefile.in (do-install): Delete redundant code to copy etc twice.
9618
9619 * configure.in (romp): Handle various version numbers with aos and bsd.
9620
96211993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9622
9623 * configure.in: Fix message text.
9624
96251993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9626
9627 * make-dist: Make a `site-lisp' directory in the distribution,
9628 instead of a `local-lisp' directory, which hasn't been the
9629 appropriate name for a long time.
9630 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
9631 from the distribution first, then /usr/local/lib/emacs/site-lisp.
9632
9633 * Makefile.in (do-install): Correctly detect if ./etc and
9634 ${srcdir}/etc are the same.
9635
9636 * configure.in: Extract UNEXEC from the system configuration
9637 files, compute the name of the source file corresponding to the
9638 object file, and #define it as UNEXEC_SRC in config.h.
9639
9640 * configure.in: If srcdir is '.', then try using PWD to make it
9641 absolute.
9642
9643 * configure.in: Include ${srcdir} in the printed report, to help
9644 people notice if it's an automounter path.
9645
96461993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9647
9648 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
9649
96501993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9651
9652 * Makefile.in (do-install): Delete the dest dir, not the source dir,
9653 when they are different. Add `shift' command.
9654 (COPYDESTS, COPYDIR): Delete external-lisp dir.
9655 (externallispdir): Var deleted.
9656
9657 * configure.in: Delete spurious paren outputting short_usage.
9658
96591993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9660
9661 * Version 19.9 released.
9662
96631993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9664
9665 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
9666 subdirectory makes.
9667
9668 * make-dist: Check for .elc files with no corresponding .el file.
9669
9670 * Makefile.in (mkdir): Make all the directories in locallisppath.
9671
9672 * config.guess: New file.
9673 * configure.in: Use it, tentatively.
9674 * INSTALL: Mention its usage.
9675
9676 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
9677 the former gives you the operating system rev directly. Use
9678 s/hpux.h if we don't recognize what we got.
9679
9680 * Makefile.in (do-install): Don't remove a destination directory
9681 if it's the same as the source. If ${srcdir}/info == ${infodir},
9682 don't try to copy the info files.
9683
9684 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
9685 doesn't work if you're not using a separate source directory.
9686 (do-install): Copy the build tree's etc directory only after
9687 making sure it's not also the source tree's etc directory.
9688
96891993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9690
9691 * configure.in: Handle sunos4.1.3 specially.
9692
96931993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9694
9695 * Makefile.in (INSTALL): Add definition.
9696
9697 * configure.in: Fix some messages. Support -with-gnu-cc.
9698 At the end, use `set --', not `set -'.
9699 Delete spurious `.h' in hpux alternatives.
9700
97011993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9702
9703 * Version 19.8 released.
9704
97051993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9706
9707 * configure.in: When looking for source in the same directory as
9708 the configure script, make the path thus discovered absolute.
9709 If the user specifies the `--srcdir' switch, make that directory
9710 absolute too.
9711
9712 * Makefile.in (srcdir): Remove comment saying this doesn't work.
9713
9714 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
9715 too, as the value of the PATH_INFO macro.
9716
9717 * configure.in: Check to see if the source lives in the same
9718 directory as the configure script.
9719
97201993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9721
9722 * Makefile.in (install): Split this into `install' and
9723 `do-install', to give people more control over exactly what gets
9724 done.
9725 (do-install): New target, containing the guts of `install'. Don't
9726 remove and recreate the directories inside the copying loop - do
9727 it all before the copying loop. Pass more flags to the lib-src
9728 make.
9729 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9730 avoid errors and warnings.
9731
9732 * configure.in: For generic IBM PC boxes, insist on "unknown" for
9733 the manufacturer - the more general case was blocking other i386
9734 configuration names below, and that's how the names are written in
9735 MACHINES anyway.
9736
9737 * make-dist: When breaking links, remove the link before moving
9738 the copy onto it, to avoid interactive behavior.
9739
9740 * Makefile.in: Doc fix.
9741
9742 * configure.in: Doc fix.
9743
9744 * INSTALL: Mention --exec-prefix option.
9745
9746 * configure.in: Add support for the `--exec-prefix' option.
9747 * Makefile.in: Accept that support.
9748
9749 * configure.in: Use the AC_PROG_INSTALL macro.
9750 * Makefile.in (INSTALL): Variable removed.
9751 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9752
9753 * configure.in: Distinguish between hp800's and hp700's by calling
9754 "uname -m".
9755
97561993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9757
9758 * configure.in: Recognize configuration names for i860 boxes
9759 running SYSV.
9760
97611993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9762
9763 * configure.in: Distinguish between hp800's and hp700's by the
9764 version of HP/UX they run, since that's something people are more
9765 likely to know - hp700's run 8.0.
9766 Add HP 700 configuration.
9767
9768 * configure.in: Test for the presence of the `rename' function.
9769
9770 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9771 configure.in.
9772 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9773
9774 * make-dist: Break intra-tree links.
9775
9776 * configure.in: Explain that this is an autoconf script, and give
9777 instructions for rebuilding configure from it. Arrange to put
9778 comments in configure explaining this too.
9779
9780 * configure.in: Make the first line of the configure script be
9781 "#!/bin/sh". Leaving the first line blank didn't work.
9782
9783 * configure.in (long_usage): Removed; made short_usage describe
9784 the options briefly.
9785
9786 * configure.in: Implement the --prefix option.
9787 * Makefile.in (prefix): Add support for it here.
9788 * INSTALL: Document it here.
9789
9790 * Makefile.in (install): Don't assume that the files in the `info'
9791 subdirectory match *.info. They don't have that prefix.
9792
97931993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9794
9795 * configure.in: Add case for version 5 of Esix.
9796
97971993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9798
9799 * Version 19.7 released.
9800
9801 * make-dist: There aren't any *.com files in lib-src anymore.
9802
9803 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
9804 them; they're symlinks to other filesystems on the GNU machines.
9805
9806 * make-dist: Check that the manual reflects the same version of
9807 Emacs as stated in lisp/version.el. Edit that version number into
9808 the README file.
9809
98101993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9811
9812 * configure.in: Remove the hack of AC_DEFINE; use
9813 AC_DEFINE_UNQUOTED.
9814
98151993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9816
9817 * make-dist: Don't distribute precomp.com, compile.com, or
9818 link.com from ./src; they're in ./vms now.
9819
9820 Some time-handling patches from Paul Eggert:
9821 * configure.in: Add AC_TIMEZONE.
9822
98231993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9824
9825 * configure.in: Recognize Linux as a valid operating system for
9826 the i386.
9827
98281993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9829
9830 * make-dist: Distribute some VMS files we got from Richard Levitte.
9831
9832 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
9833 the source for the sed command, not oldXMenu/Makefile.
9834
98351993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9836
9837 * INSTALL: Don't claim the srcdir option doesn't work.
9838
98391993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9840
9841 * configure.in: Include remarks saying what order the autoconf
9842 tests should go in, and remind people to change config.h.in
9843 whenever they add autoconf tests which make #definitions.
9844
9845 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
9846
98471993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9848
9849 * Makefile.in (oldXMenu/Makefile): Make this depend on
9850 ${srcdir}/oldXMenu/Makefile.in, not itself.
9851
9852 * PROBLEMS: Some updates from David J. Mackenzie.
9853
9854 More changes from David J. Mackenzie.
9855 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
9856 removed; autoconf and config.h should specify all these
9857 differences.
9858 (buildlisppath): Make this path depend on ${srcdir}.
9859 (INSTALLFLAGS): Removed.
9860 (INSTALL): Include the -c flag.
9861 (install): Change the way we invoke install accordingly.
9862
9863 Install ${srcdir} changes from DJM.
9864 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
9865 list.
9866 (COPYDIR, COPYDESTS): Install files from both the etc directory in
9867 the source tree and the etc directory in the object tree.
9868 (${SUBDIR}): Pass the prefix variable down to submakes.
9869 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
9870 in /bin.
9871 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
9872 values for srcdir and VPATH.
9873 (install): Add `v' flag to tar command. Make sure that `dir'
9874 exists in ${srcdir}/info before copying it. Remember that the man
9875 pages come from the source tree, not the object tree.
9876 * configure.in: Remove remarks saying that the --srcdir option
9877 doesn't work.
9878 Create the etc directory in the object tree.
9879 Recognize configuration names of the form *-sun-solaris*.
9880 Recognize sunos5 and solaris as operating system names.
9881
9882 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
9883 lib-src/getdate.y and src/systime.h.
9884
98851993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9886
9887 * make-dist: Make links in info subdir.
9888
98891993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9890
9891 * configure.in: Call AC_STDC_HEADERS.
9892
98931993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9894
9895 * configure.in: Sidestep autoconf's quoting of the second argument
9896 of AC_DEFINE, so we can specify the value to put there. It would
9897 be nice if autoconf provided some way to specify computed values
9898 for macros.
9899
99001993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9901
9902 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
9903 this is always just -DHAVE_CONFIG_H.
9904
9905 The GNU coding standards specify that CFLAGS should be left for
9906 users to set.
9907 * Makefile.in (CFLAGS): Let configure determine the default value
9908 for this. Don't
9909 have it default to DEFS.
9910 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
9911 (lib-src/Makefile, src/Makefile): Edit the default value for
9912 CFLAGS into these files, not DEFS.
9913 * configure.in (CFLAGS): Choose a default value for this - "-g"
9914 normally, or "-g -O" if we're using GCC. Edit it into the
9915 top-level Makefile.
9916
9917 * configure.in: When scanning the machine and system description
9918 #include files, write their names to conftest.c properly.
9919
99201993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9921
9922 * configure.in: In configuration name case for Apallos running
9923 Domainios, set opsys, not opsysfile.
9924
9925 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
9926 src/config.h, instead of AC_OUTPUT; the latter overwrites
9927 src/config.h even when it hasn't changed, puts a makefile-style
9928 comment at the top even though it's C code, and produces a
9929 config.status script which doesn't do the job right.
9930
9931 * configure.in: Add AC_LN_S test, so we can tell whether or not we
9932 can use a symbolic link to get the X Menu library into src.
9933 * Makefile.in (LN_S): New variable.
9934 (src/Makefile): Edit the value of LN_S into this makefile.
9935
99361993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9937
9938 * configure.in: Support *-sco3.2v4* as opsystem.
9939
9940 * make-dist: Don't include calc directory.
9941 Exclude many files in the man directory; copy a few.
9942
99431993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9944
9945 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
9946 call AC_STRUCT_TM to see what's in time.h.
9947
9948 * configure.in: Employ quoting stupidity to get the value of CPP
9949 to expand properly.
9950
99511993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9952
9953 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
9954 variable to scan the machine and system description files.
9955
9956 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
9957 so that getdate.y builds correctly.
9958
99591993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9960
9961 * configure.in (tempcname): Change this to "conftest.c", so it will
9962 work properly on systems with short filenames; this is the name
9963 autoconf uses.
9964
9965 * configure.in: Also detect the availability of dup2 and
9966 gethostname.
9967
9968 * configure.in: Use the AC_ALLOCA test.
9969 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
9970 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
9971
99721993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9973
9974 * make-dist: Distribute configure, as well as configure.in.
9975 Oversight.
9976
99771993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9978
9979 * Makefile.in (install): Print out the name of the directory we're
9980 copying, so people can have some idea of whether we're making
9981 progress.
9982
9983 * Makefile.in (install.aix, install.xenix, install.sysv, install):
9984 Don't forget to re-create the COPYDESTS directories after we clear
9985 them out.
9986
99871993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9988
9989 * Makefile.in: Add autoconf cookies so that the configure
9990 script can comment out sections of path variable definitions to
9991 choose between the installable configuration and the run-in-place
9992 configuration.
9993 * configure.in: Add new option `--run-in-place', to select the
9994 run-in-place path definitions.
9995
9996 * configure.in: Add a clause to the big configuration name case
9997 for the NeXT machine.
9998
99991993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10000
10001 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10002 Make sure that each source directory exists, and is different from
10003 the destination directory; then, delete the destination before
10004 copying over the source.
10005
10006 * make-dist: Distribute configure.in, instead of configure.
10007
100081993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10009
10010 * configure.in: Don't set CC to "gcc -O" if the user specifies
10011 `--with-gcc'. Add -O to DEFS if GCC is set.
10012
100131993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10014
10015 * Makefile.in (clean mostlyclean): Missing right paren.
10016
10017 * configure.in: When checking for X windows, search for an X11
10018 subdirectory of ${x_includes}.
10019
10020 * configure.in: Check for gettimeofday function, for getdate.y.
10021
10022 Change `configure' to a mixture of custom code and autoconf stuff.
10023 autoconf can't derive all the information we need, but we'd really
10024 like to be able to take advantage of some of its tests, and its
10025 file-editing facilities.
10026 * configure.in: Renamed from configure.
10027 Quote the sections of shell script we want copied literally to
10028 the configure script.
10029 (compile): Initialize this to make the autoconf macros' code happy.
10030 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
10031 code to do their jobs.
10032 Use autoconf to produce Makefile and src/config.h.
10033 Remove the Makefile-style comment that autoconf places at the top
10034 of src/config.h.
10035 (config_h_opts): Removed - no longer necessary.
10036 * Makefile.in (configname): Renamed to configuration.
10037 (CONFIG_CFLAGS): Renamed to DEFS.
10038 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
10039 get values via autoload @cookies@.
10040 (libsrc_libs): Get this from autoconf. We used to do nothing
10041 about this.
10042 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
10043
10044 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
10045 echo the move-if-change command.
10046
100471993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
10048
10049 * make-dist: Distribute lib-src/rcs-checkin.
10050
10051 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
10052 Don't try to make links to the RCS or Old subdirectories.
10053 Use the appropriate extension for the compression type in use.
10054 Create the tar file in the shell's initial default directory, not
10055 in ${tempparent}.
10056 Erase the whole ${tempparent} tree, not just ${tempdir}.
10057
100581993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10059
10060 * Makefile.in (src/paths.h): Don't echo the huge sed command we
10061 use to build paths.h.
10062 (lib-src/Makefile, src/Makefile): Similarly.
10063
10064 * configure: Extend test for working `const' keyword to handle AIX
10065 3.2 cc.
10066
100671993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10068
10069 * make-dist: Distribute lisp/term/ChangeLog.
10070
10071 Arrange for C compilation throughout the tree to get
10072 C_SWITCH_SYSTEM from the configuration files.
10073 * configure: Extract C_SWITCH_SYSTEM from the machine and
10074 system-dependent files, and save it in the top-level Makefile.
10075 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
10076 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
10077
10078 * make-dist: Include the VMS support files in oldXMenu in the
10079 distribution.
10080
10081 * configure: Doc fix.
10082
10083 * configure: Fix corrupted config_h_opts.
10084
10085 * configure: Properly report option names in error messages.
10086
10087 * configure: Properly recognize --x-includes and --x-libraries
10088 options.
10089
10090 * configure: Fix syntax errors in code handling XFree386.
10091
100921993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10093
10094 * configure: Add special code to detect XFree386, and tell
10095 config.h about it.
10096
10097 * configure: Properly handle extracting values of LIBS_MACHINE and
10098 LIBS_SYSTEM that contain spaces.
10099
10100 * configure: Add `--x-includes' and `--x-libraries' options. I
10101 think these are dopey, but no less than three alpha testers, at
10102 large sites, have said they have their X files installed in odd
10103 places. Implement them by setting C_SWITCH_X_SITE and
10104 LD_SWITCH_X_SITE in src/config.h.
10105
101061993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10107
10108 * make-dist: Don't distribute etc/Old files.
10109
10110 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
10111 backups.
10112
101131993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10114
10115 * make-dist: Fix typo.
10116
101171993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10118
10119 * make-dist: Corrected typo, fixed it to discard = and TAGS files
10120 in some cases where it should but didn't seen to.
10121
10122 * Makefile.in: Added unlock and relock productions.
10123
101241993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10125
10126 * make-dist: Add a --compress option to force make-dist to use
10127 compress.
10128
10129 * make-dist: Use gzip, if we can find it.
10130
10131 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10132 make rs6000-ibm-aix default to -aix32.
10133
101341993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10135
10136 * Makefile.in: Added `Developer's configuration' section.
10137
101381993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10139
10140 * Makefile.in: Add commented-out variable settings for developer's
10141 configuration.
10142
101431993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10144
10145 * make-dist: Distribute `src/bitmaps' too.
10146
101471993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
10148
10149 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10150 make rs6000-ibm-aix default to -aix32.
10151
101521993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10153
10154 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
10155
10156 * Makefile.in (install.sysv): Add a second `$' in front of
10157 `${dest}', so that the shell will expand it, instead of Make.
10158
10159 * configure: When processing the name of the configure script,
10160 collapse `././' to `./', but leave a single `./' prefix alone.
10161
10162 * configure: Doc fix.
10163
101641993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10165
10166 * configure: Handle isc3.0 correctly.
10167
101681993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10169
10170 * make-dist: Don't try to copy the COPYING notice into
10171 external-lisp; we're not distributing that directory any more.
10172
101731993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10174
10175 * Makefile.in (install, install.aix, install.xenix, install.sysv):
10176 Remove CVS subdirectories from the installed directory trees, as
10177 well as RCS directories.
10178
101791993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10180
10181 * make-dist: Only copy gmalloc.c if we couldn't link it.
10182 Don't try to copy man/{README,Makefile} unless they actually exist.
10183
10184 * Makefile.in (lisppath): Don't include externallispdir in this.
10185 We're not sure whether we're even going to distribute the
10186 directory yet.
10187
101881993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10189
10190 * make-dist: Don't distribute the external-lisp directory anymore.
10191 * INSTALL: Remove all references to external-lisp.
10192
10193 * configure: Detect whether the compiler supports `const'
10194 properly, and edit src/config.h accordingly.
10195
10196 * configure: Tweak layout of final report.
10197
10198 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
10199 CFLAGS.
10200
10201 * Makefile.in (locallisppath): Make this default to
10202 ${datadir}/emacs/site-lisp, instead of
10203 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
10204 the same thing, and local-lisp causes completion conflicts with
10205 lock.
10206 (lisppath): Add ${externallispdir} to this.
10207 * INSTALL: Adjust installation directions.
10208
10209 * Makefile.in (externallispdir): New variable, to say where to
10210 install the externally-maintained lisp files.
10211 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
10212 the others.
10213 * INSTALL: Describe external-lisp and the new externallispdir
10214 variable.
10215
102161993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10217
10218 * configure (progname): New option `--with-gcc'. Make it clearer
10219 how we are trying to guess whether or not we have GCC.
10220 * INSTALL: Document the `--with-gcc' option, and improve
10221 description of `--with-x' options.
10222
102231993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10224
10225 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
10226 ${infodir} from these variables; we have written out explicit code
10227 to install the info files.
10228
102291993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10230
10231 * make-dist: Don't distributed the RCS files in the etc directory.
10232
102331993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10234
10235 * Makefile.in: Some makes can't handle comments in the middle of
10236 commands; move them to before the whole rule.
10237
102381993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10239
10240 * README: Mention what Emacs is.
10241
102421993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10243
10244 * make-dist: Include `./lisp/calc-2.02' in the distribution.
10245 Add `./cpp' and `./man' back into the distribution.
10246
102471993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10248
10249 * Makefile.in: Define MAKE, and use where appropriate.
10250
102511993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10252
10253 * make-dist: Remember that the authoritative COPYING notice is
10254 `etc/COPYING', not `../etc/COPYING'.
10255
102561992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10257
10258 * make-dist: Make sure that the COPYING notices in each directory
10259 are copies, not symlinks.
10260
102611992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10262
10263 * INSTALL: The build process produces an executable called `emacs'
10264 now. Change references.
10265 * Makefile.in: Adjust `install.mumble' targets to install
10266 `src/emacs', not `src/xemacs'.
10267
10268 * configure: Start with a blank line; this keeps some old CSH's
10269 from thinking it's a CSH script. Most systems will just use
10270 /bin/sh to run it, which is what we're expecting; the only other
10271 shells which might try to interpret it themselves are probably
10272 Bourne-compatible.
10273
102741992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10275
10276 * INSTALL: Improvements suggested by David Mackenzie.
10277
102781992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10279
10280 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10281 Don't try to copy the info files if there aren't any; the
10282 unexpanded globbing pattern disappoints `install'. Ignore the
10283 return status of that command.
10284
10285 * INSTALL: Updated for new configuration arrangement.
10286
10287 * configure: Don't make the top-level Makefile read-only - people
10288 may want to edit the values of the path variables.
10289
10290 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10291 Install the info files in ${infodir}. Install the executable
10292 under both `emacs' and `emacs-VERSION'.
10293
10294 * Makefile.in: Doc fix.
10295
10296 * Makefile.in (exec_prefix): New variable, as per latest version
10297 of coding standards.
10298 (bindir, libdir): Use it, instead of `prefix'.
10299 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
10300
10301 * Makefile.in (mandir): Make the default value for this depend on
10302 $(prefix).
10303
10304 * Makefile.in (datadir, statedir, libdir): Make these all default
10305 to ${prefix}/lib.
10306 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
10307 to compensate.
10308
10309 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10310 Install the etags and ctags man pages too.
10311
10312 * Makefile.in (distclean): Don't delete backup files; that's the
10313 job of extraclean.
10314 (extraclean): Like distclean, but deletes backup and autosave files.
10315
103161992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10317
10318 Make path specification conform to GNU coding standards.
10319 * configure (long_usage): Remove all traces of old arguments from
10320 usage messages, and document the options we do accept in more
10321 detail: -with-x... and --srcdir.
10322 (options, boolean_opts): Deleted; we don't have enough options to
10323 make this worthwhile.
10324 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
10325 along with the code which supported them; these should be set as
10326 arguments to the top-level make.
10327 (config_h_opts): Since this no longer doubles as a list of option
10328 names, make them upper case; this simplifies the code which uses
10329 them to build the sed command to edit src/config.h. Change the
10330 code which sets them.
10331 (cc, g, O): Don't allow the user to set these using options; they
10332 should be specified using `CC=' and `CFLAGS=' arguments to the
10333 top-level make. Just choose reasonable default values for them,
10334 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
10335 values.
10336 (gnu_malloc, rel_alloc): Don't allow the user to set these using
10337 options; use them whenever the configuration files say they're
10338 possible.
10339 Simplify the argument processing loop. Don't accept abbreviations
10340 for option names; these might conflict with other configuration
10341 options in the future.
10342 Add some support for the `--srcdir' option. Check for the sources
10343 in . and .. if `--srcdir' is omitted. If the directories we will
10344 compile in don't exist yet, create them under the current directory.
10345 Note that the rest of the build process doesn't really support
10346 this.
10347 Edit only the top Makefile. That should edit the others. Edit
10348 into the makefile: `version', from lisp/version.el, `configname'
10349 and `srcdir' from the configuration arguments, `CC' and
10350 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
10351 the user's path, and LOADLIBES as gleaned from the system
10352 description files.
10353 Simplify the report generated; it doesn't need to include any
10354 description of paths now.
10355 Make `config.status' exec configure instead of just calling it, so
10356 there's no harm in overwriting `config.status'.
10357 * Makefile.in (version, configname): New variables, used to choose
10358 the default values for datadir and libdir.
10359 Path variables rearranged into two clearer groups:
10360 - In the first group are the variables specified by the GNU coding
10361 standards (prefix, bindir, datadir, statedir, libdir, mandir,
10362 manext, infodir, and srcdir).
10363 - In the second are the variables actually used for Emacs's paths
10364 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
10365 archlibdir), which depend on the first category.
10366 datadir and libdir default to directories under
10367 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
10368 demand.
10369 etcdir and lispdir default to subdirectories of datadir.
10370 archlibdir defaults to libdir.
10371 The new installation tree is a bit deeper than it used to be, so
10372 use the new make-path program in lib-src to build them all.
10373 Always build a new src/paths.h.tmp and then move-if-change it to
10374 src/paths.h, to avoid unnecessary rebuilds while responding to the
10375 right changes.
10376 Remove all mention of arch-lib. Run utility commands from
10377 lib-src, and let the executables be copied into archlibdir when
10378 Emacs is installed.
10379 Add targets for src/Makefile, lib-src/Makefile, and
10380 oldXMenu/Makefile, editing the values of the path variables into
10381 them.
10382 Let lib-src do its own installation.
10383 (datadir): Default to putting data files under
10384 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
10385 (emacsdir): Variable deleted; it would only be confusing to use.
10386 (lispdir, etcdir): Default to ${datadir}/lisp.
10387 (mkdir): Use make-path for this.
10388 (lockdir): Do this in mkdir.
10389 (Makefile): New target.
10390
10391 * configure (usage_message): Rename to long_usage.
10392
10393 * make-dist: Don't bother creating an arch-lib directory; that's
10394 only for installation now.
10395
103961992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10397
10398 * configure: Use GCC-style configuration names, using config.sub.
10399 Change the usage and help messages.
10400
10401 * configure: Initialize window_system, not indow_system.
10402
10403 * configure: Report which window system, compiler, and signal
10404 handler return type we decide to use.
10405
10406 * make-dist: Explain what's going on if config.sub and gmalloc.c
10407 can't be linked. Place the code which copies them near the code
10408 which links the rest of the files around them.
10409
104101992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
10411
10412 * make-dist: Don't bother to distribute src/*.com, or
10413 src/vmsbuild; those have all been moved to `../vms'.
10414
104151992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10416
10417 * make-dist: Don't forget that the way to avoid filenames starting
10418 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
10419 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
10420 couldn't make hard links to, since we have two already, and
10421 perhaps more to come.
10422
104231992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10424
10425 * configure: When editing parameters into lib-src/Makefile, change
10426 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
10427 needs some other flags too.
10428
104291992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10430
10431 * configure: Remove spurious echo of the configuration name.
10432
10433 * make-dist: Don't distribute files in src/m and src/s whose names
10434 begin with `='.
10435
104361992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10437
10438 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10439 Also LISP_FLOAT_TYPE.
10440
104411992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10442
10443 * make-dist: Copy config.sub, since it's a symbolic link to a file
10444 on another file system.
10445
104461992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10447
10448 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10449 distribution.
10450
10451 * config.sub: New file, to help us recognize configuration names.
10452 * make-dist: Include it in the distribution.
10453
104541992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10455
10456 * configure: Convert `-' to `_' in specified option names.
10457 Accept options with --. Delete --highpri and --have-x-menu options.
10458 New options --with-x and --with-x10 replace -window-system.
10459 Don't mention options --gnu-malloc, --rel-alloc
10460 or --lisp-float-type in help message.
10461
104621992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10463
10464 * make-dist: Include the `vms' subdirectory in the distribution.
10465
104661992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10467
10468 * configure: Remove lines starting with "# DIST: " when building
10469 lib-src/Makefile and src/Makefile. This allows us to mark the
10470 "Makefile.in" files with explanatory comments which won't also get
10471 stuck in the Makefiles.
10472
104731992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10474
10475 * make-dist: Don't use the '+' operator in the sed regular
10476 expression that extracts the version number from lisp/version.el;
10477 Ultrix sed doesn't seem support the operator. Just double the
10478 operand and use *.
10479
104801992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10481
10482 * Makefile.in: Doc fix.
10483
104841992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10485
10486 * configure: Rewrite sed command to remove at most one ./ prefix;
10487 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10488 group.
10489
104901992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10491
10492 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10493
104941992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10495
10496 * make-dist: Go ahead and build a new TAGS file, unless the
10497 --newer option was specified. Don't try to delete a TAGS file
10498 from etc; it's not kept there, and shouldn't be deleted anyway.
10499
105001992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10501
10502 * make-dist: If the lisp directory contains a default.el, don't
10503 distribute it.
10504
10505 * configure: When searching signal.h for the type of a signal
10506 return handler, make a copy of it, not a symbolic link to it; that
10507 way, it will work on systems that don't have symbolic links.
10508
105091992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10510
10511 * make-dist: Taught it about vcdiff and rcs2log, added --newer
10512 option for generating incremental distributions. Stopped it from
10513 generating a TAGS file into the distribution; that sucker is
10514 *big*, and easily enough generated with the toplevel makefile.
10515
105161992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10517
10518 * configure: When writing config.status, don't prefix progname
10519 with a '.'; it might be absolute.
10520
105211992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10522
10523 * configure: Choose to use X11 if either /usr/lib/libX11.a or
10524 /usr/include/X11 exist, not only if both exist.
10525
105261992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10527
10528 * make-dist: Make the new external-lisp directory a duplicate of
10529 the external-lisp directory, not the lisp directory.
10530
105311992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10532
10533 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10534 clean' in arch-lib; it doesn't even have a Makefile.
10535
10536 * Makefile.in (clean, mostlyclean): In the test which tries to
10537 distinguish between the build directory, which should be cleaned,
10538 and the installed directory, which shouldn't, cd to `${emacsdir}',
10539 not `${DESTDIR}${LIBDIR}'.
10540
105411992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10542
10543 * make-dist: Be sure to delete the .c and .h files that YACC and
10544 BISON create from getdate.y.
10545
10546 * external-lisp: New directory; see `external-lisp/README'.
10547 * make-dist: Added support for the external-lisp subdirectory.
10548
10549 * make-dist: Changed message which complains that make-dist wasn't
10550 invoked in the right directory to indicate which files it was
10551 looking for.
10552
105531992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10554
10555 * configure: Add comments explaining why we can't translate
10556 character ranges or control characters in `tr'.
10557
105581992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10559
10560 * configure: When generating the configuration message, we used to
10561 build the message from the start so that each line began with "# "
10562 so that it would be a comment in `config.status'. However, this
10563 causes trouble if any of the variables we use in the message
10564 expand to more than one line of text - as gnu_malloc_reason
10565 sometimes does. So instead, we build the message as it should be
10566 printed to the user (i.e. without the "# " prefixes), and stick on
10567 the "# "s when we write it to `config.status'.
10568
10569 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10570 `lib-src' and `arch-lib'.
10571
10572 * configure: When generating report and `config.status' file, note
10573 that bindir only determines where `make install' and
10574 `build-install' will place the executables; this should make it
10575 clear that the ordinary build process will not try to install
10576 things.
10577
105781992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10579
10580 * make-dist: Change messages to say that we are 'making links to
10581 X', rather than 'copying X'. And put `' quotes around file names.
10582
10583 * make-dist: Include '.tmp' in the name of the staging directory.
10584
10585 * make-dist: Pass the `-f' option to rm when you're not sure that
10586 the files you're removing actually exist.
10587
10588 * make-dist: When setting up etc/COPYING, always nuke whatever is
10589 there, and then copy it in, to make sure we get a real file.
10590
10591 * make-dist: Don't try to distribute *.defns files any more. The
0105dc3e 10592 only such file was for simula.el, which has been superseded by a
067d23c9
KY
10593 version which doesn't have a separate .defns file.
10594
105951992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
10596
10597 * make-dist: Don't distribute configured versions of config.h.in,
10598 paths.h.in, Makefile.in in src.
10599
10600 * configure: Delete .tmp files before creating them; don't bother
cd1181db 10601 trying to make final targets writable first, since it won't
067d23c9
KY
10602 matter to move-if-change.
10603
106041992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10605
10606 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10607 mkdir and chmod in the center of all the conditionals. GNU Make
10608 will strip these out, but other makes won't.
10609
106101992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10611
10612 * make-dist: Include move-if-change in list of files to distribute.
10613
106141992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10615
10616 * configure: Remove any "." elements from the program name.
10617
10618 * configure: Don't record the values of all the possible arguments
10619 in config.status; only record the options that the user specified.
10620
10621 * configure: Use move-if-change to move in the new src/config.h.
10622
106231992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
10624
10625 * move-if-change: New file, copied from gcc release.
10626 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
10627 a temp file, so we don't update paths.h if an error occurs or if
10628 it doesn't need changing.
10629
106301992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10631
10632 * Makefile.in (src/paths.h): Do not install a value for the
10633 PATH_SUPERLOCK value; that macro doesn't exist anymore.
10634 * build-install.in: Same thing.
10635
106361992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10637
10638 * make-dist: Check the flag called "make_tar", not "make_dir"; the
10639 latter, being a typo, is always false, resulting in a program
10640 whose default behavior is to painstakingly build a copy of the
10641 source tree, and then delete it. Rah.
10642
10643 * Makefile.in: Add dist target, and comment for it.
10644
10645 * configure: When scanning <signal.h> for a declaration for
10646 signal, create a symbolic link with a name ending in .c, so the
10647 compiler won't complain that it's only been given .h files.
10648
10649 * configure: Check whether there are any arguments available
10650 before shifting to get the value of a non-boolean parameter.
10651
10652 * make-dist: Doc fix.
10653
106541992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10655
10656 * configure: Instead of grepping /usr/include/signal.h for a
10657 signal declaration, run /usr/include/signal.h or
10658 /usr/include/sys/signal.h through cpp and grep for the
10659 declaration.
10660
10661 * configure: Redirect the output of grep to /dev/null instead of
10662 using grep -s - that flag means different things on other systems.
10663
10664 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
10665 since the former is recognizable even if you don't know what
10666 'dumping' is.
10667 * configure: Accommodate that change.
10668
10669 * configure: Accept options for all of the directories you can
10670 change in the Makefile.
10671
10672 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
10673
10674 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
10675 FOO before you can use them.
10676
10677 * build-install.in: Made the "Where To Install Things" section
10678 conform with the similar section from Makefile.in. Copied section
10679 which builds src/paths.h from src/paths.h.in from the Makefile.
10680
106811992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10682
10683 * configure: Write config.status to pass its command-line
10684 arguments on to configure, so that people can use it to recreate
10685 an old configuration, with minor changes.
10686
106871992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10688
10689 * configure: Don't rely on option variables being unset if their
10690 values are the empty string. In particular, when producing the
10691 English report, don't assume that highpri will be unset when no
10692 increased priority has been requested; -highpri='' should be the
10693 same as omitting -highpri altogether.
10694
10695 * configure: Fix dumb bug: when running the system and machine
10696 description files through cpp, mark those lines that we want to
10697 evaluate with the string '@configure@', and then only evaluate
10698 them. This way if the files include anything that actually
10699 generates text (type definitions or external declarations, say),
10700 we won't try to eval it.
10701
107021992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10703
10704 * make-dist: New shell script.
10705
10706 * configure: When creating foo from foo.in, make foo read-only to
10707 remind people to edit the .in file instead.
10708
10709 * INSTALL: Changed references to config.h-dist to config.h.in.
10710 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
10711 to build src/paths.h from src/paths.h.in; added a paragraph to do
10712 this.
10713 * configure, Makefile, build-install: Changed filenames like
10714 FOO-dist to FOO.in.
10715
107161992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10717
10718 * Makefile, build-install: Renamed to Makefile.in and
10719 build-install.in; the configure script will edit these to produce
10720 the usable Makefile and build-install.
10721 * configure: Changed to produce ./Makefile, ./build-install,
10722 lib-src/Makefile, and src/Makefile from their *.in counterparts,
10723 instead of editing them in place.
10724
107251992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10726
10727 * Makefile: Re-arranged so that the undumped Emacs will search
10728 ../lisp *after* the site's local elisp files.
10729 (locallisppath, dumplisppath): New variables.
10730 (lisppath): This variable's default value is now chosen based on
10731 $(locallisppath) and $(lispdir); while it used to be the
10732 customization point for adding site-local elisp directories to
10733 load-path, that job is now handled mostly by locallisppath.
10734 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10735 Check the values being assigned to the *LOADSEARCH macros for null
10736 path elements (like '::' in 'foo::bar').
10737
10738 * configure: When checking if the machine- and system-dependent
10739 files define a particular macro or not, actually run them through
10740 CPP and test the macros with #ifs, instead of just grepping for
10741 the macros' names. In particular, check for SYSTEM_MALLOC in this
10742 way.
10743
107441992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10745
10746 * Makefile (install): Don't use -s in install. (Keep the symbols.)
10747
107481992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10749
10750 * configure: Make the config.status file an executable shell
10751 script which will recreate the same configuration. Include the
10752 verbal description of the current configuration as a comment in
10753 the script.
10754 * INSTALL: Doc fix.
10755
10756 * Makefile: Brought the Makefile up to the GNU coding
10757 standards, as described in standards.text:
10758 (TAGS): New name for the target which rebuilds the tags table.
10759 (check): New target; doesn't do anything yet.
10760 (mostlyclean): New target, synonymous with clean.
10761 (realclean): New target. Currently, this just calls the
10762 subdirectories's makefiles and then deletes config.status.
10763 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10764 variables.
10765 Installation directory variables changed to conform.
10766 (install, install.sysv, install.xenix, install.aix): Changed the
10767 code which copies the directories into their installed location to
10768 allow the installed locations to be in several different
10769 directories; the old version assumed that they would all be in
10770 $(emacsdir).
10771 (mkdir, lockdir): Allow the installed locations to be in several
10772 different directories.
10773 * INSTALL: Doc fix.
10774
10775 * build-install: Use the same variable names as the Makefile.
10776 Allow the installed locations to be in several different
10777 directories.
10778
107791992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10780
10781 * Makefile (src/paths.h): Instead of using a single sed command to
10782 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10783 separately, and don't forget to append "/!!!SuperLock!!!" to the
10784 value of the PATH_SUPERLOCK macro.
10785
10786 * config.emacs: Renamed to configure, for consistency with other
10787 GNU products. Internal references changed.
10788 INSTALL, Makefile: References changed.
10789
10790 * lock: New directory, which should always be empty. If this
10791 directory doesn't exist, Emacs won't complain; it just won't lock.
10792 Having this here means that people can just unpack Emacs, build
10793 it, and have locking work.
10794
10795 * share-lib: Re-renamed to etc, for the sake of tradition.
10796 * config.emacs: Changed default value for datadir to ../etc.
10797 * INSTALL, README: Adjusted.
10798
107991992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10800
10801 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
10802 by running CPP on the appropriate s/*.h and m/*.h files.
10803
108041992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10805
10806 * config.emacs: Make sure to set the "exit on error" flag once
10807 we've removed config.status; errors should abort the configuration.
10808
108091992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10810
10811 * config.emacs: Added -distribute option, so that the Makefile
10812 paths are in their proper form. I don't know why this matters.
10813
108141992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10815
10816 * local-lisp: New directory, empty in the distribution, for people
10817 to put local elisp code in.
10818 * config.emacs: Include it in the default load path.
10819 * README: Document it.
10820
108211992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10822
10823 * config.emacs: Guess the type of signal handling functions based
10824 on the contents of /usr/include/signal.h.
10825
10826 * config.emacs: Print out progress report messages.
10827
10828 * Makefile (src/paths.h): Don't generically replace
10829 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
10830 editing of the other entries, and each entry should be dealt with
10831 explicitly anyway.
10832
10833 * build-install: Converted from C-shell to Bourne shell.
10834 * config.emacs: Edit build-install properly.
10835
10836 * config.emacs: Doc fix.
10837
108381992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10839
10840 * Makefile (install): Remove `B' from tar xf command.
10841
108421992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10843
10844 * config.emacs: Removed support for the `maintain-environment'
10845 option; the only important difference between this and its absence
10846 has been removed.
10847 * INSTALL: Removed mention of `maintain-environment'.
10848
10849 * config.emacs: Fix arguments to sed when processing boolean
10850 arguments.
10851
108521991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10853
10854 * config.emacs: New file, to help automate the installation
10855 process.
10856
10857 * Makefile: Lots of changes to support the separation of etc into
10858 architecture-dependent and -independent files:
10859 (EMACSROOT): New variable, giving the directory under which all of
10860 Emacs's libraries should be installed. Changed rest of file to
10861 use it.
10862 (LIBDIR): Now denotes only architecture-dependent dir.
10863 (DATADIR): New variable, denoting architecture-independent dir.
10864 (LOCKDIR): New variable, for completeness.
10865 (SUBDIR): No more etc, new lib-src.
10866 (COPYDIR): No more etc, new arch-lib and share-lib.
10867 (src/paths.h): Set PATH_DATA and the LOCK macros too.
10868 (src): Now depends on lib-src, not etc.
10869 * build-install: Changes parallel to the above.
10870 * README: Describe the new arrangement.
10871
10872 * vms: New subdirectory for all the VMS stuff.
10873
108741991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10875
10876 * Makefile (LISPPATH): New variable.
10877 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
10878
108791990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
10880
10881 * Makefile (install, install.sysv, install.xenix):
10882 Install wakeup instead of loadst. No need for setuid or setgid.
10883
108841990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10885
10886 * Makefile (clean): Clean etc if that's not the installation dir.
10887
108881990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10889
10890 * Makefile (paths.h): Make sed alter each name in the path.
10891
108921988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10893
10894 * Makefile (install.sysv): Use cpio, not tar.
10895
108961988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10897
10898 * Makefile (lockdir): Rename `lock' target.
10899 Depend on it from install*, not from `all'.
10900
109011988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
10902
10903 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
10904 to match build-install and paths.h.
10905
10906;; Local Variables:
10907;; coding: utf-8
067d23c9
KY
10908;; End:
10909
1a71cb28 10910 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
067d23c9
KY
10911
10912 This file is part of GNU Emacs.
10913
10914 GNU Emacs is free software: you can redistribute it and/or modify
10915 it under the terms of the GNU General Public License as published by
10916 the Free Software Foundation, either version 3 of the License, or
10917 (at your option) any later version.
10918
10919 GNU Emacs is distributed in the hope that it will be useful,
10920 but WITHOUT ANY WARRANTY; without even the implied warranty of
10921 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10922 GNU General Public License for more details.
10923
10924 You should have received a copy of the GNU General Public License
10925 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.