]> code.delx.au - gnu-emacs/blob - ChangeLog
Empty src/s/netbsd.h and remove the file
[gnu-emacs] / ChangeLog
1 2012-07-30 Glenn Morris <rgm@gnu.org>
2
3 * configure.ac (SIGNAL_H_AHB): New hack macro.
4 (opsysfile): Set to empty on netbsd, openbsd.
5 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
6
7 * configure.ac (_longjmp, _setjmp): Move here from src/s.
8
9 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
10
11 * Makefile.in (install-arch-indep): Remove sh -x.
12
13 2012-07-30 Glenn Morris <rgm@gnu.org>
14
15 * configure.ac (opsysfile): Tweak message for null case.
16
17 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
18 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
19
20 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
21
22 Merge from gnulib, incorporating:
23 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
24
25 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
26
27 * Makefile.in (install-arch-indep): Handle space in locallisppath.
28
29 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
30
31 Use Gnulib environ module (Bug#9772).
32 * m4/environ.m4: New file, from gnulib.
33 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
34
35 Use Gnulib stdalign module (Bug#9772, Bug#9960).
36 This should improve portability of macros like alignof and DECL_ALIGN.
37 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
38 * .bzrignore: Add lib/stdalign.h.
39 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
40 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
41 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
42 fiddles with this, as gnulib now does this for us.
43
44 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
45
46 Fix toolkit configuration report.
47 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
48 --with-x-toolkit=gtk3 is used.
49
50 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
51
52 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
53 * configure.ac: Configure gnulib at the end, not before running
54 pkg-config. This restores the behavior before 2012-06-22, when
55 higher-resolution time stamps were added, and fixes a bug whereby
56 LIB_PTHREAD was not used and gnulib's part of 'configure'
57 therefore incorrectly assumed that pthread_sigmask wasn't working.
58 Fix the problem with -lrt and clock_gettime a different way.
59 This should complete the fix for Bug#11884.
60 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
61
62 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
63
64 Merge from gnulib, incorporating:
65 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
66 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
67
68 2012-07-14 Glenn Morris <rgm@gnu.org>
69
70 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
71 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
72
73 2012-07-13 Glenn Morris <rgm@gnu.org>
74
75 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
76
77 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
78 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
79 Move "system type" macros here from src/s.
80 (BSD_SYSTEM_AHB): New hack macro.
81 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
82
83 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
84 (GC_MARK_SECONDARY_STACK): Move here from src/s.
85
86 2012-07-12 Glenn Morris <rgm@gnu.org>
87
88 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
89 setting here from src/s/darwin.h.
90
91 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
92 as src/s/darwin.h used to.
93
94 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
95 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
96 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
97 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
98 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
99 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
100 (XOS_NEEDS_TIME_H): Move here from src/s.
101
102 2012-07-11 Glenn Morris <rgm@gnu.org>
103
104 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
105 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
106
107 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
108
109 * configure.ac (tzset): Remove check that's redundant with gnulib.
110
111 2012-07-11 Glenn Morris <rgm@gnu.org>
112
113 * configure.ac (CLASH_DETECTION): Define unconditionally.
114
115 * configure.ac (opsysfile): Use bsd-common on gnu systems.
116
117 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
118 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
119
120 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
121
122 Assume mkdir, rename, rmdir, strerror.
123 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
124
125 2012-07-11 Glenn Morris <rgm@gnu.org>
126
127 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
128
129 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
130
131 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
132
133 Remove "#define unix" that is no longer needed (Bug#11905).
134 Merge from gnulib to make "#define unix" unnecessary, incorporating:
135 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
136 2012-07-09 getopt: Simplify after Emacs changed.
137
138 2012-07-10 Glenn Morris <rgm@gnu.org>
139
140 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
141 Move here from src/s.
142
143 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
144
145 * configure.ac (PNG_DEPSTRUCT): Define this instead of
146 PNG_DEPRECATED.
147
148 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
149
150 Add GCC-style 'const' attribute to functions that can use it.
151 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
152 (ATTRIBUTE_CONST): New macro, in config.h.
153
154 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
155
156 * lib/makefile.w32-in: Rework dependencies.
157 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
158 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
159 (U64_H, SHA512_H): New macros.
160 (SRC): Redefine to point to src/, not current directory.
161 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
162 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
163 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
164 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
165 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
166 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
167 ($(BLD)/filemode.$(O)): Update dependencies.
168
169 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
170
171 Merge from gnulib, incorporating:
172 2012-07-09 timespec: mark functions with const attributes
173
174 Rename configure.in to configure.ac (Bug#11603).
175 The name 'configure.in' has been obsolescent for quite some time,
176 and the next release of Autoconf will generate warnings for it.
177 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
178 'configure.in' as autoconf input" in the Autoconf git repository.
179 * configure.ac: Rename from configure.in.
180 * INSTALL, INSTALL.BZR, README, make-dist:
181 * Makefile.in (AUTOCONF_INPUTS):
182 * autogen.sh (autoconf_min):
183 * autogen/update_autogen (sources):
184 Adjust to reflect new name.
185
186 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
187
188 Restore deprecation warnings, except for older libpng.
189 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
190 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
191 (PNG_DEPRECATED): Define when compiling with older PNG versions.
192
193 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
194
195 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
196
197 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
198
199 Improve static checking when configured --with-ns.
200 See Samuel Bronson's remarks in
201 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
202 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
203 a no-op with recent GCC and harmful in earlier ones.
204 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
205 warning when compiling with ObjC. Always omit
206 -Wunsafe-loop-optimizations, as we don't mind when optimization is
207 being done correctly.
208
209 2012-07-07 Glenn Morris <rgm@gnu.org>
210
211 * configure.in (BROKEN_SA_RESTART): Doc fix.
212
213 * configure.in: Rather than checking for things then undef'ing
214 them on some platforms, simply don't check for them.
215 (getwd): Don't check for it on unixware.
216 (random, rint): Don't check for these on hpux.
217 (res_init, libresolv): Don't check for these on darwin.
218
219 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
220
221 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
222 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
223 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
224 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
225
226 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
227
228 * configure.in: Document --enable-gcc-warnings better.
229
230 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
231 This is safer than strcasecmp, which has unspecified behavior
232 outside the POSIX locale and in practice sometimes does not work
233 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
234 * configure.in (strcasecmp, strncasecmp): Remove checks.
235
236 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
237 * lib/c-strncasecmp.c: New files, taken from gnulib.
238 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
239
240 Merge from gnulib, incorporating:
241 2012-07-06 timespec-sub: avoid duplicate include
242 Reported by Juanma Barranquero.
243
244 2012-07-06 Glenn Morris <rgm@gnu.org>
245
246 * make-dist [update]: Let autoreconf figure out what needs updating.
247 Use `make info-real'. leim/leim-list.el should always exist.
248 Check cd return value.
249
250 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
251
252 Merge from gnulib. This is for OpenBSD 5.1 amd64.
253 * m4/sys_time_h.m4: New version from gnulib, incorporating:
254 2012-07-05 sys_time: allow too-wide tv_sec
255
256 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
257
258 Merge from gnulib.
259 * lib/alloca.in.h: New version from gnulib, incorporating:
260 2012-07-03 alloca: add support for HP NonStop TNS/E native
261
262 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
263
264 * configure.in: If --enable-gcc-warnings, disable
265 -Wunsafe-loop-optimizations for -O1 optimization level.
266
267 2012-06-30 Glenn Morris <rgm@gnu.org>
268
269 * configure.in (standardlisppath): New output variable.
270 (lisppath): Use standardlisppath.
271 * Makefile.in (standardlisppath): New, set by configure.
272 (epaths-force): Use standardlisppath and locallisppath rather than
273 lisppath.
274
275 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
276
277 * configure.in: Fix previous change. Remove --enable-asserts.
278 (CPPFLAGS): Remove conditional -DXASSERTS=1.
279 Add --enable-link-time-optimization.
280 * INSTALL: Mention this.
281
282 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
283
284 * configure.in: Add glyphs category to --enable-checking option.
285 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
286
287 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
288
289 * configure.in (ENABLE_CHECKING): Update comment.
290
291 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
292
293 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
294 Emacs proper no longer uses these headers, and can rely on Gnulib
295 for these checks.
296
297 Merge from gnulib.
298 * m4/getopt.m4: Copy new version from gnulib, incorporating:
299 getopt-posix: No longer guarantee that option processing is resettable.
300
301 2012-06-27 Glenn Morris <rgm@gnu.org>
302
303 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
304
305 * INSTALL: Remove references to paths.el.
306
307 2012-06-26 Eli Zaretskii <eliz@gnu.org>
308
309 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD. This
310 replaces separate dependency for each object file, which required
311 the same object file to be mentioned twice, causing failures in
312 parallel builds.
313
314 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
315
316 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
317 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
318
319 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
320
321 * configure.in (AC_CHECK_FUNCS): Detect library functions
322 strcasecmp and strncasecmp.
323
324 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
325
326 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
327 We might as well use the spelling standardized by C11,
328 as in the long run that should simplify maintenance.
329 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
330
331 2012-06-24 Eli Zaretskii <eliz@gnu.org>
332
333 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
334 ($(BLD)/timespec-add.$(O)):
335 ($(BLD)/timespec-sub.$(O)): Don't depend on
336 $(EMACS_ROOT)/nt/inc/sys/time.h.
337
338 * lib/stat-time.h:
339 * lib/timespec.h:
340 * lib/utimens.h: Revert last change.
341
342 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
343
344 Merge from gnulib.
345 * m4/getopt.m4: Copy new version from gnulib, incorporating:
346 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
347
348 2012-06-23 Eli Zaretskii <eliz@gnu.org>
349
350 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
351 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
352 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
353 $(BLD)/timespec-sub.$(O).
354 ($(BLD)/dtotimespec.$(O)):
355 ($(BLD)/gettime.$(O)):
356 ($(BLD)/timespec-add.$(O)):
357 ($(BLD)/timespec-sub.$(O)): New dependencies.
358
359 * lib/stat-time.h:
360 * lib/timespec.h:
361 * lib/utimens.h: Include sys/time.h.
362
363 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
364
365 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
366 the correct CFLAGS and LIBS.
367
368 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
369
370 Support higher-resolution time stamps (Bug#9000).
371 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
372 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
373 that the new clock stuff doesn't clash with RSVG_LIBS.
374 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
375 as gnulib does that for us now.
376 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
377 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
378 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
379 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
380 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
381 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
382 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
383 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
384 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
385 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
386 New files, copied automatically from gnulib.
387 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
388
389 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
390
391 Merge from gnulib.
392 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
393 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
394 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
395 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
396 Copy new versions from gnulib, incorporating the following changes:
397 2012-06-22 time_r: fix typo that always overrode localtime_r decl
398 2012-06-22 Write "Mac OS X" instead of "MacOS X".
399 2012-06-21 mktime: fix integer overflow in 'configure'-time test
400 2012-06-21 nonblocking: Avoid compilation error on mingw64.
401 2012-06-19 stat, fstat: Avoid warnings on mingw64.
402 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
403
404 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
405
406 * configure.in: Rename --enable-use-lisp-union-type to
407 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
408 instead of USE_LISP_UNION_TYPE.
409
410 2012-06-12 Glenn Morris <rgm@gnu.org>
411
412 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
413 (opsysfile): Set specially for sol2-10.
414
415 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
416 New AC_DEFINEs, for hpux11.
417 (opsysfile): Set specially for hpux11.
418
419 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
420
421 * configure.in: Coalesce some function checking.
422 This makes 'configure' a bit smaller.
423 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
424
425 2012-06-12 Glenn Morris <rgm@gnu.org>
426
427 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
428
429 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
430
431 * configure.in: Anticipate platforms with no src/s file.
432
433 2012-06-12 Chong Yidong <cyd@gnu.org>
434
435 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
436
437 2012-06-11 Glenn Morris <rgm@gnu.org>
438
439 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
440
441 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
442
443 * configure.in (dbus_type_is_valid): Check for library function.
444
445 2012-06-06 Glenn Morris <rgm@gnu.org>
446
447 * INSTALL, make-dist: Remove vcdiff.
448
449 2012-06-03 Glenn Morris <rgm@gnu.org>
450
451 * INSTALL, make-dist: Remove rcs-checkin.
452
453 2012-06-03 Ulrich Müller <ulm@gentoo.org>
454
455 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
456
457 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
458
459 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
460 It is confusingly named and rarely useful. See, for example,
461 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
462 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
463 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
464 * configure.in: Remove --disable-maintainer-mode.
465 (USE_MAINTAINER_MODE, MAINT): Remove.
466
467 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
468
469 Make 'configure' a bit smaller and faster.
470 * configure.in (INSTALL_INFO): Set it with one call to
471 AC_PATH_PROG, not three.
472 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
473 so likely that it'll be needed.
474 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
475 (AC_PROG_MAKE_SET): Remove; Automake does this.
476 (sysinfo): Do not check for this function, as it's never used.
477 (tzset): Check for this function just once.
478 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
479 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
480
481 2012-05-27 Eli Zaretskii <eliz@gnu.org>
482
483 * config.bat (lib): Create/update lib/stdalign.in-h and
484 lib/sys_types.in-h.
485
486 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
487 ($(BLD)/sha1.$(O)):
488 ($(BLD)/sha256.$(O)):
489 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
490 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
491
492 * lib/getopt_.h: Regenerate.
493
494 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
495
496 Assume gnulib does largefile.
497 Gnulib does the largefile configuration anyway, so when configure.in
498 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
499 * configure.in (AC_SYS_LARGEFILE): Remove.
500 * lib/gnulib.mk: Autoupdate.
501
502 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
503
504 Merge from gnulib. (Bug#11527)
505
506 The build procedure now creates <stdalign.h> and <sys/types.h> for
507 older hosts that lack a working <stdalign.h> or whose
508 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t. New
509 symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
510 msdos and nt builds.
511
512 Here is a precis of gnulib changes that seem relevant; please see
513 the gnulib ChangeLog for details.
514
515 2012-05-18 crypto: fix bug in large buffer handling
516 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
517 2012-05-10 _Noreturn: port config.h to gcc -Wundef
518 2012-05-08 warnings.m4: give a means to specify the program to compile
519 2012-05-07 stdint: be more consistent with glibc, SunOS libc
520 2012-04-21 Large File Support for native Windows platforms.
521 2012-04-14 stat: Bypass buggy override in mingw64.
522 2012-03-29 stdio: don't assume gets any more
523 2012-03-24 Enable common subexpression optimization in GCC.
524 2012-02-09 maint: replace FSF snail-mail addresses with URLs
525 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
526 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
527 2012-01-21 stdint: Add support for Android.
528 2012-01-15 Improve support for MSVC 9.
529 2012-01-08 mktime: Avoid compilation error on Solaris 11.
530 2012-01-05 Use ', not `, for quoting output.
531 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
532 2012-01-05 strtoimax: Work around AIX 5.1 bug.
533 2012-01-05 inttypes: Modernize.
534 2011-12-13 inttypes, stdint: add C++11 support
535 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
536 2011-11-21 _Noreturn: Check that _MSC_VER is defined
537 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
538 2011-11-09 raise: fix mingw handling of SIGPIPE
539 2011-10-27 Add stdalign module and use it in other modules.
540
541 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
542 * m4/sys_types_h.m4:
543 New files.
544 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
545 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
546 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
547 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
548 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
549 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
550 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
551 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
552 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
553 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
554 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
555 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
556 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
557 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
558 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
559 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
560 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
561 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
562 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
563 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
564 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
565 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
566 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
567 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
568 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
569 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
570 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
571 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
572 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
573 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
574 Update from gnulib.
575
576 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
577
578 Remove src/m/*.
579 * configure.in: Remove all mention of src/m/*.
580 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
581 All uses removed.
582 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
583 (BITS_PER_LONG_LONG): Move to src/lisp.h.
584 * lib/makefile.w32-in: Remove dependencies on
585 $(EMACS_ROOT)/src/m/intel386.h.
586 * make-dist: Don't make links to src/m.
587
588 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
589
590 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
591 Without this further fix, aclocal was being invoked unnecessarily.
592
593 2012-05-22 Glenn Morris <rgm@gnu.org>
594
595 * Makefile.in (blessmail, install-arch-dep, uninstall):
596 Check cd lib-src works.
597 (install-arch-dep, uninstall): Remove unneeded subshells.
598
599 2012-05-21 Glenn Morris <rgm@gnu.org>
600
601 * update-subdirs: Move to build-aux/.
602 * make-dist, Makefile.in (install-arch-indep): Update for this change.
603
604 * Makefile.in (leimdir): New, set by configure.
605 (COPYDIR, COPYDESTS): Add leim directories.
606 (install-leim): Remove.
607 (install-arch-indep): Handle leim installation directly.
608
609 * vpath.sed: Remove unused file.
610 * make-dist: No more vpath.sed.
611
612 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
613
614 Use full name for m4/gnulib-comp.m4. (Bug#11529)
615 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
616 even though the file's name in gnulib is m4/gnulib-comp.m4.
617 This had a problem when merging from gnulib, as the code temporarily
618 renamed it to the full name, causing problems when interrupted.
619 Now the file has its full name, with the idea that we will find
620 a solution for MS-DOS that does not affect the rest of Emacs.
621 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
622
623 Assume C89 or later.
624 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
625 (POINTER_TYPE, PROTOTYPES): Remove.
626
627 Make merging from gnulib a script, not a makefile action.
628 Putting it in a makefile has some problems with reflection, as
629 merging from gnulib updates 'configure', which can update the makefile.
630 Putting it in a standalone script breaks this loop.
631 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
632 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
633 Remove, moving the actions to the script admin/merge-gnulib.
634
635 2012-05-21 Glenn Morris <rgm@gnu.org>
636
637 * configure.in (LEIM_INSTALLDIR):
638 Rename to leimdir, treat like lispdir.
639
640 2012-05-21 Glenn Morris <rgm@gnu.org>
641
642 * Makefile.in (install-arch-indep, install-doc, install-info)
643 (uninstall): Scrap superfluous subshells.
644
645 2012-05-19 Ulrich Mueller <ulm@gentoo.org>
646
647 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
648
649 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
650
651 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
652 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
653 getsockopt, setsockopt, mremap, mempcpy.
654
655 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
656 is being removed.
657 (AC_CHECK_FUNCS): Remove ftime.
658
659 2012-05-19 Glenn Morris <rgm@gnu.org>
660
661 * Makefile.in (install-arch-indep): Remove unneeded subshell.
662
663 * Makefile.in (install-arch-indep): Remove unneeded chmod.
664 Set permissions of lisp/subdirs.el.
665
666 * Makefile.in (SUBDIR): Add leim. Update users.
667
668 * Makefile.in (lib, lib-src, lisp): Check cd return value.
669
670 * Makefile.in (leim): No need to set PARALLEL.
671
672 2012-05-18 Glenn Morris <rgm@gnu.org>
673
674 * Makefile.in (install-arch-indep, install-info, install-man):
675 Simplify some one-sided ifs.
676
677 * Makefile.in: Install only the relevant DOC file.
678 (install-arch-indep): Delete etc/DOC*.
679 (install-doc): No more need to delete etc/DOC.
680
681 * Makefile.in (install-arch-indep): Split into several rules.
682 (install-doc, innstall-info, install-man): New rules.
683
684 * configure.in (mandir): May as well include it in the NS app bundle.
685
686 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
687 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
688 (install-arch-indep): Don't install-etc for self-contained ns builds.
689
690 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
691 No longer unconditonally add /sw directories. (Bug#2280)
692
693 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
694 (install-arch-indep): Depend on install-leim.
695 (install): Remove explicit install-leim dependence.
696
697 * Makefile.in (install-arch-indep):
698 Move last element of mkdir rule here.
699 (mkdir): Remove rule.
700
701 * Makefile.in (install-arch-indep): Remove unneeded chmods.
702 INSTALL_DATA does this for us.
703
704 * Makefile.in (install-arch-dep): Ensure bindir exists.
705 Drop mkdir dependency.
706 (install-arch-indep): Ensure docdir, infodir, mandir exist.
707 (install-leim): Drop mkdir dependency.
708 (mkdir): Remove most directories, now made in relevant rules.
709
710 * Makefile.in (install-arch-indep): Combine adjacent loops.
711
712 2012-05-17 Glenn Morris <rgm@gnu.org>
713
714 * Makefile.in (install-etc, mkdir):
715 Make relevant directories in install-etc rather than mkdir.
716
717 * Makefile.in (write_subdir): Create the directory if needed.
718 (install-arch-dep, mkdir): No need to make site-lisp directories.
719
720 * Makefile.in (write_subdir): New.
721 (install-arch-indep, install-arch-dep): Use $write_subdir.
722
723 * configure.in (docdir, etcdir, infodir, lispdir):
724 For a self-contained ns build, set these to the appropriate values.
725 * Makefile.in (install-arch-dep): No need to move info/ any more.
726
727 * configure.in (ns_self_contained): New output variable.
728 * Makefile.in (ns_self_contained): New, set by configure.
729 (install-arch-dep): For a self-contained ns build,
730 don't bother installing binaries then immediately deleting them.
731
732 * Makefile.in (ns_appbindir, ns_appresdir):
733 Move them before things that may refer to them.
734 (install-arch-dep): No need to relocate self-contained ns libexec.
735
736 * configure.in (archlibdir): Set it for self-contained ns builds.
737 (libexecdir): Don't expand it now (this is mainly cosmetic).
738
739 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
740
741 * configure.in: Simplify by removing CPP etc.
742 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
743 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
744 In particular we no longer need to fiddle with CPP, since we don't
745 use CPP specially any more.
746 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
747 adjusted compiler.
748 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
749 since gl_EARLY and/or Autoconf already does these.
750
751 2012-05-16 Glenn Morris <rgm@gnu.org>
752
753 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
754 (CPP): Do not unconditionally set it on Darwin.
755 Instead, try to test if -no-cpp-precomp is accepted.
756 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
757
758 2012-05-15 Glenn Morris <rgm@gnu.org>
759
760 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
761
762 * Makefile.in (install-arch-dep): Do not hard-code version number.
763
764 * Makefile.in (install-arch-dep): NS install no longer needs to
765 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
766
767 2012-05-12 Glenn Morris <rgm@gnu.org>
768
769 * configure.in (ns_appbindir): Remove trailing "/".
770
771 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
772 (MKDEPDIR): Use $MKDIR_P.
773 * Makefile.in (MKDIR_P): New, set by configure.
774 (mkdir): Use $MKDIR_P.
775
776 2012-05-11 Glenn Morris <rgm@gnu.org>
777
778 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
779 Use INSTALL_DATA for the DOC file.
780 Remove dead code for ./lisp that never executes.
781
782 2012-05-10 Glenn Morris <rgm@gnu.org>
783
784 * configure.in (LEIM_INSTALLDIR): New output variable.
785
786 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
787
788 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
789
790 2012-05-08 Glenn Morris <rgm@gnu.org>
791
792 * make-dist: No more doc/lispref/*.el.
793
794 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
795
796 * configure.in: Fix quoting bugs.
797
798 2012-05-04 Glenn Morris <rgm@gnu.org>
799
800 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
801
802 2012-05-02 Glenn Morris <rgm@gnu.org>
803
804 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
805 the choices made by FreeBSD and NetBSD. (Bug#10313)
806
807 * Makefile.in (INFO_FILES): Remove variable.
808 (INFO_NONMISC): New variable.
809 (install-arch-indep, uninstall): Don't use $INFO_FILES.
810
811 * Makefile.in (uninstall): Remove useless-use-of-for; that for
812 some reason caused problems on an old Solaris.
813
814 * Makefile.in (install-arch-indep, uninstall):
815 Ensure that INSTALL-type commands are run from top-level.
816
817 * info/dir: Make some entries consistent with the source texi files.
818
819 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
820
821 2012-05-02 Glenn Morris <rgm@gnu.org>
822
823 * Makefile.in (install-arch-indep):
824 Combine adjacent install-data and install-info loops.
825
826 2012-05-01 Glenn Morris <rgm@gnu.org>
827
828 * Makefile.in (MAN_PAGES): Remove.
829 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
830
831 * configure.in: Try libtinfo for tputs.
832 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
833
834 * configure.in: Combine adjacent $opsys case blocks.
835
836 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
837
838 * configure.in: Invert the TERMINFO logic,
839 since "yes" is far more common than "no".
840
841 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
842
843 * configure.in (LD_SWITCH_X_SITE_RPATH):
844 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
845
846 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
847
848 2012-04-26 Glenn Morris <rgm@gnu.org>
849
850 * make-dist: No more doc/lispref/tindex.pl.
851
852 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
853
854 * configure.in (dbus_validate_bus_name, dbus_validate_path)
855 (dbus_validate_interface, dbus_validate_member): Check also for
856 these library functions.
857
858 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
859
860 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
861 With glibc 2.14 or later, when compiled with GCC 4.7.0's
862 -Werror=deprecated-declarations flag, use of hooks like
863 __malloc_initialize_hook causes compilation to fail because these
864 hooks are deprecated. Modify 'configure' to check for these hooks too.
865 Simplify the 'configure' code to test for all the hooks at once.
866 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
867 (emacs_cv_var_doug_lea_malloc): ... this new var.
868
869 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
870
871 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
872 dated 2011-10-07. Regenerating from current gnulib would be a
873 pervasive change, and currently the trunk isn't open to such changes.
874 * configure.in (WARN_CFLAGS): Remove; no longer needed now
875 that gnulib does it.
876 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
877
878 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
879
880 * m4/gl-comp.m4: Update. (Bug#11285)
881
882 2012-04-20 Ludovic Courtès <ludo@gnu.org>
883
884 * configure.in: Don't use the -R option (Bug#11251).
885
886 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
887
888 configure: new option --enable-gcc-warnings (Bug#11207)
889 I have been using this change for many months in my private copy
890 of Emacs, and have used it to find several bugs. It's mature
891 enough to publish now.
892 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
893 * configure.in: Support --enable-gcc-warnings, in the style of
894 other GNU packages such as coreutils.
895 (C_WARNINGS_SWITCH): Remove, replacing with...
896 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
897 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
898 when including system files with GCC.
899 * etc/NEWS: Mention --enable-gcc-warnings.
900 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
901 * lib/Makefile.am (AM_CFLAGS): New macro.
902 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
903
904 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
905
906 * configure.in (AC_CHECK_FUNCS):
907 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
908
909 2012-04-16 Glenn Morris <rgm@gnu.org>
910
911 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
912
913 * configure.in: Remove X libs workaround for old autoconf.
914
915 2012-04-12 Ken Brown <kbrown@cornell.edu>
916
917 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
918
919 2012-04-11 Glenn Morris <rgm@gnu.org>
920
921 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
922
923 2012-04-10 Glenn Morris <rgm@gnu.org>
924
925 * configure.in: Conditionally generate admin/unidata/Makefile.
926
927 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
928
929 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
930
931 2012-04-09 Glenn Morris <rgm@gnu.org>
932
933 * Makefile.in (leim): Check cd return value. Pass fewer variables.
934 (install-leim): Check cd return value. Pass $MFLAGS.
935 (install-strip): Pass $MFLAGS.
936
937 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
938 Eg org.texi has been using 4.7 functions for some time.
939
940 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
941
942 Check pkg-config exit status when configuring (Bug#10626).
943 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
944 works; check its exit status. Problem reported by Jordi Gutiérrez
945 Hermoso in
946 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
947
948 2012-04-07 Glenn Morris <rgm@gnu.org>
949
950 * README, configure.in (AC_INIT): Bump version to 24.1.50.
951
952 2012-04-07 Eli Zaretskii <eliz@gnu.org>
953
954 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
955
956 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
957
958 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
959 * configure.in (LIBS_TERMCAP): Default this to the result of
960 the tputs library search. Do a run-time test for the linkability
961 of tputs unless cross-compiling, as that's more reliable if the
962 link flags and libraries are messed up. Don't change LIBS as
963 a result of the test, as that may mess up later tests.
964
965 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
966
967 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
968
969 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
970 specific makefiles to support getopt_.h generation with MSVC.
971
972 2012-02-04 Glenn Morris <rgm@gnu.org>
973
974 * Makefile.in (uninstall):
975 Handle compressed info files and man pages. (Bug#10718)
976
977 2012-02-02 Glenn Morris <rgm@gnu.org>
978
979 * configure.in [HAVE_NS]:
980 Error if use --without-toolkit-scroll-bars. (Bug#10673)
981
982 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
983
984 Port to older Solaris 10 versions (Bug#10677).
985 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
986 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
987 possibly this is because Sun fixed the 'stat' bug in my version.
988 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
989 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
990 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
991 These changes are based on gnulib version
992 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
993 because Emacs is in feature freeze and we do not want to merge any
994 more-recent changes from gnulib.
995
996 2012-01-31 Glenn Morris <rgm@gnu.org>
997
998 * configure.in: Throw an explicit error if Motif toolkit was
999 requested but requirements could not be found.
1000
1001 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
1002
1003 2012-01-30 Eli Zaretskii <eliz@gnu.org>
1004
1005 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
1006 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
1007 with "make -j3".
1008
1009 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
1010
1011 * .bzrignore: Ignore etc/__pycache__.
1012
1013 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
1014
1015 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
1016 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
1017 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
1018 by Nelson H. F. Beebe in
1019 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
1020
1021 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
1022
1023 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
1024
1025 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
1026
1027 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
1028 instead of LDFLAGS (Bug#10230).
1029
1030 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1031
1032 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
1033
1034 Propagate configure flags to sub-configures.
1035 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
1036 New macros.
1037 (config.status, bootstrap): Use them to propagate configure flags
1038 to sub-configures.
1039 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
1040
1041 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1042
1043 * .bzrignore: Add config.cache.
1044
1045 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
1046
1047 * configure.in: Check for gtk_window_set_has_resize_grip.
1048
1049 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1050
1051 * configure.in (HAVE_XPM): Fix typo.
1052
1053 2011-11-22 Glenn Morris <rgm@gnu.org>
1054
1055 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
1056 have confusing effects on the build. (Bug#6401)
1057
1058 * Makefile.in (install-arch-dep): Tweak previous change.
1059
1060 2011-11-22 Yavor Doganov <yavor@gnu.org>
1061
1062 Do not install arch-dependent files in the app bundle if
1063 --disable-ns-self-contained is requested. (Bug#1335)
1064 * configure.in (exec_prefix, libexecdir): Define relative to
1065 `ns_appbindir' only if configured for a self-contained app.
1066 * Makefile.in (install-arch-dep): Test for the existence of
1067 libexec in the Emacs.app bundle before executing commands.
1068
1069 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
1070
1071 * configure.in: Remove reference to src/m/ibms390.h.
1072
1073 2011-11-13 Glenn Morris <rgm@gnu.org>
1074
1075 * INSTALL: Tiny updates for disk space used during installation.
1076
1077 2011-11-05 Eli Zaretskii <eliz@gnu.org>
1078
1079 * lib/makefile.w32-in (FRC): New dummy target.
1080 (TAGS): Depend on FRC.
1081
1082 2011-11-04 Glenn Morris <rgm@gnu.org>
1083
1084 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
1085 Do not include GnuTLS version info in final summary message.
1086
1087 2011-10-31 Eli Zaretskii <eliz@gnu.org>
1088
1089 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
1090 they exist there, else from autogen/.
1091
1092 * make-dist (msdos): Add depfiles.bat and inttypes.h.
1093
1094 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
1095
1096 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
1097
1098 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
1099
1100 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
1101 if the library is found. Otherwise, later configure-time tests,
1102 such as the test for pthread_sigmask, generate the wrong results
1103 on some platforms. Problem reported for FreeBSD by Nali Toja.
1104
1105 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
1106
1107 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
1108 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
1109 Remove; no longer needed, now that we defer to strftime for time
1110 zone names.
1111
1112 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
1113
1114 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
1115
1116 2011-10-18 Chong Yidong <cyd@gnu.org>
1117
1118 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
1119
1120 2011-10-13 Glenn Morris <rgm@gnu.org>
1121
1122 * configure.in: Also look for tputs in libcurses. (Bug#9736)
1123
1124 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
1125
1126 * configure.in: Remove check for -lintl (Bug#9713).
1127 The check could break 'configure' on GNU/Linux with a (broken) libintl.
1128 The check was helpful but not essential in Solaris 2.6 (1997),
1129 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
1130 obsolete -- Sun dropped support for it in 2006 -- and without
1131 access to that Silurian platform we can't maintain the code anyway.
1132
1133 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
1134
1135 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
1136 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
1137 * m4/gnulib-common.m4: Merge from gnulib.
1138 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
1139 command not found" on powerpc-apple-darwin9.8.0.
1140
1141 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
1142 This is now done by src/alloc.c.
1143
1144 2011-10-02 Richard Stallman <rms@gnu.org>
1145
1146 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
1147 and xlinux_second_failure to xgnu_linux_second_failure.
1148
1149 2011-09-29 Eli Zaretskii <eliz@gnu.org>
1150
1151 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
1152 lib/signal.in-h.
1153
1154 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
1155 Rename signal.in.h and alloca.in.h.
1156
1157 2011-09-28 Eli Zaretskii <eliz@gnu.org>
1158
1159 * INSTALL: Mention that m17n libraries and libotf are needed for
1160 Arabic shaping.
1161
1162 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
1163
1164 Merge from gnulib, improving some licensing wording.
1165 This clarifies and fixes some licensing issues raised by Glenn Morris
1166 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
1167 It also merges the latest version of texinfo.tex and has some
1168 MSVC-related changes that don't affect Emacs.
1169 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
1170 pathmax, and raise, since these are needed only to address
1171 MSVC-related issues that Emacs doesn't have.
1172 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
1173 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
1174 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
1175 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
1176 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
1177 * m4/unistd_h.m4: Merge from gnulib.
1178
1179 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
1180
1181 * configure.in: Initialize HAVE_LIBXML2.
1182
1183 2011-09-26 Glenn Morris <rgm@gnu.org>
1184
1185 * make-dist: Add lib/makefile.w32-in.
1186
1187 2011-09-24 Glenn Morris <rgm@gnu.org>
1188
1189 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
1190
1191 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1192
1193 * .dir-locals.el: Change the debbugs regexp to allow having the
1194 bug number as the first thing on a line.
1195
1196 2011-09-15 Glenn Morris <rgm@gnu.org>
1197
1198 * configure.in: Make configure work with recent GNUsteps.
1199 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
1200 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
1201 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
1202
1203 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
1204
1205 Merge from gnulib, porting to Tru64.
1206 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
1207 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1208 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
1209 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
1210 doesn't affect Emacs.
1211
1212 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1213
1214 * configure.in (isnan): Remove now-unnecessary check.
1215
1216 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1217
1218 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
1219 This is to fix the following problems:
1220 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
1221 configured not to use gtk or any other thread-using library,
1222 signals aren't blocked correctly.
1223 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
1224 and IRIX's signal handling.
1225 . On Cygwin 1.7.5 it works around an incompatibility with
1226 the system pthread_sigmask.
1227 . On MacOS X 10.5 (32-bit), files whose inode numbers
1228 exceed 2**31 cannot be read or manipulated.
1229 . pthread_sigmask: Actually use results of gl_THREADLIB.
1230 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
1231 . find 'ar' program that fits with --host argument.
1232 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
1233 * autogen/README: Update destination list.
1234 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
1235 The autogenerated files compile, config.guess,
1236 config.sub, depcomp, install-sh, and missing are now in build-aux.
1237 * m4/largefile.m4: New file, so that Emacs does not mess up when
1238 accessing files with large inode numbers in MacOS X 10.5 and later.
1239 * m4/nocrash.m4: New file, to avoid triggering background debugger
1240 and/or create core dumps during 'configure'.
1241 * build-aux/move-if-change: Renamed from move-if-change.
1242 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
1243 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
1244 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
1245 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
1246 * Makefile.in (epaths-force, sync-from-gnulib):
1247 move-if-change is now in build-aux.
1248 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
1249 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
1250 (mkdir): install-sh is now in build-aux.
1251 * config.bat: c++defs.h is now in build-aux/snippets.
1252 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
1253 usual parameter).
1254 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1255 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
1256 to build-aux/snippet.
1257 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
1258 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
1259 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
1260 Solaris, enables MacOS extensions, and enables nocrash during
1261 'configure'.
1262 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
1263
1264 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
1265
1266 * configure.in (snprintf): New check.
1267
1268 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
1269
1270 * configure.in (opsys): Change pattern to *-*-linux*
1271 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1272 Remove unreachable pattern hppa*-*-linux-gnu*.
1273 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
1274 and that can't possibly work now that src/m/hp800.h no longer exists.
1275
1276 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
1277
1278 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
1279
1280 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
1281
1282 * configure.in: Add header check: sys/socket.h (Bug#8477),
1283 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
1284 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
1285
1286 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
1287
1288 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
1289 (HAVE_GTK_AND_PTHREAD): Remove.
1290
1291 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
1292
1293 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
1294 build, not just GNUstep (Bug#9177).
1295
1296 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
1297
1298 Assume freestanding C89 headers, string.h, stdlib.h.
1299 Again, this simplifies the code, and all current platforms have these.
1300 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
1301 (AC_HEADER_STDC): Remove.
1302 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
1303 (strchr, strrchr): Remove fallback macros.
1304
1305 Assume support for memcmp, memcpy, memmove, memset.
1306 This simplifies the code a bit. All current platforms have these,
1307 as they are required for C89. If this turns into a problem we
1308 can add the gnulib modules for these (a 1-line change to Makefile.in).
1309 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
1310
1311 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
1312
1313 * GNUmakefile: New file.
1314 This is for convenience, so that one can run GNU make in an
1315 unconfigured source tree, and get a default build.
1316
1317 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
1318
1319 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
1320
1321 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1322
1323 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
1324 so as to suppress address randomization (Bug#8395).
1325
1326 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
1327
1328 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
1329 This fixes a build problem on older Mac OS X hosts.
1330
1331 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
1332 test, which runs afoul of Automake installations where, for example,
1333 /usr/share/aclocal contains a copy of gl_THREADLIB.
1334 Problem reported by Sven Joachim in
1335 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
1336 This is just a quick temporary fix, specific to Emacs; I'll work
1337 with the other gnulib maintainers to get a more-permanent fix.
1338
1339 Add gnulib's strtoimax module, needed on Solaris 8.
1340 * Makefile.in (GNULIB_MODULES): Add strtoimax.
1341 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
1342 automatically imported from gnulib.
1343 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1344
1345 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
1346
1347 Add gnulib support for pthread_sigmask (Bug#9010).
1348 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
1349 * configure.in (AC_TYPE_UID_T): New dummy macro.
1350 Configure gnulib after adjusting LIBS,
1351 so that gnulib can assume the libraries in LIBS.
1352 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
1353 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
1354 * lib/pthread_sigmask.c:
1355 New files, automatically imported from gnulib.
1356 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
1357 due to the above changes.
1358 * .bzrignore: Add lib/signal.h.
1359
1360 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
1361
1362 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
1363
1364 * configure.in (maintainer-mode): Reflect default in help string.
1365
1366 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1367
1368 * configure.in: Remove reference to iris4d.h.
1369
1370 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
1371
1372 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
1373
1374 2011-07-01 Glenn Morris <rgm@gnu.org>
1375
1376 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
1377
1378 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1379
1380 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
1381 which made ./configure infloop.
1382
1383 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
1384
1385 * configure.in (gsettings): New option and check for GSettings.
1386
1387 2011-06-29 Glenn Morris <rgm@gnu.org>
1388
1389 * configure.in: Try to test for the required crt*.o files.
1390
1391 2011-06-27 Bill Wohler <wohler@newt.com>
1392
1393 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
1394
1395 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
1396
1397 Use gnulib's dup2 module instead of rolling our own.
1398 * Makefile.in (GNULIB_MODULES): Add dup2.
1399 * configure.in: Do not check for dup2; gnulib does that now.
1400 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
1401
1402 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
1403
1404 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
1405
1406 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
1407
1408 Use gnulib's alloca-opt module.
1409 * .bzrignore: Add lib/alloca.h.
1410 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
1411 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
1412 as gnulib now does that for us. Put alloca check in config.h.
1413 Include <alloca.h> before any other include file, for AIX 3.
1414 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1415 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
1416
1417 2011-06-21 Leo Liu <sdl.web@gmail.com>
1418
1419 * m4/sha256.m4:
1420 * m4/sha512.m4:
1421 * m4/gl-comp.m4:
1422 * lib/u64.h:
1423 * lib/sha256.c:
1424 * lib/sha256.h:
1425 * lib/sha512.c:
1426 * lib/sha512.h:
1427 * lib/makefile.w32-in (GNULIBOBJS):
1428 * lib/gnulib.mk:
1429 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
1430 crypto/sha512 modules from gnulib.
1431
1432 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
1433
1434 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
1435
1436 2011-06-17 Glenn Morris <rgm@gnu.org>
1437
1438 * configure.in: Restore the behavior of checking crt-dir only
1439 when the user specified it (not all platforms use it).
1440
1441 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
1442
1443 * m4/lstat.m4: Merge from gnulib (Bug#8878).
1444
1445 2011-06-16 Miles Bader <miles@gnu.org>
1446
1447 * configure.in: Try to determine CRT_DIR automatically when
1448 using gcc.
1449
1450 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
1451
1452 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
1453 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
1454 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
1455 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
1456 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
1457 Merge from gnulib.
1458
1459 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
1460
1461 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
1462
1463 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
1464
1465 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
1466
1467 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
1468
1469 * configure.in: Add --with-wide-int.
1470 * INSTALL: Mention this.
1471
1472 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
1473
1474 Merge from gnulib.
1475 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
1476
1477 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1478
1479 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
1480
1481 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
1482
1483 Use 'inline', not 'INLINE'.
1484 * configure.in (INLINE): Remove.
1485
1486 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
1487
1488 Adjust to recent gnulib change for @GUARD_PREFIX@.
1489 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
1490 All uses of _GL_ for guard prefixes in lib/*.h replaced with
1491 _@GUARD_PREFIX@_.
1492
1493 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1494
1495 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
1496
1497 2011-05-24 Glenn Morris <rgm@gnu.org>
1498
1499 * Makefile.in (check): Just give a message if no test/ directory.
1500
1501 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
1502
1503 * configure.in (OPT_MAKEFILES_IN): Remove.
1504 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
1505 (SUBDIR_MAKEFILES_IN): New output variable.
1506 * Makefile.in (OPT_MAKEFILES_IN): Remove.
1507 (SUBDIR_MAKEFILES_IN): Let configure set it.
1508
1509 2011-05-24 Leo Liu <sdl.web@gmail.com>
1510
1511 * m4/sha1.m4:
1512 * m4/gl-comp.m4:
1513 * lib/sha1.h:
1514 * lib/sha1.c:
1515 * lib/makefile.w32-in (GNULIBOBJS):
1516 * lib/gnulib.mk:
1517 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
1518
1519 2011-05-24 Glenn Morris <rgm@gnu.org>
1520
1521 * configure.in: Remove test for already configured source directory.
1522 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
1523
1524 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
1525
1526 2011-05-24 Glenn Morris <rgm@gnu.org>
1527
1528 * make-dist: Don't distribute test/. (Bug#8107)
1529 * configure.in (OPT_MAKEFILES_IN): New output variable.
1530 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
1531 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
1532 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
1533 (check): Give an explicit error if test/ is not present.
1534
1535 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
1536 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
1537 (Makefile): Use $SUBDIR_MAKEFILES_IN.
1538
1539 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
1540
1541 * lib/verify.h: Merge from gnulib.
1542
1543 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
1544
1545 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
1546 Merge from gnulib.
1547
1548 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
1549
1550 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
1551
1552 2011-05-20 Eli Zaretskii <eliz@gnu.org>
1553
1554 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
1555
1556 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
1557
1558 2011-05-20 Glenn Morris <rgm@gnu.org>
1559
1560 * configure.in (lisp_frag): New output file.
1561
1562 2011-05-19 Glenn Morris <rgm@gnu.org>
1563
1564 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
1565 (WINDOW_SUPPORT): Remove output variables that are no longer used.
1566
1567 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1568
1569 * lib/gnulib.mk:
1570 * lib/intprops.h:
1571 * lib/unistd.in.h:
1572 * m4/inttypes.m4:
1573 * m4/stdint.m4:
1574 * m4/unistd_h.m4: Sync from gnulib.
1575
1576 2011-05-14 Glenn Morris <rgm@gnu.org>
1577
1578 * configure.in: Treat failure to find an X toolkit the same way we treat
1579 failure to find X and image support.
1580
1581 2011-05-12 Glenn Morris <rgm@gnu.org>
1582
1583 * Makefile.in (src, install-arch-indep, bootstrap-clean)
1584 (check-declare): Shell portability fixes. (Bug#8642)
1585
1586 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1587
1588 * configure.in: Require GnuTLS 2.6.x or higher.
1589
1590 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
1591
1592 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
1593 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
1594 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
1595
1596 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
1597 This new gnulib-tool option saves 'configure' the trouble of
1598 checking for strtoull when strtoumax exists.
1599
1600 * configure.in (BITS_PER_LONG_LONG): New macro.
1601
1602 2011-05-05 Glenn Morris <rgm@gnu.org>
1603
1604 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
1605 (top_distclean): Delete config.log~.
1606
1607 2011-04-27 Ben Key <bkey76@gmail.com>
1608
1609 * configure.in: Fixed a bug that caused configure with
1610 --enable-checking=stringoverrun to have no effect.
1611
1612 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
1613
1614 * configure.in: Suppress unnecessary checks for size_t.
1615 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
1616 (size_t): Do not check for this, and do not typedef. This code
1617 is never exercised now.
1618
1619 * Makefile.in (GNULIB_MODULES): Add strtoumax.
1620 This is needed for the new integer-reading code in lread.c.
1621 It automatically pulls in the following gnulib files, which
1622 are used on old-fashioned platforms that don't have strtoumax:
1623 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1624 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1625 m4/strtoull.m4, m4/strtoumax.m4.
1626 * .bzrignore: Add lib/inttypes.h.
1627
1628 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1629
1630 * configure.in: Check for GnuTLS certificate verify callbacks.
1631
1632 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1633
1634 * Makefile.in (config.status): Don't erase in case of error.
1635 In case it disappeared, rebuild it with `configure'.
1636
1637 2011-04-20 Ken Brown <kbrown@cornell.edu>
1638
1639 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1640
1641 2011-04-12 Glenn Morris <rgm@gnu.org>
1642
1643 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
1644
1645 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
1646
1647 * lib/allocator.c: New file, automatically generated by gnulib.
1648
1649 2011-04-07 Glenn Morris <rgm@gnu.org>
1650
1651 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
1652
1653 2011-04-06 Eli Zaretskii <eliz@gnu.org>
1654
1655 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
1656 Revert last change.
1657
1658 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
1659
1660 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1661 ($(BLD)/careadlinkat.$(O)): New target.
1662 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1663 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1664 Update dependencies.
1665
1666 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
1667
1668 Fix more problems found by GCC 4.6.0's static checks.
1669
1670 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1671
1672 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
1673 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1674 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1675 * m4/ssize_t.m4: New files, automatically generated from gnulib.
1676
1677 2011-04-06 Glenn Morris <rgm@gnu.org>
1678
1679 * autogen/update_autogen: Handle loaddefs-like files as well.
1680 (usage): Add -l, -C.
1681 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1682 With -l, check status of lisp/ as well.
1683 With -C, clean before building.
1684 (autoreconf): Only pass -f in the `clean' case.
1685 (commit): New function.
1686
1687 2011-03-28 Glenn Morris <rgm@gnu.org>
1688
1689 * autogen/update_autogen: Pass -f to autoreconf.
1690
1691 * autogen.sh (get_version): Discard "not found" lines.
1692 (check_version): Respect $AUTOCONF etc environment variables.
1693
1694 2011-03-27 Glenn Morris <rgm@gnu.org>
1695
1696 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1697 (AH_BOTTOM): Do not define SIGTYPE.
1698
1699 2011-03-26 Glenn Morris <rgm@gnu.org>
1700
1701 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1702 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1703
1704 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
1705
1706 * autogen/update_autogen: Remove useless function keyword.
1707
1708 2011-03-25 Eli Zaretskii <eliz@gnu.org>
1709
1710 * config.bat: Generate src/config.h and lib/Makefile from
1711 autogen/config.in and autogen/Makefile.in.
1712
1713 2011-03-25 Glenn Morris <rgm@gnu.org>
1714
1715 * compile, config.guess, config.sub, depcomp, install-sh, missing:
1716 Remove; autoreconf can supply them.
1717 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1718 config.guess, install-sh. Pass -i to autoreconf.
1719 * autogen/update_autogen (genfiles): Add compile, config.guess,
1720 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
1721 Discard non-error output from autoreconf in -q case.
1722 * autogen/compile, autogen/config.guess, autogen/config.sub:
1723 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1724 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1725 install-sh, missing.
1726
1727 2011-03-23 Glenn Morris <rgm@gnu.org>
1728
1729 * autogen/update_autogen: Fix typo.
1730 (msg): Remove function; use `exec' instead.
1731
1732 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1733 (sync-from-gnulib): Don't sync mkinstalldirs.
1734 * make-dist: Don't distribute mkinstalldirs.
1735
1736 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
1737
1738 Fix more problems found by GCC 4.5.2's static checks.
1739 * Makefile.in (GNULIB_MODULES): Add socklen.
1740 * configure.in: Do not check for sys/socket.h, since socklen does that.
1741 * m4/socklen.m4: New automatically-generated file, from gnulib.
1742
1743 fakemail: Remove dependency on ignore-value.
1744 * Makefile.in (GNULIB_MODULES): Add stdio.
1745 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
1746 imported from gnulib.
1747 * .bzrignore: Add lib/stdio.h.
1748
1749 2011-03-22 Glenn Morris <rgm@gnu.org>
1750
1751 * autogen/copy_autogen: Work from ./ or ../.
1752 Fix time-stamps.
1753 * autogen.sh: Doc fix.
1754
1755 2011-03-20 Glenn Morris <rgm@gnu.org>
1756
1757 * autogen/: New directory, to be excluded from releases.
1758 * autogen/copy_autogen, autogen/update_autogen: New scripts.
1759 * autogen/README: New file.
1760 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1761 * autogen/Makefile.in: Add auto-updated generated files.
1762 * autogen.sh: No longer a no-op, now it tests for autotools
1763 and runs them as necessary.
1764 * configure.in: Default maintainer-mode to on.
1765 * aclocal.m4, configure, lib/Makefile.in: Remove files.
1766
1767 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
1768
1769 Update for gnulib.
1770 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1771 includes <intprops.h> directly.
1772 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1773 when building Emacs on Solaris 9 and running it on Solaris 10.
1774
1775 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1776
1777 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
1778
1779 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1780
1781 * Version 23.3 released.
1782
1783 2011-03-06 Glenn Morris <rgm@gnu.org>
1784
1785 * configure.in (FREETYPE_LIBS): Actually set it to something.
1786
1787 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1788
1789 Work around some portability problems with symlinks.
1790
1791 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1792 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1793 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1794 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1795 * m4/symlink.m4:
1796 New files, automatically generated from gnulib.
1797 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1798 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1799
1800 2011-02-26 Eli Zaretskii <eliz@gnu.org>
1801
1802 * .bzrignore: Ignore new lib/*.in-h files.
1803
1804 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
1805 depfiles.bat even if lib/deps already exist.
1806
1807 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
1808
1809 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
1810 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
1811 recent changes to configure.in and to gnulib.
1812
1813 2011-02-24 Glenn Morris <rgm@gnu.org>
1814
1815 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
1816 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
1817
1818 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1819
1820 Assume S_ISLNK etc. work, since gnulib supports this.
1821 * Makefile.in (GNULIB_MODULES): Add sys_stat.
1822 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
1823 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
1824 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
1825
1826 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
1827
1828 * lib/min-max.h: New file, for "min" and "max".
1829
1830 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1831
1832 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
1833 $(EMACS_ROOT)/nt/inc/stdint.h.
1834
1835 2011-02-21 Eli Zaretskii <eliz@gnu.org>
1836
1837 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
1838 src/makefile.w32-in and adapt. Depend on stamp_BLD.
1839 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
1840
1841 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1842
1843 Import filemode module from gnulib.
1844 * .bzrignore: Add lib/sys/.
1845 * Makefile.in (GNULIB_MODULES): Add filemode.
1846 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
1847 * lib/filemode.c: Renamed from src/filemode.c and regenerated
1848 from gnulib. This adds support for some more file types, e.g.,
1849 Cray DMF migrated files.
1850 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
1851 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
1852 * m4/sys_stat_h.m4: New files, generated from gnulib.
1853 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1854 Regenerate.
1855
1856 2011-02-20 Eli Zaretskii <eliz@gnu.org>
1857
1858 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
1859 $(EMACS_ROOT)/nt/inc/sys/stat.h.
1860
1861 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1862
1863 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
1864 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
1865 is no longer needed, due to the recent SSDATA and related changes.
1866 Perhaps -Wno-pointer-sign should also be removed from
1867 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
1868 way to test this so I left it alone.
1869 * configure: Regenerate.
1870
1871 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
1872
1873 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
1874 src/makefile.w32-in.
1875
1876 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1877
1878 Import crypto/md5 and stdint modules from gnulib.
1879 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1880 Regenerate.
1881 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
1882 Import the new versions from gnulib; they assume a C99-style
1883 <stdint.h>, supplied by the stdint module.
1884 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
1885 imported from gnulib.
1886 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
1887 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
1888 special cases.
1889
1890 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1891
1892 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
1893 Add lib/deps/.
1894
1895 * config.bat: Configure in `lib'.
1896 Generate *.Po files in lib/deps.
1897
1898 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
1899
1900 Import IRIX 6.5 getloadavg fixes from gnulib.
1901 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
1902
1903 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
1904
1905 Import getloadavg module from gnulib.
1906 * .bzrignore: Add lib/stdlib.h.
1907 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1908 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1909 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1910 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1911 Remove; gnulib does this now.
1912 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1913 from gnulib. This adds support for several other systems, such
1914 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
1915 buffer overrun on Linux hosts under very high load, and on hosts
1916 that maintain a channel to the load average file it makes sure
1917 the file descriptor is close-on-exec (on hosts that support this)
1918 and is not stdin, stdout, or stderr.
1919 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1920 from gnulib.
1921 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1922 * src/config.in: Regenerate.
1923
1924 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1925
1926 Merge from gnulib.
1927
1928 * install-sh: Update to scriptversion 2011-01-19.21.
1929
1930 2011-02-13 Bruno Haible <bruno@clisp.org>
1931
1932 Consistent macro naming for macros that use GCC __attribute__.
1933 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1934 ATTRIBUTE_DEPRECATED.
1935
1936 2011-02-12 Bruno Haible <bruno@clisp.org>
1937
1938 setlocale: Prefer gnulib's override over libintl's override.
1939 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1940 GNULIB_defined_setlocale is set.
1941
1942 2011-02-13 Glenn Morris <rgm@gnu.org>
1943
1944 * make-dist: Exclude generated file src/globals.h.
1945
1946 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
1947
1948 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1949 Sync from gnulib, which has been patched to fix the problem
1950 with the license notices. Problem reported by Glenn Morris in
1951 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1952
1953 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * .bzrignore: Ignore globals.h and related stamp.
1956
1957 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1958
1959 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1960 This merges the following fix from gnulib:
1961
1962 2011-02-08 Bruno Haible <bruno@clisp.org>
1963
1964 Split large sed scripts, for HP-UX sed.
1965
1966 2011-02-08 Tom Tromey <tromey@redhat.com>
1967
1968 * configure: Rebuild.
1969 * configure.in (NS_OBJC_OBJ): New subst.
1970
1971 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
1972
1973 gnulib: allow multiple gnulib generated replacements to coexist
1974 This defines a few preprocessor symbols that should not affect Emacs.
1975 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
1976 via "make sync-from-gnulib".
1977
1978 gnulib: undo previous change
1979 The upstream _HEADERS change was backed out of gnulib (see the
1980 same thread). Stay in sync with gnulib.
1981
1982 gnulib: adjust to upstream _HEADERS change
1983 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
1984 New empty macros, to accommodate recent changes to gnulib. See
1985 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
1986 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
1987 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
1988 * lib/time.in.h, lib/unistd.in.h:
1989 Regenerate.
1990
1991 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
1992
1993 sync from gnulib to remove HAVE_STDBOOL_H
1994 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
1995 AC_HEADER_STDBOOL. All uses changed. Do not define
1996 HAVE_STDBOOL_H, as gnulib does not need this. This change is
1997 imported from the latest Autoconf git. It was motivated by Emacs,
1998 which uses gnulib but does not need HAVE_STDBOOL_H.
1999 * configure, src/config.in: Regenerate.
2000 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
2001
2002 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2003
2004 allow C code to suppress warnings about ignored return values
2005 * Makefile.in (GNULIB_MODULES): Add ignore-value.
2006 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2007 * lib/ignore-value.h: New file.
2008
2009 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
2010
2011 * configure.in: Test existence of xaw3d library, not just the
2012 header (Bug#7642).
2013
2014 2011-01-31 Eli Zaretskii <eliz@gnu.org>
2015
2016 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
2017 $(BLD)/time_r.$(O).
2018 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
2019 $(EMACS_ROOT)/src/m/intel386.h.
2020 ($(BLD)/strftime.$(O)):
2021 ($(BLD)/time_r.$(O)): Define prerequisites.
2022
2023 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
2024
2025 src/emacs.c now gets version number from configure.in
2026 * configure.in (version): Set this from $PACKAGE_VERSION,
2027 which is set from AC_INIT, rather than scouting through src/emacs.c.
2028 * configure: Regenerate.
2029 * make-dist (version): Get it from configure.in, not src/emacs.c.
2030
2031 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2032
2033 strftime: import from gnulib
2034 * Makefile.in (GNULIB_MODULES): Add strftime.
2035 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
2036 needed.
2037 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2038 Regenerate.
2039 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
2040 imported from gnulib.
2041 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
2042 This incorporates many changes from gnulib, including simpler
2043 handling of multibyte formats, porting to mingw32 and other
2044 platforms, and support for higher-resolution time stamps.
2045 Emacs does not yet use the higher-resolution interface.
2046
2047 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2048
2049 gnulib: import mktime and move-if-change fixes from gnulib
2050
2051 * configure: Regenerate from the following.
2052
2053 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2054
2055 mktime: clarify long_int width checking
2056 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
2057 the top level, to make it clearer that the assumption about
2058 long_int width is being checked. See
2059 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
2060
2061 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
2062
2063 TYPE_MAXIMUM: avoid theoretically undefined behavior
2064 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
2065 negative number, which the C Standard says has undefined behavior.
2066 In practice this is not a problem, but might as well do it by the book.
2067 Reported by Rich Felker and Eric Blake; see
2068 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
2069 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2070 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
2071
2072 mktime: #undef mktime before #defining it
2073 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
2074
2075 mktime: systematically normalize tm_isdst comparisons
2076 * lib/mktime.c (isdst_differ): New function.
2077 (__mktime_internal): Use it systematically for all isdst comparisons.
2078 This completes the fix for libc BZ #6723, and removes the need for
2079 normalizing tm_isdst. See
2080 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
2081 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
2082
2083 mktime: fix some integer overflow issues and sidestep the rest
2084
2085 This was prompted by a bug report by Benjamin Lindner for MinGW
2086 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
2087 His bug is due to signed integer overflow (0 - INT_MIN), and I
2088 I scanned through mktime.c looking for other integer overflow
2089 problems, fixing all the bugs I found.
2090
2091 Although the C Standard says the resulting code is still not safe
2092 in the presence of integer overflow, in practice it should be good
2093 enough for all real-world two's-complement implementations, except
2094 for debugging environments that deliberately trap on integer
2095 overflow (e.g., gcc -ftrapv).
2096
2097 * lib/mktime.c (WRAPV): New macro.
2098 (SHR): Also check that long_int and time_t shift right in the
2099 usual way, before using the fast-but-unportable method.
2100 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
2101 used. The code already assumed two's complement, so there's
2102 no need to test for alternatives. All uses removed.
2103 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
2104 the C standard. Problem reported by Rich Felker in
2105 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
2106 (twos_complement_arithmetic): Also check long_int and time_t.
2107 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
2108 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
2109 (__mktime_internal): Avoid integer overflow with unary subtraction
2110 in two instances where -1 - X is an adequate replacement for -X,
2111 since the calculations are approximate.
2112
2113 2011-01-29 Eric Blake <eblake@redhat.com>
2114
2115 mktime: avoid infinite loop
2116 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
2117 type; behavior is still undefined but portable to all known targets.
2118 Reported by Rich Felker.
2119
2120 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2121
2122 mktime: avoid problems on NetBSD 5 / i386
2123 * lib/mktime.c (long_int): New type. This works around a problem
2124 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
2125 but time_t is 64 bits, and where I expect the existing code is
2126 wrong in some cases.
2127 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
2128 (ydhms_diff): Bring back the compile-time check for wide-enough
2129 year and yday.
2130
2131 mktime: fix misspelling in comment
2132 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
2133 This merges all recent glibc changes of importance.
2134
2135 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2136
2137 move-if-change: cope with concurrent mv of identical file.
2138 * move-if-change (CMPPROG): Accept environment
2139 variable as an override for `cmp'.
2140 (usage): Document CMPPROG.
2141 Adjust comparison to drop stdout. Cope with failure of mv if
2142 the target file exists and is identical to the source, for
2143 parallel builds.
2144 Report from H.J. Lu against binutils in PR binutils/12283.
2145
2146 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2147
2148 * lib/makefile.w32-in:
2149 * lib/getopt_.h: New files.
2150
2151 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2152
2153 improve fix for MS-DOS file name clash
2154 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
2155 for portability to POSIX make. Reported by Bruno Haible.
2156 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
2157 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
2158 files from accumulating as garbage. Also reported by Bruno Haible.
2159
2160 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
2161
2162 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
2163 * Makefile.in (DOS-gnulib-comp.m4): New macro.
2164 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
2165 problems with MS-DOS 8+3 file name restrictions.
2166 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
2167 it, it would also cause problems when extracting Emacs distribution
2168 tarballs on MS-DOS hosts.
2169 (ACLOCAL_INPUTS): Adjust to file renaming.
2170 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
2171 * config.guess, config.sub: Sync from gnulib.
2172 * m4/gnulib-cache.m4: Remove from repository.
2173 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
2174
2175 2011-01-25 Glenn Morris <rgm@gnu.org>
2176
2177 * README: Add a note about ranges in copyright years.
2178
2179 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
2180
2181 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
2182
2183 * configure.in: Add HP-UX on IA64 (Bug#6811).
2184
2185 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
2186
2187 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
2188 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
2189 as it is no longer needed.
2190 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
2191 * configure.in: Invoke the new gnulib macro
2192 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
2193 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
2194 * m4/getopt.m4: Sync from gnulib; this removes the need for
2195 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
2196 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
2197 New macro, synced from gnulib.
2198 * m4/warn-on-use.m4: Remove.
2199
2200 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
2201
2202 aclocal.m4: put this file back into repository
2203 This way, we don't have to assume that the maintainer has
2204 the automake package installed. See
2205 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
2206 * .bzrignore: Remove aclocal.m4, undoing the previous change.
2207 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
2208 undoing the previous change.
2209 * aclocal.m4: New file (actually, resurrected).
2210
2211 2011-01-22 Miles Bader <miles@gnu.org>
2212
2213 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
2214 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
2215 Emacs directly uses fontconfig, and breaks building when using a
2216 strict linker).
2217
2218 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
2219
2220 src/config.in: shrink slightly
2221 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
2222 This makes src/config.in a bit smaller, by removing identifiers
2223 like GNULIB_TEST_MKTIME that Emacs does not need.
2224 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
2225 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2226 Sync from gnulib. This removes a few more unnecessary symbols from
2227 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
2228 * configure, src/config.in: Regenerate.
2229
2230 aclocal.m4: tweaks to regenerate more conveniently
2231 This attempts to act better when the source is in a weird state. See
2232 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
2233 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
2234 * .bzrignore: Add aclocal.m4.
2235
2236 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
2237
2238 aclocal.m4: omit auto-generated file from repository
2239 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
2240 the most recent change here.
2241 * aclocal.m4: Remove from bzr repository. This file is
2242 auto-generated and isn't needed to run 'configure'. See
2243 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
2244
2245 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
2246
2247 Minor Makefile.in tweaks to build from gnulib better.
2248 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
2249 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
2250 (top_maintainer_clean): Don't remove aclocal.m4.
2251
2252 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
2253
2254 Minor cleanups for 'bzr status'
2255 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
2256 the output of config.guess.
2257 * Makefile.in (top_distclean): Remove stamp-h1 too.
2258
2259 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
2260 defined if the compiler supports GCC-style __attribute__
2261 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
2262 this syntax.
2263
2264 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
2265
2266 Makefile.in: tidy up the building of lib
2267 * Makefile.in (am--refresh): Mark as .PHONY.
2268 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
2269 as they're not rebuilt unless you do a "make sync-from-gnulib"
2270 and the former is needed for "configure".
2271 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
2272 has already removed lib/Makefile.
2273
2274 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
2275 This avoids building ftoastr and ldtoastr, which aren't needed. See
2276 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
2277
2278 * .bzrignore: Add .h files that are host-dependent.
2279 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
2280 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
2281 host-dependent and are built as part of an ordinary 'make', and
2282 should not be checked in.
2283
2284 * lib/Makefile.in: Regenerate.
2285 * lib/COPYING: New file, a copy of COPYING.
2286
2287 * configure: Regenerate.
2288 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
2289
2290 Regenerate.
2291 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2292 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
2293 New files, copied from gnulib by gnulib-tool.
2294 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
2295 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2296 Regenerate.
2297
2298 Use gnulib's getopt-gnu module.
2299 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
2300 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
2301 representative of the dependencies.
2302 * configure.in: Do not configure getopt, as gnulib does that now.
2303 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
2304 getopt now, in lib.
2305
2306 Regenerate.
2307 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
2308 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
2309 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
2310 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
2311 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
2312 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
2313 * m4/wchar_t.m4, warn-on-use.h:
2314 New files, copied from gnulib by gnulib-tool.
2315 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2316 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2317 Regenerate.
2318
2319 Use gnulib's mktime module.
2320 * Makefile.in (GNULIB_MODULES): Add mktime.
2321 * configure.in: Remove code no longer needed, as gnulib now does it.
2322 (AC_CHECK_FUNCS): Remove mktime.
2323 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
2324 (__restrict): Remove, as this now gets in the way of the C99
2325 support for 'restrict' pulled in by the gnulib mktime module.
2326 Code should now use 'restrict' and not '__restrict".
2327 (mktime): Remove.
2328 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
2329 and warn-on-use.h into the distribution.
2330
2331 Regenerate.
2332 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
2333 * lib/ldtoastr.c, m4/c-strtod.m4:
2334 New files, copied from gnulib by gnulib-tool.
2335 * lib/dummy.c: Remove.
2336 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2337 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2338 Regenerate.
2339
2340 Use gnulib's ftoastr module.
2341 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
2342
2343 Regenerate.
2344 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
2345 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
2346 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
2347 New files, generated automatically, with 'make sync-from-gnulib'
2348 followed by 'make'.
2349 * configure, lisp/dired.el, src/config.in: Regenerate.
2350
2351 Automate syncing from gnulib.
2352 * INSTALL, README: Document new subdirectory 'lib'.
2353 * Makefile.in (SUBDIR): Add lib.
2354 (SUBDIR_MAKEFILES): Add lib/Makefile.
2355 (lib-src, src, TAGS, tags): Depend on lib.
2356 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
2357 ($(gnulib_srcdir)): New rule.
2358 (sync-from-gnulib): New rule, which is .PHONY.
2359 (lib): New rule, which is like lib-src.
2360 (Makefile): Depend on lib/Makefile.in.
2361 (AUTOCONF_INPUTS): Depend on aclocal.m4.
2362 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
2363 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
2364 (am--refresh): New rule, to pacify Automake.
2365 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
2366 Clean lib, too.
2367 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
2368 droppings.
2369 (maintainer-clean, extraclean): Use it.
2370 * configure.in: Initialize for automake and gnulib, by invoking
2371 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
2372 lib/Makefile, too. Use automake to build gnulib, as gnulib works
2373 more conveniently with automake.
2374 * lib/Makefile.am: New file.
2375 * make-dist: Also put into the distribution aclocal.m4,
2376 compile, depcomp, missing, and the files under lib/.
2377
2378 2011-01-15 Glenn Morris <rgm@gnu.org>
2379
2380 * Makefile.in (epaths-force): No more arch-tag to edit.
2381
2382 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2383
2384 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
2385
2386 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
2387
2388 * make-dist: Distribute test/ files too.
2389 Distribute every file under test/ that is under version control,
2390 using patterns like *.el to capture files that are added later.
2391 Without this change, "configure" would fail, because it would
2392 attempt to build from a Makefile.in that was not distributed.
2393
2394 2011-01-13 Christian Ohler <ohler@gnu.org>
2395
2396 * Makefile.in (INFO_FILES): Add ERT.
2397
2398 * Makefile.in (check): Run tests in test/automated.
2399
2400 * Makefile.in:
2401 * configure.in: Add test/automated/Makefile.
2402
2403 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2404
2405 * install-sh, mkinstalldirs, move-if-change: Update from master
2406 source in gnulib.
2407
2408 * config.guess, config.sub: Updated from master source.
2409
2410 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
2411
2412 * configure.in: Check for __builtin_unwind_init.
2413
2414 2011-01-05 Glenn Morris <rgm@gnu.org>
2415
2416 * configure.in (HAVE_MAKEINFO): New output variable.
2417 (MAKEINFO): Reset to "makeinfo" if not found.
2418 * Makefile.in (install-arch-indep, info):
2419 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
2420
2421 2010-12-29 Ulrich Mueller <ulm@gentoo.org>
2422
2423 * configure.in: Make gameuser configurable (Bug#7717).
2424
2425 2010-12-15 Glenn Morris <rgm@gnu.org>
2426
2427 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
2428 long absent lib-src/fns-*.el.
2429
2430 2010-12-11 Glenn Morris <rgm@gnu.org>
2431
2432 * make-dist: Exclude etc/*.pyc.
2433
2434 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
2435
2436 * configure.in: Don't double machfile in final message.
2437
2438 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
2439
2440 * configure.in: Fix last change.
2441
2442 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
2443
2444 * configure.in: Remove reference to removed machine description
2445 files and allow $machine and $machfile to be empty. Substitute
2446 M_FILE/S_FILE instead of machfile/opsysfile.
2447
2448 2010-12-03 Glenn Morris <rgm@gnu.org>
2449
2450 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
2451
2452 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2453
2454 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
2455 (EXTERNALLY_VISIBLE): New definition.
2456
2457 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2458
2459 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
2460
2461 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2462
2463 * configure.in: Do not check for unconditionally included headers.
2464
2465 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2468
2469 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
2470
2471 * configure.in: Don't write a warning for D-Bus anymore.
2472
2473 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
2474
2475 * configure.in: Fix indentation.
2476
2477 2010-10-31 Ken Brown <kbrown@cornell.edu>
2478
2479 * configure.in (checking whether localtime caches TZ): Use
2480 unsetenv instead of modifying environment directly.
2481
2482 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
2483
2484 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2485 to avoid warning.
2486
2487 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2488
2489 * configure.in: Remove the BROKEN annotation from GnuTLS.
2490
2491 2010-10-22 Glenn Morris <rgm@gnu.org>
2492
2493 * make-dist: Avoid listing .el files twice. Don't try to run
2494 autoconf if --no-update.
2495
2496 2010-10-20 Glenn Morris <rgm@gnu.org>
2497
2498 * make-dist: No longer create lisp/MANIFEST.
2499
2500 2010-10-14 Glenn Morris <rgm@gnu.org>
2501
2502 * BUGS, INSTALL.BZR, README: Updates.
2503
2504 2010-10-13 Glenn Morris <rgm@gnu.org>
2505
2506 * make-dist: Remove --compress. Check for the appropriate
2507 gzip-like executable, and if not found, don't compress.
2508 Check version number in README, don't change it.
2509 Use find for nt/inc/*.h.
2510
2511 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2512
2513 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
2514 trailing / from directory names.
2515
2516 2010-10-12 Glenn Morris <rgm@gnu.org>
2517
2518 * make-dist: Update and simplify.
2519
2520 2010-10-12 Eli Zaretskii <eliz@gnu.org>
2521
2522 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
2523
2524 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2525
2526 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
2527
2528 2010-10-09 Glenn Morris <rgm@gnu.org>
2529
2530 * make-dist: No more doc/emacs/*.texi.in.
2531
2532 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2533
2534 2010-10-09 Glenn Morris <rgm@gnu.org>
2535
2536 * configure.in: Combine some conditionals.
2537
2538 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
2539 * make-dist: Include doc/emacs/*.texi.in.
2540
2541 * INSTALL, make-dist: Remove references to b2m.
2542 * Makefile.in (MAN_PAGES): Remove b2m.1.
2543
2544 2010-10-05 Glenn Morris <rgm@gnu.org>
2545
2546 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2547
2548 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2549
2550 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2551
2552 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2553
2554 * configure.in: Include stdlib.h and string.h unconditionally.
2555
2556 2010-09-29 Romain Francoise <romain@orebokech.com>
2557
2558 * configure.in: Don't enable ImageMagick unless HAVE_X11.
2559
2560 2010-09-28 Glenn Morris <rgm@gnu.org>
2561
2562 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
2563 happy.
2564
2565 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2566
2567 * configure.in: Enable imagemagick by default.
2568
2569 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2570
2571 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
2572 GnuTLS libraries.
2573
2574 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2575
2576 * configure.in: Set up GnuTLS.
2577
2578 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
2579
2580 * configure.in: Announce whether libxml2 is linked to.
2581
2582 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2583
2584 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
2585
2586 2010-09-18 Eli Zaretskii <eliz@gnu.org>
2587
2588 * config.bat: Detect that libxml2 is installed and if so, build
2589 with it.
2590
2591 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2592
2593 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2594 be used. This fixes a conf problem on Mac OS X.
2595
2596 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2597
2598 * configure.in: Check for libxml2.
2599
2600 2010-09-09 Glenn Morris <rgm@gnu.org>
2601
2602 * make-dist: No more TODO files under lisp/.
2603
2604 2010-09-04 Eli Zaretskii <eliz@gnu.org>
2605
2606 * config.bat: Produce lisp/gnus/_dir-locals.el from
2607 lisp/gnus/.dir-locals.el.
2608
2609 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
2610
2611 * configure.in: Fix check for librsvg, imagemagick and
2612 MagickExportImagePixels.
2613
2614 2010-08-18 Joakim Verona <joakim@verona.se>
2615
2616 * Makefile.in, configure.in: Checks for ImageMagick.
2617
2618 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
2619
2620 * configure.in (AC_PREREQ): Require autoconf 2.65.
2621
2622 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2623
2624 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2625
2626 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2627
2628 * configure.in: Add AC_C_BIGENDIAN.
2629
2630 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2631
2632 * configure.in (ORDINARY_LINK): Use on hpux* too.
2633
2634 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2635
2636 * configure.in: Check for util.h.
2637 Use -Wimplicit-function-declaration if compiler supports it.
2638
2639 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2640
2641 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2642
2643 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
2644
2645 * configure.in: Restore accidentally removed use of
2646 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2647
2648 2010-07-29 Chad Brown <yandros@mit.edu>
2649
2650 * configure.in: Check for dirent.h.
2651
2652 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2653
2654 * configure.in: Remove reference to usg5-4, unused.
2655
2656 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2657
2658 * configure.in: Check for __executable_start.
2659
2660 2010-07-24 Ken Brown <kbrown@cornell.edu>
2661
2662 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2663
2664 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
2665
2666 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2667
2668 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
2669
2670 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2671
2672 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2673
2674 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2675 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2676 (C_OPTIMIZE_SWITCH): Remove.
2677 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2678
2679 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2680
2681 * configure.in: Don't check for index and rindex, check for strchr
2682 and strrchr. Define strchr and strrchr as index and rindex,
2683 resp., in src/config.h if not available.
2684
2685 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2686
2687 * configure.in: Use -Wold-style-definition if available.
2688 This helps with the transition to standard C code, it can be
2689 removed when done.
2690
2691 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2692
2693 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2694 and MSWindows.
2695
2696 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2697
2698 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
2699 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2700
2701 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2702
2703 * configure.in (getenv): Remove K&R declaration.
2704
2705 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2706
2707 * configure.in: Remove define __P.
2708
2709 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2710
2711 * configure.in (--enable-use-lisp-union-type): New flag.
2712
2713 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2714
2715 Fix CFLAGS for non-GCC compilers.
2716 * configure.in (CFLAGS): Always use -g like it was done before the
2717 2010-03-30 change.
2718 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2719 (Bug#6538)
2720
2721 2010-06-30 Glenn Morris <rgm@gnu.org>
2722
2723 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2724 Set with AC_DEFINE rather than AH_BOTTOM.
2725
2726 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2727 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2728 Set with shell, not cpp.
2729 (LIBX): Remove, just use -lX11 in the one place this was used.
2730 (cannot_dump): Replace with CANNOT_DUMP.
2731
2732 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2733
2734 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
2735 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2736 by minimum required Gtk+ 2.6). Add checks for functions introduced
2737 in Gtk+ 2.14 or newer (bug#6505).
2738
2739 2010-06-26 Eli Zaretskii <eliz@gnu.org>
2740
2741 * config.bat: Remove white space around "+" in COPY commands.
2742
2743 2010-06-23 Glenn Morris <rgm@gnu.org>
2744
2745 * info/dir: Start descriptions in column 32, per Texinfo convention.
2746
2747 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
2748
2749 * INSTALL: Update font information (Bug#6389).
2750
2751 2010-06-16 Glenn Morris <rgm@gnu.org>
2752
2753 * INSTALL: General update.
2754
2755 2010-06-12 Glenn Morris <rgm@gnu.org>
2756
2757 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2758
2759 2010-06-11 Glenn Morris <rgm@gnu.org>
2760
2761 * configure.in (--without-compress-info): New option.
2762 (GZIP_INFO): New output variable.
2763
2764 * Makefile.in (GZIP_INFO): New, set by configure.
2765 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2766 Handle man pages in the same way.
2767
2768 2010-06-10 Glenn Morris <rgm@gnu.org>
2769
2770 * Makefile.in (install-arch-indep): Gzip the info files too.
2771
2772 * make-dist: Remove references to non-existent directories and files.
2773
2774 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2775
2776 * configure.in: Include <strings.h> and <string.h> instead of
2777 "strings.h" and "string.h".
2778
2779 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2780
2781 * configure.in: Remove code dealing with BSTRING.
2782
2783 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2784
2785 * configure.in (AC_PREREQ): Require autoconf 2.65.
2786
2787 * configure.in (unxec): Do not define and substitute.
2788 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2789
2790 2010-06-03 Glenn Morris <rgm@gnu.org>
2791
2792 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2793
2794 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2795
2796 Fix alloca definition when using gcc on non-gnu systems.
2797 * configure.in: Use the code sequence indicated by "info autoconf"
2798 for alloca (bug#6170).
2799
2800 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2801
2802 * .bzrignore: Ignore new files from trunk, which appear if you use
2803 colocated branches (i.e. "bzr switch").
2804
2805 2010-05-28 Glenn Morris <rgm@gnu.org>
2806
2807 * configure.in: Simplify some of the $canonical tests.
2808
2809 2010-05-27 Glenn Morris <rgm@gnu.org>
2810
2811 * config.bat: Do not preprocess src/Makefile.in.
2812
2813 * configure.in: Do not preprocess src/Makefile.in.
2814 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
2815 (AC_EGREP_CPP): Test no longer needed.
2816
2817 * make-dist: No more Makefile.c files.
2818
2819 2010-05-26 Glenn Morris <rgm@gnu.org>
2820
2821 * configure.in (YMF_PASS_LDFLAGS): Remove.
2822 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
2823
2824 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
2825 Add $GNUSTEP_LOCAL_HEADERS.
2826 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
2827
2828 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
2829 (GNUSTEP_MAKEFILES): Remove.
2830 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
2831 stuff to here.
2832
2833 2010-05-25 Glenn Morris <rgm@gnu.org>
2834
2835 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
2836 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2837
2838 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2839 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
2840 here instead.
2841
2842 2010-05-24 Romain Francoise <romain@orebokech.com>
2843
2844 * make-dist: Look for version in src/emacs.c.
2845 Use lisp/subr.el rather than lisp/version.el for location check.
2846
2847 2010-05-21 Glenn Morris <rgm@gnu.org>
2848
2849 * configure.in (MKDEPDIR): Parallel build tweak.
2850
2851 * configure.in (ns_frag): New output file.
2852
2853 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
2854 (OLDXMENU_TARGET): Set to empty if USE_GTK.
2855
2856 * configure.in (cannot_dump): New output variable.
2857
2858 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2859
2860 * configure.in: On NetBSD, if terminfo is found, use it in
2861 preference to termcap. (Bug#6190)
2862
2863 2010-05-20 Glenn Morris <rgm@gnu.org>
2864
2865 * make-dist (src): Include *.mk.
2866 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
2867 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
2868 (deps_frag): New output file.
2869 (AUTO_DEPEND): Remove this definition.
2870
2871 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
2872
2873 2010-05-19 Glenn Morris <rgm@gnu.org>
2874
2875 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
2876 (ORDINARY_LINK): New AC_DEFINE.
2877 (LIB_GCC): No need to set if ORDINARY_LINK.
2878
2879 2010-05-18 Glenn Morris <rgm@gnu.org>
2880
2881 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
2882 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
2883
2884 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
2885 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
2886 (RALLOC_OBJ): New output variable.
2887
2888 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
2889 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
2890
2891 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * Makefile.in (src): Provide the name of the VCS file that witnesses
2894 a pull.
2895 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
2896
2897 2010-05-17 Glenn Morris <rgm@gnu.org>
2898
2899 * configure.in (OLDXMENU_DEPS): New output variable.
2900
2901 2010-05-16 Glenn Morris <rgm@gnu.org>
2902
2903 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
2904
2905 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
2906 * Makefile.in (install-arch-dep): Update for above change.
2907
2908 * Makefile.in (ns_appdir): Remove.
2909 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2910
2911 * configure.in (TEMACS_LDFLAGS2): New output variable.
2912
2913 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2914 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2915 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2916 nothing uses.
2917
2918 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2919
2920 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2921 does not use them.
2922 (X11R5_INHIBIT_I18N): Remove, unused.
2923
2924 2010-05-15 Glenn Morris <rgm@gnu.org>
2925
2926 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2927
2928 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2929
2930 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
2931
2932 * configure.in: Look for version string in its new location.
2933
2934 2010-05-15 Eli Zaretskii <eliz@gnu.org>
2935
2936 * config.bat: Remove support for DJGPP v1.x.
2937
2938 2010-05-15 Glenn Morris <rgm@gnu.org>
2939
2940 * configure.in (OLDXMENU_TARGET): New output variable.
2941
2942 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2943
2944 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2945 and other files that no longer exist.
2946
2947 2010-05-14 Glenn Morris <rgm@gnu.org>
2948
2949 * configure.in (cpp_undefs): Add mktime, register, X11.
2950
2951 * configure.in (GPM_MOUSE_SUPPORT): Remove.
2952 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2953 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2954
2955 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2956 (GNUSTEP_MAKEFILES): Do not output.
2957
2958 2010-05-13 Glenn Morris <rgm@gnu.org>
2959
2960 * configure.in: Fix some paren typos.
2961
2962 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2963
2964 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2965
2966 2010-05-12 Glenn Morris <rgm@gnu.org>
2967
2968 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2969
2970 * configure.in (LIB_GCC): New output variable.
2971
2972 2010-05-11 Glenn Morris <rgm@gnu.org>
2973
2974 * make-dist (msdos): No more mainmake.
2975
2976 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
2977 * config.bat: Do not run cpp on lib-src/Makefile.in.
2978
2979 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2980
2981 2010-05-10 Glenn Morris <rgm@gnu.org>
2982
2983 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
2984
2985 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
2986 (BLESSMAIL_TARGET): New output variable.
2987
2988 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2989
2990 * INSTALL: Fix typos.
2991
2992 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2993
2994 * configure.in: Add check for buggy version of GCC (Bug#6031).
2995
2996 2010-05-08 Glenn Morris <rgm@gnu.org>
2997
2998 * configure.in (HAVE_LIBNCURSES): New local variable.
2999 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
3000 replacing cpp in src/s/*.h and src/Makefile.in.
3001
3002 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3003
3004 * Version 23.2 released.
3005
3006 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3007
3008 * configure.in: Add tests for `isnan' and `copysign'.
3009
3010 2010-05-07 Eli Zaretskii <eliz@gnu.org>
3011
3012 * config.bat: Allow for 2 leading `#'s in comments in
3013 src/Makefile.in.
3014
3015 2010-05-07 Glenn Morris <rgm@gnu.org>
3016
3017 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
3018 Merges logic from src/s/* and src/Makefile.in.
3019 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3020
3021 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3022
3023 Define START_FILES and LIB_STANDARD using autoconf.
3024 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
3025 here from src/s/*.h.
3026 (HAVE_CRTIN): Remove, inline logic in the netbsd
3027 START_FILES/LIB_STANDARD computation.
3028
3029 2010-05-06 Glenn Morris <rgm@gnu.org>
3030
3031 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
3032
3033 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
3034 (LD_SWITCH_X_SITE): Remove unused variables.
3035
3036 2010-05-04 Glenn Morris <rgm@gnu.org>
3037
3038 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
3039 as well.
3040 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
3041
3042 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3043
3044 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
3045 variables, replacing c_switch_machine, c_switch_system.
3046 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
3047 @c_switch_system@.
3048
3049 2010-05-03 Glenn Morris <rgm@gnu.org>
3050
3051 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
3052
3053 * make-dist: There are no more src/m/*.inp files.
3054
3055 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3056
3057 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
3058 (ac_link): Do not use ld_switch_machine.
3059
3060 2010-05-01 Glenn Morris <rgm@gnu.org>
3061
3062 * configure.in (OTHER_OBJ): Remove.
3063 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
3064
3065 2010-04-30 Glenn Morris <rgm@gnu.org>
3066
3067 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
3068 Elsewhere, maybe include it.
3069
3070 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
3071 (OLDXMENU, LIBXMENU): New output variables.
3072
3073 * configure.in (OTHER_OBJ): New output variable.
3074
3075 2010-04-28 Glenn Morris <rgm@gnu.org>
3076
3077 * configure.in (CYGWIN_OBJ): New output variable.
3078
3079 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
3080
3081 * configure.in (FONT_OBJ): New output variable.
3082
3083 * configure.in (LIBXMU): New output variable.
3084
3085 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
3086
3087 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
3088 userland and maybe change values to i386 (move test from s/amdx86-64.h).
3089
3090 2010-04-27 Glenn Morris <rgm@gnu.org>
3091
3092 * configure.in (LIBXTR6): New output variable. Move unixware special
3093 case here from src/s/unixware.h.
3094
3095 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
3096 in Makefiles.
3097 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
3098
3099 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
3100 (LIBXP): No longer substitute in Makefiles.
3101 (MOTIF_LIBW): New output variable. Move system-specific settings here
3102 from src/s files.
3103
3104 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3105
3106 Reduce CPP usage.
3107 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
3108 (unexec): Define unconditionally, all platforms define
3109 UNEXEC. AC_SUBST it.
3110 (UNEXEC_SRC): Remove, unused.
3111 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
3112
3113 2010-04-27 Glenn Morris <rgm@gnu.org>
3114
3115 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
3116 replaced by LIBXP.
3117
3118 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
3119 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
3120 On hpux10-20, default to /lib.
3121
3122 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
3123
3124 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
3125
3126 * configure.in (LIBS_MACHINE): Remove, unused.
3127
3128 * configure.in (LIB_MATH): New output variable. Set it for some systems.
3129
3130 2010-04-24 Glenn Morris <rgm@gnu.org>
3131
3132 * configure.in (CRT_DIR): New output variable.
3133 (--with-crt-dir): New option. (Bug#5655)
3134 (HAVE_LIB64_DIR): Remove.
3135
3136 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
3137
3138 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
3139
3140 2010-04-22 Miles Bader <miles@gnu.org>
3141
3142 * configure.in: Get rid of "unix" pre-defined macro when
3143 preprocessing Makefile. (Bug#5857)
3144
3145 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
3146
3147 Avoid non-portable shell command negation
3148 * configure.in: Revert last change.
3149
3150 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3151
3152 * configure.in: Change "if test ! -f" to "if ! test -f".
3153
3154 2010-04-21 Glenn Morris <rgm@gnu.org>
3155
3156 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
3157 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
3158
3159 2010-04-21 Karel Klíč <kklic@redhat.com>
3160
3161 * configure.in: New option: --with(out)-selinux, on by default.
3162 Set HAVE_LIBSELINUX if we find libselinux, and substitute
3163 LIBSELINUX_LIBS in Makefiles.
3164
3165 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
3166
3167 * configure.in: Remove all references to LIBX11_SYSTEM.
3168
3169 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3170
3171 * configure.in: Remove all references to C_DEBUG_SWITCH.
3172
3173 2010-03-27 Eli Zaretskii <eliz@gnu.org>
3174
3175 * config.bat <lib-src>: Edit out lines that begin with several #
3176 characters.
3177
3178 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3179
3180 * configure.in: Remove support for old UNIX System V systems and
3181 for Unixware on non-x86 machines.
3182
3183 * configure.in: Remove support for Solaris on PPC and for old versions.
3184
3185 * configure.in: Remove non-working lynxos port.
3186
3187 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3188
3189 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
3190
3191 2010-03-19 Glenn Morris <rgm@gnu.org>
3192
3193 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
3194 happy.
3195
3196 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
3197
3198 * configure.in: Check for tputs and friends, abort if not
3199 found (bug#5735).
3200
3201 2010-03-18 Glenn Morris <rgm@gnu.org>
3202
3203 * configure.in (--with-x-toolkit): In the help text, say which options
3204 are synonyms.
3205
3206 * configure.in (--with-mmdf, --with-mail-unlink):
3207 New options, off by default.
3208 (--with-mailhost): New option to set default POP host.
3209 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
3210 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
3211 New variables, substituted in Makefiles.
3212 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
3213 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
3214 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
3215 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
3216 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
3217
3218 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3219
3220 * Makefile.in (uninstall): Handle the case where archlibdir does not
3221 exist. (Bug#5720)
3222
3223 2010-03-12 Eli Zaretskii <eliz@gnu.org>
3224
3225 These changes remove termcap.c from the build on POSIX platforms.
3226 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
3227
3228 * configure: Regenerated.
3229
3230 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3231
3232 * Branch for 23.2.
3233
3234 2010-01-31 Juri Linkov <juri@jurta.org>
3235
3236 * .bzrignore: Add TAGS-LISP.
3237
3238 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3239
3240 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
3241 this header file).
3242
3243 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
3244
3245 * .bzrignore: Ignore all .exe, instead of individual files.
3246
3247 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
3248
3249 * configure.in: Explicitly check for and link to -lXrender.
3250
3251 2010-01-12 Glenn Morris <rgm@gnu.org>
3252
3253 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
3254 for bug reports for development versions.
3255
3256 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3257
3258 * .bzrignore: Add more ignored patterns, including for the MS-DOS
3259 build.
3260
3261 2009-12-27 Karl Fogel <kfogel@red-bean>
3262
3263 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
3264 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
3265
3266 2009-12-17 Glenn Morris <rgm@gnu.org>
3267
3268 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
3269
3270 2009-12-15 Glenn Morris <rgm@gnu.org>
3271
3272 * info/dir: Add EDT entry.
3273 * Makefile.in (INFO_FILES): Add edt.
3274
3275 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
3276
3277 * configure.in: Check for RSVG if GNUstep is used.
3278
3279 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
3280
3281 * configure.in: Don't check for RSVG or GConf unless X11 is used.
3282
3283 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3284
3285 * configure.in: Allow compiling Emacs with GTK on Cygwin.
3286
3287 2009-12-01 Glenn Morris <rgm@gnu.org>
3288
3289 * make-dist: Add etc/images/mpc directory.
3290
3291 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3292
3293 * configure.in: Don't check for GConf unless X is used.
3294
3295 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3296
3297 * configure.in: Use -Wdeclaration-after-statement if available.
3298
3299 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3300
3301 * configure.in: New option: --with(out)-gconf.
3302 Set HAVE_GCONF if we find gconf.
3303
3304 2009-11-17 Glenn Morris <rgm@gnu.org>
3305
3306 * Makefile.in (INFO_FILES): Add semantic.
3307
3308 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
3309
3310 * info/dir: Add Semantic.
3311
3312 2009-11-16 Glenn Morris <rgm@gnu.org>
3313
3314 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
3315 pattern, so as not to exclude makefile*.el. (Bug#4912)
3316
3317 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3318
3319 * configure.in: --enable-autodepend is new. Check for GNU Make
3320 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
3321 gcc and GNU make to generate dependencies.
3322
3323 2009-10-27 Glenn Morris <rgm@gnu.org>
3324
3325 * make-dist: Make links to doc/lispintro/*.pdf.
3326
3327 2009-10-23 Jim Meyering <meyering@redhat.com>
3328
3329 * configure.in: Invoke $CPP with -P when creating Makefile and
3330 src/Makefile. Without this, gcc 4.4.2 converts each
3331 backslash-newline pair in the input to a bare newline, yielding
3332 invalid Makefiles.
3333
3334 * configure: Regenerate.
3335
3336 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3337
3338 * configure.in (vax-dec-vms): Remove, not supported anymore.
3339
3340 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3341
3342 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
3343 (*-apple-darwin*): Add x86_64 architecture.
3344
3345 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3346
3347 * config.guess, config.sub: Updated from master source.
3348
3349 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
3350
3351 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
3352
3353 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
3354
3355 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
3356
3357 2009-09-29 Glenn Morris <rgm@gnu.org>
3358
3359 * make-dist (check): Update for two new levels of subdirectory in lisp/.
3360
3361 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3362
3363 * config.guess, config.sub: Updated from master source.
3364
3365 * configure.in (OTHER_FILES): Define using autoconf not cpp.
3366
3367 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3368
3369 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
3370
3371 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3372
3373 * INSTALL: Update URL for GNU FreeFont.
3374
3375 2009-09-09 Glenn Morris <rgm@gnu.org>
3376
3377 * Makefile.in (install-arch-indep): Don't recursively change perms of
3378 site-lisp and infodir. There may be non-Emacs files in here, and the
3379 files supplied by Emacs are all handled explicitly already. (Bug#3800)
3380 (mkdir): Set umask to world-readable before creating directories.
3381 mkinstalldirs already checks if dirs exist, don't duplicate this test.
3382
3383 2009-08-29 Glenn Morris <rgm@gnu.org>
3384
3385 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
3386 (info): Don't give an error in the absence of makeinfo - let the doc
3387 Makefiles do that, if the info files need rebuilding. (Bug#3982)
3388
3389 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
3390
3391 * Makefile.in (install-arch-indep): If the versioned DOC-####
3392 generated during loadup+dump isn't found, install the plain DOC
3393 file that always gets generated, in case CANNOT_DUMP is set.
3394
3395 * configure.in: Warn if package version specified here doesn't
3396 match the version in version.el.
3397 * configure: Regenerate.
3398
3399 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
3400
3401 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
3402
3403 * configure: Regenerate.
3404
3405 2009-08-19 Glenn Morris <rgm@gnu.org>
3406
3407 * INSTALL: Remove reference to cvtmail.
3408
3409 2009-08-15 CHENG Gao <chenggao@gmail.com>
3410
3411 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
3412
3413 2009-08-02 Kevin Ryde <user42@zip.com.au>
3414
3415 * INSTALL: Fix free fonts URL.
3416
3417 2009-07-22 Glenn Morris <rgm@gnu.org>
3418
3419 * configure.in (AC_PREREQ): Require autoconf 2.62.
3420
3421 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
3422
3423 * configure.in (--enable-checking, --enable-profiling):
3424 Use AS_HELP_STRING.
3425
3426 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3427
3428 * configure.in (--enable-profiling): New option.
3429 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
3430
3431 2009-06-27 Glenn Morris <rgm@gnu.org>
3432
3433 * configure.in: Restore netbsd on mips, mipsel, mipseb.
3434
3435 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3436
3437 * configure.in (--enable-checking): New option.
3438
3439 2009-06-24 Glenn Morris <rgm@gnu.org>
3440
3441 * make-dist: Warn if subdir does not exist in source.
3442 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
3443 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
3444 No longer make links.
3445
3446 2009-06-24 Yavor Doganov <yavor@gnu.org>
3447
3448 * make-dist (tempdir): Don't create directories preferences.gorm
3449 and preferences.nib, they are no longer required.
3450
3451 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3452
3453 * Branch for 23.1.
3454
3455 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
3456
3457 * configure.in: Delete mac-fix-env target, which has been
3458 removed (Bug#3531).
3459
3460 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3461
3462 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
3463
3464 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
3465
3466 * BUGS: Use new binding of view-emacs-problems.
3467
3468 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
3469
3470 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
3471 for Solaris compatibility.
3472
3473 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
3474
3475 * configure: Regenerate.
3476
3477 * configure.in: Disable use of FreeType without libXft.
3478
3479 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3480
3481 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
3482 Check if it is declared in gtk.h.
3483
3484 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
3485
3486 * Makefile.in (install-arch-indep): Remove .gitignore files.
3487
3488 2009-04-03 Kenichi Handa <handa@m17n.org>
3489
3490 * INSTALL: Make the section "Complex Text Layout support
3491 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
3492
3493 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
3494
3495 * configure.in (rs6000-ibm-aix6*): Fix typo.
3496
3497 2009-03-04 Glenn Morris <rgm@gnu.org>
3498
3499 * Makefile.in (INFO_FILES): Add auth.
3500
3501 2009-03-03 Glenn Morris <rgm@gnu.org>
3502
3503 * info/dir: Add Auth-source.
3504
3505 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3506
3507 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
3508 the second.
3509
3510 2009-02-28 Eli Zaretskii <eliz@gnu.org>
3511
3512 * config.bat: Copy .dbxinit to _dbxinit.
3513
3514 * make-dist (Making links to `info'): Remove .gitignore.
3515
3516 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3517
3518 * Makefile.in (lib-src, lisp): Use simpler rule.
3519 (src): Be more specific to avoid recompiling all the .elc files just
3520 because the bootstrap-emacs is missing.
3521
3522 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
3523
3524 * configure.in: Require librsvg >= 2.11.
3525
3526 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3527
3528 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
3529 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
3530
3531 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3532
3533 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
3534
3535 2009-02-03 Glenn Morris <rgm@gnu.org>
3536
3537 * make-dist: Add some missing files, remove some that are no longer
3538 present.
3539
3540 2009-02-02 Glenn Morris <rgm@gnu.org>
3541
3542 * make-dist: Add some missing nextstep/ files.
3543
3544 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
3545
3546 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
3547
3548 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3549
3550 * configure.in: Add support for m68k-*-netbsd.
3551
3552 2009-01-14 Juri Linkov <juri@jurta.org>
3553
3554 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
3555
3556 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
3557 and bug-reference-mode.
3558
3559 2009-01-11 Juri Linkov <juri@jurta.org>
3560
3561 * INSTALL.CVS: Move configuration explicitly to the first step.
3562
3563 2009-01-09 Glenn Morris <rgm@gnu.org>
3564
3565 * .dir-locals.el: Don't set indent-tabs-mode.
3566
3567 2008-12-30 Kenichi Handa <handa@m17n.org>
3568
3569 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
3570 the function OTF_get_variation_glyphs.
3571
3572 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
3573
3574 * Makefile.in (install-arch-dep): Remove old directories in
3575 ns_app* before moving new directories there.
3576
3577 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
3578
3579 * .dir-locals.el: Remove non-working entry for pmail.
3580 (fill-column): Fix typo.
3581 (change-log-mode): Add fill column.
3582
3583 2008-12-26 Eli Zaretskii <eliz@gnu.org>
3584
3585 * config.bat: Produce _dir-locals.el from .dir-locals.el.
3586
3587 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
3588
3589 * make-dist (tempdir): Distribute .dir-locals.el.
3590
3591 * .dir-locals.el: New file.
3592
3593 2008-12-19 Eli Zaretskii <eliz@gnu.org>
3594
3595 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
3596 for rationale.
3597
3598 2008-12-13 Glenn Morris <rgm@gnu.org>
3599
3600 * Makefile.in (install-arch-indep): Add new man-pages.
3601 (manext): Remove variable.
3602 (MAN_PAGES): New variable.
3603 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
3604 and remove.
3605 (uninstall): Remove desktop file and icons, game scores if empty.
3606
3607 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
3608
3609 * config.guess, config.sub: Updated from master source.
3610
3611 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3612
3613 * Makefile.in (install-arch-indep): Install ebrowse.1.
3614
3615 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3616
3617 * configure.in: Add Solaris on x86_64.
3618
3619 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3620
3621 * config.guess, config.sub: Updated from master source.
3622
3623 2008-12-08 Eli Zaretskii <eliz@gnu.org>
3624
3625 * info/dir: Fix last change.
3626
3627 2008-12-07 Eli Zaretskii <eliz@gnu.org>
3628
3629 * info/dir: Untabify.
3630
3631 2008-11-28 Ulrich Mueller <ulm@gentoo.org>
3632
3633 * configure.in: Fix last change.
3634
3635 2008-11-28 Richard M Stallman <rms@gnu.org>
3636
3637 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3638 New configurations.
3639
3640 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
3641
3642 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3643 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
3644
3645 2008-11-15 Eli Zaretskii <eliz@gnu.org>
3646
3647 * Makefile.in (INFO_FILES): Remove ns-emacs.
3648
3649 * info/dir (NS-Emacs): Remove entry.
3650
3651 2008-11-08 Eli Zaretskii <eliz@gnu.org>
3652
3653 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
3654
3655 2008-11-07 Glenn Morris <rgm@gnu.org>
3656
3657 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
3658
3659 2008-10-31 Eli Zaretskii <eliz@gnu.org>
3660
3661 * config.bat: Tell user to expect one "File not found" message
3662 while the `doc' directory is being configured.
3663
3664 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
3665
3666 * update-subdirs: Put obsolete directory last.
3667
3668 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3669
3670 * configure.in: Check fontconfig always.
3671
3672 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3673
3674 * configure (*-solaris2.[7-9]*): Fix typo.
3675
3676 2008-10-24 Glenn Morris <rgm@gnu.org>
3677
3678 * configure.in (--without-sync-input, --with-pkg-config-prog):
3679 Help strings start with lower case.
3680 (--with-gnustep-conf): New option.
3681 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3682
3683 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
3684
3685 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3686 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3687 is not found. (Bug#1230)
3688
3689 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3690
3691 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3692 Use sol2-6.h for Solaris 7-9.
3693
3694 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
3695
3696 * configure.in: Add support for GNU/Linux on SuperH.
3697
3698 2008-10-12 Andreas Schwab <schwab@suse.de>
3699
3700 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3701
3702 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
3703
3704 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3705 "X") to avoid confusion.
3706
3707 * configure: Regenerate.
3708
3709 2008-09-07 Romain Francoise <romain@orebokech.com>
3710
3711 * make-dist: Distribute doc/man/ChangeLog.
3712
3713 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3714
3715 * configure.in: Disable XFT and Freetype when without X.
3716
3717 * configure: Regenerate.
3718
3719 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3720
3721 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3722
3723 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3724
3725 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3726 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3727
3728 * configure: Regenerate.
3729
3730 2008-08-20 Eli Zaretskii <eliz@gnu.org>
3731
3732 * configure.in: Move "#define subprocesses" before
3733 config_opsysfile is included.
3734
3735 2008-08-19 Kenichi Handa <handa@m17n.org>
3736
3737 * INSTALL (Extra fonts): Mention local fonts, don't mention
3738 mule-unicode.
3739
3740 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
3741
3742 * make-dist: Omit info/.arch-inventory.
3743
3744 2008-08-16 Jason Rumney <jasonr@gnu.org>
3745
3746 * make-dist (tempdir/nt): Link emacsclient.rc.
3747
3748 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3749
3750 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3751 AC_SUBST it.
3752 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3753 AC_SUBST it.
3754 (OTHER_FILES): Always define for HAVE_NS.
3755 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3756 * configure: Regenerate.
3757
3758 2008-08-07 Andreas Schwab <schwab@suse.de>
3759
3760 * configure.in: Correctly handle
3761 --enable-cocoa-experimental-ctrl-g=no and
3762 --enable-ns-self-contained=yes.
3763
3764 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3765
3766 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3767 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
3768 bother undef'ing since won't have desired effect.
3769
3770 2008-08-06 Andreas Schwab <schwab@suse.de>
3771
3772 * configure.in: Fix quoting.
3773
3774 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
3775
3776 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3777
3778 2008-08-05 Ulrich Mueller <ulm@gentoo.org>
3779
3780 * configure.in: Add checks for krb5_error.text and
3781 krb5_error.e_text struct members.
3782
3783 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
3784
3785 * configure.in: Test for existence of NSInteger.
3786 Suggested by Yavor Doganov.
3787
3788 2008-08-02 Romain Francoise <romain@orebokech.com>
3789
3790 * Makefile.in (INFO_FILES): Add mairix-el.
3791
3792 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3793
3794 * make-dist:
3795 * README: Remove VMS support.
3796 * vms: Remove directory.
3797
3798 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3799
3800 * configure.in (MULTI_KBOARD): Remove.
3801
3802 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3803
3804 * configure.in (DO_BLOCK_INPUT): Remove, unused.
3805
3806 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
3807
3808 * info/dir (File): Add mairix-el.
3809
3810 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3811
3812 Remove support for Mac Carbon.
3813 * mac: Remove directory.
3814 * make-dist:
3815 * configure.in:
3816 * README:
3817 * Makefile.in:
3818 * INSTALL: Remove code for Carbon.
3819 * configure: Regenerate.
3820
3821 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3822
3823 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
3824
3825 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
3826
3827 * configure.in: Check for getrlimit.
3828
3829 * configure: Regenerate.
3830
3831 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3832
3833 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
3834 in src/Makefile.in.
3835 (static): Remove, autoconf would always comment it out anyway.
3836 (subprocesses): Define unconditionally.
3837
3838 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
3839
3840 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
3841 compilation under GNUstep.
3842
3843 2008-07-18 Kenichi Handa <handa@m17n.org>
3844
3845 * INSTALL (Complex Text Layout support libraries): Delete the
3846 paragraph about --enable-font-backend.
3847
3848 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3849
3850 * configure.in: Print out some info to user for NeXTstep builds.
3851 (ns-app): Remove enable option.
3852 (ns-self-contained): Add enable option.
3853 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
3854 GNUstep, use to set install prefixes, and substitute in Makefiles.
3855 * configure: Regenerate.
3856 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
3857 NS app bundle.
3858
3859 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3860
3861 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
3862
3863 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3864
3865 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3866 NS_IMPL_COCOA.
3867
3868 2008-07-16 Glenn Morris <rgm@gnu.org>
3869
3870 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
3871 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
3872 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
3873 never unset.
3874
3875 * make-dist: Add nextstep/ directories.
3876 (src, lib-src): Add .m files.
3877
3878 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3879
3880 * configure.in (freebsd, kfreebsd): Undo part of previous change.
3881 (USER_FULL_NAME): Remove, not used anymore.
3882 * configure: Regenerate.
3883
3884 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3885
3886 Changes and additions for NeXTstep windowing system (Cocoa and
3887 GNUstep) support.
3888
3889 * configure.in: Add support for NS window system: --with-ns (default
3890 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
3891 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
3892 disable font backend if window system is "none", not if !HAVE_X11.
3893 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
3894 (install-arch-dep): Add commands to assemble NS .app package.
3895
3896 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3897
3898 * configure.in: Use macppc for Darwin. Remove references to
3899 desupported systems.
3900 * configure: Regenerate.
3901
3902 2008-07-05 Glenn Morris <rgm@gnu.org>
3903
3904 * make-dist (EMACS): Doc fix.
3905 (lisp): There are no *.dat or image files here any more.
3906 (src): There are no *.s files here any more.
3907 (etc/images, etc/images/*): Link to most regular files.
3908
3909 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3910
3911 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3912
3913 2008-07-01 Glenn Morris <rgm@gnu.org>
3914
3915 * configure.in (cpp_undefs): Rename from `undefs', update uses.
3916 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
3917 and explicitly export there. (Bug#507.)
3918
3919 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3920
3921 * configure.in:
3922 * configure: Remove references to obsolete systems.
3923
3924 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * Makefile.in (Makefile): Use it for its timestamp value as well, and
3927 make it depend on all other */.in files.
3928 (src/Makefile, src/config.stamp, lib-src/Makefile)
3929 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3930 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3931 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3932 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3933
3934 * configure.in: Don't create src/config.stamp any more.
3935
3936 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3937
3938 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3939
3940 2008-06-22 Glenn Morris <rgm@gnu.org>
3941
3942 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3943
3944 2008-06-21 Romain Francoise <romain@orebokech.com>
3945
3946 * Makefile.in (INFO_FILES): Add sasl.
3947
3948 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3951 (bootstrap-build): Remove.
3952 (top_bootclean): New var.
3953 (top_distclean, bootstrap-clean): Use it.
3954 (bootstrap): Don't recheck config. Make normally.
3955
3956 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3957
3958 * Makefile.in (SUBDIR): Include `lisp'.
3959 (lisp): Depend on `src'.
3960 (top_distclean): Don't remove config.status.
3961 (bootstrap-clean): New target.
3962 (maintainer-clean): Use it.
3963 (bootstrap): Use bootstrap-clean. Re-run config.status.
3964 (src/bootstrap-emacs${EXEEXT}): New target.
3965 (bootstrap-build): Use it. Don't use bootstrap-prepare because
3966 src/Makefile now takes care of it.
3967 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3968
3969 2008-06-15 Glenn Morris <rgm@gnu.org>
3970
3971 * info/dir: Add sasl.
3972
3973 2008-06-09 Alan Mackenzie <acm@muc.de>
3974
3975 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
3976
3977 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
3978
3979 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
3980
3981 2008-06-07 Glenn Morris <rgm@gnu.org>
3982
3983 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
3984 serve no purpose.
3985
3986 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3987
3988 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
3989 * configure: Regenerate.
3990
3991 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3992
3993 * update-subdirs: Don't touch subdirs.el if it is unchanged.
3994
3995 2008-05-14 Kenichi Handa <handa@m17n.org>
3996
3997 * configure: Regenerate.
3998
3999 * configure.in: Don't handle --disable-font-backend. Don't print
4000 a message about a font backend.
4001
4002 2008-05-09 Glenn Morris <rgm@gnu.org>
4003
4004 * configure.in: Make absence of makeinfo a fatal error only if the info
4005 files don't exist.
4006 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
4007
4008 2008-05-07 Eli Zaretskii <eliz@gnu.org>
4009
4010 * config.bat: Fix last change: don't use < and > in "rem" lines,
4011 they are interpreted as redirection by DOS shells.
4012
4013 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4014
4015 * configure.in: Check availability of AvailabilityMacros.h
4016 if HAVE_CARBON.
4017
4018 * configure: Regenerate.
4019
4020 2008-05-03 Glenn Morris <rgm@gnu.org>
4021
4022 * configure.in (x_libraries): Remove standard 64-bit directories -
4023 experimental workaround for minor autoconf bug.
4024
4025 * configure.in (--without-makeinfo): New option. If set,
4026 absence of suitable makeinfo is not a fatal error.
4027 * Makefile.in (MAKEINFO): New, set by configure.
4028 (install-arch-indep): Without makeinfo, ignore any missing manuals.
4029 (info-real): New target.
4030 (info): Without makeinfo, do nothing, else call `info-real'.
4031
4032 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4033
4034 * configure.in: Remove hpux10.20 from the desupported list.
4035
4036 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4037
4038 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
4039
4040 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4041
4042 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
4043 rather than change CPPFLAGS.
4044 (HAVE_GTK): Rename to USE_GTK.
4045
4046 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
4047
4048 * configure.in: Replace the obsolete macros AC_AIX and
4049 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
4050
4051 2008-04-05 Andreas Schwab <schwab@suse.de>
4052
4053 * configure.in: No longer create admin/unidata/Makefile.
4054
4055 2008-03-28 Andreas Schwab <schwab@suse.de>
4056
4057 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
4058 (lisp/Makefile): New rule.
4059
4060 2008-03-13 Glenn Morris <rgm@gnu.org>
4061
4062 * configure.in (AC_INIT): Fix version number.
4063 (sync-input): Reword the option, since it's on by default.
4064
4065 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
4066
4067 * configure.in: Add --enable-sync-input, default yes.
4068
4069 2008-03-11 Glenn Morris <rgm@gnu.org>
4070
4071 * Makefile.in (install-etc, mkdir): Handle directory
4072 etc/images/icons/hicolor/*/mimetypes/.
4073
4074 * make-dist: Handle icons/hicolor/scalable directory.
4075
4076 2008-03-05 Glenn Morris <rgm@gnu.org>
4077
4078 * configure.in: Enable font-backend by default.
4079 (USE_FONT_BACKEND): Set to "no" in absence of X.
4080 (PKG_CONFIG): Don't set multiple times, once is enough.
4081 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
4082
4083 2008-03-03 Glenn Morris <rgm@gnu.org>
4084
4085 * Makefile.in (iconsrcdir): New variable.
4086 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
4087 directory.
4088
4089 2008-02-29 Glenn Morris <rgm@gnu.org>
4090
4091 * test/: New directory.
4092
4093 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
4094
4095 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
4096
4097 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4098
4099 * configure.in: Print an error for systems that we think are obsolete
4100 and are proposed to be removed. Remove some more unused systems.
4101 Add support for powerpc-ibm-aix6*.
4102
4103 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4104
4105 * configure.in: Remove references to obsolete variables and systems.
4106
4107 2008-02-21 Glenn Morris <rgm@gnu.org>
4108
4109 * Makefile.in (set_installuser): New.
4110 (install-arch-indep): Use set_installuser to avoid duplicate code.
4111
4112 * README.unicode: Split into admin/notes/unicode,font-backend and
4113 remove.
4114
4115 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
4116
4117 * configure.in (arm*-*-freebsd*): Add.
4118
4119 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
4120
4121 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
4122 dealing with obsolete variables.
4123
4124 2008-02-08 Glenn Morris <rgm@gnu.org>
4125
4126 * Makefile.in (check-info-dir): New target.
4127
4128 2008-02-08 Michael Olson <mwolson@gnu.org>
4129
4130 * Makefile.in (INFO_FILES): Add epa.
4131
4132 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
4133 features" section.
4134
4135 2008-02-06 Glenn Morris <rgm@gnu.org>
4136
4137 * configure.in (--with-gcc): Give an error saying this option has
4138 been removed.
4139 (--with-gtk): Remove this option.
4140
4141 2008-02-06 Tom Tromey <tromey@redhat.com>
4142
4143 * configure.in (--with-gcc): Remove.
4144 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
4145
4146 2008-02-05 Ulrich Mueller <ulm@gentoo.org>
4147
4148 * INSTALL: Recommend giflib, not libungif.
4149
4150 2008-02-05 Tom Tromey <tromey@redhat.com>
4151
4152 * configure.in (--with-dbus): Default to enabled.
4153
4154 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
4155
4156 * INSTALL (Complex Text Layout support libraries): New section.
4157
4158 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
4159
4160 * make-dist: Remove references to files in mac/ that have been
4161 deleted.
4162
4163 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4164
4165 * configure.in: For libotf and m17n-flt checks, set shell vars
4166 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
4167 pkg_check_m17n_flt, respectively, for the sake of the summary output.
4168 Reported by Ulrich Mueller.
4169
4170 2008-02-02 Eli Zaretskii <eliz@gnu.org>
4171
4172 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
4173 admin/unidata/Makefile.in to Makefile.
4174
4175 2008-02-02 Glenn Morris <rgm@gnu.org>
4176
4177 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
4178 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
4179 (HAVE_XFT): Add "Does Emacs use..." messages at end.
4180
4181 2008-02-01 Miles Bader <miles@gnu.org>
4182
4183 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
4184 [libotf], and [m17n-flt] options.
4185
4186 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4187
4188 * configure.in: Add EMACS_ARG_N([libotf]...), and
4189 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
4190 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
4191 CFLAGS, and LIBS in checking of m17n-flt.
4192
4193 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4194
4195 * configure.in: Check the availability of m17n-flt library.
4196
4197 2008-02-01 Kenichi Handa <handa@m17n.org>
4198
4199 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
4200 not available.
4201
4202 2008-02-01 Kenichi Handa <handa@m17n.org>
4203
4204 * configure.in: New args --enable-font-backend, --with-xft,
4205 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
4206 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
4207 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
4208 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
4209
4210 2008-02-01 Kenichi Handa <handa@m17n.org>
4211
4212 * make-dist: Include etc/charsets in tarball.
4213
4214 2008-02-01 Kenichi Handa <handa@m17n.org>
4215
4216 * configure.in: While running cpp on junk.c, include
4217 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
4218 exists.
4219
4220 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4221
4222 * configure.in (xtensa): Match more configurations.
4223
4224 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
4225
4226 * configure.in: Update comment.
4227
4228 2008-01-26 Glenn Morris <rgm@gnu.org>
4229
4230 * configure.in (--without-gcc): By default, neither off nor on.
4231 (--with-carbon): Tone down rhetoric in help text.
4232
4233 2008-01-25 Glenn Morris <rgm@gnu.org>
4234
4235 * configure.in: Correct usage of OPTION_DEFAULT_ON,
4236 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
4237 Default `Carbon' to off (it's unsupported).
4238
4239 2008-01-24 Glenn Morris <rgm@gnu.org>
4240
4241 * configure.in: Standardize dbus-related messages.
4242
4243 2008-01-23 Michael Olson <mwolson@gnu.org>
4244
4245 * configure.in (pkg-config-prog): Remove initial whitespace.
4246
4247 2008-01-23 Tom Tromey <tromey@redhat.com>
4248
4249 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
4250 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
4251 Update all users.
4252
4253 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
4254
4255 * config.guess, config.sub: Updated from master source.
4256
4257 2008-01-17 Andreas Schwab <schwab@suse.de>
4258
4259 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
4260
4261 2008-01-17 Glenn Morris <rgm@gnu.org>
4262
4263 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
4264
4265 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
4266
4267 * configure.in: Remove more references to unsupported systems.
4268
4269 2008-01-16 Sven Joachim <svenjoac@gmx.de>
4270
4271 * make-dist: Add --lzma.
4272
4273 2008-01-16 Glenn Morris <rgm@gnu.org>
4274
4275 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
4276 configure checks for this.
4277
4278 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
4279
4280 * configure.in: Remove more references to unsupported systems.
4281
4282 2008-01-06 Romain Francoise <romain@orebokech.com>
4283
4284 * configure.in: Delete extra semicolons.
4285
4286 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4287
4288 * configure.in: Remove references to unsupported systems.
4289
4290 2008-01-05 Romain Francoise <romain@orebokech.com>
4291
4292 * make-dist: Add --bzip2. Update copyright.
4293
4294 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4295
4296 * configure.in: Remove support for Masscomp.
4297
4298 2008-01-05 Glenn Morris <rgm@gnu.org>
4299
4300 * Makefile.in (desktopdir, icondir): New variables.
4301 (install-arch-indep): Also depend on `install-etc'.
4302 (install-etc): New target.
4303 (mkdir): Also create the `applications' and `icons' directories.
4304
4305 2008-01-04 Glenn Morris <rgm@gnu.org>
4306
4307 * make-dist: Update for new etc/images/icons/hicolor directory.
4308
4309 2007-12-09 Andreas Schwab <schwab@suse.de>
4310
4311 * configure.in: D-Bus is not enabled by default.
4312
4313 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
4314
4315 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
4316 change.
4317
4318 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
4319
4320 * configure.in: Give package name and version to AC_INIT.
4321
4322 2007-12-03 Magnus Henoch <mange@freemail.hu>
4323
4324 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
4325
4326 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
4327
4328 * configure.in: No need for DBUS_INFO anymore.
4329
4330 * Makefile.in (INFO_FILES): Use dbus unconditionally.
4331
4332 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
4333
4334 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
4335
4336 * Makefile.in (INFO_FILES): Add dbus.
4337
4338 2007-12-02 Romain Francoise <romain@orebokech.com>
4339
4340 * make-dist: Fix last change.
4341
4342 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
4343
4344 * configure.in: Add support for gnu-kfreebsd.
4345
4346 2007-11-28 Glenn Morris <rgm@gnu.org>
4347
4348 * make-dist: Add etc/nxml.
4349
4350 2007-11-24 Romain Francoise <romain@orebokech.com>
4351
4352 * Makefile.in (INFO_FILES): Add nxml-mode.
4353
4354 2007-11-23 Romain Francoise <romain@orebokech.com>
4355
4356 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
4357 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
4358
4359 2007-11-20 Andreas Schwab <schwab@suse.de>
4360
4361 * configure.in: Always include <resolv.h> when checking for res_init.
4362
4363 2007-11-17 Andreas Schwab <schwab@suse.de>
4364
4365 * update-subdirs: Atomically update subdirs.el.
4366
4367 2007-11-17 Glenn Morris <rgm@gnu.org>
4368
4369 * Makefile.in (check-declare): New target.
4370
4371 2007-11-07 Glenn Morris <rgm@gnu.org>
4372
4373 * configure.in: Deprecate Mac Carbon port.
4374
4375 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
4376
4377 * configure.in: Remove HAVE_X11R5 check.
4378
4379 2007-10-31 Glenn Morris <rgm@gnu.org>
4380
4381 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
4382 when changing ownership of installed files.
4383
4384 2007-10-30 Glenn Morris <rgm@gnu.org>
4385
4386 * make-dist: Add new directory etc/gnus.
4387
4388 2007-10-30 Michael Olson <mwolson@gnu.org>
4389
4390 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
4391
4392 2007-10-29 Glenn Morris <rgm@gnu.org>
4393
4394 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
4395
4396 2007-10-23 Glenn Morris <rgm@gnu.org>
4397
4398 * MAINTAINERS: Move to admin/.
4399
4400 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
4401
4402 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
4403 (HAVE_LIBRESOLV): Also define if we are using res_init().
4404
4405 2007-10-17 Glenn Morris <rgm@gnu.org>
4406
4407 * FTP: Remove file, since it's just a duplicate of one in etc/.
4408
4409 2007-10-05 Eli Zaretskii <eliz@gnu.org>
4410
4411 * config.bat: Fix configuring `doc' due to changes in the
4412 directory structure.
4413
4414 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
4415
4416 * configure.in: Don't use -lpthread on HP-UX.
4417
4418 2007-09-16 Glenn Morris <rgm@gnu.org>
4419
4420 * make-dist: File gfdl.1 has been removed.
4421
4422 2007-09-15 Glenn Morris <rgm@gnu.org>
4423
4424 * configure.in: Fix makeinfo version regexp.
4425
4426 2007-09-12 Glenn Morris <rgm@gnu.org>
4427
4428 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
4429 implementation of alloca is not found.
4430
4431 * Makefile.in (SOURCES, unlock, relock): Delete.
4432 (install-arch-indep): Do not exclude the etc/ Makefiles.
4433
4434 2007-09-09 Juri Linkov <juri@jurta.org>
4435
4436 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
4437
4438 * README: Add doc/ to documentation directories.
4439
4440 2007-09-08 Michael Olson <mwolson@gnu.org>
4441
4442 * MAINTAINERS: Add myself for ERC and tq.el.
4443 Update for new doc/ directory layout.
4444
4445 2007-09-06 Romain Francoise <romain@orebokech.com>
4446
4447 * make-dist: Update for new doc/ directory layout.
4448
4449 2007-09-06 Glenn Morris <rgm@gnu.org>
4450
4451 * Makefile.in (mansrcdir): New variable.
4452 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
4453 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
4454 update these targets for new doc/ directory layout.
4455 (doc/misc/Makefile): New target.
4456 (install-arch-indep): Use mansrcdir for new location of manpages.
4457 (mostlyclean, clean, distclean, maintainer-clean, unlock)
4458 (relock, info, dvi): Update targets for new doc/ directory layout.
4459
4460 * configure.in (AC_OUTPUT): Update names of generated Makefiles
4461 for new doc/ directory layout.
4462
4463 2007-09-02 Andreas Schwab <schwab@suse.de>
4464
4465 * configure.in: Use AS_HELP_STRING throughout.
4466 * configure: Regenerate.
4467
4468 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
4469
4470 * configure.in: Require Gtk/Glib 2.6.
4471
4472 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4473
4474 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4475 Use them throughout in place of AC_ARG_WITH calls.
4476 * configure: Regenerate.
4477
4478 2007-09-01 Andreas Schwab <schwab@suse.de>
4479
4480 * configure.in: Put quotes around nested macro calls.
4481
4482 2007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4483
4484 * configure.in: Fix typo.
4485 * configure: Regenerate.
4486
4487 2007-08-30 Glenn Morris <rgm@gnu.org>
4488
4489 * configure.in (AH_BOTTOM): Copy some manual changes made to
4490 src/config.in here so they are not lost when it regenerates.
4491
4492 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
4493
4494 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
4495
4496 * README.multi-tty: New file.
4497
4498 2007-08-29 Glenn Morris <rgm@gnu.org>
4499
4500 * README: Increase version to 23.0.50.
4501
4502 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
4503
4504 * configure.in: New option: --without-xaw3d.
4505
4506 2007-08-24 Glenn Morris <rgm@gnu.org>
4507
4508 * configure.in: Check for a suitably recent makeinfo.
4509
4510 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4511
4512 * configure.in (Check for required libraries): Typo.
4513
4514 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4515
4516 * configure.in: Check librsvg2 also for Mac Carbon.
4517
4518 2007-08-22 Romain Francoise <romain@orebokech.com>
4519
4520 * make-dist: Follow reorganization of files in etc/.
4521
4522 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4523
4524 * configure.in: Add support for SVG images through librsvg2.
4525
4526 2007-07-28 Eli Zaretskii <eliz@gnu.org>
4527
4528 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
4529 to avoid an error message if there is no DOC there.
4530
4531 2007-07-25 Glenn Morris <rgm@gnu.org>
4532
4533 * Relicense all FSF files to GPLv3 or later.
4534
4535 * COPYING, info/COPYING: Switch to GPLv3.
4536
4537 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
4538
4539 * configure.in: Complain if X seems to be installed but no
4540 development files were found.
4541
4542 2007-06-20 Glenn Morris <rgm@gnu.org>
4543
4544 * configure.in: Prefer libgif over libungif.
4545
4546 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
4547
4548 * configure.in: Check for all image libraries before exiting.
4549
4550 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
4551
4552 * configure.in: Exit with error if image libraries aren't found.
4553
4554 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
4555
4556 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
4557 when compiling without scrollbars.
4558
4559 2007-06-12 Glenn Morris <rgm@gnu.org>
4560
4561 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4562
4563 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
4564
4565 * configure.in: Change wording about yes/gtk and lucid/athena
4566 being synonyms.
4567
4568 2007-06-08 Glenn Morris <rgm@gnu.org>
4569
4570 * configure.in: Make gtk the default toolkit.
4571
4572 2007-06-07 Glenn Morris <rgm@gnu.org>
4573
4574 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
4575 for a Sun C compiler.
4576
4577 * Makefile.in (install-arch-indep): Install only the DOC- file
4578 specific to the build, if possible, rather than DOC-*.
4579
4580 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
4581
4582 * Version 22.1 released.
4583
4584 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
4585
4586 * mkinstalldirs: Sync to version in automake CVS.
4587
4588 2007-05-22 Andreas Schwab <schwab@suse.de>
4589
4590 * configure.in: Prefer build_alias over host when host_alias is not set.
4591 * configure: Regenerate.
4592
4593 2007-05-20 Andreas Schwab <schwab@suse.de>
4594
4595 * configure.in: Remove empty AC_SUBST.
4596 * configure: Regenerate.
4597
4598 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
4599
4600 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
4601 it like others.
4602 * configure: Regenerate.
4603
4604 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
4605
4606 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
4607 (AC_CHECK_LIB): Add -lgpm.
4608 * configure: Regenerate.
4609
4610 2007-05-03 Glenn Morris <rgm@gnu.org>
4611
4612 * configure: Tweak message about the absence of shell functions.
4613
4614 2007-04-27 Andreas Schwab <schwab@suse.de>
4615
4616 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
4617
4618 2007-04-26 Glenn Morris <rgm@gnu.org>
4619
4620 * README: Increase version to 22.1.50.
4621
4622 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
4623
4624 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4625
4626 2007-04-19 Glenn Morris <rgm@gnu.org>
4627
4628 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4629
4630 2007-04-18 Glenn Morris <rgm@gnu.org>
4631
4632 * INSTALL: Mention CPP.
4633
4634 2007-04-15 Glenn Morris <rgm@gnu.org>
4635
4636 * FTP: Replace with a pointer to the web version.
4637
4638 2007-04-13 Glenn Morris <rgm@gnu.org>
4639
4640 * INSTALL: In lib-src, timer, wakeup, yow are removed.
4641
4642 2007-04-04 Glenn Morris <rgm@gnu.org>
4643
4644 * configure.in (NON_GNU_CPP): Use associated preprocessor when
4645 compiling with Sun Studio on Solaris.
4646
4647 2007-03-23 Glenn Morris <rgm@gnu.org>
4648
4649 * configure.in: Restore support for hp800 (removed 2007-01-27)
4650 following clarification of legal status.
4651
4652 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
4653
4654 * configure.in: Add support for AIX4.3 on IBM RS6000.
4655
4656 * configure: Regenerate.
4657
4658 2007-03-20 Richard Stallman <rms@gnu.org>
4659
4660 * configure.in: Fix previous change.
4661
4662 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
4663
4664 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4665 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4666 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4667
4668 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4669
4670 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4671 user specifies "without".
4672
4673 * configure: Regenerate.
4674
4675 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
4676
4677 * configure.in: Warning for Gtk+ and Cygwin added.
4678 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4679
4680 2007-02-27 Glenn Morris <rgm@gnu.org>
4681
4682 * make-dist (oldXMenu): Remove Imakefile.
4683 (etc/images): Add README.
4684
4685 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4686
4687 * configure.in (xtensa-*-linux-gnu*): New configuration.
4688
4689 * configure: Regenerate.
4690
4691 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4692
4693 * config.guess, config.sub: Updated from master source.
4694
4695 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4696
4697 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4698
4699 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4700
4701 * configure.in: Restore support for hp800's not running HP-UX.
4702
4703 * configure: Regenerate.
4704
4705 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4706
4707 * configure.in: Remove support for hp800 and sr2k machine types.
4708
4709 * configure: Regenerate.
4710
4711 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
4712
4713 * configure.in: Add check for libXft.
4714
4715 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4716
4717 * INSTALL: Info files moved to share/info.
4718
4719 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
4720
4721 * configure.in: Detect and use fink-installed in intel-based Mac
4722 builds; change Apple Darwin section to support both PowerPC and
4723 Intel-based Macs.
4724
4725 2006-12-26 Andreas Schwab <schwab@suse.de>
4726
4727 * Makefile.in (datarootdir): Define.
4728
4729 2006-12-24 Richard Stallman <rms@gnu.org>
4730
4731 * configure.in: Require Autoconf 2.61.
4732
4733 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
4734
4735 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4736 Remove redundant entry for powerpc-apple-netbsd.
4737
4738 * configure: Regenerate.
4739
4740 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
4741
4742 * configure: Regenerate with autoconf 2.61.
4743
4744 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
4745
4746 * configure.in: Detect alsa/asoundlib.h also.
4747 * configure: Regenerate.
4748
4749 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
4750
4751 * configure.in: Check if GTK+ compiles at all.
4752
4753 2006-12-10 Andreas Schwab <schwab@suse.de>
4754
4755 * configure.in: Remove check for struct timezone, its result is
4756 never used.
4757
4758 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4759
4760 * configure.in: Add support for Solaris 10 on x86-64.
4761
4762 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
4763
4764 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4765 of PKG_CONFIG_PATH.
4766
4767 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4768
4769 * configure.in (HAVE_SYNC): New test.
4770
4771 2006-12-03 Glenn Morris <rgm@gnu.org>
4772
4773 * Makefile.in: Fix Copyright format.
4774
4775 * configure.in (AH_TOP): Add missing Copyright year.
4776
4777 * update-subdirs: Add missing Copyright years.
4778
4779 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
4780
4781 * Makefile.in: Touch only the parts of the share/emacs directory
4782 specific to this version.
4783
4784 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
4785
4786 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4787
4788 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4789
4790 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4791
4792 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4793
4794 * configure.in: Prefer X11 to Carbon only when some X-specific
4795 option is specified (Thanks to Jan Djärv and Andreas Schwab).
4796
4797 2006-11-04 Romain Francoise <romain@orebokech.com>
4798
4799 * Makefile.in (bootstrap-clean-before): Fix typo.
4800 Use new target `bootstrap-clean' in the leim subdirectory.
4801
4802 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4803
4804 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4805
4806 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
4807
4808 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
4809 directories.
4810
4811 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
4812
4813 * configure.in: Enable x86-64 OpenBSD compilation.
4814
4815 2006-10-28 Glenn Morris <rgm@gnu.org>
4816
4817 * AUTHORS: Add cal-html.el author.
4818
4819 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4820
4821 * make-dist: Make links to mac/make-package and
4822 mac/Emacs.app/Contents/Resources/Emacs.icns.
4823
4824 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
4825
4826 * README: Bump version number to 22.0.90.
4827
4828 2006-10-23 Andreas Schwab <schwab@suse.de>
4829
4830 * configure.in: Make sure x_default_search_path is always set even
4831 when x_libraries is empty, and look in .../share as well for each
4832 library directory.
4833
4834 2006-09-28 Kenichi Handa <handa@m17n.org>
4835
4836 * configure.in (locallisppath): Don't include leim dir.
4837 (lisppath): Include leim dir.
4838
4839 2006-09-15 Jay Belanger <belanger@truman.edu>
4840
4841 * COPYING: Replace "Library Public License" by "Lesser Public
4842 License" throughout.
4843
4844 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
4845
4846 * make-dist (EMACS): Exit and fail if the EMACS environment
4847 variable is set to something other than an absolute file name.
4848
4849 2006-08-16 Andreas Schwab <schwab@suse.de>
4850
4851 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
4852 of hardcoding it.
4853
4854 2006-08-16 Richard Stallman <rms@gnu.org>
4855
4856 * INSTALL.CVS: Clean up wording.
4857
4858 2006-07-14 Eli Zaretskii <eliz@gnu.org>
4859
4860 * configure.in (PKG_CHECK_MODULES): Redirect the output of
4861 $PKG_CONFIG --exists "$2" to config.log.
4862 * configure: Regenerate.
4863
4864 2006-07-09 Richard Stallman <rms@gnu.org>
4865
4866 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
4867
4868 2006-07-09 Kim F. Storm <storm@cua.dk>
4869
4870 * CONTRIBUTE: Use outline format.
4871 Add section on copyright years (from admin/notes/years).
4872
4873 2006-07-08 Eli Zaretskii <eliz@gnu.org>
4874
4875 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
4876 to /dev/null, since we don't need the error message, just the
4877 exit status.
4878
4879 2006-07-07 Eli Zaretskii <eliz@gnu.org>
4880
4881 * CONTRIBUTE: Slight formatting changes and typo fixes.
4882 Add description of NEWS markings.
4883
4884 2006-07-07 Kim F. Storm <storm@cua.dk>
4885
4886 * CONTRIBUTE: Mention INSTALL.CVS.
4887
4888 2006-07-05 Romain Francoise <romain@orebokech.com>
4889
4890 * make-dist (top-level): Add CONTRIBUTE.
4891
4892 2006-07-04 Richard Stallman <rms@gnu.org>
4893
4894 * CONTRIBUTE: Much rewrite.
4895
4896 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
4897
4898 * CONTRIBUTE: New file.
4899
4900 2006-06-24 Eli Zaretskii <eliz@gnu.org>
4901
4902 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
4903
4904 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
4905
4906 * configure.in: Add check for ALSA.
4907
4908 2006-05-06 Eli Zaretskii <eliz@gnu.org>
4909
4910 * Makefile.in (INFO_FILES): Remove emacs-xtra.
4911
4912 * info/dir: Remove the Emacs-Xtra entry.
4913
4914 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
4915
4916 Update copyright year(s) in many files.
4917
4918 2006-04-01 Eli Zaretskii <eliz@gnu.org>
4919
4920 * configure: Regenerated.
4921
4922 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4923
4924 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4925 --without-toolkit-scroll-bars was specified.
4926
4927 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
4928
4929 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4930 to CFLAGS. Update Copyright years written to src/config.in.
4931
4932 2006-03-18 Claudio Fontana <claudio@gnu.org>
4933
4934 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4935 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4936 to be installed/uninstalled.
4937 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4938 to Info files installed by Emacs.
4939
4940 2006-03-03 Claudio Fontana <claudio@gnu.org>
4941
4942 * Makefile.in (install, uninstall): Add DESTDIR variable to
4943 support staged installations.
4944
4945 2006-02-14 Richard M. Stallman <rms@gnu.org>
4946
4947 * configure.in (s390x-*-linux-gnu*): New configuration.
4948
4949 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
4950
4951 * configure.in: Require GTK 2.4 or newer.
4952
4953 2006-01-29 Michael Olson <mwolson@gnu.org>
4954
4955 * Makefile.in (install-arch-indep, uninstall): Add ERC.
4956 * info/dir (ERC): New entry.
4957
4958 2006-01-29 Eli Zaretskii <eliz@gnu.org>
4959
4960 * info/dir: Fix last change.
4961
4962 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4963
4964 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4965
4966 2006-01-27 Eli Zaretskii <eliz@gnu.org>
4967
4968 * info/dir: Untabify the whole file.
4969 (Rcirc): New entry.
4970
4971 2006-01-12 Andreas Schwab <schwab@suse.de>
4972
4973 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4974 check.
4975
4976 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4977
4978 * configure.in: Use -Wno-pointer-sign if available.
4979
4980 2005-12-29 Andreas Schwab <schwab@suse.de>
4981
4982 * config.guess, config.sub: Updated from master source.
4983
4984 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4985
4986 * configure.in: Use amdx86-64 for freebsd on x86_64.
4987
4988 2005-11-22 Romain Francoise <romain@orebokech.com>
4989
4990 * make-dist: Add etc/images/icons.
4991
4992 2005-11-03 Andreas Schwab <schwab@suse.de>
4993
4994 * configure.in: Use GZIP_PROG instead of GZIP.
4995
4996 * Makefile.in (GZIP_PROG): Renamed from GZIP.
4997 (install-arch-indep): Adjust.
4998
4999 2005-11-01 Andreas Schwab <schwab@suse.de>
5000
5001 * Makefile.in (bootstrap): Fix dependencies for parallel build.
5002 (bootfast): Likewise.
5003
5004 2005-11-01 Romain Francoise <romain@orebokech.com>
5005
5006 * configure.in: Check for gzip.
5007
5008 * Makefile.in (install): Compress source files.
5009
5010 2005-10-24 Steven Tamm <steventamm@mac.com>
5011
5012 * configure.in: Fix darwin386 configuration issue.
5013
5014 2005-10-22 Eli Zaretskii <eliz@gnu.org>
5015
5016 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
5017
5018 2005-10-17 Bill Wohler <wohler@newt.com>
5019
5020 * make-dist: Create and populate etc/images/low-color.
5021
5022 2005-10-15 Bill Wohler <wohler@newt.com>
5023
5024 * make-dist: Create and populate etc/images/gud.
5025
5026 2005-10-08 Richard M. Stallman <rms@gnu.org>
5027
5028 * make-dist (tempparent): Don't check for 14-char file name limit.
5029
5030 2005-10-07 Romain Francoise <romain@orebokech.com>
5031
5032 * make-dist: Add etc/images/ezimage and etc/images/mail
5033 directories. Install images in etc/images.
5034
5035 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5036
5037 * configure.in: Prefer Carbon if --enable-carbon-app or
5038 --with-carbon is explicitly specified even when X11 is detected.
5039
5040 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
5041
5042 * Makefile.in (install-arch-indep, uninstall):
5043 Handle newsticker manual.
5044 (info): Add - to commands.
5045
5046 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
5047
5048 Remove the MAXPATHLEN limitations:
5049
5050 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
5051
5052 2005-09-09 Eli Zaretskii <eliz@gnu.org>
5053
5054 * configure.in <lynxsos*>: Support for LynxOS on PPC.
5055 * configure: Regenerate.
5056
5057 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
5058
5059 * config.guess, config.sub: Updated from master source.
5060
5061 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
5062
5063 * .cvsignore: Add `lock'.
5064
5065 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5066
5067 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
5068
5069 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
5070
5071 Merge gnulib getopt implementation into Emacs.
5072
5073 * Makefile.in (AUTOCONF_INPUTS): New macro.
5074 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
5075 so that these files also depend on m4/getopt.m4.
5076 * configure.in: Configure getopt by including m4/getopt.m4,
5077 and configuring a getopt replacement if necessary.
5078 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
5079 * m4/getopt.m4: New file.
5080
5081 2005-07-06 Lute Kamstra <lute@gnu.org>
5082
5083 * configure.in: Fix capitalization.
5084
5085 2005-07-04 Lute Kamstra <lute@gnu.org>
5086
5087 Update FSF's address in GPL notices.
5088
5089 2005-06-19 Jérôme Marant <jerome@marant.org>
5090
5091 * Makefile.in (epaths-force): Protect both lisppath and
5092 buildlisppath from whitespace.
5093
5094 2005-06-08 Steven Tamm <steventamm@mac.com>
5095
5096 * configure.in: Support Darwin/MacOSX on Intel.
5097
5098 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
5099
5100 * configure.in (HAVE_CANCELMENUTRACKING): New test.
5101
5102 2005-05-19 Jérôme Marant <jmarant@marant.org>
5103
5104 * configure.in: Add --enable-locallisppath.
5105
5106 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5107
5108 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
5109 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
5110 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
5111
5112 2005-05-07 Jérôme Marant <jerome@marant.org>
5113
5114 * make-dist: Remove references to makefile.nt and makefile.def.
5115 Include widgets and images subdirectories of etc. Do not exclude
5116 ldefs-boot.el.
5117
5118 2005-04-23 Andreas Schwab <schwab@suse.de>
5119
5120 * configure.in: Remove duplicate match for powerpc configuration.
5121
5122 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
5123
5124 * configure.in: Check for <pwd.h>.
5125
5126 2005-04-14 Lute Kamstra <lute@gnu.org>
5127
5128 * make-dist: Distribute all ChangeLog files in lisp/.
5129 Don't distribute ldefs-boot.el.
5130 lisp/makefile.nt no longer exists.
5131
5132 2005-04-13 Lute Kamstra <lute@gnu.org>
5133
5134 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
5135 for "no-byte-compile: t" in the file instead.
5136
5137 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
5140 shadow the main Lesstif/Motif-2.1 libs and includes.
5141
5142 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
5143
5144 * configure.in: Only add XASSERTS to cppflags.
5145
5146 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
5147
5148 * configure.in: Added --enable-asserts.
5149
5150 2005-02-09 Kim F. Storm <storm@cua.dk>
5151
5152 Change release version from 21.4 to 22.1 throughout.
5153 Change development version from 21.3.50 to 22.0.50.
5154
5155 2005-01-19 Steven Tamm <steventamm@mac.com>
5156
5157 * configure.in: Check for <sys/utsname.h>.
5158
5159 2004-12-11 Kim F. Storm <storm@cua.dk>
5160
5161 * Makefile.in (info): Undo 2004-12-05 change.
5162
5163 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5164
5165 * info/dir (File): Add URL and Org Mode manuals.
5166 * Makefile.in (install-arch-indep, uninstall): Add url and org
5167 manuals.
5168
5169 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5170
5171 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
5172 committed to src/config.in.
5173
5174 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
5175
5176 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
5177 pthreads and define HAVE_GTK_AND_PTHREAD.
5178
5179 2004-12-05 Richard M. Stallman <rms@gnu.org>
5180
5181 * Makefile.in (info): Ignore errors building info files.
5182
5183 2004-11-27 Eli Zaretskii <eliz@gnu.org>
5184
5185 * config.bat: If 8-byte alignment is not supported, define
5186 NO_DECL_ALIGN in src/config.h, instead of trivially defining
5187 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
5188 filter through Sed to remove the quotes.
5189
5190 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
5193 not apply to files explicitly `cvs add'ed.
5194
5195 2004-11-12 Eli Zaretskii <eliz@gnu.org>
5196
5197 * config.bat: Don't require djecho.exe for the v1.x build.
5198 Add a test for DECL_ALIGN support, and add a trivial definition to
5199 src/config.h if 8-byte alignment is not supported.
5200
5201 2004-11-08 Kim F. Storm <storm@cua.dk>
5202
5203 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
5204 files before building.
5205 (bootfast, bootstrap-clean-before-fast): New targets, like
5206 bootstrap but don't remove .elc files.
5207
5208 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
5209
5210 * configure.in: Add check for getrusage.
5211
5212 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
5213
5214 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
5215 New tests for new and old GTK file dialogs.
5216 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
5217 to no.
5218
5219 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
5220
5221 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
5222 can be set. Remove SETARCH test.
5223
5224 2004-10-08 Steven Tamm <steventamm@mac.com>
5225
5226 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
5227
5228 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
5229
5230 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
5231 AC_MSG_WARN. Move output of warning message to end of configure run.
5232
5233 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
5234
5235 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
5236 Run test to see if heap start address is random.
5237
5238 2004-09-29 Miles Bader <miles@gnu.org>
5239
5240 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
5241 if setarch is present.
5242
5243 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
5244
5245 * configure.in (HAVE_EXECSHIELD): Only define on x86.
5246
5247 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
5248
5249 * configure.in: Check for exec-shield.
5250
5251 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
5252
5253 * Makefile.in (install-arch-indep): Add pgg and sieve.
5254
5255 * info/.cvsignore: Added pgg and sieve.
5256
5257 2004-08-06 Andreas Schwab <schwab@suse.de>
5258
5259 * Makefile.in (install-arch-indep, uninstall): Add flymake.
5260
5261 2004-07-31 Eli Zaretskii <eliz@gnu.org>
5262
5263 * config.bat: Update URLs in the comments.
5264
5265 2004-07-05 Andreas Schwab <schwab@suse.de>
5266
5267 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
5268
5269 2004-06-21 Kenichi Handa <handa@m17n.org>
5270
5271 * make-dist: Link leim-ext.el into tempdir.
5272
5273 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5274
5275 * info/dir (File): Add emacs-xtra.
5276 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
5277
5278 2004-06-12 Juri Linkov <juri@jurta.org>
5279
5280 * info/dir: Move menu help lines from `* Menu:' to file header.
5281 Describe the purpose of a red *.
5282
5283 2004-05-04 Dave Love <fx@gnu.org>
5284
5285 * configure.in: Don't use `extrasub'.
5286
5287 2004-04-29 Dave Love <fx@gnu.org>
5288
5289 * configure.in: Don't forget to quote args to `test'.
5290
5291 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
5292
5293 * autogen.sh: Update filename in "please read" message.
5294
5295 2004-04-17 Richard M. Stallman <rms@gnu.org>
5296
5297 * INSTALL: Move the info about site-lisp dirs,
5298 and say uninstalled Emacs looks there too.
5299
5300 2004-04-04 Eli Zaretskii <eliz@gnu.org>
5301
5302 * config.bat (lib-src): Recognize comment lines in Makefile.in
5303 that have a TAB after the #, to avoid errors in preprocessing with
5304 GCC 3.3.3.
5305
5306 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
5307
5308 * Makefile.in: Mention in comment that `make maintainer-clean'
5309 deletes .elc files.
5310
5311 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5312
5313 * update-subdirs: Add local variables to prevent byte-compiling.
5314
5315 2004-03-21 Dave Love <fx@gnu.org>
5316
5317 * configure.in: Fix previous change.
5318
5319 2004-03-18 Dave Love <fx@gnu.org>
5320
5321 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
5322
5323 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
5324
5325 * info/dir (File): Add SMTP and SES.
5326
5327 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5328
5329 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
5330 (bootstrap): Use the new bootstrap-prepare target in lisp.
5331
5332 2004-02-18 Kim F. Storm <storm@cua.dk>
5333
5334 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
5335
5336 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5337
5338 * make-dist: Don't link index.*perm and permute-index into tempdir.
5339
5340 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5341
5342 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
5343 to match previous changes by Eli Zaretskii.
5344
5345 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
5346
5347 * Makefile.in: Set CDPATH to an empty string.
5348
5349 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5350
5351 * configure.in <darwin>: Use fink packages if available.
5352
5353 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
5354
5355 * make-dist (lispref): Do include lispref/index.texi.
5356
5357 2004-01-06 Eric Hanchrow <offby1@blarg.net>
5358
5359 * make-dist (tempdir): Include cursors in nt/icons.
5360
5361 2003-12-30 Eli Zaretskii <eliz@gnu.org>
5362
5363 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
5364 clashes with install-sh on 8+3 filesystems.
5365
5366 2003-12-24 Miles Bader <miles@gnu.org>
5367
5368 * .cvsignore: Add .arch-inventory.
5369
5370 2003-12-24 Andreas Schwab <schwab@suse.de>
5371
5372 * configure.in: Check for <sys/socket.h>. Include it before
5373 including <net/if.h>. Move check for <net/if.h> before its use.
5374
5375 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
5376
5377 * Makefile.in (install-arch-dep): Don't let cd output go into
5378 pipe for carbon_appdir.
5379
5380 2003-12-24 Andreas Schwab <schwab@suse.de>
5381
5382 * configure.in (PKG_CHECK_MODULES): Fix quoting.
5383
5384 2003-12-01 Andreas Schwab <schwab@suse.de>
5385
5386 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
5387 hardcoding gcc.
5388
5389 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
5390
5391 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
5392 multiple displays.
5393 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
5394
5395 2003-09-23 Dave Love <fx@gnu.org>
5396
5397 * configure.in: Check members of struct ifreq.
5398
5399 2003-09-14 Kim F. Storm <storm@cua.dk>
5400
5401 * configure.in: Add checks for sys/ioctl.h and net/if.h.
5402
5403 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
5404
5405 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
5406
5407 2003-08-18 Lute Kamstra <lute@gnu.org>
5408
5409 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
5410 required anymore.
5411
5412 2003-08-07 Andrew Choi <akochoi@shaw.ca>
5413
5414 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
5415 option instead of -traditional-cpp for CPP.
5416
5417 2003-07-29 Richard M. Stallman <rms@gnu.org>
5418
5419 * configure.in (HAVE_XIM): Define if XIM is available.
5420
5421 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5422
5423 * configure.in: The function gtk_window_set_icon_from_file was
5424 introduced in GTK+ 2.2, so check for that release.
5425
5426 2003-07-23 Andreas Schwab <schwab@suse.de>
5427
5428 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
5429
5430 * Makefile.in (YACC): Remove, not used.
5431 (MAINT): Don't set.
5432 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
5433 disable dependency on ${srcdir}/configure.in when maintainer mode
5434 is disabled.
5435
5436 2003-07-22 Dave Love <fx@gnu.org>
5437
5438 * configure.in: Make XRegisterIMInstantiateCallback test depend on
5439 HAVE_X11, not with_xim.
5440 (HAVE_CRTIN): Provide template.
5441 <with_png>: Test for png.h and libpng/png.h.
5442
5443 2003-07-15 Andreas Schwab <schwab@suse.de>
5444
5445 * configure.in: Temporarily leave quoting for AC_DEFINE.
5446
5447 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
5448
5449 * configure.in: Check for posix_memalign.
5450
5451 2003-07-12 Richard M. Stallman <rms@gnu.org>
5452
5453 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
5454
5455 2003-07-09 Kim F. Storm <storm@cua.dk>
5456
5457 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
5458 functionality of --without-xim.
5459
5460 2003-06-29 Dave Love <fx@gnu.org>
5461
5462 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
5463
5464 2003-06-23 Dave Love <fx@gnu.org>
5465
5466 * configure.in: Check for sys/_mbstate_t.h.
5467 Test XRegisterIMInstantiateCallback prototype.
5468 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
5469
5470 2003-06-06 Dave Love <fx@gnu.org>
5471
5472 * configure.in: Check for locale.h.
5473
5474 2003-06-05 Dave Love <fx@gnu.org>
5475
5476 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
5477 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5478 (NLIST_STRUCT): Don't define.
5479 (AH_BOTTOM): Define my_strftime.
5480
5481 2003-06-02 Richard M. Stallman <rms@gnu.org>
5482
5483 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
5484
5485 2003-05-24 Andreas Schwab <schwab@suse.de>
5486
5487 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
5488 bzero, and bcmp.
5489
5490 2003-05-22 Dave Love <fx@gnu.org>
5491
5492 * configure.in: Remove redundant test for term.h. Test for difftime.
5493
5494 2003-05-20 Dave Love <fx@gnu.org>
5495
5496 * configure.in: Append * to s390-*-linux-gnu case.
5497 (LIBMAIL) <lockfile>: Don't define.
5498
5499 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5500
5501 * INSTALL (* GNU/Linux development packages): Mention Debian and
5502 RedHat package names.
5503
5504 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
5505
5506 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5507
5508 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5509
5510 * INSTALL (* GNU/Linux development packages): Tell people to
5511 install additional packages for compiling Emacs.
5512
5513 2003-04-30 Richard M. Stallman <rms@gnu.org>
5514
5515 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5516
5517 2003-04-28 Francesco Potortì <pot@gnu.org>
5518
5519 * configure.in: Undo last (RMS') change, as it is useless, per
5520 Dave Love.
5521
5522 2003-04-08 Richard M. Stallman <rms@gnu.org>
5523
5524 * configure.in: Put #include of jpeglib.h at start of line.
5525
5526 2003-04-06 Francesco Potortì <pot@gnu.org>
5527
5528 * configure.in: Use the same configuration for all aix5, not just
5529 aix5.1.
5530
5531 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
5532
5533 * configure.in: Check for need for bigtoc support on IBM AIX for
5534 solving a linker table overflow problem.
5535
5536 2003-03-03 Rob Browning <rlb@defaultvalue.org>
5537
5538 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
5539 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
5540 over bzero, bcmp, and bcopy.
5541
5542 2003-02-23 Simon Josefsson <jas@extundo.com>
5543
5544 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
5545
5546 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
5547
5548 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
5549
5550 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
5551
5552 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
5553
5554 2003-02-08 Andreas Schwab <schwab@suse.de>
5555
5556 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
5557 instead of the substitution.
5558
5559 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5560
5561 * Makefile.in: Use @EXEEXT@ for Cygwin.
5562 Use USERNAME if LOGNAME is not set (for Cygwin).
5563
5564 * configure.in: Add opsys=cygwin.
5565
5566 2003-01-22 Andreas Schwab <schwab@suse.de>
5567
5568 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
5569 redefining it explicitly in src/config.in.
5570
5571 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
5572
5573 * Makefile.in (bootstrap): Make bootstrap-after.
5574
5575 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
5576
5577 * configure.in: Fix --with-gtk.
5578
5579 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
5580
5581 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
5582
5583 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
5584
5585 2003-01-14 Francesco Potortì <pot@gnu.org>
5586
5587 * configure.in (m68k-motorola-sysv): Remove (obsolete).
5588
5589 2003-01-07 Steven Tamm <steventamm@mac.com>
5590
5591 * configure.in: New option, --enable-carbon-app, to specify
5592 that the application should be installed
5593 * Makefile.in (install-arch-dep): On Mac OS X, install the
5594 Emacs.app application if carbon-app is enabled.
5595
5596 2003-01-06 Dave Love <fx@gnu.org>
5597
5598 * configure.in: Check for nl_langinfo.
5599 [!HAVE_SIZE_T]: Fix typedef.
5600
5601 2003-01-06 David Kastrup <dak@gnu.org>
5602
5603 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
5604
5605 * configure.in: Add tests for install-info.
5606
5607 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
5608
5609 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
5610 use again sol2-6 instead of sol2-8.
5611
5612 2002-12-09 Dave Love <fx@gnu.org>
5613
5614 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
5615
5616 2002-12-08 Andreas Schwab <schwab@suse.de>
5617
5618 * Makefile.in (install-arch-indep): Revert last change.
5619
5620 2002-11-27 Dave Love <fx@gnu.org>
5621
5622 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
5623 Check for __sys_siglist too. Check for memset.
5624 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
5625
5626 2002-11-22 Juanma Barranquero <lektu@terra.es>
5627
5628 * config.guess, config.sub: Updated from master source.
5629
5630 2002-11-19 Karl Fogel <kfogel@red-bean.com>
5631
5632 * autogen.sh: New file.
5633
5634 2002-11-18 Dave Love <fx@gnu.org>
5635
5636 * configure.in: Tidy up various quoting issues throughout.
5637 Use AC_GNU_SOURCE.
5638 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
5639 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5640 Maybe define bcopy, bzero, bcmp.
5641 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5642 non-existent machine file).
5643 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5644 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5645 (nlist.h): Move test up.
5646
5647 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
5648
5649 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
5650
5651 2002-11-14 Francesco Potortì <pot@gnu.org>
5652
5653 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
5654
5655 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5656
5657 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5658
5659 2002-11-08 Dave Love <fx@gnu.org>
5660
5661 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5662 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5663
5664 2002-11-07 Miles Bader <miles@gnu.org>
5665
5666 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5667 Handle separate-build-dir case.
5668
5669 2002-11-06 Richard M. Stallman <rms@gnu.org>
5670
5671 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5672 bulletproof. $bar may be empty when there are no .elc files.
5673
5674 2002-10-30 Dave Love <fx@gnu.org>
5675
5676 * configure.in: Require autoconf 2.53. Test for pty.h,
5677 sys/mman.h, sys/param.h, mremap, memmove.
5678 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
5679 (AC_PROG_YACC): Delete.
5680 (size_t): Use AC_CHECK_TYPES.
5681 (AH_TOP): Up-date copyright.
5682
5683 2002-10-01 Juanma Barranquero <lektu@terra.es>
5684
5685 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5686
5687 2002-09-19 Richard M. Stallman <rms@gnu.org>
5688
5689 * configure.in: Fix the LessTif-directory-finder for real.
5690
5691 2002-09-14 Richard M. Stallman <rms@gnu.org>
5692
5693 * Makefile.in (maybe_bootstrap): Test for complete absence
5694 of compiled Lisp files.
5695
5696 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5697
5698 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5699 (bootstrap-clean-after): Delete.
5700 (bootstrap): Make the sequencing explicit.
5701
5702 2002-09-10 Richard M. Stallman <rms@gnu.org>
5703
5704 * configure.in: Fix previous LessTif change.
5705
5706 2002-09-09 Richard M. Stallman <rms@gnu.org>
5707
5708 * configure.in (powerpcle-*-solaris2.5*): New configuration.
5709 (powerpcle-*-solaris*): Use version 2.6 as default.
5710 (*-sunos5.6*, *-solaris2.6*): New alternative.
5711 (*-sunos5*): Use version 2.6 as default.
5712
5713 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5714
5715 * configure.in: Fix typo.
5716
5717 2002-09-05 Richard M. Stallman <rms@gnu.org>
5718
5719 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5720
5721 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5722 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5723
5724 2002-08-26 Kim F. Storm <storm@cua.dk>
5725
5726 * Makefile.in (install-arch-indep): Do not remove DOC file
5727 when it is the only DOC file installed; this is the case when
5728 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
5729
5730 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
5731
5732 * configure.in: Fix typo.
5733
5734 2002-07-24 Richard M. Stallman <rms@gnu.org>
5735
5736 * configure.in: Don't print anything special about gamedir.
5737
5738 * configure.in: Delete nonstandard --with-game-user option.
5739
5740 2002-07-21 Richard M. Stallman <rms@gnu.org>
5741
5742 * Makefile.in (gamedir, localstatedir): New variables.
5743 (epaths-force): Insert value of gamedir into PATH_GAME.
5744
5745 * configure.in (gamedir): Handle it like lispdir.
5746 (--with-game-dir option): Delete.
5747
5748 2002-06-21 Pavel Janík <Pavel@Janik.cz>
5749
5750 * configure.in: Add support for mipseb-*-netbsd* machines.
5751
5752 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5753
5754 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5755
5756 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5757
5758 * info/dir (File): Add an entry for Tramp.
5759
5760 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5761
5762 * INSTALL-CVS: New file.
5763
5764 2002-06-07 Andreas Schwab <schwab@suse.de>
5765
5766 * configure.in (x86_64-*-linux-gnu*): New system.
5767
5768 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
5769
5770 * config.bat: Handle the case when lispintro is truncated to lispintr.
5771
5772 2002-05-26 Paul Eggert <eggert@twinsun.com>
5773
5774 * config.guess, config.sub: Updated from master source.
5775
5776 2002-05-09 Richard M. Stallman <rms@gnu.org>
5777
5778 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5779
5780 2002-05-04 Pavel Janík <Pavel@Janik.cz>
5781
5782 * make-dist: Do not distribute lock/ directory.
5783
5784 2002-04-30 Andrew Choi <akochoi@shaw.ca>
5785
5786 * configure.in: Provide documentation string when defining
5787 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5788 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5789
5790 2002-04-29 Colin Walters <walters@verbum.org>
5791
5792 * configure.in: Delete configure check for access to the game user.
5793
5794 2002-04-29 Pavel Janík <Pavel@Janik.cz>
5795
5796 * make-dist: lwlib/Imakefile is removed.
5797
5798 2002-04-26 Andrew Choi <akochoi@shaw.ca>
5799
5800 * configure.in: Add support for powerpc-apple-darwin*.
5801 (HAVE_CARBON): Add.
5802
5803 * make-dist: Create directories in mac/Emacs.app.
5804
5805 2002-04-25 Pavel Janík <Pavel@Janik.cz>
5806
5807 * make-dist: lwlib-Xol* are removed.
5808
5809 2002-04-23 Andreas Schwab <schwab@suse.de>
5810
5811 * Makefile.in (MAINT): New variable.
5812 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
5813 instead of configure.in, to avoid running autoconf and autoheader
5814 unless explicitly requested.
5815
5816 2002-04-16 Eli Zaretskii <eliz@gnu.org>
5817
5818 * config.bat: Update for msdos/sed2v2.inp.
5819
5820 2002-04-15 Andreas Schwab <schwab@suse.de>
5821
5822 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
5823 * configure.in: Add config header templates to all AC_DEFINE and
5824 AC_DEFINE_UNQUOTED symbols.
5825 * make-dist: Run autoheader if necessary.
5826
5827 2002-04-10 Colin Walters <walters@verbum.org>
5828
5829 * configure.in: Add --game-dir, --game-user. Test to see if we
5830 can use them.
5831
5832 2002-04-08 Pavel Janík <Pavel@Janik.cz>
5833
5834 * configure.in: Add --with-sound.
5835
5836 2002-03-18 Kim F. Storm <storm@cua.dk>
5837
5838 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
5839 and getsockname functions. Test for sys/un.h include file.
5840
5841 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5842
5843 * configure.in: Support AIX 5.1.
5844
5845 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
5846
5847 * configure.in: Added test for X Session Management (HAVE_X_SM).
5848
5849 2002-03-03 Richard M. Stallman <rms@gnu.org>
5850
5851 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
5852 Run chown $${LOGNAME} on files installed by tar xvf.
5853
5854 2002-03-03 Kim F. Storm <storm@cua.dk>
5855
5856 * configure.in: Test for getpeername.
5857
5858 2002-03-01 Richard M. Stallman <rms@gnu.org>
5859
5860 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
5861 (HAVE_GIF): Don't use old libungif versions that crash.
5862
5863 2002-02-26 Richard M. Stallman <rms@gnu.org>
5864
5865 * configure.in <making srcdir absolute>: Verify that PWD is correct,
5866 not just well-formed and valid.
5867 (mips-compaq-nonstopux*): New configuration.
5868
5869 2002-02-18 Paul Eggert <eggert@twinsun.com>
5870
5871 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
5872 "sed q" is a portable equivalent to plain "head -1".
5873
5874 2002-02-13 Richard M. Stallman <rms@gnu.org>
5875
5876 * Makefile.in (maybe_bootstrap): Do `exit 1'.
5877 (all): Don't depend on maybe_bootstrap here.
5878 (${SUBDIR}): Depend on it here instead.
5879
5880 2002-02-08 Richard M. Stallman <rms@gnu.org>
5881
5882 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
5883
5884 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5885
5886 * configure.in: Recognize BSD/OS 5.0.
5887
5888 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5889
5890 * make-dist: Make version checking in emacs.texi consistent with
5891 how we set it there.
5892
5893 2001-12-29 Kim F. Storm <storm@cua.dk>
5894
5895 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
5896
5897 2001-12-28 Richard M. Stallman <rms@gnu.org>
5898
5899 * configure.in: Test for mbsinit.
5900
5901 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5902
5903 These changes make Leim part of the standard distribution:
5904
5905 * README: Add info about the `leim' directory.
5906
5907 * INSTALL: Remove text that describes Leim as a separate package.
5908
5909 * noleim-Makefile.in: File removed.
5910
5911 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5912 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
5913 Leim files out of the Emacs tree. Don't prepare a separate tarball
5914 for Leim.
5915
5916 2001-12-11 Richard M. Stallman <rms@gnu.org>
5917
5918 * configure.in (hppa*-*-linux-gnu*): New alternative.
5919
5920 2001-12-08 Pavel Janík <Pavel@Janik.cz>
5921
5922 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5923 creating distribution.
5924
5925 2001-12-06 Paul Eggert <eggert@twinsun.com>
5926
5927 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5928 (AC_FUNC_VFORK): Remove.
5929 (AC_FUNC_FORK): Add.
5930 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5931 this is required by recent Autoconf versions.
5932
5933 2001-12-02 Pavel Janík <Pavel@Janik.cz>
5934
5935 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5936 TODO, vms-pp.trans and others).
5937
5938 2001-11-29 Pavel Janík <Pavel@Janik.cz>
5939
5940 * make-dist: Use COPYING from the top-level directory.
5941
5942 2001-11-29 Gerd Moellmann <gerd@gnu.org>
5943
5944 * configure.in: Add support for FreeBSD/Alpha.
5945
5946 2001-11-29 Pavel Janík <Pavel@Janik.cz>
5947
5948 * make-dist: Add COPYING to the top-level directory of the
5949 distribution. Simplify the logic behind copying.
5950
5951 * Makefile.in (maybe_bootstrap): Fix previous change.
5952
5953 2001-11-28 Richard M. Stallman <rms@gnu.org>
5954
5955 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5956
5957 2001-11-26 Richard M. Stallman <rms@gnu.org>
5958
5959 * Makefile.in: bootstrap should not delete dumped executables.
5960 (bootstrap-clean-before): New target.
5961 (bootstrap): Use bootstrap-clean-before instead of clean.
5962 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
5963
5964 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
5965
5966 These changes add the Emacs Lisp Introduction manual to the
5967 distribution:
5968
5969 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5970
5971 * make-dist: Copy the files in lispintro directory.
5972
5973 * config.bat: Configure in the lispintro directory.
5974
5975 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
5976
5977 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
5978 (lispintro/Makefile): New target.
5979 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
5980 (unlock, relock, info, dvi): Ditto.
5981
5982 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5983
5984 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
5985
5986 * make-dist (etc): Don't distribute gfdl.1.
5987
5988 2001-11-22 Colin Walters <walters@debian.org>
5989
5990 * Makefile.in (install-arch-indep): Install the calc .info files.
5991 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5992
5993 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5994
5995 * make-dist (lispref): Add *.txt, *.el, permute-index, and
5996 tindex.pl to the list of those being put into the distribution.
5997
5998 2001-11-16 Eli Zaretskii <eliz@gnu.org>
5999
6000 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
6001
6002 2001-11-15 Pavel Janík <Pavel@Janik.cz>
6003
6004 * Makefile.in (uninstall): Fix previous change.
6005
6006 * configure.in, Makefile.in: Add support for --program-prefix,
6007 --program-suffix and --program-transform-name options.
6008
6009 2001-11-13 Pavel Janík <Pavel@Janik.cz>
6010
6011 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
6012 (install-arch-indep): Install emacsclient manual page.
6013 (uninstall): Uninstall emacsclient manual page.
6014
6015 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
6016
6017 * make-dist: Add lispref/index.*perm files to the distribution.
6018 From Pavel Janík <Pavel@Janik.cz>.
6019
6020 2001-11-12 Pavel Janík <Pavel@Janik.cz>
6021
6022 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
6023
6024 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6025
6026 * configure.in: AC_OUTPUT lispref/Makefile.
6027
6028 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6029
6030 The following changes add the ELisp reference manual to the
6031 distribution.
6032
6033 * make-dist: Add the lispref directory to the distribution.
6034
6035 * Makefile.in (install-arch-indep): Add elisp* to the list of
6036 installed Info files.
6037 (SUBDIR_MAKEFILES): Add lispref/Makefile.
6038 (lispref/Makefile): New target.
6039 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
6040 Add commands for the lispref directory.
6041 (info, dvi): Ditto.
6042
6043 * config.bat: Configure in `lispref'.
6044
6045 2001-11-09 Richard M. Stallman <rms@gnu.org>
6046
6047 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
6048
6049 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
6050
6051 * make-dist (tempdir): Copy AUTHORS as well.
6052
6053 2001-11-06 Sam Steingold <sds@gnu.org>
6054
6055 * configure.in: Added a check for <nlist.h>.
6056
6057 2001-11-01 Pavel Janík <Pavel@Janik.cz>
6058
6059 * configure.in: Reindent --help output.
6060 From Per Starbäck (starback@ling.uu.se).
6061
6062 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6063
6064 * configure.in: New entry for HP/UX-11.
6065
6066 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
6067 From Eric S. Raymond <esr@golux.thyrsus.com>.
6068
6069 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6070
6071 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
6072 <athornton@sinenomine.net>.
6073
6074 2001-10-25 Gerd Moellmann <gerd@gnu.org>
6075
6076 * Makefile.in (maybe_bootstrap): New target.
6077 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
6078
6079 2001-10-24 Ken Raeburn <raeburn@gnu.org>
6080
6081 * configure.in: If --with-hesiod is given, look for
6082 hes_getmailhost and res_send or __res_send; check hesiod and
6083 resolv libraries respectively if system libraries don't supply them.
6084
6085 2001-10-24 Gerd Moellmann <gerd@gnu.org>
6086
6087 * configure.in: Use $MAKE for `make' if set.
6088
6089 2001-10-22 Gerd Moellmann <gerd@gnu.org>
6090
6091 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
6092 to tar options.
6093
6094 2001-10-20 Gerd Moellmann <gerd@gnu.org>
6095
6096 * (Version 21.1 released).
6097
6098 2001-10-20 Miles Bader <miles@gnu.org>
6099
6100 * configure.in (configuration): Set from `host' if `host_alias'
6101 isn't defined.
6102
6103 2001-10-19 Andreas Schwab <schwab@suse.de>
6104
6105 * configure.in: Make ready for autoconf 2.5x.
6106 (AC_PREREQ): Require autoconf 2.50.
6107 * aclocal.m4: Removed.
6108 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
6109
6110 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6111
6112 * README: Bump Emacs version to 21.1.50.
6113
6114 2001-10-05 Gerd Moellmann <gerd@gnu.org>
6115
6116 * Branch for 21.1.
6117
6118 2001-09-05 Gerd Moellmann <gerd@gnu.org>
6119
6120 * configure.in: Avoid `$@' which is handled specially in
6121 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
6122
6123 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
6124
6125 * make-dist (nt): Add subdirs.el to the list of distributed files.
6126
6127 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6128
6129 * configure.in (machine): Add an entry for
6130 hppa1.1-hitachi-hiuxwe2*.
6131
6132 2001-05-28 Gerd Moellmann <gerd@gnu.org>
6133
6134 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
6135 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
6136
6137 2001-05-14 Gerd Moellmann <gerd@gnu.org>
6138
6139 * make-dist: Copy texinfo.tex unconditionally.
6140
6141 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6142
6143 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
6144 that are installed.
6145
6146 2001-04-06 Gerd Moellmann <gerd@gnu.org>
6147
6148 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
6149 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
6150
6151 * make-dist: Handle leim/MISC-DIC. Only include
6152 `[a-zA-Z]*.{el,elc}' from leim/quail.
6153
6154 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6155
6156 * Makefile.in (install-arch-indep): Remove .cvsignore files.
6157
6158 2001-03-30 Gerd Moellmann <gerd@gnu.org>
6159
6160 * Makefile.in (.PHONY): Add for bootstrap targets.
6161 (bootstrap-clean): New target.
6162 (bootstrap): Use it instead of `clean'.
6163
6164 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
6165
6166 * Makefile.in (SUBDIR): Remove leim.
6167 (all, .RECURSIVE, extraclean): Add leim explicitly.
6168 (leim): Provide separate rule which exports PARALLEL=0 into the
6169 environment.
6170
6171 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6172
6173 * configure.in (HAVE_XPM): Don't print the result of the check for
6174 XpmReturnAllocPixels if we don't have an xpm.h.
6175
6176 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6177
6178 * COPYING: New file.
6179
6180 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6181
6182 * config.bat: Update the copyright.
6183
6184 2001-02-23 Kenichi Handa <handa@etl.go.jp>
6185
6186 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
6187 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
6188 to `yes'. Later in AC_OUTPUT, check this variable.
6189
6190 2001-02-09 Dave Love <fx@gnu.org>
6191
6192 * AUTHORS: Updated.
6193
6194 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6195
6196 * info/dir (Ebrowse): Fix the entry (was missing a dot).
6197
6198 2001-02-02 Gerd Moellmann <gerd@gnu.org>
6199
6200 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
6201
6202 * Makefile.in (uninstall): Ignore exit code of `rm'.
6203
6204 * Makefile.in (uninstall): Remove more info files. Remove
6205 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
6206
6207 2001-01-31 Gerd Moellmann <gerd@gnu.org>
6208
6209 * noleim-Makefile.in (extraclean): Add.
6210
6211 2001-01-28 Gerd Moellmann <gerd@gnu.org>
6212
6213 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
6214 it quiet.
6215
6216 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
6217
6218 * Makefile.in (tags): Fix typo.
6219
6220 2001-01-13 Kenichi Handa <handa@etl.go.jp>
6221
6222 * configure.in: Fix typo in the code setting x_search_path.
6223
6224 2001-01-10 Dave Love <fx@gnu.org>
6225
6226 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
6227 -lXext.
6228 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
6229 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
6230 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
6231 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
6232 (now in $LIBS).
6233
6234 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6235
6236 * config.bat: Run the preprocessor with -traditional.
6237
6238 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
6239
6240 * INSTALL: Move copying conditions to end of file.
6241
6242 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6243
6244 * INSTALL: Add basic installation procedure which assumes
6245 `configure' does its job. Elaborate on image support libraries.
6246 Add a pointer to Xaw3d library. Add advice about solving
6247 configure-time problems by looking in config.log and setting
6248 variables in the environment.
6249
6250 2000-12-27 Gerd Moellmann <gerd@gnu.org>
6251
6252 * Makefile.in (install-arch-indep): If tar fails, exit with
6253 exit code 1.
6254
6255 2000-12-19 Gerd Moellmann <gerd@gnu.org>
6256
6257 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
6258 source file includes XKBlib.h. On some broken Solaris systems,
6259 there is an XKBlib.h, reportedly, but header files included by
6260 XKBlib.h are missing.
6261
6262 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6263
6264 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
6265
6266 2000-12-11 Dave Love <fx@gnu.org>
6267
6268 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
6269
6270 2000-12-11 Paul Eggert <eggert@twinsun.com>
6271
6272 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
6273 Merge fixes from latest GNU tar version. These macros no longer
6274 futz with _XOPEN_SOURCE, as that was not portable in practice.
6275 (AC_FUNC_FSEEKO): New macro.
6276
6277 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
6278 ftello.
6279
6280 2000-12-05 Dave Love <fx@gnu.org>
6281
6282 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
6283
6284 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6285
6286 * info/dir: Change the category to "Emacs".
6287
6288 2000-12-01 Gerd Moellmann <gerd@gnu.org>
6289
6290 * make-dist (tempdir): Remove epaths.h from the distribution
6291 instead of paths.h.
6292
6293 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6294
6295 * config.bat: Check for existence of djecho.exe, and print an
6296 error message if it is not available.
6297
6298 * INSTALL: Describe possible problem with djecho.exe in old
6299 versions of DJGPP v2.x.
6300
6301 2000-11-23 Gerd Moellmann <gerd@gnu.org>
6302
6303 * configure.in: Initialize HAVE_LIBXP to no.
6304
6305 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6306
6307 * configure.in: Use m/macppc.h instead of the non-existent
6308 m/powerpc.h.
6309
6310 2000-11-21 Gerd Moellmann <gerd@gnu.org>
6311
6312 * Makefile.in (install-arch-indep): Also install info/eshell*
6313 and info/speedbar*.
6314
6315 * configure.in (HAVE_PNG): Check for the presence of
6316 png_get_channels to rule out older PNG libs.
6317
6318 * configure.in (AC_OUTPUT): Arrange to emit definitions of
6319 GCC and NON_GNU_CPP into config.status.
6320
6321 2000-11-20 Dave Love <fx@gnu.org>
6322
6323 * configure.in: Fix last change.
6324
6325 * GETTING.GNU.SOFTWARE: Deleted.
6326 * FTP: New file to replace it.
6327 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
6328
6329 2000-11-20 Gerd Moellmann <gerd@gnu.org>
6330
6331 * configure.in: Use -traditional with GNU cpp.
6332
6333 2000-11-17 Gerd Moellmann <gerd@gnu.org>
6334
6335 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
6336 Distribute more files from the nt/ subdir. Distribute PBM
6337 image files from subdirs of lisp/. Distribute old change logs
6338 from subdirs of lisp/. Distribute play/5x5.el.
6339
6340 2000-11-11 Dave Love <fx@gnu.org>
6341
6342 * config.sub, config.guess: Updated from master source.
6343
6344 2000-11-07 Dave Love <fx@gnu.org>
6345
6346 * configure.in: Test for mkstemp.
6347
6348 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
6349
6350 * info/dir (Top): Rearrange menu items more logically, and put
6351 them into a single category. Add menu items for RefTeX and
6352 Widget.
6353
6354 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6355
6356 * Makefile.in (install-arch-indep): Use --info-dir instead of
6357 --dir-file, and a simple argument instead of --info-file, so that
6358 the Debian version of install-info also works.
6359
6360 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
6361
6362 * info/dir (Speedbar): Add entry.
6363
6364 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6365
6366 * INSTALL: Describe the new image-support options to the configure
6367 script. List URLs where image support libraries can be found.
6368
6369 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
6370
6371 * info/dir (Top): Add an entry for Eshell.
6372
6373 2000-10-02 Dave Love <fx@gnu.org>
6374
6375 * configure.in: Check for gai_strerror.
6376
6377 2000-10-01 Andreas Schwab <schwab@suse.de>
6378
6379 * Makefile.in (install-arch-indep): Update list of installed info files.
6380
6381 2000-09-30 Gerd Moellmann <gerd@gnu.org>
6382
6383 * configure.in: Support `sparc*-*-netbsd*'.
6384
6385 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6386
6387 * info/dir (MIME): Add entry for emacs-mime.
6388
6389 2000-09-29 Dave Love <fx@gnu.org>
6390
6391 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
6392
6393 2000-09-26 Gerd Moellmann <gerd@gnu.org>
6394
6395 * make-dist: Adapt to the change of leim/Makefile which was
6396 necessary to ensure a reasonably working `make dist'.
6397
6398 * leim-Makefile.in: Moved to leim/Makefile.in..
6399
6400 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
6401
6402 2000-09-21 Kenichi Handa <handa@etl.go.jp>
6403
6404 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
6405 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
6406 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
6407 files to .elc.
6408 (${TIT}): Adjusted for the above change.
6409 (clean mostlyclean): Likewise.
6410 (.el.elc): New target.
6411
6412 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6413
6414 * make-dist: Include XPM and XBM files in lisp/ and subdirs
6415 in the distribution.
6416
6417 2000-09-18 Gerd Moellmann <gerd@gnu.org>
6418
6419 * make-dist (skk): Rename to `ja-dic' because the leim directory
6420 was renamed.
6421
6422 2000-09-14 Dave Love <fx@gnu.org>
6423
6424 * configure.in: Fix spurion in last change.
6425
6426 2000-09-14 Gerd Moellmann <gerd@gnu.org>
6427
6428 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
6429 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
6430 to `no' if defined. Change result report.
6431
6432 2000-09-08 Dave Love <fx@gnu.org>
6433
6434 * configure.in: Remove spurious `@'s.
6435
6436 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
6437 autoconf.
6438
6439 2000-09-06 Gerd Moellmann <gerd@gnu.org>
6440
6441 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
6442 file and print informational message.
6443
6444 * configure.in (AC_FUNC_MMAP): Add.
6445
6446 2000-09-01 Gerd Moellmann <gerd@gnu.org>
6447
6448 * configure.in: Add ``checking'' messages for
6449 XpmReturnAllocPixels.
6450
6451 2000-08-28 Gerd Moellmann <gerd@gnu.org>
6452
6453 * configure.in: Check <strings.h>; check `index' and `rindex'
6454 functions.
6455
6456 2000-08-26 Kenichi Handa <handa@etl.go.jp>
6457
6458 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
6459 "case "${canonical}" in".
6460
6461 2000-08-25 Dave Love <fx@gnu.org>
6462
6463 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
6464
6465 2000-08-25 Kenichi Handa <handa@etl.go.jp>
6466
6467 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
6468
6469 2000-08-24 Gerd Moellmann <gerd@gnu.org>
6470
6471 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
6472 contains a relative path. Protect against unusable values of $PWD.
6473
6474 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6475
6476 * info/dir (WoMan): Add entry.
6477
6478 * config.bat (maindir): Update src/_gdbinit even if it does
6479 already exist.
6480
6481 2000-08-07 Gerd Moellmann <gerd@gnu.org>
6482
6483 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
6484
6485 2000-08-03 Gerd Moellmann <gerd@gnu.org>
6486
6487 * configure.in: Add support for ia64*-*-linux*.
6488
6489 2000-07-27 Gerd Moellmann <gerd@gnu.org>
6490
6491 * make-dist (aclocal.m4): Include in distribution.
6492
6493 2000-07-26 Dave Love <fx@gnu.org>
6494
6495 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
6496
6497 2000-07-24 Dave Love <fx@gnu.org>
6498
6499 * configure.in: Add AC_SIZE_T.
6500
6501 2000-07-18 Dave Love <fx@gnu.org>
6502
6503 * configure.in: Reorder so that most tests are done after CPPFLAGS
6504 is set from the C_SWITCH_... definitions.
6505
6506 2000-07-10 Gerd Moellmann <gerd@gnu.org>
6507
6508 * configure.in (HAVE_XPM): Undo previous change. Check for
6509 preprocessor define XpmReturnAllocPixels.
6510
6511 2000-07-06 Gerd Moellmann <gerd@gnu.org>
6512
6513 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
6514 instead of XpmReadFileToPixmap.
6515
6516 2000-07-05 Ken Raeburn <raeburn@gnu.org>
6517
6518 * configure.in: Check for <soundcard.h>. Look for ossaudio
6519 library, and set LIBSOUND accordingly.
6520
6521 2000-07-05 Dave Love <fx@gnu.org>
6522
6523 * configure.in: Use AC_HEADER_SYS_WAIT.
6524
6525 2000-07-05 Gerd Moellmann <gerd@gnu.org>
6526
6527 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
6528 lisp/Makefile. Distribute lisp/Makefile.in instead of
6529 lisp/Makefile.
6530
6531 2000-06-30 Ken Raeburn <raeburn@gnu.org>
6532
6533 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
6534 while searching for image-handling libraries.
6535
6536 2000-06-26 Gerd Moellmann <gerd@gnu.org>
6537
6538 * configure.in (--with-xim): New option.
6539
6540 2000-06-23 Dave Love <fx@gnu.org>
6541
6542 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
6543 for struct timezone and test how we can call gettimeofday.
6544 Check for OSF 5+. Check for term.h.
6545
6546 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
6547 version.
6548
6549 2000-06-23 Gerd Moellmann <gerd@gnu.org>
6550
6551 * configure.in (HAVE_LIBXP): Change test for libXp.
6552
6553 2000-06-21 Dave Love <fx@gnu.org>
6554
6555 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
6556 simple test for getloadavg and substitute GETLOADAVG_LIBS.
6557 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
6558
6559 2000-06-19 Dave Love <fx@gnu.org>
6560
6561 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
6562 _XOPEN_SOURCE is defined.
6563
6564 2000-06-16 Gerd Moellmann <gerd@gnu.org>
6565
6566 * Makefile.in (distclean): Also make distclean in lisp/.
6567
6568 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6569
6570 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
6571
6572 2000-06-15 Gerd Moellmann <gerd@gnu.org>
6573
6574 * make-dist: Add --help and --snapshot options.
6575
6576 2000-06-14 Gerd Moellmann <gerd@gnu.org>
6577
6578 * configure.in: Generate lisp/Makefile.
6579
6580 * configure.in: Add support for `*-lynxos*'.
6581 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
6582 recommended by <Karen.Dorhamer@compaq.com> to fix problems
6583 on Tru64 UNIX v5.0.
6584
6585 2000-06-13 Ken Raeburn <raeburn@gnu.org>
6586
6587 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
6588 it's on a continuation line.
6589
6590 2000-06-02 Dave Love <fx@gnu.org>
6591
6592 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
6593 files.
6594
6595 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
6596 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
6597 test.
6598
6599 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
6600 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
6601
6602 2000-05-26 Gerd Moellmann <gerd@gnu.org>
6603
6604 * configure.in: Add check for speed_t typedef.
6605
6606 2000-05-25 Ken Raeburn <raeburn@gnu.org>
6607
6608 * Makefile.in (install-arch-dep): Install fns-*.el only if it
6609 exists; it won't in the CANNOT_DUMP case.
6610
6611 2000-05-25 Gerd Moellmann <gerd@gnu.org>
6612
6613 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
6614 On FreeBSD, the exit status is 1 if CDPATH is not set.
6615 (install-arch-indep): Install ebrowse.info.
6616
6617 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
6618
6619 * configure.in: Check for grandpt and getpt.
6620
6621 2000-05-09 Dave Love <fx@gnu.org>
6622
6623 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6624
6625 2000-05-05 Gerd Moellmann <gerd@gnu.org>
6626
6627 * make-dist: Make a link for lib-src/grep-changelog.
6628 Copy install-sh.
6629
6630 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
6631
6632 * config.bat: Identify the beginning of the cpp stuff in
6633 src/Makefile.in and lib-src/Makefile.in more accurately.
6634
6635 2000-04-27 Gerd Moellmann <gerd@gnu.org>
6636
6637 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6638
6639 2000-04-19 Gerd Moellmann <gerd@gnu.org>
6640
6641 * configure.in: Add support for `powerpc-*-netbsd*'.
6642
6643 2000-04-19 Dave Love <fx@gnu.org>
6644
6645 * configure.in: Don't use AC_FUNC_GETLOADAVG.
6646
6647 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6648
6649 2000-04-16 Dave Love <fx@gnu.org>
6650
6651 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
6652
6653 2000-04-14 Dave Love <fx@gnu.org>
6654
6655 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
6656
6657 * aclocal.m4 (AC_FUNC_MKTIME): New.
6658
6659 2000-03-28 Ken Raeburn <raeburn@gnu.org>
6660
6661 * configure.in: Line up "--help" output a little better.
6662
6663 2000-03-26 Gerd Moellmann <gerd@gnu.org>
6664
6665 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6666 New targets.
6667 (bootstrap): Rewritten in terms of the new targets above. Make
6668 info files, too.
6669
6670 2000-03-12 Gerd Moellmann <gerd@gnu.org>
6671
6672 * config.guess, config.sub: Use the versions of the files from
6673 subversions.
6674
6675 2000-03-08 Dave Love <fx@gnu.org>
6676
6677 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6678 AC_C_VOLATILE. Define POINTER_TYPE.
6679
6680 * aclocal.m4: New file.
6681
6682 2000-03-02 Gerd Moellmann <gerd@gnu.org>
6683
6684 * configure.in (machine): Add `mipsel-*-netbsd*' and
6685 `arm-*-netbsd*'.
6686
6687 2000-03-01 Gerd Moellmann <gerd@gnu.org>
6688
6689 * configure.in (machine): Add support for `*-auspex-sunos*'.
6690
6691 2000-02-29 Gerd Moellmann <gerd@gnu.org>
6692
6693 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6694
6695 2000-02-18 Dave Love <fx@gnu.org>
6696
6697 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6698
6699 2000-02-18 Andreas Schwab <schwab@suse.de>
6700
6701 * Makefile.in (install-arch-indep): Add eudc to list of installed
6702 info files.
6703
6704 2000-02-17 Ken Raeburn <raeburn@gnu.org>
6705
6706 * configure.in: Include -lz and -ljpeg (if it's available) when
6707 testing for the tiff library.
6708
6709 2000-02-17 Gerd Moellmann <gerd@gnu.org>
6710
6711 * configure.in: Remove LISP_FLOAT_TYPE.
6712
6713 2000-02-12 Dave Love <fx@gnu.org>
6714
6715 * configure.in: Use AC_FUNC_VFORK.
6716
6717 2000-02-01 Gerd Moellmann <gerd@gnu.org>
6718
6719 * make-dist: Various fixes for new development tree.
6720
6721 * leim-Makefile.in: New file.
6722
6723 2000-01-31 Gerd Moellmann <gerd@gnu.org>
6724
6725 * Makefile.in (dist): Call ./make-dist.
6726
6727 2000-01-24 Dave Love <fx@gnu.org>
6728
6729 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6730
6731 2000-01-18 Gerd Moellmann <gerd@gnu.org>
6732
6733 * configure.in (HAVE_GIF): Check for DGifOpen instead of
6734 DGifOpenFileName.
6735
6736 2000-01-11 Andreas Schwab <schwab@suse.de>
6737
6738 * Makefile.in (install-arch-indep): Update list of info files to
6739 be installed.
6740
6741 2000-01-05 Dave Love <fx@gnu.org>
6742
6743 * configure.in: Check for jerror.h as well as libjpeg.
6744
6745 2000-01-03 Andreas Schwab <schwab@suse.de>
6746
6747 * Makefile.in (install-arch-indep): Install autotype*. Run
6748 install-info on autotype and emacs-faq.info.
6749
6750 1999-12-04 Dave Love <fx@gnu.org>
6751
6752 * Makefile.in (install-arch-indep): Depend on `info'.
6753 (install-strip): Use `install' as sub-make target.
6754
6755 1999-11-23 Ken Raeburn <raeburn@gnu.org>
6756
6757 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6758 didn't need to be deleted. Check for the k5crypto library as well
6759 as the crypto library; MIT Kerberos 1.1 changed the name.
6760
6761 1999-11-18 Dave Love <fx@gnu.org>
6762
6763 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6764
6765 1999-11-11 Erik Naggum <erik@naggum.no>
6766
6767 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6768
6769 1999-11-08 Dave Love <fx@gnu.org>
6770
6771 * configure.in: Fix change for --with-pop default.
6772
6773 1999-11-04 Dave Love <fx@gnu.org>
6774
6775 * configure.in: Default to --with-pop. Change sense of with-gcc
6776 and with-toolkit-scroll-bars messages to reflect the defaults.
6777
6778 1999-11-01 Gerd Moellmann <gerd@gnu.org>
6779
6780 * INSTALL: Mention the Emacs Lisp Reference.
6781
6782 1999-10-27 Noah Friedman <friedman@splode.com>
6783
6784 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6785
6786 1999-10-23 Gerd Moellmann <gerd@gnu.org>
6787
6788 * Makefile.in (bootstrap): New target.
6789
6790 1999-10-19 Paul Eggert <eggert@twinsun.com>
6791
6792 Add support for large files. Merge glibc 2.1.2.
6793
6794 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6795 (HAVE_TM_GMTOFF): New symbol.
6796 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6797 mbrlen, strsignal.
6798 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6799
6800 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6801
6802 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6803 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6804
6805 1999-10-09 Richard M. Stallman <rms@gnu.org>
6806
6807 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
6808 Unset CDPATH to prevent cd from generating output.
6809
6810 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
6811
6812 * update-subdirs: Also ignore CVS subdirs.
6813
6814 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6815
6816 * Makefile.in (install-arch-indep): Add ada-mode.
6817
6818 1999-10-06 Dave Love <fx@gnu.org>
6819
6820 * Makefile.in: Add rules for config.status, configure.
6821
6822 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6823
6824 * configure.in (--with-sound): Removed.
6825
6826 1999-08-30 Gerd Moellmann <gerd@gnu.org>
6827
6828 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
6829 the test for Xaw3d.
6830 (HAVE_TIFF): Add -lm to library check.
6831
6832 1999-08-28 Richard Stallman <rms@gnu.org>
6833
6834 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
6835 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
6836 after the other X-related libraries.
6837
6838 1999-08-21 Dave Love <fx@gnu.org>
6839
6840 * configure.in: Don't check for jpeglib.h.
6841
6842 1999-08-20 Gerd Moellmann <gerd@gnu.org>
6843
6844 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
6845 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
6846
6847 1999-08-18 Dave Love <fx@gnu.org>
6848
6849 * configure.in: Check for termcap.h.
6850
6851 1999-08-15 Gerd Moellmann <gerd@gnu.org>
6852
6853 * configure.in: Add --with-toolkit-scroll-bars. If "no",
6854 use Emacs' scroll bars, even if configured for Motif or when
6855 Xaw3d is available.
6856
6857 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6858
6859 * configure.in: Check for getaddrinfo.
6860
6861 1999-08-04 Eli Zaretskii <eliz@gnu.org>
6862
6863 * config.bat: Make --no-debug work again by removing -gcoff.
6864
6865 1999-07-30 Dave Love <fx@gnu.org>
6866
6867 * configure.in: Check for stdlib.h.
6868
6869 1999-07-19 Dave Love <fx@gnu.org>
6870
6871 * configure.in: Grok sparc64-*-linux-gnu*.
6872
6873 1999-07-12 Richard Stallman <rms@gnu.org>
6874
6875 * Version 20.4 released.
6876
6877 1999-06-23 Karl Heuer <kwzh@gnu.org>
6878
6879 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
6880 Quote $EMACS, in case it's a program with args.
6881
6882 1999-06-15 Gerd Moellmann <gerd@gnu.org>
6883
6884 * configure.in (HAVE_GIF): Use libungif instead of libgif
6885 because the former doesn't contain patented compression code.
6886
6887 1999-05-29 Richard M. Stallman <rms@gnu.org>
6888
6889 * configure.in: Delete the Kerberos stuff.
6890
6891 1999-05-27 Greg Hudson <ghudson@mit.edu>
6892
6893 * configure.in: Prefer kerberos 5 names.
6894
6895 1999-04-26 Richard M. Stallman <rms@gnu.org>
6896
6897 * configure.in: Check for libXp.
6898
6899 1999-04-08 Richard Stallman <rms@gnu.org>
6900
6901 * make-dist: Include change logs in subdirs of `lisp'.
6902
6903 1999-04-05 Richard Stallman <rms@gnu.org>
6904
6905 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
6906 (install-arch-indep): Make ${datadir}/emacs world-readable.
6907
6908 1999-03-30 Eli Zaretskii <eliz@gnu.org>
6909
6910 * config.bat: Use epaths.* instead of paths.*.
6911
6912 1999-03-07 Eli Zaretskii <eliz@gnu.org>
6913
6914 * INSTALL: Add detailed instructions to unpack and install
6915 intlfonts on MS-DOS.
6916
6917 1999-02-26 Richard Stallman <rms@gnu.org>
6918
6919 * configure.in: Use epaths.h and epaths-force instead of paths...
6920
6921 * Makefile.in (epaths-force): Renamed from paths-force;
6922 operate on epaths.in and produce epaths.h.
6923
6924 1999-02-24 Richard Stallman <rms@gnu.org>
6925
6926 * make-dist: Fix nt/icons directory handling.
6927
6928 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
6929
6930 * configure.in (f301-fujitsu-uxpv4.1): New target.
6931
6932 1999-02-20 Richard Stallman <rms@gnu.org>
6933
6934 * make-dist (tempparent): Fix command to update info files.
6935
6936 1999-02-09 Richard Stallman <rms@gnu.org>
6937
6938 * configure.in (powerpc-apple-netbsd*): New alternative.
6939
6940 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
6941
6942 * make-dist: Include the new directory nt/icons in distributions.
6943
6944 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6945
6946 * configure.in: Change message about HAVE_XFREE386.
6947
6948 1999-01-07 Eli Zaretskii <eliz@gnu.org>
6949
6950 * config.bat: Support configuring with leim.
6951
6952 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
6953
6954 * configure.in (mips-sgi-irix6.5): New target.
6955
6956 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6957
6958 * configure.in: Remove GSS-API support, since it has been removed
6959 from movemail.
6960
6961 1998-12-04 Markus Rost <rost@delysid.gnu.org>
6962
6963 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6964
6965 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
6966
6967 * Makefile.in: Don't install customize info file.
6968 Run install-info on viper info file.
6969
6970 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6971
6972 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6973
6974 1998-11-16 Kenichi Handa <handa@etl.go.jp>
6975
6976 * configure.in (*-*-bsdi4*): New target.
6977
6978 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
6979
6980 * configure.in: Fix previous change.
6981
6982 1998-11-11 Richard Stallman <rms@gnu.org>
6983
6984 * configure.in (aviion-intel): New machine.
6985
6986 1998-11-04 Kenichi Handa <handa@etl.go.jp>
6987
6988 * configure.in (mips-nec-sysv4*): New target.
6989
6990 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6991
6992 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
6993 from lisp.
6994
6995 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6996
6997 * make-dist: Don't include fns*.el in dist.
6998
6999 1998-10-30 Dave Love <fx@gnu.org>
7000
7001 * configure.in: Don't mkdir cpp.
7002
7003 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
7004
7005 * Makefile.in (install-arch-dep): Install src/fns-*.el in
7006 ${archlibdir}.
7007
7008 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7009
7010 * Version 20.3 released.
7011
7012 1998-07-30 Paul Eggert <eggert@twinsun.com>
7013
7014 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
7015 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
7016 (lwlib/Makefile, leim/Makefile):
7017 Prepend $(srcdir)/ to rule dependencies outside this dir.
7018
7019 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7020
7021 * configure.in: Use unset CDPATH instead of making it empty.
7022
7023 1998-06-20 Karl Heuer <kwzh@gnu.org>
7024
7025 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
7026
7027 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7028
7029 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
7030 and default.el. Sort the results.
7031
7032 1998-05-31 Karl Heuer <kwzh@gnu.org>
7033
7034 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
7035 writable.
7036
7037 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7038
7039 * Makefile.in (install-arch-indep):
7040 Don't alter site-lisp/subdirs.el if it exists.
7041
7042 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7043
7044 * Makefile.in (install-arch-indep): Put `-' on commands to create
7045 subdirs.el in site-lisp dirs.
7046
7047 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
7048
7049 * Makefile.in (install-arch-indep): Fix typo in previous change.
7050
7051 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7052
7053 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
7054
7055 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
7056
7057 * Makefile.in (mkdir): Create the site-lisp dirs.
7058 (install-arch-indep): Make site-lisp/subdirs files world-readable.
7059
7060 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
7061
7062 * Makefile.in (INSTALL_INFO): New variable.
7063 (install-arch-indep): Don't replace the dir file if it already exists.
7064 Use the install-info program, via INSTALL_INFO, to add entries.
7065 Make the `info' subdir and the Info files world-readable.
7066
7067 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
7068
7069 * config.bat: Make sure the environment is large enough to support
7070 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
7071
7072 1998-04-10 Karl Heuer <kwzh@gnu.org>
7073
7074 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
7075
7076 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7077
7078 * configure.in: Add --with-gssapi to specify GSS-API
7079 authentication support for movemail.
7080
7081 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
7082
7083 * Makefile.in (install-arch-indep): Fix previous change.
7084
7085 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7086
7087 * Makefile.in (info): Run man in build dir, not srcdir.
7088
7089 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
7090
7091 * Makefile.in (install-arch-indep): Fix previous change.
7092
7093 1998-03-23 Kenichi Handa <handa@etl.go.jp>
7094
7095 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
7096
7097 1998-03-22 Richard Stallman <rms@gnu.org>
7098
7099 * Makefile.in (install-arch-indep): Put special subdirs.el files
7100 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
7101
7102 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
7103
7104 * make-dist: Fix shell syntax in check for missing .el or .elc files.
7105
7106 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
7107
7108 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
7109 (m68*-hp-hpux*): Handle versions 1X like 10.
7110
7111 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
7112
7113 * make-dist: PROBLEMS is now in etc, not top level dir.
7114
7115 * Makefile.in (SOURCES): Delete PROBLEMS.
7116
7117 1998-02-25 Richard Stallman <rms@gnu.org>
7118
7119 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
7120
7121 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
7122
7123 1998-01-17 Richard Stallman <rms@gnu.org>
7124
7125 * Makefile.in (install-arch-indep): Add semicolon before `else'.
7126
7127 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
7128
7129 * make-dist (tempparent): New option --no-check.
7130
7131 * make-dist: Don't do anything with cpp directory.
7132
7133 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
7134
7135 * configure.in (sparc-fujitsu-sysv4*): New target.
7136
7137 1997-12-17 Andreas Schwab <schwab@gnu.org>
7138
7139 * configure.in: Cache more tests. Add missing quotes around
7140 message with embedded comma.
7141
7142 1997-12-04 Karl Heuer <kwzh@gnu.org>
7143
7144 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
7145
7146 1997-11-26 Joel N. Weber II <devnull@gnu.org>
7147
7148 * make-dist: Changed the comment about `umask 0' to say `Don't
7149 restrict access to any files.'; previously it said `Don't protect
7150 any files', which may have implied that we think fascism is good.
7151
7152 1997-11-24 Paul Eggert <eggert@twinsun.com>
7153
7154 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
7155 strftime needs the underlying host's strftime for locale dependent
7156 formats.
7157
7158 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
7159
7160 * configure.in (i586-dg-dguxR4.*): New name in case branch.
7161
7162 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
7163
7164 * config.bat: Configure the man subdirectory.
7165
7166 1997-11-07 Paul Eggert <eggert@twinsun.com>
7167
7168 * configure.in (AC_CHECK_LIB): Add -lintl.
7169
7170 1997-11-07 Karl Heuer <kwzh@gnu.org>
7171
7172 * make-dist (check for .elc files): Avoid bash-specific syntax.
7173 (check for overflow 14-char limit): Simplify.
7174
7175 1997-11-07 Richard Stallman <rms@gnu.org>
7176
7177 * Makefile.in (install): Move blessmail last.
7178
7179 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7180
7181 * configure.in (gettimeofday, one arg or two):
7182 Clarify messages by avoiding double negative.
7183
7184 1997-09-30 Karl Eichwalder <ke@suse.de>
7185
7186 * Makefile.in (install-arch-indep): Install the widget info file.
7187
7188 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7189
7190 * configure.in (with-pop, with-kerberos): Need to check Kerberos
7191 libraries in reverse order, so that libraries will appear in the
7192 correct dependency order on the link line (and so that the
7193 configure checks themselves will work properly when early
7194 libraries depend on later ones).
7195
7196 1997-09-21 Erik Naggum <erik@naggum.no>
7197
7198 * make-dist (making links to `src'): Keep timestamp on copied files.
7199
7200 * make-delta: New script to produce delta distributions.
7201
7202 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7203
7204 * Version 20.2 released.
7205
7206 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7207
7208 * Version 20.1 released.
7209
7210 * Makefile.in (install-leim): Depend on mkdir.
7211 (leim): Depend on src.
7212
7213 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7214
7215 * configure.in: Recognize alpha* instead of just alpha.
7216
7217 1997-09-12 Paul Eggert <eggert@twinsun.com>
7218
7219 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
7220
7221 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7222
7223 * update-subdirs: Use rm -f.
7224
7225 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7226
7227 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
7228 Ignore subdirs named Old.
7229
7230 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
7231
7232 * configure.in: Add OpenBSD clause to set $machine.
7233
7234 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7235
7236 * make-dist: Recompile everything after updating various Lisp files.
7237 Recompile in leim as well as lisp.
7238 Check in leim as well as lisp for mismatched files and too-long names.
7239
7240 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7241
7242 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
7243
7244 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7245
7246 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
7247 before trying to copy anything from it.
7248
7249 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7250
7251 * Makefile.in (man/Makefile): New target.
7252 (tags): Define env var EMACS and run Makefile from build dir.
7253
7254 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
7255
7256 * config.bat: If src/_gdbinit doesn't exist, try using
7257 src/.gdbinit to create it (for building on Windows 95).
7258
7259 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7260
7261 * Makefile.in (install-arch-indep):
7262 Discard extra data in tar | tar pipes.
7263
7264 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
7265
7266 * configure.in (x_default_search_path): Corrected
7267 '${x_library}' to '${x_library}/X11'.
7268
7269 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7270
7271 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
7272
7273 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7274
7275 * configure.in: Support auto-configuration of both Kerberos V4 and
7276 Kerberos V5 for movemail, including detection of V4 and V5 header
7277 files and libraries.
7278
7279 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
7280
7281 * configure.in: Compute x_default_search_path
7282 and substitute into makefiles.
7283
7284 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
7285
7286 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7287
7288 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
7289
7290 1997-08-07 Erik Naggum <erik@naggum.no>
7291
7292 * configure.in: Remove lockdir, it is no longer needed.
7293 * Makefile.in (mkdir): Don't create lockdir.
7294 (lockdir): Variable deleted.
7295 (paths-force): Don't operate on PATH_LOCK.
7296
7297 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7298
7299 * leim-Makefile.in (clean, distclean): New targets.
7300
7301 * make-dist: Include leim/ChangeLog in leim distribution.
7302
7303 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7304
7305 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
7306
7307 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7308
7309 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
7310
7311 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7312
7313 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
7314
7315 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7316
7317 * make-dist: Update leim/leim-list.el.
7318 Pass along value of $EMACS when updating lisp dir.
7319
7320 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7321
7322 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
7323 prerequisite to the use of Doug Lea's malloc.
7324
7325 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7326
7327 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
7328
7329 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
7330
7331 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7332
7333 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
7334
7335 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7336
7337 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
7338 to news-r6.h.
7339
7340 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7341
7342 * config.bat: Use `sed' instead of `cp', which might not be
7343 installed.
7344
7345 1997-07-09 Kenichi Handa <handa@etl.go.jp>
7346
7347 * Makefile.in (mostlyclean): Add cleaning leim directory.
7348 (clean, distclean, maintainer-clean): Likewise.
7349
7350 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7351
7352 * make-dist (bogosities): Check subdirs of `lisp' also.
7353
7354 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7355
7356 * make-dist (etc): Really avoid symlinks now.
7357 (lisp): Don't delete from subdirs the things we never copy.
7358
7359 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7360
7361 * Makefile.in (install-arch-indep): Correct the target name.
7362 The first letter `i' was dropped by the previous change of mine.
7363
7364 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7365
7366 * configure.in (leim/Makefile): Generate this.
7367 (*-sysv4.2uw*): Recognize new alternative.
7368
7369 * leim-Makefile.in: Renamed from leim-Makefile.
7370
7371 * make-dist: Set up real-leim subdirectory,
7372 with the real contents of leim; then move it to
7373 a separate top-level directory.
7374
7375 * make-dist: Don't mention site-lisp, site-init, site-start
7376 or default, when listing files hat are not compiled and should be.
7377
7378 * configure.in: Create src/config.stamp at the end.
7379
7380 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7381
7382 * Makefile.in (install-leim): Correct previous change.
7383
7384 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7385
7386 * Makefile.in (install-leim): New target.
7387 (install): Depend on install-leim.
7388
7389 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7390
7391 * Makefile.in (SUBDIR): Add leim.
7392 (SUBDIR_MAKEFILES): Add leim/Makefile.
7393 (leim/Makefile): New target.
7394
7395 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7396
7397 * leim-Makefile: New file.
7398 * make-dist: Initialize a `leim' subdirectory with that makefile.
7399
7400 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7401
7402 * configure.in (GNU_MALLOC_reason): Fix message text.
7403
7404 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7405
7406 * make-dist (lisp): Don't process subdirs that start with =.
7407 (etc): Copy symlinks, as in src.
7408
7409 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7410
7411 * configure.in (i*86-*-unixware*): New alternative.
7412
7413 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7414
7415 * Makefile.in (src/config.stamp): Target renamed from src/config.h
7416 and touch it explicitly.
7417
7418 * configure.in (mips-sony-newsos6*): New alternative.
7419 (mips-*-linux-gnu*): New alternative.
7420 (*-*-bsdi*): New alternative.
7421 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
7422
7423 1997-06-22 Dave Love <d.love@dl.ac.uk>
7424
7425 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
7426 (src/config.h): New target to re-configure if src/config.in is patched.
7427
7428 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7429
7430 * configure.in (shutdown): Check for `shutdown' function.
7431
7432 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7433
7434 * update-subdirs: Include the directory "language" in subdirs.
7435
7436 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7437
7438 * configure.in (m88k-dg-dgux4*): New alternative.
7439 (alpha-*-netbsd*): New alternative.
7440 (powerpcle-*-solaris2*): New alternative.
7441
7442 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7443
7444 * make-dist: Warn about .el files that are not compiled.
7445
7446 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7447
7448 * Makefile.in (dist): Don't run update-subdirs here,
7449 since make-dist now gets that done.
7450
7451 * make-dist: Use the new `updates' target in lisp/Makefile.
7452
7453 * make-dist: Use new non-file targets in lisp/Makefile.
7454
7455 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7456
7457 * make-dist: Handle all subdirs of `lisp' uniformly.
7458 Don't handle `term' and `language' specially.
7459 Clear out umask at the beginning.
7460
7461 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7462
7463 * make-dist: Use Make to update finder-inf.el and autoloads.
7464 Also update cus-load.el.
7465
7466 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7467
7468 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
7469 in case it is desirable to disable the GNU malloc features with glibc.
7470
7471 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7472
7473 * configure.in (DOUG_LEA_MALLOC):
7474 Define if malloc_{get,set}_state exist.
7475
7476 1997-03-05 Kenichi Handa <handa@etl.go.jp>
7477
7478 * make-dist: Make links for files under lisp/language.
7479
7480 1997-02-20 Kenichi Handa <handa@etl.go.jp>
7481
7482 * update-subdirs: Exclude the directory "language" from subdirs.
7483
7484 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
7485
7486 * configure.in: Check for rint and cbrt.
7487
7488 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7489
7490 * make-dist: Use $EMACS to say where to run Emacs.
7491 Add --no-update option.
7492
7493 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7494
7495 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
7496
7497 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7498
7499 * make-dist (copying src): Check thoroughly for symlinks
7500 and copy them in all cases. Regularize the linking of *.in
7501 and *.opt and ChangeLog files.
7502 (copying lib-src): Likewise.
7503 Don't rm getdate.c or y.tab.*--they don't exist any more.
7504
7505 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
7506
7507 * configure.in: Check for libmail, maillock.h and
7508 touchlock (for movemail).
7509
7510 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7511
7512 * configure.in (limits.h): Check for this file.
7513
7514 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7515
7516 * configure.in (rs6000-ibm-aix4.2): New alternative.
7517 (rs6000-ibm-aix4.0): New alternative.
7518 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
7519
7520 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
7521
7522 * configure.in: Recognize vax-*-netbsd*.
7523
7524 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7525
7526 * configure.in (locallisppath): Add leim directory.
7527
7528 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7529
7530 * config.bat: Make sure `mv' supports forward slashes and -f.
7531
7532 1996-10-28 Christian Limpach <chris@nice.ch>
7533
7534 * configure.in (hppa*-next-nextstep*): * added after hppa
7535 to accept hppa1.0 and hppa1.1.
7536
7537 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
7538
7539 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
7540 * configure.in (ld_switch_machine): Fix typo.
7541
7542 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7543
7544 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
7545 from config.h and use them in $ac_link.
7546
7547 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
7548
7549 * configure.in: Create a subdir named `lisp'.
7550
7551 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7552
7553 * configure.in: Check for getcwd.
7554
7555 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7556
7557 * configure.in: Check for termios.h. Check for setpgid.
7558
7559 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7560
7561 * configure.in: Check for setrlimit.
7562
7563 1996-08-31 Paul Eggert <eggert@twinsun.com>
7564
7565 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
7566
7567 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7568
7569 * configure.in: Check for utimes.
7570
7571 * configure.in: Check for com_err library, but only
7572 if --with-kerberos was used. Check for krb and des
7573 only if --with-kerberos.
7574
7575 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7576
7577 * Makefile.in (INSTALL_STRIP): New variable.
7578 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
7579 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
7580
7581 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7582
7583 * configure.in: Check for krb and des libraries.
7584
7585 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7586
7587 * configure.in (*-sunos4.1.[3-9]*noshare):
7588 Use sunos413, not sunos4-1-3.
7589 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
7590 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
7591
7592 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7593
7594 * Makefile.in (src/paths.h): Target deleted.
7595 (paths-force): Delete all dependencies on this target
7596 but don't delete the target.
7597 (install): Depend on `all'.
7598 (paths-force): Don't print a message.
7599
7600 * configure.in: Generate src/paths.h here.
7601
7602 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7603
7604 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
7605 New variables that affect linking only.
7606 (alpha-dec-osf*): Use those instead of previous change.
7607
7608 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7609
7610 * Makefile.in (install-arch-indep): Install info/messages.
7611
7612 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7613
7614 * Version 19.33 released.
7615
7616 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
7617
7618 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7619 Fix previous change.
7620
7621 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7622
7623 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7624 New alternative.
7625
7626 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7627
7628 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7629 and NON_GCC_TEST_OPTIONS.
7630
7631 1996-08-06 Paul Eggert <eggert@twinsun.com>
7632
7633 * configure.in (LOCALTIME_CACHE): Don't put a string literal
7634 "TZ=..." in environ.
7635
7636 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7637
7638 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7639
7640 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7641
7642 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7643 the more general *-sunos4.1.[3-9]* clause.
7644
7645 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7646
7647 * Version 19.32 released.
7648
7649 * configure.in (*-sco3.2v5*):
7650 Set OVERRIDE_CPPFLAG to a string of one space.
7651 Fix the code that uses OVERRIDE_CPPFLAG.
7652
7653 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
7654
7655 * configure.in: Undo previous change.
7656
7657 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7658
7659 * config.sub: Use `pc', not `unknown', when canonicalizing
7660 the vendor for ...86.
7661
7662 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
7663
7664 * configure.in: Check for termios.h header.
7665
7666 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
7667
7668 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7669
7670 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
7671
7672 * configure.in: Split bsdos2 and bsdos2-1.
7673
7674 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7675
7676 * config.sub: If last two words are not a recognized
7677 KERNEL-OS pair, use just the last word as OS, as in 19.31.
7678 Make conversion of gnu/linux to linux-gnu really work.
7679
7680 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7681
7682 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7683
7684 * configure.in (check for using Lucid widgets by default):
7685 Eliminate indentation that confuses some compilers.
7686
7687 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7688
7689 * config.sub: Convert linux and gnu/linux to linux-gnu.
7690
7691 * make-dist: Don't update getdate.c.
7692 Ignore =... files when checking for too-long Lisp file names.
7693
7694 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7695
7696 * configure.in (euidaccess): Check for that, not for eaccess.
7697
7698 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7699
7700 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7701 before `noshare'.
7702 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7703
7704 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7705
7706 * configure.in: Rename lignux to linux-gnu in configuration names.
7707 Use gnu-linux as the opsys value (s/ file name).
7708 Allow i686 just like i386, i486, i586.
7709
7710 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7711
7712 * configure.in (i*86-*-sco3.2v5): New alternative.
7713 (OVERRIDE_CPPFLAG): New variable.
7714 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7715
7716 * configure.in: Specify vpath for .texi files.
7717
7718 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7719
7720 * configure.in: Always check for HAVE_X11R5.
7721 Separately decide whether to use a toolkit by default.
7722
7723 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
7724
7725 * configure.in: If X11R5 is missing the Xaw headers,
7726 default to --with-x-toolkit=no.
7727
7728 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7729
7730 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7731
7732 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7733
7734 * Makefile.in (install-arch-indep): If cd etc makes output,
7735 don't treat that as part of the tar data.
7736 Check that ./lisp actually exists.
7737
7738 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
7739
7740 * make-dist: Check for long file names.
7741
7742 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7743
7744 * Version 19.31 released.
7745
7746 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7747
7748 * configure.in: Recognize sparc-*-lignux.
7749
7750 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7751
7752 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7753 Don't include config.w95.
7754
7755 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7756
7757 * make-dist: Replace --no-clean-up and --no-tar options
7758 with --clean-up and --tar, so that the default is useful.
7759
7760 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
7761
7762 * config.bat: Make sure the GDB init file is called src/_gdbinit;
7763 if not, tell the user to rename it and abort.
7764
7765 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7766
7767 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7768 test program.
7769
7770 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7771
7772 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7773
7774 * make-dist (MANIFEST): Fix previous change.
7775 (msdos): Put mainmake.v2 into the dist.
7776
7777 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7778
7779 * make-dist: Exit if autoconf fails.
7780
7781 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
7782
7783 * config.bat: Set djgpp-ver, and unset it at the end.
7784 Add a number of conditionals for DJGPP version 2.
7785 Rename label libsrc2 to libsrc3.
7786 Substitute for LDFLAGS in src/Makefile.
7787 Substitute for ALL_CFLAGS in lib-src/Makefile.
7788
7789 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7790
7791 * configure.in (ncurses): Check this after checking fns like strerror.
7792
7793 1996-04-08 Erik Naggum <erik@naggum.no>
7794
7795 * make-dist (MANIFEST): Don't include lines from =files.
7796
7797 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7798
7799 * make-dist: Don't put lisp/dired.todo in the dist.
7800
7801 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
7802
7803 * configure.in (HAVE_NCURSES): Look for library named ncurses.
7804
7805 * configure.in (setlocale): Check for it.
7806
7807 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
7808
7809 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7810
7811 * configure.in: Use lignux instead of linux as value of opsys.
7812
7813 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7814
7815 * Makefile.in (install-strip): Fix whitespace.
7816 Get rid of continuation.
7817
7818 * config.sub: Convert linux or gnu/linux to lignux.
7819
7820 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7821
7822 * configure.in: Accept lignux in configuration name.
7823
7824 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7825
7826 * Makefile.in (install-strip): New target.
7827
7828 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7829
7830 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
7831 -f failed to do the job on Suns.
7832
7833 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7834
7835 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
7836
7837 * configure.in (linux/version.h): Check for this header.
7838
7839 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7840
7841 * configure.in: Remove -fno-builtin hackery from -lm check.
7842
7843 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7844
7845 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
7846 just this test.
7847
7848 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
7849
7850 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7851
7852 * configure.in: Check for ncurses.
7853
7854 1996-02-28 Paul Eggert <eggert@twinsun.com>
7855
7856 * configure.in (LOCALTIME_CACHE):
7857 Also define if localtime mishandles unsetting TZ.
7858 This works around a localtime bug in mips-dec-ultrix.
7859
7860 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7861
7862 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
7863
7864 * configure.in: Improve messages about X versions.
7865
7866 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7867
7868 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
7869
7870 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7871
7872 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
7873 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
7874
7875 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
7876 (install): Put install-arch-indep before install-arch-dep.
7877
7878 1996-02-20 Dave Love <d.love@dl.ac.uk>
7879
7880 * INSTALL: Clarify info about MS-DOS path handling.
7881
7882 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7883
7884 * Makefile.in (install-arch-indep): Install info/ccmode*.
7885 In previous change, protect against /bin/pwd returning null string.
7886
7887 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7888
7889 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
7890 to lispdir.
7891
7892 1996-02-01 Paul Eggert <eggert@twinsun.com>
7893
7894 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
7895
7896 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7897
7898 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
7899
7900 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7901
7902 * Makefile.in (extraclean): Use ${top_distclean} to ensure
7903 we delete everything distclean deletes.
7904
7905 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
7906
7907 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7908
7909 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7910
7911 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7912 into LDFLAGS instead of into LIBS.
7913
7914 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7915
7916 * configure.in (HAVE_XMU): Fix typo in previous change.
7917
7918 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7919
7920 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7921
7922 1996-01-10 Erik Naggum <erik@naggum.no>
7923
7924 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7925
7926 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
7927
7928 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7929
7930 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7931
7932 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7933 and use -lXt to link it.
7934
7935 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7936
7937 * configure.in (locallisppath): Put version-specific dir first.
7938
7939 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7940
7941 * configure.in (hppa-*-nextstep*): New alternative.
7942 (USE_X_TOOLKIT): By default, set this to "maybe";
7943 and change that later to LUCID or "no" according to X11 version.
7944
7945 * make-dist: Recompile outdated .elc files and update all autoloads.
7946
7947 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7948
7949 * configure.in (locallisppath): Fix typo in last change: " -> '.
7950
7951 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7952
7953 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7954
7955 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7956
7957 * Makefile.in (install-arch-indep): Give all files read permission.
7958
7959 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7960
7961 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7962 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7963
7964 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7965
7966 * configure.in: Determine HAVE_X11R6.
7967 (HAVE_MENUS): Renamed from HAVE_X_MENU.
7968
7969 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7970
7971 * configure.in: Just "solaris" now defaults to version 2.4.
7972 Add sunos4.1.n-noshare as alternative.
7973
7974 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7975
7976 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
7977
7978 1995-11-29 Erik Naggum <erik@naggum.no>
7979
7980 * Makefile.in (install-arch-indep): Add missing backslash.
7981
7982 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
7983
7984 * Makefile.in (install-arch-indep): Don't install
7985 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
7986
7987 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7988
7989 * Makefile.in (install-arch-indep): Fix previous change.
7990
7991 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
7992
7993 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7994
7995 * Version 19.30 released.
7996
7997 * make-dist (lisp): Exclude subdirs.el.
7998
7999 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8000
8001 * make-dist (etc): Delete *.orig and *.rej.
8002
8003 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8004
8005 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
8006
8007 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8008
8009 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
8010
8011 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
8012
8013 * make-dist (nt): Rename install, readme, and todo to
8014 INSTALL, README, and TODO.
8015
8016 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8017
8018 * make-dist (lisp): Don't distribute site-start.
8019
8020 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
8021
8022 * make-dist: Break the hard link on alloca.c.
8023
8024 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8025
8026 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
8027
8028 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8029
8030 * make-dist (src, lib-src): Don't distribute Makefile.c.
8031 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
8032
8033 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8034
8035 * Makefile.in (mkdir): Create man1dir, not mandir.
8036 (uninstall): Use man1dir, not mandir.
8037
8038 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8039
8040 * Makefile.in (man1dir): New variable.
8041 (install-arch-indep): Use man1dir.
8042
8043 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
8044
8045 * make-dist: Create lisp/MANIFEST.
8046
8047 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8048
8049 * configure.in (m68k-*-linux*): New alternative.
8050
8051 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8052
8053 * make-dist: Use new names config.in, paths.in, and
8054 {src,lib-src}/Makefile.in.
8055
8056 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8057
8058 * configure.in: Don't bother checking for drem.
8059
8060 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8061
8062 * Makefile.in (distclean): Delete line with just a tab in it.
8063 (install-arch-indep): Delete spaces that precede tabs.
8064 Delete spurious `fi' left from previous change.
8065 (install): Supply `true' as command, to avoid null command.
8066
8067 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8068
8069 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
8070
8071 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8072
8073 * configure.in (powerpc-*-solaris2): New alternative.
8074
8075 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
8076
8077 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
8078 of paths.h.tmp$$, to avoid going beyond 14 characters.
8079
8080 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8081
8082 * configure.in: Improve error msg for invalid --with-x-toolkit value.
8083
8084 1995-09-06 Paul Eggert <eggert@twinsun.com>
8085
8086 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
8087 if localtime caches TZ. Check for tzset.
8088
8089 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8090
8091 * config.bat: Simplify using new names file names src/makefile.in,
8092 config.in, paths.in. Change Echo commands not to use `.
8093
8094 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8095
8096 * Makefile.in (install-arch-indep): Always install the new dir file;
8097 rename the previous dir file to dir.bak or dir.old.
8098
8099 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8100
8101 * configure.in (RANLIB): Substitute this into makefiles.
8102 Set it specially on solaris; set it by default on other systems.
8103
8104 * configure.in: Fix previous Alpha change.
8105
8106 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8107
8108 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
8109 NON_GCC_TEST_OPTIONS.
8110
8111 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8112
8113 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
8114 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
8115
8116 * configure.in (alpha-*-linux*): New configuration.
8117
8118 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8119
8120 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
8121 (m68k-next-nextstep*): New alias for that.
8122 (i*86-*-nextstep*): Use nextstep.h.
8123 (sparc-*-nextstep*): New configuration.
8124
8125 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8126
8127 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
8128 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
8129
8130 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8131
8132 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
8133 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
8134
8135 1995-07-18 Mike Long <mike.long@analog.com>
8136
8137 * make-dist: Fix update of finder-inf.el, and byte-compile it.
8138
8139 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8140
8141 * Makefile.in (src/paths.h, paths-force):
8142 Rename src/paths.h.in to src/paths.in.
8143 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
8144
8145 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
8146 Use Makefile.c for intermediate file.
8147 Rename src/config.h.in to src/config.in.
8148
8149 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
8150
8151 * configure.in (mips-dec-ultrix*): Assume version 4.3.
8152 (mips-dec-ultrix4.[12]): New alternative for old versions.
8153
8154 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8155
8156 * make-dist: Don't break intra-tree links.
8157
8158 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8159
8160 * configure.in: Put back archlibdir initialization. Require
8161 autoconf 2.4.1 or later.
8162
8163 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8164
8165 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
8166 (mips-mips-riscos5*): New alternative.
8167
8168 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8169
8170 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
8171
8172 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8173
8174 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
8175 (mandir, infodir, archlibdir): Initializations deleted.
8176
8177 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
8178 On hpux9shr, use hpux9shxr4.h.
8179
8180 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
8181
8182 * configure.in: Added target mips-dec-mach_bsd4.3.
8183 * config.guess: Guess mips-dec-mach_bsd4.3.
8184
8185 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8186
8187 * Makefile.in (mkdir): Use symbolic chmod.
8188
8189 1995-06-22 Paul Eggert <eggert@twinsun.com>
8190
8191 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
8192 SunOS 4.1.5 through 4.1.9, should they ever exist.)
8193
8194 1995-06-22 Paul Eggert <eggert@twinsun.com>
8195
8196 * Makefile.in (SUBDIR_MAKEFILES):
8197 Add man/Makefile, so `make distclean' removes it.
8198 (top_distclean): Add config.log to the list of files to be removed.
8199
8200 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8201
8202 * Version 19.29 released.
8203
8204 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8205
8206 * configure.in: Fix the previous change to verify that the -b
8207 option really solves the problem.
8208
8209 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
8210
8211 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8212
8213 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
8214
8215 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8216
8217 * configure.in: Report more clearly when there is no special
8218 dir to search for X includes or libraries.
8219
8220 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8221
8222 * configure.in: Check for -lpthreads, not -lpthread.
8223
8224 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
8225
8226 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
8227
8228 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8229
8230 * configure.in: Check for -lpthread.
8231
8232 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8233
8234 * Makefile.in (install-arch-indep): Install info files for mh-e.
8235 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
8236
8237 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8238
8239 * configure.in (*-solaris2.5): New configuration.
8240
8241 * make-dist: Copy new files config.nt and config.w95.
8242
8243 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8244
8245 * configure.in: Use x_includes, not x_libraries, for -I.
8246 Make bitmapdir a colon-separated list.
8247
8248 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
8249
8250 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
8251
8252 * configure.in: Allow x_libraries and x_includes to be paths.
8253
8254 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8255
8256 * configure.in: Fix typo.
8257
8258 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8259
8260 * INSTALL: Clarify use of site-init.el.
8261
8262 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
8263
8264 * configure.in: Pass arg to sqrt.
8265
8266 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8267
8268 * make-dist: Fix May 6 change.
8269
8270 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8271
8272 * vpath.sed: Delete reference to ymakefile.
8273
8274 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8275
8276 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
8277
8278 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8279
8280 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
8281
8282 * update-subdirs: Specify /bin/sh to run the script.
8283
8284 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8285
8286 * make-dist: Put src/makefile.nt in dist.
8287
8288 * configure.in (i[345]86-*-bsdi2*): New configuration.
8289 (vax-dec-bsd386*): Deleted.
8290
8291 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8292
8293 * configure.in: Make sure CDPATH doesn't mess up PWD check.
8294 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
8295 Use fmod instead of logb in -lm check.
8296
8297 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8298
8299 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
8300 Use bsd4-3. Don't set NON_GNU_CPP.
8301
8302 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
8303 In nt, copy various different things, but not *.cmd.
8304 Fix the ln commands for the subdirs of nt.
8305
8306 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8307
8308 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
8309
8310 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8311
8312 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
8313 since that's what the header file expects.
8314
8315 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
8316
8317 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
8318 and 68040 based machines when choosing options for gnucc.
8319
8320 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8321
8322 * Makefile.in (top_distclean): Delete config.cache.
8323
8324 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8325
8326 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
8327
8328 * configure.in: Use m/ncr386.h.
8329
8330 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8331
8332 * Makefile.in (install-arch-indep): Undo Sep 23 change.
8333
8334 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8335
8336 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
8337 (man): Don't copy texindex.c and getopt.c; they're deleted.
8338 (etc): Omit `e'; it's a subdirectory.
8339 (etc/e): Use `../..', not `..', to reference top level.
8340
8341 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
8342
8343 * Makefile.in (install-arch-indep, dist):
8344 Look for `update-subdir' in $(srcdir).
8345
8346 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8347
8348 * make-dist: Include mkinstalldirs in distribution.
8349
8350 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8351
8352 * make-dist: Add missing close backquote.
8353
8354 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8355
8356 * make-dist: Don't distribute shortnames directory.
8357
8358 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8359
8360 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
8361
8362 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8363
8364 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
8365
8366 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8367
8368 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
8369
8370 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8371
8372 * configure.in (mips-sgi-irix6): New configuration.
8373
8374 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8375
8376 * Makefile.in (maintainer-clean): Renamed from realclean.
8377
8378 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8379
8380 * configure.in: Create a .gdbinit that sources the real one,
8381 if using a different build directory.
8382
8383 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8384
8385 * configure.in: Check for sys/select.h.
8386
8387 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8388
8389 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
8390
8391 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8392
8393 * configure.in: Handle isc 4.1 operating system.
8394
8395 1994-12-10 Richard Stallman <rms@kepa>
8396
8397 * configure.in (rs6000-ibm-aix4.1*): New alternative.
8398 (rs6000-ibm-aix4*): New alternative.
8399
8400 1994-12-06 Richard Stallman <rms@kepa>
8401
8402 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
8403
8404 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8405
8406 * configure.in: Don't try to make directories that are guaranteed
8407 to already exist.
8408
8409 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8410
8411 * configure.in: Generate man/Makefile from man/Makefile.in.
8412 Create the man subdir.
8413
8414 * Makefile.in (dvi): Run Make in our man subdir.
8415
8416 * make-dist: Create subdir etc/e.
8417 Make links to it.
8418 Put man/Makefile.in in dist, instead of man/Makefile.
8419
8420 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
8421
8422 * configure.in: Add --with-pop, --with-kerberos, and
8423 --with-hesiod for movemail.
8424
8425 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8426
8427 * configure.in (m68*-apollo*): Use s/domain.h.
8428
8429 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8430
8431 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
8432
8433 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8434
8435 * configure.in: Don't add -I, -L, -R options for cc if their
8436 arguments would be empty.
8437
8438 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8439
8440 * configure.in (i860-intel-osf1*): New alternative.
8441 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
8442 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
8443
8444 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8445
8446 * configure.in: Make h_errno check not use nested functions.
8447
8448 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8449
8450 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
8451
8452 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8453
8454 * Makefile.in (install-arch-indep): Avoid continued comment
8455 swallowing target line.
8456
8457 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
8458
8459 * configure.in: Protect a character class with `changequote'.
8460
8461 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8462
8463 * configure.in: Accept `news' as a synonym for `newsos'.
8464
8465 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8466
8467 * Makefile.in: Don't rm files if cd fails.
8468
8469 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8470
8471 * make-dist: Put nt subdir and its subdirs in the dist.
8472 (lib-src): Put makefile.nt in the dist.
8473 (lisp): Put makefile.nt in the dist.
8474
8475 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8476
8477 * configure.in: Change a stray `[' to `test'.
8478
8479 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8480
8481 * configure.in: Adapt for Autoconf v2. Use the standard argument
8482 parser, host type canonicalizer, X11 finder, and message
8483 printing macros. Use the new macro names. Use `test' instead of `['.
8484
8485 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8486
8487 * configure.in: Check for getpagesize.
8488
8489 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8490
8491 * make-dist (msdos): Put sed* in the distribution.
8492
8493 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
8494
8495 * config.bat: New option, `--with-x', for configuring Emacs
8496 for use with the X11 system DesqView/X.
8497 New option, `--no-debug', for compiling Emacs without debug
8498 information thus saving disk space.
8499 (src/config.h, src/paths.h): Use `update' (which is like
8500 `move-if-changed') to change the file.
8501 (src/config.h): When configuring for X11 perform extra changes.
8502 (src/makefile): When configuring for X11 perform extra changes.
8503 (lib-src): Remove temporary files.
8504 (): Check that `sed', `rm', `mv', and `gcc' are available.
8505
8506 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8507
8508 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
8509
8510 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
8511
8512 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8513
8514 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
8515
8516 * configure.in (canonical): Substitute var into makefiles.
8517 (bitmapdir): Likewise.
8518
8519 * Makefile.in (bitmapdir): New variable.
8520 (src/paths.h, paths-force): Edit PATH_BITMAPS.
8521
8522 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8523
8524 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
8525
8526 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
8527 * update-subdirs: New shell script.
8528
8529 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8530
8531 * Makefile.in (top_distclean): Don't rm build-install.
8532 (SOURCES): Delete build-install.in.
8533
8534 * make-dist: Don't distribute build-ins.in.
8535 * build-ins.in: File deleted.
8536
8537 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
8538
8539 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
8540
8541 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8542
8543 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
8544
8545 * configure.in (libexecdir): Renamed from libdir. New default.
8546 (sharedstatedir): Renamed from statedir. New default.
8547 (datadir): New default.
8548
8549 * make-dist: Don't distribute subdirs.el.
8550
8551 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8552
8553 * configure.in (eaccess): Check for it.
8554
8555 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8556
8557 * configure.in (mktime): Check for it.
8558
8559 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
8560
8561 * configure.in (motif): Add support for usage and option checking.
8562
8563 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8564
8565 * configure.in (utimes): Check for it.
8566
8567 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8568
8569 * Makefile.in (install-arch-indep): Don't do mkdir here.
8570
8571 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8572
8573 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8574 riscix.h renamed to acorn.h.
8575
8576 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
8577
8578 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8579 New configurations.
8580
8581 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8582
8583 * configure.in: Remove trailing slashes from srcdir.
8584
8585 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8586
8587 * configure.in (i[345]86-sequent-ptx*): Handle.
8588
8589 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8590
8591 * Makefile.in (paths-force): Depend on src/paths.h.
8592
8593 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8594
8595 * configure.in (config_options): Save all arguments, not just some.
8596
8597 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8598
8599 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
8600
8601 * configure.in: Add AC_AIX.
8602 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
8603
8604 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8605
8606 * configure.in (parsing options): Simplify sed command to delete -'s.
8607
8608 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
8609
8610 * configure.in (config_options): New shell variable.
8611 Pass its value to C code in EMACS_CONFIG_OPTIONS.
8612
8613 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8614
8615 * configure.in (alpha-dec-osf*): New target.
8616
8617 * Makefile.in: Use just one FRC target.
8618
8619 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8620
8621 * Makefile.in (removenullpaths, paths-force):
8622 Use name paths.h.tmp$$, which depends on the pid.
8623
8624 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8625
8626 * Makefile.in (removenullpaths, paths-force):
8627 Put paths.h.tmp in top-level dir, not in src.
8628
8629 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8630
8631 * Version 19.27 released.
8632
8633 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8634
8635 * Version 19.26 released.
8636
8637 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8638
8639 * configure.in: Check for lrand48, not rand48.
8640
8641 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8642
8643 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8644 (powerpc-ibm-aix*): New aliases.
8645
8646 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8647
8648 * make-dist (src/m, src/s): Put *.inp in distribution.
8649
8650 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8651
8652 * configure.in: Accept i586 and i486 along with i386.
8653
8654 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8655
8656 * configure.in: Do compute unexec, LIBX, system_malloc, etc
8657 even if CPP env var was set by the user.
8658
8659 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8660
8661 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
8662
8663 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8664
8665 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8666
8667 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8668
8669 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8670
8671 * configure.in: Check more specifically for i*86-sun-sunos.
8672
8673 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
8674
8675 * configure.in: Handle solaris 2.4.
8676
8677 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8678
8679 * configure.in (rand48): Check for it.
8680
8681 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8682
8683 * make-dist: Update the info files.
8684
8685 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8686
8687 * configure.in: Make "checking..." messages' style consistent.
8688 (HAVE_H_ERRNO): New test.
8689
8690 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8691
8692 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8693
8694 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8695
8696 * configure.in (CFLAGS): If the envvar was specified, use that.
8697 And set REAL_CFLAGS from it too.
8698
8699 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8700
8701 * make-dist: Update finder-inf.el.
8702
8703 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8704
8705 * make-dist (msdos): Include sed4.inp in dist.
8706
8707 * Makefile.in (libsrc_libs): Var deleted.
8708
8709 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8710
8711 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8712
8713 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8714
8715 * configure.in (mips-sony-newsos4*): New alias.
8716
8717 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8718
8719 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8720 (*-convex-convexos*): Accept this as alias.
8721
8722 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8723
8724 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8725 for two different uses.
8726
8727 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8728
8729 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8730
8731 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8732
8733 * make-dist: Put ./BUGS into the distrib.
8734
8735 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8736
8737 * configure.in: Handle 386 running Solaris 2.
8738
8739 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8740
8741 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
8742
8743 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8744
8745 * configure.in (mips-sony-newsos*): Use news-risc.h.
8746
8747 * configure.in: Accept bsdi as opsys, like bsd386.
8748
8749 1994-06-01 Morten Welinder (terra@diku.dk)
8750
8751 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8752
8753 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8754
8755 * Version 19.25 released.
8756
8757 * make-dist (shortversion): Don't assume another period follows.
8758
8759 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8760
8761 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8762 (uninstall): Use /bin/pwd.
8763
8764 * Makefile.in (blessmail): Depend on src.
8765 (all): Don't depend on blessmail.
8766
8767 * Makefile.in (src/paths.h): Don't force recomputation.
8768 (paths-force): New target; force recomputation of paths.h.
8769 (all): Depend on paths-force.
8770 (src, lib-src): Depend on src/paths.h.
8771
8772 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8773 NON_GCC_TEST_OPTIONS.
8774
8775 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8776
8777 * configure.in: Don't insist on subversions for irix.
8778
8779 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8780
8781 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8782
8783 * configure.in (i[34]86-next-*): New alternative.
8784
8785 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8786
8787 * Version 19.24 released.
8788
8789 * configure.in: New config hppa*-hp-hpux9shr*.
8790
8791 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
8792
8793 * config.bat: Doc fix.
8794
8795 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8796
8797 * Makefile.in (mostlyclean, clean, distclean, realclean)
8798 (extraclean): Don't act on man subdir if it doesn't exist.
8799
8800 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8801
8802 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8803 Use them to set up CC.
8804 (*-sun-sunos4.1.3): Set them.
8805
8806 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8807
8808 * Makefile.in (lib-src): Don't depend on src/paths.h.
8809
8810 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8811
8812 * build-ins.in (copydests): Get rid of spurious `-'s.
8813
8814 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
8815
8816 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8817
8818 * Version 19.23 released.
8819
8820 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
8821 for the Xlib and Xt checks; then restore old CFLAGS.
8822
8823 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8824
8825 * configure.in (HAVE_X11XTR6): Add newline before #if.
8826 Add newline after #endif.
8827
8828 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8829
8830 * configure.in (HAVE_X11XTR6): Arrange to define it.
8831
8832 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8833
8834 * Makefile.in (install): Depend on blessmail.
8835
8836 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8837
8838 * configure.in (mips-siemens-sysv*): Put quotes around value
8839 containing blanks.
8840
8841 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8842
8843 * Makefile.in (TAGS): Use the makefile in src subdir.
8844
8845 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8846
8847 * configure.in (opsys): Recognize `gnu'.
8848
8849 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8850
8851 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
8852
8853 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8854
8855 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
8856 version > 1.8.
8857
8858 1994-05-08 Morten Welinder (terra@diku.dk)
8859
8860 * config.bat: Forcibly remove "# " style comments from makefiles.
8861
8862 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8863
8864 * Makefile.in (uninstall): When processing lispdir and etcdir,
8865 do nothing unless it exists and is a directory.
8866
8867 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8868
8869 * Makefile.in (install-arch-indep): Do install info/dired-x*.
8870 Merge code in from install-doc.
8871 (install-doc): Merge code back into install-arch-indep.
8872 (install-arch-dep): Don't depend on install-doc.
8873
8874 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
8875
8876 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8877
8878 * configure.in (making src/Makefile and lib-src/Makefile):
8879 Split off the autoconf substitutions and don't pass them thru cpp.
8880 (undefs): Use $canonical as well as $configuration.
8881
8882 * make-dist: Distribute lisp/Makefile.
8883
8884 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
8885 Use lower case names for the s files.
8886
8887 1994-05-03 Morten Welinder (terra@diku.dk)
8888
8889 * config.bat: Added possibility for different file name
8890 transcriptions in lib-src.
8891
8892 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8893
8894 * Makefile.in (lib-src): Undo previous change.
8895 (blessmail): New target to run maybe-blessmail in lib-src.
8896 (all): Depend on blessmail.
8897
8898 * Makefile.in (lib-src): Depend on src.
8899
8900 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
8901
8902 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
8903 (m88k-dg-dgux5.4R2): dgux5.4R2.
8904
8905 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8906
8907 * configure.in (window_system): Restore accidentally deleted code
8908 that uses AC_FIND_X.
8909
8910 * make-dist: Distribute config.bat.
8911
8912 1994-04-29 Morten Welinder (terra@diku.dk)
8913
8914 * config.bat: Corrected the configuration of lib-src
8915 to keep up with configure. Add note about dos version 3
8916 or better needed (djgpp needs that). Add note explaining
8917 that either install in c:/emacs or edit the script.
8918 Don't change to c:/emacs, but assume we're there (to minimize
8919 the number of places to change).
8920
8921 * config.bat: Build-in the first step towards X11 support with
8922 the X11 emulator that exists. At this time it won't work,
8923 and several files are missing.
8924
8925 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8926
8927 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8928 Don't look for -lresolv.
8929
8930 * Makefile.in (lib-src): Depend on src/paths.h.
8931
8932 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8933
8934 * configure.in: Restore deleted AC_SUBST of `configuration'.
8935 Improve error message for bad --with-x-toolkit value.
8936
8937 * configure.in: Define CONFIGURATION in src/config.h
8938 rather than substituting in src/Makefile.in.
8939
8940 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8941
8942 * Makefile.in (install-doc): New target.
8943 (install-arch-dep): Depend on install-doc.
8944 (mkdir): Create docdir.
8945
8946 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8947
8948 * configure.in: Test for libresolv.a.
8949 Substitute machfile and opsysfile.
8950
8951 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8952
8953 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8954 (install-arch-dep): Install under the name $(EMACS).
8955
8956 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8957
8958 * configure.in (version): Use entire value of emacs-version.
8959 (mips-siemens-sysv*): New alternative.
8960
8961 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8962
8963 * Makefile.in (install-arch-indep): Don't install dired-x*.
8964
8965 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8966
8967 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8968 Fix definition of $undefs.
8969
8970 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8971
8972 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8973
8974 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
8975
8976 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8977
8978 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
8979
8980 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8981
8982 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
8983 and run it thru cpp, as with src/Makefile.in.
8984
8985 * configure.in: Use AC_SET_MAKE.
8986
8987 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8988
8989 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
8990
8991 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8992
8993 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
8994
8995 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
8996 (printing the choices): Make the toolkit message unconditional.
8997 (USE_X_TOOLKIT): Use `none', not `no', if none.
8998 (include libsrc_libs): Include config.h, and specify -I for srcdir.
8999 Get rid of temp file foofoo1.
9000
9001 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9002
9003 * configure.in (CFLAGS): Use shell syntax, not Makefile.
9004
9005 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9006
9007 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
9008 (printing the choices): State choice of toolkit.
9009 (libsrc_libs): Recalculate after writing config.h;
9010 then update lib-src/Makefile.
9011
9012 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9013
9014 * configure.in: Add sunos4shr as alternative for suns.
9015 Conditionals testing for null $CC were backwards.
9016
9017 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9018
9019 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
9020
9021 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9022
9023 * configure.in: Handle -isc4.0*.
9024
9025 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9026
9027 * configure.in (esix5): Set NON_GNU_CPP.
9028
9029 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
9030
9031 * Makefile.in (thisdir): Nonsensical variable removed.
9032 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
9033 back to $thisdir, rather than the directory `this_dir'.
9034
9035 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9036
9037 * Makefile.in (install-arch-indep): Add missing backslash after a
9038 `then'.
9039
9040 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9041
9042 * Makefile.in (thisdir): New variable.
9043 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
9044
9045 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9046
9047 * configure.in: Add freebsd.
9048
9049 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9050
9051 * configure.in: Check for fpathconf.
9052
9053 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9054
9055 * configure.in (with_x_toolkit): Fix typo in previous change.
9056
9057 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9058
9059 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
9060
9061 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9062
9063 * configure.in (with_x_toolkit): Don't allow motif or open-look.
9064
9065 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9066
9067 * configure.in: Fix value of docdir.
9068 * Makefile.in (install-arch-indep): Install DOC* in docdir.
9069
9070 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9071
9072 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
9073
9074 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
9075
9076 * configure.in: New variable docdir to control where the docstring
9077 file goes.
9078 Makefile.in: Use it to initialize PATH_DOC in paths.h.
9079
9080 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9081
9082 * configure.in: When --run-in-place, don't inherit archlibdir.
9083
9084 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9085
9086 * Makefile.in (install-arch-dep, install-arch-indep):
9087 New targets split up former do-install rule.
9088 (do-install): Target deleted.
9089
9090 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9091
9092 * configure.in (mips-sony-newsos*): New configuration.
9093
9094 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
9095
9096 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
9097
9098 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9099
9100 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
9101
9102 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9103
9104 * configure.in: Don't initialize CC.
9105
9106 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9107
9108 * configure.in (creating src/Makefile): Also generate -U switches
9109 for symbols in the $configuration value.
9110
9111 * configure.in: Check for sys_siglist being declared in system header.
9112
9113 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9114
9115 * configure.in (creating src/Makefile): Delete blank lines
9116 along with lines of whitespace.
9117 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
9118
9119 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9120
9121 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
9122 like C_SWITCH_SYSTEM.
9123 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
9124
9125 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9126
9127 * configure.in (drem): Check for this function.
9128
9129 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9130
9131 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
9132 If CPP was inherited from environment, don't use NON_GNU_CPP.
9133 (NON_GNU_CC): Likewise.
9134 (handling with_gcc): Use explicit if in the `no' case.
9135 (cc_specified): New variable; if set, don't use NON_GNU_CC.
9136
9137 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9138
9139 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
9140
9141 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9142
9143 * configure.in: Check whether fmod exists.
9144
9145 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9146
9147 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
9148 {src,lisp}/OChangeLog.
9149
9150 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9151
9152 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
9153 necessary for proper operation. This code works with the current
9154 released version of Autoconf.
9155
9156 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9157
9158 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
9159 (USE_X_TOOLKIT): Define it for all values except `no'.
9160
9161 * configure.in: Undo first Jan 8 change and Jan 16 change.
9162
9163 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9164
9165 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
9166 Substitute USE_X_TOOLKIT as both C macro and Make variable.
9167
9168 * Makefile.in (lwlib/Makefile): New target.
9169 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
9170 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
9171 (unlock, relock): Handle lwlib subdir.
9172
9173 * Makefile.in: Add some .PHONY targets.
9174
9175 * make-dist: Handle lwlib subdir like oldXMenu subdir.
9176
9177 * lwlib: New subdirectory.
9178
9179 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9180
9181 * configure.in: If CPP has a value that is a directory,
9182 discard the value.
9183
9184 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9185
9186 * configure.in (srcdir_undefs): Add g flag to sed substitution to
9187 remove -U[0-9]*.
9188
9189 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9190
9191 * Makefile.in (do-install): Install the dired-x info files.
9192
9193 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
9194 (See src/s/sol2.h.)
9195
9196 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9197
9198 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
9199
9200 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9201
9202 * configure.in (creating src/Makefile): Put code inside 2nd arg to
9203 AC_OUTPUT as it should be; hopefully no one will again see fit to
9204 gratuitously break this and not make a change log entry.
9205 Optimized sed processing of Makefile.in and cpp output; now
9206 preserves comments previously removed from the cpp input.
9207 Eliminated temp file for cpp output. Generate -U switches to
9208 undefine all identifiers that appear in the directory name
9209 ${srcdir}; pass these to cpp.
9210
9211 * configure.in (version): Fix sed regexp to match two-elt version
9212 number.
9213
9214 * configure.in: Check for strerror.
9215
9216 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9217
9218 * configure.in: Test for bcmp.
9219
9220 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9221
9222 * make-dist (tempdir): Put subdir msdos into the distribution.
9223
9224 1993-01-07 Morten Welinder (terra@diku.dk)
9225
9226 * config.bat: New file.
9227
9228 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9229
9230 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
9231
9232 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9233
9234 * configure.in (m68*-next-*): Don't care about which os is specified.
9235 (i[34]86-*-*): Check for *-nextstop*.
9236
9237 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9238
9239 * configure.in: Check for setsid.
9240
9241 1993-12-17 Richard Stallman (rms@srarc2)
9242
9243 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
9244
9245 1993-12-15 Richard Stallman (rms@srarc2)
9246
9247 * Makefile.in (mkdir): Make only the lockdir writable.
9248
9249 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
9250
9251 1993-12-11 Richard Stallman (rms@srarc2)
9252
9253 * Makefile.in (libdir): Use @libdir@.
9254
9255 1993-12-08 Richard Stallman (rms@srarc2)
9256
9257 * Makefile.in (install): Add empty command.
9258
9259 1993-12-04 Richard Stallman (rms@srarc2)
9260
9261 * make-dist: Put man/getopt.c in the dist.
9262
9263 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
9264
9265 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
9266
9267 1993-12-03 Richard Stallman (rms@srarc2)
9268
9269 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
9270 Set it for all solaris versions.
9271 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
9272 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
9273 Likewise for NON_GNU_CC and CC.
9274
9275 1993-12-01 Richard Stallman (rms@srarc2)
9276
9277 * configure.in (mips-mips-riscos4*): Assign variable CC.
9278 (checking ${with_gcc}): If "no", don't override CC if already set.
9279 (CC): Initialize it as empty.
9280
9281 1993-11-30 Richard Stallman (rms@srarc2)
9282
9283 * configure.in (Suns): Set CPP if *-solaris2.3*.
9284
9285 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9286
9287 * Version 19.22 released.
9288
9289 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
9290
9291 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9292
9293 * make-dist: When breaking links, use cp -p.
9294 Copy install.sh into distribution.
9295 Move the temp dir up into the parent dir;
9296 don't leave the staging dir make-dist.tmp... in existence.
9297 * install.sh: New file.
9298
9299 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9300
9301 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
9302
9303 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9304
9305 * configure.in (version): When --run-in-place, exclude
9306 ${datadir}/emacs/site-lisp from locallisppath.
9307
9308 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9309
9310 * configure.in: Delete jumk.c before writing it.
9311
9312 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9313
9314 * Version 19.21 released.
9315
9316 * Makefile.in (mkdir): Ignore error from chmod.
9317
9318 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9319
9320 * make-dist: Don't put lisp/forms.README in the distribution.
9321
9322 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9323
9324 * configure.in (creating src/Makefile): Before running cpp,
9325 discard all lines that start with `# Generated' or /**/#.
9326
9327 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9328
9329 * Version 19.20 released.
9330
9331 * make-dist: Use build-ins.in, not build-install.in.
9332 Don't bother updating TAGS since it's not included.
9333
9334 * build-ins.in: Renamed from build-install.in.
9335
9336 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9337
9338 * make-dist: Don't try to link *.texinfo--there are none now.
9339 When running make in lib-src, specify YACC var value.
9340
9341 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9342
9343 * configure.in (extrasub): Add vpath patterns for %.[yls].
9344
9345 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
9346 Instead just include the commands to make src/Makefile as the
9347 second arg to AC_OUTPUT.
9348
9349 * configure.in: Use : instead of dnl for comment inside
9350 $makefile_command.
9351
9352 * configure.in: No longer use vpath_sed. Instead, when we notice
9353 srcdir already configured, set extrasub to hack vpath in the
9354 makefiles.
9355
9356 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
9357 before moving it.
9358 * Makefile.in (VPATH): Define to @srcdir@.
9359
9360 1993-09-28 Brian J. Fox (bfox@cubit)
9361
9362 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
9363 doesn't exist. Just copy src/Makefile.in instead. Touch
9364 all of the Makefiles after editing config.status.
9365
9366 * INSTALL: Update documentation to match new configuration
9367 mechanism.
9368
9369 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
9370
9371 * configure.in: Allow any of the path or directory Makefile
9372 variables to be set with flags to configure. Create all Makefiles
9373 at configure time. Edit special commands into config.status after
9374 src/Makefile.in is built from src/Makefile.
9375
9376 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
9377 If these files are out of date, simply have config.status
9378 rebuild them; don't rebuild them explicitly.
9379
9380 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
9381
9382 * build-install.in: Change src/xemacs to src/emacs. We no longer
9383 create src/xemacs, so the file wouldn't be found.
9384
9385 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
9386
9387 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9388
9389 * configure.in: Avoid forcing the search of /usr/include before
9390 fixed include files by resetting C_SWITCH_X_SITE if it is
9391 "-I/usr/include".
9392
9393 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9394
9395 * Makefile.in (@rip_paths@locallisppath):
9396 Delete ${datadir}/emacs/site-lisp.
9397
9398 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9399
9400 * configure.in:
9401 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
9402 Remove ${extra_output} from AC_OUTPUT call.
9403
9404 1993-09-17 Brian J. Fox (bfox@inferno)
9405
9406 * make-dist: Quote backquotes found in strings to be echoed.
9407
9408 * configure.in: Use "sh -c pwd" when we want to avoid having the
9409 shell fix up the value of $PWD.
9410
9411 1993-09-13 Brian J. Fox (bfox@inferno)
9412
9413 * Makefile.in (do-install): Don't abort if ln or chmod at the end
9414 of the installation fail. Suggested by Karl Berry.
9415
9416 1993-08-30 Brian J. Fox (bfox@inferno)
9417
9418 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
9419 was used. Set MAKEFLAGS from MFLAGS.
9420
9421 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9422
9423 * configure.in: Test for res_init in libc.
9424
9425 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9426
9427 * configure.in: In the file ${tempcname}, use configure___
9428 instead of @configure@.
9429
9430 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
9431
9432 * make-dist: Dist vpath.sed.
9433
9434 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
9435 Depend on vpath.sed.
9436 Replace sed command for VPATH with @vpath_sed@.
9437
9438 * configure.in: Substitute variable `vpath_sed'.
9439 If not in $srcdir and $srcdir is configured,
9440 issue warning that GNU make is required,
9441 and set vpath_sed to use vpath.sed script.
9442
9443 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9444
9445 * configure.in: Remove check for $srcdir being configured. This
9446 pretty much works now.
9447 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
9448 Check for XFree86 (/usr/X386/include) independent of whether
9449 -lXbsd exists.
9450
9451 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
9452 realclean, unlock, relock): Use `$(MAKE)' in place of plain
9453 `make'.
9454
9455 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9456
9457 * Version 19.19 released.
9458
9459 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
9460
9461 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9462
9463 * configure.in: Check for XScreenNumberOfScreen.
9464
9465 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9466
9467 * configure.in: Add * to end of all configuration alternatives.
9468 (m68*-sony-newsos3*): New alternative.
9469
9470 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9471
9472 * make-dist: Include getdate.c in distribution.
9473
9474 * configure.in: For --help, use $PAGER if it is set.
9475 (LIB_X11_LIB): Default to -lX11.
9476 (mips-sgi-irix5.*): New alternative.
9477
9478 * Makefile.in (do-install): Install info/gnus* and info/sc*.
9479
9480 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
9481 Recognize *.B8.* as hpux version 8.
9482 (m68*-tektronix-bsd*): Fix typo in tek4300.
9483 (AC_HAVE_FUNCS): Add ftime.
9484
9485 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9486
9487 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
9488 Use tekxd88, not tekXD88.
9489
9490 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9491
9492 * configure.in: Check for -lm. Then can check for frexp and logb.
9493
9494 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9495
9496 * Version 19.18 released.
9497
9498 * make-dist (src): Don't put gnu-hp300 in dist.
9499 (src, lisp): Include OChangeLog in dist.
9500
9501 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9502
9503 * configure.in: Test for presence of logb and frexp functions.
9504
9505 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9506
9507 * configure.in (machine): Add i370-ibm-aix*.
9508
9509 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9510
9511 * configure.in (function checks): Test for mkdir and rmdir.
9512
9513 * configure.in (function checks): Don't test for random and bcopy
9514 only when we're building with X; look for them all the time.
9515
9516 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9517
9518 * configure.in: Test for availability of bcopy functions, searching
9519 the X libraries if we're using X.
9520
9521 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
9522 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
9523 versions of AIX, and needs to be passed to the loader.
9524
9525 * configure.in: Test for the availability of the
9526 XScreenResourceString function.
9527
9528 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
9529
9530 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
9531 LD_SWITCH_X_SITE and assume --with-x11.
9532 Only look for X11 files if we weren't told about a window system
9533 or if we were told to use X11 but not told where.
9534 Search the libraries from the s and/or m files when checking for
9535 functions.
9536
9537 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
9538
9539 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9540
9541 * make-dist: Include lisp/dired.todo in the distribution.
9542
9543 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9544
9545 * configure.in: Add code to set HAVE_INET_SOCKETS.
9546
9547 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9548
9549 * configure.in: If we do find x_includes and x_libraries
9550 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
9551
9552 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9553
9554 * make-dist: Include src/gnu-hp300 in the dist.
9555
9556 * configure.in (canonical): New variable holds the canonicalized
9557 configuration. Don't alter `configuration'. Use `configuration'
9558 for Makefile.in for file naming.
9559 (testing x_includes and x_libraries): Use =, not ==.
9560
9561 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9562
9563 * Version 19.17 released.
9564
9565 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
9566 directory's makefile. This allows the invocation of CPP which
9567 builds xmakefile to receive these switches. The SunSoft C
9568 preprocessor inserts spaces between tokens if it doesn't get the
9569 -Xs flag requested in src/s/sol2.h.
9570
9571 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
9572
9573 * configure.in (m68k-bull-sysv3): New config.
9574
9575 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9576
9577 * configure.in: Use the autoconf AC_FIND_X macro to try to find
9578 the X Windows libraries.
9579
9580 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9581
9582 * make-dist (tempdir): Don't create lisp/forms-mode directory in
9583 the distribution. Those files aren't kept in their own
9584 subdirectory any more.
9585
9586 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9587
9588 * Version 19.16 released.
9589
9590 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9591
9592 * configure.in: Add --verbose flag.
9593
9594 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9595
9596 * version 19.15 released.
9597
9598 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9599
9600 * Makefile.in (top_distclean): Use -f switch when cleaning out
9601 lock dir; it might be empty.
9602
9603 * configure.in: Only check for -lXbsd once.
9604
9605 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9606
9607 * Version 19.14 released.
9608
9609 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9610
9611 * make-dist: If using gzip, create distribution with '.gz' extension.
9612
9613 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
9614 (lisp/forms-mode): This doesn't exist anymore.
9615
9616 * configure.in: Look for the closedir function.
9617
9618 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9619
9620 * configure.in (CPP): Autoconf sets this to a shell variable
9621 reference, which doesn't work when it's edited into a makefile.
9622 Expand that variable reference.
9623
9624 * Makefile.in (CPP): New variable.
9625 (src/Makefile): Edit CPP into src/Makefile.
9626
9627 * Makefile.in (src/Makefile): Don't bother exiting single quotes
9628 and entering double quotes to get the values of LD_SWITCH_X_SITE
9629 and the other make variables; make substitutes them in anyway.
9630
9631 * Makefile.in (uninstall): Don't remove the lisp and etc
9632 directories if they're in the source tree.
9633
9634 Bring mumbleclean targets into conformance with GNU coding standards.
9635 * Makefile.in (mostlyclean, clean): Separate these two; just have
9636 them pass the request to the subdirectory makefiles.
9637 (distclean): Pass the request down, and then get rid of the
9638 files configure built, and get rid of the Makefiles.
9639 (realclean): Pass the request down, and then do the same things
9640 distclean does.
9641 (uninstall, info, dvi): New targets.
9642
9643 * configure.in: Move clause for PC-compatible i386 box to the end
9644 of the case statement, to avoid masking configurations below.
9645
9646 * configure.in: Add case for m88k-motorola-sysv4.
9647
9648 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
9649 the HP 68000 machines.
9650
9651 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
9652 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
9653 preprocessor won't fiddle with them.
9654
9655 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9656
9657 * Makefile.in (TAGS): cd to src to run etags.
9658
9659 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9660
9661 * configure.in (version): Check the X libraries for XrmSetDatabase
9662 and random, and see if we have -lXbsd.
9663
9664 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9665
9666 * configure.in: Pass "-Isrc" to the CPP we run to examine the
9667 s/*.h and m/*.h files. Martin Tomes
9668 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9669
9670 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9671
9672 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9673 above the general i386 alternative.
9674
9675 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9676
9677 * configure.in: Recognize configuration name for Data General
9678 AViiON machines.
9679
9680 * configure.in: Use AC_LONG_FILE_NAMES.
9681
9682 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9683
9684 * configure.in: Test for bison.
9685 * Makefile.in (YACC): New variable.
9686 (lib-src/Makefile.in): Edit YACC into the makefile.
9687
9688 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9689
9690 * Version 19.13 released.
9691
9692 * configure.in (CFLAGS): Don't set this according to the value of
9693 the GCC shell variable. Instead, consult the machine and system
9694 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9695 test __GNUC__ while we're at it.
9696
9697 * configure.in: Remove extra ;; from hpux cases.
9698
9699 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9700
9701 * configure.in: Check to see if the system has -ldnet.
9702
9703 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9704
9705 * make-dist: Add clauses to distribute lisp/forms-mode.
9706
9707 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9708
9709 * configure.in (machine): Fix the versions in hpux version number test.
9710 Do not guess based on cpu type. Do check for explicit system version.
9711
9712 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9713
9714 * configure.in: Do NOT look for `unknown' as company name.
9715
9716 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9717
9718 * configure.in: Fix typo in message.
9719
9720 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9721
9722 * Version 19.12 released.
9723
9724 * Makefile.in (do-install): Correct previous etc-copying change.
9725 Partially rewrite using `if'.
9726 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9727
9728 * Version 19.11 released.
9729
9730 * configure.in: Handle 386bsd.
9731
9732 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9733
9734 * make-dist: Update getdate.c.
9735
9736 * configure.in: Handle bsd386.
9737
9738 * Makefile.in (do-install): Use `-' in tar options.
9739
9740 * configure.in: Change ! "${...}" to x"${...}" = x.
9741
9742 * Makefile.in (do-install): Copy the DOC-* files from the build
9743 etc directory, as well as lots of things from ${srcdir}/etc.
9744
9745 * make-dist: Copy config.guess.
9746
9747 * configure.in: Handle AIX versions 1.2, 1.3.
9748
9749 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9750
9751 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9752 the configuration name mips-mips-usg* to represent USG systems.
9753
9754 * configure.in: Fix logic to detect if srcdir is already configured.
9755
9756 * Makefile.in: Pass in LD_SWITCH_X_SITE.
9757
9758 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9759 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9760 of a directory; cd might fail, and have pwd print out the current
9761 directory.
9762
9763 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9764
9765 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
9766
9767 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9768
9769 * configure.in: Complain if srcdir points at an already-configured
9770 tree.
9771
9772 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9773
9774 * Version 19.10 released.
9775
9776 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9777
9778 * Makefile.in: Use Makefile comments, not C comments.
9779
9780 * configure.in: Add case for the Tektronix XD88.
9781
9782 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9783
9784 * configure.in: Handle sysv4.2 and sysvr4.2.
9785
9786 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9787
9788 * configure.in: Traverse the argument list without destroying it;
9789 don't use shift. It turns out that "set - ${saved_arguments}"
9790 doesn't work portably.
9791
9792 * configure.in: Add missing "fi".
9793
9794 * make-dist: Rebuild configure if configure.in is newer.
9795
9796 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9797 targets to be executed even if make remembers that it has already
9798 satisfied FRC.
9799
9800 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9801
9802 * Makefile.in (do-install): Delete redundant code to copy etc twice.
9803
9804 * configure.in (romp): Handle various version numbers with aos and bsd.
9805
9806 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9807
9808 * configure.in: Fix message text.
9809
9810 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9811
9812 * make-dist: Make a `site-lisp' directory in the distribution,
9813 instead of a `local-lisp' directory, which hasn't been the
9814 appropriate name for a long time.
9815 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
9816 from the distribution first, then /usr/local/lib/emacs/site-lisp.
9817
9818 * Makefile.in (do-install): Correctly detect if ./etc and
9819 ${srcdir}/etc are the same.
9820
9821 * configure.in: Extract UNEXEC from the system configuration
9822 files, compute the name of the source file corresponding to the
9823 object file, and #define it as UNEXEC_SRC in config.h.
9824
9825 * configure.in: If srcdir is '.', then try using PWD to make it
9826 absolute.
9827
9828 * configure.in: Include ${srcdir} in the printed report, to help
9829 people notice if it's an automounter path.
9830
9831 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9832
9833 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
9834
9835 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9836
9837 * Makefile.in (do-install): Delete the dest dir, not the source dir,
9838 when they are different. Add `shift' command.
9839 (COPYDESTS, COPYDIR): Delete external-lisp dir.
9840 (externallispdir): Var deleted.
9841
9842 * configure.in: Delete spurious paren outputting short_usage.
9843
9844 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9845
9846 * Version 19.9 released.
9847
9848 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9849
9850 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
9851 subdirectory makes.
9852
9853 * make-dist: Check for .elc files with no corresponding .el file.
9854
9855 * Makefile.in (mkdir): Make all the directories in locallisppath.
9856
9857 * config.guess: New file.
9858 * configure.in: Use it, tentatively.
9859 * INSTALL: Mention its usage.
9860
9861 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
9862 the former gives you the operating system rev directly. Use
9863 s/hpux.h if we don't recognize what we got.
9864
9865 * Makefile.in (do-install): Don't remove a destination directory
9866 if it's the same as the source. If ${srcdir}/info == ${infodir},
9867 don't try to copy the info files.
9868
9869 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
9870 doesn't work if you're not using a separate source directory.
9871 (do-install): Copy the build tree's etc directory only after
9872 making sure it's not also the source tree's etc directory.
9873
9874 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9875
9876 * configure.in: Handle sunos4.1.3 specially.
9877
9878 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9879
9880 * Makefile.in (INSTALL): Add definition.
9881
9882 * configure.in: Fix some messages. Support -with-gnu-cc.
9883 At the end, use `set --', not `set -'.
9884 Delete spurious `.h' in hpux alternatives.
9885
9886 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9887
9888 * Version 19.8 released.
9889
9890 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9891
9892 * configure.in: When looking for source in the same directory as
9893 the configure script, make the path thus discovered absolute.
9894 If the user specifies the `--srcdir' switch, make that directory
9895 absolute too.
9896
9897 * Makefile.in (srcdir): Remove comment saying this doesn't work.
9898
9899 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
9900 too, as the value of the PATH_INFO macro.
9901
9902 * configure.in: Check to see if the source lives in the same
9903 directory as the configure script.
9904
9905 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9906
9907 * Makefile.in (install): Split this into `install' and
9908 `do-install', to give people more control over exactly what gets
9909 done.
9910 (do-install): New target, containing the guts of `install'. Don't
9911 remove and recreate the directories inside the copying loop - do
9912 it all before the copying loop. Pass more flags to the lib-src
9913 make.
9914 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9915 avoid errors and warnings.
9916
9917 * configure.in: For generic IBM PC boxes, insist on "unknown" for
9918 the manufacturer - the more general case was blocking other i386
9919 configuration names below, and that's how the names are written in
9920 MACHINES anyway.
9921
9922 * make-dist: When breaking links, remove the link before moving
9923 the copy onto it, to avoid interactive behavior.
9924
9925 * Makefile.in: Doc fix.
9926
9927 * configure.in: Doc fix.
9928
9929 * INSTALL: Mention --exec-prefix option.
9930
9931 * configure.in: Add support for the `--exec-prefix' option.
9932 * Makefile.in: Accept that support.
9933
9934 * configure.in: Use the AC_PROG_INSTALL macro.
9935 * Makefile.in (INSTALL): Variable removed.
9936 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9937
9938 * configure.in: Distinguish between hp800's and hp700's by calling
9939 "uname -m".
9940
9941 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9942
9943 * configure.in: Recognize configuration names for i860 boxes
9944 running SYSV.
9945
9946 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9947
9948 * configure.in: Distinguish between hp800's and hp700's by the
9949 version of HP/UX they run, since that's something people are more
9950 likely to know - hp700's run 8.0.
9951 Add HP 700 configuration.
9952
9953 * configure.in: Test for the presence of the `rename' function.
9954
9955 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9956 configure.in.
9957 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9958
9959 * make-dist: Break intra-tree links.
9960
9961 * configure.in: Explain that this is an autoconf script, and give
9962 instructions for rebuilding configure from it. Arrange to put
9963 comments in configure explaining this too.
9964
9965 * configure.in: Make the first line of the configure script be
9966 "#!/bin/sh". Leaving the first line blank didn't work.
9967
9968 * configure.in (long_usage): Removed; made short_usage describe
9969 the options briefly.
9970
9971 * configure.in: Implement the --prefix option.
9972 * Makefile.in (prefix): Add support for it here.
9973 * INSTALL: Document it here.
9974
9975 * Makefile.in (install): Don't assume that the files in the `info'
9976 subdirectory match *.info. They don't have that prefix.
9977
9978 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9979
9980 * configure.in: Add case for version 5 of Esix.
9981
9982 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9983
9984 * Version 19.7 released.
9985
9986 * make-dist: There aren't any *.com files in lib-src anymore.
9987
9988 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
9989 them; they're symlinks to other filesystems on the GNU machines.
9990
9991 * make-dist: Check that the manual reflects the same version of
9992 Emacs as stated in lisp/version.el. Edit that version number into
9993 the README file.
9994
9995 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9996
9997 * configure.in: Remove the hack of AC_DEFINE; use
9998 AC_DEFINE_UNQUOTED.
9999
10000 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10001
10002 * make-dist: Don't distribute precomp.com, compile.com, or
10003 link.com from ./src; they're in ./vms now.
10004
10005 Some time-handling patches from Paul Eggert:
10006 * configure.in: Add AC_TIMEZONE.
10007
10008 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10009
10010 * configure.in: Recognize Linux as a valid operating system for
10011 the i386.
10012
10013 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10014
10015 * make-dist: Distribute some VMS files we got from Richard Levitte.
10016
10017 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
10018 the source for the sed command, not oldXMenu/Makefile.
10019
10020 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10021
10022 * INSTALL: Don't claim the srcdir option doesn't work.
10023
10024 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10025
10026 * configure.in: Include remarks saying what order the autoconf
10027 tests should go in, and remind people to change config.h.in
10028 whenever they add autoconf tests which make #definitions.
10029
10030 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
10031
10032 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10033
10034 * Makefile.in (oldXMenu/Makefile): Make this depend on
10035 ${srcdir}/oldXMenu/Makefile.in, not itself.
10036
10037 * PROBLEMS: Some updates from David J. Mackenzie.
10038
10039 More changes from David J. Mackenzie.
10040 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
10041 removed; autoconf and config.h should specify all these
10042 differences.
10043 (buildlisppath): Make this path depend on ${srcdir}.
10044 (INSTALLFLAGS): Removed.
10045 (INSTALL): Include the -c flag.
10046 (install): Change the way we invoke install accordingly.
10047
10048 Install ${srcdir} changes from DJM.
10049 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
10050 list.
10051 (COPYDIR, COPYDESTS): Install files from both the etc directory in
10052 the source tree and the etc directory in the object tree.
10053 (${SUBDIR}): Pass the prefix variable down to submakes.
10054 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
10055 in /bin.
10056 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
10057 values for srcdir and VPATH.
10058 (install): Add `v' flag to tar command. Make sure that `dir'
10059 exists in ${srcdir}/info before copying it. Remember that the man
10060 pages come from the source tree, not the object tree.
10061 * configure.in: Remove remarks saying that the --srcdir option
10062 doesn't work.
10063 Create the etc directory in the object tree.
10064 Recognize configuration names of the form *-sun-solaris*.
10065 Recognize sunos5 and solaris as operating system names.
10066
10067 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
10068 lib-src/getdate.y and src/systime.h.
10069
10070 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10071
10072 * make-dist: Make links in info subdir.
10073
10074 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10075
10076 * configure.in: Call AC_STDC_HEADERS.
10077
10078 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10079
10080 * configure.in: Sidestep autoconf's quoting of the second argument
10081 of AC_DEFINE, so we can specify the value to put there. It would
10082 be nice if autoconf provided some way to specify computed values
10083 for macros.
10084
10085 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10086
10087 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
10088 this is always just -DHAVE_CONFIG_H.
10089
10090 The GNU coding standards specify that CFLAGS should be left for
10091 users to set.
10092 * Makefile.in (CFLAGS): Let configure determine the default value
10093 for this. Don't
10094 have it default to DEFS.
10095 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
10096 (lib-src/Makefile, src/Makefile): Edit the default value for
10097 CFLAGS into these files, not DEFS.
10098 * configure.in (CFLAGS): Choose a default value for this - "-g"
10099 normally, or "-g -O" if we're using GCC. Edit it into the
10100 top-level Makefile.
10101
10102 * configure.in: When scanning the machine and system description
10103 #include files, write their names to conftest.c properly.
10104
10105 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10106
10107 * configure.in: In configuration name case for Apallos running
10108 Domainios, set opsys, not opsysfile.
10109
10110 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
10111 src/config.h, instead of AC_OUTPUT; the latter overwrites
10112 src/config.h even when it hasn't changed, puts a makefile-style
10113 comment at the top even though it's C code, and produces a
10114 config.status script which doesn't do the job right.
10115
10116 * configure.in: Add AC_LN_S test, so we can tell whether or not we
10117 can use a symbolic link to get the X Menu library into src.
10118 * Makefile.in (LN_S): New variable.
10119 (src/Makefile): Edit the value of LN_S into this makefile.
10120
10121 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10122
10123 * configure.in: Support *-sco3.2v4* as opsystem.
10124
10125 * make-dist: Don't include calc directory.
10126 Exclude many files in the man directory; copy a few.
10127
10128 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10129
10130 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
10131 call AC_STRUCT_TM to see what's in time.h.
10132
10133 * configure.in: Employ quoting stupidity to get the value of CPP
10134 to expand properly.
10135
10136 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10137
10138 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
10139 variable to scan the machine and system description files.
10140
10141 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
10142 so that getdate.y builds correctly.
10143
10144 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10145
10146 * configure.in (tempcname): Change this to "conftest.c", so it will
10147 work properly on systems with short filenames; this is the name
10148 autoconf uses.
10149
10150 * configure.in: Also detect the availability of dup2 and
10151 gethostname.
10152
10153 * configure.in: Use the AC_ALLOCA test.
10154 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
10155 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
10156
10157 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10158
10159 * make-dist: Distribute configure, as well as configure.in.
10160 Oversight.
10161
10162 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10163
10164 * Makefile.in (install): Print out the name of the directory we're
10165 copying, so people can have some idea of whether we're making
10166 progress.
10167
10168 * Makefile.in (install.aix, install.xenix, install.sysv, install):
10169 Don't forget to re-create the COPYDESTS directories after we clear
10170 them out.
10171
10172 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10173
10174 * Makefile.in: Add autoconf cookies so that the configure
10175 script can comment out sections of path variable definitions to
10176 choose between the installable configuration and the run-in-place
10177 configuration.
10178 * configure.in: Add new option `--run-in-place', to select the
10179 run-in-place path definitions.
10180
10181 * configure.in: Add a clause to the big configuration name case
10182 for the NeXT machine.
10183
10184 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10185
10186 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10187 Make sure that each source directory exists, and is different from
10188 the destination directory; then, delete the destination before
10189 copying over the source.
10190
10191 * make-dist: Distribute configure.in, instead of configure.
10192
10193 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10194
10195 * configure.in: Don't set CC to "gcc -O" if the user specifies
10196 `--with-gcc'. Add -O to DEFS if GCC is set.
10197
10198 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10199
10200 * Makefile.in (clean mostlyclean): Missing right paren.
10201
10202 * configure.in: When checking for X windows, search for an X11
10203 subdirectory of ${x_includes}.
10204
10205 * configure.in: Check for gettimeofday function, for getdate.y.
10206
10207 Change `configure' to a mixture of custom code and autoconf stuff.
10208 autoconf can't derive all the information we need, but we'd really
10209 like to be able to take advantage of some of its tests, and its
10210 file-editing facilities.
10211 * configure.in: Renamed from configure.
10212 Quote the sections of shell script we want copied literally to
10213 the configure script.
10214 (compile): Initialize this to make the autoconf macros' code happy.
10215 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
10216 code to do their jobs.
10217 Use autoconf to produce Makefile and src/config.h.
10218 Remove the Makefile-style comment that autoconf places at the top
10219 of src/config.h.
10220 (config_h_opts): Removed - no longer necessary.
10221 * Makefile.in (configname): Renamed to configuration.
10222 (CONFIG_CFLAGS): Renamed to DEFS.
10223 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
10224 get values via autoload @cookies@.
10225 (libsrc_libs): Get this from autoconf. We used to do nothing
10226 about this.
10227 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
10228
10229 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
10230 echo the move-if-change command.
10231
10232 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
10233
10234 * make-dist: Distribute lib-src/rcs-checkin.
10235
10236 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
10237 Don't try to make links to the RCS or Old subdirectories.
10238 Use the appropriate extension for the compression type in use.
10239 Create the tar file in the shell's initial default directory, not
10240 in ${tempparent}.
10241 Erase the whole ${tempparent} tree, not just ${tempdir}.
10242
10243 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10244
10245 * Makefile.in (src/paths.h): Don't echo the huge sed command we
10246 use to build paths.h.
10247 (lib-src/Makefile, src/Makefile): Similarly.
10248
10249 * configure: Extend test for working `const' keyword to handle AIX
10250 3.2 cc.
10251
10252 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10253
10254 * make-dist: Distribute lisp/term/ChangeLog.
10255
10256 Arrange for C compilation throughout the tree to get
10257 C_SWITCH_SYSTEM from the configuration files.
10258 * configure: Extract C_SWITCH_SYSTEM from the machine and
10259 system-dependent files, and save it in the top-level Makefile.
10260 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
10261 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
10262
10263 * make-dist: Include the VMS support files in oldXMenu in the
10264 distribution.
10265
10266 * configure: Doc fix.
10267
10268 * configure: Fix corrupted config_h_opts.
10269
10270 * configure: Properly report option names in error messages.
10271
10272 * configure: Properly recognize --x-includes and --x-libraries
10273 options.
10274
10275 * configure: Fix syntax errors in code handling XFree386.
10276
10277 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10278
10279 * configure: Add special code to detect XFree386, and tell
10280 config.h about it.
10281
10282 * configure: Properly handle extracting values of LIBS_MACHINE and
10283 LIBS_SYSTEM that contain spaces.
10284
10285 * configure: Add `--x-includes' and `--x-libraries' options. I
10286 think these are dopey, but no less than three alpha testers, at
10287 large sites, have said they have their X files installed in odd
10288 places. Implement them by setting C_SWITCH_X_SITE and
10289 LD_SWITCH_X_SITE in src/config.h.
10290
10291 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10292
10293 * make-dist: Don't distribute etc/Old files.
10294
10295 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
10296 backups.
10297
10298 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10299
10300 * make-dist: Fix typo.
10301
10302 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10303
10304 * make-dist: Corrected typo, fixed it to discard = and TAGS files
10305 in some cases where it should but didn't seen to.
10306
10307 * Makefile.in: Added unlock and relock productions.
10308
10309 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10310
10311 * make-dist: Add a --compress option to force make-dist to use
10312 compress.
10313
10314 * make-dist: Use gzip, if we can find it.
10315
10316 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10317 make rs6000-ibm-aix default to -aix32.
10318
10319 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10320
10321 * Makefile.in: Added `Developer's configuration' section.
10322
10323 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10324
10325 * Makefile.in: Add commented-out variable settings for developer's
10326 configuration.
10327
10328 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10329
10330 * make-dist: Distribute `src/bitmaps' too.
10331
10332 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
10333
10334 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10335 make rs6000-ibm-aix default to -aix32.
10336
10337 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10338
10339 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
10340
10341 * Makefile.in (install.sysv): Add a second `$' in front of
10342 `${dest}', so that the shell will expand it, instead of Make.
10343
10344 * configure: When processing the name of the configure script,
10345 collapse `././' to `./', but leave a single `./' prefix alone.
10346
10347 * configure: Doc fix.
10348
10349 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10350
10351 * configure: Handle isc3.0 correctly.
10352
10353 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10354
10355 * make-dist: Don't try to copy the COPYING notice into
10356 external-lisp; we're not distributing that directory any more.
10357
10358 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10359
10360 * Makefile.in (install, install.aix, install.xenix, install.sysv):
10361 Remove CVS subdirectories from the installed directory trees, as
10362 well as RCS directories.
10363
10364 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10365
10366 * make-dist: Only copy gmalloc.c if we couldn't link it.
10367 Don't try to copy man/{README,Makefile} unless they actually exist.
10368
10369 * Makefile.in (lisppath): Don't include externallispdir in this.
10370 We're not sure whether we're even going to distribute the
10371 directory yet.
10372
10373 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10374
10375 * make-dist: Don't distribute the external-lisp directory anymore.
10376 * INSTALL: Remove all references to external-lisp.
10377
10378 * configure: Detect whether the compiler supports `const'
10379 properly, and edit src/config.h accordingly.
10380
10381 * configure: Tweak layout of final report.
10382
10383 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
10384 CFLAGS.
10385
10386 * Makefile.in (locallisppath): Make this default to
10387 ${datadir}/emacs/site-lisp, instead of
10388 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
10389 the same thing, and local-lisp causes completion conflicts with
10390 lock.
10391 (lisppath): Add ${externallispdir} to this.
10392 * INSTALL: Adjust installation directions.
10393
10394 * Makefile.in (externallispdir): New variable, to say where to
10395 install the externally-maintained lisp files.
10396 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
10397 the others.
10398 * INSTALL: Describe external-lisp and the new externallispdir
10399 variable.
10400
10401 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10402
10403 * configure (progname): New option `--with-gcc'. Make it clearer
10404 how we are trying to guess whether or not we have GCC.
10405 * INSTALL: Document the `--with-gcc' option, and improve
10406 description of `--with-x' options.
10407
10408 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10409
10410 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
10411 ${infodir} from these variables; we have written out explicit code
10412 to install the info files.
10413
10414 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10415
10416 * make-dist: Don't distributed the RCS files in the etc directory.
10417
10418 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10419
10420 * Makefile.in: Some makes can't handle comments in the middle of
10421 commands; move them to before the whole rule.
10422
10423 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10424
10425 * README: Mention what Emacs is.
10426
10427 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10428
10429 * make-dist: Include `./lisp/calc-2.02' in the distribution.
10430 Add `./cpp' and `./man' back into the distribution.
10431
10432 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10433
10434 * Makefile.in: Define MAKE, and use where appropriate.
10435
10436 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10437
10438 * make-dist: Remember that the authoritative COPYING notice is
10439 `etc/COPYING', not `../etc/COPYING'.
10440
10441 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10442
10443 * make-dist: Make sure that the COPYING notices in each directory
10444 are copies, not symlinks.
10445
10446 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10447
10448 * INSTALL: The build process produces an executable called `emacs'
10449 now. Change references.
10450 * Makefile.in: Adjust `install.mumble' targets to install
10451 `src/emacs', not `src/xemacs'.
10452
10453 * configure: Start with a blank line; this keeps some old CSH's
10454 from thinking it's a CSH script. Most systems will just use
10455 /bin/sh to run it, which is what we're expecting; the only other
10456 shells which might try to interpret it themselves are probably
10457 Bourne-compatible.
10458
10459 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10460
10461 * INSTALL: Improvements suggested by David Mackenzie.
10462
10463 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10464
10465 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10466 Don't try to copy the info files if there aren't any; the
10467 unexpanded globbing pattern disappoints `install'. Ignore the
10468 return status of that command.
10469
10470 * INSTALL: Updated for new configuration arrangement.
10471
10472 * configure: Don't make the top-level Makefile read-only - people
10473 may want to edit the values of the path variables.
10474
10475 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10476 Install the info files in ${infodir}. Install the executable
10477 under both `emacs' and `emacs-VERSION'.
10478
10479 * Makefile.in: Doc fix.
10480
10481 * Makefile.in (exec_prefix): New variable, as per latest version
10482 of coding standards.
10483 (bindir, libdir): Use it, instead of `prefix'.
10484 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
10485
10486 * Makefile.in (mandir): Make the default value for this depend on
10487 $(prefix).
10488
10489 * Makefile.in (datadir, statedir, libdir): Make these all default
10490 to ${prefix}/lib.
10491 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
10492 to compensate.
10493
10494 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10495 Install the etags and ctags man pages too.
10496
10497 * Makefile.in (distclean): Don't delete backup files; that's the
10498 job of extraclean.
10499 (extraclean): Like distclean, but deletes backup and autosave files.
10500
10501 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10502
10503 Make path specification conform to GNU coding standards.
10504 * configure (long_usage): Remove all traces of old arguments from
10505 usage messages, and document the options we do accept in more
10506 detail: -with-x... and --srcdir.
10507 (options, boolean_opts): Deleted; we don't have enough options to
10508 make this worthwhile.
10509 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
10510 along with the code which supported them; these should be set as
10511 arguments to the top-level make.
10512 (config_h_opts): Since this no longer doubles as a list of option
10513 names, make them upper case; this simplifies the code which uses
10514 them to build the sed command to edit src/config.h. Change the
10515 code which sets them.
10516 (cc, g, O): Don't allow the user to set these using options; they
10517 should be specified using `CC=' and `CFLAGS=' arguments to the
10518 top-level make. Just choose reasonable default values for them,
10519 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
10520 values.
10521 (gnu_malloc, rel_alloc): Don't allow the user to set these using
10522 options; use them whenever the configuration files say they're
10523 possible.
10524 Simplify the argument processing loop. Don't accept abbreviations
10525 for option names; these might conflict with other configuration
10526 options in the future.
10527 Add some support for the `--srcdir' option. Check for the sources
10528 in . and .. if `--srcdir' is omitted. If the directories we will
10529 compile in don't exist yet, create them under the current directory.
10530 Note that the rest of the build process doesn't really support
10531 this.
10532 Edit only the top Makefile. That should edit the others. Edit
10533 into the makefile: `version', from lisp/version.el, `configname'
10534 and `srcdir' from the configuration arguments, `CC' and
10535 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
10536 the user's path, and LOADLIBES as gleaned from the system
10537 description files.
10538 Simplify the report generated; it doesn't need to include any
10539 description of paths now.
10540 Make `config.status' exec configure instead of just calling it, so
10541 there's no harm in overwriting `config.status'.
10542 * Makefile.in (version, configname): New variables, used to choose
10543 the default values for datadir and libdir.
10544 Path variables rearranged into two clearer groups:
10545 - In the first group are the variables specified by the GNU coding
10546 standards (prefix, bindir, datadir, statedir, libdir, mandir,
10547 manext, infodir, and srcdir).
10548 - In the second are the variables actually used for Emacs's paths
10549 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
10550 archlibdir), which depend on the first category.
10551 datadir and libdir default to directories under
10552 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
10553 demand.
10554 etcdir and lispdir default to subdirectories of datadir.
10555 archlibdir defaults to libdir.
10556 The new installation tree is a bit deeper than it used to be, so
10557 use the new make-path program in lib-src to build them all.
10558 Always build a new src/paths.h.tmp and then move-if-change it to
10559 src/paths.h, to avoid unnecessary rebuilds while responding to the
10560 right changes.
10561 Remove all mention of arch-lib. Run utility commands from
10562 lib-src, and let the executables be copied into archlibdir when
10563 Emacs is installed.
10564 Add targets for src/Makefile, lib-src/Makefile, and
10565 oldXMenu/Makefile, editing the values of the path variables into
10566 them.
10567 Let lib-src do its own installation.
10568 (datadir): Default to putting data files under
10569 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
10570 (emacsdir): Variable deleted; it would only be confusing to use.
10571 (lispdir, etcdir): Default to ${datadir}/lisp.
10572 (mkdir): Use make-path for this.
10573 (lockdir): Do this in mkdir.
10574 (Makefile): New target.
10575
10576 * configure (usage_message): Rename to long_usage.
10577
10578 * make-dist: Don't bother creating an arch-lib directory; that's
10579 only for installation now.
10580
10581 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10582
10583 * configure: Use GCC-style configuration names, using config.sub.
10584 Change the usage and help messages.
10585
10586 * configure: Initialize window_system, not indow_system.
10587
10588 * configure: Report which window system, compiler, and signal
10589 handler return type we decide to use.
10590
10591 * make-dist: Explain what's going on if config.sub and gmalloc.c
10592 can't be linked. Place the code which copies them near the code
10593 which links the rest of the files around them.
10594
10595 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
10596
10597 * make-dist: Don't bother to distribute src/*.com, or
10598 src/vmsbuild; those have all been moved to `../vms'.
10599
10600 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10601
10602 * make-dist: Don't forget that the way to avoid filenames starting
10603 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
10604 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
10605 couldn't make hard links to, since we have two already, and
10606 perhaps more to come.
10607
10608 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10609
10610 * configure: When editing parameters into lib-src/Makefile, change
10611 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
10612 needs some other flags too.
10613
10614 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10615
10616 * configure: Remove spurious echo of the configuration name.
10617
10618 * make-dist: Don't distribute files in src/m and src/s whose names
10619 begin with `='.
10620
10621 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10622
10623 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10624 Also LISP_FLOAT_TYPE.
10625
10626 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10627
10628 * make-dist: Copy config.sub, since it's a symbolic link to a file
10629 on another file system.
10630
10631 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10632
10633 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10634 distribution.
10635
10636 * config.sub: New file, to help us recognize configuration names.
10637 * make-dist: Include it in the distribution.
10638
10639 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10640
10641 * configure: Convert `-' to `_' in specified option names.
10642 Accept options with --. Delete --highpri and --have-x-menu options.
10643 New options --with-x and --with-x10 replace -window-system.
10644 Don't mention options --gnu-malloc, --rel-alloc
10645 or --lisp-float-type in help message.
10646
10647 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10648
10649 * make-dist: Include the `vms' subdirectory in the distribution.
10650
10651 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10652
10653 * configure: Remove lines starting with "# DIST: " when building
10654 lib-src/Makefile and src/Makefile. This allows us to mark the
10655 "Makefile.in" files with explanatory comments which won't also get
10656 stuck in the Makefiles.
10657
10658 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10659
10660 * make-dist: Don't use the '+' operator in the sed regular
10661 expression that extracts the version number from lisp/version.el;
10662 Ultrix sed doesn't seem support the operator. Just double the
10663 operand and use *.
10664
10665 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10666
10667 * Makefile.in: Doc fix.
10668
10669 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10670
10671 * configure: Rewrite sed command to remove at most one ./ prefix;
10672 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10673 group.
10674
10675 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10676
10677 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10678
10679 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10680
10681 * make-dist: Go ahead and build a new TAGS file, unless the
10682 --newer option was specified. Don't try to delete a TAGS file
10683 from etc; it's not kept there, and shouldn't be deleted anyway.
10684
10685 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10686
10687 * make-dist: If the lisp directory contains a default.el, don't
10688 distribute it.
10689
10690 * configure: When searching signal.h for the type of a signal
10691 return handler, make a copy of it, not a symbolic link to it; that
10692 way, it will work on systems that don't have symbolic links.
10693
10694 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10695
10696 * make-dist: Taught it about vcdiff and rcs2log, added --newer
10697 option for generating incremental distributions. Stopped it from
10698 generating a TAGS file into the distribution; that sucker is
10699 *big*, and easily enough generated with the toplevel makefile.
10700
10701 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10702
10703 * configure: When writing config.status, don't prefix progname
10704 with a '.'; it might be absolute.
10705
10706 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10707
10708 * configure: Choose to use X11 if either /usr/lib/libX11.a or
10709 /usr/include/X11 exist, not only if both exist.
10710
10711 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10712
10713 * make-dist: Make the new external-lisp directory a duplicate of
10714 the external-lisp directory, not the lisp directory.
10715
10716 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10717
10718 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10719 clean' in arch-lib; it doesn't even have a Makefile.
10720
10721 * Makefile.in (clean, mostlyclean): In the test which tries to
10722 distinguish between the build directory, which should be cleaned,
10723 and the installed directory, which shouldn't, cd to `${emacsdir}',
10724 not `${DESTDIR}${LIBDIR}'.
10725
10726 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10727
10728 * make-dist: Be sure to delete the .c and .h files that YACC and
10729 BISON create from getdate.y.
10730
10731 * external-lisp: New directory; see `external-lisp/README'.
10732 * make-dist: Added support for the external-lisp subdirectory.
10733
10734 * make-dist: Changed message which complains that make-dist wasn't
10735 invoked in the right directory to indicate which files it was
10736 looking for.
10737
10738 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10739
10740 * configure: Add comments explaining why we can't translate
10741 character ranges or control characters in `tr'.
10742
10743 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10744
10745 * configure: When generating the configuration message, we used to
10746 build the message from the start so that each line began with "# "
10747 so that it would be a comment in `config.status'. However, this
10748 causes trouble if any of the variables we use in the message
10749 expand to more than one line of text - as gnu_malloc_reason
10750 sometimes does. So instead, we build the message as it should be
10751 printed to the user (i.e. without the "# " prefixes), and stick on
10752 the "# "s when we write it to `config.status'.
10753
10754 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10755 `lib-src' and `arch-lib'.
10756
10757 * configure: When generating report and `config.status' file, note
10758 that bindir only determines where `make install' and
10759 `build-install' will place the executables; this should make it
10760 clear that the ordinary build process will not try to install
10761 things.
10762
10763 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10764
10765 * make-dist: Change messages to say that we are 'making links to
10766 X', rather than 'copying X'. And put `' quotes around file names.
10767
10768 * make-dist: Include '.tmp' in the name of the staging directory.
10769
10770 * make-dist: Pass the `-f' option to rm when you're not sure that
10771 the files you're removing actually exist.
10772
10773 * make-dist: When setting up etc/COPYING, always nuke whatever is
10774 there, and then copy it in, to make sure we get a real file.
10775
10776 * make-dist: Don't try to distribute *.defns files any more. The
10777 only such file was for simula.el, which has been superseded by a
10778 version which doesn't have a separate .defns file.
10779
10780 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
10781
10782 * make-dist: Don't distribute configured versions of config.h.in,
10783 paths.h.in, Makefile.in in src.
10784
10785 * configure: Delete .tmp files before creating them; don't bother
10786 trying to make final targets writable first, since it won't
10787 matter to move-if-change.
10788
10789 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10790
10791 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10792 mkdir and chmod in the center of all the conditionals. GNU Make
10793 will strip these out, but other makes won't.
10794
10795 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10796
10797 * make-dist: Include move-if-change in list of files to distribute.
10798
10799 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10800
10801 * configure: Remove any "." elements from the program name.
10802
10803 * configure: Don't record the values of all the possible arguments
10804 in config.status; only record the options that the user specified.
10805
10806 * configure: Use move-if-change to move in the new src/config.h.
10807
10808 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
10809
10810 * move-if-change: New file, copied from gcc release.
10811 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
10812 a temp file, so we don't update paths.h if an error occurs or if
10813 it doesn't need changing.
10814
10815 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10816
10817 * Makefile.in (src/paths.h): Do not install a value for the
10818 PATH_SUPERLOCK value; that macro doesn't exist anymore.
10819 * build-install.in: Same thing.
10820
10821 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10822
10823 * make-dist: Check the flag called "make_tar", not "make_dir"; the
10824 latter, being a typo, is always false, resulting in a program
10825 whose default behavior is to painstakingly build a copy of the
10826 source tree, and then delete it. Rah.
10827
10828 * Makefile.in: Add dist target, and comment for it.
10829
10830 * configure: When scanning <signal.h> for a declaration for
10831 signal, create a symbolic link with a name ending in .c, so the
10832 compiler won't complain that it's only been given .h files.
10833
10834 * configure: Check whether there are any arguments available
10835 before shifting to get the value of a non-boolean parameter.
10836
10837 * make-dist: Doc fix.
10838
10839 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10840
10841 * configure: Instead of grepping /usr/include/signal.h for a
10842 signal declaration, run /usr/include/signal.h or
10843 /usr/include/sys/signal.h through cpp and grep for the
10844 declaration.
10845
10846 * configure: Redirect the output of grep to /dev/null instead of
10847 using grep -s - that flag means different things on other systems.
10848
10849 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
10850 since the former is recognizable even if you don't know what
10851 'dumping' is.
10852 * configure: Accommodate that change.
10853
10854 * configure: Accept options for all of the directories you can
10855 change in the Makefile.
10856
10857 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
10858
10859 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
10860 FOO before you can use them.
10861
10862 * build-install.in: Made the "Where To Install Things" section
10863 conform with the similar section from Makefile.in. Copied section
10864 which builds src/paths.h from src/paths.h.in from the Makefile.
10865
10866 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10867
10868 * configure: Write config.status to pass its command-line
10869 arguments on to configure, so that people can use it to recreate
10870 an old configuration, with minor changes.
10871
10872 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10873
10874 * configure: Don't rely on option variables being unset if their
10875 values are the empty string. In particular, when producing the
10876 English report, don't assume that highpri will be unset when no
10877 increased priority has been requested; -highpri='' should be the
10878 same as omitting -highpri altogether.
10879
10880 * configure: Fix dumb bug: when running the system and machine
10881 description files through cpp, mark those lines that we want to
10882 evaluate with the string '@configure@', and then only evaluate
10883 them. This way if the files include anything that actually
10884 generates text (type definitions or external declarations, say),
10885 we won't try to eval it.
10886
10887 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10888
10889 * make-dist: New shell script.
10890
10891 * configure: When creating foo from foo.in, make foo read-only to
10892 remind people to edit the .in file instead.
10893
10894 * INSTALL: Changed references to config.h-dist to config.h.in.
10895 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
10896 to build src/paths.h from src/paths.h.in; added a paragraph to do
10897 this.
10898 * configure, Makefile, build-install: Changed filenames like
10899 FOO-dist to FOO.in.
10900
10901 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10902
10903 * Makefile, build-install: Renamed to Makefile.in and
10904 build-install.in; the configure script will edit these to produce
10905 the usable Makefile and build-install.
10906 * configure: Changed to produce ./Makefile, ./build-install,
10907 lib-src/Makefile, and src/Makefile from their *.in counterparts,
10908 instead of editing them in place.
10909
10910 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10911
10912 * Makefile: Re-arranged so that the undumped Emacs will search
10913 ../lisp *after* the site's local elisp files.
10914 (locallisppath, dumplisppath): New variables.
10915 (lisppath): This variable's default value is now chosen based on
10916 $(locallisppath) and $(lispdir); while it used to be the
10917 customization point for adding site-local elisp directories to
10918 load-path, that job is now handled mostly by locallisppath.
10919 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10920 Check the values being assigned to the *LOADSEARCH macros for null
10921 path elements (like '::' in 'foo::bar').
10922
10923 * configure: When checking if the machine- and system-dependent
10924 files define a particular macro or not, actually run them through
10925 CPP and test the macros with #ifs, instead of just grepping for
10926 the macros' names. In particular, check for SYSTEM_MALLOC in this
10927 way.
10928
10929 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10930
10931 * Makefile (install): Don't use -s in install. (Keep the symbols.)
10932
10933 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10934
10935 * configure: Make the config.status file an executable shell
10936 script which will recreate the same configuration. Include the
10937 verbal description of the current configuration as a comment in
10938 the script.
10939 * INSTALL: Doc fix.
10940
10941 * Makefile: Brought the Makefile up to the GNU coding
10942 standards, as described in standards.text:
10943 (TAGS): New name for the target which rebuilds the tags table.
10944 (check): New target; doesn't do anything yet.
10945 (mostlyclean): New target, synonymous with clean.
10946 (realclean): New target. Currently, this just calls the
10947 subdirectories's makefiles and then deletes config.status.
10948 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10949 variables.
10950 Installation directory variables changed to conform.
10951 (install, install.sysv, install.xenix, install.aix): Changed the
10952 code which copies the directories into their installed location to
10953 allow the installed locations to be in several different
10954 directories; the old version assumed that they would all be in
10955 $(emacsdir).
10956 (mkdir, lockdir): Allow the installed locations to be in several
10957 different directories.
10958 * INSTALL: Doc fix.
10959
10960 * build-install: Use the same variable names as the Makefile.
10961 Allow the installed locations to be in several different
10962 directories.
10963
10964 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10965
10966 * Makefile (src/paths.h): Instead of using a single sed command to
10967 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10968 separately, and don't forget to append "/!!!SuperLock!!!" to the
10969 value of the PATH_SUPERLOCK macro.
10970
10971 * config.emacs: Renamed to configure, for consistency with other
10972 GNU products. Internal references changed.
10973 INSTALL, Makefile: References changed.
10974
10975 * lock: New directory, which should always be empty. If this
10976 directory doesn't exist, Emacs won't complain; it just won't lock.
10977 Having this here means that people can just unpack Emacs, build
10978 it, and have locking work.
10979
10980 * share-lib: Re-renamed to etc, for the sake of tradition.
10981 * config.emacs: Changed default value for datadir to ../etc.
10982 * INSTALL, README: Adjusted.
10983
10984 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10985
10986 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
10987 by running CPP on the appropriate s/*.h and m/*.h files.
10988
10989 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10990
10991 * config.emacs: Make sure to set the "exit on error" flag once
10992 we've removed config.status; errors should abort the configuration.
10993
10994 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10995
10996 * config.emacs: Added -distribute option, so that the Makefile
10997 paths are in their proper form. I don't know why this matters.
10998
10999 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11000
11001 * local-lisp: New directory, empty in the distribution, for people
11002 to put local elisp code in.
11003 * config.emacs: Include it in the default load path.
11004 * README: Document it.
11005
11006 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11007
11008 * config.emacs: Guess the type of signal handling functions based
11009 on the contents of /usr/include/signal.h.
11010
11011 * config.emacs: Print out progress report messages.
11012
11013 * Makefile (src/paths.h): Don't generically replace
11014 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
11015 editing of the other entries, and each entry should be dealt with
11016 explicitly anyway.
11017
11018 * build-install: Converted from C-shell to Bourne shell.
11019 * config.emacs: Edit build-install properly.
11020
11021 * config.emacs: Doc fix.
11022
11023 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11024
11025 * Makefile (install): Remove `B' from tar xf command.
11026
11027 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11028
11029 * config.emacs: Removed support for the `maintain-environment'
11030 option; the only important difference between this and its absence
11031 has been removed.
11032 * INSTALL: Removed mention of `maintain-environment'.
11033
11034 * config.emacs: Fix arguments to sed when processing boolean
11035 arguments.
11036
11037 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11038
11039 * config.emacs: New file, to help automate the installation
11040 process.
11041
11042 * Makefile: Lots of changes to support the separation of etc into
11043 architecture-dependent and -independent files:
11044 (EMACSROOT): New variable, giving the directory under which all of
11045 Emacs's libraries should be installed. Changed rest of file to
11046 use it.
11047 (LIBDIR): Now denotes only architecture-dependent dir.
11048 (DATADIR): New variable, denoting architecture-independent dir.
11049 (LOCKDIR): New variable, for completeness.
11050 (SUBDIR): No more etc, new lib-src.
11051 (COPYDIR): No more etc, new arch-lib and share-lib.
11052 (src/paths.h): Set PATH_DATA and the LOCK macros too.
11053 (src): Now depends on lib-src, not etc.
11054 * build-install: Changes parallel to the above.
11055 * README: Describe the new arrangement.
11056
11057 * vms: New subdirectory for all the VMS stuff.
11058
11059 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11060
11061 * Makefile (LISPPATH): New variable.
11062 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
11063
11064 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
11065
11066 * Makefile (install, install.sysv, install.xenix):
11067 Install wakeup instead of loadst. No need for setuid or setgid.
11068
11069 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11070
11071 * Makefile (clean): Clean etc if that's not the installation dir.
11072
11073 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11074
11075 * Makefile (paths.h): Make sed alter each name in the path.
11076
11077 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11078
11079 * Makefile (install.sysv): Use cpio, not tar.
11080
11081 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11082
11083 * Makefile (lockdir): Rename `lock' target.
11084 Depend on it from install*, not from `all'.
11085
11086 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
11087
11088 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
11089 to match build-install and paths.h.
11090
11091 ;; Local Variables:
11092 ;; coding: utf-8
11093 ;; End:
11094
11095 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
11096
11097 This file is part of GNU Emacs.
11098
11099 GNU Emacs is free software: you can redistribute it and/or modify
11100 it under the terms of the GNU General Public License as published by
11101 the Free Software Foundation, either version 3 of the License, or
11102 (at your option) any later version.
11103
11104 GNU Emacs is distributed in the hope that it will be useful,
11105 but WITHOUT ANY WARRANTY; without even the implied warranty of
11106 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11107 GNU General Public License for more details.
11108
11109 You should have received a copy of the GNU General Public License
11110 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.