* Makefile.in (install-arch-indep): Remove sh -x.
[bpt/emacs.git] / ChangeLog
1 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
2
3 * Makefile.in (install-arch-indep): Remove sh -x.
4
5 2012-07-30 Glenn Morris <rgm@gnu.org>
6
7 * configure.ac (opsysfile): Tweak message for null case.
8
9 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
10 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
11
12 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
13
14 Merge from gnulib, incorporating:
15 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
16
17 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
18
19 * Makefile.in (install-arch-indep): Handle space in locallisppath.
20
21 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
22
23 Use Gnulib environ module (Bug#9772).
24 * m4/environ.m4: New file, from gnulib.
25 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
26
27 Use Gnulib stdalign module (Bug#9772, Bug#9960).
28 This should improve portability of macros like alignof and DECL_ALIGN.
29 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
30 * .bzrignore: Add lib/stdalign.h.
31 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
32 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
33 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
34 fiddles with this, as gnulib now does this for us.
35
36 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
37
38 Fix toolkit configuration report.
39 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
40 --with-x-toolkit=gtk3 is used.
41
42 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
43
44 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
45 * configure.ac: Configure gnulib at the end, not before running
46 pkg-config. This restores the behavior before 2012-06-22, when
47 higher-resolution time stamps were added, and fixes a bug whereby
48 LIB_PTHREAD was not used and gnulib's part of 'configure'
49 therefore incorrectly assumed that pthread_sigmask wasn't working.
50 Fix the problem with -lrt and clock_gettime a different way.
51 This should complete the fix for Bug#11884.
52 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
53
54 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
55
56 Merge from gnulib, incorporating:
57 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
58 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
59
60 2012-07-14 Glenn Morris <rgm@gnu.org>
61
62 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
63 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
64
65 2012-07-13 Glenn Morris <rgm@gnu.org>
66
67 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
68
69 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
70 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
71 Move "system type" macros here from src/s.
72 (BSD_SYSTEM_AHB): New hack macro.
73 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
74
75 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
76 (GC_MARK_SECONDARY_STACK): Move here from src/s.
77
78 2012-07-12 Glenn Morris <rgm@gnu.org>
79
80 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
81 setting here from src/s/darwin.h.
82
83 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
84 as src/s/darwin.h used to.
85
86 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
87 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
88 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
89 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
90 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
91 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
92 (XOS_NEEDS_TIME_H): Move here from src/s.
93
94 2012-07-11 Glenn Morris <rgm@gnu.org>
95
96 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
97 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
98
99 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
100
101 * configure.ac (tzset): Remove check that's redundant with gnulib.
102
103 2012-07-11 Glenn Morris <rgm@gnu.org>
104
105 * configure.ac (CLASH_DETECTION): Define unconditionally.
106
107 * configure.ac (opsysfile): Use bsd-common on gnu systems.
108
109 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
110 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
111
112 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
113
114 Assume mkdir, rename, rmdir, strerror.
115 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
116
117 2012-07-11 Glenn Morris <rgm@gnu.org>
118
119 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
120
121 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
122
123 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
124
125 Remove "#define unix" that is no longer needed (Bug#11905).
126 Merge from gnulib to make "#define unix" unnecessary, incorporating:
127 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
128 2012-07-09 getopt: Simplify after Emacs changed.
129
130 2012-07-10 Glenn Morris <rgm@gnu.org>
131
132 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
133 Move here from src/s.
134
135 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
136
137 * configure.ac (PNG_DEPSTRUCT): Define this instead of
138 PNG_DEPRECATED.
139
140 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
141
142 Add GCC-style 'const' attribute to functions that can use it.
143 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
144 (ATTRIBUTE_CONST): New macro, in config.h.
145
146 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
147
148 * lib/makefile.w32-in: Rework dependencies.
149 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
150 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
151 (U64_H, SHA512_H): New macros.
152 (SRC): Redefine to point to src/, not current directory.
153 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
154 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
155 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
156 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
157 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
158 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
159 ($(BLD)/filemode.$(O)): Update dependencies.
160
161 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
162
163 Merge from gnulib, incorporating:
164 2012-07-09 timespec: mark functions with const attributes
165
166 Rename configure.in to configure.ac (Bug#11603).
167 The name 'configure.in' has been obsolescent for quite some time,
168 and the next release of Autoconf will generate warnings for it.
169 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
170 'configure.in' as autoconf input" in the Autoconf git repository.
171 * configure.ac: Rename from configure.in.
172 * INSTALL, INSTALL.BZR, README, make-dist:
173 * Makefile.in (AUTOCONF_INPUTS):
174 * autogen.sh (autoconf_min):
175 * autogen/update_autogen (sources):
176 Adjust to reflect new name.
177
178 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
179
180 Restore deprecation warnings, except for older libpng.
181 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
182 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
183 (PNG_DEPRECATED): Define when compiling with older PNG versions.
184
185 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
186
187 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
188
189 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
190
191 Improve static checking when configured --with-ns.
192 See Samuel Bronson's remarks in
193 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
194 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
195 a no-op with recent GCC and harmful in earlier ones.
196 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
197 warning when compiling with ObjC. Always omit
198 -Wunsafe-loop-optimizations, as we don't mind when optimization is
199 being done correctly.
200
201 2012-07-07 Glenn Morris <rgm@gnu.org>
202
203 * configure.in (BROKEN_SA_RESTART): Doc fix.
204
205 * configure.in: Rather than checking for things then undef'ing
206 them on some platforms, simply don't check for them.
207 (getwd): Don't check for it on unixware.
208 (random, rint): Don't check for these on hpux.
209 (res_init, libresolv): Don't check for these on darwin.
210
211 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
212
213 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
214 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
215 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
216 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
217
218 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
219
220 * configure.in: Document --enable-gcc-warnings better.
221
222 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
223 This is safer than strcasecmp, which has unspecified behavior
224 outside the POSIX locale and in practice sometimes does not work
225 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
226 * configure.in (strcasecmp, strncasecmp): Remove checks.
227
228 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
229 * lib/c-strncasecmp.c: New files, taken from gnulib.
230 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
231
232 Merge from gnulib, incorporating:
233 2012-07-06 timespec-sub: avoid duplicate include
234 Reported by Juanma Barranquero.
235
236 2012-07-06 Glenn Morris <rgm@gnu.org>
237
238 * make-dist [update]: Let autoreconf figure out what needs updating.
239 Use `make info-real'. leim/leim-list.el should always exist.
240 Check cd return value.
241
242 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
243
244 Merge from gnulib. This is for OpenBSD 5.1 amd64.
245 * m4/sys_time_h.m4: New version from gnulib, incorporating:
246 2012-07-05 sys_time: allow too-wide tv_sec
247
248 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
249
250 Merge from gnulib.
251 * lib/alloca.in.h: New version from gnulib, incorporating:
252 2012-07-03 alloca: add support for HP NonStop TNS/E native
253
254 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
255
256 * configure.in: If --enable-gcc-warnings, disable
257 -Wunsafe-loop-optimizations for -O1 optimization level.
258
259 2012-06-30 Glenn Morris <rgm@gnu.org>
260
261 * configure.in (standardlisppath): New output variable.
262 (lisppath): Use standardlisppath.
263 * Makefile.in (standardlisppath): New, set by configure.
264 (epaths-force): Use standardlisppath and locallisppath rather than
265 lisppath.
266
267 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
268
269 * configure.in: Fix previous change. Remove --enable-asserts.
270 (CPPFLAGS): Remove conditional -DXASSERTS=1.
271 Add --enable-link-time-optimization.
272 * INSTALL: Mention this.
273
274 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
275
276 * configure.in: Add glyphs category to --enable-checking option.
277 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
278
279 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
280
281 * configure.in (ENABLE_CHECKING): Update comment.
282
283 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
284
285 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
286 Emacs proper no longer uses these headers, and can rely on Gnulib
287 for these checks.
288
289 Merge from gnulib.
290 * m4/getopt.m4: Copy new version from gnulib, incorporating:
291 getopt-posix: No longer guarantee that option processing is resettable.
292
293 2012-06-27 Glenn Morris <rgm@gnu.org>
294
295 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
296
297 * INSTALL: Remove references to paths.el.
298
299 2012-06-26 Eli Zaretskii <eliz@gnu.org>
300
301 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD. This
302 replaces separate dependency for each object file, which required
303 the same object file to be mentioned twice, causing failures in
304 parallel builds.
305
306 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
307
308 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
309 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
310
311 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
312
313 * configure.in (AC_CHECK_FUNCS): Detect library functions
314 strcasecmp and strncasecmp.
315
316 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
317
318 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
319 We might as well use the spelling standardized by C11,
320 as in the long run that should simplify maintenance.
321 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
322
323 2012-06-24 Eli Zaretskii <eliz@gnu.org>
324
325 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
326 ($(BLD)/timespec-add.$(O)):
327 ($(BLD)/timespec-sub.$(O)): Don't depend on
328 $(EMACS_ROOT)/nt/inc/sys/time.h.
329
330 * lib/stat-time.h:
331 * lib/timespec.h:
332 * lib/utimens.h: Revert last change.
333
334 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
335
336 Merge from gnulib.
337 * m4/getopt.m4: Copy new version from gnulib, incorporating:
338 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
339
340 2012-06-23 Eli Zaretskii <eliz@gnu.org>
341
342 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
343 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
344 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
345 $(BLD)/timespec-sub.$(O).
346 ($(BLD)/dtotimespec.$(O)):
347 ($(BLD)/gettime.$(O)):
348 ($(BLD)/timespec-add.$(O)):
349 ($(BLD)/timespec-sub.$(O)): New dependencies.
350
351 * lib/stat-time.h:
352 * lib/timespec.h:
353 * lib/utimens.h: Include sys/time.h.
354
355 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
356
357 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
358 the correct CFLAGS and LIBS.
359
360 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
361
362 Support higher-resolution time stamps (Bug#9000).
363 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
364 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
365 that the new clock stuff doesn't clash with RSVG_LIBS.
366 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
367 as gnulib does that for us now.
368 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
369 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
370 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
371 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
372 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
373 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
374 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
375 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
376 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
377 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
378 New files, copied automatically from gnulib.
379 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
380
381 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
382
383 Merge from gnulib.
384 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
385 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
386 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
387 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
388 Copy new versions from gnulib, incorporating the following changes:
389 2012-06-22 time_r: fix typo that always overrode localtime_r decl
390 2012-06-22 Write "Mac OS X" instead of "MacOS X".
391 2012-06-21 mktime: fix integer overflow in 'configure'-time test
392 2012-06-21 nonblocking: Avoid compilation error on mingw64.
393 2012-06-19 stat, fstat: Avoid warnings on mingw64.
394 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
395
396 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
397
398 * configure.in: Rename --enable-use-lisp-union-type to
399 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
400 instead of USE_LISP_UNION_TYPE.
401
402 2012-06-12 Glenn Morris <rgm@gnu.org>
403
404 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
405 (opsysfile): Set specially for sol2-10.
406
407 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
408 New AC_DEFINEs, for hpux11.
409 (opsysfile): Set specially for hpux11.
410
411 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
412
413 * configure.in: Coalesce some function checking.
414 This makes 'configure' a bit smaller.
415 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
416
417 2012-06-12 Glenn Morris <rgm@gnu.org>
418
419 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
420
421 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
422
423 * configure.in: Anticipate platforms with no src/s file.
424
425 2012-06-12 Chong Yidong <cyd@gnu.org>
426
427 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
428
429 2012-06-11 Glenn Morris <rgm@gnu.org>
430
431 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
432
433 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
434
435 * configure.in (dbus_type_is_valid): Check for library function.
436
437 2012-06-06 Glenn Morris <rgm@gnu.org>
438
439 * INSTALL, make-dist: Remove vcdiff.
440
441 2012-06-03 Glenn Morris <rgm@gnu.org>
442
443 * INSTALL, make-dist: Remove rcs-checkin.
444
445 2012-06-03 Ulrich Müller <ulm@gentoo.org>
446
447 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
448
449 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
450
451 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
452 It is confusingly named and rarely useful. See, for example,
453 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
454 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
455 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
456 * configure.in: Remove --disable-maintainer-mode.
457 (USE_MAINTAINER_MODE, MAINT): Remove.
458
459 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
460
461 Make 'configure' a bit smaller and faster.
462 * configure.in (INSTALL_INFO): Set it with one call to
463 AC_PATH_PROG, not three.
464 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
465 so likely that it'll be needed.
466 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
467 (AC_PROG_MAKE_SET): Remove; Automake does this.
468 (sysinfo): Do not check for this function, as it's never used.
469 (tzset): Check for this function just once.
470 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
471 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
472
473 2012-05-27 Eli Zaretskii <eliz@gnu.org>
474
475 * config.bat (lib): Create/update lib/stdalign.in-h and
476 lib/sys_types.in-h.
477
478 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
479 ($(BLD)/sha1.$(O)):
480 ($(BLD)/sha256.$(O)):
481 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
482 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
483
484 * lib/getopt_.h: Regenerate.
485
486 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
487
488 Assume gnulib does largefile.
489 Gnulib does the largefile configuration anyway, so when configure.in
490 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
491 * configure.in (AC_SYS_LARGEFILE): Remove.
492 * lib/gnulib.mk: Autoupdate.
493
494 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
495
496 Merge from gnulib. (Bug#11527)
497
498 The build procedure now creates <stdalign.h> and <sys/types.h> for
499 older hosts that lack a working <stdalign.h> or whose
500 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t. New
501 symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
502 msdos and nt builds.
503
504 Here is a precis of gnulib changes that seem relevant; please see
505 the gnulib ChangeLog for details.
506
507 2012-05-18 crypto: fix bug in large buffer handling
508 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
509 2012-05-10 _Noreturn: port config.h to gcc -Wundef
510 2012-05-08 warnings.m4: give a means to specify the program to compile
511 2012-05-07 stdint: be more consistent with glibc, SunOS libc
512 2012-04-21 Large File Support for native Windows platforms.
513 2012-04-14 stat: Bypass buggy override in mingw64.
514 2012-03-29 stdio: don't assume gets any more
515 2012-03-24 Enable common subexpression optimization in GCC.
516 2012-02-09 maint: replace FSF snail-mail addresses with URLs
517 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
518 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
519 2012-01-21 stdint: Add support for Android.
520 2012-01-15 Improve support for MSVC 9.
521 2012-01-08 mktime: Avoid compilation error on Solaris 11.
522 2012-01-05 Use ', not `, for quoting output.
523 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
524 2012-01-05 strtoimax: Work around AIX 5.1 bug.
525 2012-01-05 inttypes: Modernize.
526 2011-12-13 inttypes, stdint: add C++11 support
527 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
528 2011-11-21 _Noreturn: Check that _MSC_VER is defined
529 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
530 2011-11-09 raise: fix mingw handling of SIGPIPE
531 2011-10-27 Add stdalign module and use it in other modules.
532
533 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
534 * m4/sys_types_h.m4:
535 New files.
536 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
537 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
538 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
539 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
540 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
541 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
542 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
543 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
544 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
545 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
546 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
547 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
548 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
549 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
550 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
551 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
552 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
553 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
554 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
555 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
556 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
557 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
558 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
559 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
560 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
561 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
562 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
563 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
564 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
565 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
566 Update from gnulib.
567
568 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
569
570 Remove src/m/*.
571 * configure.in: Remove all mention of src/m/*.
572 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
573 All uses removed.
574 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
575 (BITS_PER_LONG_LONG): Move to src/lisp.h.
576 * lib/makefile.w32-in: Remove dependencies on
577 $(EMACS_ROOT)/src/m/intel386.h.
578 * make-dist: Don't make links to src/m.
579
580 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
581
582 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
583 Without this further fix, aclocal was being invoked unnecessarily.
584
585 2012-05-22 Glenn Morris <rgm@gnu.org>
586
587 * Makefile.in (blessmail, install-arch-dep, uninstall):
588 Check cd lib-src works.
589 (install-arch-dep, uninstall): Remove unneeded subshells.
590
591 2012-05-21 Glenn Morris <rgm@gnu.org>
592
593 * update-subdirs: Move to build-aux/.
594 * make-dist, Makefile.in (install-arch-indep): Update for this change.
595
596 * Makefile.in (leimdir): New, set by configure.
597 (COPYDIR, COPYDESTS): Add leim directories.
598 (install-leim): Remove.
599 (install-arch-indep): Handle leim installation directly.
600
601 * vpath.sed: Remove unused file.
602 * make-dist: No more vpath.sed.
603
604 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
605
606 Use full name for m4/gnulib-comp.m4. (Bug#11529)
607 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
608 even though the file's name in gnulib is m4/gnulib-comp.m4.
609 This had a problem when merging from gnulib, as the code temporarily
610 renamed it to the full name, causing problems when interrupted.
611 Now the file has its full name, with the idea that we will find
612 a solution for MS-DOS that does not affect the rest of Emacs.
613 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
614
615 Assume C89 or later.
616 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
617 (POINTER_TYPE, PROTOTYPES): Remove.
618
619 Make merging from gnulib a script, not a makefile action.
620 Putting it in a makefile has some problems with reflection, as
621 merging from gnulib updates 'configure', which can update the makefile.
622 Putting it in a standalone script breaks this loop.
623 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
624 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
625 Remove, moving the actions to the script admin/merge-gnulib.
626
627 2012-05-21 Glenn Morris <rgm@gnu.org>
628
629 * configure.in (LEIM_INSTALLDIR):
630 Rename to leimdir, treat like lispdir.
631
632 2012-05-21 Glenn Morris <rgm@gnu.org>
633
634 * Makefile.in (install-arch-indep, install-doc, install-info)
635 (uninstall): Scrap superfluous subshells.
636
637 2012-05-19 Ulrich Mueller <ulm@gentoo.org>
638
639 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
640
641 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
642
643 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
644 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
645 getsockopt, setsockopt, mremap, mempcpy.
646
647 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
648 is being removed.
649 (AC_CHECK_FUNCS): Remove ftime.
650
651 2012-05-19 Glenn Morris <rgm@gnu.org>
652
653 * Makefile.in (install-arch-indep): Remove unneeded subshell.
654
655 * Makefile.in (install-arch-indep): Remove unneeded chmod.
656 Set permissions of lisp/subdirs.el.
657
658 * Makefile.in (SUBDIR): Add leim. Update users.
659
660 * Makefile.in (lib, lib-src, lisp): Check cd return value.
661
662 * Makefile.in (leim): No need to set PARALLEL.
663
664 2012-05-18 Glenn Morris <rgm@gnu.org>
665
666 * Makefile.in (install-arch-indep, install-info, install-man):
667 Simplify some one-sided ifs.
668
669 * Makefile.in: Install only the relevant DOC file.
670 (install-arch-indep): Delete etc/DOC*.
671 (install-doc): No more need to delete etc/DOC.
672
673 * Makefile.in (install-arch-indep): Split into several rules.
674 (install-doc, innstall-info, install-man): New rules.
675
676 * configure.in (mandir): May as well include it in the NS app bundle.
677
678 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
679 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
680 (install-arch-indep): Don't install-etc for self-contained ns builds.
681
682 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
683 No longer unconditonally add /sw directories. (Bug#2280)
684
685 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
686 (install-arch-indep): Depend on install-leim.
687 (install): Remove explicit install-leim dependence.
688
689 * Makefile.in (install-arch-indep):
690 Move last element of mkdir rule here.
691 (mkdir): Remove rule.
692
693 * Makefile.in (install-arch-indep): Remove unneeded chmods.
694 INSTALL_DATA does this for us.
695
696 * Makefile.in (install-arch-dep): Ensure bindir exists.
697 Drop mkdir dependency.
698 (install-arch-indep): Ensure docdir, infodir, mandir exist.
699 (install-leim): Drop mkdir dependency.
700 (mkdir): Remove most directories, now made in relevant rules.
701
702 * Makefile.in (install-arch-indep): Combine adjacent loops.
703
704 2012-05-17 Glenn Morris <rgm@gnu.org>
705
706 * Makefile.in (install-etc, mkdir):
707 Make relevant directories in install-etc rather than mkdir.
708
709 * Makefile.in (write_subdir): Create the directory if needed.
710 (install-arch-dep, mkdir): No need to make site-lisp directories.
711
712 * Makefile.in (write_subdir): New.
713 (install-arch-indep, install-arch-dep): Use $write_subdir.
714
715 * configure.in (docdir, etcdir, infodir, lispdir):
716 For a self-contained ns build, set these to the appropriate values.
717 * Makefile.in (install-arch-dep): No need to move info/ any more.
718
719 * configure.in (ns_self_contained): New output variable.
720 * Makefile.in (ns_self_contained): New, set by configure.
721 (install-arch-dep): For a self-contained ns build,
722 don't bother installing binaries then immediately deleting them.
723
724 * Makefile.in (ns_appbindir, ns_appresdir):
725 Move them before things that may refer to them.
726 (install-arch-dep): No need to relocate self-contained ns libexec.
727
728 * configure.in (archlibdir): Set it for self-contained ns builds.
729 (libexecdir): Don't expand it now (this is mainly cosmetic).
730
731 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
732
733 * configure.in: Simplify by removing CPP etc.
734 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
735 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
736 In particular we no longer need to fiddle with CPP, since we don't
737 use CPP specially any more.
738 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
739 adjusted compiler.
740 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
741 since gl_EARLY and/or Autoconf already does these.
742
743 2012-05-16 Glenn Morris <rgm@gnu.org>
744
745 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
746 (CPP): Do not unconditionally set it on Darwin.
747 Instead, try to test if -no-cpp-precomp is accepted.
748 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
749
750 2012-05-15 Glenn Morris <rgm@gnu.org>
751
752 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
753
754 * Makefile.in (install-arch-dep): Do not hard-code version number.
755
756 * Makefile.in (install-arch-dep): NS install no longer needs to
757 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
758
759 2012-05-12 Glenn Morris <rgm@gnu.org>
760
761 * configure.in (ns_appbindir): Remove trailing "/".
762
763 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
764 (MKDEPDIR): Use $MKDIR_P.
765 * Makefile.in (MKDIR_P): New, set by configure.
766 (mkdir): Use $MKDIR_P.
767
768 2012-05-11 Glenn Morris <rgm@gnu.org>
769
770 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
771 Use INSTALL_DATA for the DOC file.
772 Remove dead code for ./lisp that never executes.
773
774 2012-05-10 Glenn Morris <rgm@gnu.org>
775
776 * configure.in (LEIM_INSTALLDIR): New output variable.
777
778 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
779
780 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
781
782 2012-05-08 Glenn Morris <rgm@gnu.org>
783
784 * make-dist: No more doc/lispref/*.el.
785
786 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
787
788 * configure.in: Fix quoting bugs.
789
790 2012-05-04 Glenn Morris <rgm@gnu.org>
791
792 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
793
794 2012-05-02 Glenn Morris <rgm@gnu.org>
795
796 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
797 the choices made by FreeBSD and NetBSD. (Bug#10313)
798
799 * Makefile.in (INFO_FILES): Remove variable.
800 (INFO_NONMISC): New variable.
801 (install-arch-indep, uninstall): Don't use $INFO_FILES.
802
803 * Makefile.in (uninstall): Remove useless-use-of-for; that for
804 some reason caused problems on an old Solaris.
805
806 * Makefile.in (install-arch-indep, uninstall):
807 Ensure that INSTALL-type commands are run from top-level.
808
809 * info/dir: Make some entries consistent with the source texi files.
810
811 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
812
813 2012-05-02 Glenn Morris <rgm@gnu.org>
814
815 * Makefile.in (install-arch-indep):
816 Combine adjacent install-data and install-info loops.
817
818 2012-05-01 Glenn Morris <rgm@gnu.org>
819
820 * Makefile.in (MAN_PAGES): Remove.
821 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
822
823 * configure.in: Try libtinfo for tputs.
824 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
825
826 * configure.in: Combine adjacent $opsys case blocks.
827
828 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
829
830 * configure.in: Invert the TERMINFO logic,
831 since "yes" is far more common than "no".
832
833 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
834
835 * configure.in (LD_SWITCH_X_SITE_RPATH):
836 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
837
838 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
839
840 2012-04-26 Glenn Morris <rgm@gnu.org>
841
842 * make-dist: No more doc/lispref/tindex.pl.
843
844 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
845
846 * configure.in (dbus_validate_bus_name, dbus_validate_path)
847 (dbus_validate_interface, dbus_validate_member): Check also for
848 these library functions.
849
850 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
851
852 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
853 With glibc 2.14 or later, when compiled with GCC 4.7.0's
854 -Werror=deprecated-declarations flag, use of hooks like
855 __malloc_initialize_hook causes compilation to fail because these
856 hooks are deprecated. Modify 'configure' to check for these hooks too.
857 Simplify the 'configure' code to test for all the hooks at once.
858 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
859 (emacs_cv_var_doug_lea_malloc): ... this new var.
860
861 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
862
863 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
864 dated 2011-10-07. Regenerating from current gnulib would be a
865 pervasive change, and currently the trunk isn't open to such changes.
866 * configure.in (WARN_CFLAGS): Remove; no longer needed now
867 that gnulib does it.
868 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
869
870 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
871
872 * m4/gl-comp.m4: Update. (Bug#11285)
873
874 2012-04-20 Ludovic Courtès <ludo@gnu.org>
875
876 * configure.in: Don't use the -R option (Bug#11251).
877
878 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
879
880 configure: new option --enable-gcc-warnings (Bug#11207)
881 I have been using this change for many months in my private copy
882 of Emacs, and have used it to find several bugs. It's mature
883 enough to publish now.
884 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
885 * configure.in: Support --enable-gcc-warnings, in the style of
886 other GNU packages such as coreutils.
887 (C_WARNINGS_SWITCH): Remove, replacing with...
888 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
889 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
890 when including system files with GCC.
891 * etc/NEWS: Mention --enable-gcc-warnings.
892 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
893 * lib/Makefile.am (AM_CFLAGS): New macro.
894 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
895
896 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
897
898 * configure.in (AC_CHECK_FUNCS):
899 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
900
901 2012-04-16 Glenn Morris <rgm@gnu.org>
902
903 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
904
905 * configure.in: Remove X libs workaround for old autoconf.
906
907 2012-04-12 Ken Brown <kbrown@cornell.edu>
908
909 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
910
911 2012-04-11 Glenn Morris <rgm@gnu.org>
912
913 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
914
915 2012-04-10 Glenn Morris <rgm@gnu.org>
916
917 * configure.in: Conditionally generate admin/unidata/Makefile.
918
919 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
920
921 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
922
923 2012-04-09 Glenn Morris <rgm@gnu.org>
924
925 * Makefile.in (leim): Check cd return value. Pass fewer variables.
926 (install-leim): Check cd return value. Pass $MFLAGS.
927 (install-strip): Pass $MFLAGS.
928
929 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
930 Eg org.texi has been using 4.7 functions for some time.
931
932 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
933
934 Check pkg-config exit status when configuring (Bug#10626).
935 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
936 works; check its exit status. Problem reported by Jordi Gutiérrez
937 Hermoso in
938 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
939
940 2012-04-07 Glenn Morris <rgm@gnu.org>
941
942 * README, configure.in (AC_INIT): Bump version to 24.1.50.
943
944 2012-04-07 Eli Zaretskii <eliz@gnu.org>
945
946 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
947
948 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
949
950 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
951 * configure.in (LIBS_TERMCAP): Default this to the result of
952 the tputs library search. Do a run-time test for the linkability
953 of tputs unless cross-compiling, as that's more reliable if the
954 link flags and libraries are messed up. Don't change LIBS as
955 a result of the test, as that may mess up later tests.
956
957 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
958
959 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
960
961 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
962 specific makefiles to support getopt_.h generation with MSVC.
963
964 2012-02-04 Glenn Morris <rgm@gnu.org>
965
966 * Makefile.in (uninstall):
967 Handle compressed info files and man pages. (Bug#10718)
968
969 2012-02-02 Glenn Morris <rgm@gnu.org>
970
971 * configure.in [HAVE_NS]:
972 Error if use --without-toolkit-scroll-bars. (Bug#10673)
973
974 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
975
976 Port to older Solaris 10 versions (Bug#10677).
977 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
978 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
979 possibly this is because Sun fixed the 'stat' bug in my version.
980 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
981 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
982 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
983 These changes are based on gnulib version
984 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
985 because Emacs is in feature freeze and we do not want to merge any
986 more-recent changes from gnulib.
987
988 2012-01-31 Glenn Morris <rgm@gnu.org>
989
990 * configure.in: Throw an explicit error if Motif toolkit was
991 requested but requirements could not be found.
992
993 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
994
995 2012-01-30 Eli Zaretskii <eliz@gnu.org>
996
997 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
998 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
999 with "make -j3".
1000
1001 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
1002
1003 * .bzrignore: Ignore etc/__pycache__.
1004
1005 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
1006
1007 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
1008 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
1009 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
1010 by Nelson H. F. Beebe in
1011 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
1012
1013 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
1014
1015 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
1016
1017 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
1018
1019 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
1020 instead of LDFLAGS (Bug#10230).
1021
1022 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1023
1024 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
1025
1026 Propagate configure flags to sub-configures.
1027 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
1028 New macros.
1029 (config.status, bootstrap): Use them to propagate configure flags
1030 to sub-configures.
1031 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
1032
1033 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1034
1035 * .bzrignore: Add config.cache.
1036
1037 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
1038
1039 * configure.in: Check for gtk_window_set_has_resize_grip.
1040
1041 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1042
1043 * configure.in (HAVE_XPM): Fix typo.
1044
1045 2011-11-22 Glenn Morris <rgm@gnu.org>
1046
1047 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
1048 have confusing effects on the build. (Bug#6401)
1049
1050 * Makefile.in (install-arch-dep): Tweak previous change.
1051
1052 2011-11-22 Yavor Doganov <yavor@gnu.org>
1053
1054 Do not install arch-dependent files in the app bundle if
1055 --disable-ns-self-contained is requested. (Bug#1335)
1056 * configure.in (exec_prefix, libexecdir): Define relative to
1057 `ns_appbindir' only if configured for a self-contained app.
1058 * Makefile.in (install-arch-dep): Test for the existence of
1059 libexec in the Emacs.app bundle before executing commands.
1060
1061 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
1062
1063 * configure.in: Remove reference to src/m/ibms390.h.
1064
1065 2011-11-13 Glenn Morris <rgm@gnu.org>
1066
1067 * INSTALL: Tiny updates for disk space used during installation.
1068
1069 2011-11-05 Eli Zaretskii <eliz@gnu.org>
1070
1071 * lib/makefile.w32-in (FRC): New dummy target.
1072 (TAGS): Depend on FRC.
1073
1074 2011-11-04 Glenn Morris <rgm@gnu.org>
1075
1076 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
1077 Do not include GnuTLS version info in final summary message.
1078
1079 2011-10-31 Eli Zaretskii <eliz@gnu.org>
1080
1081 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
1082 they exist there, else from autogen/.
1083
1084 * make-dist (msdos): Add depfiles.bat and inttypes.h.
1085
1086 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
1087
1088 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
1089
1090 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
1091
1092 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
1093 if the library is found. Otherwise, later configure-time tests,
1094 such as the test for pthread_sigmask, generate the wrong results
1095 on some platforms. Problem reported for FreeBSD by Nali Toja.
1096
1097 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
1098
1099 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
1100 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
1101 Remove; no longer needed, now that we defer to strftime for time
1102 zone names.
1103
1104 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
1105
1106 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
1107
1108 2011-10-18 Chong Yidong <cyd@gnu.org>
1109
1110 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
1111
1112 2011-10-13 Glenn Morris <rgm@gnu.org>
1113
1114 * configure.in: Also look for tputs in libcurses. (Bug#9736)
1115
1116 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
1117
1118 * configure.in: Remove check for -lintl (Bug#9713).
1119 The check could break 'configure' on GNU/Linux with a (broken) libintl.
1120 The check was helpful but not essential in Solaris 2.6 (1997),
1121 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
1122 obsolete -- Sun dropped support for it in 2006 -- and without
1123 access to that Silurian platform we can't maintain the code anyway.
1124
1125 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
1126
1127 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
1128 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
1129 * m4/gnulib-common.m4: Merge from gnulib.
1130 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
1131 command not found" on powerpc-apple-darwin9.8.0.
1132
1133 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
1134 This is now done by src/alloc.c.
1135
1136 2011-10-02 Richard Stallman <rms@gnu.org>
1137
1138 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
1139 and xlinux_second_failure to xgnu_linux_second_failure.
1140
1141 2011-09-29 Eli Zaretskii <eliz@gnu.org>
1142
1143 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
1144 lib/signal.in-h.
1145
1146 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
1147 Rename signal.in.h and alloca.in.h.
1148
1149 2011-09-28 Eli Zaretskii <eliz@gnu.org>
1150
1151 * INSTALL: Mention that m17n libraries and libotf are needed for
1152 Arabic shaping.
1153
1154 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
1155
1156 Merge from gnulib, improving some licensing wording.
1157 This clarifies and fixes some licensing issues raised by Glenn Morris
1158 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
1159 It also merges the latest version of texinfo.tex and has some
1160 MSVC-related changes that don't affect Emacs.
1161 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
1162 pathmax, and raise, since these are needed only to address
1163 MSVC-related issues that Emacs doesn't have.
1164 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
1165 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
1166 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
1167 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
1168 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
1169 * m4/unistd_h.m4: Merge from gnulib.
1170
1171 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
1172
1173 * configure.in: Initialize HAVE_LIBXML2.
1174
1175 2011-09-26 Glenn Morris <rgm@gnu.org>
1176
1177 * make-dist: Add lib/makefile.w32-in.
1178
1179 2011-09-24 Glenn Morris <rgm@gnu.org>
1180
1181 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
1182
1183 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1184
1185 * .dir-locals.el: Change the debbugs regexp to allow having the
1186 bug number as the first thing on a line.
1187
1188 2011-09-15 Glenn Morris <rgm@gnu.org>
1189
1190 * configure.in: Make configure work with recent GNUsteps.
1191 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
1192 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
1193 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
1194
1195 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
1196
1197 Merge from gnulib, porting to Tru64.
1198 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
1199 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1200 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
1201 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
1202 doesn't affect Emacs.
1203
1204 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1205
1206 * configure.in (isnan): Remove now-unnecessary check.
1207
1208 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1209
1210 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
1211 This is to fix the following problems:
1212 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
1213 configured not to use gtk or any other thread-using library,
1214 signals aren't blocked correctly.
1215 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
1216 and IRIX's signal handling.
1217 . On Cygwin 1.7.5 it works around an incompatibility with
1218 the system pthread_sigmask.
1219 . On MacOS X 10.5 (32-bit), files whose inode numbers
1220 exceed 2**31 cannot be read or manipulated.
1221 . pthread_sigmask: Actually use results of gl_THREADLIB.
1222 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
1223 . find 'ar' program that fits with --host argument.
1224 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
1225 * autogen/README: Update destination list.
1226 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
1227 The autogenerated files compile, config.guess,
1228 config.sub, depcomp, install-sh, and missing are now in build-aux.
1229 * m4/largefile.m4: New file, so that Emacs does not mess up when
1230 accessing files with large inode numbers in MacOS X 10.5 and later.
1231 * m4/nocrash.m4: New file, to avoid triggering background debugger
1232 and/or create core dumps during 'configure'.
1233 * build-aux/move-if-change: Renamed from move-if-change.
1234 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
1235 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
1236 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
1237 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
1238 * Makefile.in (epaths-force, sync-from-gnulib):
1239 move-if-change is now in build-aux.
1240 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
1241 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
1242 (mkdir): install-sh is now in build-aux.
1243 * config.bat: c++defs.h is now in build-aux/snippets.
1244 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
1245 usual parameter).
1246 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1247 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
1248 to build-aux/snippet.
1249 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
1250 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
1251 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
1252 Solaris, enables MacOS extensions, and enables nocrash during
1253 'configure'.
1254 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
1255
1256 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
1257
1258 * configure.in (snprintf): New check.
1259
1260 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
1261
1262 * configure.in (opsys): Change pattern to *-*-linux*
1263 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1264 Remove unreachable pattern hppa*-*-linux-gnu*.
1265 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
1266 and that can't possibly work now that src/m/hp800.h no longer exists.
1267
1268 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
1269
1270 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
1271
1272 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
1273
1274 * configure.in: Add header check: sys/socket.h (Bug#8477),
1275 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
1276 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
1277
1278 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
1279
1280 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
1281 (HAVE_GTK_AND_PTHREAD): Remove.
1282
1283 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
1284
1285 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
1286 build, not just GNUstep (Bug#9177).
1287
1288 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
1289
1290 Assume freestanding C89 headers, string.h, stdlib.h.
1291 Again, this simplifies the code, and all current platforms have these.
1292 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
1293 (AC_HEADER_STDC): Remove.
1294 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
1295 (strchr, strrchr): Remove fallback macros.
1296
1297 Assume support for memcmp, memcpy, memmove, memset.
1298 This simplifies the code a bit. All current platforms have these,
1299 as they are required for C89. If this turns into a problem we
1300 can add the gnulib modules for these (a 1-line change to Makefile.in).
1301 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
1302
1303 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
1304
1305 * GNUmakefile: New file.
1306 This is for convenience, so that one can run GNU make in an
1307 unconfigured source tree, and get a default build.
1308
1309 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
1310
1311 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
1312
1313 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1314
1315 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
1316 so as to suppress address randomization (Bug#8395).
1317
1318 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
1319
1320 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
1321 This fixes a build problem on older Mac OS X hosts.
1322
1323 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
1324 test, which runs afoul of Automake installations where, for example,
1325 /usr/share/aclocal contains a copy of gl_THREADLIB.
1326 Problem reported by Sven Joachim in
1327 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
1328 This is just a quick temporary fix, specific to Emacs; I'll work
1329 with the other gnulib maintainers to get a more-permanent fix.
1330
1331 Add gnulib's strtoimax module, needed on Solaris 8.
1332 * Makefile.in (GNULIB_MODULES): Add strtoimax.
1333 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
1334 automatically imported from gnulib.
1335 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1336
1337 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
1338
1339 Add gnulib support for pthread_sigmask (Bug#9010).
1340 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
1341 * configure.in (AC_TYPE_UID_T): New dummy macro.
1342 Configure gnulib after adjusting LIBS,
1343 so that gnulib can assume the libraries in LIBS.
1344 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
1345 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
1346 * lib/pthread_sigmask.c:
1347 New files, automatically imported from gnulib.
1348 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
1349 due to the above changes.
1350 * .bzrignore: Add lib/signal.h.
1351
1352 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
1353
1354 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
1355
1356 * configure.in (maintainer-mode): Reflect default in help string.
1357
1358 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1359
1360 * configure.in: Remove reference to iris4d.h.
1361
1362 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
1363
1364 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
1365
1366 2011-07-01 Glenn Morris <rgm@gnu.org>
1367
1368 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
1369
1370 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1371
1372 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
1373 which made ./configure infloop.
1374
1375 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
1376
1377 * configure.in (gsettings): New option and check for GSettings.
1378
1379 2011-06-29 Glenn Morris <rgm@gnu.org>
1380
1381 * configure.in: Try to test for the required crt*.o files.
1382
1383 2011-06-27 Bill Wohler <wohler@newt.com>
1384
1385 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
1386
1387 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
1388
1389 Use gnulib's dup2 module instead of rolling our own.
1390 * Makefile.in (GNULIB_MODULES): Add dup2.
1391 * configure.in: Do not check for dup2; gnulib does that now.
1392 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
1393
1394 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
1395
1396 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
1397
1398 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
1399
1400 Use gnulib's alloca-opt module.
1401 * .bzrignore: Add lib/alloca.h.
1402 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
1403 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
1404 as gnulib now does that for us. Put alloca check in config.h.
1405 Include <alloca.h> before any other include file, for AIX 3.
1406 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1407 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
1408
1409 2011-06-21 Leo Liu <sdl.web@gmail.com>
1410
1411 * m4/sha256.m4:
1412 * m4/sha512.m4:
1413 * m4/gl-comp.m4:
1414 * lib/u64.h:
1415 * lib/sha256.c:
1416 * lib/sha256.h:
1417 * lib/sha512.c:
1418 * lib/sha512.h:
1419 * lib/makefile.w32-in (GNULIBOBJS):
1420 * lib/gnulib.mk:
1421 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
1422 crypto/sha512 modules from gnulib.
1423
1424 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
1425
1426 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
1427
1428 2011-06-17 Glenn Morris <rgm@gnu.org>
1429
1430 * configure.in: Restore the behavior of checking crt-dir only
1431 when the user specified it (not all platforms use it).
1432
1433 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
1434
1435 * m4/lstat.m4: Merge from gnulib (Bug#8878).
1436
1437 2011-06-16 Miles Bader <miles@gnu.org>
1438
1439 * configure.in: Try to determine CRT_DIR automatically when
1440 using gcc.
1441
1442 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
1443
1444 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
1445 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
1446 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
1447 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
1448 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
1449 Merge from gnulib.
1450
1451 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
1452
1453 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
1454
1455 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
1456
1457 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
1458
1459 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
1460
1461 * configure.in: Add --with-wide-int.
1462 * INSTALL: Mention this.
1463
1464 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
1465
1466 Merge from gnulib.
1467 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
1468
1469 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1470
1471 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
1472
1473 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
1474
1475 Use 'inline', not 'INLINE'.
1476 * configure.in (INLINE): Remove.
1477
1478 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
1479
1480 Adjust to recent gnulib change for @GUARD_PREFIX@.
1481 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
1482 All uses of _GL_ for guard prefixes in lib/*.h replaced with
1483 _@GUARD_PREFIX@_.
1484
1485 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1486
1487 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
1488
1489 2011-05-24 Glenn Morris <rgm@gnu.org>
1490
1491 * Makefile.in (check): Just give a message if no test/ directory.
1492
1493 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
1494
1495 * configure.in (OPT_MAKEFILES_IN): Remove.
1496 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
1497 (SUBDIR_MAKEFILES_IN): New output variable.
1498 * Makefile.in (OPT_MAKEFILES_IN): Remove.
1499 (SUBDIR_MAKEFILES_IN): Let configure set it.
1500
1501 2011-05-24 Leo Liu <sdl.web@gmail.com>
1502
1503 * m4/sha1.m4:
1504 * m4/gl-comp.m4:
1505 * lib/sha1.h:
1506 * lib/sha1.c:
1507 * lib/makefile.w32-in (GNULIBOBJS):
1508 * lib/gnulib.mk:
1509 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
1510
1511 2011-05-24 Glenn Morris <rgm@gnu.org>
1512
1513 * configure.in: Remove test for already configured source directory.
1514 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
1515
1516 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
1517
1518 2011-05-24 Glenn Morris <rgm@gnu.org>
1519
1520 * make-dist: Don't distribute test/. (Bug#8107)
1521 * configure.in (OPT_MAKEFILES_IN): New output variable.
1522 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
1523 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
1524 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
1525 (check): Give an explicit error if test/ is not present.
1526
1527 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
1528 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
1529 (Makefile): Use $SUBDIR_MAKEFILES_IN.
1530
1531 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
1532
1533 * lib/verify.h: Merge from gnulib.
1534
1535 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
1536
1537 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
1538 Merge from gnulib.
1539
1540 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
1541
1542 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
1543
1544 2011-05-20 Eli Zaretskii <eliz@gnu.org>
1545
1546 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
1547
1548 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
1549
1550 2011-05-20 Glenn Morris <rgm@gnu.org>
1551
1552 * configure.in (lisp_frag): New output file.
1553
1554 2011-05-19 Glenn Morris <rgm@gnu.org>
1555
1556 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
1557 (WINDOW_SUPPORT): Remove output variables that are no longer used.
1558
1559 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1560
1561 * lib/gnulib.mk:
1562 * lib/intprops.h:
1563 * lib/unistd.in.h:
1564 * m4/inttypes.m4:
1565 * m4/stdint.m4:
1566 * m4/unistd_h.m4: Sync from gnulib.
1567
1568 2011-05-14 Glenn Morris <rgm@gnu.org>
1569
1570 * configure.in: Treat failure to find an X toolkit the same way we treat
1571 failure to find X and image support.
1572
1573 2011-05-12 Glenn Morris <rgm@gnu.org>
1574
1575 * Makefile.in (src, install-arch-indep, bootstrap-clean)
1576 (check-declare): Shell portability fixes. (Bug#8642)
1577
1578 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1579
1580 * configure.in: Require GnuTLS 2.6.x or higher.
1581
1582 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
1583
1584 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
1585 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
1586 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
1587
1588 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
1589 This new gnulib-tool option saves 'configure' the trouble of
1590 checking for strtoull when strtoumax exists.
1591
1592 * configure.in (BITS_PER_LONG_LONG): New macro.
1593
1594 2011-05-05 Glenn Morris <rgm@gnu.org>
1595
1596 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
1597 (top_distclean): Delete config.log~.
1598
1599 2011-04-27 Ben Key <bkey76@gmail.com>
1600
1601 * configure.in: Fixed a bug that caused configure with
1602 --enable-checking=stringoverrun to have no effect.
1603
1604 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
1605
1606 * configure.in: Suppress unnecessary checks for size_t.
1607 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
1608 (size_t): Do not check for this, and do not typedef. This code
1609 is never exercised now.
1610
1611 * Makefile.in (GNULIB_MODULES): Add strtoumax.
1612 This is needed for the new integer-reading code in lread.c.
1613 It automatically pulls in the following gnulib files, which
1614 are used on old-fashioned platforms that don't have strtoumax:
1615 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1616 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1617 m4/strtoull.m4, m4/strtoumax.m4.
1618 * .bzrignore: Add lib/inttypes.h.
1619
1620 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1621
1622 * configure.in: Check for GnuTLS certificate verify callbacks.
1623
1624 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * Makefile.in (config.status): Don't erase in case of error.
1627 In case it disappeared, rebuild it with `configure'.
1628
1629 2011-04-20 Ken Brown <kbrown@cornell.edu>
1630
1631 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1632
1633 2011-04-12 Glenn Morris <rgm@gnu.org>
1634
1635 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
1636
1637 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
1638
1639 * lib/allocator.c: New file, automatically generated by gnulib.
1640
1641 2011-04-07 Glenn Morris <rgm@gnu.org>
1642
1643 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
1644
1645 2011-04-06 Eli Zaretskii <eliz@gnu.org>
1646
1647 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
1648 Revert last change.
1649
1650 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
1651
1652 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1653 ($(BLD)/careadlinkat.$(O)): New target.
1654 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1655 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1656 Update dependencies.
1657
1658 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
1659
1660 Fix more problems found by GCC 4.6.0's static checks.
1661
1662 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1663
1664 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
1665 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1666 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1667 * m4/ssize_t.m4: New files, automatically generated from gnulib.
1668
1669 2011-04-06 Glenn Morris <rgm@gnu.org>
1670
1671 * autogen/update_autogen: Handle loaddefs-like files as well.
1672 (usage): Add -l, -C.
1673 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1674 With -l, check status of lisp/ as well.
1675 With -C, clean before building.
1676 (autoreconf): Only pass -f in the `clean' case.
1677 (commit): New function.
1678
1679 2011-03-28 Glenn Morris <rgm@gnu.org>
1680
1681 * autogen/update_autogen: Pass -f to autoreconf.
1682
1683 * autogen.sh (get_version): Discard "not found" lines.
1684 (check_version): Respect $AUTOCONF etc environment variables.
1685
1686 2011-03-27 Glenn Morris <rgm@gnu.org>
1687
1688 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1689 (AH_BOTTOM): Do not define SIGTYPE.
1690
1691 2011-03-26 Glenn Morris <rgm@gnu.org>
1692
1693 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1694 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1695
1696 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
1697
1698 * autogen/update_autogen: Remove useless function keyword.
1699
1700 2011-03-25 Eli Zaretskii <eliz@gnu.org>
1701
1702 * config.bat: Generate src/config.h and lib/Makefile from
1703 autogen/config.in and autogen/Makefile.in.
1704
1705 2011-03-25 Glenn Morris <rgm@gnu.org>
1706
1707 * compile, config.guess, config.sub, depcomp, install-sh, missing:
1708 Remove; autoreconf can supply them.
1709 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1710 config.guess, install-sh. Pass -i to autoreconf.
1711 * autogen/update_autogen (genfiles): Add compile, config.guess,
1712 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
1713 Discard non-error output from autoreconf in -q case.
1714 * autogen/compile, autogen/config.guess, autogen/config.sub:
1715 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1716 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1717 install-sh, missing.
1718
1719 2011-03-23 Glenn Morris <rgm@gnu.org>
1720
1721 * autogen/update_autogen: Fix typo.
1722 (msg): Remove function; use `exec' instead.
1723
1724 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1725 (sync-from-gnulib): Don't sync mkinstalldirs.
1726 * make-dist: Don't distribute mkinstalldirs.
1727
1728 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
1729
1730 Fix more problems found by GCC 4.5.2's static checks.
1731 * Makefile.in (GNULIB_MODULES): Add socklen.
1732 * configure.in: Do not check for sys/socket.h, since socklen does that.
1733 * m4/socklen.m4: New automatically-generated file, from gnulib.
1734
1735 fakemail: Remove dependency on ignore-value.
1736 * Makefile.in (GNULIB_MODULES): Add stdio.
1737 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
1738 imported from gnulib.
1739 * .bzrignore: Add lib/stdio.h.
1740
1741 2011-03-22 Glenn Morris <rgm@gnu.org>
1742
1743 * autogen/copy_autogen: Work from ./ or ../.
1744 Fix time-stamps.
1745 * autogen.sh: Doc fix.
1746
1747 2011-03-20 Glenn Morris <rgm@gnu.org>
1748
1749 * autogen/: New directory, to be excluded from releases.
1750 * autogen/copy_autogen, autogen/update_autogen: New scripts.
1751 * autogen/README: New file.
1752 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1753 * autogen/Makefile.in: Add auto-updated generated files.
1754 * autogen.sh: No longer a no-op, now it tests for autotools
1755 and runs them as necessary.
1756 * configure.in: Default maintainer-mode to on.
1757 * aclocal.m4, configure, lib/Makefile.in: Remove files.
1758
1759 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
1760
1761 Update for gnulib.
1762 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1763 includes <intprops.h> directly.
1764 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1765 when building Emacs on Solaris 9 and running it on Solaris 10.
1766
1767 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1768
1769 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
1770
1771 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1772
1773 * Version 23.3 released.
1774
1775 2011-03-06 Glenn Morris <rgm@gnu.org>
1776
1777 * configure.in (FREETYPE_LIBS): Actually set it to something.
1778
1779 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1780
1781 Work around some portability problems with symlinks.
1782
1783 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1784 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1785 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1786 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1787 * m4/symlink.m4:
1788 New files, automatically generated from gnulib.
1789 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1790 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1791
1792 2011-02-26 Eli Zaretskii <eliz@gnu.org>
1793
1794 * .bzrignore: Ignore new lib/*.in-h files.
1795
1796 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
1797 depfiles.bat even if lib/deps already exist.
1798
1799 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
1800
1801 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
1802 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
1803 recent changes to configure.in and to gnulib.
1804
1805 2011-02-24 Glenn Morris <rgm@gnu.org>
1806
1807 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
1808 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
1809
1810 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1811
1812 Assume S_ISLNK etc. work, since gnulib supports this.
1813 * Makefile.in (GNULIB_MODULES): Add sys_stat.
1814 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
1815 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
1816 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
1817
1818 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
1819
1820 * lib/min-max.h: New file, for "min" and "max".
1821
1822 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1823
1824 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
1825 $(EMACS_ROOT)/nt/inc/stdint.h.
1826
1827 2011-02-21 Eli Zaretskii <eliz@gnu.org>
1828
1829 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
1830 src/makefile.w32-in and adapt. Depend on stamp_BLD.
1831 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
1832
1833 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1834
1835 Import filemode module from gnulib.
1836 * .bzrignore: Add lib/sys/.
1837 * Makefile.in (GNULIB_MODULES): Add filemode.
1838 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
1839 * lib/filemode.c: Renamed from src/filemode.c and regenerated
1840 from gnulib. This adds support for some more file types, e.g.,
1841 Cray DMF migrated files.
1842 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
1843 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
1844 * m4/sys_stat_h.m4: New files, generated from gnulib.
1845 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1846 Regenerate.
1847
1848 2011-02-20 Eli Zaretskii <eliz@gnu.org>
1849
1850 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
1851 $(EMACS_ROOT)/nt/inc/sys/stat.h.
1852
1853 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1854
1855 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
1856 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
1857 is no longer needed, due to the recent SSDATA and related changes.
1858 Perhaps -Wno-pointer-sign should also be removed from
1859 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
1860 way to test this so I left it alone.
1861 * configure: Regenerate.
1862
1863 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
1864
1865 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
1866 src/makefile.w32-in.
1867
1868 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1869
1870 Import crypto/md5 and stdint modules from gnulib.
1871 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1872 Regenerate.
1873 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
1874 Import the new versions from gnulib; they assume a C99-style
1875 <stdint.h>, supplied by the stdint module.
1876 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
1877 imported from gnulib.
1878 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
1879 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
1880 special cases.
1881
1882 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1883
1884 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
1885 Add lib/deps/.
1886
1887 * config.bat: Configure in `lib'.
1888 Generate *.Po files in lib/deps.
1889
1890 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
1891
1892 Import IRIX 6.5 getloadavg fixes from gnulib.
1893 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
1894
1895 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
1896
1897 Import getloadavg module from gnulib.
1898 * .bzrignore: Add lib/stdlib.h.
1899 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1900 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1901 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1902 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1903 Remove; gnulib does this now.
1904 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1905 from gnulib. This adds support for several other systems, such
1906 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
1907 buffer overrun on Linux hosts under very high load, and on hosts
1908 that maintain a channel to the load average file it makes sure
1909 the file descriptor is close-on-exec (on hosts that support this)
1910 and is not stdin, stdout, or stderr.
1911 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1912 from gnulib.
1913 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1914 * src/config.in: Regenerate.
1915
1916 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1917
1918 Merge from gnulib.
1919
1920 * install-sh: Update to scriptversion 2011-01-19.21.
1921
1922 2011-02-13 Bruno Haible <bruno@clisp.org>
1923
1924 Consistent macro naming for macros that use GCC __attribute__.
1925 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1926 ATTRIBUTE_DEPRECATED.
1927
1928 2011-02-12 Bruno Haible <bruno@clisp.org>
1929
1930 setlocale: Prefer gnulib's override over libintl's override.
1931 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1932 GNULIB_defined_setlocale is set.
1933
1934 2011-02-13 Glenn Morris <rgm@gnu.org>
1935
1936 * make-dist: Exclude generated file src/globals.h.
1937
1938 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
1939
1940 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1941 Sync from gnulib, which has been patched to fix the problem
1942 with the license notices. Problem reported by Glenn Morris in
1943 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1944
1945 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1946
1947 * .bzrignore: Ignore globals.h and related stamp.
1948
1949 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1950
1951 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1952 This merges the following fix from gnulib:
1953
1954 2011-02-08 Bruno Haible <bruno@clisp.org>
1955
1956 Split large sed scripts, for HP-UX sed.
1957
1958 2011-02-08 Tom Tromey <tromey@redhat.com>
1959
1960 * configure: Rebuild.
1961 * configure.in (NS_OBJC_OBJ): New subst.
1962
1963 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
1964
1965 gnulib: allow multiple gnulib generated replacements to coexist
1966 This defines a few preprocessor symbols that should not affect Emacs.
1967 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
1968 via "make sync-from-gnulib".
1969
1970 gnulib: undo previous change
1971 The upstream _HEADERS change was backed out of gnulib (see the
1972 same thread). Stay in sync with gnulib.
1973
1974 gnulib: adjust to upstream _HEADERS change
1975 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
1976 New empty macros, to accommodate recent changes to gnulib. See
1977 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
1978 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
1979 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
1980 * lib/time.in.h, lib/unistd.in.h:
1981 Regenerate.
1982
1983 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
1984
1985 sync from gnulib to remove HAVE_STDBOOL_H
1986 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
1987 AC_HEADER_STDBOOL. All uses changed. Do not define
1988 HAVE_STDBOOL_H, as gnulib does not need this. This change is
1989 imported from the latest Autoconf git. It was motivated by Emacs,
1990 which uses gnulib but does not need HAVE_STDBOOL_H.
1991 * configure, src/config.in: Regenerate.
1992 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
1993
1994 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1995
1996 allow C code to suppress warnings about ignored return values
1997 * Makefile.in (GNULIB_MODULES): Add ignore-value.
1998 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1999 * lib/ignore-value.h: New file.
2000
2001 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
2002
2003 * configure.in: Test existence of xaw3d library, not just the
2004 header (Bug#7642).
2005
2006 2011-01-31 Eli Zaretskii <eliz@gnu.org>
2007
2008 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
2009 $(BLD)/time_r.$(O).
2010 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
2011 $(EMACS_ROOT)/src/m/intel386.h.
2012 ($(BLD)/strftime.$(O)):
2013 ($(BLD)/time_r.$(O)): Define prerequisites.
2014
2015 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
2016
2017 src/emacs.c now gets version number from configure.in
2018 * configure.in (version): Set this from $PACKAGE_VERSION,
2019 which is set from AC_INIT, rather than scouting through src/emacs.c.
2020 * configure: Regenerate.
2021 * make-dist (version): Get it from configure.in, not src/emacs.c.
2022
2023 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2024
2025 strftime: import from gnulib
2026 * Makefile.in (GNULIB_MODULES): Add strftime.
2027 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
2028 needed.
2029 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2030 Regenerate.
2031 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
2032 imported from gnulib.
2033 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
2034 This incorporates many changes from gnulib, including simpler
2035 handling of multibyte formats, porting to mingw32 and other
2036 platforms, and support for higher-resolution time stamps.
2037 Emacs does not yet use the higher-resolution interface.
2038
2039 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2040
2041 gnulib: import mktime and move-if-change fixes from gnulib
2042
2043 * configure: Regenerate from the following.
2044
2045 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2046
2047 mktime: clarify long_int width checking
2048 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
2049 the top level, to make it clearer that the assumption about
2050 long_int width is being checked. See
2051 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
2052
2053 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
2054
2055 TYPE_MAXIMUM: avoid theoretically undefined behavior
2056 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
2057 negative number, which the C Standard says has undefined behavior.
2058 In practice this is not a problem, but might as well do it by the book.
2059 Reported by Rich Felker and Eric Blake; see
2060 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
2061 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2062 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
2063
2064 mktime: #undef mktime before #defining it
2065 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
2066
2067 mktime: systematically normalize tm_isdst comparisons
2068 * lib/mktime.c (isdst_differ): New function.
2069 (__mktime_internal): Use it systematically for all isdst comparisons.
2070 This completes the fix for libc BZ #6723, and removes the need for
2071 normalizing tm_isdst. See
2072 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
2073 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
2074
2075 mktime: fix some integer overflow issues and sidestep the rest
2076
2077 This was prompted by a bug report by Benjamin Lindner for MinGW
2078 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
2079 His bug is due to signed integer overflow (0 - INT_MIN), and I
2080 I scanned through mktime.c looking for other integer overflow
2081 problems, fixing all the bugs I found.
2082
2083 Although the C Standard says the resulting code is still not safe
2084 in the presence of integer overflow, in practice it should be good
2085 enough for all real-world two's-complement implementations, except
2086 for debugging environments that deliberately trap on integer
2087 overflow (e.g., gcc -ftrapv).
2088
2089 * lib/mktime.c (WRAPV): New macro.
2090 (SHR): Also check that long_int and time_t shift right in the
2091 usual way, before using the fast-but-unportable method.
2092 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
2093 used. The code already assumed two's complement, so there's
2094 no need to test for alternatives. All uses removed.
2095 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
2096 the C standard. Problem reported by Rich Felker in
2097 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
2098 (twos_complement_arithmetic): Also check long_int and time_t.
2099 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
2100 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
2101 (__mktime_internal): Avoid integer overflow with unary subtraction
2102 in two instances where -1 - X is an adequate replacement for -X,
2103 since the calculations are approximate.
2104
2105 2011-01-29 Eric Blake <eblake@redhat.com>
2106
2107 mktime: avoid infinite loop
2108 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
2109 type; behavior is still undefined but portable to all known targets.
2110 Reported by Rich Felker.
2111
2112 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2113
2114 mktime: avoid problems on NetBSD 5 / i386
2115 * lib/mktime.c (long_int): New type. This works around a problem
2116 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
2117 but time_t is 64 bits, and where I expect the existing code is
2118 wrong in some cases.
2119 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
2120 (ydhms_diff): Bring back the compile-time check for wide-enough
2121 year and yday.
2122
2123 mktime: fix misspelling in comment
2124 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
2125 This merges all recent glibc changes of importance.
2126
2127 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2128
2129 move-if-change: cope with concurrent mv of identical file.
2130 * move-if-change (CMPPROG): Accept environment
2131 variable as an override for `cmp'.
2132 (usage): Document CMPPROG.
2133 Adjust comparison to drop stdout. Cope with failure of mv if
2134 the target file exists and is identical to the source, for
2135 parallel builds.
2136 Report from H.J. Lu against binutils in PR binutils/12283.
2137
2138 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2139
2140 * lib/makefile.w32-in:
2141 * lib/getopt_.h: New files.
2142
2143 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2144
2145 improve fix for MS-DOS file name clash
2146 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
2147 for portability to POSIX make. Reported by Bruno Haible.
2148 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
2149 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
2150 files from accumulating as garbage. Also reported by Bruno Haible.
2151
2152 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
2153
2154 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
2155 * Makefile.in (DOS-gnulib-comp.m4): New macro.
2156 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
2157 problems with MS-DOS 8+3 file name restrictions.
2158 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
2159 it, it would also cause problems when extracting Emacs distribution
2160 tarballs on MS-DOS hosts.
2161 (ACLOCAL_INPUTS): Adjust to file renaming.
2162 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
2163 * config.guess, config.sub: Sync from gnulib.
2164 * m4/gnulib-cache.m4: Remove from repository.
2165 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
2166
2167 2011-01-25 Glenn Morris <rgm@gnu.org>
2168
2169 * README: Add a note about ranges in copyright years.
2170
2171 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
2172
2173 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
2174
2175 * configure.in: Add HP-UX on IA64 (Bug#6811).
2176
2177 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
2178
2179 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
2180 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
2181 as it is no longer needed.
2182 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
2183 * configure.in: Invoke the new gnulib macro
2184 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
2185 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
2186 * m4/getopt.m4: Sync from gnulib; this removes the need for
2187 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
2188 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
2189 New macro, synced from gnulib.
2190 * m4/warn-on-use.m4: Remove.
2191
2192 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
2193
2194 aclocal.m4: put this file back into repository
2195 This way, we don't have to assume that the maintainer has
2196 the automake package installed. See
2197 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
2198 * .bzrignore: Remove aclocal.m4, undoing the previous change.
2199 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
2200 undoing the previous change.
2201 * aclocal.m4: New file (actually, resurrected).
2202
2203 2011-01-22 Miles Bader <miles@gnu.org>
2204
2205 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
2206 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
2207 Emacs directly uses fontconfig, and breaks building when using a
2208 strict linker).
2209
2210 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
2211
2212 src/config.in: shrink slightly
2213 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
2214 This makes src/config.in a bit smaller, by removing identifiers
2215 like GNULIB_TEST_MKTIME that Emacs does not need.
2216 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
2217 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2218 Sync from gnulib. This removes a few more unnecessary symbols from
2219 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
2220 * configure, src/config.in: Regenerate.
2221
2222 aclocal.m4: tweaks to regenerate more conveniently
2223 This attempts to act better when the source is in a weird state. See
2224 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
2225 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
2226 * .bzrignore: Add aclocal.m4.
2227
2228 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
2229
2230 aclocal.m4: omit auto-generated file from repository
2231 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
2232 the most recent change here.
2233 * aclocal.m4: Remove from bzr repository. This file is
2234 auto-generated and isn't needed to run 'configure'. See
2235 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
2236
2237 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
2238
2239 Minor Makefile.in tweaks to build from gnulib better.
2240 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
2241 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
2242 (top_maintainer_clean): Don't remove aclocal.m4.
2243
2244 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
2245
2246 Minor cleanups for 'bzr status'
2247 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
2248 the output of config.guess.
2249 * Makefile.in (top_distclean): Remove stamp-h1 too.
2250
2251 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
2252 defined if the compiler supports GCC-style __attribute__
2253 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
2254 this syntax.
2255
2256 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
2257
2258 Makefile.in: tidy up the building of lib
2259 * Makefile.in (am--refresh): Mark as .PHONY.
2260 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
2261 as they're not rebuilt unless you do a "make sync-from-gnulib"
2262 and the former is needed for "configure".
2263 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
2264 has already removed lib/Makefile.
2265
2266 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
2267 This avoids building ftoastr and ldtoastr, which aren't needed. See
2268 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
2269
2270 * .bzrignore: Add .h files that are host-dependent.
2271 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
2272 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
2273 host-dependent and are built as part of an ordinary 'make', and
2274 should not be checked in.
2275
2276 * lib/Makefile.in: Regenerate.
2277 * lib/COPYING: New file, a copy of COPYING.
2278
2279 * configure: Regenerate.
2280 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
2281
2282 Regenerate.
2283 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2284 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
2285 New files, copied from gnulib by gnulib-tool.
2286 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
2287 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2288 Regenerate.
2289
2290 Use gnulib's getopt-gnu module.
2291 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
2292 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
2293 representative of the dependencies.
2294 * configure.in: Do not configure getopt, as gnulib does that now.
2295 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
2296 getopt now, in lib.
2297
2298 Regenerate.
2299 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
2300 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
2301 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
2302 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
2303 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
2304 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
2305 * m4/wchar_t.m4, warn-on-use.h:
2306 New files, copied from gnulib by gnulib-tool.
2307 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2308 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2309 Regenerate.
2310
2311 Use gnulib's mktime module.
2312 * Makefile.in (GNULIB_MODULES): Add mktime.
2313 * configure.in: Remove code no longer needed, as gnulib now does it.
2314 (AC_CHECK_FUNCS): Remove mktime.
2315 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
2316 (__restrict): Remove, as this now gets in the way of the C99
2317 support for 'restrict' pulled in by the gnulib mktime module.
2318 Code should now use 'restrict' and not '__restrict".
2319 (mktime): Remove.
2320 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
2321 and warn-on-use.h into the distribution.
2322
2323 Regenerate.
2324 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
2325 * lib/ldtoastr.c, m4/c-strtod.m4:
2326 New files, copied from gnulib by gnulib-tool.
2327 * lib/dummy.c: Remove.
2328 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2329 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2330 Regenerate.
2331
2332 Use gnulib's ftoastr module.
2333 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
2334
2335 Regenerate.
2336 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
2337 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
2338 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
2339 New files, generated automatically, with 'make sync-from-gnulib'
2340 followed by 'make'.
2341 * configure, lisp/dired.el, src/config.in: Regenerate.
2342
2343 Automate syncing from gnulib.
2344 * INSTALL, README: Document new subdirectory 'lib'.
2345 * Makefile.in (SUBDIR): Add lib.
2346 (SUBDIR_MAKEFILES): Add lib/Makefile.
2347 (lib-src, src, TAGS, tags): Depend on lib.
2348 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
2349 ($(gnulib_srcdir)): New rule.
2350 (sync-from-gnulib): New rule, which is .PHONY.
2351 (lib): New rule, which is like lib-src.
2352 (Makefile): Depend on lib/Makefile.in.
2353 (AUTOCONF_INPUTS): Depend on aclocal.m4.
2354 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
2355 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
2356 (am--refresh): New rule, to pacify Automake.
2357 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
2358 Clean lib, too.
2359 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
2360 droppings.
2361 (maintainer-clean, extraclean): Use it.
2362 * configure.in: Initialize for automake and gnulib, by invoking
2363 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
2364 lib/Makefile, too. Use automake to build gnulib, as gnulib works
2365 more conveniently with automake.
2366 * lib/Makefile.am: New file.
2367 * make-dist: Also put into the distribution aclocal.m4,
2368 compile, depcomp, missing, and the files under lib/.
2369
2370 2011-01-15 Glenn Morris <rgm@gnu.org>
2371
2372 * Makefile.in (epaths-force): No more arch-tag to edit.
2373
2374 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
2377
2378 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
2379
2380 * make-dist: Distribute test/ files too.
2381 Distribute every file under test/ that is under version control,
2382 using patterns like *.el to capture files that are added later.
2383 Without this change, "configure" would fail, because it would
2384 attempt to build from a Makefile.in that was not distributed.
2385
2386 2011-01-13 Christian Ohler <ohler@gnu.org>
2387
2388 * Makefile.in (INFO_FILES): Add ERT.
2389
2390 * Makefile.in (check): Run tests in test/automated.
2391
2392 * Makefile.in:
2393 * configure.in: Add test/automated/Makefile.
2394
2395 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2396
2397 * install-sh, mkinstalldirs, move-if-change: Update from master
2398 source in gnulib.
2399
2400 * config.guess, config.sub: Updated from master source.
2401
2402 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
2403
2404 * configure.in: Check for __builtin_unwind_init.
2405
2406 2011-01-05 Glenn Morris <rgm@gnu.org>
2407
2408 * configure.in (HAVE_MAKEINFO): New output variable.
2409 (MAKEINFO): Reset to "makeinfo" if not found.
2410 * Makefile.in (install-arch-indep, info):
2411 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
2412
2413 2010-12-29 Ulrich Mueller <ulm@gentoo.org>
2414
2415 * configure.in: Make gameuser configurable (Bug#7717).
2416
2417 2010-12-15 Glenn Morris <rgm@gnu.org>
2418
2419 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
2420 long absent lib-src/fns-*.el.
2421
2422 2010-12-11 Glenn Morris <rgm@gnu.org>
2423
2424 * make-dist: Exclude etc/*.pyc.
2425
2426 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
2427
2428 * configure.in: Don't double machfile in final message.
2429
2430 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
2431
2432 * configure.in: Fix last change.
2433
2434 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
2435
2436 * configure.in: Remove reference to removed machine description
2437 files and allow $machine and $machfile to be empty. Substitute
2438 M_FILE/S_FILE instead of machfile/opsysfile.
2439
2440 2010-12-03 Glenn Morris <rgm@gnu.org>
2441
2442 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
2443
2444 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2445
2446 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
2447 (EXTERNALLY_VISIBLE): New definition.
2448
2449 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2450
2451 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
2452
2453 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2454
2455 * configure.in: Do not check for unconditionally included headers.
2456
2457 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2458
2459 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2460
2461 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
2462
2463 * configure.in: Don't write a warning for D-Bus anymore.
2464
2465 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
2466
2467 * configure.in: Fix indentation.
2468
2469 2010-10-31 Ken Brown <kbrown@cornell.edu>
2470
2471 * configure.in (checking whether localtime caches TZ): Use
2472 unsetenv instead of modifying environment directly.
2473
2474 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
2475
2476 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2477 to avoid warning.
2478
2479 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2480
2481 * configure.in: Remove the BROKEN annotation from GnuTLS.
2482
2483 2010-10-22 Glenn Morris <rgm@gnu.org>
2484
2485 * make-dist: Avoid listing .el files twice. Don't try to run
2486 autoconf if --no-update.
2487
2488 2010-10-20 Glenn Morris <rgm@gnu.org>
2489
2490 * make-dist: No longer create lisp/MANIFEST.
2491
2492 2010-10-14 Glenn Morris <rgm@gnu.org>
2493
2494 * BUGS, INSTALL.BZR, README: Updates.
2495
2496 2010-10-13 Glenn Morris <rgm@gnu.org>
2497
2498 * make-dist: Remove --compress. Check for the appropriate
2499 gzip-like executable, and if not found, don't compress.
2500 Check version number in README, don't change it.
2501 Use find for nt/inc/*.h.
2502
2503 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2504
2505 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
2506 trailing / from directory names.
2507
2508 2010-10-12 Glenn Morris <rgm@gnu.org>
2509
2510 * make-dist: Update and simplify.
2511
2512 2010-10-12 Eli Zaretskii <eliz@gnu.org>
2513
2514 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
2515
2516 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2517
2518 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
2519
2520 2010-10-09 Glenn Morris <rgm@gnu.org>
2521
2522 * make-dist: No more doc/emacs/*.texi.in.
2523
2524 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2525
2526 2010-10-09 Glenn Morris <rgm@gnu.org>
2527
2528 * configure.in: Combine some conditionals.
2529
2530 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
2531 * make-dist: Include doc/emacs/*.texi.in.
2532
2533 * INSTALL, make-dist: Remove references to b2m.
2534 * Makefile.in (MAN_PAGES): Remove b2m.1.
2535
2536 2010-10-05 Glenn Morris <rgm@gnu.org>
2537
2538 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2539
2540 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2541
2542 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2543
2544 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2545
2546 * configure.in: Include stdlib.h and string.h unconditionally.
2547
2548 2010-09-29 Romain Francoise <romain@orebokech.com>
2549
2550 * configure.in: Don't enable ImageMagick unless HAVE_X11.
2551
2552 2010-09-28 Glenn Morris <rgm@gnu.org>
2553
2554 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
2555 happy.
2556
2557 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2558
2559 * configure.in: Enable imagemagick by default.
2560
2561 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2562
2563 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
2564 GnuTLS libraries.
2565
2566 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2567
2568 * configure.in: Set up GnuTLS.
2569
2570 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
2571
2572 * configure.in: Announce whether libxml2 is linked to.
2573
2574 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2575
2576 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
2577
2578 2010-09-18 Eli Zaretskii <eliz@gnu.org>
2579
2580 * config.bat: Detect that libxml2 is installed and if so, build
2581 with it.
2582
2583 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2584
2585 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2586 be used. This fixes a conf problem on Mac OS X.
2587
2588 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2589
2590 * configure.in: Check for libxml2.
2591
2592 2010-09-09 Glenn Morris <rgm@gnu.org>
2593
2594 * make-dist: No more TODO files under lisp/.
2595
2596 2010-09-04 Eli Zaretskii <eliz@gnu.org>
2597
2598 * config.bat: Produce lisp/gnus/_dir-locals.el from
2599 lisp/gnus/.dir-locals.el.
2600
2601 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
2602
2603 * configure.in: Fix check for librsvg, imagemagick and
2604 MagickExportImagePixels.
2605
2606 2010-08-18 Joakim Verona <joakim@verona.se>
2607
2608 * Makefile.in, configure.in: Checks for ImageMagick.
2609
2610 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
2611
2612 * configure.in (AC_PREREQ): Require autoconf 2.65.
2613
2614 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2615
2616 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2617
2618 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2619
2620 * configure.in: Add AC_C_BIGENDIAN.
2621
2622 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2623
2624 * configure.in (ORDINARY_LINK): Use on hpux* too.
2625
2626 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2627
2628 * configure.in: Check for util.h.
2629 Use -Wimplicit-function-declaration if compiler supports it.
2630
2631 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2632
2633 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2634
2635 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
2636
2637 * configure.in: Restore accidentally removed use of
2638 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2639
2640 2010-07-29 Chad Brown <yandros@mit.edu>
2641
2642 * configure.in: Check for dirent.h.
2643
2644 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2645
2646 * configure.in: Remove reference to usg5-4, unused.
2647
2648 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2649
2650 * configure.in: Check for __executable_start.
2651
2652 2010-07-24 Ken Brown <kbrown@cornell.edu>
2653
2654 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2655
2656 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
2657
2658 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2659
2660 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
2661
2662 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2663
2664 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2665
2666 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2667 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2668 (C_OPTIMIZE_SWITCH): Remove.
2669 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2670
2671 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2672
2673 * configure.in: Don't check for index and rindex, check for strchr
2674 and strrchr. Define strchr and strrchr as index and rindex,
2675 resp., in src/config.h if not available.
2676
2677 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2678
2679 * configure.in: Use -Wold-style-definition if available.
2680 This helps with the transition to standard C code, it can be
2681 removed when done.
2682
2683 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2684
2685 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2686 and MSWindows.
2687
2688 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2689
2690 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
2691 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2692
2693 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2694
2695 * configure.in (getenv): Remove K&R declaration.
2696
2697 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2698
2699 * configure.in: Remove define __P.
2700
2701 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2702
2703 * configure.in (--enable-use-lisp-union-type): New flag.
2704
2705 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2706
2707 Fix CFLAGS for non-GCC compilers.
2708 * configure.in (CFLAGS): Always use -g like it was done before the
2709 2010-03-30 change.
2710 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2711 (Bug#6538)
2712
2713 2010-06-30 Glenn Morris <rgm@gnu.org>
2714
2715 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2716 Set with AC_DEFINE rather than AH_BOTTOM.
2717
2718 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2719 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2720 Set with shell, not cpp.
2721 (LIBX): Remove, just use -lX11 in the one place this was used.
2722 (cannot_dump): Replace with CANNOT_DUMP.
2723
2724 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2725
2726 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
2727 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2728 by minimum required Gtk+ 2.6). Add checks for functions introduced
2729 in Gtk+ 2.14 or newer (bug#6505).
2730
2731 2010-06-26 Eli Zaretskii <eliz@gnu.org>
2732
2733 * config.bat: Remove white space around "+" in COPY commands.
2734
2735 2010-06-23 Glenn Morris <rgm@gnu.org>
2736
2737 * info/dir: Start descriptions in column 32, per Texinfo convention.
2738
2739 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
2740
2741 * INSTALL: Update font information (Bug#6389).
2742
2743 2010-06-16 Glenn Morris <rgm@gnu.org>
2744
2745 * INSTALL: General update.
2746
2747 2010-06-12 Glenn Morris <rgm@gnu.org>
2748
2749 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2750
2751 2010-06-11 Glenn Morris <rgm@gnu.org>
2752
2753 * configure.in (--without-compress-info): New option.
2754 (GZIP_INFO): New output variable.
2755
2756 * Makefile.in (GZIP_INFO): New, set by configure.
2757 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2758 Handle man pages in the same way.
2759
2760 2010-06-10 Glenn Morris <rgm@gnu.org>
2761
2762 * Makefile.in (install-arch-indep): Gzip the info files too.
2763
2764 * make-dist: Remove references to non-existent directories and files.
2765
2766 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2767
2768 * configure.in: Include <strings.h> and <string.h> instead of
2769 "strings.h" and "string.h".
2770
2771 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2772
2773 * configure.in: Remove code dealing with BSTRING.
2774
2775 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2776
2777 * configure.in (AC_PREREQ): Require autoconf 2.65.
2778
2779 * configure.in (unxec): Do not define and substitute.
2780 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2781
2782 2010-06-03 Glenn Morris <rgm@gnu.org>
2783
2784 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2785
2786 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2787
2788 Fix alloca definition when using gcc on non-gnu systems.
2789 * configure.in: Use the code sequence indicated by "info autoconf"
2790 for alloca (bug#6170).
2791
2792 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2793
2794 * .bzrignore: Ignore new files from trunk, which appear if you use
2795 colocated branches (i.e. "bzr switch").
2796
2797 2010-05-28 Glenn Morris <rgm@gnu.org>
2798
2799 * configure.in: Simplify some of the $canonical tests.
2800
2801 2010-05-27 Glenn Morris <rgm@gnu.org>
2802
2803 * config.bat: Do not preprocess src/Makefile.in.
2804
2805 * configure.in: Do not preprocess src/Makefile.in.
2806 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
2807 (AC_EGREP_CPP): Test no longer needed.
2808
2809 * make-dist: No more Makefile.c files.
2810
2811 2010-05-26 Glenn Morris <rgm@gnu.org>
2812
2813 * configure.in (YMF_PASS_LDFLAGS): Remove.
2814 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
2815
2816 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
2817 Add $GNUSTEP_LOCAL_HEADERS.
2818 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
2819
2820 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
2821 (GNUSTEP_MAKEFILES): Remove.
2822 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
2823 stuff to here.
2824
2825 2010-05-25 Glenn Morris <rgm@gnu.org>
2826
2827 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
2828 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2829
2830 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2831 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
2832 here instead.
2833
2834 2010-05-24 Romain Francoise <romain@orebokech.com>
2835
2836 * make-dist: Look for version in src/emacs.c.
2837 Use lisp/subr.el rather than lisp/version.el for location check.
2838
2839 2010-05-21 Glenn Morris <rgm@gnu.org>
2840
2841 * configure.in (MKDEPDIR): Parallel build tweak.
2842
2843 * configure.in (ns_frag): New output file.
2844
2845 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
2846 (OLDXMENU_TARGET): Set to empty if USE_GTK.
2847
2848 * configure.in (cannot_dump): New output variable.
2849
2850 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2851
2852 * configure.in: On NetBSD, if terminfo is found, use it in
2853 preference to termcap. (Bug#6190)
2854
2855 2010-05-20 Glenn Morris <rgm@gnu.org>
2856
2857 * make-dist (src): Include *.mk.
2858 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
2859 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
2860 (deps_frag): New output file.
2861 (AUTO_DEPEND): Remove this definition.
2862
2863 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
2864
2865 2010-05-19 Glenn Morris <rgm@gnu.org>
2866
2867 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
2868 (ORDINARY_LINK): New AC_DEFINE.
2869 (LIB_GCC): No need to set if ORDINARY_LINK.
2870
2871 2010-05-18 Glenn Morris <rgm@gnu.org>
2872
2873 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
2874 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
2875
2876 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
2877 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
2878 (RALLOC_OBJ): New output variable.
2879
2880 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
2881 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
2882
2883 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2884
2885 * Makefile.in (src): Provide the name of the VCS file that witnesses
2886 a pull.
2887 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
2888
2889 2010-05-17 Glenn Morris <rgm@gnu.org>
2890
2891 * configure.in (OLDXMENU_DEPS): New output variable.
2892
2893 2010-05-16 Glenn Morris <rgm@gnu.org>
2894
2895 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
2896
2897 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
2898 * Makefile.in (install-arch-dep): Update for above change.
2899
2900 * Makefile.in (ns_appdir): Remove.
2901 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2902
2903 * configure.in (TEMACS_LDFLAGS2): New output variable.
2904
2905 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2906 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2907 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2908 nothing uses.
2909
2910 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2911
2912 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2913 does not use them.
2914 (X11R5_INHIBIT_I18N): Remove, unused.
2915
2916 2010-05-15 Glenn Morris <rgm@gnu.org>
2917
2918 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2919
2920 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2921
2922 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
2923
2924 * configure.in: Look for version string in its new location.
2925
2926 2010-05-15 Eli Zaretskii <eliz@gnu.org>
2927
2928 * config.bat: Remove support for DJGPP v1.x.
2929
2930 2010-05-15 Glenn Morris <rgm@gnu.org>
2931
2932 * configure.in (OLDXMENU_TARGET): New output variable.
2933
2934 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2935
2936 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2937 and other files that no longer exist.
2938
2939 2010-05-14 Glenn Morris <rgm@gnu.org>
2940
2941 * configure.in (cpp_undefs): Add mktime, register, X11.
2942
2943 * configure.in (GPM_MOUSE_SUPPORT): Remove.
2944 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2945 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2946
2947 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2948 (GNUSTEP_MAKEFILES): Do not output.
2949
2950 2010-05-13 Glenn Morris <rgm@gnu.org>
2951
2952 * configure.in: Fix some paren typos.
2953
2954 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2955
2956 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2957
2958 2010-05-12 Glenn Morris <rgm@gnu.org>
2959
2960 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2961
2962 * configure.in (LIB_GCC): New output variable.
2963
2964 2010-05-11 Glenn Morris <rgm@gnu.org>
2965
2966 * make-dist (msdos): No more mainmake.
2967
2968 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
2969 * config.bat: Do not run cpp on lib-src/Makefile.in.
2970
2971 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2972
2973 2010-05-10 Glenn Morris <rgm@gnu.org>
2974
2975 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
2976
2977 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
2978 (BLESSMAIL_TARGET): New output variable.
2979
2980 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2981
2982 * INSTALL: Fix typos.
2983
2984 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2985
2986 * configure.in: Add check for buggy version of GCC (Bug#6031).
2987
2988 2010-05-08 Glenn Morris <rgm@gnu.org>
2989
2990 * configure.in (HAVE_LIBNCURSES): New local variable.
2991 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
2992 replacing cpp in src/s/*.h and src/Makefile.in.
2993
2994 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2995
2996 * Version 23.2 released.
2997
2998 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * configure.in: Add tests for `isnan' and `copysign'.
3001
3002 2010-05-07 Eli Zaretskii <eliz@gnu.org>
3003
3004 * config.bat: Allow for 2 leading `#'s in comments in
3005 src/Makefile.in.
3006
3007 2010-05-07 Glenn Morris <rgm@gnu.org>
3008
3009 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
3010 Merges logic from src/s/* and src/Makefile.in.
3011 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3012
3013 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3014
3015 Define START_FILES and LIB_STANDARD using autoconf.
3016 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
3017 here from src/s/*.h.
3018 (HAVE_CRTIN): Remove, inline logic in the netbsd
3019 START_FILES/LIB_STANDARD computation.
3020
3021 2010-05-06 Glenn Morris <rgm@gnu.org>
3022
3023 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
3024
3025 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
3026 (LD_SWITCH_X_SITE): Remove unused variables.
3027
3028 2010-05-04 Glenn Morris <rgm@gnu.org>
3029
3030 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
3031 as well.
3032 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
3033
3034 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3035
3036 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
3037 variables, replacing c_switch_machine, c_switch_system.
3038 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
3039 @c_switch_system@.
3040
3041 2010-05-03 Glenn Morris <rgm@gnu.org>
3042
3043 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
3044
3045 * make-dist: There are no more src/m/*.inp files.
3046
3047 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3048
3049 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
3050 (ac_link): Do not use ld_switch_machine.
3051
3052 2010-05-01 Glenn Morris <rgm@gnu.org>
3053
3054 * configure.in (OTHER_OBJ): Remove.
3055 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
3056
3057 2010-04-30 Glenn Morris <rgm@gnu.org>
3058
3059 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
3060 Elsewhere, maybe include it.
3061
3062 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
3063 (OLDXMENU, LIBXMENU): New output variables.
3064
3065 * configure.in (OTHER_OBJ): New output variable.
3066
3067 2010-04-28 Glenn Morris <rgm@gnu.org>
3068
3069 * configure.in (CYGWIN_OBJ): New output variable.
3070
3071 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
3072
3073 * configure.in (FONT_OBJ): New output variable.
3074
3075 * configure.in (LIBXMU): New output variable.
3076
3077 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
3078
3079 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
3080 userland and maybe change values to i386 (move test from s/amdx86-64.h).
3081
3082 2010-04-27 Glenn Morris <rgm@gnu.org>
3083
3084 * configure.in (LIBXTR6): New output variable. Move unixware special
3085 case here from src/s/unixware.h.
3086
3087 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
3088 in Makefiles.
3089 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
3090
3091 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
3092 (LIBXP): No longer substitute in Makefiles.
3093 (MOTIF_LIBW): New output variable. Move system-specific settings here
3094 from src/s files.
3095
3096 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3097
3098 Reduce CPP usage.
3099 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
3100 (unexec): Define unconditionally, all platforms define
3101 UNEXEC. AC_SUBST it.
3102 (UNEXEC_SRC): Remove, unused.
3103 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
3104
3105 2010-04-27 Glenn Morris <rgm@gnu.org>
3106
3107 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
3108 replaced by LIBXP.
3109
3110 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
3111 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
3112 On hpux10-20, default to /lib.
3113
3114 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
3115
3116 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
3117
3118 * configure.in (LIBS_MACHINE): Remove, unused.
3119
3120 * configure.in (LIB_MATH): New output variable. Set it for some systems.
3121
3122 2010-04-24 Glenn Morris <rgm@gnu.org>
3123
3124 * configure.in (CRT_DIR): New output variable.
3125 (--with-crt-dir): New option. (Bug#5655)
3126 (HAVE_LIB64_DIR): Remove.
3127
3128 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
3129
3130 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
3131
3132 2010-04-22 Miles Bader <miles@gnu.org>
3133
3134 * configure.in: Get rid of "unix" pre-defined macro when
3135 preprocessing Makefile. (Bug#5857)
3136
3137 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
3138
3139 Avoid non-portable shell command negation
3140 * configure.in: Revert last change.
3141
3142 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3143
3144 * configure.in: Change "if test ! -f" to "if ! test -f".
3145
3146 2010-04-21 Glenn Morris <rgm@gnu.org>
3147
3148 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
3149 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
3150
3151 2010-04-21 Karel Klíč <kklic@redhat.com>
3152
3153 * configure.in: New option: --with(out)-selinux, on by default.
3154 Set HAVE_LIBSELINUX if we find libselinux, and substitute
3155 LIBSELINUX_LIBS in Makefiles.
3156
3157 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
3158
3159 * configure.in: Remove all references to LIBX11_SYSTEM.
3160
3161 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3162
3163 * configure.in: Remove all references to C_DEBUG_SWITCH.
3164
3165 2010-03-27 Eli Zaretskii <eliz@gnu.org>
3166
3167 * config.bat <lib-src>: Edit out lines that begin with several #
3168 characters.
3169
3170 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3171
3172 * configure.in: Remove support for old UNIX System V systems and
3173 for Unixware on non-x86 machines.
3174
3175 * configure.in: Remove support for Solaris on PPC and for old versions.
3176
3177 * configure.in: Remove non-working lynxos port.
3178
3179 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3180
3181 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
3182
3183 2010-03-19 Glenn Morris <rgm@gnu.org>
3184
3185 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
3186 happy.
3187
3188 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
3189
3190 * configure.in: Check for tputs and friends, abort if not
3191 found (bug#5735).
3192
3193 2010-03-18 Glenn Morris <rgm@gnu.org>
3194
3195 * configure.in (--with-x-toolkit): In the help text, say which options
3196 are synonyms.
3197
3198 * configure.in (--with-mmdf, --with-mail-unlink):
3199 New options, off by default.
3200 (--with-mailhost): New option to set default POP host.
3201 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
3202 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
3203 New variables, substituted in Makefiles.
3204 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
3205 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
3206 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
3207 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
3208 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
3209
3210 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3211
3212 * Makefile.in (uninstall): Handle the case where archlibdir does not
3213 exist. (Bug#5720)
3214
3215 2010-03-12 Eli Zaretskii <eliz@gnu.org>
3216
3217 These changes remove termcap.c from the build on POSIX platforms.
3218 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
3219
3220 * configure: Regenerated.
3221
3222 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3223
3224 * Branch for 23.2.
3225
3226 2010-01-31 Juri Linkov <juri@jurta.org>
3227
3228 * .bzrignore: Add TAGS-LISP.
3229
3230 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3231
3232 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
3233 this header file).
3234
3235 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
3236
3237 * .bzrignore: Ignore all .exe, instead of individual files.
3238
3239 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
3240
3241 * configure.in: Explicitly check for and link to -lXrender.
3242
3243 2010-01-12 Glenn Morris <rgm@gnu.org>
3244
3245 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
3246 for bug reports for development versions.
3247
3248 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3249
3250 * .bzrignore: Add more ignored patterns, including for the MS-DOS
3251 build.
3252
3253 2009-12-27 Karl Fogel <kfogel@red-bean>
3254
3255 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
3256 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
3257
3258 2009-12-17 Glenn Morris <rgm@gnu.org>
3259
3260 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
3261
3262 2009-12-15 Glenn Morris <rgm@gnu.org>
3263
3264 * info/dir: Add EDT entry.
3265 * Makefile.in (INFO_FILES): Add edt.
3266
3267 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
3268
3269 * configure.in: Check for RSVG if GNUstep is used.
3270
3271 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
3272
3273 * configure.in: Don't check for RSVG or GConf unless X11 is used.
3274
3275 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3276
3277 * configure.in: Allow compiling Emacs with GTK on Cygwin.
3278
3279 2009-12-01 Glenn Morris <rgm@gnu.org>
3280
3281 * make-dist: Add etc/images/mpc directory.
3282
3283 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3284
3285 * configure.in: Don't check for GConf unless X is used.
3286
3287 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3288
3289 * configure.in: Use -Wdeclaration-after-statement if available.
3290
3291 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3292
3293 * configure.in: New option: --with(out)-gconf.
3294 Set HAVE_GCONF if we find gconf.
3295
3296 2009-11-17 Glenn Morris <rgm@gnu.org>
3297
3298 * Makefile.in (INFO_FILES): Add semantic.
3299
3300 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
3301
3302 * info/dir: Add Semantic.
3303
3304 2009-11-16 Glenn Morris <rgm@gnu.org>
3305
3306 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
3307 pattern, so as not to exclude makefile*.el. (Bug#4912)
3308
3309 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3310
3311 * configure.in: --enable-autodepend is new. Check for GNU Make
3312 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
3313 gcc and GNU make to generate dependencies.
3314
3315 2009-10-27 Glenn Morris <rgm@gnu.org>
3316
3317 * make-dist: Make links to doc/lispintro/*.pdf.
3318
3319 2009-10-23 Jim Meyering <meyering@redhat.com>
3320
3321 * configure.in: Invoke $CPP with -P when creating Makefile and
3322 src/Makefile. Without this, gcc 4.4.2 converts each
3323 backslash-newline pair in the input to a bare newline, yielding
3324 invalid Makefiles.
3325
3326 * configure: Regenerate.
3327
3328 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3329
3330 * configure.in (vax-dec-vms): Remove, not supported anymore.
3331
3332 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3333
3334 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
3335 (*-apple-darwin*): Add x86_64 architecture.
3336
3337 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3338
3339 * config.guess, config.sub: Updated from master source.
3340
3341 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
3342
3343 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
3344
3345 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
3346
3347 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
3348
3349 2009-09-29 Glenn Morris <rgm@gnu.org>
3350
3351 * make-dist (check): Update for two new levels of subdirectory in lisp/.
3352
3353 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3354
3355 * config.guess, config.sub: Updated from master source.
3356
3357 * configure.in (OTHER_FILES): Define using autoconf not cpp.
3358
3359 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3360
3361 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
3362
3363 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3364
3365 * INSTALL: Update URL for GNU FreeFont.
3366
3367 2009-09-09 Glenn Morris <rgm@gnu.org>
3368
3369 * Makefile.in (install-arch-indep): Don't recursively change perms of
3370 site-lisp and infodir. There may be non-Emacs files in here, and the
3371 files supplied by Emacs are all handled explicitly already. (Bug#3800)
3372 (mkdir): Set umask to world-readable before creating directories.
3373 mkinstalldirs already checks if dirs exist, don't duplicate this test.
3374
3375 2009-08-29 Glenn Morris <rgm@gnu.org>
3376
3377 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
3378 (info): Don't give an error in the absence of makeinfo - let the doc
3379 Makefiles do that, if the info files need rebuilding. (Bug#3982)
3380
3381 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
3382
3383 * Makefile.in (install-arch-indep): If the versioned DOC-####
3384 generated during loadup+dump isn't found, install the plain DOC
3385 file that always gets generated, in case CANNOT_DUMP is set.
3386
3387 * configure.in: Warn if package version specified here doesn't
3388 match the version in version.el.
3389 * configure: Regenerate.
3390
3391 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
3392
3393 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
3394
3395 * configure: Regenerate.
3396
3397 2009-08-19 Glenn Morris <rgm@gnu.org>
3398
3399 * INSTALL: Remove reference to cvtmail.
3400
3401 2009-08-15 CHENG Gao <chenggao@gmail.com>
3402
3403 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
3404
3405 2009-08-02 Kevin Ryde <user42@zip.com.au>
3406
3407 * INSTALL: Fix free fonts URL.
3408
3409 2009-07-22 Glenn Morris <rgm@gnu.org>
3410
3411 * configure.in (AC_PREREQ): Require autoconf 2.62.
3412
3413 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
3414
3415 * configure.in (--enable-checking, --enable-profiling):
3416 Use AS_HELP_STRING.
3417
3418 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3419
3420 * configure.in (--enable-profiling): New option.
3421 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
3422
3423 2009-06-27 Glenn Morris <rgm@gnu.org>
3424
3425 * configure.in: Restore netbsd on mips, mipsel, mipseb.
3426
3427 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3428
3429 * configure.in (--enable-checking): New option.
3430
3431 2009-06-24 Glenn Morris <rgm@gnu.org>
3432
3433 * make-dist: Warn if subdir does not exist in source.
3434 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
3435 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
3436 No longer make links.
3437
3438 2009-06-24 Yavor Doganov <yavor@gnu.org>
3439
3440 * make-dist (tempdir): Don't create directories preferences.gorm
3441 and preferences.nib, they are no longer required.
3442
3443 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3444
3445 * Branch for 23.1.
3446
3447 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
3448
3449 * configure.in: Delete mac-fix-env target, which has been
3450 removed (Bug#3531).
3451
3452 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3453
3454 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
3455
3456 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
3457
3458 * BUGS: Use new binding of view-emacs-problems.
3459
3460 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
3461
3462 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
3463 for Solaris compatibility.
3464
3465 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
3466
3467 * configure: Regenerate.
3468
3469 * configure.in: Disable use of FreeType without libXft.
3470
3471 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3472
3473 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
3474 Check if it is declared in gtk.h.
3475
3476 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
3477
3478 * Makefile.in (install-arch-indep): Remove .gitignore files.
3479
3480 2009-04-03 Kenichi Handa <handa@m17n.org>
3481
3482 * INSTALL: Make the section "Complex Text Layout support
3483 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
3484
3485 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
3486
3487 * configure.in (rs6000-ibm-aix6*): Fix typo.
3488
3489 2009-03-04 Glenn Morris <rgm@gnu.org>
3490
3491 * Makefile.in (INFO_FILES): Add auth.
3492
3493 2009-03-03 Glenn Morris <rgm@gnu.org>
3494
3495 * info/dir: Add Auth-source.
3496
3497 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
3500 the second.
3501
3502 2009-02-28 Eli Zaretskii <eliz@gnu.org>
3503
3504 * config.bat: Copy .dbxinit to _dbxinit.
3505
3506 * make-dist (Making links to `info'): Remove .gitignore.
3507
3508 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 * Makefile.in (lib-src, lisp): Use simpler rule.
3511 (src): Be more specific to avoid recompiling all the .elc files just
3512 because the bootstrap-emacs is missing.
3513
3514 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
3515
3516 * configure.in: Require librsvg >= 2.11.
3517
3518 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3519
3520 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
3521 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
3522
3523 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3524
3525 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
3526
3527 2009-02-03 Glenn Morris <rgm@gnu.org>
3528
3529 * make-dist: Add some missing files, remove some that are no longer
3530 present.
3531
3532 2009-02-02 Glenn Morris <rgm@gnu.org>
3533
3534 * make-dist: Add some missing nextstep/ files.
3535
3536 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
3537
3538 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
3539
3540 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3541
3542 * configure.in: Add support for m68k-*-netbsd.
3543
3544 2009-01-14 Juri Linkov <juri@jurta.org>
3545
3546 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
3547
3548 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
3549 and bug-reference-mode.
3550
3551 2009-01-11 Juri Linkov <juri@jurta.org>
3552
3553 * INSTALL.CVS: Move configuration explicitly to the first step.
3554
3555 2009-01-09 Glenn Morris <rgm@gnu.org>
3556
3557 * .dir-locals.el: Don't set indent-tabs-mode.
3558
3559 2008-12-30 Kenichi Handa <handa@m17n.org>
3560
3561 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
3562 the function OTF_get_variation_glyphs.
3563
3564 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
3565
3566 * Makefile.in (install-arch-dep): Remove old directories in
3567 ns_app* before moving new directories there.
3568
3569 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
3570
3571 * .dir-locals.el: Remove non-working entry for pmail.
3572 (fill-column): Fix typo.
3573 (change-log-mode): Add fill column.
3574
3575 2008-12-26 Eli Zaretskii <eliz@gnu.org>
3576
3577 * config.bat: Produce _dir-locals.el from .dir-locals.el.
3578
3579 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
3580
3581 * make-dist (tempdir): Distribute .dir-locals.el.
3582
3583 * .dir-locals.el: New file.
3584
3585 2008-12-19 Eli Zaretskii <eliz@gnu.org>
3586
3587 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
3588 for rationale.
3589
3590 2008-12-13 Glenn Morris <rgm@gnu.org>
3591
3592 * Makefile.in (install-arch-indep): Add new man-pages.
3593 (manext): Remove variable.
3594 (MAN_PAGES): New variable.
3595 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
3596 and remove.
3597 (uninstall): Remove desktop file and icons, game scores if empty.
3598
3599 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
3600
3601 * config.guess, config.sub: Updated from master source.
3602
3603 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3604
3605 * Makefile.in (install-arch-indep): Install ebrowse.1.
3606
3607 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3608
3609 * configure.in: Add Solaris on x86_64.
3610
3611 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3612
3613 * config.guess, config.sub: Updated from master source.
3614
3615 2008-12-08 Eli Zaretskii <eliz@gnu.org>
3616
3617 * info/dir: Fix last change.
3618
3619 2008-12-07 Eli Zaretskii <eliz@gnu.org>
3620
3621 * info/dir: Untabify.
3622
3623 2008-11-28 Ulrich Mueller <ulm@gentoo.org>
3624
3625 * configure.in: Fix last change.
3626
3627 2008-11-28 Richard M Stallman <rms@gnu.org>
3628
3629 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3630 New configurations.
3631
3632 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
3633
3634 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3635 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
3636
3637 2008-11-15 Eli Zaretskii <eliz@gnu.org>
3638
3639 * Makefile.in (INFO_FILES): Remove ns-emacs.
3640
3641 * info/dir (NS-Emacs): Remove entry.
3642
3643 2008-11-08 Eli Zaretskii <eliz@gnu.org>
3644
3645 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
3646
3647 2008-11-07 Glenn Morris <rgm@gnu.org>
3648
3649 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
3650
3651 2008-10-31 Eli Zaretskii <eliz@gnu.org>
3652
3653 * config.bat: Tell user to expect one "File not found" message
3654 while the `doc' directory is being configured.
3655
3656 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * update-subdirs: Put obsolete directory last.
3659
3660 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3661
3662 * configure.in: Check fontconfig always.
3663
3664 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3665
3666 * configure (*-solaris2.[7-9]*): Fix typo.
3667
3668 2008-10-24 Glenn Morris <rgm@gnu.org>
3669
3670 * configure.in (--without-sync-input, --with-pkg-config-prog):
3671 Help strings start with lower case.
3672 (--with-gnustep-conf): New option.
3673 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3674
3675 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
3676
3677 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3678 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3679 is not found. (Bug#1230)
3680
3681 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3682
3683 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3684 Use sol2-6.h for Solaris 7-9.
3685
3686 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
3687
3688 * configure.in: Add support for GNU/Linux on SuperH.
3689
3690 2008-10-12 Andreas Schwab <schwab@suse.de>
3691
3692 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3693
3694 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
3695
3696 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3697 "X") to avoid confusion.
3698
3699 * configure: Regenerate.
3700
3701 2008-09-07 Romain Francoise <romain@orebokech.com>
3702
3703 * make-dist: Distribute doc/man/ChangeLog.
3704
3705 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3706
3707 * configure.in: Disable XFT and Freetype when without X.
3708
3709 * configure: Regenerate.
3710
3711 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3712
3713 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3714
3715 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3716
3717 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3718 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3719
3720 * configure: Regenerate.
3721
3722 2008-08-20 Eli Zaretskii <eliz@gnu.org>
3723
3724 * configure.in: Move "#define subprocesses" before
3725 config_opsysfile is included.
3726
3727 2008-08-19 Kenichi Handa <handa@m17n.org>
3728
3729 * INSTALL (Extra fonts): Mention local fonts, don't mention
3730 mule-unicode.
3731
3732 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
3733
3734 * make-dist: Omit info/.arch-inventory.
3735
3736 2008-08-16 Jason Rumney <jasonr@gnu.org>
3737
3738 * make-dist (tempdir/nt): Link emacsclient.rc.
3739
3740 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3741
3742 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3743 AC_SUBST it.
3744 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3745 AC_SUBST it.
3746 (OTHER_FILES): Always define for HAVE_NS.
3747 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3748 * configure: Regenerate.
3749
3750 2008-08-07 Andreas Schwab <schwab@suse.de>
3751
3752 * configure.in: Correctly handle
3753 --enable-cocoa-experimental-ctrl-g=no and
3754 --enable-ns-self-contained=yes.
3755
3756 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3757
3758 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3759 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
3760 bother undef'ing since won't have desired effect.
3761
3762 2008-08-06 Andreas Schwab <schwab@suse.de>
3763
3764 * configure.in: Fix quoting.
3765
3766 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
3767
3768 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3769
3770 2008-08-05 Ulrich Mueller <ulm@gentoo.org>
3771
3772 * configure.in: Add checks for krb5_error.text and
3773 krb5_error.e_text struct members.
3774
3775 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
3776
3777 * configure.in: Test for existence of NSInteger.
3778 Suggested by Yavor Doganov.
3779
3780 2008-08-02 Romain Francoise <romain@orebokech.com>
3781
3782 * Makefile.in (INFO_FILES): Add mairix-el.
3783
3784 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3785
3786 * make-dist:
3787 * README: Remove VMS support.
3788 * vms: Remove directory.
3789
3790 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3791
3792 * configure.in (MULTI_KBOARD): Remove.
3793
3794 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3795
3796 * configure.in (DO_BLOCK_INPUT): Remove, unused.
3797
3798 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
3799
3800 * info/dir (File): Add mairix-el.
3801
3802 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3803
3804 Remove support for Mac Carbon.
3805 * mac: Remove directory.
3806 * make-dist:
3807 * configure.in:
3808 * README:
3809 * Makefile.in:
3810 * INSTALL: Remove code for Carbon.
3811 * configure: Regenerate.
3812
3813 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3814
3815 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
3816
3817 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
3818
3819 * configure.in: Check for getrlimit.
3820
3821 * configure: Regenerate.
3822
3823 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3824
3825 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
3826 in src/Makefile.in.
3827 (static): Remove, autoconf would always comment it out anyway.
3828 (subprocesses): Define unconditionally.
3829
3830 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
3831
3832 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
3833 compilation under GNUstep.
3834
3835 2008-07-18 Kenichi Handa <handa@m17n.org>
3836
3837 * INSTALL (Complex Text Layout support libraries): Delete the
3838 paragraph about --enable-font-backend.
3839
3840 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3841
3842 * configure.in: Print out some info to user for NeXTstep builds.
3843 (ns-app): Remove enable option.
3844 (ns-self-contained): Add enable option.
3845 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
3846 GNUstep, use to set install prefixes, and substitute in Makefiles.
3847 * configure: Regenerate.
3848 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
3849 NS app bundle.
3850
3851 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
3854
3855 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3856
3857 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3858 NS_IMPL_COCOA.
3859
3860 2008-07-16 Glenn Morris <rgm@gnu.org>
3861
3862 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
3863 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
3864 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
3865 never unset.
3866
3867 * make-dist: Add nextstep/ directories.
3868 (src, lib-src): Add .m files.
3869
3870 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3871
3872 * configure.in (freebsd, kfreebsd): Undo part of previous change.
3873 (USER_FULL_NAME): Remove, not used anymore.
3874 * configure: Regenerate.
3875
3876 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3877
3878 Changes and additions for NeXTstep windowing system (Cocoa and
3879 GNUstep) support.
3880
3881 * configure.in: Add support for NS window system: --with-ns (default
3882 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
3883 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
3884 disable font backend if window system is "none", not if !HAVE_X11.
3885 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
3886 (install-arch-dep): Add commands to assemble NS .app package.
3887
3888 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3889
3890 * configure.in: Use macppc for Darwin. Remove references to
3891 desupported systems.
3892 * configure: Regenerate.
3893
3894 2008-07-05 Glenn Morris <rgm@gnu.org>
3895
3896 * make-dist (EMACS): Doc fix.
3897 (lisp): There are no *.dat or image files here any more.
3898 (src): There are no *.s files here any more.
3899 (etc/images, etc/images/*): Link to most regular files.
3900
3901 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3902
3903 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3904
3905 2008-07-01 Glenn Morris <rgm@gnu.org>
3906
3907 * configure.in (cpp_undefs): Rename from `undefs', update uses.
3908 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
3909 and explicitly export there. (Bug#507.)
3910
3911 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3912
3913 * configure.in:
3914 * configure: Remove references to obsolete systems.
3915
3916 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3917
3918 * Makefile.in (Makefile): Use it for its timestamp value as well, and
3919 make it depend on all other */.in files.
3920 (src/Makefile, src/config.stamp, lib-src/Makefile)
3921 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3922 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3923 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3924 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3925
3926 * configure.in: Don't create src/config.stamp any more.
3927
3928 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3929
3930 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3931
3932 2008-06-22 Glenn Morris <rgm@gnu.org>
3933
3934 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3935
3936 2008-06-21 Romain Francoise <romain@orebokech.com>
3937
3938 * Makefile.in (INFO_FILES): Add sasl.
3939
3940 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3941
3942 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3943 (bootstrap-build): Remove.
3944 (top_bootclean): New var.
3945 (top_distclean, bootstrap-clean): Use it.
3946 (bootstrap): Don't recheck config. Make normally.
3947
3948 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * Makefile.in (SUBDIR): Include `lisp'.
3951 (lisp): Depend on `src'.
3952 (top_distclean): Don't remove config.status.
3953 (bootstrap-clean): New target.
3954 (maintainer-clean): Use it.
3955 (bootstrap): Use bootstrap-clean. Re-run config.status.
3956 (src/bootstrap-emacs${EXEEXT}): New target.
3957 (bootstrap-build): Use it. Don't use bootstrap-prepare because
3958 src/Makefile now takes care of it.
3959 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3960
3961 2008-06-15 Glenn Morris <rgm@gnu.org>
3962
3963 * info/dir: Add sasl.
3964
3965 2008-06-09 Alan Mackenzie <acm@muc.de>
3966
3967 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
3968
3969 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
3970
3971 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
3972
3973 2008-06-07 Glenn Morris <rgm@gnu.org>
3974
3975 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
3976 serve no purpose.
3977
3978 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3979
3980 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
3981 * configure: Regenerate.
3982
3983 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3984
3985 * update-subdirs: Don't touch subdirs.el if it is unchanged.
3986
3987 2008-05-14 Kenichi Handa <handa@m17n.org>
3988
3989 * configure: Regenerate.
3990
3991 * configure.in: Don't handle --disable-font-backend. Don't print
3992 a message about a font backend.
3993
3994 2008-05-09 Glenn Morris <rgm@gnu.org>
3995
3996 * configure.in: Make absence of makeinfo a fatal error only if the info
3997 files don't exist.
3998 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
3999
4000 2008-05-07 Eli Zaretskii <eliz@gnu.org>
4001
4002 * config.bat: Fix last change: don't use < and > in "rem" lines,
4003 they are interpreted as redirection by DOS shells.
4004
4005 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4006
4007 * configure.in: Check availability of AvailabilityMacros.h
4008 if HAVE_CARBON.
4009
4010 * configure: Regenerate.
4011
4012 2008-05-03 Glenn Morris <rgm@gnu.org>
4013
4014 * configure.in (x_libraries): Remove standard 64-bit directories -
4015 experimental workaround for minor autoconf bug.
4016
4017 * configure.in (--without-makeinfo): New option. If set,
4018 absence of suitable makeinfo is not a fatal error.
4019 * Makefile.in (MAKEINFO): New, set by configure.
4020 (install-arch-indep): Without makeinfo, ignore any missing manuals.
4021 (info-real): New target.
4022 (info): Without makeinfo, do nothing, else call `info-real'.
4023
4024 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4025
4026 * configure.in: Remove hpux10.20 from the desupported list.
4027
4028 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4029
4030 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
4031
4032 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
4035 rather than change CPPFLAGS.
4036 (HAVE_GTK): Rename to USE_GTK.
4037
4038 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
4039
4040 * configure.in: Replace the obsolete macros AC_AIX and
4041 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
4042
4043 2008-04-05 Andreas Schwab <schwab@suse.de>
4044
4045 * configure.in: No longer create admin/unidata/Makefile.
4046
4047 2008-03-28 Andreas Schwab <schwab@suse.de>
4048
4049 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
4050 (lisp/Makefile): New rule.
4051
4052 2008-03-13 Glenn Morris <rgm@gnu.org>
4053
4054 * configure.in (AC_INIT): Fix version number.
4055 (sync-input): Reword the option, since it's on by default.
4056
4057 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
4058
4059 * configure.in: Add --enable-sync-input, default yes.
4060
4061 2008-03-11 Glenn Morris <rgm@gnu.org>
4062
4063 * Makefile.in (install-etc, mkdir): Handle directory
4064 etc/images/icons/hicolor/*/mimetypes/.
4065
4066 * make-dist: Handle icons/hicolor/scalable directory.
4067
4068 2008-03-05 Glenn Morris <rgm@gnu.org>
4069
4070 * configure.in: Enable font-backend by default.
4071 (USE_FONT_BACKEND): Set to "no" in absence of X.
4072 (PKG_CONFIG): Don't set multiple times, once is enough.
4073 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
4074
4075 2008-03-03 Glenn Morris <rgm@gnu.org>
4076
4077 * Makefile.in (iconsrcdir): New variable.
4078 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
4079 directory.
4080
4081 2008-02-29 Glenn Morris <rgm@gnu.org>
4082
4083 * test/: New directory.
4084
4085 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
4086
4087 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
4088
4089 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4090
4091 * configure.in: Print an error for systems that we think are obsolete
4092 and are proposed to be removed. Remove some more unused systems.
4093 Add support for powerpc-ibm-aix6*.
4094
4095 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4096
4097 * configure.in: Remove references to obsolete variables and systems.
4098
4099 2008-02-21 Glenn Morris <rgm@gnu.org>
4100
4101 * Makefile.in (set_installuser): New.
4102 (install-arch-indep): Use set_installuser to avoid duplicate code.
4103
4104 * README.unicode: Split into admin/notes/unicode,font-backend and
4105 remove.
4106
4107 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
4108
4109 * configure.in (arm*-*-freebsd*): Add.
4110
4111 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
4112
4113 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
4114 dealing with obsolete variables.
4115
4116 2008-02-08 Glenn Morris <rgm@gnu.org>
4117
4118 * Makefile.in (check-info-dir): New target.
4119
4120 2008-02-08 Michael Olson <mwolson@gnu.org>
4121
4122 * Makefile.in (INFO_FILES): Add epa.
4123
4124 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
4125 features" section.
4126
4127 2008-02-06 Glenn Morris <rgm@gnu.org>
4128
4129 * configure.in (--with-gcc): Give an error saying this option has
4130 been removed.
4131 (--with-gtk): Remove this option.
4132
4133 2008-02-06 Tom Tromey <tromey@redhat.com>
4134
4135 * configure.in (--with-gcc): Remove.
4136 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
4137
4138 2008-02-05 Ulrich Mueller <ulm@gentoo.org>
4139
4140 * INSTALL: Recommend giflib, not libungif.
4141
4142 2008-02-05 Tom Tromey <tromey@redhat.com>
4143
4144 * configure.in (--with-dbus): Default to enabled.
4145
4146 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
4147
4148 * INSTALL (Complex Text Layout support libraries): New section.
4149
4150 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
4151
4152 * make-dist: Remove references to files in mac/ that have been
4153 deleted.
4154
4155 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4156
4157 * configure.in: For libotf and m17n-flt checks, set shell vars
4158 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
4159 pkg_check_m17n_flt, respectively, for the sake of the summary output.
4160 Reported by Ulrich Mueller.
4161
4162 2008-02-02 Eli Zaretskii <eliz@gnu.org>
4163
4164 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
4165 admin/unidata/Makefile.in to Makefile.
4166
4167 2008-02-02 Glenn Morris <rgm@gnu.org>
4168
4169 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
4170 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
4171 (HAVE_XFT): Add "Does Emacs use..." messages at end.
4172
4173 2008-02-01 Miles Bader <miles@gnu.org>
4174
4175 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
4176 [libotf], and [m17n-flt] options.
4177
4178 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4179
4180 * configure.in: Add EMACS_ARG_N([libotf]...), and
4181 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
4182 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
4183 CFLAGS, and LIBS in checking of m17n-flt.
4184
4185 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4186
4187 * configure.in: Check the availability of m17n-flt library.
4188
4189 2008-02-01 Kenichi Handa <handa@m17n.org>
4190
4191 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
4192 not available.
4193
4194 2008-02-01 Kenichi Handa <handa@m17n.org>
4195
4196 * configure.in: New args --enable-font-backend, --with-xft,
4197 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
4198 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
4199 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
4200 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
4201
4202 2008-02-01 Kenichi Handa <handa@m17n.org>
4203
4204 * make-dist: Include etc/charsets in tarball.
4205
4206 2008-02-01 Kenichi Handa <handa@m17n.org>
4207
4208 * configure.in: While running cpp on junk.c, include
4209 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
4210 exists.
4211
4212 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4213
4214 * configure.in (xtensa): Match more configurations.
4215
4216 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
4217
4218 * configure.in: Update comment.
4219
4220 2008-01-26 Glenn Morris <rgm@gnu.org>
4221
4222 * configure.in (--without-gcc): By default, neither off nor on.
4223 (--with-carbon): Tone down rhetoric in help text.
4224
4225 2008-01-25 Glenn Morris <rgm@gnu.org>
4226
4227 * configure.in: Correct usage of OPTION_DEFAULT_ON,
4228 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
4229 Default `Carbon' to off (it's unsupported).
4230
4231 2008-01-24 Glenn Morris <rgm@gnu.org>
4232
4233 * configure.in: Standardize dbus-related messages.
4234
4235 2008-01-23 Michael Olson <mwolson@gnu.org>
4236
4237 * configure.in (pkg-config-prog): Remove initial whitespace.
4238
4239 2008-01-23 Tom Tromey <tromey@redhat.com>
4240
4241 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
4242 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
4243 Update all users.
4244
4245 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
4246
4247 * config.guess, config.sub: Updated from master source.
4248
4249 2008-01-17 Andreas Schwab <schwab@suse.de>
4250
4251 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
4252
4253 2008-01-17 Glenn Morris <rgm@gnu.org>
4254
4255 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
4256
4257 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
4258
4259 * configure.in: Remove more references to unsupported systems.
4260
4261 2008-01-16 Sven Joachim <svenjoac@gmx.de>
4262
4263 * make-dist: Add --lzma.
4264
4265 2008-01-16 Glenn Morris <rgm@gnu.org>
4266
4267 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
4268 configure checks for this.
4269
4270 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
4271
4272 * configure.in: Remove more references to unsupported systems.
4273
4274 2008-01-06 Romain Francoise <romain@orebokech.com>
4275
4276 * configure.in: Delete extra semicolons.
4277
4278 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4279
4280 * configure.in: Remove references to unsupported systems.
4281
4282 2008-01-05 Romain Francoise <romain@orebokech.com>
4283
4284 * make-dist: Add --bzip2. Update copyright.
4285
4286 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4287
4288 * configure.in: Remove support for Masscomp.
4289
4290 2008-01-05 Glenn Morris <rgm@gnu.org>
4291
4292 * Makefile.in (desktopdir, icondir): New variables.
4293 (install-arch-indep): Also depend on `install-etc'.
4294 (install-etc): New target.
4295 (mkdir): Also create the `applications' and `icons' directories.
4296
4297 2008-01-04 Glenn Morris <rgm@gnu.org>
4298
4299 * make-dist: Update for new etc/images/icons/hicolor directory.
4300
4301 2007-12-09 Andreas Schwab <schwab@suse.de>
4302
4303 * configure.in: D-Bus is not enabled by default.
4304
4305 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
4306
4307 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
4308 change.
4309
4310 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
4311
4312 * configure.in: Give package name and version to AC_INIT.
4313
4314 2007-12-03 Magnus Henoch <mange@freemail.hu>
4315
4316 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
4317
4318 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
4319
4320 * configure.in: No need for DBUS_INFO anymore.
4321
4322 * Makefile.in (INFO_FILES): Use dbus unconditionally.
4323
4324 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
4325
4326 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
4327
4328 * Makefile.in (INFO_FILES): Add dbus.
4329
4330 2007-12-02 Romain Francoise <romain@orebokech.com>
4331
4332 * make-dist: Fix last change.
4333
4334 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
4335
4336 * configure.in: Add support for gnu-kfreebsd.
4337
4338 2007-11-28 Glenn Morris <rgm@gnu.org>
4339
4340 * make-dist: Add etc/nxml.
4341
4342 2007-11-24 Romain Francoise <romain@orebokech.com>
4343
4344 * Makefile.in (INFO_FILES): Add nxml-mode.
4345
4346 2007-11-23 Romain Francoise <romain@orebokech.com>
4347
4348 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
4349 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
4350
4351 2007-11-20 Andreas Schwab <schwab@suse.de>
4352
4353 * configure.in: Always include <resolv.h> when checking for res_init.
4354
4355 2007-11-17 Andreas Schwab <schwab@suse.de>
4356
4357 * update-subdirs: Atomically update subdirs.el.
4358
4359 2007-11-17 Glenn Morris <rgm@gnu.org>
4360
4361 * Makefile.in (check-declare): New target.
4362
4363 2007-11-07 Glenn Morris <rgm@gnu.org>
4364
4365 * configure.in: Deprecate Mac Carbon port.
4366
4367 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
4368
4369 * configure.in: Remove HAVE_X11R5 check.
4370
4371 2007-10-31 Glenn Morris <rgm@gnu.org>
4372
4373 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
4374 when changing ownership of installed files.
4375
4376 2007-10-30 Glenn Morris <rgm@gnu.org>
4377
4378 * make-dist: Add new directory etc/gnus.
4379
4380 2007-10-30 Michael Olson <mwolson@gnu.org>
4381
4382 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
4383
4384 2007-10-29 Glenn Morris <rgm@gnu.org>
4385
4386 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
4387
4388 2007-10-23 Glenn Morris <rgm@gnu.org>
4389
4390 * MAINTAINERS: Move to admin/.
4391
4392 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
4393
4394 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
4395 (HAVE_LIBRESOLV): Also define if we are using res_init().
4396
4397 2007-10-17 Glenn Morris <rgm@gnu.org>
4398
4399 * FTP: Remove file, since it's just a duplicate of one in etc/.
4400
4401 2007-10-05 Eli Zaretskii <eliz@gnu.org>
4402
4403 * config.bat: Fix configuring `doc' due to changes in the
4404 directory structure.
4405
4406 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
4407
4408 * configure.in: Don't use -lpthread on HP-UX.
4409
4410 2007-09-16 Glenn Morris <rgm@gnu.org>
4411
4412 * make-dist: File gfdl.1 has been removed.
4413
4414 2007-09-15 Glenn Morris <rgm@gnu.org>
4415
4416 * configure.in: Fix makeinfo version regexp.
4417
4418 2007-09-12 Glenn Morris <rgm@gnu.org>
4419
4420 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
4421 implementation of alloca is not found.
4422
4423 * Makefile.in (SOURCES, unlock, relock): Delete.
4424 (install-arch-indep): Do not exclude the etc/ Makefiles.
4425
4426 2007-09-09 Juri Linkov <juri@jurta.org>
4427
4428 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
4429
4430 * README: Add doc/ to documentation directories.
4431
4432 2007-09-08 Michael Olson <mwolson@gnu.org>
4433
4434 * MAINTAINERS: Add myself for ERC and tq.el.
4435 Update for new doc/ directory layout.
4436
4437 2007-09-06 Romain Francoise <romain@orebokech.com>
4438
4439 * make-dist: Update for new doc/ directory layout.
4440
4441 2007-09-06 Glenn Morris <rgm@gnu.org>
4442
4443 * Makefile.in (mansrcdir): New variable.
4444 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
4445 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
4446 update these targets for new doc/ directory layout.
4447 (doc/misc/Makefile): New target.
4448 (install-arch-indep): Use mansrcdir for new location of manpages.
4449 (mostlyclean, clean, distclean, maintainer-clean, unlock)
4450 (relock, info, dvi): Update targets for new doc/ directory layout.
4451
4452 * configure.in (AC_OUTPUT): Update names of generated Makefiles
4453 for new doc/ directory layout.
4454
4455 2007-09-02 Andreas Schwab <schwab@suse.de>
4456
4457 * configure.in: Use AS_HELP_STRING throughout.
4458 * configure: Regenerate.
4459
4460 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
4461
4462 * configure.in: Require Gtk/Glib 2.6.
4463
4464 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4465
4466 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4467 Use them throughout in place of AC_ARG_WITH calls.
4468 * configure: Regenerate.
4469
4470 2007-09-01 Andreas Schwab <schwab@suse.de>
4471
4472 * configure.in: Put quotes around nested macro calls.
4473
4474 2007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4475
4476 * configure.in: Fix typo.
4477 * configure: Regenerate.
4478
4479 2007-08-30 Glenn Morris <rgm@gnu.org>
4480
4481 * configure.in (AH_BOTTOM): Copy some manual changes made to
4482 src/config.in here so they are not lost when it regenerates.
4483
4484 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
4485
4486 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
4487
4488 * README.multi-tty: New file.
4489
4490 2007-08-29 Glenn Morris <rgm@gnu.org>
4491
4492 * README: Increase version to 23.0.50.
4493
4494 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
4495
4496 * configure.in: New option: --without-xaw3d.
4497
4498 2007-08-24 Glenn Morris <rgm@gnu.org>
4499
4500 * configure.in: Check for a suitably recent makeinfo.
4501
4502 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4503
4504 * configure.in (Check for required libraries): Typo.
4505
4506 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4507
4508 * configure.in: Check librsvg2 also for Mac Carbon.
4509
4510 2007-08-22 Romain Francoise <romain@orebokech.com>
4511
4512 * make-dist: Follow reorganization of files in etc/.
4513
4514 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4515
4516 * configure.in: Add support for SVG images through librsvg2.
4517
4518 2007-07-28 Eli Zaretskii <eliz@gnu.org>
4519
4520 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
4521 to avoid an error message if there is no DOC there.
4522
4523 2007-07-25 Glenn Morris <rgm@gnu.org>
4524
4525 * Relicense all FSF files to GPLv3 or later.
4526
4527 * COPYING, info/COPYING: Switch to GPLv3.
4528
4529 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
4530
4531 * configure.in: Complain if X seems to be installed but no
4532 development files were found.
4533
4534 2007-06-20 Glenn Morris <rgm@gnu.org>
4535
4536 * configure.in: Prefer libgif over libungif.
4537
4538 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
4539
4540 * configure.in: Check for all image libraries before exiting.
4541
4542 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
4543
4544 * configure.in: Exit with error if image libraries aren't found.
4545
4546 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
4547
4548 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
4549 when compiling without scrollbars.
4550
4551 2007-06-12 Glenn Morris <rgm@gnu.org>
4552
4553 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4554
4555 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
4556
4557 * configure.in: Change wording about yes/gtk and lucid/athena
4558 being synonyms.
4559
4560 2007-06-08 Glenn Morris <rgm@gnu.org>
4561
4562 * configure.in: Make gtk the default toolkit.
4563
4564 2007-06-07 Glenn Morris <rgm@gnu.org>
4565
4566 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
4567 for a Sun C compiler.
4568
4569 * Makefile.in (install-arch-indep): Install only the DOC- file
4570 specific to the build, if possible, rather than DOC-*.
4571
4572 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
4573
4574 * Version 22.1 released.
4575
4576 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
4577
4578 * mkinstalldirs: Sync to version in automake CVS.
4579
4580 2007-05-22 Andreas Schwab <schwab@suse.de>
4581
4582 * configure.in: Prefer build_alias over host when host_alias is not set.
4583 * configure: Regenerate.
4584
4585 2007-05-20 Andreas Schwab <schwab@suse.de>
4586
4587 * configure.in: Remove empty AC_SUBST.
4588 * configure: Regenerate.
4589
4590 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
4591
4592 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
4593 it like others.
4594 * configure: Regenerate.
4595
4596 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
4597
4598 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
4599 (AC_CHECK_LIB): Add -lgpm.
4600 * configure: Regenerate.
4601
4602 2007-05-03 Glenn Morris <rgm@gnu.org>
4603
4604 * configure: Tweak message about the absence of shell functions.
4605
4606 2007-04-27 Andreas Schwab <schwab@suse.de>
4607
4608 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
4609
4610 2007-04-26 Glenn Morris <rgm@gnu.org>
4611
4612 * README: Increase version to 22.1.50.
4613
4614 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
4615
4616 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4617
4618 2007-04-19 Glenn Morris <rgm@gnu.org>
4619
4620 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4621
4622 2007-04-18 Glenn Morris <rgm@gnu.org>
4623
4624 * INSTALL: Mention CPP.
4625
4626 2007-04-15 Glenn Morris <rgm@gnu.org>
4627
4628 * FTP: Replace with a pointer to the web version.
4629
4630 2007-04-13 Glenn Morris <rgm@gnu.org>
4631
4632 * INSTALL: In lib-src, timer, wakeup, yow are removed.
4633
4634 2007-04-04 Glenn Morris <rgm@gnu.org>
4635
4636 * configure.in (NON_GNU_CPP): Use associated preprocessor when
4637 compiling with Sun Studio on Solaris.
4638
4639 2007-03-23 Glenn Morris <rgm@gnu.org>
4640
4641 * configure.in: Restore support for hp800 (removed 2007-01-27)
4642 following clarification of legal status.
4643
4644 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
4645
4646 * configure.in: Add support for AIX4.3 on IBM RS6000.
4647
4648 * configure: Regenerate.
4649
4650 2007-03-20 Richard Stallman <rms@gnu.org>
4651
4652 * configure.in: Fix previous change.
4653
4654 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
4655
4656 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4657 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4658 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4659
4660 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4661
4662 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4663 user specifies "without".
4664
4665 * configure: Regenerate.
4666
4667 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
4668
4669 * configure.in: Warning for Gtk+ and Cygwin added.
4670 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4671
4672 2007-02-27 Glenn Morris <rgm@gnu.org>
4673
4674 * make-dist (oldXMenu): Remove Imakefile.
4675 (etc/images): Add README.
4676
4677 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4678
4679 * configure.in (xtensa-*-linux-gnu*): New configuration.
4680
4681 * configure: Regenerate.
4682
4683 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4684
4685 * config.guess, config.sub: Updated from master source.
4686
4687 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4688
4689 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4690
4691 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4692
4693 * configure.in: Restore support for hp800's not running HP-UX.
4694
4695 * configure: Regenerate.
4696
4697 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4698
4699 * configure.in: Remove support for hp800 and sr2k machine types.
4700
4701 * configure: Regenerate.
4702
4703 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
4704
4705 * configure.in: Add check for libXft.
4706
4707 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4708
4709 * INSTALL: Info files moved to share/info.
4710
4711 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
4712
4713 * configure.in: Detect and use fink-installed in intel-based Mac
4714 builds; change Apple Darwin section to support both PowerPC and
4715 Intel-based Macs.
4716
4717 2006-12-26 Andreas Schwab <schwab@suse.de>
4718
4719 * Makefile.in (datarootdir): Define.
4720
4721 2006-12-24 Richard Stallman <rms@gnu.org>
4722
4723 * configure.in: Require Autoconf 2.61.
4724
4725 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
4726
4727 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4728 Remove redundant entry for powerpc-apple-netbsd.
4729
4730 * configure: Regenerate.
4731
4732 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
4733
4734 * configure: Regenerate with autoconf 2.61.
4735
4736 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
4737
4738 * configure.in: Detect alsa/asoundlib.h also.
4739 * configure: Regenerate.
4740
4741 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
4742
4743 * configure.in: Check if GTK+ compiles at all.
4744
4745 2006-12-10 Andreas Schwab <schwab@suse.de>
4746
4747 * configure.in: Remove check for struct timezone, its result is
4748 never used.
4749
4750 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4751
4752 * configure.in: Add support for Solaris 10 on x86-64.
4753
4754 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
4755
4756 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4757 of PKG_CONFIG_PATH.
4758
4759 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4760
4761 * configure.in (HAVE_SYNC): New test.
4762
4763 2006-12-03 Glenn Morris <rgm@gnu.org>
4764
4765 * Makefile.in: Fix Copyright format.
4766
4767 * configure.in (AH_TOP): Add missing Copyright year.
4768
4769 * update-subdirs: Add missing Copyright years.
4770
4771 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
4772
4773 * Makefile.in: Touch only the parts of the share/emacs directory
4774 specific to this version.
4775
4776 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
4777
4778 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4779
4780 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4781
4782 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4783
4784 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4785
4786 * configure.in: Prefer X11 to Carbon only when some X-specific
4787 option is specified (Thanks to Jan Djärv and Andreas Schwab).
4788
4789 2006-11-04 Romain Francoise <romain@orebokech.com>
4790
4791 * Makefile.in (bootstrap-clean-before): Fix typo.
4792 Use new target `bootstrap-clean' in the leim subdirectory.
4793
4794 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4795
4796 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4797
4798 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
4799
4800 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
4801 directories.
4802
4803 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
4804
4805 * configure.in: Enable x86-64 OpenBSD compilation.
4806
4807 2006-10-28 Glenn Morris <rgm@gnu.org>
4808
4809 * AUTHORS: Add cal-html.el author.
4810
4811 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4812
4813 * make-dist: Make links to mac/make-package and
4814 mac/Emacs.app/Contents/Resources/Emacs.icns.
4815
4816 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
4817
4818 * README: Bump version number to 22.0.90.
4819
4820 2006-10-23 Andreas Schwab <schwab@suse.de>
4821
4822 * configure.in: Make sure x_default_search_path is always set even
4823 when x_libraries is empty, and look in .../share as well for each
4824 library directory.
4825
4826 2006-09-28 Kenichi Handa <handa@m17n.org>
4827
4828 * configure.in (locallisppath): Don't include leim dir.
4829 (lisppath): Include leim dir.
4830
4831 2006-09-15 Jay Belanger <belanger@truman.edu>
4832
4833 * COPYING: Replace "Library Public License" by "Lesser Public
4834 License" throughout.
4835
4836 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
4837
4838 * make-dist (EMACS): Exit and fail if the EMACS environment
4839 variable is set to something other than an absolute file name.
4840
4841 2006-08-16 Andreas Schwab <schwab@suse.de>
4842
4843 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
4844 of hardcoding it.
4845
4846 2006-08-16 Richard Stallman <rms@gnu.org>
4847
4848 * INSTALL.CVS: Clean up wording.
4849
4850 2006-07-14 Eli Zaretskii <eliz@gnu.org>
4851
4852 * configure.in (PKG_CHECK_MODULES): Redirect the output of
4853 $PKG_CONFIG --exists "$2" to config.log.
4854 * configure: Regenerate.
4855
4856 2006-07-09 Richard Stallman <rms@gnu.org>
4857
4858 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
4859
4860 2006-07-09 Kim F. Storm <storm@cua.dk>
4861
4862 * CONTRIBUTE: Use outline format.
4863 Add section on copyright years (from admin/notes/years).
4864
4865 2006-07-08 Eli Zaretskii <eliz@gnu.org>
4866
4867 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
4868 to /dev/null, since we don't need the error message, just the
4869 exit status.
4870
4871 2006-07-07 Eli Zaretskii <eliz@gnu.org>
4872
4873 * CONTRIBUTE: Slight formatting changes and typo fixes.
4874 Add description of NEWS markings.
4875
4876 2006-07-07 Kim F. Storm <storm@cua.dk>
4877
4878 * CONTRIBUTE: Mention INSTALL.CVS.
4879
4880 2006-07-05 Romain Francoise <romain@orebokech.com>
4881
4882 * make-dist (top-level): Add CONTRIBUTE.
4883
4884 2006-07-04 Richard Stallman <rms@gnu.org>
4885
4886 * CONTRIBUTE: Much rewrite.
4887
4888 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
4889
4890 * CONTRIBUTE: New file.
4891
4892 2006-06-24 Eli Zaretskii <eliz@gnu.org>
4893
4894 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
4895
4896 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
4897
4898 * configure.in: Add check for ALSA.
4899
4900 2006-05-06 Eli Zaretskii <eliz@gnu.org>
4901
4902 * Makefile.in (INFO_FILES): Remove emacs-xtra.
4903
4904 * info/dir: Remove the Emacs-Xtra entry.
4905
4906 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
4907
4908 Update copyright year(s) in many files.
4909
4910 2006-04-01 Eli Zaretskii <eliz@gnu.org>
4911
4912 * configure: Regenerated.
4913
4914 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4915
4916 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4917 --without-toolkit-scroll-bars was specified.
4918
4919 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
4920
4921 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4922 to CFLAGS. Update Copyright years written to src/config.in.
4923
4924 2006-03-18 Claudio Fontana <claudio@gnu.org>
4925
4926 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4927 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4928 to be installed/uninstalled.
4929 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4930 to Info files installed by Emacs.
4931
4932 2006-03-03 Claudio Fontana <claudio@gnu.org>
4933
4934 * Makefile.in (install, uninstall): Add DESTDIR variable to
4935 support staged installations.
4936
4937 2006-02-14 Richard M. Stallman <rms@gnu.org>
4938
4939 * configure.in (s390x-*-linux-gnu*): New configuration.
4940
4941 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
4942
4943 * configure.in: Require GTK 2.4 or newer.
4944
4945 2006-01-29 Michael Olson <mwolson@gnu.org>
4946
4947 * Makefile.in (install-arch-indep, uninstall): Add ERC.
4948 * info/dir (ERC): New entry.
4949
4950 2006-01-29 Eli Zaretskii <eliz@gnu.org>
4951
4952 * info/dir: Fix last change.
4953
4954 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4955
4956 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4957
4958 2006-01-27 Eli Zaretskii <eliz@gnu.org>
4959
4960 * info/dir: Untabify the whole file.
4961 (Rcirc): New entry.
4962
4963 2006-01-12 Andreas Schwab <schwab@suse.de>
4964
4965 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4966 check.
4967
4968 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4969
4970 * configure.in: Use -Wno-pointer-sign if available.
4971
4972 2005-12-29 Andreas Schwab <schwab@suse.de>
4973
4974 * config.guess, config.sub: Updated from master source.
4975
4976 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4977
4978 * configure.in: Use amdx86-64 for freebsd on x86_64.
4979
4980 2005-11-22 Romain Francoise <romain@orebokech.com>
4981
4982 * make-dist: Add etc/images/icons.
4983
4984 2005-11-03 Andreas Schwab <schwab@suse.de>
4985
4986 * configure.in: Use GZIP_PROG instead of GZIP.
4987
4988 * Makefile.in (GZIP_PROG): Renamed from GZIP.
4989 (install-arch-indep): Adjust.
4990
4991 2005-11-01 Andreas Schwab <schwab@suse.de>
4992
4993 * Makefile.in (bootstrap): Fix dependencies for parallel build.
4994 (bootfast): Likewise.
4995
4996 2005-11-01 Romain Francoise <romain@orebokech.com>
4997
4998 * configure.in: Check for gzip.
4999
5000 * Makefile.in (install): Compress source files.
5001
5002 2005-10-24 Steven Tamm <steventamm@mac.com>
5003
5004 * configure.in: Fix darwin386 configuration issue.
5005
5006 2005-10-22 Eli Zaretskii <eliz@gnu.org>
5007
5008 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
5009
5010 2005-10-17 Bill Wohler <wohler@newt.com>
5011
5012 * make-dist: Create and populate etc/images/low-color.
5013
5014 2005-10-15 Bill Wohler <wohler@newt.com>
5015
5016 * make-dist: Create and populate etc/images/gud.
5017
5018 2005-10-08 Richard M. Stallman <rms@gnu.org>
5019
5020 * make-dist (tempparent): Don't check for 14-char file name limit.
5021
5022 2005-10-07 Romain Francoise <romain@orebokech.com>
5023
5024 * make-dist: Add etc/images/ezimage and etc/images/mail
5025 directories. Install images in etc/images.
5026
5027 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5028
5029 * configure.in: Prefer Carbon if --enable-carbon-app or
5030 --with-carbon is explicitly specified even when X11 is detected.
5031
5032 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
5033
5034 * Makefile.in (install-arch-indep, uninstall):
5035 Handle newsticker manual.
5036 (info): Add - to commands.
5037
5038 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
5039
5040 Remove the MAXPATHLEN limitations:
5041
5042 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
5043
5044 2005-09-09 Eli Zaretskii <eliz@gnu.org>
5045
5046 * configure.in <lynxsos*>: Support for LynxOS on PPC.
5047 * configure: Regenerate.
5048
5049 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
5050
5051 * config.guess, config.sub: Updated from master source.
5052
5053 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
5054
5055 * .cvsignore: Add `lock'.
5056
5057 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5058
5059 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
5060
5061 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
5062
5063 Merge gnulib getopt implementation into Emacs.
5064
5065 * Makefile.in (AUTOCONF_INPUTS): New macro.
5066 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
5067 so that these files also depend on m4/getopt.m4.
5068 * configure.in: Configure getopt by including m4/getopt.m4,
5069 and configuring a getopt replacement if necessary.
5070 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
5071 * m4/getopt.m4: New file.
5072
5073 2005-07-06 Lute Kamstra <lute@gnu.org>
5074
5075 * configure.in: Fix capitalization.
5076
5077 2005-07-04 Lute Kamstra <lute@gnu.org>
5078
5079 Update FSF's address in GPL notices.
5080
5081 2005-06-19 Jérôme Marant <jerome@marant.org>
5082
5083 * Makefile.in (epaths-force): Protect both lisppath and
5084 buildlisppath from whitespace.
5085
5086 2005-06-08 Steven Tamm <steventamm@mac.com>
5087
5088 * configure.in: Support Darwin/MacOSX on Intel.
5089
5090 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
5091
5092 * configure.in (HAVE_CANCELMENUTRACKING): New test.
5093
5094 2005-05-19 Jérôme Marant <jmarant@marant.org>
5095
5096 * configure.in: Add --enable-locallisppath.
5097
5098 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5099
5100 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
5101 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
5102 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
5103
5104 2005-05-07 Jérôme Marant <jerome@marant.org>
5105
5106 * make-dist: Remove references to makefile.nt and makefile.def.
5107 Include widgets and images subdirectories of etc. Do not exclude
5108 ldefs-boot.el.
5109
5110 2005-04-23 Andreas Schwab <schwab@suse.de>
5111
5112 * configure.in: Remove duplicate match for powerpc configuration.
5113
5114 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
5115
5116 * configure.in: Check for <pwd.h>.
5117
5118 2005-04-14 Lute Kamstra <lute@gnu.org>
5119
5120 * make-dist: Distribute all ChangeLog files in lisp/.
5121 Don't distribute ldefs-boot.el.
5122 lisp/makefile.nt no longer exists.
5123
5124 2005-04-13 Lute Kamstra <lute@gnu.org>
5125
5126 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
5127 for "no-byte-compile: t" in the file instead.
5128
5129 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5130
5131 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
5132 shadow the main Lesstif/Motif-2.1 libs and includes.
5133
5134 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
5135
5136 * configure.in: Only add XASSERTS to cppflags.
5137
5138 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
5139
5140 * configure.in: Added --enable-asserts.
5141
5142 2005-02-09 Kim F. Storm <storm@cua.dk>
5143
5144 Change release version from 21.4 to 22.1 throughout.
5145 Change development version from 21.3.50 to 22.0.50.
5146
5147 2005-01-19 Steven Tamm <steventamm@mac.com>
5148
5149 * configure.in: Check for <sys/utsname.h>.
5150
5151 2004-12-11 Kim F. Storm <storm@cua.dk>
5152
5153 * Makefile.in (info): Undo 2004-12-05 change.
5154
5155 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5156
5157 * info/dir (File): Add URL and Org Mode manuals.
5158 * Makefile.in (install-arch-indep, uninstall): Add url and org
5159 manuals.
5160
5161 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5162
5163 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
5164 committed to src/config.in.
5165
5166 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
5167
5168 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
5169 pthreads and define HAVE_GTK_AND_PTHREAD.
5170
5171 2004-12-05 Richard M. Stallman <rms@gnu.org>
5172
5173 * Makefile.in (info): Ignore errors building info files.
5174
5175 2004-11-27 Eli Zaretskii <eliz@gnu.org>
5176
5177 * config.bat: If 8-byte alignment is not supported, define
5178 NO_DECL_ALIGN in src/config.h, instead of trivially defining
5179 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
5180 filter through Sed to remove the quotes.
5181
5182 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5183
5184 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
5185 not apply to files explicitly `cvs add'ed.
5186
5187 2004-11-12 Eli Zaretskii <eliz@gnu.org>
5188
5189 * config.bat: Don't require djecho.exe for the v1.x build.
5190 Add a test for DECL_ALIGN support, and add a trivial definition to
5191 src/config.h if 8-byte alignment is not supported.
5192
5193 2004-11-08 Kim F. Storm <storm@cua.dk>
5194
5195 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
5196 files before building.
5197 (bootfast, bootstrap-clean-before-fast): New targets, like
5198 bootstrap but don't remove .elc files.
5199
5200 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
5201
5202 * configure.in: Add check for getrusage.
5203
5204 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
5205
5206 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
5207 New tests for new and old GTK file dialogs.
5208 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
5209 to no.
5210
5211 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
5212
5213 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
5214 can be set. Remove SETARCH test.
5215
5216 2004-10-08 Steven Tamm <steventamm@mac.com>
5217
5218 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
5219
5220 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
5221
5222 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
5223 AC_MSG_WARN. Move output of warning message to end of configure run.
5224
5225 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
5226
5227 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
5228 Run test to see if heap start address is random.
5229
5230 2004-09-29 Miles Bader <miles@gnu.org>
5231
5232 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
5233 if setarch is present.
5234
5235 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
5236
5237 * configure.in (HAVE_EXECSHIELD): Only define on x86.
5238
5239 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
5240
5241 * configure.in: Check for exec-shield.
5242
5243 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
5244
5245 * Makefile.in (install-arch-indep): Add pgg and sieve.
5246
5247 * info/.cvsignore: Added pgg and sieve.
5248
5249 2004-08-06 Andreas Schwab <schwab@suse.de>
5250
5251 * Makefile.in (install-arch-indep, uninstall): Add flymake.
5252
5253 2004-07-31 Eli Zaretskii <eliz@gnu.org>
5254
5255 * config.bat: Update URLs in the comments.
5256
5257 2004-07-05 Andreas Schwab <schwab@suse.de>
5258
5259 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
5260
5261 2004-06-21 Kenichi Handa <handa@m17n.org>
5262
5263 * make-dist: Link leim-ext.el into tempdir.
5264
5265 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5266
5267 * info/dir (File): Add emacs-xtra.
5268 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
5269
5270 2004-06-12 Juri Linkov <juri@jurta.org>
5271
5272 * info/dir: Move menu help lines from `* Menu:' to file header.
5273 Describe the purpose of a red *.
5274
5275 2004-05-04 Dave Love <fx@gnu.org>
5276
5277 * configure.in: Don't use `extrasub'.
5278
5279 2004-04-29 Dave Love <fx@gnu.org>
5280
5281 * configure.in: Don't forget to quote args to `test'.
5282
5283 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
5284
5285 * autogen.sh: Update filename in "please read" message.
5286
5287 2004-04-17 Richard M. Stallman <rms@gnu.org>
5288
5289 * INSTALL: Move the info about site-lisp dirs,
5290 and say uninstalled Emacs looks there too.
5291
5292 2004-04-04 Eli Zaretskii <eliz@gnu.org>
5293
5294 * config.bat (lib-src): Recognize comment lines in Makefile.in
5295 that have a TAB after the #, to avoid errors in preprocessing with
5296 GCC 3.3.3.
5297
5298 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
5299
5300 * Makefile.in: Mention in comment that `make maintainer-clean'
5301 deletes .elc files.
5302
5303 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5304
5305 * update-subdirs: Add local variables to prevent byte-compiling.
5306
5307 2004-03-21 Dave Love <fx@gnu.org>
5308
5309 * configure.in: Fix previous change.
5310
5311 2004-03-18 Dave Love <fx@gnu.org>
5312
5313 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
5314
5315 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
5316
5317 * info/dir (File): Add SMTP and SES.
5318
5319 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5320
5321 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
5322 (bootstrap): Use the new bootstrap-prepare target in lisp.
5323
5324 2004-02-18 Kim F. Storm <storm@cua.dk>
5325
5326 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
5327
5328 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5329
5330 * make-dist: Don't link index.*perm and permute-index into tempdir.
5331
5332 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5333
5334 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
5335 to match previous changes by Eli Zaretskii.
5336
5337 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
5338
5339 * Makefile.in: Set CDPATH to an empty string.
5340
5341 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5342
5343 * configure.in <darwin>: Use fink packages if available.
5344
5345 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
5346
5347 * make-dist (lispref): Do include lispref/index.texi.
5348
5349 2004-01-06 Eric Hanchrow <offby1@blarg.net>
5350
5351 * make-dist (tempdir): Include cursors in nt/icons.
5352
5353 2003-12-30 Eli Zaretskii <eliz@gnu.org>
5354
5355 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
5356 clashes with install-sh on 8+3 filesystems.
5357
5358 2003-12-24 Miles Bader <miles@gnu.org>
5359
5360 * .cvsignore: Add .arch-inventory.
5361
5362 2003-12-24 Andreas Schwab <schwab@suse.de>
5363
5364 * configure.in: Check for <sys/socket.h>. Include it before
5365 including <net/if.h>. Move check for <net/if.h> before its use.
5366
5367 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
5368
5369 * Makefile.in (install-arch-dep): Don't let cd output go into
5370 pipe for carbon_appdir.
5371
5372 2003-12-24 Andreas Schwab <schwab@suse.de>
5373
5374 * configure.in (PKG_CHECK_MODULES): Fix quoting.
5375
5376 2003-12-01 Andreas Schwab <schwab@suse.de>
5377
5378 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
5379 hardcoding gcc.
5380
5381 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
5382
5383 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
5384 multiple displays.
5385 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
5386
5387 2003-09-23 Dave Love <fx@gnu.org>
5388
5389 * configure.in: Check members of struct ifreq.
5390
5391 2003-09-14 Kim F. Storm <storm@cua.dk>
5392
5393 * configure.in: Add checks for sys/ioctl.h and net/if.h.
5394
5395 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
5396
5397 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
5398
5399 2003-08-18 Lute Kamstra <lute@gnu.org>
5400
5401 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
5402 required anymore.
5403
5404 2003-08-07 Andrew Choi <akochoi@shaw.ca>
5405
5406 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
5407 option instead of -traditional-cpp for CPP.
5408
5409 2003-07-29 Richard M. Stallman <rms@gnu.org>
5410
5411 * configure.in (HAVE_XIM): Define if XIM is available.
5412
5413 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5414
5415 * configure.in: The function gtk_window_set_icon_from_file was
5416 introduced in GTK+ 2.2, so check for that release.
5417
5418 2003-07-23 Andreas Schwab <schwab@suse.de>
5419
5420 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
5421
5422 * Makefile.in (YACC): Remove, not used.
5423 (MAINT): Don't set.
5424 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
5425 disable dependency on ${srcdir}/configure.in when maintainer mode
5426 is disabled.
5427
5428 2003-07-22 Dave Love <fx@gnu.org>
5429
5430 * configure.in: Make XRegisterIMInstantiateCallback test depend on
5431 HAVE_X11, not with_xim.
5432 (HAVE_CRTIN): Provide template.
5433 <with_png>: Test for png.h and libpng/png.h.
5434
5435 2003-07-15 Andreas Schwab <schwab@suse.de>
5436
5437 * configure.in: Temporarily leave quoting for AC_DEFINE.
5438
5439 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
5440
5441 * configure.in: Check for posix_memalign.
5442
5443 2003-07-12 Richard M. Stallman <rms@gnu.org>
5444
5445 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
5446
5447 2003-07-09 Kim F. Storm <storm@cua.dk>
5448
5449 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
5450 functionality of --without-xim.
5451
5452 2003-06-29 Dave Love <fx@gnu.org>
5453
5454 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
5455
5456 2003-06-23 Dave Love <fx@gnu.org>
5457
5458 * configure.in: Check for sys/_mbstate_t.h.
5459 Test XRegisterIMInstantiateCallback prototype.
5460 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
5461
5462 2003-06-06 Dave Love <fx@gnu.org>
5463
5464 * configure.in: Check for locale.h.
5465
5466 2003-06-05 Dave Love <fx@gnu.org>
5467
5468 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
5469 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5470 (NLIST_STRUCT): Don't define.
5471 (AH_BOTTOM): Define my_strftime.
5472
5473 2003-06-02 Richard M. Stallman <rms@gnu.org>
5474
5475 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
5476
5477 2003-05-24 Andreas Schwab <schwab@suse.de>
5478
5479 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
5480 bzero, and bcmp.
5481
5482 2003-05-22 Dave Love <fx@gnu.org>
5483
5484 * configure.in: Remove redundant test for term.h. Test for difftime.
5485
5486 2003-05-20 Dave Love <fx@gnu.org>
5487
5488 * configure.in: Append * to s390-*-linux-gnu case.
5489 (LIBMAIL) <lockfile>: Don't define.
5490
5491 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5492
5493 * INSTALL (* GNU/Linux development packages): Mention Debian and
5494 RedHat package names.
5495
5496 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
5497
5498 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5499
5500 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5501
5502 * INSTALL (* GNU/Linux development packages): Tell people to
5503 install additional packages for compiling Emacs.
5504
5505 2003-04-30 Richard M. Stallman <rms@gnu.org>
5506
5507 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5508
5509 2003-04-28 Francesco Potortì <pot@gnu.org>
5510
5511 * configure.in: Undo last (RMS') change, as it is useless, per
5512 Dave Love.
5513
5514 2003-04-08 Richard M. Stallman <rms@gnu.org>
5515
5516 * configure.in: Put #include of jpeglib.h at start of line.
5517
5518 2003-04-06 Francesco Potortì <pot@gnu.org>
5519
5520 * configure.in: Use the same configuration for all aix5, not just
5521 aix5.1.
5522
5523 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
5524
5525 * configure.in: Check for need for bigtoc support on IBM AIX for
5526 solving a linker table overflow problem.
5527
5528 2003-03-03 Rob Browning <rlb@defaultvalue.org>
5529
5530 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
5531 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
5532 over bzero, bcmp, and bcopy.
5533
5534 2003-02-23 Simon Josefsson <jas@extundo.com>
5535
5536 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
5537
5538 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
5539
5540 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
5541
5542 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
5543
5544 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
5545
5546 2003-02-08 Andreas Schwab <schwab@suse.de>
5547
5548 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
5549 instead of the substitution.
5550
5551 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5552
5553 * Makefile.in: Use @EXEEXT@ for Cygwin.
5554 Use USERNAME if LOGNAME is not set (for Cygwin).
5555
5556 * configure.in: Add opsys=cygwin.
5557
5558 2003-01-22 Andreas Schwab <schwab@suse.de>
5559
5560 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
5561 redefining it explicitly in src/config.in.
5562
5563 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
5564
5565 * Makefile.in (bootstrap): Make bootstrap-after.
5566
5567 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
5568
5569 * configure.in: Fix --with-gtk.
5570
5571 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
5572
5573 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
5574
5575 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
5576
5577 2003-01-14 Francesco Potortì <pot@gnu.org>
5578
5579 * configure.in (m68k-motorola-sysv): Remove (obsolete).
5580
5581 2003-01-07 Steven Tamm <steventamm@mac.com>
5582
5583 * configure.in: New option, --enable-carbon-app, to specify
5584 that the application should be installed
5585 * Makefile.in (install-arch-dep): On Mac OS X, install the
5586 Emacs.app application if carbon-app is enabled.
5587
5588 2003-01-06 Dave Love <fx@gnu.org>
5589
5590 * configure.in: Check for nl_langinfo.
5591 [!HAVE_SIZE_T]: Fix typedef.
5592
5593 2003-01-06 David Kastrup <dak@gnu.org>
5594
5595 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
5596
5597 * configure.in: Add tests for install-info.
5598
5599 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
5600
5601 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
5602 use again sol2-6 instead of sol2-8.
5603
5604 2002-12-09 Dave Love <fx@gnu.org>
5605
5606 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
5607
5608 2002-12-08 Andreas Schwab <schwab@suse.de>
5609
5610 * Makefile.in (install-arch-indep): Revert last change.
5611
5612 2002-11-27 Dave Love <fx@gnu.org>
5613
5614 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
5615 Check for __sys_siglist too. Check for memset.
5616 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
5617
5618 2002-11-22 Juanma Barranquero <lektu@terra.es>
5619
5620 * config.guess, config.sub: Updated from master source.
5621
5622 2002-11-19 Karl Fogel <kfogel@red-bean.com>
5623
5624 * autogen.sh: New file.
5625
5626 2002-11-18 Dave Love <fx@gnu.org>
5627
5628 * configure.in: Tidy up various quoting issues throughout.
5629 Use AC_GNU_SOURCE.
5630 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
5631 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5632 Maybe define bcopy, bzero, bcmp.
5633 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5634 non-existent machine file).
5635 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5636 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5637 (nlist.h): Move test up.
5638
5639 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
5640
5641 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
5642
5643 2002-11-14 Francesco Potortì <pot@gnu.org>
5644
5645 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
5646
5647 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5648
5649 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5650
5651 2002-11-08 Dave Love <fx@gnu.org>
5652
5653 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5654 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5655
5656 2002-11-07 Miles Bader <miles@gnu.org>
5657
5658 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5659 Handle separate-build-dir case.
5660
5661 2002-11-06 Richard M. Stallman <rms@gnu.org>
5662
5663 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5664 bulletproof. $bar may be empty when there are no .elc files.
5665
5666 2002-10-30 Dave Love <fx@gnu.org>
5667
5668 * configure.in: Require autoconf 2.53. Test for pty.h,
5669 sys/mman.h, sys/param.h, mremap, memmove.
5670 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
5671 (AC_PROG_YACC): Delete.
5672 (size_t): Use AC_CHECK_TYPES.
5673 (AH_TOP): Up-date copyright.
5674
5675 2002-10-01 Juanma Barranquero <lektu@terra.es>
5676
5677 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5678
5679 2002-09-19 Richard M. Stallman <rms@gnu.org>
5680
5681 * configure.in: Fix the LessTif-directory-finder for real.
5682
5683 2002-09-14 Richard M. Stallman <rms@gnu.org>
5684
5685 * Makefile.in (maybe_bootstrap): Test for complete absence
5686 of compiled Lisp files.
5687
5688 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5689
5690 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5691 (bootstrap-clean-after): Delete.
5692 (bootstrap): Make the sequencing explicit.
5693
5694 2002-09-10 Richard M. Stallman <rms@gnu.org>
5695
5696 * configure.in: Fix previous LessTif change.
5697
5698 2002-09-09 Richard M. Stallman <rms@gnu.org>
5699
5700 * configure.in (powerpcle-*-solaris2.5*): New configuration.
5701 (powerpcle-*-solaris*): Use version 2.6 as default.
5702 (*-sunos5.6*, *-solaris2.6*): New alternative.
5703 (*-sunos5*): Use version 2.6 as default.
5704
5705 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5706
5707 * configure.in: Fix typo.
5708
5709 2002-09-05 Richard M. Stallman <rms@gnu.org>
5710
5711 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5712
5713 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5714 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5715
5716 2002-08-26 Kim F. Storm <storm@cua.dk>
5717
5718 * Makefile.in (install-arch-indep): Do not remove DOC file
5719 when it is the only DOC file installed; this is the case when
5720 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
5721
5722 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
5723
5724 * configure.in: Fix typo.
5725
5726 2002-07-24 Richard M. Stallman <rms@gnu.org>
5727
5728 * configure.in: Don't print anything special about gamedir.
5729
5730 * configure.in: Delete nonstandard --with-game-user option.
5731
5732 2002-07-21 Richard M. Stallman <rms@gnu.org>
5733
5734 * Makefile.in (gamedir, localstatedir): New variables.
5735 (epaths-force): Insert value of gamedir into PATH_GAME.
5736
5737 * configure.in (gamedir): Handle it like lispdir.
5738 (--with-game-dir option): Delete.
5739
5740 2002-06-21 Pavel Janík <Pavel@Janik.cz>
5741
5742 * configure.in: Add support for mipseb-*-netbsd* machines.
5743
5744 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5745
5746 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5747
5748 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5749
5750 * info/dir (File): Add an entry for Tramp.
5751
5752 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5753
5754 * INSTALL-CVS: New file.
5755
5756 2002-06-07 Andreas Schwab <schwab@suse.de>
5757
5758 * configure.in (x86_64-*-linux-gnu*): New system.
5759
5760 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
5761
5762 * config.bat: Handle the case when lispintro is truncated to lispintr.
5763
5764 2002-05-26 Paul Eggert <eggert@twinsun.com>
5765
5766 * config.guess, config.sub: Updated from master source.
5767
5768 2002-05-09 Richard M. Stallman <rms@gnu.org>
5769
5770 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5771
5772 2002-05-04 Pavel Janík <Pavel@Janik.cz>
5773
5774 * make-dist: Do not distribute lock/ directory.
5775
5776 2002-04-30 Andrew Choi <akochoi@shaw.ca>
5777
5778 * configure.in: Provide documentation string when defining
5779 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5780 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5781
5782 2002-04-29 Colin Walters <walters@verbum.org>
5783
5784 * configure.in: Delete configure check for access to the game user.
5785
5786 2002-04-29 Pavel Janík <Pavel@Janik.cz>
5787
5788 * make-dist: lwlib/Imakefile is removed.
5789
5790 2002-04-26 Andrew Choi <akochoi@shaw.ca>
5791
5792 * configure.in: Add support for powerpc-apple-darwin*.
5793 (HAVE_CARBON): Add.
5794
5795 * make-dist: Create directories in mac/Emacs.app.
5796
5797 2002-04-25 Pavel Janík <Pavel@Janik.cz>
5798
5799 * make-dist: lwlib-Xol* are removed.
5800
5801 2002-04-23 Andreas Schwab <schwab@suse.de>
5802
5803 * Makefile.in (MAINT): New variable.
5804 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
5805 instead of configure.in, to avoid running autoconf and autoheader
5806 unless explicitly requested.
5807
5808 2002-04-16 Eli Zaretskii <eliz@gnu.org>
5809
5810 * config.bat: Update for msdos/sed2v2.inp.
5811
5812 2002-04-15 Andreas Schwab <schwab@suse.de>
5813
5814 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
5815 * configure.in: Add config header templates to all AC_DEFINE and
5816 AC_DEFINE_UNQUOTED symbols.
5817 * make-dist: Run autoheader if necessary.
5818
5819 2002-04-10 Colin Walters <walters@verbum.org>
5820
5821 * configure.in: Add --game-dir, --game-user. Test to see if we
5822 can use them.
5823
5824 2002-04-08 Pavel Janík <Pavel@Janik.cz>
5825
5826 * configure.in: Add --with-sound.
5827
5828 2002-03-18 Kim F. Storm <storm@cua.dk>
5829
5830 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
5831 and getsockname functions. Test for sys/un.h include file.
5832
5833 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5834
5835 * configure.in: Support AIX 5.1.
5836
5837 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
5838
5839 * configure.in: Added test for X Session Management (HAVE_X_SM).
5840
5841 2002-03-03 Richard M. Stallman <rms@gnu.org>
5842
5843 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
5844 Run chown $${LOGNAME} on files installed by tar xvf.
5845
5846 2002-03-03 Kim F. Storm <storm@cua.dk>
5847
5848 * configure.in: Test for getpeername.
5849
5850 2002-03-01 Richard M. Stallman <rms@gnu.org>
5851
5852 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
5853 (HAVE_GIF): Don't use old libungif versions that crash.
5854
5855 2002-02-26 Richard M. Stallman <rms@gnu.org>
5856
5857 * configure.in <making srcdir absolute>: Verify that PWD is correct,
5858 not just well-formed and valid.
5859 (mips-compaq-nonstopux*): New configuration.
5860
5861 2002-02-18 Paul Eggert <eggert@twinsun.com>
5862
5863 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
5864 "sed q" is a portable equivalent to plain "head -1".
5865
5866 2002-02-13 Richard M. Stallman <rms@gnu.org>
5867
5868 * Makefile.in (maybe_bootstrap): Do `exit 1'.
5869 (all): Don't depend on maybe_bootstrap here.
5870 (${SUBDIR}): Depend on it here instead.
5871
5872 2002-02-08 Richard M. Stallman <rms@gnu.org>
5873
5874 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
5875
5876 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5877
5878 * configure.in: Recognize BSD/OS 5.0.
5879
5880 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5881
5882 * make-dist: Make version checking in emacs.texi consistent with
5883 how we set it there.
5884
5885 2001-12-29 Kim F. Storm <storm@cua.dk>
5886
5887 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
5888
5889 2001-12-28 Richard M. Stallman <rms@gnu.org>
5890
5891 * configure.in: Test for mbsinit.
5892
5893 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5894
5895 These changes make Leim part of the standard distribution:
5896
5897 * README: Add info about the `leim' directory.
5898
5899 * INSTALL: Remove text that describes Leim as a separate package.
5900
5901 * noleim-Makefile.in: File removed.
5902
5903 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5904 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
5905 Leim files out of the Emacs tree. Don't prepare a separate tarball
5906 for Leim.
5907
5908 2001-12-11 Richard M. Stallman <rms@gnu.org>
5909
5910 * configure.in (hppa*-*-linux-gnu*): New alternative.
5911
5912 2001-12-08 Pavel Janík <Pavel@Janik.cz>
5913
5914 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5915 creating distribution.
5916
5917 2001-12-06 Paul Eggert <eggert@twinsun.com>
5918
5919 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5920 (AC_FUNC_VFORK): Remove.
5921 (AC_FUNC_FORK): Add.
5922 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5923 this is required by recent Autoconf versions.
5924
5925 2001-12-02 Pavel Janík <Pavel@Janik.cz>
5926
5927 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5928 TODO, vms-pp.trans and others).
5929
5930 2001-11-29 Pavel Janík <Pavel@Janik.cz>
5931
5932 * make-dist: Use COPYING from the top-level directory.
5933
5934 2001-11-29 Gerd Moellmann <gerd@gnu.org>
5935
5936 * configure.in: Add support for FreeBSD/Alpha.
5937
5938 2001-11-29 Pavel Janík <Pavel@Janik.cz>
5939
5940 * make-dist: Add COPYING to the top-level directory of the
5941 distribution. Simplify the logic behind copying.
5942
5943 * Makefile.in (maybe_bootstrap): Fix previous change.
5944
5945 2001-11-28 Richard M. Stallman <rms@gnu.org>
5946
5947 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5948
5949 2001-11-26 Richard M. Stallman <rms@gnu.org>
5950
5951 * Makefile.in: bootstrap should not delete dumped executables.
5952 (bootstrap-clean-before): New target.
5953 (bootstrap): Use bootstrap-clean-before instead of clean.
5954 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
5955
5956 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
5957
5958 These changes add the Emacs Lisp Introduction manual to the
5959 distribution:
5960
5961 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5962
5963 * make-dist: Copy the files in lispintro directory.
5964
5965 * config.bat: Configure in the lispintro directory.
5966
5967 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
5968
5969 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
5970 (lispintro/Makefile): New target.
5971 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
5972 (unlock, relock, info, dvi): Ditto.
5973
5974 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5975
5976 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
5977
5978 * make-dist (etc): Don't distribute gfdl.1.
5979
5980 2001-11-22 Colin Walters <walters@debian.org>
5981
5982 * Makefile.in (install-arch-indep): Install the calc .info files.
5983 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5984
5985 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5986
5987 * make-dist (lispref): Add *.txt, *.el, permute-index, and
5988 tindex.pl to the list of those being put into the distribution.
5989
5990 2001-11-16 Eli Zaretskii <eliz@gnu.org>
5991
5992 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
5993
5994 2001-11-15 Pavel Janík <Pavel@Janik.cz>
5995
5996 * Makefile.in (uninstall): Fix previous change.
5997
5998 * configure.in, Makefile.in: Add support for --program-prefix,
5999 --program-suffix and --program-transform-name options.
6000
6001 2001-11-13 Pavel Janík <Pavel@Janik.cz>
6002
6003 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
6004 (install-arch-indep): Install emacsclient manual page.
6005 (uninstall): Uninstall emacsclient manual page.
6006
6007 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
6008
6009 * make-dist: Add lispref/index.*perm files to the distribution.
6010 From Pavel Janík <Pavel@Janik.cz>.
6011
6012 2001-11-12 Pavel Janík <Pavel@Janik.cz>
6013
6014 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
6015
6016 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6017
6018 * configure.in: AC_OUTPUT lispref/Makefile.
6019
6020 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6021
6022 The following changes add the ELisp reference manual to the
6023 distribution.
6024
6025 * make-dist: Add the lispref directory to the distribution.
6026
6027 * Makefile.in (install-arch-indep): Add elisp* to the list of
6028 installed Info files.
6029 (SUBDIR_MAKEFILES): Add lispref/Makefile.
6030 (lispref/Makefile): New target.
6031 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
6032 Add commands for the lispref directory.
6033 (info, dvi): Ditto.
6034
6035 * config.bat: Configure in `lispref'.
6036
6037 2001-11-09 Richard M. Stallman <rms@gnu.org>
6038
6039 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
6040
6041 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
6042
6043 * make-dist (tempdir): Copy AUTHORS as well.
6044
6045 2001-11-06 Sam Steingold <sds@gnu.org>
6046
6047 * configure.in: Added a check for <nlist.h>.
6048
6049 2001-11-01 Pavel Janík <Pavel@Janik.cz>
6050
6051 * configure.in: Reindent --help output.
6052 From Per Starbäck (starback@ling.uu.se).
6053
6054 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6055
6056 * configure.in: New entry for HP/UX-11.
6057
6058 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
6059 From Eric S. Raymond <esr@golux.thyrsus.com>.
6060
6061 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6062
6063 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
6064 <athornton@sinenomine.net>.
6065
6066 2001-10-25 Gerd Moellmann <gerd@gnu.org>
6067
6068 * Makefile.in (maybe_bootstrap): New target.
6069 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
6070
6071 2001-10-24 Ken Raeburn <raeburn@gnu.org>
6072
6073 * configure.in: If --with-hesiod is given, look for
6074 hes_getmailhost and res_send or __res_send; check hesiod and
6075 resolv libraries respectively if system libraries don't supply them.
6076
6077 2001-10-24 Gerd Moellmann <gerd@gnu.org>
6078
6079 * configure.in: Use $MAKE for `make' if set.
6080
6081 2001-10-22 Gerd Moellmann <gerd@gnu.org>
6082
6083 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
6084 to tar options.
6085
6086 2001-10-20 Gerd Moellmann <gerd@gnu.org>
6087
6088 * (Version 21.1 released).
6089
6090 2001-10-20 Miles Bader <miles@gnu.org>
6091
6092 * configure.in (configuration): Set from `host' if `host_alias'
6093 isn't defined.
6094
6095 2001-10-19 Andreas Schwab <schwab@suse.de>
6096
6097 * configure.in: Make ready for autoconf 2.5x.
6098 (AC_PREREQ): Require autoconf 2.50.
6099 * aclocal.m4: Removed.
6100 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
6101
6102 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6103
6104 * README: Bump Emacs version to 21.1.50.
6105
6106 2001-10-05 Gerd Moellmann <gerd@gnu.org>
6107
6108 * Branch for 21.1.
6109
6110 2001-09-05 Gerd Moellmann <gerd@gnu.org>
6111
6112 * configure.in: Avoid `$@' which is handled specially in
6113 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
6114
6115 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
6116
6117 * make-dist (nt): Add subdirs.el to the list of distributed files.
6118
6119 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6120
6121 * configure.in (machine): Add an entry for
6122 hppa1.1-hitachi-hiuxwe2*.
6123
6124 2001-05-28 Gerd Moellmann <gerd@gnu.org>
6125
6126 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
6127 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
6128
6129 2001-05-14 Gerd Moellmann <gerd@gnu.org>
6130
6131 * make-dist: Copy texinfo.tex unconditionally.
6132
6133 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6134
6135 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
6136 that are installed.
6137
6138 2001-04-06 Gerd Moellmann <gerd@gnu.org>
6139
6140 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
6141 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
6142
6143 * make-dist: Handle leim/MISC-DIC. Only include
6144 `[a-zA-Z]*.{el,elc}' from leim/quail.
6145
6146 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6147
6148 * Makefile.in (install-arch-indep): Remove .cvsignore files.
6149
6150 2001-03-30 Gerd Moellmann <gerd@gnu.org>
6151
6152 * Makefile.in (.PHONY): Add for bootstrap targets.
6153 (bootstrap-clean): New target.
6154 (bootstrap): Use it instead of `clean'.
6155
6156 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
6157
6158 * Makefile.in (SUBDIR): Remove leim.
6159 (all, .RECURSIVE, extraclean): Add leim explicitly.
6160 (leim): Provide separate rule which exports PARALLEL=0 into the
6161 environment.
6162
6163 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6164
6165 * configure.in (HAVE_XPM): Don't print the result of the check for
6166 XpmReturnAllocPixels if we don't have an xpm.h.
6167
6168 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6169
6170 * COPYING: New file.
6171
6172 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6173
6174 * config.bat: Update the copyright.
6175
6176 2001-02-23 Kenichi Handa <handa@etl.go.jp>
6177
6178 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
6179 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
6180 to `yes'. Later in AC_OUTPUT, check this variable.
6181
6182 2001-02-09 Dave Love <fx@gnu.org>
6183
6184 * AUTHORS: Updated.
6185
6186 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6187
6188 * info/dir (Ebrowse): Fix the entry (was missing a dot).
6189
6190 2001-02-02 Gerd Moellmann <gerd@gnu.org>
6191
6192 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
6193
6194 * Makefile.in (uninstall): Ignore exit code of `rm'.
6195
6196 * Makefile.in (uninstall): Remove more info files. Remove
6197 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
6198
6199 2001-01-31 Gerd Moellmann <gerd@gnu.org>
6200
6201 * noleim-Makefile.in (extraclean): Add.
6202
6203 2001-01-28 Gerd Moellmann <gerd@gnu.org>
6204
6205 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
6206 it quiet.
6207
6208 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
6209
6210 * Makefile.in (tags): Fix typo.
6211
6212 2001-01-13 Kenichi Handa <handa@etl.go.jp>
6213
6214 * configure.in: Fix typo in the code setting x_search_path.
6215
6216 2001-01-10 Dave Love <fx@gnu.org>
6217
6218 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
6219 -lXext.
6220 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
6221 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
6222 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
6223 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
6224 (now in $LIBS).
6225
6226 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6227
6228 * config.bat: Run the preprocessor with -traditional.
6229
6230 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
6231
6232 * INSTALL: Move copying conditions to end of file.
6233
6234 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6235
6236 * INSTALL: Add basic installation procedure which assumes
6237 `configure' does its job. Elaborate on image support libraries.
6238 Add a pointer to Xaw3d library. Add advice about solving
6239 configure-time problems by looking in config.log and setting
6240 variables in the environment.
6241
6242 2000-12-27 Gerd Moellmann <gerd@gnu.org>
6243
6244 * Makefile.in (install-arch-indep): If tar fails, exit with
6245 exit code 1.
6246
6247 2000-12-19 Gerd Moellmann <gerd@gnu.org>
6248
6249 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
6250 source file includes XKBlib.h. On some broken Solaris systems,
6251 there is an XKBlib.h, reportedly, but header files included by
6252 XKBlib.h are missing.
6253
6254 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6255
6256 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
6257
6258 2000-12-11 Dave Love <fx@gnu.org>
6259
6260 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
6261
6262 2000-12-11 Paul Eggert <eggert@twinsun.com>
6263
6264 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
6265 Merge fixes from latest GNU tar version. These macros no longer
6266 futz with _XOPEN_SOURCE, as that was not portable in practice.
6267 (AC_FUNC_FSEEKO): New macro.
6268
6269 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
6270 ftello.
6271
6272 2000-12-05 Dave Love <fx@gnu.org>
6273
6274 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
6275
6276 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6277
6278 * info/dir: Change the category to "Emacs".
6279
6280 2000-12-01 Gerd Moellmann <gerd@gnu.org>
6281
6282 * make-dist (tempdir): Remove epaths.h from the distribution
6283 instead of paths.h.
6284
6285 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6286
6287 * config.bat: Check for existence of djecho.exe, and print an
6288 error message if it is not available.
6289
6290 * INSTALL: Describe possible problem with djecho.exe in old
6291 versions of DJGPP v2.x.
6292
6293 2000-11-23 Gerd Moellmann <gerd@gnu.org>
6294
6295 * configure.in: Initialize HAVE_LIBXP to no.
6296
6297 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6298
6299 * configure.in: Use m/macppc.h instead of the non-existent
6300 m/powerpc.h.
6301
6302 2000-11-21 Gerd Moellmann <gerd@gnu.org>
6303
6304 * Makefile.in (install-arch-indep): Also install info/eshell*
6305 and info/speedbar*.
6306
6307 * configure.in (HAVE_PNG): Check for the presence of
6308 png_get_channels to rule out older PNG libs.
6309
6310 * configure.in (AC_OUTPUT): Arrange to emit definitions of
6311 GCC and NON_GNU_CPP into config.status.
6312
6313 2000-11-20 Dave Love <fx@gnu.org>
6314
6315 * configure.in: Fix last change.
6316
6317 * GETTING.GNU.SOFTWARE: Deleted.
6318 * FTP: New file to replace it.
6319 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
6320
6321 2000-11-20 Gerd Moellmann <gerd@gnu.org>
6322
6323 * configure.in: Use -traditional with GNU cpp.
6324
6325 2000-11-17 Gerd Moellmann <gerd@gnu.org>
6326
6327 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
6328 Distribute more files from the nt/ subdir. Distribute PBM
6329 image files from subdirs of lisp/. Distribute old change logs
6330 from subdirs of lisp/. Distribute play/5x5.el.
6331
6332 2000-11-11 Dave Love <fx@gnu.org>
6333
6334 * config.sub, config.guess: Updated from master source.
6335
6336 2000-11-07 Dave Love <fx@gnu.org>
6337
6338 * configure.in: Test for mkstemp.
6339
6340 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
6341
6342 * info/dir (Top): Rearrange menu items more logically, and put
6343 them into a single category. Add menu items for RefTeX and
6344 Widget.
6345
6346 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6347
6348 * Makefile.in (install-arch-indep): Use --info-dir instead of
6349 --dir-file, and a simple argument instead of --info-file, so that
6350 the Debian version of install-info also works.
6351
6352 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
6353
6354 * info/dir (Speedbar): Add entry.
6355
6356 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6357
6358 * INSTALL: Describe the new image-support options to the configure
6359 script. List URLs where image support libraries can be found.
6360
6361 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
6362
6363 * info/dir (Top): Add an entry for Eshell.
6364
6365 2000-10-02 Dave Love <fx@gnu.org>
6366
6367 * configure.in: Check for gai_strerror.
6368
6369 2000-10-01 Andreas Schwab <schwab@suse.de>
6370
6371 * Makefile.in (install-arch-indep): Update list of installed info files.
6372
6373 2000-09-30 Gerd Moellmann <gerd@gnu.org>
6374
6375 * configure.in: Support `sparc*-*-netbsd*'.
6376
6377 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6378
6379 * info/dir (MIME): Add entry for emacs-mime.
6380
6381 2000-09-29 Dave Love <fx@gnu.org>
6382
6383 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
6384
6385 2000-09-26 Gerd Moellmann <gerd@gnu.org>
6386
6387 * make-dist: Adapt to the change of leim/Makefile which was
6388 necessary to ensure a reasonably working `make dist'.
6389
6390 * leim-Makefile.in: Moved to leim/Makefile.in..
6391
6392 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
6393
6394 2000-09-21 Kenichi Handa <handa@etl.go.jp>
6395
6396 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
6397 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
6398 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
6399 files to .elc.
6400 (${TIT}): Adjusted for the above change.
6401 (clean mostlyclean): Likewise.
6402 (.el.elc): New target.
6403
6404 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6405
6406 * make-dist: Include XPM and XBM files in lisp/ and subdirs
6407 in the distribution.
6408
6409 2000-09-18 Gerd Moellmann <gerd@gnu.org>
6410
6411 * make-dist (skk): Rename to `ja-dic' because the leim directory
6412 was renamed.
6413
6414 2000-09-14 Dave Love <fx@gnu.org>
6415
6416 * configure.in: Fix spurion in last change.
6417
6418 2000-09-14 Gerd Moellmann <gerd@gnu.org>
6419
6420 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
6421 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
6422 to `no' if defined. Change result report.
6423
6424 2000-09-08 Dave Love <fx@gnu.org>
6425
6426 * configure.in: Remove spurious `@'s.
6427
6428 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
6429 autoconf.
6430
6431 2000-09-06 Gerd Moellmann <gerd@gnu.org>
6432
6433 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
6434 file and print informational message.
6435
6436 * configure.in (AC_FUNC_MMAP): Add.
6437
6438 2000-09-01 Gerd Moellmann <gerd@gnu.org>
6439
6440 * configure.in: Add ``checking'' messages for
6441 XpmReturnAllocPixels.
6442
6443 2000-08-28 Gerd Moellmann <gerd@gnu.org>
6444
6445 * configure.in: Check <strings.h>; check `index' and `rindex'
6446 functions.
6447
6448 2000-08-26 Kenichi Handa <handa@etl.go.jp>
6449
6450 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
6451 "case "${canonical}" in".
6452
6453 2000-08-25 Dave Love <fx@gnu.org>
6454
6455 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
6456
6457 2000-08-25 Kenichi Handa <handa@etl.go.jp>
6458
6459 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
6460
6461 2000-08-24 Gerd Moellmann <gerd@gnu.org>
6462
6463 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
6464 contains a relative path. Protect against unusable values of $PWD.
6465
6466 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6467
6468 * info/dir (WoMan): Add entry.
6469
6470 * config.bat (maindir): Update src/_gdbinit even if it does
6471 already exist.
6472
6473 2000-08-07 Gerd Moellmann <gerd@gnu.org>
6474
6475 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
6476
6477 2000-08-03 Gerd Moellmann <gerd@gnu.org>
6478
6479 * configure.in: Add support for ia64*-*-linux*.
6480
6481 2000-07-27 Gerd Moellmann <gerd@gnu.org>
6482
6483 * make-dist (aclocal.m4): Include in distribution.
6484
6485 2000-07-26 Dave Love <fx@gnu.org>
6486
6487 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
6488
6489 2000-07-24 Dave Love <fx@gnu.org>
6490
6491 * configure.in: Add AC_SIZE_T.
6492
6493 2000-07-18 Dave Love <fx@gnu.org>
6494
6495 * configure.in: Reorder so that most tests are done after CPPFLAGS
6496 is set from the C_SWITCH_... definitions.
6497
6498 2000-07-10 Gerd Moellmann <gerd@gnu.org>
6499
6500 * configure.in (HAVE_XPM): Undo previous change. Check for
6501 preprocessor define XpmReturnAllocPixels.
6502
6503 2000-07-06 Gerd Moellmann <gerd@gnu.org>
6504
6505 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
6506 instead of XpmReadFileToPixmap.
6507
6508 2000-07-05 Ken Raeburn <raeburn@gnu.org>
6509
6510 * configure.in: Check for <soundcard.h>. Look for ossaudio
6511 library, and set LIBSOUND accordingly.
6512
6513 2000-07-05 Dave Love <fx@gnu.org>
6514
6515 * configure.in: Use AC_HEADER_SYS_WAIT.
6516
6517 2000-07-05 Gerd Moellmann <gerd@gnu.org>
6518
6519 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
6520 lisp/Makefile. Distribute lisp/Makefile.in instead of
6521 lisp/Makefile.
6522
6523 2000-06-30 Ken Raeburn <raeburn@gnu.org>
6524
6525 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
6526 while searching for image-handling libraries.
6527
6528 2000-06-26 Gerd Moellmann <gerd@gnu.org>
6529
6530 * configure.in (--with-xim): New option.
6531
6532 2000-06-23 Dave Love <fx@gnu.org>
6533
6534 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
6535 for struct timezone and test how we can call gettimeofday.
6536 Check for OSF 5+. Check for term.h.
6537
6538 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
6539 version.
6540
6541 2000-06-23 Gerd Moellmann <gerd@gnu.org>
6542
6543 * configure.in (HAVE_LIBXP): Change test for libXp.
6544
6545 2000-06-21 Dave Love <fx@gnu.org>
6546
6547 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
6548 simple test for getloadavg and substitute GETLOADAVG_LIBS.
6549 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
6550
6551 2000-06-19 Dave Love <fx@gnu.org>
6552
6553 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
6554 _XOPEN_SOURCE is defined.
6555
6556 2000-06-16 Gerd Moellmann <gerd@gnu.org>
6557
6558 * Makefile.in (distclean): Also make distclean in lisp/.
6559
6560 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6561
6562 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
6563
6564 2000-06-15 Gerd Moellmann <gerd@gnu.org>
6565
6566 * make-dist: Add --help and --snapshot options.
6567
6568 2000-06-14 Gerd Moellmann <gerd@gnu.org>
6569
6570 * configure.in: Generate lisp/Makefile.
6571
6572 * configure.in: Add support for `*-lynxos*'.
6573 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
6574 recommended by <Karen.Dorhamer@compaq.com> to fix problems
6575 on Tru64 UNIX v5.0.
6576
6577 2000-06-13 Ken Raeburn <raeburn@gnu.org>
6578
6579 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
6580 it's on a continuation line.
6581
6582 2000-06-02 Dave Love <fx@gnu.org>
6583
6584 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
6585 files.
6586
6587 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
6588 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
6589 test.
6590
6591 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
6592 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
6593
6594 2000-05-26 Gerd Moellmann <gerd@gnu.org>
6595
6596 * configure.in: Add check for speed_t typedef.
6597
6598 2000-05-25 Ken Raeburn <raeburn@gnu.org>
6599
6600 * Makefile.in (install-arch-dep): Install fns-*.el only if it
6601 exists; it won't in the CANNOT_DUMP case.
6602
6603 2000-05-25 Gerd Moellmann <gerd@gnu.org>
6604
6605 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
6606 On FreeBSD, the exit status is 1 if CDPATH is not set.
6607 (install-arch-indep): Install ebrowse.info.
6608
6609 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
6610
6611 * configure.in: Check for grandpt and getpt.
6612
6613 2000-05-09 Dave Love <fx@gnu.org>
6614
6615 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6616
6617 2000-05-05 Gerd Moellmann <gerd@gnu.org>
6618
6619 * make-dist: Make a link for lib-src/grep-changelog.
6620 Copy install-sh.
6621
6622 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
6623
6624 * config.bat: Identify the beginning of the cpp stuff in
6625 src/Makefile.in and lib-src/Makefile.in more accurately.
6626
6627 2000-04-27 Gerd Moellmann <gerd@gnu.org>
6628
6629 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6630
6631 2000-04-19 Gerd Moellmann <gerd@gnu.org>
6632
6633 * configure.in: Add support for `powerpc-*-netbsd*'.
6634
6635 2000-04-19 Dave Love <fx@gnu.org>
6636
6637 * configure.in: Don't use AC_FUNC_GETLOADAVG.
6638
6639 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6640
6641 2000-04-16 Dave Love <fx@gnu.org>
6642
6643 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
6644
6645 2000-04-14 Dave Love <fx@gnu.org>
6646
6647 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
6648
6649 * aclocal.m4 (AC_FUNC_MKTIME): New.
6650
6651 2000-03-28 Ken Raeburn <raeburn@gnu.org>
6652
6653 * configure.in: Line up "--help" output a little better.
6654
6655 2000-03-26 Gerd Moellmann <gerd@gnu.org>
6656
6657 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6658 New targets.
6659 (bootstrap): Rewritten in terms of the new targets above. Make
6660 info files, too.
6661
6662 2000-03-12 Gerd Moellmann <gerd@gnu.org>
6663
6664 * config.guess, config.sub: Use the versions of the files from
6665 subversions.
6666
6667 2000-03-08 Dave Love <fx@gnu.org>
6668
6669 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6670 AC_C_VOLATILE. Define POINTER_TYPE.
6671
6672 * aclocal.m4: New file.
6673
6674 2000-03-02 Gerd Moellmann <gerd@gnu.org>
6675
6676 * configure.in (machine): Add `mipsel-*-netbsd*' and
6677 `arm-*-netbsd*'.
6678
6679 2000-03-01 Gerd Moellmann <gerd@gnu.org>
6680
6681 * configure.in (machine): Add support for `*-auspex-sunos*'.
6682
6683 2000-02-29 Gerd Moellmann <gerd@gnu.org>
6684
6685 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6686
6687 2000-02-18 Dave Love <fx@gnu.org>
6688
6689 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6690
6691 2000-02-18 Andreas Schwab <schwab@suse.de>
6692
6693 * Makefile.in (install-arch-indep): Add eudc to list of installed
6694 info files.
6695
6696 2000-02-17 Ken Raeburn <raeburn@gnu.org>
6697
6698 * configure.in: Include -lz and -ljpeg (if it's available) when
6699 testing for the tiff library.
6700
6701 2000-02-17 Gerd Moellmann <gerd@gnu.org>
6702
6703 * configure.in: Remove LISP_FLOAT_TYPE.
6704
6705 2000-02-12 Dave Love <fx@gnu.org>
6706
6707 * configure.in: Use AC_FUNC_VFORK.
6708
6709 2000-02-01 Gerd Moellmann <gerd@gnu.org>
6710
6711 * make-dist: Various fixes for new development tree.
6712
6713 * leim-Makefile.in: New file.
6714
6715 2000-01-31 Gerd Moellmann <gerd@gnu.org>
6716
6717 * Makefile.in (dist): Call ./make-dist.
6718
6719 2000-01-24 Dave Love <fx@gnu.org>
6720
6721 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6722
6723 2000-01-18 Gerd Moellmann <gerd@gnu.org>
6724
6725 * configure.in (HAVE_GIF): Check for DGifOpen instead of
6726 DGifOpenFileName.
6727
6728 2000-01-11 Andreas Schwab <schwab@suse.de>
6729
6730 * Makefile.in (install-arch-indep): Update list of info files to
6731 be installed.
6732
6733 2000-01-05 Dave Love <fx@gnu.org>
6734
6735 * configure.in: Check for jerror.h as well as libjpeg.
6736
6737 2000-01-03 Andreas Schwab <schwab@suse.de>
6738
6739 * Makefile.in (install-arch-indep): Install autotype*. Run
6740 install-info on autotype and emacs-faq.info.
6741
6742 1999-12-04 Dave Love <fx@gnu.org>
6743
6744 * Makefile.in (install-arch-indep): Depend on `info'.
6745 (install-strip): Use `install' as sub-make target.
6746
6747 1999-11-23 Ken Raeburn <raeburn@gnu.org>
6748
6749 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6750 didn't need to be deleted. Check for the k5crypto library as well
6751 as the crypto library; MIT Kerberos 1.1 changed the name.
6752
6753 1999-11-18 Dave Love <fx@gnu.org>
6754
6755 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6756
6757 1999-11-11 Erik Naggum <erik@naggum.no>
6758
6759 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6760
6761 1999-11-08 Dave Love <fx@gnu.org>
6762
6763 * configure.in: Fix change for --with-pop default.
6764
6765 1999-11-04 Dave Love <fx@gnu.org>
6766
6767 * configure.in: Default to --with-pop. Change sense of with-gcc
6768 and with-toolkit-scroll-bars messages to reflect the defaults.
6769
6770 1999-11-01 Gerd Moellmann <gerd@gnu.org>
6771
6772 * INSTALL: Mention the Emacs Lisp Reference.
6773
6774 1999-10-27 Noah Friedman <friedman@splode.com>
6775
6776 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6777
6778 1999-10-23 Gerd Moellmann <gerd@gnu.org>
6779
6780 * Makefile.in (bootstrap): New target.
6781
6782 1999-10-19 Paul Eggert <eggert@twinsun.com>
6783
6784 Add support for large files. Merge glibc 2.1.2.
6785
6786 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6787 (HAVE_TM_GMTOFF): New symbol.
6788 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6789 mbrlen, strsignal.
6790 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6791
6792 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6793
6794 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6795 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6796
6797 1999-10-09 Richard M. Stallman <rms@gnu.org>
6798
6799 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
6800 Unset CDPATH to prevent cd from generating output.
6801
6802 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
6803
6804 * update-subdirs: Also ignore CVS subdirs.
6805
6806 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6807
6808 * Makefile.in (install-arch-indep): Add ada-mode.
6809
6810 1999-10-06 Dave Love <fx@gnu.org>
6811
6812 * Makefile.in: Add rules for config.status, configure.
6813
6814 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6815
6816 * configure.in (--with-sound): Removed.
6817
6818 1999-08-30 Gerd Moellmann <gerd@gnu.org>
6819
6820 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
6821 the test for Xaw3d.
6822 (HAVE_TIFF): Add -lm to library check.
6823
6824 1999-08-28 Richard Stallman <rms@gnu.org>
6825
6826 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
6827 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
6828 after the other X-related libraries.
6829
6830 1999-08-21 Dave Love <fx@gnu.org>
6831
6832 * configure.in: Don't check for jpeglib.h.
6833
6834 1999-08-20 Gerd Moellmann <gerd@gnu.org>
6835
6836 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
6837 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
6838
6839 1999-08-18 Dave Love <fx@gnu.org>
6840
6841 * configure.in: Check for termcap.h.
6842
6843 1999-08-15 Gerd Moellmann <gerd@gnu.org>
6844
6845 * configure.in: Add --with-toolkit-scroll-bars. If "no",
6846 use Emacs' scroll bars, even if configured for Motif or when
6847 Xaw3d is available.
6848
6849 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6850
6851 * configure.in: Check for getaddrinfo.
6852
6853 1999-08-04 Eli Zaretskii <eliz@gnu.org>
6854
6855 * config.bat: Make --no-debug work again by removing -gcoff.
6856
6857 1999-07-30 Dave Love <fx@gnu.org>
6858
6859 * configure.in: Check for stdlib.h.
6860
6861 1999-07-19 Dave Love <fx@gnu.org>
6862
6863 * configure.in: Grok sparc64-*-linux-gnu*.
6864
6865 1999-07-12 Richard Stallman <rms@gnu.org>
6866
6867 * Version 20.4 released.
6868
6869 1999-06-23 Karl Heuer <kwzh@gnu.org>
6870
6871 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
6872 Quote $EMACS, in case it's a program with args.
6873
6874 1999-06-15 Gerd Moellmann <gerd@gnu.org>
6875
6876 * configure.in (HAVE_GIF): Use libungif instead of libgif
6877 because the former doesn't contain patented compression code.
6878
6879 1999-05-29 Richard M. Stallman <rms@gnu.org>
6880
6881 * configure.in: Delete the Kerberos stuff.
6882
6883 1999-05-27 Greg Hudson <ghudson@mit.edu>
6884
6885 * configure.in: Prefer kerberos 5 names.
6886
6887 1999-04-26 Richard M. Stallman <rms@gnu.org>
6888
6889 * configure.in: Check for libXp.
6890
6891 1999-04-08 Richard Stallman <rms@gnu.org>
6892
6893 * make-dist: Include change logs in subdirs of `lisp'.
6894
6895 1999-04-05 Richard Stallman <rms@gnu.org>
6896
6897 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
6898 (install-arch-indep): Make ${datadir}/emacs world-readable.
6899
6900 1999-03-30 Eli Zaretskii <eliz@gnu.org>
6901
6902 * config.bat: Use epaths.* instead of paths.*.
6903
6904 1999-03-07 Eli Zaretskii <eliz@gnu.org>
6905
6906 * INSTALL: Add detailed instructions to unpack and install
6907 intlfonts on MS-DOS.
6908
6909 1999-02-26 Richard Stallman <rms@gnu.org>
6910
6911 * configure.in: Use epaths.h and epaths-force instead of paths...
6912
6913 * Makefile.in (epaths-force): Renamed from paths-force;
6914 operate on epaths.in and produce epaths.h.
6915
6916 1999-02-24 Richard Stallman <rms@gnu.org>
6917
6918 * make-dist: Fix nt/icons directory handling.
6919
6920 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
6921
6922 * configure.in (f301-fujitsu-uxpv4.1): New target.
6923
6924 1999-02-20 Richard Stallman <rms@gnu.org>
6925
6926 * make-dist (tempparent): Fix command to update info files.
6927
6928 1999-02-09 Richard Stallman <rms@gnu.org>
6929
6930 * configure.in (powerpc-apple-netbsd*): New alternative.
6931
6932 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
6933
6934 * make-dist: Include the new directory nt/icons in distributions.
6935
6936 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6937
6938 * configure.in: Change message about HAVE_XFREE386.
6939
6940 1999-01-07 Eli Zaretskii <eliz@gnu.org>
6941
6942 * config.bat: Support configuring with leim.
6943
6944 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
6945
6946 * configure.in (mips-sgi-irix6.5): New target.
6947
6948 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6949
6950 * configure.in: Remove GSS-API support, since it has been removed
6951 from movemail.
6952
6953 1998-12-04 Markus Rost <rost@delysid.gnu.org>
6954
6955 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6956
6957 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
6958
6959 * Makefile.in: Don't install customize info file.
6960 Run install-info on viper info file.
6961
6962 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6963
6964 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6965
6966 1998-11-16 Kenichi Handa <handa@etl.go.jp>
6967
6968 * configure.in (*-*-bsdi4*): New target.
6969
6970 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
6971
6972 * configure.in: Fix previous change.
6973
6974 1998-11-11 Richard Stallman <rms@gnu.org>
6975
6976 * configure.in (aviion-intel): New machine.
6977
6978 1998-11-04 Kenichi Handa <handa@etl.go.jp>
6979
6980 * configure.in (mips-nec-sysv4*): New target.
6981
6982 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6983
6984 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
6985 from lisp.
6986
6987 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6988
6989 * make-dist: Don't include fns*.el in dist.
6990
6991 1998-10-30 Dave Love <fx@gnu.org>
6992
6993 * configure.in: Don't mkdir cpp.
6994
6995 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
6996
6997 * Makefile.in (install-arch-dep): Install src/fns-*.el in
6998 ${archlibdir}.
6999
7000 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7001
7002 * Version 20.3 released.
7003
7004 1998-07-30 Paul Eggert <eggert@twinsun.com>
7005
7006 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
7007 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
7008 (lwlib/Makefile, leim/Makefile):
7009 Prepend $(srcdir)/ to rule dependencies outside this dir.
7010
7011 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7012
7013 * configure.in: Use unset CDPATH instead of making it empty.
7014
7015 1998-06-20 Karl Heuer <kwzh@gnu.org>
7016
7017 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
7018
7019 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7020
7021 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
7022 and default.el. Sort the results.
7023
7024 1998-05-31 Karl Heuer <kwzh@gnu.org>
7025
7026 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
7027 writable.
7028
7029 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7030
7031 * Makefile.in (install-arch-indep):
7032 Don't alter site-lisp/subdirs.el if it exists.
7033
7034 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7035
7036 * Makefile.in (install-arch-indep): Put `-' on commands to create
7037 subdirs.el in site-lisp dirs.
7038
7039 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
7040
7041 * Makefile.in (install-arch-indep): Fix typo in previous change.
7042
7043 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7044
7045 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
7046
7047 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
7048
7049 * Makefile.in (mkdir): Create the site-lisp dirs.
7050 (install-arch-indep): Make site-lisp/subdirs files world-readable.
7051
7052 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
7053
7054 * Makefile.in (INSTALL_INFO): New variable.
7055 (install-arch-indep): Don't replace the dir file if it already exists.
7056 Use the install-info program, via INSTALL_INFO, to add entries.
7057 Make the `info' subdir and the Info files world-readable.
7058
7059 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
7060
7061 * config.bat: Make sure the environment is large enough to support
7062 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
7063
7064 1998-04-10 Karl Heuer <kwzh@gnu.org>
7065
7066 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
7067
7068 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7069
7070 * configure.in: Add --with-gssapi to specify GSS-API
7071 authentication support for movemail.
7072
7073 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
7074
7075 * Makefile.in (install-arch-indep): Fix previous change.
7076
7077 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7078
7079 * Makefile.in (info): Run man in build dir, not srcdir.
7080
7081 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
7082
7083 * Makefile.in (install-arch-indep): Fix previous change.
7084
7085 1998-03-23 Kenichi Handa <handa@etl.go.jp>
7086
7087 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
7088
7089 1998-03-22 Richard Stallman <rms@gnu.org>
7090
7091 * Makefile.in (install-arch-indep): Put special subdirs.el files
7092 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
7093
7094 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
7095
7096 * make-dist: Fix shell syntax in check for missing .el or .elc files.
7097
7098 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
7099
7100 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
7101 (m68*-hp-hpux*): Handle versions 1X like 10.
7102
7103 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
7104
7105 * make-dist: PROBLEMS is now in etc, not top level dir.
7106
7107 * Makefile.in (SOURCES): Delete PROBLEMS.
7108
7109 1998-02-25 Richard Stallman <rms@gnu.org>
7110
7111 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
7112
7113 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
7114
7115 1998-01-17 Richard Stallman <rms@gnu.org>
7116
7117 * Makefile.in (install-arch-indep): Add semicolon before `else'.
7118
7119 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
7120
7121 * make-dist (tempparent): New option --no-check.
7122
7123 * make-dist: Don't do anything with cpp directory.
7124
7125 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
7126
7127 * configure.in (sparc-fujitsu-sysv4*): New target.
7128
7129 1997-12-17 Andreas Schwab <schwab@gnu.org>
7130
7131 * configure.in: Cache more tests. Add missing quotes around
7132 message with embedded comma.
7133
7134 1997-12-04 Karl Heuer <kwzh@gnu.org>
7135
7136 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
7137
7138 1997-11-26 Joel N. Weber II <devnull@gnu.org>
7139
7140 * make-dist: Changed the comment about `umask 0' to say `Don't
7141 restrict access to any files.'; previously it said `Don't protect
7142 any files', which may have implied that we think fascism is good.
7143
7144 1997-11-24 Paul Eggert <eggert@twinsun.com>
7145
7146 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
7147 strftime needs the underlying host's strftime for locale dependent
7148 formats.
7149
7150 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
7151
7152 * configure.in (i586-dg-dguxR4.*): New name in case branch.
7153
7154 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
7155
7156 * config.bat: Configure the man subdirectory.
7157
7158 1997-11-07 Paul Eggert <eggert@twinsun.com>
7159
7160 * configure.in (AC_CHECK_LIB): Add -lintl.
7161
7162 1997-11-07 Karl Heuer <kwzh@gnu.org>
7163
7164 * make-dist (check for .elc files): Avoid bash-specific syntax.
7165 (check for overflow 14-char limit): Simplify.
7166
7167 1997-11-07 Richard Stallman <rms@gnu.org>
7168
7169 * Makefile.in (install): Move blessmail last.
7170
7171 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7172
7173 * configure.in (gettimeofday, one arg or two):
7174 Clarify messages by avoiding double negative.
7175
7176 1997-09-30 Karl Eichwalder <ke@suse.de>
7177
7178 * Makefile.in (install-arch-indep): Install the widget info file.
7179
7180 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7181
7182 * configure.in (with-pop, with-kerberos): Need to check Kerberos
7183 libraries in reverse order, so that libraries will appear in the
7184 correct dependency order on the link line (and so that the
7185 configure checks themselves will work properly when early
7186 libraries depend on later ones).
7187
7188 1997-09-21 Erik Naggum <erik@naggum.no>
7189
7190 * make-dist (making links to `src'): Keep timestamp on copied files.
7191
7192 * make-delta: New script to produce delta distributions.
7193
7194 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7195
7196 * Version 20.2 released.
7197
7198 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7199
7200 * Version 20.1 released.
7201
7202 * Makefile.in (install-leim): Depend on mkdir.
7203 (leim): Depend on src.
7204
7205 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7206
7207 * configure.in: Recognize alpha* instead of just alpha.
7208
7209 1997-09-12 Paul Eggert <eggert@twinsun.com>
7210
7211 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
7212
7213 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7214
7215 * update-subdirs: Use rm -f.
7216
7217 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7218
7219 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
7220 Ignore subdirs named Old.
7221
7222 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
7223
7224 * configure.in: Add OpenBSD clause to set $machine.
7225
7226 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7227
7228 * make-dist: Recompile everything after updating various Lisp files.
7229 Recompile in leim as well as lisp.
7230 Check in leim as well as lisp for mismatched files and too-long names.
7231
7232 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7233
7234 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
7235
7236 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7237
7238 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
7239 before trying to copy anything from it.
7240
7241 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7242
7243 * Makefile.in (man/Makefile): New target.
7244 (tags): Define env var EMACS and run Makefile from build dir.
7245
7246 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
7247
7248 * config.bat: If src/_gdbinit doesn't exist, try using
7249 src/.gdbinit to create it (for building on Windows 95).
7250
7251 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7252
7253 * Makefile.in (install-arch-indep):
7254 Discard extra data in tar | tar pipes.
7255
7256 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
7257
7258 * configure.in (x_default_search_path): Corrected
7259 '${x_library}' to '${x_library}/X11'.
7260
7261 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7262
7263 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
7264
7265 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7266
7267 * configure.in: Support auto-configuration of both Kerberos V4 and
7268 Kerberos V5 for movemail, including detection of V4 and V5 header
7269 files and libraries.
7270
7271 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
7272
7273 * configure.in: Compute x_default_search_path
7274 and substitute into makefiles.
7275
7276 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
7277
7278 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7279
7280 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
7281
7282 1997-08-07 Erik Naggum <erik@naggum.no>
7283
7284 * configure.in: Remove lockdir, it is no longer needed.
7285 * Makefile.in (mkdir): Don't create lockdir.
7286 (lockdir): Variable deleted.
7287 (paths-force): Don't operate on PATH_LOCK.
7288
7289 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7290
7291 * leim-Makefile.in (clean, distclean): New targets.
7292
7293 * make-dist: Include leim/ChangeLog in leim distribution.
7294
7295 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7296
7297 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
7298
7299 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7300
7301 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
7302
7303 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7304
7305 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
7306
7307 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7308
7309 * make-dist: Update leim/leim-list.el.
7310 Pass along value of $EMACS when updating lisp dir.
7311
7312 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7313
7314 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
7315 prerequisite to the use of Doug Lea's malloc.
7316
7317 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7318
7319 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
7320
7321 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
7322
7323 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7324
7325 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
7326
7327 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7328
7329 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
7330 to news-r6.h.
7331
7332 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7333
7334 * config.bat: Use `sed' instead of `cp', which might not be
7335 installed.
7336
7337 1997-07-09 Kenichi Handa <handa@etl.go.jp>
7338
7339 * Makefile.in (mostlyclean): Add cleaning leim directory.
7340 (clean, distclean, maintainer-clean): Likewise.
7341
7342 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7343
7344 * make-dist (bogosities): Check subdirs of `lisp' also.
7345
7346 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7347
7348 * make-dist (etc): Really avoid symlinks now.
7349 (lisp): Don't delete from subdirs the things we never copy.
7350
7351 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7352
7353 * Makefile.in (install-arch-indep): Correct the target name.
7354 The first letter `i' was dropped by the previous change of mine.
7355
7356 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7357
7358 * configure.in (leim/Makefile): Generate this.
7359 (*-sysv4.2uw*): Recognize new alternative.
7360
7361 * leim-Makefile.in: Renamed from leim-Makefile.
7362
7363 * make-dist: Set up real-leim subdirectory,
7364 with the real contents of leim; then move it to
7365 a separate top-level directory.
7366
7367 * make-dist: Don't mention site-lisp, site-init, site-start
7368 or default, when listing files hat are not compiled and should be.
7369
7370 * configure.in: Create src/config.stamp at the end.
7371
7372 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7373
7374 * Makefile.in (install-leim): Correct previous change.
7375
7376 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7377
7378 * Makefile.in (install-leim): New target.
7379 (install): Depend on install-leim.
7380
7381 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7382
7383 * Makefile.in (SUBDIR): Add leim.
7384 (SUBDIR_MAKEFILES): Add leim/Makefile.
7385 (leim/Makefile): New target.
7386
7387 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7388
7389 * leim-Makefile: New file.
7390 * make-dist: Initialize a `leim' subdirectory with that makefile.
7391
7392 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7393
7394 * configure.in (GNU_MALLOC_reason): Fix message text.
7395
7396 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7397
7398 * make-dist (lisp): Don't process subdirs that start with =.
7399 (etc): Copy symlinks, as in src.
7400
7401 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7402
7403 * configure.in (i*86-*-unixware*): New alternative.
7404
7405 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7406
7407 * Makefile.in (src/config.stamp): Target renamed from src/config.h
7408 and touch it explicitly.
7409
7410 * configure.in (mips-sony-newsos6*): New alternative.
7411 (mips-*-linux-gnu*): New alternative.
7412 (*-*-bsdi*): New alternative.
7413 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
7414
7415 1997-06-22 Dave Love <d.love@dl.ac.uk>
7416
7417 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
7418 (src/config.h): New target to re-configure if src/config.in is patched.
7419
7420 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7421
7422 * configure.in (shutdown): Check for `shutdown' function.
7423
7424 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7425
7426 * update-subdirs: Include the directory "language" in subdirs.
7427
7428 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7429
7430 * configure.in (m88k-dg-dgux4*): New alternative.
7431 (alpha-*-netbsd*): New alternative.
7432 (powerpcle-*-solaris2*): New alternative.
7433
7434 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7435
7436 * make-dist: Warn about .el files that are not compiled.
7437
7438 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7439
7440 * Makefile.in (dist): Don't run update-subdirs here,
7441 since make-dist now gets that done.
7442
7443 * make-dist: Use the new `updates' target in lisp/Makefile.
7444
7445 * make-dist: Use new non-file targets in lisp/Makefile.
7446
7447 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7448
7449 * make-dist: Handle all subdirs of `lisp' uniformly.
7450 Don't handle `term' and `language' specially.
7451 Clear out umask at the beginning.
7452
7453 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7454
7455 * make-dist: Use Make to update finder-inf.el and autoloads.
7456 Also update cus-load.el.
7457
7458 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7459
7460 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
7461 in case it is desirable to disable the GNU malloc features with glibc.
7462
7463 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7464
7465 * configure.in (DOUG_LEA_MALLOC):
7466 Define if malloc_{get,set}_state exist.
7467
7468 1997-03-05 Kenichi Handa <handa@etl.go.jp>
7469
7470 * make-dist: Make links for files under lisp/language.
7471
7472 1997-02-20 Kenichi Handa <handa@etl.go.jp>
7473
7474 * update-subdirs: Exclude the directory "language" from subdirs.
7475
7476 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
7477
7478 * configure.in: Check for rint and cbrt.
7479
7480 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7481
7482 * make-dist: Use $EMACS to say where to run Emacs.
7483 Add --no-update option.
7484
7485 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7486
7487 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
7488
7489 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7490
7491 * make-dist (copying src): Check thoroughly for symlinks
7492 and copy them in all cases. Regularize the linking of *.in
7493 and *.opt and ChangeLog files.
7494 (copying lib-src): Likewise.
7495 Don't rm getdate.c or y.tab.*--they don't exist any more.
7496
7497 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
7498
7499 * configure.in: Check for libmail, maillock.h and
7500 touchlock (for movemail).
7501
7502 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7503
7504 * configure.in (limits.h): Check for this file.
7505
7506 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7507
7508 * configure.in (rs6000-ibm-aix4.2): New alternative.
7509 (rs6000-ibm-aix4.0): New alternative.
7510 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
7511
7512 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
7513
7514 * configure.in: Recognize vax-*-netbsd*.
7515
7516 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7517
7518 * configure.in (locallisppath): Add leim directory.
7519
7520 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7521
7522 * config.bat: Make sure `mv' supports forward slashes and -f.
7523
7524 1996-10-28 Christian Limpach <chris@nice.ch>
7525
7526 * configure.in (hppa*-next-nextstep*): * added after hppa
7527 to accept hppa1.0 and hppa1.1.
7528
7529 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
7530
7531 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
7532 * configure.in (ld_switch_machine): Fix typo.
7533
7534 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7535
7536 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
7537 from config.h and use them in $ac_link.
7538
7539 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
7540
7541 * configure.in: Create a subdir named `lisp'.
7542
7543 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7544
7545 * configure.in: Check for getcwd.
7546
7547 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7548
7549 * configure.in: Check for termios.h. Check for setpgid.
7550
7551 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7552
7553 * configure.in: Check for setrlimit.
7554
7555 1996-08-31 Paul Eggert <eggert@twinsun.com>
7556
7557 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
7558
7559 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7560
7561 * configure.in: Check for utimes.
7562
7563 * configure.in: Check for com_err library, but only
7564 if --with-kerberos was used. Check for krb and des
7565 only if --with-kerberos.
7566
7567 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7568
7569 * Makefile.in (INSTALL_STRIP): New variable.
7570 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
7571 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
7572
7573 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7574
7575 * configure.in: Check for krb and des libraries.
7576
7577 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7578
7579 * configure.in (*-sunos4.1.[3-9]*noshare):
7580 Use sunos413, not sunos4-1-3.
7581 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
7582 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
7583
7584 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7585
7586 * Makefile.in (src/paths.h): Target deleted.
7587 (paths-force): Delete all dependencies on this target
7588 but don't delete the target.
7589 (install): Depend on `all'.
7590 (paths-force): Don't print a message.
7591
7592 * configure.in: Generate src/paths.h here.
7593
7594 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7595
7596 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
7597 New variables that affect linking only.
7598 (alpha-dec-osf*): Use those instead of previous change.
7599
7600 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7601
7602 * Makefile.in (install-arch-indep): Install info/messages.
7603
7604 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7605
7606 * Version 19.33 released.
7607
7608 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
7609
7610 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7611 Fix previous change.
7612
7613 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7614
7615 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7616 New alternative.
7617
7618 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7619
7620 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7621 and NON_GCC_TEST_OPTIONS.
7622
7623 1996-08-06 Paul Eggert <eggert@twinsun.com>
7624
7625 * configure.in (LOCALTIME_CACHE): Don't put a string literal
7626 "TZ=..." in environ.
7627
7628 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7629
7630 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7631
7632 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7633
7634 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7635 the more general *-sunos4.1.[3-9]* clause.
7636
7637 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7638
7639 * Version 19.32 released.
7640
7641 * configure.in (*-sco3.2v5*):
7642 Set OVERRIDE_CPPFLAG to a string of one space.
7643 Fix the code that uses OVERRIDE_CPPFLAG.
7644
7645 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
7646
7647 * configure.in: Undo previous change.
7648
7649 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7650
7651 * config.sub: Use `pc', not `unknown', when canonicalizing
7652 the vendor for ...86.
7653
7654 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
7655
7656 * configure.in: Check for termios.h header.
7657
7658 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
7659
7660 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7661
7662 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
7663
7664 * configure.in: Split bsdos2 and bsdos2-1.
7665
7666 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7667
7668 * config.sub: If last two words are not a recognized
7669 KERNEL-OS pair, use just the last word as OS, as in 19.31.
7670 Make conversion of gnu/linux to linux-gnu really work.
7671
7672 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7673
7674 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7675
7676 * configure.in (check for using Lucid widgets by default):
7677 Eliminate indentation that confuses some compilers.
7678
7679 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7680
7681 * config.sub: Convert linux and gnu/linux to linux-gnu.
7682
7683 * make-dist: Don't update getdate.c.
7684 Ignore =... files when checking for too-long Lisp file names.
7685
7686 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7687
7688 * configure.in (euidaccess): Check for that, not for eaccess.
7689
7690 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7691
7692 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7693 before `noshare'.
7694 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7695
7696 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7697
7698 * configure.in: Rename lignux to linux-gnu in configuration names.
7699 Use gnu-linux as the opsys value (s/ file name).
7700 Allow i686 just like i386, i486, i586.
7701
7702 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7703
7704 * configure.in (i*86-*-sco3.2v5): New alternative.
7705 (OVERRIDE_CPPFLAG): New variable.
7706 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7707
7708 * configure.in: Specify vpath for .texi files.
7709
7710 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7711
7712 * configure.in: Always check for HAVE_X11R5.
7713 Separately decide whether to use a toolkit by default.
7714
7715 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
7716
7717 * configure.in: If X11R5 is missing the Xaw headers,
7718 default to --with-x-toolkit=no.
7719
7720 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7721
7722 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7723
7724 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7725
7726 * Makefile.in (install-arch-indep): If cd etc makes output,
7727 don't treat that as part of the tar data.
7728 Check that ./lisp actually exists.
7729
7730 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
7731
7732 * make-dist: Check for long file names.
7733
7734 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7735
7736 * Version 19.31 released.
7737
7738 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7739
7740 * configure.in: Recognize sparc-*-lignux.
7741
7742 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7743
7744 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7745 Don't include config.w95.
7746
7747 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7748
7749 * make-dist: Replace --no-clean-up and --no-tar options
7750 with --clean-up and --tar, so that the default is useful.
7751
7752 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
7753
7754 * config.bat: Make sure the GDB init file is called src/_gdbinit;
7755 if not, tell the user to rename it and abort.
7756
7757 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7758
7759 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7760 test program.
7761
7762 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7763
7764 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7765
7766 * make-dist (MANIFEST): Fix previous change.
7767 (msdos): Put mainmake.v2 into the dist.
7768
7769 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7770
7771 * make-dist: Exit if autoconf fails.
7772
7773 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
7774
7775 * config.bat: Set djgpp-ver, and unset it at the end.
7776 Add a number of conditionals for DJGPP version 2.
7777 Rename label libsrc2 to libsrc3.
7778 Substitute for LDFLAGS in src/Makefile.
7779 Substitute for ALL_CFLAGS in lib-src/Makefile.
7780
7781 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7782
7783 * configure.in (ncurses): Check this after checking fns like strerror.
7784
7785 1996-04-08 Erik Naggum <erik@naggum.no>
7786
7787 * make-dist (MANIFEST): Don't include lines from =files.
7788
7789 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7790
7791 * make-dist: Don't put lisp/dired.todo in the dist.
7792
7793 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
7794
7795 * configure.in (HAVE_NCURSES): Look for library named ncurses.
7796
7797 * configure.in (setlocale): Check for it.
7798
7799 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
7800
7801 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7802
7803 * configure.in: Use lignux instead of linux as value of opsys.
7804
7805 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7806
7807 * Makefile.in (install-strip): Fix whitespace.
7808 Get rid of continuation.
7809
7810 * config.sub: Convert linux or gnu/linux to lignux.
7811
7812 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7813
7814 * configure.in: Accept lignux in configuration name.
7815
7816 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7817
7818 * Makefile.in (install-strip): New target.
7819
7820 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7821
7822 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
7823 -f failed to do the job on Suns.
7824
7825 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7826
7827 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
7828
7829 * configure.in (linux/version.h): Check for this header.
7830
7831 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7832
7833 * configure.in: Remove -fno-builtin hackery from -lm check.
7834
7835 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7836
7837 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
7838 just this test.
7839
7840 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
7841
7842 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7843
7844 * configure.in: Check for ncurses.
7845
7846 1996-02-28 Paul Eggert <eggert@twinsun.com>
7847
7848 * configure.in (LOCALTIME_CACHE):
7849 Also define if localtime mishandles unsetting TZ.
7850 This works around a localtime bug in mips-dec-ultrix.
7851
7852 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7853
7854 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
7855
7856 * configure.in: Improve messages about X versions.
7857
7858 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7859
7860 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
7861
7862 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7863
7864 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
7865 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
7866
7867 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
7868 (install): Put install-arch-indep before install-arch-dep.
7869
7870 1996-02-20 Dave Love <d.love@dl.ac.uk>
7871
7872 * INSTALL: Clarify info about MS-DOS path handling.
7873
7874 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7875
7876 * Makefile.in (install-arch-indep): Install info/ccmode*.
7877 In previous change, protect against /bin/pwd returning null string.
7878
7879 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7880
7881 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
7882 to lispdir.
7883
7884 1996-02-01 Paul Eggert <eggert@twinsun.com>
7885
7886 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
7887
7888 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7889
7890 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
7891
7892 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7893
7894 * Makefile.in (extraclean): Use ${top_distclean} to ensure
7895 we delete everything distclean deletes.
7896
7897 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
7898
7899 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7900
7901 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7902
7903 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7904 into LDFLAGS instead of into LIBS.
7905
7906 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7907
7908 * configure.in (HAVE_XMU): Fix typo in previous change.
7909
7910 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7911
7912 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7913
7914 1996-01-10 Erik Naggum <erik@naggum.no>
7915
7916 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7917
7918 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
7919
7920 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7921
7922 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7923
7924 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7925 and use -lXt to link it.
7926
7927 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7928
7929 * configure.in (locallisppath): Put version-specific dir first.
7930
7931 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7932
7933 * configure.in (hppa-*-nextstep*): New alternative.
7934 (USE_X_TOOLKIT): By default, set this to "maybe";
7935 and change that later to LUCID or "no" according to X11 version.
7936
7937 * make-dist: Recompile outdated .elc files and update all autoloads.
7938
7939 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7940
7941 * configure.in (locallisppath): Fix typo in last change: " -> '.
7942
7943 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7944
7945 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7946
7947 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7948
7949 * Makefile.in (install-arch-indep): Give all files read permission.
7950
7951 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7952
7953 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7954 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7955
7956 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7957
7958 * configure.in: Determine HAVE_X11R6.
7959 (HAVE_MENUS): Renamed from HAVE_X_MENU.
7960
7961 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7962
7963 * configure.in: Just "solaris" now defaults to version 2.4.
7964 Add sunos4.1.n-noshare as alternative.
7965
7966 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7967
7968 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
7969
7970 1995-11-29 Erik Naggum <erik@naggum.no>
7971
7972 * Makefile.in (install-arch-indep): Add missing backslash.
7973
7974 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
7975
7976 * Makefile.in (install-arch-indep): Don't install
7977 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
7978
7979 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7980
7981 * Makefile.in (install-arch-indep): Fix previous change.
7982
7983 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
7984
7985 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7986
7987 * Version 19.30 released.
7988
7989 * make-dist (lisp): Exclude subdirs.el.
7990
7991 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7992
7993 * make-dist (etc): Delete *.orig and *.rej.
7994
7995 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7996
7997 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
7998
7999 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8000
8001 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
8002
8003 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
8004
8005 * make-dist (nt): Rename install, readme, and todo to
8006 INSTALL, README, and TODO.
8007
8008 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8009
8010 * make-dist (lisp): Don't distribute site-start.
8011
8012 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
8013
8014 * make-dist: Break the hard link on alloca.c.
8015
8016 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8017
8018 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
8019
8020 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8021
8022 * make-dist (src, lib-src): Don't distribute Makefile.c.
8023 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
8024
8025 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8026
8027 * Makefile.in (mkdir): Create man1dir, not mandir.
8028 (uninstall): Use man1dir, not mandir.
8029
8030 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8031
8032 * Makefile.in (man1dir): New variable.
8033 (install-arch-indep): Use man1dir.
8034
8035 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
8036
8037 * make-dist: Create lisp/MANIFEST.
8038
8039 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8040
8041 * configure.in (m68k-*-linux*): New alternative.
8042
8043 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8044
8045 * make-dist: Use new names config.in, paths.in, and
8046 {src,lib-src}/Makefile.in.
8047
8048 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8049
8050 * configure.in: Don't bother checking for drem.
8051
8052 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8053
8054 * Makefile.in (distclean): Delete line with just a tab in it.
8055 (install-arch-indep): Delete spaces that precede tabs.
8056 Delete spurious `fi' left from previous change.
8057 (install): Supply `true' as command, to avoid null command.
8058
8059 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8060
8061 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
8062
8063 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8064
8065 * configure.in (powerpc-*-solaris2): New alternative.
8066
8067 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
8068
8069 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
8070 of paths.h.tmp$$, to avoid going beyond 14 characters.
8071
8072 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8073
8074 * configure.in: Improve error msg for invalid --with-x-toolkit value.
8075
8076 1995-09-06 Paul Eggert <eggert@twinsun.com>
8077
8078 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
8079 if localtime caches TZ. Check for tzset.
8080
8081 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8082
8083 * config.bat: Simplify using new names file names src/makefile.in,
8084 config.in, paths.in. Change Echo commands not to use `.
8085
8086 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8087
8088 * Makefile.in (install-arch-indep): Always install the new dir file;
8089 rename the previous dir file to dir.bak or dir.old.
8090
8091 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8092
8093 * configure.in (RANLIB): Substitute this into makefiles.
8094 Set it specially on solaris; set it by default on other systems.
8095
8096 * configure.in: Fix previous Alpha change.
8097
8098 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8099
8100 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
8101 NON_GCC_TEST_OPTIONS.
8102
8103 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8104
8105 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
8106 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
8107
8108 * configure.in (alpha-*-linux*): New configuration.
8109
8110 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8111
8112 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
8113 (m68k-next-nextstep*): New alias for that.
8114 (i*86-*-nextstep*): Use nextstep.h.
8115 (sparc-*-nextstep*): New configuration.
8116
8117 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8118
8119 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
8120 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
8121
8122 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8123
8124 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
8125 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
8126
8127 1995-07-18 Mike Long <mike.long@analog.com>
8128
8129 * make-dist: Fix update of finder-inf.el, and byte-compile it.
8130
8131 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8132
8133 * Makefile.in (src/paths.h, paths-force):
8134 Rename src/paths.h.in to src/paths.in.
8135 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
8136
8137 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
8138 Use Makefile.c for intermediate file.
8139 Rename src/config.h.in to src/config.in.
8140
8141 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
8142
8143 * configure.in (mips-dec-ultrix*): Assume version 4.3.
8144 (mips-dec-ultrix4.[12]): New alternative for old versions.
8145
8146 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8147
8148 * make-dist: Don't break intra-tree links.
8149
8150 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8151
8152 * configure.in: Put back archlibdir initialization. Require
8153 autoconf 2.4.1 or later.
8154
8155 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8156
8157 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
8158 (mips-mips-riscos5*): New alternative.
8159
8160 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8161
8162 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
8163
8164 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8165
8166 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
8167 (mandir, infodir, archlibdir): Initializations deleted.
8168
8169 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
8170 On hpux9shr, use hpux9shxr4.h.
8171
8172 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
8173
8174 * configure.in: Added target mips-dec-mach_bsd4.3.
8175 * config.guess: Guess mips-dec-mach_bsd4.3.
8176
8177 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8178
8179 * Makefile.in (mkdir): Use symbolic chmod.
8180
8181 1995-06-22 Paul Eggert <eggert@twinsun.com>
8182
8183 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
8184 SunOS 4.1.5 through 4.1.9, should they ever exist.)
8185
8186 1995-06-22 Paul Eggert <eggert@twinsun.com>
8187
8188 * Makefile.in (SUBDIR_MAKEFILES):
8189 Add man/Makefile, so `make distclean' removes it.
8190 (top_distclean): Add config.log to the list of files to be removed.
8191
8192 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8193
8194 * Version 19.29 released.
8195
8196 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8197
8198 * configure.in: Fix the previous change to verify that the -b
8199 option really solves the problem.
8200
8201 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
8202
8203 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8204
8205 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
8206
8207 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8208
8209 * configure.in: Report more clearly when there is no special
8210 dir to search for X includes or libraries.
8211
8212 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8213
8214 * configure.in: Check for -lpthreads, not -lpthread.
8215
8216 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
8217
8218 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
8219
8220 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8221
8222 * configure.in: Check for -lpthread.
8223
8224 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8225
8226 * Makefile.in (install-arch-indep): Install info files for mh-e.
8227 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
8228
8229 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8230
8231 * configure.in (*-solaris2.5): New configuration.
8232
8233 * make-dist: Copy new files config.nt and config.w95.
8234
8235 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8236
8237 * configure.in: Use x_includes, not x_libraries, for -I.
8238 Make bitmapdir a colon-separated list.
8239
8240 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
8241
8242 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
8243
8244 * configure.in: Allow x_libraries and x_includes to be paths.
8245
8246 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8247
8248 * configure.in: Fix typo.
8249
8250 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8251
8252 * INSTALL: Clarify use of site-init.el.
8253
8254 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
8255
8256 * configure.in: Pass arg to sqrt.
8257
8258 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8259
8260 * make-dist: Fix May 6 change.
8261
8262 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8263
8264 * vpath.sed: Delete reference to ymakefile.
8265
8266 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8267
8268 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
8269
8270 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8271
8272 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
8273
8274 * update-subdirs: Specify /bin/sh to run the script.
8275
8276 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8277
8278 * make-dist: Put src/makefile.nt in dist.
8279
8280 * configure.in (i[345]86-*-bsdi2*): New configuration.
8281 (vax-dec-bsd386*): Deleted.
8282
8283 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8284
8285 * configure.in: Make sure CDPATH doesn't mess up PWD check.
8286 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
8287 Use fmod instead of logb in -lm check.
8288
8289 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8290
8291 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
8292 Use bsd4-3. Don't set NON_GNU_CPP.
8293
8294 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
8295 In nt, copy various different things, but not *.cmd.
8296 Fix the ln commands for the subdirs of nt.
8297
8298 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8299
8300 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
8301
8302 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8303
8304 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
8305 since that's what the header file expects.
8306
8307 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
8308
8309 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
8310 and 68040 based machines when choosing options for gnucc.
8311
8312 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8313
8314 * Makefile.in (top_distclean): Delete config.cache.
8315
8316 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8317
8318 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
8319
8320 * configure.in: Use m/ncr386.h.
8321
8322 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8323
8324 * Makefile.in (install-arch-indep): Undo Sep 23 change.
8325
8326 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8327
8328 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
8329 (man): Don't copy texindex.c and getopt.c; they're deleted.
8330 (etc): Omit `e'; it's a subdirectory.
8331 (etc/e): Use `../..', not `..', to reference top level.
8332
8333 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
8334
8335 * Makefile.in (install-arch-indep, dist):
8336 Look for `update-subdir' in $(srcdir).
8337
8338 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8339
8340 * make-dist: Include mkinstalldirs in distribution.
8341
8342 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8343
8344 * make-dist: Add missing close backquote.
8345
8346 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8347
8348 * make-dist: Don't distribute shortnames directory.
8349
8350 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8351
8352 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
8353
8354 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8355
8356 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
8357
8358 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8359
8360 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
8361
8362 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8363
8364 * configure.in (mips-sgi-irix6): New configuration.
8365
8366 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8367
8368 * Makefile.in (maintainer-clean): Renamed from realclean.
8369
8370 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8371
8372 * configure.in: Create a .gdbinit that sources the real one,
8373 if using a different build directory.
8374
8375 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8376
8377 * configure.in: Check for sys/select.h.
8378
8379 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8380
8381 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
8382
8383 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8384
8385 * configure.in: Handle isc 4.1 operating system.
8386
8387 1994-12-10 Richard Stallman <rms@kepa>
8388
8389 * configure.in (rs6000-ibm-aix4.1*): New alternative.
8390 (rs6000-ibm-aix4*): New alternative.
8391
8392 1994-12-06 Richard Stallman <rms@kepa>
8393
8394 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
8395
8396 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8397
8398 * configure.in: Don't try to make directories that are guaranteed
8399 to already exist.
8400
8401 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8402
8403 * configure.in: Generate man/Makefile from man/Makefile.in.
8404 Create the man subdir.
8405
8406 * Makefile.in (dvi): Run Make in our man subdir.
8407
8408 * make-dist: Create subdir etc/e.
8409 Make links to it.
8410 Put man/Makefile.in in dist, instead of man/Makefile.
8411
8412 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
8413
8414 * configure.in: Add --with-pop, --with-kerberos, and
8415 --with-hesiod for movemail.
8416
8417 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8418
8419 * configure.in (m68*-apollo*): Use s/domain.h.
8420
8421 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8422
8423 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
8424
8425 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8426
8427 * configure.in: Don't add -I, -L, -R options for cc if their
8428 arguments would be empty.
8429
8430 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8431
8432 * configure.in (i860-intel-osf1*): New alternative.
8433 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
8434 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
8435
8436 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8437
8438 * configure.in: Make h_errno check not use nested functions.
8439
8440 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8441
8442 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
8443
8444 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8445
8446 * Makefile.in (install-arch-indep): Avoid continued comment
8447 swallowing target line.
8448
8449 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
8450
8451 * configure.in: Protect a character class with `changequote'.
8452
8453 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8454
8455 * configure.in: Accept `news' as a synonym for `newsos'.
8456
8457 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8458
8459 * Makefile.in: Don't rm files if cd fails.
8460
8461 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8462
8463 * make-dist: Put nt subdir and its subdirs in the dist.
8464 (lib-src): Put makefile.nt in the dist.
8465 (lisp): Put makefile.nt in the dist.
8466
8467 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8468
8469 * configure.in: Change a stray `[' to `test'.
8470
8471 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8472
8473 * configure.in: Adapt for Autoconf v2. Use the standard argument
8474 parser, host type canonicalizer, X11 finder, and message
8475 printing macros. Use the new macro names. Use `test' instead of `['.
8476
8477 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8478
8479 * configure.in: Check for getpagesize.
8480
8481 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8482
8483 * make-dist (msdos): Put sed* in the distribution.
8484
8485 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
8486
8487 * config.bat: New option, `--with-x', for configuring Emacs
8488 for use with the X11 system DesqView/X.
8489 New option, `--no-debug', for compiling Emacs without debug
8490 information thus saving disk space.
8491 (src/config.h, src/paths.h): Use `update' (which is like
8492 `move-if-changed') to change the file.
8493 (src/config.h): When configuring for X11 perform extra changes.
8494 (src/makefile): When configuring for X11 perform extra changes.
8495 (lib-src): Remove temporary files.
8496 (): Check that `sed', `rm', `mv', and `gcc' are available.
8497
8498 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8499
8500 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
8501
8502 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
8503
8504 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8505
8506 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
8507
8508 * configure.in (canonical): Substitute var into makefiles.
8509 (bitmapdir): Likewise.
8510
8511 * Makefile.in (bitmapdir): New variable.
8512 (src/paths.h, paths-force): Edit PATH_BITMAPS.
8513
8514 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8515
8516 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
8517
8518 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
8519 * update-subdirs: New shell script.
8520
8521 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8522
8523 * Makefile.in (top_distclean): Don't rm build-install.
8524 (SOURCES): Delete build-install.in.
8525
8526 * make-dist: Don't distribute build-ins.in.
8527 * build-ins.in: File deleted.
8528
8529 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
8530
8531 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
8532
8533 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8534
8535 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
8536
8537 * configure.in (libexecdir): Renamed from libdir. New default.
8538 (sharedstatedir): Renamed from statedir. New default.
8539 (datadir): New default.
8540
8541 * make-dist: Don't distribute subdirs.el.
8542
8543 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8544
8545 * configure.in (eaccess): Check for it.
8546
8547 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8548
8549 * configure.in (mktime): Check for it.
8550
8551 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
8552
8553 * configure.in (motif): Add support for usage and option checking.
8554
8555 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8556
8557 * configure.in (utimes): Check for it.
8558
8559 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8560
8561 * Makefile.in (install-arch-indep): Don't do mkdir here.
8562
8563 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8564
8565 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8566 riscix.h renamed to acorn.h.
8567
8568 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
8569
8570 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8571 New configurations.
8572
8573 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8574
8575 * configure.in: Remove trailing slashes from srcdir.
8576
8577 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8578
8579 * configure.in (i[345]86-sequent-ptx*): Handle.
8580
8581 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8582
8583 * Makefile.in (paths-force): Depend on src/paths.h.
8584
8585 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8586
8587 * configure.in (config_options): Save all arguments, not just some.
8588
8589 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8590
8591 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
8592
8593 * configure.in: Add AC_AIX.
8594 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
8595
8596 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8597
8598 * configure.in (parsing options): Simplify sed command to delete -'s.
8599
8600 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
8601
8602 * configure.in (config_options): New shell variable.
8603 Pass its value to C code in EMACS_CONFIG_OPTIONS.
8604
8605 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8606
8607 * configure.in (alpha-dec-osf*): New target.
8608
8609 * Makefile.in: Use just one FRC target.
8610
8611 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8612
8613 * Makefile.in (removenullpaths, paths-force):
8614 Use name paths.h.tmp$$, which depends on the pid.
8615
8616 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8617
8618 * Makefile.in (removenullpaths, paths-force):
8619 Put paths.h.tmp in top-level dir, not in src.
8620
8621 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8622
8623 * Version 19.27 released.
8624
8625 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8626
8627 * Version 19.26 released.
8628
8629 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8630
8631 * configure.in: Check for lrand48, not rand48.
8632
8633 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8634
8635 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8636 (powerpc-ibm-aix*): New aliases.
8637
8638 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8639
8640 * make-dist (src/m, src/s): Put *.inp in distribution.
8641
8642 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8643
8644 * configure.in: Accept i586 and i486 along with i386.
8645
8646 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8647
8648 * configure.in: Do compute unexec, LIBX, system_malloc, etc
8649 even if CPP env var was set by the user.
8650
8651 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8652
8653 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
8654
8655 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8656
8657 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8658
8659 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8660
8661 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8662
8663 * configure.in: Check more specifically for i*86-sun-sunos.
8664
8665 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
8666
8667 * configure.in: Handle solaris 2.4.
8668
8669 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8670
8671 * configure.in (rand48): Check for it.
8672
8673 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8674
8675 * make-dist: Update the info files.
8676
8677 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8678
8679 * configure.in: Make "checking..." messages' style consistent.
8680 (HAVE_H_ERRNO): New test.
8681
8682 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8683
8684 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8685
8686 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8687
8688 * configure.in (CFLAGS): If the envvar was specified, use that.
8689 And set REAL_CFLAGS from it too.
8690
8691 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8692
8693 * make-dist: Update finder-inf.el.
8694
8695 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8696
8697 * make-dist (msdos): Include sed4.inp in dist.
8698
8699 * Makefile.in (libsrc_libs): Var deleted.
8700
8701 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8702
8703 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8704
8705 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8706
8707 * configure.in (mips-sony-newsos4*): New alias.
8708
8709 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8710
8711 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8712 (*-convex-convexos*): Accept this as alias.
8713
8714 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8715
8716 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8717 for two different uses.
8718
8719 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8720
8721 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8722
8723 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8724
8725 * make-dist: Put ./BUGS into the distrib.
8726
8727 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8728
8729 * configure.in: Handle 386 running Solaris 2.
8730
8731 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8732
8733 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
8734
8735 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8736
8737 * configure.in (mips-sony-newsos*): Use news-risc.h.
8738
8739 * configure.in: Accept bsdi as opsys, like bsd386.
8740
8741 1994-06-01 Morten Welinder (terra@diku.dk)
8742
8743 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8744
8745 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8746
8747 * Version 19.25 released.
8748
8749 * make-dist (shortversion): Don't assume another period follows.
8750
8751 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8752
8753 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8754 (uninstall): Use /bin/pwd.
8755
8756 * Makefile.in (blessmail): Depend on src.
8757 (all): Don't depend on blessmail.
8758
8759 * Makefile.in (src/paths.h): Don't force recomputation.
8760 (paths-force): New target; force recomputation of paths.h.
8761 (all): Depend on paths-force.
8762 (src, lib-src): Depend on src/paths.h.
8763
8764 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8765 NON_GCC_TEST_OPTIONS.
8766
8767 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8768
8769 * configure.in: Don't insist on subversions for irix.
8770
8771 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8772
8773 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8774
8775 * configure.in (i[34]86-next-*): New alternative.
8776
8777 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8778
8779 * Version 19.24 released.
8780
8781 * configure.in: New config hppa*-hp-hpux9shr*.
8782
8783 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
8784
8785 * config.bat: Doc fix.
8786
8787 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8788
8789 * Makefile.in (mostlyclean, clean, distclean, realclean)
8790 (extraclean): Don't act on man subdir if it doesn't exist.
8791
8792 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8793
8794 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8795 Use them to set up CC.
8796 (*-sun-sunos4.1.3): Set them.
8797
8798 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8799
8800 * Makefile.in (lib-src): Don't depend on src/paths.h.
8801
8802 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8803
8804 * build-ins.in (copydests): Get rid of spurious `-'s.
8805
8806 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
8807
8808 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8809
8810 * Version 19.23 released.
8811
8812 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
8813 for the Xlib and Xt checks; then restore old CFLAGS.
8814
8815 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8816
8817 * configure.in (HAVE_X11XTR6): Add newline before #if.
8818 Add newline after #endif.
8819
8820 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8821
8822 * configure.in (HAVE_X11XTR6): Arrange to define it.
8823
8824 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8825
8826 * Makefile.in (install): Depend on blessmail.
8827
8828 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8829
8830 * configure.in (mips-siemens-sysv*): Put quotes around value
8831 containing blanks.
8832
8833 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8834
8835 * Makefile.in (TAGS): Use the makefile in src subdir.
8836
8837 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8838
8839 * configure.in (opsys): Recognize `gnu'.
8840
8841 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8842
8843 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
8844
8845 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8846
8847 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
8848 version > 1.8.
8849
8850 1994-05-08 Morten Welinder (terra@diku.dk)
8851
8852 * config.bat: Forcibly remove "# " style comments from makefiles.
8853
8854 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8855
8856 * Makefile.in (uninstall): When processing lispdir and etcdir,
8857 do nothing unless it exists and is a directory.
8858
8859 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8860
8861 * Makefile.in (install-arch-indep): Do install info/dired-x*.
8862 Merge code in from install-doc.
8863 (install-doc): Merge code back into install-arch-indep.
8864 (install-arch-dep): Don't depend on install-doc.
8865
8866 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
8867
8868 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8869
8870 * configure.in (making src/Makefile and lib-src/Makefile):
8871 Split off the autoconf substitutions and don't pass them thru cpp.
8872 (undefs): Use $canonical as well as $configuration.
8873
8874 * make-dist: Distribute lisp/Makefile.
8875
8876 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
8877 Use lower case names for the s files.
8878
8879 1994-05-03 Morten Welinder (terra@diku.dk)
8880
8881 * config.bat: Added possibility for different file name
8882 transcriptions in lib-src.
8883
8884 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8885
8886 * Makefile.in (lib-src): Undo previous change.
8887 (blessmail): New target to run maybe-blessmail in lib-src.
8888 (all): Depend on blessmail.
8889
8890 * Makefile.in (lib-src): Depend on src.
8891
8892 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
8893
8894 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
8895 (m88k-dg-dgux5.4R2): dgux5.4R2.
8896
8897 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8898
8899 * configure.in (window_system): Restore accidentally deleted code
8900 that uses AC_FIND_X.
8901
8902 * make-dist: Distribute config.bat.
8903
8904 1994-04-29 Morten Welinder (terra@diku.dk)
8905
8906 * config.bat: Corrected the configuration of lib-src
8907 to keep up with configure. Add note about dos version 3
8908 or better needed (djgpp needs that). Add note explaining
8909 that either install in c:/emacs or edit the script.
8910 Don't change to c:/emacs, but assume we're there (to minimize
8911 the number of places to change).
8912
8913 * config.bat: Build-in the first step towards X11 support with
8914 the X11 emulator that exists. At this time it won't work,
8915 and several files are missing.
8916
8917 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8918
8919 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8920 Don't look for -lresolv.
8921
8922 * Makefile.in (lib-src): Depend on src/paths.h.
8923
8924 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8925
8926 * configure.in: Restore deleted AC_SUBST of `configuration'.
8927 Improve error message for bad --with-x-toolkit value.
8928
8929 * configure.in: Define CONFIGURATION in src/config.h
8930 rather than substituting in src/Makefile.in.
8931
8932 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8933
8934 * Makefile.in (install-doc): New target.
8935 (install-arch-dep): Depend on install-doc.
8936 (mkdir): Create docdir.
8937
8938 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8939
8940 * configure.in: Test for libresolv.a.
8941 Substitute machfile and opsysfile.
8942
8943 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8944
8945 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8946 (install-arch-dep): Install under the name $(EMACS).
8947
8948 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8949
8950 * configure.in (version): Use entire value of emacs-version.
8951 (mips-siemens-sysv*): New alternative.
8952
8953 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8954
8955 * Makefile.in (install-arch-indep): Don't install dired-x*.
8956
8957 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8958
8959 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8960 Fix definition of $undefs.
8961
8962 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8963
8964 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8965
8966 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
8967
8968 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8969
8970 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
8971
8972 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8973
8974 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
8975 and run it thru cpp, as with src/Makefile.in.
8976
8977 * configure.in: Use AC_SET_MAKE.
8978
8979 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8980
8981 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
8982
8983 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8984
8985 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
8986
8987 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
8988 (printing the choices): Make the toolkit message unconditional.
8989 (USE_X_TOOLKIT): Use `none', not `no', if none.
8990 (include libsrc_libs): Include config.h, and specify -I for srcdir.
8991 Get rid of temp file foofoo1.
8992
8993 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8994
8995 * configure.in (CFLAGS): Use shell syntax, not Makefile.
8996
8997 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8998
8999 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
9000 (printing the choices): State choice of toolkit.
9001 (libsrc_libs): Recalculate after writing config.h;
9002 then update lib-src/Makefile.
9003
9004 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9005
9006 * configure.in: Add sunos4shr as alternative for suns.
9007 Conditionals testing for null $CC were backwards.
9008
9009 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9010
9011 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
9012
9013 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9014
9015 * configure.in: Handle -isc4.0*.
9016
9017 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9018
9019 * configure.in (esix5): Set NON_GNU_CPP.
9020
9021 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
9022
9023 * Makefile.in (thisdir): Nonsensical variable removed.
9024 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
9025 back to $thisdir, rather than the directory `this_dir'.
9026
9027 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9028
9029 * Makefile.in (install-arch-indep): Add missing backslash after a
9030 `then'.
9031
9032 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9033
9034 * Makefile.in (thisdir): New variable.
9035 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
9036
9037 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9038
9039 * configure.in: Add freebsd.
9040
9041 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9042
9043 * configure.in: Check for fpathconf.
9044
9045 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9046
9047 * configure.in (with_x_toolkit): Fix typo in previous change.
9048
9049 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9050
9051 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
9052
9053 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9054
9055 * configure.in (with_x_toolkit): Don't allow motif or open-look.
9056
9057 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9058
9059 * configure.in: Fix value of docdir.
9060 * Makefile.in (install-arch-indep): Install DOC* in docdir.
9061
9062 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9063
9064 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
9065
9066 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
9067
9068 * configure.in: New variable docdir to control where the docstring
9069 file goes.
9070 Makefile.in: Use it to initialize PATH_DOC in paths.h.
9071
9072 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9073
9074 * configure.in: When --run-in-place, don't inherit archlibdir.
9075
9076 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9077
9078 * Makefile.in (install-arch-dep, install-arch-indep):
9079 New targets split up former do-install rule.
9080 (do-install): Target deleted.
9081
9082 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9083
9084 * configure.in (mips-sony-newsos*): New configuration.
9085
9086 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
9087
9088 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
9089
9090 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9091
9092 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
9093
9094 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9095
9096 * configure.in: Don't initialize CC.
9097
9098 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9099
9100 * configure.in (creating src/Makefile): Also generate -U switches
9101 for symbols in the $configuration value.
9102
9103 * configure.in: Check for sys_siglist being declared in system header.
9104
9105 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9106
9107 * configure.in (creating src/Makefile): Delete blank lines
9108 along with lines of whitespace.
9109 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
9110
9111 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9112
9113 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
9114 like C_SWITCH_SYSTEM.
9115 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
9116
9117 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9118
9119 * configure.in (drem): Check for this function.
9120
9121 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9122
9123 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
9124 If CPP was inherited from environment, don't use NON_GNU_CPP.
9125 (NON_GNU_CC): Likewise.
9126 (handling with_gcc): Use explicit if in the `no' case.
9127 (cc_specified): New variable; if set, don't use NON_GNU_CC.
9128
9129 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9130
9131 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
9132
9133 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9134
9135 * configure.in: Check whether fmod exists.
9136
9137 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9138
9139 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
9140 {src,lisp}/OChangeLog.
9141
9142 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9143
9144 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
9145 necessary for proper operation. This code works with the current
9146 released version of Autoconf.
9147
9148 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9149
9150 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
9151 (USE_X_TOOLKIT): Define it for all values except `no'.
9152
9153 * configure.in: Undo first Jan 8 change and Jan 16 change.
9154
9155 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9156
9157 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
9158 Substitute USE_X_TOOLKIT as both C macro and Make variable.
9159
9160 * Makefile.in (lwlib/Makefile): New target.
9161 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
9162 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
9163 (unlock, relock): Handle lwlib subdir.
9164
9165 * Makefile.in: Add some .PHONY targets.
9166
9167 * make-dist: Handle lwlib subdir like oldXMenu subdir.
9168
9169 * lwlib: New subdirectory.
9170
9171 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9172
9173 * configure.in: If CPP has a value that is a directory,
9174 discard the value.
9175
9176 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9177
9178 * configure.in (srcdir_undefs): Add g flag to sed substitution to
9179 remove -U[0-9]*.
9180
9181 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9182
9183 * Makefile.in (do-install): Install the dired-x info files.
9184
9185 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
9186 (See src/s/sol2.h.)
9187
9188 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9189
9190 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
9191
9192 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9193
9194 * configure.in (creating src/Makefile): Put code inside 2nd arg to
9195 AC_OUTPUT as it should be; hopefully no one will again see fit to
9196 gratuitously break this and not make a change log entry.
9197 Optimized sed processing of Makefile.in and cpp output; now
9198 preserves comments previously removed from the cpp input.
9199 Eliminated temp file for cpp output. Generate -U switches to
9200 undefine all identifiers that appear in the directory name
9201 ${srcdir}; pass these to cpp.
9202
9203 * configure.in (version): Fix sed regexp to match two-elt version
9204 number.
9205
9206 * configure.in: Check for strerror.
9207
9208 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9209
9210 * configure.in: Test for bcmp.
9211
9212 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9213
9214 * make-dist (tempdir): Put subdir msdos into the distribution.
9215
9216 1993-01-07 Morten Welinder (terra@diku.dk)
9217
9218 * config.bat: New file.
9219
9220 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9221
9222 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
9223
9224 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9225
9226 * configure.in (m68*-next-*): Don't care about which os is specified.
9227 (i[34]86-*-*): Check for *-nextstop*.
9228
9229 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9230
9231 * configure.in: Check for setsid.
9232
9233 1993-12-17 Richard Stallman (rms@srarc2)
9234
9235 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
9236
9237 1993-12-15 Richard Stallman (rms@srarc2)
9238
9239 * Makefile.in (mkdir): Make only the lockdir writable.
9240
9241 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
9242
9243 1993-12-11 Richard Stallman (rms@srarc2)
9244
9245 * Makefile.in (libdir): Use @libdir@.
9246
9247 1993-12-08 Richard Stallman (rms@srarc2)
9248
9249 * Makefile.in (install): Add empty command.
9250
9251 1993-12-04 Richard Stallman (rms@srarc2)
9252
9253 * make-dist: Put man/getopt.c in the dist.
9254
9255 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
9256
9257 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
9258
9259 1993-12-03 Richard Stallman (rms@srarc2)
9260
9261 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
9262 Set it for all solaris versions.
9263 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
9264 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
9265 Likewise for NON_GNU_CC and CC.
9266
9267 1993-12-01 Richard Stallman (rms@srarc2)
9268
9269 * configure.in (mips-mips-riscos4*): Assign variable CC.
9270 (checking ${with_gcc}): If "no", don't override CC if already set.
9271 (CC): Initialize it as empty.
9272
9273 1993-11-30 Richard Stallman (rms@srarc2)
9274
9275 * configure.in (Suns): Set CPP if *-solaris2.3*.
9276
9277 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9278
9279 * Version 19.22 released.
9280
9281 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
9282
9283 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9284
9285 * make-dist: When breaking links, use cp -p.
9286 Copy install.sh into distribution.
9287 Move the temp dir up into the parent dir;
9288 don't leave the staging dir make-dist.tmp... in existence.
9289 * install.sh: New file.
9290
9291 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9292
9293 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
9294
9295 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9296
9297 * configure.in (version): When --run-in-place, exclude
9298 ${datadir}/emacs/site-lisp from locallisppath.
9299
9300 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9301
9302 * configure.in: Delete jumk.c before writing it.
9303
9304 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9305
9306 * Version 19.21 released.
9307
9308 * Makefile.in (mkdir): Ignore error from chmod.
9309
9310 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9311
9312 * make-dist: Don't put lisp/forms.README in the distribution.
9313
9314 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9315
9316 * configure.in (creating src/Makefile): Before running cpp,
9317 discard all lines that start with `# Generated' or /**/#.
9318
9319 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9320
9321 * Version 19.20 released.
9322
9323 * make-dist: Use build-ins.in, not build-install.in.
9324 Don't bother updating TAGS since it's not included.
9325
9326 * build-ins.in: Renamed from build-install.in.
9327
9328 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9329
9330 * make-dist: Don't try to link *.texinfo--there are none now.
9331 When running make in lib-src, specify YACC var value.
9332
9333 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9334
9335 * configure.in (extrasub): Add vpath patterns for %.[yls].
9336
9337 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
9338 Instead just include the commands to make src/Makefile as the
9339 second arg to AC_OUTPUT.
9340
9341 * configure.in: Use : instead of dnl for comment inside
9342 $makefile_command.
9343
9344 * configure.in: No longer use vpath_sed. Instead, when we notice
9345 srcdir already configured, set extrasub to hack vpath in the
9346 makefiles.
9347
9348 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
9349 before moving it.
9350 * Makefile.in (VPATH): Define to @srcdir@.
9351
9352 1993-09-28 Brian J. Fox (bfox@cubit)
9353
9354 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
9355 doesn't exist. Just copy src/Makefile.in instead. Touch
9356 all of the Makefiles after editing config.status.
9357
9358 * INSTALL: Update documentation to match new configuration
9359 mechanism.
9360
9361 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
9362
9363 * configure.in: Allow any of the path or directory Makefile
9364 variables to be set with flags to configure. Create all Makefiles
9365 at configure time. Edit special commands into config.status after
9366 src/Makefile.in is built from src/Makefile.
9367
9368 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
9369 If these files are out of date, simply have config.status
9370 rebuild them; don't rebuild them explicitly.
9371
9372 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
9373
9374 * build-install.in: Change src/xemacs to src/emacs. We no longer
9375 create src/xemacs, so the file wouldn't be found.
9376
9377 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
9378
9379 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9380
9381 * configure.in: Avoid forcing the search of /usr/include before
9382 fixed include files by resetting C_SWITCH_X_SITE if it is
9383 "-I/usr/include".
9384
9385 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9386
9387 * Makefile.in (@rip_paths@locallisppath):
9388 Delete ${datadir}/emacs/site-lisp.
9389
9390 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9391
9392 * configure.in:
9393 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
9394 Remove ${extra_output} from AC_OUTPUT call.
9395
9396 1993-09-17 Brian J. Fox (bfox@inferno)
9397
9398 * make-dist: Quote backquotes found in strings to be echoed.
9399
9400 * configure.in: Use "sh -c pwd" when we want to avoid having the
9401 shell fix up the value of $PWD.
9402
9403 1993-09-13 Brian J. Fox (bfox@inferno)
9404
9405 * Makefile.in (do-install): Don't abort if ln or chmod at the end
9406 of the installation fail. Suggested by Karl Berry.
9407
9408 1993-08-30 Brian J. Fox (bfox@inferno)
9409
9410 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
9411 was used. Set MAKEFLAGS from MFLAGS.
9412
9413 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9414
9415 * configure.in: Test for res_init in libc.
9416
9417 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9418
9419 * configure.in: In the file ${tempcname}, use configure___
9420 instead of @configure@.
9421
9422 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
9423
9424 * make-dist: Dist vpath.sed.
9425
9426 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
9427 Depend on vpath.sed.
9428 Replace sed command for VPATH with @vpath_sed@.
9429
9430 * configure.in: Substitute variable `vpath_sed'.
9431 If not in $srcdir and $srcdir is configured,
9432 issue warning that GNU make is required,
9433 and set vpath_sed to use vpath.sed script.
9434
9435 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9436
9437 * configure.in: Remove check for $srcdir being configured. This
9438 pretty much works now.
9439 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
9440 Check for XFree86 (/usr/X386/include) independent of whether
9441 -lXbsd exists.
9442
9443 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
9444 realclean, unlock, relock): Use `$(MAKE)' in place of plain
9445 `make'.
9446
9447 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9448
9449 * Version 19.19 released.
9450
9451 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
9452
9453 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9454
9455 * configure.in: Check for XScreenNumberOfScreen.
9456
9457 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9458
9459 * configure.in: Add * to end of all configuration alternatives.
9460 (m68*-sony-newsos3*): New alternative.
9461
9462 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9463
9464 * make-dist: Include getdate.c in distribution.
9465
9466 * configure.in: For --help, use $PAGER if it is set.
9467 (LIB_X11_LIB): Default to -lX11.
9468 (mips-sgi-irix5.*): New alternative.
9469
9470 * Makefile.in (do-install): Install info/gnus* and info/sc*.
9471
9472 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
9473 Recognize *.B8.* as hpux version 8.
9474 (m68*-tektronix-bsd*): Fix typo in tek4300.
9475 (AC_HAVE_FUNCS): Add ftime.
9476
9477 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9478
9479 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
9480 Use tekxd88, not tekXD88.
9481
9482 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9483
9484 * configure.in: Check for -lm. Then can check for frexp and logb.
9485
9486 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9487
9488 * Version 19.18 released.
9489
9490 * make-dist (src): Don't put gnu-hp300 in dist.
9491 (src, lisp): Include OChangeLog in dist.
9492
9493 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9494
9495 * configure.in: Test for presence of logb and frexp functions.
9496
9497 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9498
9499 * configure.in (machine): Add i370-ibm-aix*.
9500
9501 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9502
9503 * configure.in (function checks): Test for mkdir and rmdir.
9504
9505 * configure.in (function checks): Don't test for random and bcopy
9506 only when we're building with X; look for them all the time.
9507
9508 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9509
9510 * configure.in: Test for availability of bcopy functions, searching
9511 the X libraries if we're using X.
9512
9513 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
9514 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
9515 versions of AIX, and needs to be passed to the loader.
9516
9517 * configure.in: Test for the availability of the
9518 XScreenResourceString function.
9519
9520 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
9521
9522 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
9523 LD_SWITCH_X_SITE and assume --with-x11.
9524 Only look for X11 files if we weren't told about a window system
9525 or if we were told to use X11 but not told where.
9526 Search the libraries from the s and/or m files when checking for
9527 functions.
9528
9529 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
9530
9531 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9532
9533 * make-dist: Include lisp/dired.todo in the distribution.
9534
9535 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9536
9537 * configure.in: Add code to set HAVE_INET_SOCKETS.
9538
9539 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9540
9541 * configure.in: If we do find x_includes and x_libraries
9542 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
9543
9544 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9545
9546 * make-dist: Include src/gnu-hp300 in the dist.
9547
9548 * configure.in (canonical): New variable holds the canonicalized
9549 configuration. Don't alter `configuration'. Use `configuration'
9550 for Makefile.in for file naming.
9551 (testing x_includes and x_libraries): Use =, not ==.
9552
9553 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9554
9555 * Version 19.17 released.
9556
9557 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
9558 directory's makefile. This allows the invocation of CPP which
9559 builds xmakefile to receive these switches. The SunSoft C
9560 preprocessor inserts spaces between tokens if it doesn't get the
9561 -Xs flag requested in src/s/sol2.h.
9562
9563 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
9564
9565 * configure.in (m68k-bull-sysv3): New config.
9566
9567 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9568
9569 * configure.in: Use the autoconf AC_FIND_X macro to try to find
9570 the X Windows libraries.
9571
9572 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9573
9574 * make-dist (tempdir): Don't create lisp/forms-mode directory in
9575 the distribution. Those files aren't kept in their own
9576 subdirectory any more.
9577
9578 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9579
9580 * Version 19.16 released.
9581
9582 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9583
9584 * configure.in: Add --verbose flag.
9585
9586 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9587
9588 * version 19.15 released.
9589
9590 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9591
9592 * Makefile.in (top_distclean): Use -f switch when cleaning out
9593 lock dir; it might be empty.
9594
9595 * configure.in: Only check for -lXbsd once.
9596
9597 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9598
9599 * Version 19.14 released.
9600
9601 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9602
9603 * make-dist: If using gzip, create distribution with '.gz' extension.
9604
9605 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
9606 (lisp/forms-mode): This doesn't exist anymore.
9607
9608 * configure.in: Look for the closedir function.
9609
9610 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9611
9612 * configure.in (CPP): Autoconf sets this to a shell variable
9613 reference, which doesn't work when it's edited into a makefile.
9614 Expand that variable reference.
9615
9616 * Makefile.in (CPP): New variable.
9617 (src/Makefile): Edit CPP into src/Makefile.
9618
9619 * Makefile.in (src/Makefile): Don't bother exiting single quotes
9620 and entering double quotes to get the values of LD_SWITCH_X_SITE
9621 and the other make variables; make substitutes them in anyway.
9622
9623 * Makefile.in (uninstall): Don't remove the lisp and etc
9624 directories if they're in the source tree.
9625
9626 Bring mumbleclean targets into conformance with GNU coding standards.
9627 * Makefile.in (mostlyclean, clean): Separate these two; just have
9628 them pass the request to the subdirectory makefiles.
9629 (distclean): Pass the request down, and then get rid of the
9630 files configure built, and get rid of the Makefiles.
9631 (realclean): Pass the request down, and then do the same things
9632 distclean does.
9633 (uninstall, info, dvi): New targets.
9634
9635 * configure.in: Move clause for PC-compatible i386 box to the end
9636 of the case statement, to avoid masking configurations below.
9637
9638 * configure.in: Add case for m88k-motorola-sysv4.
9639
9640 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
9641 the HP 68000 machines.
9642
9643 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
9644 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
9645 preprocessor won't fiddle with them.
9646
9647 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9648
9649 * Makefile.in (TAGS): cd to src to run etags.
9650
9651 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9652
9653 * configure.in (version): Check the X libraries for XrmSetDatabase
9654 and random, and see if we have -lXbsd.
9655
9656 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9657
9658 * configure.in: Pass "-Isrc" to the CPP we run to examine the
9659 s/*.h and m/*.h files. Martin Tomes
9660 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9661
9662 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9663
9664 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9665 above the general i386 alternative.
9666
9667 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9668
9669 * configure.in: Recognize configuration name for Data General
9670 AViiON machines.
9671
9672 * configure.in: Use AC_LONG_FILE_NAMES.
9673
9674 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9675
9676 * configure.in: Test for bison.
9677 * Makefile.in (YACC): New variable.
9678 (lib-src/Makefile.in): Edit YACC into the makefile.
9679
9680 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9681
9682 * Version 19.13 released.
9683
9684 * configure.in (CFLAGS): Don't set this according to the value of
9685 the GCC shell variable. Instead, consult the machine and system
9686 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9687 test __GNUC__ while we're at it.
9688
9689 * configure.in: Remove extra ;; from hpux cases.
9690
9691 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9692
9693 * configure.in: Check to see if the system has -ldnet.
9694
9695 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9696
9697 * make-dist: Add clauses to distribute lisp/forms-mode.
9698
9699 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9700
9701 * configure.in (machine): Fix the versions in hpux version number test.
9702 Do not guess based on cpu type. Do check for explicit system version.
9703
9704 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9705
9706 * configure.in: Do NOT look for `unknown' as company name.
9707
9708 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9709
9710 * configure.in: Fix typo in message.
9711
9712 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9713
9714 * Version 19.12 released.
9715
9716 * Makefile.in (do-install): Correct previous etc-copying change.
9717 Partially rewrite using `if'.
9718 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9719
9720 * Version 19.11 released.
9721
9722 * configure.in: Handle 386bsd.
9723
9724 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9725
9726 * make-dist: Update getdate.c.
9727
9728 * configure.in: Handle bsd386.
9729
9730 * Makefile.in (do-install): Use `-' in tar options.
9731
9732 * configure.in: Change ! "${...}" to x"${...}" = x.
9733
9734 * Makefile.in (do-install): Copy the DOC-* files from the build
9735 etc directory, as well as lots of things from ${srcdir}/etc.
9736
9737 * make-dist: Copy config.guess.
9738
9739 * configure.in: Handle AIX versions 1.2, 1.3.
9740
9741 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9742
9743 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9744 the configuration name mips-mips-usg* to represent USG systems.
9745
9746 * configure.in: Fix logic to detect if srcdir is already configured.
9747
9748 * Makefile.in: Pass in LD_SWITCH_X_SITE.
9749
9750 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9751 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9752 of a directory; cd might fail, and have pwd print out the current
9753 directory.
9754
9755 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9756
9757 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
9758
9759 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9760
9761 * configure.in: Complain if srcdir points at an already-configured
9762 tree.
9763
9764 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9765
9766 * Version 19.10 released.
9767
9768 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9769
9770 * Makefile.in: Use Makefile comments, not C comments.
9771
9772 * configure.in: Add case for the Tektronix XD88.
9773
9774 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9775
9776 * configure.in: Handle sysv4.2 and sysvr4.2.
9777
9778 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9779
9780 * configure.in: Traverse the argument list without destroying it;
9781 don't use shift. It turns out that "set - ${saved_arguments}"
9782 doesn't work portably.
9783
9784 * configure.in: Add missing "fi".
9785
9786 * make-dist: Rebuild configure if configure.in is newer.
9787
9788 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9789 targets to be executed even if make remembers that it has already
9790 satisfied FRC.
9791
9792 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9793
9794 * Makefile.in (do-install): Delete redundant code to copy etc twice.
9795
9796 * configure.in (romp): Handle various version numbers with aos and bsd.
9797
9798 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9799
9800 * configure.in: Fix message text.
9801
9802 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9803
9804 * make-dist: Make a `site-lisp' directory in the distribution,
9805 instead of a `local-lisp' directory, which hasn't been the
9806 appropriate name for a long time.
9807 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
9808 from the distribution first, then /usr/local/lib/emacs/site-lisp.
9809
9810 * Makefile.in (do-install): Correctly detect if ./etc and
9811 ${srcdir}/etc are the same.
9812
9813 * configure.in: Extract UNEXEC from the system configuration
9814 files, compute the name of the source file corresponding to the
9815 object file, and #define it as UNEXEC_SRC in config.h.
9816
9817 * configure.in: If srcdir is '.', then try using PWD to make it
9818 absolute.
9819
9820 * configure.in: Include ${srcdir} in the printed report, to help
9821 people notice if it's an automounter path.
9822
9823 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9824
9825 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
9826
9827 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9828
9829 * Makefile.in (do-install): Delete the dest dir, not the source dir,
9830 when they are different. Add `shift' command.
9831 (COPYDESTS, COPYDIR): Delete external-lisp dir.
9832 (externallispdir): Var deleted.
9833
9834 * configure.in: Delete spurious paren outputting short_usage.
9835
9836 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9837
9838 * Version 19.9 released.
9839
9840 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9841
9842 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
9843 subdirectory makes.
9844
9845 * make-dist: Check for .elc files with no corresponding .el file.
9846
9847 * Makefile.in (mkdir): Make all the directories in locallisppath.
9848
9849 * config.guess: New file.
9850 * configure.in: Use it, tentatively.
9851 * INSTALL: Mention its usage.
9852
9853 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
9854 the former gives you the operating system rev directly. Use
9855 s/hpux.h if we don't recognize what we got.
9856
9857 * Makefile.in (do-install): Don't remove a destination directory
9858 if it's the same as the source. If ${srcdir}/info == ${infodir},
9859 don't try to copy the info files.
9860
9861 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
9862 doesn't work if you're not using a separate source directory.
9863 (do-install): Copy the build tree's etc directory only after
9864 making sure it's not also the source tree's etc directory.
9865
9866 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9867
9868 * configure.in: Handle sunos4.1.3 specially.
9869
9870 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9871
9872 * Makefile.in (INSTALL): Add definition.
9873
9874 * configure.in: Fix some messages. Support -with-gnu-cc.
9875 At the end, use `set --', not `set -'.
9876 Delete spurious `.h' in hpux alternatives.
9877
9878 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9879
9880 * Version 19.8 released.
9881
9882 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9883
9884 * configure.in: When looking for source in the same directory as
9885 the configure script, make the path thus discovered absolute.
9886 If the user specifies the `--srcdir' switch, make that directory
9887 absolute too.
9888
9889 * Makefile.in (srcdir): Remove comment saying this doesn't work.
9890
9891 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
9892 too, as the value of the PATH_INFO macro.
9893
9894 * configure.in: Check to see if the source lives in the same
9895 directory as the configure script.
9896
9897 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9898
9899 * Makefile.in (install): Split this into `install' and
9900 `do-install', to give people more control over exactly what gets
9901 done.
9902 (do-install): New target, containing the guts of `install'. Don't
9903 remove and recreate the directories inside the copying loop - do
9904 it all before the copying loop. Pass more flags to the lib-src
9905 make.
9906 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9907 avoid errors and warnings.
9908
9909 * configure.in: For generic IBM PC boxes, insist on "unknown" for
9910 the manufacturer - the more general case was blocking other i386
9911 configuration names below, and that's how the names are written in
9912 MACHINES anyway.
9913
9914 * make-dist: When breaking links, remove the link before moving
9915 the copy onto it, to avoid interactive behavior.
9916
9917 * Makefile.in: Doc fix.
9918
9919 * configure.in: Doc fix.
9920
9921 * INSTALL: Mention --exec-prefix option.
9922
9923 * configure.in: Add support for the `--exec-prefix' option.
9924 * Makefile.in: Accept that support.
9925
9926 * configure.in: Use the AC_PROG_INSTALL macro.
9927 * Makefile.in (INSTALL): Variable removed.
9928 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9929
9930 * configure.in: Distinguish between hp800's and hp700's by calling
9931 "uname -m".
9932
9933 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9934
9935 * configure.in: Recognize configuration names for i860 boxes
9936 running SYSV.
9937
9938 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9939
9940 * configure.in: Distinguish between hp800's and hp700's by the
9941 version of HP/UX they run, since that's something people are more
9942 likely to know - hp700's run 8.0.
9943 Add HP 700 configuration.
9944
9945 * configure.in: Test for the presence of the `rename' function.
9946
9947 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9948 configure.in.
9949 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9950
9951 * make-dist: Break intra-tree links.
9952
9953 * configure.in: Explain that this is an autoconf script, and give
9954 instructions for rebuilding configure from it. Arrange to put
9955 comments in configure explaining this too.
9956
9957 * configure.in: Make the first line of the configure script be
9958 "#!/bin/sh". Leaving the first line blank didn't work.
9959
9960 * configure.in (long_usage): Removed; made short_usage describe
9961 the options briefly.
9962
9963 * configure.in: Implement the --prefix option.
9964 * Makefile.in (prefix): Add support for it here.
9965 * INSTALL: Document it here.
9966
9967 * Makefile.in (install): Don't assume that the files in the `info'
9968 subdirectory match *.info. They don't have that prefix.
9969
9970 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9971
9972 * configure.in: Add case for version 5 of Esix.
9973
9974 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9975
9976 * Version 19.7 released.
9977
9978 * make-dist: There aren't any *.com files in lib-src anymore.
9979
9980 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
9981 them; they're symlinks to other filesystems on the GNU machines.
9982
9983 * make-dist: Check that the manual reflects the same version of
9984 Emacs as stated in lisp/version.el. Edit that version number into
9985 the README file.
9986
9987 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9988
9989 * configure.in: Remove the hack of AC_DEFINE; use
9990 AC_DEFINE_UNQUOTED.
9991
9992 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9993
9994 * make-dist: Don't distribute precomp.com, compile.com, or
9995 link.com from ./src; they're in ./vms now.
9996
9997 Some time-handling patches from Paul Eggert:
9998 * configure.in: Add AC_TIMEZONE.
9999
10000 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10001
10002 * configure.in: Recognize Linux as a valid operating system for
10003 the i386.
10004
10005 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10006
10007 * make-dist: Distribute some VMS files we got from Richard Levitte.
10008
10009 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
10010 the source for the sed command, not oldXMenu/Makefile.
10011
10012 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10013
10014 * INSTALL: Don't claim the srcdir option doesn't work.
10015
10016 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10017
10018 * configure.in: Include remarks saying what order the autoconf
10019 tests should go in, and remind people to change config.h.in
10020 whenever they add autoconf tests which make #definitions.
10021
10022 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
10023
10024 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10025
10026 * Makefile.in (oldXMenu/Makefile): Make this depend on
10027 ${srcdir}/oldXMenu/Makefile.in, not itself.
10028
10029 * PROBLEMS: Some updates from David J. Mackenzie.
10030
10031 More changes from David J. Mackenzie.
10032 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
10033 removed; autoconf and config.h should specify all these
10034 differences.
10035 (buildlisppath): Make this path depend on ${srcdir}.
10036 (INSTALLFLAGS): Removed.
10037 (INSTALL): Include the -c flag.
10038 (install): Change the way we invoke install accordingly.
10039
10040 Install ${srcdir} changes from DJM.
10041 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
10042 list.
10043 (COPYDIR, COPYDESTS): Install files from both the etc directory in
10044 the source tree and the etc directory in the object tree.
10045 (${SUBDIR}): Pass the prefix variable down to submakes.
10046 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
10047 in /bin.
10048 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
10049 values for srcdir and VPATH.
10050 (install): Add `v' flag to tar command. Make sure that `dir'
10051 exists in ${srcdir}/info before copying it. Remember that the man
10052 pages come from the source tree, not the object tree.
10053 * configure.in: Remove remarks saying that the --srcdir option
10054 doesn't work.
10055 Create the etc directory in the object tree.
10056 Recognize configuration names of the form *-sun-solaris*.
10057 Recognize sunos5 and solaris as operating system names.
10058
10059 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
10060 lib-src/getdate.y and src/systime.h.
10061
10062 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10063
10064 * make-dist: Make links in info subdir.
10065
10066 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10067
10068 * configure.in: Call AC_STDC_HEADERS.
10069
10070 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10071
10072 * configure.in: Sidestep autoconf's quoting of the second argument
10073 of AC_DEFINE, so we can specify the value to put there. It would
10074 be nice if autoconf provided some way to specify computed values
10075 for macros.
10076
10077 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10078
10079 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
10080 this is always just -DHAVE_CONFIG_H.
10081
10082 The GNU coding standards specify that CFLAGS should be left for
10083 users to set.
10084 * Makefile.in (CFLAGS): Let configure determine the default value
10085 for this. Don't
10086 have it default to DEFS.
10087 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
10088 (lib-src/Makefile, src/Makefile): Edit the default value for
10089 CFLAGS into these files, not DEFS.
10090 * configure.in (CFLAGS): Choose a default value for this - "-g"
10091 normally, or "-g -O" if we're using GCC. Edit it into the
10092 top-level Makefile.
10093
10094 * configure.in: When scanning the machine and system description
10095 #include files, write their names to conftest.c properly.
10096
10097 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10098
10099 * configure.in: In configuration name case for Apallos running
10100 Domainios, set opsys, not opsysfile.
10101
10102 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
10103 src/config.h, instead of AC_OUTPUT; the latter overwrites
10104 src/config.h even when it hasn't changed, puts a makefile-style
10105 comment at the top even though it's C code, and produces a
10106 config.status script which doesn't do the job right.
10107
10108 * configure.in: Add AC_LN_S test, so we can tell whether or not we
10109 can use a symbolic link to get the X Menu library into src.
10110 * Makefile.in (LN_S): New variable.
10111 (src/Makefile): Edit the value of LN_S into this makefile.
10112
10113 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10114
10115 * configure.in: Support *-sco3.2v4* as opsystem.
10116
10117 * make-dist: Don't include calc directory.
10118 Exclude many files in the man directory; copy a few.
10119
10120 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10121
10122 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
10123 call AC_STRUCT_TM to see what's in time.h.
10124
10125 * configure.in: Employ quoting stupidity to get the value of CPP
10126 to expand properly.
10127
10128 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10129
10130 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
10131 variable to scan the machine and system description files.
10132
10133 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
10134 so that getdate.y builds correctly.
10135
10136 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10137
10138 * configure.in (tempcname): Change this to "conftest.c", so it will
10139 work properly on systems with short filenames; this is the name
10140 autoconf uses.
10141
10142 * configure.in: Also detect the availability of dup2 and
10143 gethostname.
10144
10145 * configure.in: Use the AC_ALLOCA test.
10146 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
10147 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
10148
10149 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10150
10151 * make-dist: Distribute configure, as well as configure.in.
10152 Oversight.
10153
10154 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10155
10156 * Makefile.in (install): Print out the name of the directory we're
10157 copying, so people can have some idea of whether we're making
10158 progress.
10159
10160 * Makefile.in (install.aix, install.xenix, install.sysv, install):
10161 Don't forget to re-create the COPYDESTS directories after we clear
10162 them out.
10163
10164 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10165
10166 * Makefile.in: Add autoconf cookies so that the configure
10167 script can comment out sections of path variable definitions to
10168 choose between the installable configuration and the run-in-place
10169 configuration.
10170 * configure.in: Add new option `--run-in-place', to select the
10171 run-in-place path definitions.
10172
10173 * configure.in: Add a clause to the big configuration name case
10174 for the NeXT machine.
10175
10176 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10177
10178 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10179 Make sure that each source directory exists, and is different from
10180 the destination directory; then, delete the destination before
10181 copying over the source.
10182
10183 * make-dist: Distribute configure.in, instead of configure.
10184
10185 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10186
10187 * configure.in: Don't set CC to "gcc -O" if the user specifies
10188 `--with-gcc'. Add -O to DEFS if GCC is set.
10189
10190 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10191
10192 * Makefile.in (clean mostlyclean): Missing right paren.
10193
10194 * configure.in: When checking for X windows, search for an X11
10195 subdirectory of ${x_includes}.
10196
10197 * configure.in: Check for gettimeofday function, for getdate.y.
10198
10199 Change `configure' to a mixture of custom code and autoconf stuff.
10200 autoconf can't derive all the information we need, but we'd really
10201 like to be able to take advantage of some of its tests, and its
10202 file-editing facilities.
10203 * configure.in: Renamed from configure.
10204 Quote the sections of shell script we want copied literally to
10205 the configure script.
10206 (compile): Initialize this to make the autoconf macros' code happy.
10207 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
10208 code to do their jobs.
10209 Use autoconf to produce Makefile and src/config.h.
10210 Remove the Makefile-style comment that autoconf places at the top
10211 of src/config.h.
10212 (config_h_opts): Removed - no longer necessary.
10213 * Makefile.in (configname): Renamed to configuration.
10214 (CONFIG_CFLAGS): Renamed to DEFS.
10215 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
10216 get values via autoload @cookies@.
10217 (libsrc_libs): Get this from autoconf. We used to do nothing
10218 about this.
10219 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
10220
10221 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
10222 echo the move-if-change command.
10223
10224 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
10225
10226 * make-dist: Distribute lib-src/rcs-checkin.
10227
10228 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
10229 Don't try to make links to the RCS or Old subdirectories.
10230 Use the appropriate extension for the compression type in use.
10231 Create the tar file in the shell's initial default directory, not
10232 in ${tempparent}.
10233 Erase the whole ${tempparent} tree, not just ${tempdir}.
10234
10235 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10236
10237 * Makefile.in (src/paths.h): Don't echo the huge sed command we
10238 use to build paths.h.
10239 (lib-src/Makefile, src/Makefile): Similarly.
10240
10241 * configure: Extend test for working `const' keyword to handle AIX
10242 3.2 cc.
10243
10244 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10245
10246 * make-dist: Distribute lisp/term/ChangeLog.
10247
10248 Arrange for C compilation throughout the tree to get
10249 C_SWITCH_SYSTEM from the configuration files.
10250 * configure: Extract C_SWITCH_SYSTEM from the machine and
10251 system-dependent files, and save it in the top-level Makefile.
10252 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
10253 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
10254
10255 * make-dist: Include the VMS support files in oldXMenu in the
10256 distribution.
10257
10258 * configure: Doc fix.
10259
10260 * configure: Fix corrupted config_h_opts.
10261
10262 * configure: Properly report option names in error messages.
10263
10264 * configure: Properly recognize --x-includes and --x-libraries
10265 options.
10266
10267 * configure: Fix syntax errors in code handling XFree386.
10268
10269 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10270
10271 * configure: Add special code to detect XFree386, and tell
10272 config.h about it.
10273
10274 * configure: Properly handle extracting values of LIBS_MACHINE and
10275 LIBS_SYSTEM that contain spaces.
10276
10277 * configure: Add `--x-includes' and `--x-libraries' options. I
10278 think these are dopey, but no less than three alpha testers, at
10279 large sites, have said they have their X files installed in odd
10280 places. Implement them by setting C_SWITCH_X_SITE and
10281 LD_SWITCH_X_SITE in src/config.h.
10282
10283 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10284
10285 * make-dist: Don't distribute etc/Old files.
10286
10287 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
10288 backups.
10289
10290 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10291
10292 * make-dist: Fix typo.
10293
10294 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10295
10296 * make-dist: Corrected typo, fixed it to discard = and TAGS files
10297 in some cases where it should but didn't seen to.
10298
10299 * Makefile.in: Added unlock and relock productions.
10300
10301 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10302
10303 * make-dist: Add a --compress option to force make-dist to use
10304 compress.
10305
10306 * make-dist: Use gzip, if we can find it.
10307
10308 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10309 make rs6000-ibm-aix default to -aix32.
10310
10311 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10312
10313 * Makefile.in: Added `Developer's configuration' section.
10314
10315 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10316
10317 * Makefile.in: Add commented-out variable settings for developer's
10318 configuration.
10319
10320 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10321
10322 * make-dist: Distribute `src/bitmaps' too.
10323
10324 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
10325
10326 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10327 make rs6000-ibm-aix default to -aix32.
10328
10329 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10330
10331 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
10332
10333 * Makefile.in (install.sysv): Add a second `$' in front of
10334 `${dest}', so that the shell will expand it, instead of Make.
10335
10336 * configure: When processing the name of the configure script,
10337 collapse `././' to `./', but leave a single `./' prefix alone.
10338
10339 * configure: Doc fix.
10340
10341 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10342
10343 * configure: Handle isc3.0 correctly.
10344
10345 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10346
10347 * make-dist: Don't try to copy the COPYING notice into
10348 external-lisp; we're not distributing that directory any more.
10349
10350 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10351
10352 * Makefile.in (install, install.aix, install.xenix, install.sysv):
10353 Remove CVS subdirectories from the installed directory trees, as
10354 well as RCS directories.
10355
10356 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10357
10358 * make-dist: Only copy gmalloc.c if we couldn't link it.
10359 Don't try to copy man/{README,Makefile} unless they actually exist.
10360
10361 * Makefile.in (lisppath): Don't include externallispdir in this.
10362 We're not sure whether we're even going to distribute the
10363 directory yet.
10364
10365 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10366
10367 * make-dist: Don't distribute the external-lisp directory anymore.
10368 * INSTALL: Remove all references to external-lisp.
10369
10370 * configure: Detect whether the compiler supports `const'
10371 properly, and edit src/config.h accordingly.
10372
10373 * configure: Tweak layout of final report.
10374
10375 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
10376 CFLAGS.
10377
10378 * Makefile.in (locallisppath): Make this default to
10379 ${datadir}/emacs/site-lisp, instead of
10380 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
10381 the same thing, and local-lisp causes completion conflicts with
10382 lock.
10383 (lisppath): Add ${externallispdir} to this.
10384 * INSTALL: Adjust installation directions.
10385
10386 * Makefile.in (externallispdir): New variable, to say where to
10387 install the externally-maintained lisp files.
10388 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
10389 the others.
10390 * INSTALL: Describe external-lisp and the new externallispdir
10391 variable.
10392
10393 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10394
10395 * configure (progname): New option `--with-gcc'. Make it clearer
10396 how we are trying to guess whether or not we have GCC.
10397 * INSTALL: Document the `--with-gcc' option, and improve
10398 description of `--with-x' options.
10399
10400 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10401
10402 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
10403 ${infodir} from these variables; we have written out explicit code
10404 to install the info files.
10405
10406 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10407
10408 * make-dist: Don't distributed the RCS files in the etc directory.
10409
10410 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10411
10412 * Makefile.in: Some makes can't handle comments in the middle of
10413 commands; move them to before the whole rule.
10414
10415 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10416
10417 * README: Mention what Emacs is.
10418
10419 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10420
10421 * make-dist: Include `./lisp/calc-2.02' in the distribution.
10422 Add `./cpp' and `./man' back into the distribution.
10423
10424 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10425
10426 * Makefile.in: Define MAKE, and use where appropriate.
10427
10428 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10429
10430 * make-dist: Remember that the authoritative COPYING notice is
10431 `etc/COPYING', not `../etc/COPYING'.
10432
10433 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10434
10435 * make-dist: Make sure that the COPYING notices in each directory
10436 are copies, not symlinks.
10437
10438 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10439
10440 * INSTALL: The build process produces an executable called `emacs'
10441 now. Change references.
10442 * Makefile.in: Adjust `install.mumble' targets to install
10443 `src/emacs', not `src/xemacs'.
10444
10445 * configure: Start with a blank line; this keeps some old CSH's
10446 from thinking it's a CSH script. Most systems will just use
10447 /bin/sh to run it, which is what we're expecting; the only other
10448 shells which might try to interpret it themselves are probably
10449 Bourne-compatible.
10450
10451 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10452
10453 * INSTALL: Improvements suggested by David Mackenzie.
10454
10455 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10456
10457 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10458 Don't try to copy the info files if there aren't any; the
10459 unexpanded globbing pattern disappoints `install'. Ignore the
10460 return status of that command.
10461
10462 * INSTALL: Updated for new configuration arrangement.
10463
10464 * configure: Don't make the top-level Makefile read-only - people
10465 may want to edit the values of the path variables.
10466
10467 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10468 Install the info files in ${infodir}. Install the executable
10469 under both `emacs' and `emacs-VERSION'.
10470
10471 * Makefile.in: Doc fix.
10472
10473 * Makefile.in (exec_prefix): New variable, as per latest version
10474 of coding standards.
10475 (bindir, libdir): Use it, instead of `prefix'.
10476 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
10477
10478 * Makefile.in (mandir): Make the default value for this depend on
10479 $(prefix).
10480
10481 * Makefile.in (datadir, statedir, libdir): Make these all default
10482 to ${prefix}/lib.
10483 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
10484 to compensate.
10485
10486 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10487 Install the etags and ctags man pages too.
10488
10489 * Makefile.in (distclean): Don't delete backup files; that's the
10490 job of extraclean.
10491 (extraclean): Like distclean, but deletes backup and autosave files.
10492
10493 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10494
10495 Make path specification conform to GNU coding standards.
10496 * configure (long_usage): Remove all traces of old arguments from
10497 usage messages, and document the options we do accept in more
10498 detail: -with-x... and --srcdir.
10499 (options, boolean_opts): Deleted; we don't have enough options to
10500 make this worthwhile.
10501 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
10502 along with the code which supported them; these should be set as
10503 arguments to the top-level make.
10504 (config_h_opts): Since this no longer doubles as a list of option
10505 names, make them upper case; this simplifies the code which uses
10506 them to build the sed command to edit src/config.h. Change the
10507 code which sets them.
10508 (cc, g, O): Don't allow the user to set these using options; they
10509 should be specified using `CC=' and `CFLAGS=' arguments to the
10510 top-level make. Just choose reasonable default values for them,
10511 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
10512 values.
10513 (gnu_malloc, rel_alloc): Don't allow the user to set these using
10514 options; use them whenever the configuration files say they're
10515 possible.
10516 Simplify the argument processing loop. Don't accept abbreviations
10517 for option names; these might conflict with other configuration
10518 options in the future.
10519 Add some support for the `--srcdir' option. Check for the sources
10520 in . and .. if `--srcdir' is omitted. If the directories we will
10521 compile in don't exist yet, create them under the current directory.
10522 Note that the rest of the build process doesn't really support
10523 this.
10524 Edit only the top Makefile. That should edit the others. Edit
10525 into the makefile: `version', from lisp/version.el, `configname'
10526 and `srcdir' from the configuration arguments, `CC' and
10527 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
10528 the user's path, and LOADLIBES as gleaned from the system
10529 description files.
10530 Simplify the report generated; it doesn't need to include any
10531 description of paths now.
10532 Make `config.status' exec configure instead of just calling it, so
10533 there's no harm in overwriting `config.status'.
10534 * Makefile.in (version, configname): New variables, used to choose
10535 the default values for datadir and libdir.
10536 Path variables rearranged into two clearer groups:
10537 - In the first group are the variables specified by the GNU coding
10538 standards (prefix, bindir, datadir, statedir, libdir, mandir,
10539 manext, infodir, and srcdir).
10540 - In the second are the variables actually used for Emacs's paths
10541 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
10542 archlibdir), which depend on the first category.
10543 datadir and libdir default to directories under
10544 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
10545 demand.
10546 etcdir and lispdir default to subdirectories of datadir.
10547 archlibdir defaults to libdir.
10548 The new installation tree is a bit deeper than it used to be, so
10549 use the new make-path program in lib-src to build them all.
10550 Always build a new src/paths.h.tmp and then move-if-change it to
10551 src/paths.h, to avoid unnecessary rebuilds while responding to the
10552 right changes.
10553 Remove all mention of arch-lib. Run utility commands from
10554 lib-src, and let the executables be copied into archlibdir when
10555 Emacs is installed.
10556 Add targets for src/Makefile, lib-src/Makefile, and
10557 oldXMenu/Makefile, editing the values of the path variables into
10558 them.
10559 Let lib-src do its own installation.
10560 (datadir): Default to putting data files under
10561 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
10562 (emacsdir): Variable deleted; it would only be confusing to use.
10563 (lispdir, etcdir): Default to ${datadir}/lisp.
10564 (mkdir): Use make-path for this.
10565 (lockdir): Do this in mkdir.
10566 (Makefile): New target.
10567
10568 * configure (usage_message): Rename to long_usage.
10569
10570 * make-dist: Don't bother creating an arch-lib directory; that's
10571 only for installation now.
10572
10573 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10574
10575 * configure: Use GCC-style configuration names, using config.sub.
10576 Change the usage and help messages.
10577
10578 * configure: Initialize window_system, not indow_system.
10579
10580 * configure: Report which window system, compiler, and signal
10581 handler return type we decide to use.
10582
10583 * make-dist: Explain what's going on if config.sub and gmalloc.c
10584 can't be linked. Place the code which copies them near the code
10585 which links the rest of the files around them.
10586
10587 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
10588
10589 * make-dist: Don't bother to distribute src/*.com, or
10590 src/vmsbuild; those have all been moved to `../vms'.
10591
10592 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10593
10594 * make-dist: Don't forget that the way to avoid filenames starting
10595 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
10596 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
10597 couldn't make hard links to, since we have two already, and
10598 perhaps more to come.
10599
10600 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10601
10602 * configure: When editing parameters into lib-src/Makefile, change
10603 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
10604 needs some other flags too.
10605
10606 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10607
10608 * configure: Remove spurious echo of the configuration name.
10609
10610 * make-dist: Don't distribute files in src/m and src/s whose names
10611 begin with `='.
10612
10613 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10614
10615 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10616 Also LISP_FLOAT_TYPE.
10617
10618 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10619
10620 * make-dist: Copy config.sub, since it's a symbolic link to a file
10621 on another file system.
10622
10623 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10624
10625 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10626 distribution.
10627
10628 * config.sub: New file, to help us recognize configuration names.
10629 * make-dist: Include it in the distribution.
10630
10631 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10632
10633 * configure: Convert `-' to `_' in specified option names.
10634 Accept options with --. Delete --highpri and --have-x-menu options.
10635 New options --with-x and --with-x10 replace -window-system.
10636 Don't mention options --gnu-malloc, --rel-alloc
10637 or --lisp-float-type in help message.
10638
10639 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10640
10641 * make-dist: Include the `vms' subdirectory in the distribution.
10642
10643 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10644
10645 * configure: Remove lines starting with "# DIST: " when building
10646 lib-src/Makefile and src/Makefile. This allows us to mark the
10647 "Makefile.in" files with explanatory comments which won't also get
10648 stuck in the Makefiles.
10649
10650 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10651
10652 * make-dist: Don't use the '+' operator in the sed regular
10653 expression that extracts the version number from lisp/version.el;
10654 Ultrix sed doesn't seem support the operator. Just double the
10655 operand and use *.
10656
10657 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10658
10659 * Makefile.in: Doc fix.
10660
10661 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10662
10663 * configure: Rewrite sed command to remove at most one ./ prefix;
10664 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10665 group.
10666
10667 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10668
10669 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10670
10671 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10672
10673 * make-dist: Go ahead and build a new TAGS file, unless the
10674 --newer option was specified. Don't try to delete a TAGS file
10675 from etc; it's not kept there, and shouldn't be deleted anyway.
10676
10677 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10678
10679 * make-dist: If the lisp directory contains a default.el, don't
10680 distribute it.
10681
10682 * configure: When searching signal.h for the type of a signal
10683 return handler, make a copy of it, not a symbolic link to it; that
10684 way, it will work on systems that don't have symbolic links.
10685
10686 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10687
10688 * make-dist: Taught it about vcdiff and rcs2log, added --newer
10689 option for generating incremental distributions. Stopped it from
10690 generating a TAGS file into the distribution; that sucker is
10691 *big*, and easily enough generated with the toplevel makefile.
10692
10693 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10694
10695 * configure: When writing config.status, don't prefix progname
10696 with a '.'; it might be absolute.
10697
10698 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10699
10700 * configure: Choose to use X11 if either /usr/lib/libX11.a or
10701 /usr/include/X11 exist, not only if both exist.
10702
10703 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10704
10705 * make-dist: Make the new external-lisp directory a duplicate of
10706 the external-lisp directory, not the lisp directory.
10707
10708 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10709
10710 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10711 clean' in arch-lib; it doesn't even have a Makefile.
10712
10713 * Makefile.in (clean, mostlyclean): In the test which tries to
10714 distinguish between the build directory, which should be cleaned,
10715 and the installed directory, which shouldn't, cd to `${emacsdir}',
10716 not `${DESTDIR}${LIBDIR}'.
10717
10718 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10719
10720 * make-dist: Be sure to delete the .c and .h files that YACC and
10721 BISON create from getdate.y.
10722
10723 * external-lisp: New directory; see `external-lisp/README'.
10724 * make-dist: Added support for the external-lisp subdirectory.
10725
10726 * make-dist: Changed message which complains that make-dist wasn't
10727 invoked in the right directory to indicate which files it was
10728 looking for.
10729
10730 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10731
10732 * configure: Add comments explaining why we can't translate
10733 character ranges or control characters in `tr'.
10734
10735 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10736
10737 * configure: When generating the configuration message, we used to
10738 build the message from the start so that each line began with "# "
10739 so that it would be a comment in `config.status'. However, this
10740 causes trouble if any of the variables we use in the message
10741 expand to more than one line of text - as gnu_malloc_reason
10742 sometimes does. So instead, we build the message as it should be
10743 printed to the user (i.e. without the "# " prefixes), and stick on
10744 the "# "s when we write it to `config.status'.
10745
10746 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10747 `lib-src' and `arch-lib'.
10748
10749 * configure: When generating report and `config.status' file, note
10750 that bindir only determines where `make install' and
10751 `build-install' will place the executables; this should make it
10752 clear that the ordinary build process will not try to install
10753 things.
10754
10755 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10756
10757 * make-dist: Change messages to say that we are 'making links to
10758 X', rather than 'copying X'. And put `' quotes around file names.
10759
10760 * make-dist: Include '.tmp' in the name of the staging directory.
10761
10762 * make-dist: Pass the `-f' option to rm when you're not sure that
10763 the files you're removing actually exist.
10764
10765 * make-dist: When setting up etc/COPYING, always nuke whatever is
10766 there, and then copy it in, to make sure we get a real file.
10767
10768 * make-dist: Don't try to distribute *.defns files any more. The
10769 only such file was for simula.el, which has been superseded by a
10770 version which doesn't have a separate .defns file.
10771
10772 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
10773
10774 * make-dist: Don't distribute configured versions of config.h.in,
10775 paths.h.in, Makefile.in in src.
10776
10777 * configure: Delete .tmp files before creating them; don't bother
10778 trying to make final targets writable first, since it won't
10779 matter to move-if-change.
10780
10781 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10782
10783 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10784 mkdir and chmod in the center of all the conditionals. GNU Make
10785 will strip these out, but other makes won't.
10786
10787 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10788
10789 * make-dist: Include move-if-change in list of files to distribute.
10790
10791 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10792
10793 * configure: Remove any "." elements from the program name.
10794
10795 * configure: Don't record the values of all the possible arguments
10796 in config.status; only record the options that the user specified.
10797
10798 * configure: Use move-if-change to move in the new src/config.h.
10799
10800 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
10801
10802 * move-if-change: New file, copied from gcc release.
10803 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
10804 a temp file, so we don't update paths.h if an error occurs or if
10805 it doesn't need changing.
10806
10807 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10808
10809 * Makefile.in (src/paths.h): Do not install a value for the
10810 PATH_SUPERLOCK value; that macro doesn't exist anymore.
10811 * build-install.in: Same thing.
10812
10813 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10814
10815 * make-dist: Check the flag called "make_tar", not "make_dir"; the
10816 latter, being a typo, is always false, resulting in a program
10817 whose default behavior is to painstakingly build a copy of the
10818 source tree, and then delete it. Rah.
10819
10820 * Makefile.in: Add dist target, and comment for it.
10821
10822 * configure: When scanning <signal.h> for a declaration for
10823 signal, create a symbolic link with a name ending in .c, so the
10824 compiler won't complain that it's only been given .h files.
10825
10826 * configure: Check whether there are any arguments available
10827 before shifting to get the value of a non-boolean parameter.
10828
10829 * make-dist: Doc fix.
10830
10831 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10832
10833 * configure: Instead of grepping /usr/include/signal.h for a
10834 signal declaration, run /usr/include/signal.h or
10835 /usr/include/sys/signal.h through cpp and grep for the
10836 declaration.
10837
10838 * configure: Redirect the output of grep to /dev/null instead of
10839 using grep -s - that flag means different things on other systems.
10840
10841 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
10842 since the former is recognizable even if you don't know what
10843 'dumping' is.
10844 * configure: Accommodate that change.
10845
10846 * configure: Accept options for all of the directories you can
10847 change in the Makefile.
10848
10849 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
10850
10851 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
10852 FOO before you can use them.
10853
10854 * build-install.in: Made the "Where To Install Things" section
10855 conform with the similar section from Makefile.in. Copied section
10856 which builds src/paths.h from src/paths.h.in from the Makefile.
10857
10858 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10859
10860 * configure: Write config.status to pass its command-line
10861 arguments on to configure, so that people can use it to recreate
10862 an old configuration, with minor changes.
10863
10864 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10865
10866 * configure: Don't rely on option variables being unset if their
10867 values are the empty string. In particular, when producing the
10868 English report, don't assume that highpri will be unset when no
10869 increased priority has been requested; -highpri='' should be the
10870 same as omitting -highpri altogether.
10871
10872 * configure: Fix dumb bug: when running the system and machine
10873 description files through cpp, mark those lines that we want to
10874 evaluate with the string '@configure@', and then only evaluate
10875 them. This way if the files include anything that actually
10876 generates text (type definitions or external declarations, say),
10877 we won't try to eval it.
10878
10879 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10880
10881 * make-dist: New shell script.
10882
10883 * configure: When creating foo from foo.in, make foo read-only to
10884 remind people to edit the .in file instead.
10885
10886 * INSTALL: Changed references to config.h-dist to config.h.in.
10887 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
10888 to build src/paths.h from src/paths.h.in; added a paragraph to do
10889 this.
10890 * configure, Makefile, build-install: Changed filenames like
10891 FOO-dist to FOO.in.
10892
10893 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10894
10895 * Makefile, build-install: Renamed to Makefile.in and
10896 build-install.in; the configure script will edit these to produce
10897 the usable Makefile and build-install.
10898 * configure: Changed to produce ./Makefile, ./build-install,
10899 lib-src/Makefile, and src/Makefile from their *.in counterparts,
10900 instead of editing them in place.
10901
10902 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10903
10904 * Makefile: Re-arranged so that the undumped Emacs will search
10905 ../lisp *after* the site's local elisp files.
10906 (locallisppath, dumplisppath): New variables.
10907 (lisppath): This variable's default value is now chosen based on
10908 $(locallisppath) and $(lispdir); while it used to be the
10909 customization point for adding site-local elisp directories to
10910 load-path, that job is now handled mostly by locallisppath.
10911 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10912 Check the values being assigned to the *LOADSEARCH macros for null
10913 path elements (like '::' in 'foo::bar').
10914
10915 * configure: When checking if the machine- and system-dependent
10916 files define a particular macro or not, actually run them through
10917 CPP and test the macros with #ifs, instead of just grepping for
10918 the macros' names. In particular, check for SYSTEM_MALLOC in this
10919 way.
10920
10921 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10922
10923 * Makefile (install): Don't use -s in install. (Keep the symbols.)
10924
10925 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10926
10927 * configure: Make the config.status file an executable shell
10928 script which will recreate the same configuration. Include the
10929 verbal description of the current configuration as a comment in
10930 the script.
10931 * INSTALL: Doc fix.
10932
10933 * Makefile: Brought the Makefile up to the GNU coding
10934 standards, as described in standards.text:
10935 (TAGS): New name for the target which rebuilds the tags table.
10936 (check): New target; doesn't do anything yet.
10937 (mostlyclean): New target, synonymous with clean.
10938 (realclean): New target. Currently, this just calls the
10939 subdirectories's makefiles and then deletes config.status.
10940 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10941 variables.
10942 Installation directory variables changed to conform.
10943 (install, install.sysv, install.xenix, install.aix): Changed the
10944 code which copies the directories into their installed location to
10945 allow the installed locations to be in several different
10946 directories; the old version assumed that they would all be in
10947 $(emacsdir).
10948 (mkdir, lockdir): Allow the installed locations to be in several
10949 different directories.
10950 * INSTALL: Doc fix.
10951
10952 * build-install: Use the same variable names as the Makefile.
10953 Allow the installed locations to be in several different
10954 directories.
10955
10956 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10957
10958 * Makefile (src/paths.h): Instead of using a single sed command to
10959 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10960 separately, and don't forget to append "/!!!SuperLock!!!" to the
10961 value of the PATH_SUPERLOCK macro.
10962
10963 * config.emacs: Renamed to configure, for consistency with other
10964 GNU products. Internal references changed.
10965 INSTALL, Makefile: References changed.
10966
10967 * lock: New directory, which should always be empty. If this
10968 directory doesn't exist, Emacs won't complain; it just won't lock.
10969 Having this here means that people can just unpack Emacs, build
10970 it, and have locking work.
10971
10972 * share-lib: Re-renamed to etc, for the sake of tradition.
10973 * config.emacs: Changed default value for datadir to ../etc.
10974 * INSTALL, README: Adjusted.
10975
10976 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10977
10978 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
10979 by running CPP on the appropriate s/*.h and m/*.h files.
10980
10981 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10982
10983 * config.emacs: Make sure to set the "exit on error" flag once
10984 we've removed config.status; errors should abort the configuration.
10985
10986 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10987
10988 * config.emacs: Added -distribute option, so that the Makefile
10989 paths are in their proper form. I don't know why this matters.
10990
10991 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10992
10993 * local-lisp: New directory, empty in the distribution, for people
10994 to put local elisp code in.
10995 * config.emacs: Include it in the default load path.
10996 * README: Document it.
10997
10998 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10999
11000 * config.emacs: Guess the type of signal handling functions based
11001 on the contents of /usr/include/signal.h.
11002
11003 * config.emacs: Print out progress report messages.
11004
11005 * Makefile (src/paths.h): Don't generically replace
11006 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
11007 editing of the other entries, and each entry should be dealt with
11008 explicitly anyway.
11009
11010 * build-install: Converted from C-shell to Bourne shell.
11011 * config.emacs: Edit build-install properly.
11012
11013 * config.emacs: Doc fix.
11014
11015 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11016
11017 * Makefile (install): Remove `B' from tar xf command.
11018
11019 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11020
11021 * config.emacs: Removed support for the `maintain-environment'
11022 option; the only important difference between this and its absence
11023 has been removed.
11024 * INSTALL: Removed mention of `maintain-environment'.
11025
11026 * config.emacs: Fix arguments to sed when processing boolean
11027 arguments.
11028
11029 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11030
11031 * config.emacs: New file, to help automate the installation
11032 process.
11033
11034 * Makefile: Lots of changes to support the separation of etc into
11035 architecture-dependent and -independent files:
11036 (EMACSROOT): New variable, giving the directory under which all of
11037 Emacs's libraries should be installed. Changed rest of file to
11038 use it.
11039 (LIBDIR): Now denotes only architecture-dependent dir.
11040 (DATADIR): New variable, denoting architecture-independent dir.
11041 (LOCKDIR): New variable, for completeness.
11042 (SUBDIR): No more etc, new lib-src.
11043 (COPYDIR): No more etc, new arch-lib and share-lib.
11044 (src/paths.h): Set PATH_DATA and the LOCK macros too.
11045 (src): Now depends on lib-src, not etc.
11046 * build-install: Changes parallel to the above.
11047 * README: Describe the new arrangement.
11048
11049 * vms: New subdirectory for all the VMS stuff.
11050
11051 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11052
11053 * Makefile (LISPPATH): New variable.
11054 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
11055
11056 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
11057
11058 * Makefile (install, install.sysv, install.xenix):
11059 Install wakeup instead of loadst. No need for setuid or setgid.
11060
11061 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11062
11063 * Makefile (clean): Clean etc if that's not the installation dir.
11064
11065 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11066
11067 * Makefile (paths.h): Make sed alter each name in the path.
11068
11069 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11070
11071 * Makefile (install.sysv): Use cpio, not tar.
11072
11073 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11074
11075 * Makefile (lockdir): Rename `lock' target.
11076 Depend on it from install*, not from `all'.
11077
11078 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
11079
11080 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
11081 to match build-install and paths.h.
11082
11083 ;; Local Variables:
11084 ;; coding: utf-8
11085 ;; End:
11086
11087 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
11088
11089 This file is part of GNU Emacs.
11090
11091 GNU Emacs is free software: you can redistribute it and/or modify
11092 it under the terms of the GNU General Public License as published by
11093 the Free Software Foundation, either version 3 of the License, or
11094 (at your option) any later version.
11095
11096 GNU Emacs is distributed in the hope that it will be useful,
11097 but WITHOUT ANY WARRANTY; without even the implied warranty of
11098 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11099 GNU General Public License for more details.
11100
11101 You should have received a copy of the GNU General Public License
11102 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.