]> code.delx.au - gnu-emacs/blob - ChangeLog
* src/s/: Remove empty directory.
[gnu-emacs] / ChangeLog
1 2012-08-02 Glenn Morris <rgm@gnu.org>
2
3 * make-dist: Remove src/s.
4
5 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
6
7 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
8
9 Merge from gnulib (Bug#12116), incorporating:
10 2012-08-01 extern-inline: new module
11 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
12 * lib/stat-time.c, lib/utimespec.c, lib/u64.c, m4/extern-inline.m4:
13 New files. The new .c files are for instantiating extern inline
14 functions.
15
16 Port to Solaris 8.
17 Without this change, 'configure' fails because the recently-added
18 wait3 prototype in config.h messes up later 'configure' tests.
19 Fix this problem by droping wait3 and WRETCODE, as they're
20 no longer needed on hosts that are current porting targets.
21 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
22 All uses changed to waitpid and WEXITSTATUS.
23
24 Avoid needless autoheader after autogen.sh.
25 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
26 * .bzrignore: Add it.
27 * autogen.sh: Create it.
28
29 2012-08-01 Glenn Morris <rgm@gnu.org>
30
31 * configure.ac (DOS_NT, MSDOS): New system type templates.
32
33 2012-08-01 Ulrich Müller <ulm@gentoo.org>
34
35 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
36 Don't include crtbegin.o and crtend.o. (Bug#12047)
37
38 2012-08-01 Glenn Morris <rgm@gnu.org>
39
40 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
41 (INTERNAL_TERMINAL): New.
42
43 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
44 (IS_ANY_SEP): Move here from src/lisp.h.
45
46 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
47
48 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
49 (CONF_POST_H): New macro.
50
51 2012-07-31 Glenn Morris <rgm@gnu.org>
52
53 * configure.ac (S_FILE): Remove output variable.
54
55 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
56
57 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
58 Move here from src.
59
60 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
61 Move here from conf_post.h.
62
63 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
64
65 Improve OpenMotif detection on GNU/Linux systems.
66 * configure.ac (MOTIF): Check for /usr/include/openmotif
67 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
68
69 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
70
71 * Makefile.in (install-arch-indep): Avoid eval.
72
73 2012-07-31 Glenn Morris <rgm@gnu.org>
74
75 * configure.ac (opsysfile, S_FILE): Now they are always empty.
76
77 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
78 when removing src/s/sol2-6.h yesterday.
79
80 * configure.ac (USG5_4): Reintroduce this.
81 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
82
83 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
84
85 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
86 and to s/usg5-4-common.h on irix6-5.
87
88 2012-07-30 Glenn Morris <rgm@gnu.org>
89
90 * configure.ac (AH_BOTTOM): Use an include file, so that the
91 contents do not get processed by autoheader.
92
93 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
94
95 Do not overwrite config.status while executing it (Bug#11214).
96 * Makefile.in (MAKEFILE_NAME): New macro.
97 ($(MAKEFILE_NAME)): Rename rule from Makefile.
98 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
99 so that GNU 'make' isn't tempted to make the Makefile and then
100 regenerate config.status while config.status is running.
101
102 Update .PHONY listings in makefiles.
103 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
104 FRC, install-arch-dep, install-arch-indep, install-doc,
105 install-info, install-man, install-etc, install-strip, uninstall,
106 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
107 (.RECURSIVE): Remove; hasn't been needed for years.
108
109 2012-07-30 Glenn Morris <rgm@gnu.org>
110
111 * configure.ac (SIGNAL_H_AHB): New hack macro.
112 (opsysfile): Set to empty on netbsd, openbsd.
113 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
114
115 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
116
117 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
118
119 * Makefile.in (install-arch-indep): Remove sh -x.
120
121 2012-07-30 Glenn Morris <rgm@gnu.org>
122
123 * configure.ac (opsysfile): Tweak message for null case.
124
125 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
126 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
127
128 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
129
130 Merge from gnulib, incorporating:
131 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
132
133 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
134
135 * Makefile.in (install-arch-indep): Handle space in locallisppath.
136
137 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
138
139 Use Gnulib environ module (Bug#9772).
140 * m4/environ.m4: New file, from gnulib.
141 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
142
143 Use Gnulib stdalign module (Bug#9772, Bug#9960).
144 This should improve portability of macros like alignof and DECL_ALIGN.
145 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
146 * .bzrignore: Add lib/stdalign.h.
147 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
148 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
149 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
150 fiddles with this, as gnulib now does this for us.
151
152 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
153
154 Fix toolkit configuration report.
155 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
156 --with-x-toolkit=gtk3 is used.
157
158 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
159
160 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
161 * configure.ac: Configure gnulib at the end, not before running
162 pkg-config. This restores the behavior before 2012-06-22, when
163 higher-resolution time stamps were added, and fixes a bug whereby
164 LIB_PTHREAD was not used and gnulib's part of 'configure'
165 therefore incorrectly assumed that pthread_sigmask wasn't working.
166 Fix the problem with -lrt and clock_gettime a different way.
167 This should complete the fix for Bug#11884.
168 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
169
170 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
171
172 Merge from gnulib, incorporating:
173 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
174 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
175
176 2012-07-14 Glenn Morris <rgm@gnu.org>
177
178 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
179 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
180
181 2012-07-13 Glenn Morris <rgm@gnu.org>
182
183 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
184
185 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
186 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
187 Move "system type" macros here from src/s.
188 (BSD_SYSTEM_AHB): New hack macro.
189 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
190
191 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
192 (GC_MARK_SECONDARY_STACK): Move here from src/s.
193
194 2012-07-12 Glenn Morris <rgm@gnu.org>
195
196 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
197 setting here from src/s/darwin.h.
198
199 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
200 as src/s/darwin.h used to.
201
202 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
203 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
204 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
205 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
206 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
207 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
208 (XOS_NEEDS_TIME_H): Move here from src/s.
209
210 2012-07-11 Glenn Morris <rgm@gnu.org>
211
212 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
213 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
214
215 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
216
217 * configure.ac (tzset): Remove check that's redundant with gnulib.
218
219 2012-07-11 Glenn Morris <rgm@gnu.org>
220
221 * configure.ac (CLASH_DETECTION): Define unconditionally.
222
223 * configure.ac (opsysfile): Use bsd-common on gnu systems.
224
225 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
226 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
227
228 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
229
230 Assume mkdir, rename, rmdir, strerror.
231 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
232
233 2012-07-11 Glenn Morris <rgm@gnu.org>
234
235 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
236
237 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
238
239 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
240
241 Remove "#define unix" that is no longer needed (Bug#11905).
242 Merge from gnulib to make "#define unix" unnecessary, incorporating:
243 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
244 2012-07-09 getopt: Simplify after Emacs changed.
245
246 2012-07-10 Glenn Morris <rgm@gnu.org>
247
248 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
249 Move here from src/s.
250
251 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
252
253 * configure.ac (PNG_DEPSTRUCT): Define this instead of
254 PNG_DEPRECATED.
255
256 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
257
258 Add GCC-style 'const' attribute to functions that can use it.
259 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
260 (ATTRIBUTE_CONST): New macro, in config.h.
261
262 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
263
264 * lib/makefile.w32-in: Rework dependencies.
265 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
266 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
267 (U64_H, SHA512_H): New macros.
268 (SRC): Redefine to point to src/, not current directory.
269 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
270 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
271 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
272 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
273 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
274 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
275 ($(BLD)/filemode.$(O)): Update dependencies.
276
277 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
278
279 Merge from gnulib, incorporating:
280 2012-07-09 timespec: mark functions with const attributes
281
282 Rename configure.in to configure.ac (Bug#11603).
283 The name 'configure.in' has been obsolescent for quite some time,
284 and the next release of Autoconf will generate warnings for it.
285 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
286 'configure.in' as autoconf input" in the Autoconf git repository.
287 * configure.ac: Rename from configure.in.
288 * INSTALL, INSTALL.BZR, README, make-dist:
289 * Makefile.in (AUTOCONF_INPUTS):
290 * autogen.sh (autoconf_min):
291 * autogen/update_autogen (sources):
292 Adjust to reflect new name.
293
294 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
295
296 Restore deprecation warnings, except for older libpng.
297 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
298 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
299 (PNG_DEPRECATED): Define when compiling with older PNG versions.
300
301 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
302
303 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
304
305 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
306
307 Improve static checking when configured --with-ns.
308 See Samuel Bronson's remarks in
309 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
310 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
311 a no-op with recent GCC and harmful in earlier ones.
312 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
313 warning when compiling with ObjC. Always omit
314 -Wunsafe-loop-optimizations, as we don't mind when optimization is
315 being done correctly.
316
317 2012-07-07 Glenn Morris <rgm@gnu.org>
318
319 * configure.in (BROKEN_SA_RESTART): Doc fix.
320
321 * configure.in: Rather than checking for things then undef'ing
322 them on some platforms, simply don't check for them.
323 (getwd): Don't check for it on unixware.
324 (random, rint): Don't check for these on hpux.
325 (res_init, libresolv): Don't check for these on darwin.
326
327 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
328
329 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
330 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
331 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
332 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
333
334 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
335
336 * configure.in: Document --enable-gcc-warnings better.
337
338 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
339 This is safer than strcasecmp, which has unspecified behavior
340 outside the POSIX locale and in practice sometimes does not work
341 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
342 * configure.in (strcasecmp, strncasecmp): Remove checks.
343
344 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
345 * lib/c-strncasecmp.c: New files, taken from gnulib.
346 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
347
348 Merge from gnulib, incorporating:
349 2012-07-06 timespec-sub: avoid duplicate include
350 Reported by Juanma Barranquero.
351
352 2012-07-06 Glenn Morris <rgm@gnu.org>
353
354 * make-dist [update]: Let autoreconf figure out what needs updating.
355 Use `make info-real'. leim/leim-list.el should always exist.
356 Check cd return value.
357
358 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
359
360 Merge from gnulib. This is for OpenBSD 5.1 amd64.
361 * m4/sys_time_h.m4: New version from gnulib, incorporating:
362 2012-07-05 sys_time: allow too-wide tv_sec
363
364 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
365
366 Merge from gnulib.
367 * lib/alloca.in.h: New version from gnulib, incorporating:
368 2012-07-03 alloca: add support for HP NonStop TNS/E native
369
370 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
371
372 * configure.in: If --enable-gcc-warnings, disable
373 -Wunsafe-loop-optimizations for -O1 optimization level.
374
375 2012-06-30 Glenn Morris <rgm@gnu.org>
376
377 * configure.in (standardlisppath): New output variable.
378 (lisppath): Use standardlisppath.
379 * Makefile.in (standardlisppath): New, set by configure.
380 (epaths-force): Use standardlisppath and locallisppath rather than
381 lisppath.
382
383 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
384
385 * configure.in: Fix previous change. Remove --enable-asserts.
386 (CPPFLAGS): Remove conditional -DXASSERTS=1.
387 Add --enable-link-time-optimization.
388 * INSTALL: Mention this.
389
390 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
391
392 * configure.in: Add glyphs category to --enable-checking option.
393 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
394
395 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
396
397 * configure.in (ENABLE_CHECKING): Update comment.
398
399 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
400
401 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
402 Emacs proper no longer uses these headers, and can rely on Gnulib
403 for these checks.
404
405 Merge from gnulib.
406 * m4/getopt.m4: Copy new version from gnulib, incorporating:
407 getopt-posix: No longer guarantee that option processing is resettable.
408
409 2012-06-27 Glenn Morris <rgm@gnu.org>
410
411 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
412
413 * INSTALL: Remove references to paths.el.
414
415 2012-06-26 Eli Zaretskii <eliz@gnu.org>
416
417 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD. This
418 replaces separate dependency for each object file, which required
419 the same object file to be mentioned twice, causing failures in
420 parallel builds.
421
422 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
423
424 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
425 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
426
427 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
428
429 * configure.in (AC_CHECK_FUNCS): Detect library functions
430 strcasecmp and strncasecmp.
431
432 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
433
434 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
435 We might as well use the spelling standardized by C11,
436 as in the long run that should simplify maintenance.
437 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
438
439 2012-06-24 Eli Zaretskii <eliz@gnu.org>
440
441 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
442 ($(BLD)/timespec-add.$(O)):
443 ($(BLD)/timespec-sub.$(O)): Don't depend on
444 $(EMACS_ROOT)/nt/inc/sys/time.h.
445
446 * lib/stat-time.h:
447 * lib/timespec.h:
448 * lib/utimens.h: Revert last change.
449
450 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
451
452 Merge from gnulib.
453 * m4/getopt.m4: Copy new version from gnulib, incorporating:
454 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
455
456 2012-06-23 Eli Zaretskii <eliz@gnu.org>
457
458 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
459 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
460 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
461 $(BLD)/timespec-sub.$(O).
462 ($(BLD)/dtotimespec.$(O)):
463 ($(BLD)/gettime.$(O)):
464 ($(BLD)/timespec-add.$(O)):
465 ($(BLD)/timespec-sub.$(O)): New dependencies.
466
467 * lib/stat-time.h:
468 * lib/timespec.h:
469 * lib/utimens.h: Include sys/time.h.
470
471 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
472
473 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
474 the correct CFLAGS and LIBS.
475
476 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
477
478 Support higher-resolution time stamps (Bug#9000).
479 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
480 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
481 that the new clock stuff doesn't clash with RSVG_LIBS.
482 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
483 as gnulib does that for us now.
484 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
485 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
486 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
487 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
488 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
489 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
490 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
491 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
492 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
493 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
494 New files, copied automatically from gnulib.
495 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
496
497 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
498
499 Merge from gnulib.
500 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
501 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
502 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
503 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
504 Copy new versions from gnulib, incorporating the following changes:
505 2012-06-22 time_r: fix typo that always overrode localtime_r decl
506 2012-06-22 Write "Mac OS X" instead of "MacOS X".
507 2012-06-21 mktime: fix integer overflow in 'configure'-time test
508 2012-06-21 nonblocking: Avoid compilation error on mingw64.
509 2012-06-19 stat, fstat: Avoid warnings on mingw64.
510 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
511
512 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
513
514 * configure.in: Rename --enable-use-lisp-union-type to
515 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
516 instead of USE_LISP_UNION_TYPE.
517
518 2012-06-12 Glenn Morris <rgm@gnu.org>
519
520 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
521 (opsysfile): Set specially for sol2-10.
522
523 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
524 New AC_DEFINEs, for hpux11.
525 (opsysfile): Set specially for hpux11.
526
527 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
528
529 * configure.in: Coalesce some function checking.
530 This makes 'configure' a bit smaller.
531 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
532
533 2012-06-12 Glenn Morris <rgm@gnu.org>
534
535 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
536
537 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
538
539 * configure.in: Anticipate platforms with no src/s file.
540
541 2012-06-12 Chong Yidong <cyd@gnu.org>
542
543 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
544
545 2012-06-11 Glenn Morris <rgm@gnu.org>
546
547 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
548
549 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
550
551 * configure.in (dbus_type_is_valid): Check for library function.
552
553 2012-06-06 Glenn Morris <rgm@gnu.org>
554
555 * INSTALL, make-dist: Remove vcdiff.
556
557 2012-06-03 Glenn Morris <rgm@gnu.org>
558
559 * INSTALL, make-dist: Remove rcs-checkin.
560
561 2012-06-03 Ulrich Müller <ulm@gentoo.org>
562
563 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
564
565 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
566
567 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
568 It is confusingly named and rarely useful. See, for example,
569 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
570 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
571 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
572 * configure.in: Remove --disable-maintainer-mode.
573 (USE_MAINTAINER_MODE, MAINT): Remove.
574
575 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
576
577 Make 'configure' a bit smaller and faster.
578 * configure.in (INSTALL_INFO): Set it with one call to
579 AC_PATH_PROG, not three.
580 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
581 so likely that it'll be needed.
582 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
583 (AC_PROG_MAKE_SET): Remove; Automake does this.
584 (sysinfo): Do not check for this function, as it's never used.
585 (tzset): Check for this function just once.
586 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
587 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
588
589 2012-05-27 Eli Zaretskii <eliz@gnu.org>
590
591 * config.bat (lib): Create/update lib/stdalign.in-h and
592 lib/sys_types.in-h.
593
594 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
595 ($(BLD)/sha1.$(O)):
596 ($(BLD)/sha256.$(O)):
597 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
598 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
599
600 * lib/getopt_.h: Regenerate.
601
602 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
603
604 Assume gnulib does largefile.
605 Gnulib does the largefile configuration anyway, so when configure.in
606 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
607 * configure.in (AC_SYS_LARGEFILE): Remove.
608 * lib/gnulib.mk: Autoupdate.
609
610 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
611
612 Merge from gnulib. (Bug#11527)
613
614 The build procedure now creates <stdalign.h> and <sys/types.h> for
615 older hosts that lack a working <stdalign.h> or whose
616 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t. New
617 symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
618 msdos and nt builds.
619
620 Here is a precis of gnulib changes that seem relevant; please see
621 the gnulib ChangeLog for details.
622
623 2012-05-18 crypto: fix bug in large buffer handling
624 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
625 2012-05-10 _Noreturn: port config.h to gcc -Wundef
626 2012-05-08 warnings.m4: give a means to specify the program to compile
627 2012-05-07 stdint: be more consistent with glibc, SunOS libc
628 2012-04-21 Large File Support for native Windows platforms.
629 2012-04-14 stat: Bypass buggy override in mingw64.
630 2012-03-29 stdio: don't assume gets any more
631 2012-03-24 Enable common subexpression optimization in GCC.
632 2012-02-09 maint: replace FSF snail-mail addresses with URLs
633 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
634 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
635 2012-01-21 stdint: Add support for Android.
636 2012-01-15 Improve support for MSVC 9.
637 2012-01-08 mktime: Avoid compilation error on Solaris 11.
638 2012-01-05 Use ', not `, for quoting output.
639 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
640 2012-01-05 strtoimax: Work around AIX 5.1 bug.
641 2012-01-05 inttypes: Modernize.
642 2011-12-13 inttypes, stdint: add C++11 support
643 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
644 2011-11-21 _Noreturn: Check that _MSC_VER is defined
645 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
646 2011-11-09 raise: fix mingw handling of SIGPIPE
647 2011-10-27 Add stdalign module and use it in other modules.
648
649 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
650 * m4/sys_types_h.m4:
651 New files.
652 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
653 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
654 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
655 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
656 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
657 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
658 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
659 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
660 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
661 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
662 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
663 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
664 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
665 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
666 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
667 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
668 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
669 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
670 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
671 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
672 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
673 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
674 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
675 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
676 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
677 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
678 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
679 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
680 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
681 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
682 Update from gnulib.
683
684 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
685
686 Remove src/m/*.
687 * configure.in: Remove all mention of src/m/*.
688 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
689 All uses removed.
690 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
691 (BITS_PER_LONG_LONG): Move to src/lisp.h.
692 * lib/makefile.w32-in: Remove dependencies on
693 $(EMACS_ROOT)/src/m/intel386.h.
694 * make-dist: Don't make links to src/m.
695
696 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
697
698 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
699 Without this further fix, aclocal was being invoked unnecessarily.
700
701 2012-05-22 Glenn Morris <rgm@gnu.org>
702
703 * Makefile.in (blessmail, install-arch-dep, uninstall):
704 Check cd lib-src works.
705 (install-arch-dep, uninstall): Remove unneeded subshells.
706
707 2012-05-21 Glenn Morris <rgm@gnu.org>
708
709 * update-subdirs: Move to build-aux/.
710 * make-dist, Makefile.in (install-arch-indep): Update for this change.
711
712 * Makefile.in (leimdir): New, set by configure.
713 (COPYDIR, COPYDESTS): Add leim directories.
714 (install-leim): Remove.
715 (install-arch-indep): Handle leim installation directly.
716
717 * vpath.sed: Remove unused file.
718 * make-dist: No more vpath.sed.
719
720 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
721
722 Use full name for m4/gnulib-comp.m4. (Bug#11529)
723 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
724 even though the file's name in gnulib is m4/gnulib-comp.m4.
725 This had a problem when merging from gnulib, as the code temporarily
726 renamed it to the full name, causing problems when interrupted.
727 Now the file has its full name, with the idea that we will find
728 a solution for MS-DOS that does not affect the rest of Emacs.
729 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
730
731 Assume C89 or later.
732 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
733 (POINTER_TYPE, PROTOTYPES): Remove.
734
735 Make merging from gnulib a script, not a makefile action.
736 Putting it in a makefile has some problems with reflection, as
737 merging from gnulib updates 'configure', which can update the makefile.
738 Putting it in a standalone script breaks this loop.
739 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
740 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
741 Remove, moving the actions to the script admin/merge-gnulib.
742
743 2012-05-21 Glenn Morris <rgm@gnu.org>
744
745 * configure.in (LEIM_INSTALLDIR):
746 Rename to leimdir, treat like lispdir.
747
748 2012-05-21 Glenn Morris <rgm@gnu.org>
749
750 * Makefile.in (install-arch-indep, install-doc, install-info)
751 (uninstall): Scrap superfluous subshells.
752
753 2012-05-19 Ulrich Mueller <ulm@gentoo.org>
754
755 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
756
757 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
758
759 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
760 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
761 getsockopt, setsockopt, mremap, mempcpy.
762
763 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
764 is being removed.
765 (AC_CHECK_FUNCS): Remove ftime.
766
767 2012-05-19 Glenn Morris <rgm@gnu.org>
768
769 * Makefile.in (install-arch-indep): Remove unneeded subshell.
770
771 * Makefile.in (install-arch-indep): Remove unneeded chmod.
772 Set permissions of lisp/subdirs.el.
773
774 * Makefile.in (SUBDIR): Add leim. Update users.
775
776 * Makefile.in (lib, lib-src, lisp): Check cd return value.
777
778 * Makefile.in (leim): No need to set PARALLEL.
779
780 2012-05-18 Glenn Morris <rgm@gnu.org>
781
782 * Makefile.in (install-arch-indep, install-info, install-man):
783 Simplify some one-sided ifs.
784
785 * Makefile.in: Install only the relevant DOC file.
786 (install-arch-indep): Delete etc/DOC*.
787 (install-doc): No more need to delete etc/DOC.
788
789 * Makefile.in (install-arch-indep): Split into several rules.
790 (install-doc, innstall-info, install-man): New rules.
791
792 * configure.in (mandir): May as well include it in the NS app bundle.
793
794 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
795 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
796 (install-arch-indep): Don't install-etc for self-contained ns builds.
797
798 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
799 No longer unconditonally add /sw directories. (Bug#2280)
800
801 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
802 (install-arch-indep): Depend on install-leim.
803 (install): Remove explicit install-leim dependence.
804
805 * Makefile.in (install-arch-indep):
806 Move last element of mkdir rule here.
807 (mkdir): Remove rule.
808
809 * Makefile.in (install-arch-indep): Remove unneeded chmods.
810 INSTALL_DATA does this for us.
811
812 * Makefile.in (install-arch-dep): Ensure bindir exists.
813 Drop mkdir dependency.
814 (install-arch-indep): Ensure docdir, infodir, mandir exist.
815 (install-leim): Drop mkdir dependency.
816 (mkdir): Remove most directories, now made in relevant rules.
817
818 * Makefile.in (install-arch-indep): Combine adjacent loops.
819
820 2012-05-17 Glenn Morris <rgm@gnu.org>
821
822 * Makefile.in (install-etc, mkdir):
823 Make relevant directories in install-etc rather than mkdir.
824
825 * Makefile.in (write_subdir): Create the directory if needed.
826 (install-arch-dep, mkdir): No need to make site-lisp directories.
827
828 * Makefile.in (write_subdir): New.
829 (install-arch-indep, install-arch-dep): Use $write_subdir.
830
831 * configure.in (docdir, etcdir, infodir, lispdir):
832 For a self-contained ns build, set these to the appropriate values.
833 * Makefile.in (install-arch-dep): No need to move info/ any more.
834
835 * configure.in (ns_self_contained): New output variable.
836 * Makefile.in (ns_self_contained): New, set by configure.
837 (install-arch-dep): For a self-contained ns build,
838 don't bother installing binaries then immediately deleting them.
839
840 * Makefile.in (ns_appbindir, ns_appresdir):
841 Move them before things that may refer to them.
842 (install-arch-dep): No need to relocate self-contained ns libexec.
843
844 * configure.in (archlibdir): Set it for self-contained ns builds.
845 (libexecdir): Don't expand it now (this is mainly cosmetic).
846
847 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
848
849 * configure.in: Simplify by removing CPP etc.
850 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
851 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
852 In particular we no longer need to fiddle with CPP, since we don't
853 use CPP specially any more.
854 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
855 adjusted compiler.
856 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
857 since gl_EARLY and/or Autoconf already does these.
858
859 2012-05-16 Glenn Morris <rgm@gnu.org>
860
861 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
862 (CPP): Do not unconditionally set it on Darwin.
863 Instead, try to test if -no-cpp-precomp is accepted.
864 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
865
866 2012-05-15 Glenn Morris <rgm@gnu.org>
867
868 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
869
870 * Makefile.in (install-arch-dep): Do not hard-code version number.
871
872 * Makefile.in (install-arch-dep): NS install no longer needs to
873 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
874
875 2012-05-12 Glenn Morris <rgm@gnu.org>
876
877 * configure.in (ns_appbindir): Remove trailing "/".
878
879 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
880 (MKDEPDIR): Use $MKDIR_P.
881 * Makefile.in (MKDIR_P): New, set by configure.
882 (mkdir): Use $MKDIR_P.
883
884 2012-05-11 Glenn Morris <rgm@gnu.org>
885
886 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
887 Use INSTALL_DATA for the DOC file.
888 Remove dead code for ./lisp that never executes.
889
890 2012-05-10 Glenn Morris <rgm@gnu.org>
891
892 * configure.in (LEIM_INSTALLDIR): New output variable.
893
894 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
895
896 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
897
898 2012-05-08 Glenn Morris <rgm@gnu.org>
899
900 * make-dist: No more doc/lispref/*.el.
901
902 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
903
904 * configure.in: Fix quoting bugs.
905
906 2012-05-04 Glenn Morris <rgm@gnu.org>
907
908 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
909
910 2012-05-02 Glenn Morris <rgm@gnu.org>
911
912 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
913 the choices made by FreeBSD and NetBSD. (Bug#10313)
914
915 * Makefile.in (INFO_FILES): Remove variable.
916 (INFO_NONMISC): New variable.
917 (install-arch-indep, uninstall): Don't use $INFO_FILES.
918
919 * Makefile.in (uninstall): Remove useless-use-of-for; that for
920 some reason caused problems on an old Solaris.
921
922 * Makefile.in (install-arch-indep, uninstall):
923 Ensure that INSTALL-type commands are run from top-level.
924
925 * info/dir: Make some entries consistent with the source texi files.
926
927 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
928
929 2012-05-02 Glenn Morris <rgm@gnu.org>
930
931 * Makefile.in (install-arch-indep):
932 Combine adjacent install-data and install-info loops.
933
934 2012-05-01 Glenn Morris <rgm@gnu.org>
935
936 * Makefile.in (MAN_PAGES): Remove.
937 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
938
939 * configure.in: Try libtinfo for tputs.
940 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
941
942 * configure.in: Combine adjacent $opsys case blocks.
943
944 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
945
946 * configure.in: Invert the TERMINFO logic,
947 since "yes" is far more common than "no".
948
949 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
950
951 * configure.in (LD_SWITCH_X_SITE_RPATH):
952 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
953
954 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
955
956 2012-04-26 Glenn Morris <rgm@gnu.org>
957
958 * make-dist: No more doc/lispref/tindex.pl.
959
960 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
961
962 * configure.in (dbus_validate_bus_name, dbus_validate_path)
963 (dbus_validate_interface, dbus_validate_member): Check also for
964 these library functions.
965
966 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
967
968 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
969 With glibc 2.14 or later, when compiled with GCC 4.7.0's
970 -Werror=deprecated-declarations flag, use of hooks like
971 __malloc_initialize_hook causes compilation to fail because these
972 hooks are deprecated. Modify 'configure' to check for these hooks too.
973 Simplify the 'configure' code to test for all the hooks at once.
974 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
975 (emacs_cv_var_doug_lea_malloc): ... this new var.
976
977 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
978
979 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
980 dated 2011-10-07. Regenerating from current gnulib would be a
981 pervasive change, and currently the trunk isn't open to such changes.
982 * configure.in (WARN_CFLAGS): Remove; no longer needed now
983 that gnulib does it.
984 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
985
986 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
987
988 * m4/gl-comp.m4: Update. (Bug#11285)
989
990 2012-04-20 Ludovic Courtès <ludo@gnu.org>
991
992 * configure.in: Don't use the -R option (Bug#11251).
993
994 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
995
996 configure: new option --enable-gcc-warnings (Bug#11207)
997 I have been using this change for many months in my private copy
998 of Emacs, and have used it to find several bugs. It's mature
999 enough to publish now.
1000 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
1001 * configure.in: Support --enable-gcc-warnings, in the style of
1002 other GNU packages such as coreutils.
1003 (C_WARNINGS_SWITCH): Remove, replacing with...
1004 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
1005 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
1006 when including system files with GCC.
1007 * etc/NEWS: Mention --enable-gcc-warnings.
1008 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
1009 * lib/Makefile.am (AM_CFLAGS): New macro.
1010 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
1011
1012 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1013
1014 * configure.in (AC_CHECK_FUNCS):
1015 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
1016
1017 2012-04-16 Glenn Morris <rgm@gnu.org>
1018
1019 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
1020
1021 * configure.in: Remove X libs workaround for old autoconf.
1022
1023 2012-04-12 Ken Brown <kbrown@cornell.edu>
1024
1025 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
1026
1027 2012-04-11 Glenn Morris <rgm@gnu.org>
1028
1029 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
1030
1031 2012-04-10 Glenn Morris <rgm@gnu.org>
1032
1033 * configure.in: Conditionally generate admin/unidata/Makefile.
1034
1035 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1036
1037 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
1038
1039 2012-04-09 Glenn Morris <rgm@gnu.org>
1040
1041 * Makefile.in (leim): Check cd return value. Pass fewer variables.
1042 (install-leim): Check cd return value. Pass $MFLAGS.
1043 (install-strip): Pass $MFLAGS.
1044
1045 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
1046 Eg org.texi has been using 4.7 functions for some time.
1047
1048 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
1049
1050 Check pkg-config exit status when configuring (Bug#10626).
1051 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
1052 works; check its exit status. Problem reported by Jordi Gutiérrez
1053 Hermoso in
1054 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
1055
1056 2012-04-07 Glenn Morris <rgm@gnu.org>
1057
1058 * README, configure.in (AC_INIT): Bump version to 24.1.50.
1059
1060 2012-04-07 Eli Zaretskii <eliz@gnu.org>
1061
1062 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
1063
1064 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
1065
1066 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
1067 * configure.in (LIBS_TERMCAP): Default this to the result of
1068 the tputs library search. Do a run-time test for the linkability
1069 of tputs unless cross-compiling, as that's more reliable if the
1070 link flags and libraries are messed up. Don't change LIBS as
1071 a result of the test, as that may mess up later tests.
1072
1073 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
1074
1075 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
1076
1077 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
1078 specific makefiles to support getopt_.h generation with MSVC.
1079
1080 2012-02-04 Glenn Morris <rgm@gnu.org>
1081
1082 * Makefile.in (uninstall):
1083 Handle compressed info files and man pages. (Bug#10718)
1084
1085 2012-02-02 Glenn Morris <rgm@gnu.org>
1086
1087 * configure.in [HAVE_NS]:
1088 Error if use --without-toolkit-scroll-bars. (Bug#10673)
1089
1090 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
1091
1092 Port to older Solaris 10 versions (Bug#10677).
1093 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
1094 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
1095 possibly this is because Sun fixed the 'stat' bug in my version.
1096 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
1097 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
1098 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1099 These changes are based on gnulib version
1100 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
1101 because Emacs is in feature freeze and we do not want to merge any
1102 more-recent changes from gnulib.
1103
1104 2012-01-31 Glenn Morris <rgm@gnu.org>
1105
1106 * configure.in: Throw an explicit error if Motif toolkit was
1107 requested but requirements could not be found.
1108
1109 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
1110
1111 2012-01-30 Eli Zaretskii <eliz@gnu.org>
1112
1113 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
1114 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
1115 with "make -j3".
1116
1117 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
1118
1119 * .bzrignore: Ignore etc/__pycache__.
1120
1121 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
1122
1123 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
1124 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
1125 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
1126 by Nelson H. F. Beebe in
1127 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
1128
1129 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
1130
1131 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
1132
1133 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
1134
1135 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
1136 instead of LDFLAGS (Bug#10230).
1137
1138 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1139
1140 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
1141
1142 Propagate configure flags to sub-configures.
1143 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
1144 New macros.
1145 (config.status, bootstrap): Use them to propagate configure flags
1146 to sub-configures.
1147 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
1148
1149 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1150
1151 * .bzrignore: Add config.cache.
1152
1153 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
1154
1155 * configure.in: Check for gtk_window_set_has_resize_grip.
1156
1157 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1158
1159 * configure.in (HAVE_XPM): Fix typo.
1160
1161 2011-11-22 Glenn Morris <rgm@gnu.org>
1162
1163 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
1164 have confusing effects on the build. (Bug#6401)
1165
1166 * Makefile.in (install-arch-dep): Tweak previous change.
1167
1168 2011-11-22 Yavor Doganov <yavor@gnu.org>
1169
1170 Do not install arch-dependent files in the app bundle if
1171 --disable-ns-self-contained is requested. (Bug#1335)
1172 * configure.in (exec_prefix, libexecdir): Define relative to
1173 `ns_appbindir' only if configured for a self-contained app.
1174 * Makefile.in (install-arch-dep): Test for the existence of
1175 libexec in the Emacs.app bundle before executing commands.
1176
1177 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
1178
1179 * configure.in: Remove reference to src/m/ibms390.h.
1180
1181 2011-11-13 Glenn Morris <rgm@gnu.org>
1182
1183 * INSTALL: Tiny updates for disk space used during installation.
1184
1185 2011-11-05 Eli Zaretskii <eliz@gnu.org>
1186
1187 * lib/makefile.w32-in (FRC): New dummy target.
1188 (TAGS): Depend on FRC.
1189
1190 2011-11-04 Glenn Morris <rgm@gnu.org>
1191
1192 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
1193 Do not include GnuTLS version info in final summary message.
1194
1195 2011-10-31 Eli Zaretskii <eliz@gnu.org>
1196
1197 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
1198 they exist there, else from autogen/.
1199
1200 * make-dist (msdos): Add depfiles.bat and inttypes.h.
1201
1202 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
1203
1204 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
1205
1206 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
1207
1208 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
1209 if the library is found. Otherwise, later configure-time tests,
1210 such as the test for pthread_sigmask, generate the wrong results
1211 on some platforms. Problem reported for FreeBSD by Nali Toja.
1212
1213 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
1214
1215 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
1216 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
1217 Remove; no longer needed, now that we defer to strftime for time
1218 zone names.
1219
1220 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
1221
1222 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
1223
1224 2011-10-18 Chong Yidong <cyd@gnu.org>
1225
1226 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
1227
1228 2011-10-13 Glenn Morris <rgm@gnu.org>
1229
1230 * configure.in: Also look for tputs in libcurses. (Bug#9736)
1231
1232 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
1233
1234 * configure.in: Remove check for -lintl (Bug#9713).
1235 The check could break 'configure' on GNU/Linux with a (broken) libintl.
1236 The check was helpful but not essential in Solaris 2.6 (1997),
1237 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
1238 obsolete -- Sun dropped support for it in 2006 -- and without
1239 access to that Silurian platform we can't maintain the code anyway.
1240
1241 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
1242
1243 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
1244 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
1245 * m4/gnulib-common.m4: Merge from gnulib.
1246 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
1247 command not found" on powerpc-apple-darwin9.8.0.
1248
1249 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
1250 This is now done by src/alloc.c.
1251
1252 2011-10-02 Richard Stallman <rms@gnu.org>
1253
1254 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
1255 and xlinux_second_failure to xgnu_linux_second_failure.
1256
1257 2011-09-29 Eli Zaretskii <eliz@gnu.org>
1258
1259 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
1260 lib/signal.in-h.
1261
1262 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
1263 Rename signal.in.h and alloca.in.h.
1264
1265 2011-09-28 Eli Zaretskii <eliz@gnu.org>
1266
1267 * INSTALL: Mention that m17n libraries and libotf are needed for
1268 Arabic shaping.
1269
1270 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
1271
1272 Merge from gnulib, improving some licensing wording.
1273 This clarifies and fixes some licensing issues raised by Glenn Morris
1274 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
1275 It also merges the latest version of texinfo.tex and has some
1276 MSVC-related changes that don't affect Emacs.
1277 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
1278 pathmax, and raise, since these are needed only to address
1279 MSVC-related issues that Emacs doesn't have.
1280 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
1281 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
1282 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
1283 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
1284 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
1285 * m4/unistd_h.m4: Merge from gnulib.
1286
1287 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
1288
1289 * configure.in: Initialize HAVE_LIBXML2.
1290
1291 2011-09-26 Glenn Morris <rgm@gnu.org>
1292
1293 * make-dist: Add lib/makefile.w32-in.
1294
1295 2011-09-24 Glenn Morris <rgm@gnu.org>
1296
1297 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
1298
1299 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1300
1301 * .dir-locals.el: Change the debbugs regexp to allow having the
1302 bug number as the first thing on a line.
1303
1304 2011-09-15 Glenn Morris <rgm@gnu.org>
1305
1306 * configure.in: Make configure work with recent GNUsteps.
1307 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
1308 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
1309 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
1310
1311 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
1312
1313 Merge from gnulib, porting to Tru64.
1314 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
1315 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1316 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
1317 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
1318 doesn't affect Emacs.
1319
1320 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1321
1322 * configure.in (isnan): Remove now-unnecessary check.
1323
1324 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1325
1326 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
1327 This is to fix the following problems:
1328 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
1329 configured not to use gtk or any other thread-using library,
1330 signals aren't blocked correctly.
1331 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
1332 and IRIX's signal handling.
1333 . On Cygwin 1.7.5 it works around an incompatibility with
1334 the system pthread_sigmask.
1335 . On MacOS X 10.5 (32-bit), files whose inode numbers
1336 exceed 2**31 cannot be read or manipulated.
1337 . pthread_sigmask: Actually use results of gl_THREADLIB.
1338 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
1339 . find 'ar' program that fits with --host argument.
1340 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
1341 * autogen/README: Update destination list.
1342 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
1343 The autogenerated files compile, config.guess,
1344 config.sub, depcomp, install-sh, and missing are now in build-aux.
1345 * m4/largefile.m4: New file, so that Emacs does not mess up when
1346 accessing files with large inode numbers in MacOS X 10.5 and later.
1347 * m4/nocrash.m4: New file, to avoid triggering background debugger
1348 and/or create core dumps during 'configure'.
1349 * build-aux/move-if-change: Renamed from move-if-change.
1350 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
1351 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
1352 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
1353 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
1354 * Makefile.in (epaths-force, sync-from-gnulib):
1355 move-if-change is now in build-aux.
1356 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
1357 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
1358 (mkdir): install-sh is now in build-aux.
1359 * config.bat: c++defs.h is now in build-aux/snippets.
1360 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
1361 usual parameter).
1362 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1363 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
1364 to build-aux/snippet.
1365 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
1366 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
1367 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
1368 Solaris, enables MacOS extensions, and enables nocrash during
1369 'configure'.
1370 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
1371
1372 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
1373
1374 * configure.in (snprintf): New check.
1375
1376 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
1377
1378 * configure.in (opsys): Change pattern to *-*-linux*
1379 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1380 Remove unreachable pattern hppa*-*-linux-gnu*.
1381 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
1382 and that can't possibly work now that src/m/hp800.h no longer exists.
1383
1384 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
1385
1386 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
1387
1388 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
1389
1390 * configure.in: Add header check: sys/socket.h (Bug#8477),
1391 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
1392 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
1393
1394 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
1395
1396 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
1397 (HAVE_GTK_AND_PTHREAD): Remove.
1398
1399 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
1400
1401 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
1402 build, not just GNUstep (Bug#9177).
1403
1404 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
1405
1406 Assume freestanding C89 headers, string.h, stdlib.h.
1407 Again, this simplifies the code, and all current platforms have these.
1408 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
1409 (AC_HEADER_STDC): Remove.
1410 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
1411 (strchr, strrchr): Remove fallback macros.
1412
1413 Assume support for memcmp, memcpy, memmove, memset.
1414 This simplifies the code a bit. All current platforms have these,
1415 as they are required for C89. If this turns into a problem we
1416 can add the gnulib modules for these (a 1-line change to Makefile.in).
1417 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
1418
1419 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
1420
1421 * GNUmakefile: New file.
1422 This is for convenience, so that one can run GNU make in an
1423 unconfigured source tree, and get a default build.
1424
1425 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
1426
1427 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
1428
1429 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1430
1431 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
1432 so as to suppress address randomization (Bug#8395).
1433
1434 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
1435
1436 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
1437 This fixes a build problem on older Mac OS X hosts.
1438
1439 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
1440 test, which runs afoul of Automake installations where, for example,
1441 /usr/share/aclocal contains a copy of gl_THREADLIB.
1442 Problem reported by Sven Joachim in
1443 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
1444 This is just a quick temporary fix, specific to Emacs; I'll work
1445 with the other gnulib maintainers to get a more-permanent fix.
1446
1447 Add gnulib's strtoimax module, needed on Solaris 8.
1448 * Makefile.in (GNULIB_MODULES): Add strtoimax.
1449 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
1450 automatically imported from gnulib.
1451 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1452
1453 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
1454
1455 Add gnulib support for pthread_sigmask (Bug#9010).
1456 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
1457 * configure.in (AC_TYPE_UID_T): New dummy macro.
1458 Configure gnulib after adjusting LIBS,
1459 so that gnulib can assume the libraries in LIBS.
1460 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
1461 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
1462 * lib/pthread_sigmask.c:
1463 New files, automatically imported from gnulib.
1464 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
1465 due to the above changes.
1466 * .bzrignore: Add lib/signal.h.
1467
1468 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
1469
1470 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
1471
1472 * configure.in (maintainer-mode): Reflect default in help string.
1473
1474 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1475
1476 * configure.in: Remove reference to iris4d.h.
1477
1478 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
1479
1480 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
1481
1482 2011-07-01 Glenn Morris <rgm@gnu.org>
1483
1484 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
1485
1486 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1487
1488 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
1489 which made ./configure infloop.
1490
1491 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
1492
1493 * configure.in (gsettings): New option and check for GSettings.
1494
1495 2011-06-29 Glenn Morris <rgm@gnu.org>
1496
1497 * configure.in: Try to test for the required crt*.o files.
1498
1499 2011-06-27 Bill Wohler <wohler@newt.com>
1500
1501 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
1502
1503 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
1504
1505 Use gnulib's dup2 module instead of rolling our own.
1506 * Makefile.in (GNULIB_MODULES): Add dup2.
1507 * configure.in: Do not check for dup2; gnulib does that now.
1508 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
1509
1510 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
1511
1512 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
1513
1514 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
1515
1516 Use gnulib's alloca-opt module.
1517 * .bzrignore: Add lib/alloca.h.
1518 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
1519 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
1520 as gnulib now does that for us. Put alloca check in config.h.
1521 Include <alloca.h> before any other include file, for AIX 3.
1522 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1523 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
1524
1525 2011-06-21 Leo Liu <sdl.web@gmail.com>
1526
1527 * m4/sha256.m4:
1528 * m4/sha512.m4:
1529 * m4/gl-comp.m4:
1530 * lib/u64.h:
1531 * lib/sha256.c:
1532 * lib/sha256.h:
1533 * lib/sha512.c:
1534 * lib/sha512.h:
1535 * lib/makefile.w32-in (GNULIBOBJS):
1536 * lib/gnulib.mk:
1537 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
1538 crypto/sha512 modules from gnulib.
1539
1540 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
1541
1542 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
1543
1544 2011-06-17 Glenn Morris <rgm@gnu.org>
1545
1546 * configure.in: Restore the behavior of checking crt-dir only
1547 when the user specified it (not all platforms use it).
1548
1549 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
1550
1551 * m4/lstat.m4: Merge from gnulib (Bug#8878).
1552
1553 2011-06-16 Miles Bader <miles@gnu.org>
1554
1555 * configure.in: Try to determine CRT_DIR automatically when
1556 using gcc.
1557
1558 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
1559
1560 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
1561 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
1562 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
1563 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
1564 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
1565 Merge from gnulib.
1566
1567 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
1568
1569 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
1570
1571 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
1572
1573 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
1574
1575 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
1576
1577 * configure.in: Add --with-wide-int.
1578 * INSTALL: Mention this.
1579
1580 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
1581
1582 Merge from gnulib.
1583 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
1584
1585 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1586
1587 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
1588
1589 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
1590
1591 Use 'inline', not 'INLINE'.
1592 * configure.in (INLINE): Remove.
1593
1594 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
1595
1596 Adjust to recent gnulib change for @GUARD_PREFIX@.
1597 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
1598 All uses of _GL_ for guard prefixes in lib/*.h replaced with
1599 _@GUARD_PREFIX@_.
1600
1601 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1602
1603 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
1604
1605 2011-05-24 Glenn Morris <rgm@gnu.org>
1606
1607 * Makefile.in (check): Just give a message if no test/ directory.
1608
1609 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
1610
1611 * configure.in (OPT_MAKEFILES_IN): Remove.
1612 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
1613 (SUBDIR_MAKEFILES_IN): New output variable.
1614 * Makefile.in (OPT_MAKEFILES_IN): Remove.
1615 (SUBDIR_MAKEFILES_IN): Let configure set it.
1616
1617 2011-05-24 Leo Liu <sdl.web@gmail.com>
1618
1619 * m4/sha1.m4:
1620 * m4/gl-comp.m4:
1621 * lib/sha1.h:
1622 * lib/sha1.c:
1623 * lib/makefile.w32-in (GNULIBOBJS):
1624 * lib/gnulib.mk:
1625 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
1626
1627 2011-05-24 Glenn Morris <rgm@gnu.org>
1628
1629 * configure.in: Remove test for already configured source directory.
1630 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
1631
1632 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
1633
1634 2011-05-24 Glenn Morris <rgm@gnu.org>
1635
1636 * make-dist: Don't distribute test/. (Bug#8107)
1637 * configure.in (OPT_MAKEFILES_IN): New output variable.
1638 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
1639 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
1640 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
1641 (check): Give an explicit error if test/ is not present.
1642
1643 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
1644 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
1645 (Makefile): Use $SUBDIR_MAKEFILES_IN.
1646
1647 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
1648
1649 * lib/verify.h: Merge from gnulib.
1650
1651 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
1652
1653 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
1654 Merge from gnulib.
1655
1656 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
1657
1658 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
1659
1660 2011-05-20 Eli Zaretskii <eliz@gnu.org>
1661
1662 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
1663
1664 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
1665
1666 2011-05-20 Glenn Morris <rgm@gnu.org>
1667
1668 * configure.in (lisp_frag): New output file.
1669
1670 2011-05-19 Glenn Morris <rgm@gnu.org>
1671
1672 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
1673 (WINDOW_SUPPORT): Remove output variables that are no longer used.
1674
1675 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1676
1677 * lib/gnulib.mk:
1678 * lib/intprops.h:
1679 * lib/unistd.in.h:
1680 * m4/inttypes.m4:
1681 * m4/stdint.m4:
1682 * m4/unistd_h.m4: Sync from gnulib.
1683
1684 2011-05-14 Glenn Morris <rgm@gnu.org>
1685
1686 * configure.in: Treat failure to find an X toolkit the same way we treat
1687 failure to find X and image support.
1688
1689 2011-05-12 Glenn Morris <rgm@gnu.org>
1690
1691 * Makefile.in (src, install-arch-indep, bootstrap-clean)
1692 (check-declare): Shell portability fixes. (Bug#8642)
1693
1694 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1695
1696 * configure.in: Require GnuTLS 2.6.x or higher.
1697
1698 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
1699
1700 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
1701 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
1702 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
1703
1704 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
1705 This new gnulib-tool option saves 'configure' the trouble of
1706 checking for strtoull when strtoumax exists.
1707
1708 * configure.in (BITS_PER_LONG_LONG): New macro.
1709
1710 2011-05-05 Glenn Morris <rgm@gnu.org>
1711
1712 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
1713 (top_distclean): Delete config.log~.
1714
1715 2011-04-27 Ben Key <bkey76@gmail.com>
1716
1717 * configure.in: Fixed a bug that caused configure with
1718 --enable-checking=stringoverrun to have no effect.
1719
1720 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
1721
1722 * configure.in: Suppress unnecessary checks for size_t.
1723 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
1724 (size_t): Do not check for this, and do not typedef. This code
1725 is never exercised now.
1726
1727 * Makefile.in (GNULIB_MODULES): Add strtoumax.
1728 This is needed for the new integer-reading code in lread.c.
1729 It automatically pulls in the following gnulib files, which
1730 are used on old-fashioned platforms that don't have strtoumax:
1731 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1732 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1733 m4/strtoull.m4, m4/strtoumax.m4.
1734 * .bzrignore: Add lib/inttypes.h.
1735
1736 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1737
1738 * configure.in: Check for GnuTLS certificate verify callbacks.
1739
1740 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1741
1742 * Makefile.in (config.status): Don't erase in case of error.
1743 In case it disappeared, rebuild it with `configure'.
1744
1745 2011-04-20 Ken Brown <kbrown@cornell.edu>
1746
1747 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1748
1749 2011-04-12 Glenn Morris <rgm@gnu.org>
1750
1751 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
1752
1753 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
1754
1755 * lib/allocator.c: New file, automatically generated by gnulib.
1756
1757 2011-04-07 Glenn Morris <rgm@gnu.org>
1758
1759 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
1760
1761 2011-04-06 Eli Zaretskii <eliz@gnu.org>
1762
1763 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
1764 Revert last change.
1765
1766 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
1767
1768 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1769 ($(BLD)/careadlinkat.$(O)): New target.
1770 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1771 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1772 Update dependencies.
1773
1774 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
1775
1776 Fix more problems found by GCC 4.6.0's static checks.
1777
1778 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1779
1780 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
1781 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1782 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1783 * m4/ssize_t.m4: New files, automatically generated from gnulib.
1784
1785 2011-04-06 Glenn Morris <rgm@gnu.org>
1786
1787 * autogen/update_autogen: Handle loaddefs-like files as well.
1788 (usage): Add -l, -C.
1789 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1790 With -l, check status of lisp/ as well.
1791 With -C, clean before building.
1792 (autoreconf): Only pass -f in the `clean' case.
1793 (commit): New function.
1794
1795 2011-03-28 Glenn Morris <rgm@gnu.org>
1796
1797 * autogen/update_autogen: Pass -f to autoreconf.
1798
1799 * autogen.sh (get_version): Discard "not found" lines.
1800 (check_version): Respect $AUTOCONF etc environment variables.
1801
1802 2011-03-27 Glenn Morris <rgm@gnu.org>
1803
1804 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1805 (AH_BOTTOM): Do not define SIGTYPE.
1806
1807 2011-03-26 Glenn Morris <rgm@gnu.org>
1808
1809 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1810 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1811
1812 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
1813
1814 * autogen/update_autogen: Remove useless function keyword.
1815
1816 2011-03-25 Eli Zaretskii <eliz@gnu.org>
1817
1818 * config.bat: Generate src/config.h and lib/Makefile from
1819 autogen/config.in and autogen/Makefile.in.
1820
1821 2011-03-25 Glenn Morris <rgm@gnu.org>
1822
1823 * compile, config.guess, config.sub, depcomp, install-sh, missing:
1824 Remove; autoreconf can supply them.
1825 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1826 config.guess, install-sh. Pass -i to autoreconf.
1827 * autogen/update_autogen (genfiles): Add compile, config.guess,
1828 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
1829 Discard non-error output from autoreconf in -q case.
1830 * autogen/compile, autogen/config.guess, autogen/config.sub:
1831 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1832 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1833 install-sh, missing.
1834
1835 2011-03-23 Glenn Morris <rgm@gnu.org>
1836
1837 * autogen/update_autogen: Fix typo.
1838 (msg): Remove function; use `exec' instead.
1839
1840 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1841 (sync-from-gnulib): Don't sync mkinstalldirs.
1842 * make-dist: Don't distribute mkinstalldirs.
1843
1844 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
1845
1846 Fix more problems found by GCC 4.5.2's static checks.
1847 * Makefile.in (GNULIB_MODULES): Add socklen.
1848 * configure.in: Do not check for sys/socket.h, since socklen does that.
1849 * m4/socklen.m4: New automatically-generated file, from gnulib.
1850
1851 fakemail: Remove dependency on ignore-value.
1852 * Makefile.in (GNULIB_MODULES): Add stdio.
1853 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
1854 imported from gnulib.
1855 * .bzrignore: Add lib/stdio.h.
1856
1857 2011-03-22 Glenn Morris <rgm@gnu.org>
1858
1859 * autogen/copy_autogen: Work from ./ or ../.
1860 Fix time-stamps.
1861 * autogen.sh: Doc fix.
1862
1863 2011-03-20 Glenn Morris <rgm@gnu.org>
1864
1865 * autogen/: New directory, to be excluded from releases.
1866 * autogen/copy_autogen, autogen/update_autogen: New scripts.
1867 * autogen/README: New file.
1868 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1869 * autogen/Makefile.in: Add auto-updated generated files.
1870 * autogen.sh: No longer a no-op, now it tests for autotools
1871 and runs them as necessary.
1872 * configure.in: Default maintainer-mode to on.
1873 * aclocal.m4, configure, lib/Makefile.in: Remove files.
1874
1875 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
1876
1877 Update for gnulib.
1878 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1879 includes <intprops.h> directly.
1880 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1881 when building Emacs on Solaris 9 and running it on Solaris 10.
1882
1883 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1884
1885 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
1886
1887 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * Version 23.3 released.
1890
1891 2011-03-06 Glenn Morris <rgm@gnu.org>
1892
1893 * configure.in (FREETYPE_LIBS): Actually set it to something.
1894
1895 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1896
1897 Work around some portability problems with symlinks.
1898
1899 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1900 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1901 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1902 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1903 * m4/symlink.m4:
1904 New files, automatically generated from gnulib.
1905 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1906 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1907
1908 2011-02-26 Eli Zaretskii <eliz@gnu.org>
1909
1910 * .bzrignore: Ignore new lib/*.in-h files.
1911
1912 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
1913 depfiles.bat even if lib/deps already exist.
1914
1915 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
1916
1917 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
1918 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
1919 recent changes to configure.in and to gnulib.
1920
1921 2011-02-24 Glenn Morris <rgm@gnu.org>
1922
1923 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
1924 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
1925
1926 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1927
1928 Assume S_ISLNK etc. work, since gnulib supports this.
1929 * Makefile.in (GNULIB_MODULES): Add sys_stat.
1930 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
1931 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
1932 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
1933
1934 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
1935
1936 * lib/min-max.h: New file, for "min" and "max".
1937
1938 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1939
1940 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
1941 $(EMACS_ROOT)/nt/inc/stdint.h.
1942
1943 2011-02-21 Eli Zaretskii <eliz@gnu.org>
1944
1945 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
1946 src/makefile.w32-in and adapt. Depend on stamp_BLD.
1947 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
1948
1949 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1950
1951 Import filemode module from gnulib.
1952 * .bzrignore: Add lib/sys/.
1953 * Makefile.in (GNULIB_MODULES): Add filemode.
1954 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
1955 * lib/filemode.c: Renamed from src/filemode.c and regenerated
1956 from gnulib. This adds support for some more file types, e.g.,
1957 Cray DMF migrated files.
1958 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
1959 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
1960 * m4/sys_stat_h.m4: New files, generated from gnulib.
1961 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1962 Regenerate.
1963
1964 2011-02-20 Eli Zaretskii <eliz@gnu.org>
1965
1966 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
1967 $(EMACS_ROOT)/nt/inc/sys/stat.h.
1968
1969 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1970
1971 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
1972 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
1973 is no longer needed, due to the recent SSDATA and related changes.
1974 Perhaps -Wno-pointer-sign should also be removed from
1975 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
1976 way to test this so I left it alone.
1977 * configure: Regenerate.
1978
1979 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
1980
1981 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
1982 src/makefile.w32-in.
1983
1984 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1985
1986 Import crypto/md5 and stdint modules from gnulib.
1987 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1988 Regenerate.
1989 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
1990 Import the new versions from gnulib; they assume a C99-style
1991 <stdint.h>, supplied by the stdint module.
1992 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
1993 imported from gnulib.
1994 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
1995 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
1996 special cases.
1997
1998 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1999
2000 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
2001 Add lib/deps/.
2002
2003 * config.bat: Configure in `lib'.
2004 Generate *.Po files in lib/deps.
2005
2006 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
2007
2008 Import IRIX 6.5 getloadavg fixes from gnulib.
2009 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
2010
2011 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
2012
2013 Import getloadavg module from gnulib.
2014 * .bzrignore: Add lib/stdlib.h.
2015 * Makefile.in (GNULIB_MODULES): Add getloadavg.
2016 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
2017 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
2018 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
2019 Remove; gnulib does this now.
2020 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
2021 from gnulib. This adds support for several other systems, such
2022 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
2023 buffer overrun on Linux hosts under very high load, and on hosts
2024 that maintain a channel to the load average file it makes sure
2025 the file descriptor is close-on-exec (on hosts that support this)
2026 and is not stdin, stdout, or stderr.
2027 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
2028 from gnulib.
2029 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2030 * src/config.in: Regenerate.
2031
2032 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2033
2034 Merge from gnulib.
2035
2036 * install-sh: Update to scriptversion 2011-01-19.21.
2037
2038 2011-02-13 Bruno Haible <bruno@clisp.org>
2039
2040 Consistent macro naming for macros that use GCC __attribute__.
2041 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
2042 ATTRIBUTE_DEPRECATED.
2043
2044 2011-02-12 Bruno Haible <bruno@clisp.org>
2045
2046 setlocale: Prefer gnulib's override over libintl's override.
2047 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
2048 GNULIB_defined_setlocale is set.
2049
2050 2011-02-13 Glenn Morris <rgm@gnu.org>
2051
2052 * make-dist: Exclude generated file src/globals.h.
2053
2054 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
2055
2056 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
2057 Sync from gnulib, which has been patched to fix the problem
2058 with the license notices. Problem reported by Glenn Morris in
2059 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
2060
2061 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * .bzrignore: Ignore globals.h and related stamp.
2064
2065 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2066
2067 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
2068 This merges the following fix from gnulib:
2069
2070 2011-02-08 Bruno Haible <bruno@clisp.org>
2071
2072 Split large sed scripts, for HP-UX sed.
2073
2074 2011-02-08 Tom Tromey <tromey@redhat.com>
2075
2076 * configure: Rebuild.
2077 * configure.in (NS_OBJC_OBJ): New subst.
2078
2079 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
2080
2081 gnulib: allow multiple gnulib generated replacements to coexist
2082 This defines a few preprocessor symbols that should not affect Emacs.
2083 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
2084 via "make sync-from-gnulib".
2085
2086 gnulib: undo previous change
2087 The upstream _HEADERS change was backed out of gnulib (see the
2088 same thread). Stay in sync with gnulib.
2089
2090 gnulib: adjust to upstream _HEADERS change
2091 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
2092 New empty macros, to accommodate recent changes to gnulib. See
2093 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
2094 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
2095 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
2096 * lib/time.in.h, lib/unistd.in.h:
2097 Regenerate.
2098
2099 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
2100
2101 sync from gnulib to remove HAVE_STDBOOL_H
2102 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
2103 AC_HEADER_STDBOOL. All uses changed. Do not define
2104 HAVE_STDBOOL_H, as gnulib does not need this. This change is
2105 imported from the latest Autoconf git. It was motivated by Emacs,
2106 which uses gnulib but does not need HAVE_STDBOOL_H.
2107 * configure, src/config.in: Regenerate.
2108 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
2109
2110 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2111
2112 allow C code to suppress warnings about ignored return values
2113 * Makefile.in (GNULIB_MODULES): Add ignore-value.
2114 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2115 * lib/ignore-value.h: New file.
2116
2117 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
2118
2119 * configure.in: Test existence of xaw3d library, not just the
2120 header (Bug#7642).
2121
2122 2011-01-31 Eli Zaretskii <eliz@gnu.org>
2123
2124 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
2125 $(BLD)/time_r.$(O).
2126 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
2127 $(EMACS_ROOT)/src/m/intel386.h.
2128 ($(BLD)/strftime.$(O)):
2129 ($(BLD)/time_r.$(O)): Define prerequisites.
2130
2131 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
2132
2133 src/emacs.c now gets version number from configure.in
2134 * configure.in (version): Set this from $PACKAGE_VERSION,
2135 which is set from AC_INIT, rather than scouting through src/emacs.c.
2136 * configure: Regenerate.
2137 * make-dist (version): Get it from configure.in, not src/emacs.c.
2138
2139 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2140
2141 strftime: import from gnulib
2142 * Makefile.in (GNULIB_MODULES): Add strftime.
2143 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
2144 needed.
2145 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2146 Regenerate.
2147 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
2148 imported from gnulib.
2149 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
2150 This incorporates many changes from gnulib, including simpler
2151 handling of multibyte formats, porting to mingw32 and other
2152 platforms, and support for higher-resolution time stamps.
2153 Emacs does not yet use the higher-resolution interface.
2154
2155 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2156
2157 gnulib: import mktime and move-if-change fixes from gnulib
2158
2159 * configure: Regenerate from the following.
2160
2161 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2162
2163 mktime: clarify long_int width checking
2164 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
2165 the top level, to make it clearer that the assumption about
2166 long_int width is being checked. See
2167 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
2168
2169 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
2170
2171 TYPE_MAXIMUM: avoid theoretically undefined behavior
2172 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
2173 negative number, which the C Standard says has undefined behavior.
2174 In practice this is not a problem, but might as well do it by the book.
2175 Reported by Rich Felker and Eric Blake; see
2176 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
2177 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2178 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
2179
2180 mktime: #undef mktime before #defining it
2181 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
2182
2183 mktime: systematically normalize tm_isdst comparisons
2184 * lib/mktime.c (isdst_differ): New function.
2185 (__mktime_internal): Use it systematically for all isdst comparisons.
2186 This completes the fix for libc BZ #6723, and removes the need for
2187 normalizing tm_isdst. See
2188 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
2189 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
2190
2191 mktime: fix some integer overflow issues and sidestep the rest
2192
2193 This was prompted by a bug report by Benjamin Lindner for MinGW
2194 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
2195 His bug is due to signed integer overflow (0 - INT_MIN), and I
2196 I scanned through mktime.c looking for other integer overflow
2197 problems, fixing all the bugs I found.
2198
2199 Although the C Standard says the resulting code is still not safe
2200 in the presence of integer overflow, in practice it should be good
2201 enough for all real-world two's-complement implementations, except
2202 for debugging environments that deliberately trap on integer
2203 overflow (e.g., gcc -ftrapv).
2204
2205 * lib/mktime.c (WRAPV): New macro.
2206 (SHR): Also check that long_int and time_t shift right in the
2207 usual way, before using the fast-but-unportable method.
2208 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
2209 used. The code already assumed two's complement, so there's
2210 no need to test for alternatives. All uses removed.
2211 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
2212 the C standard. Problem reported by Rich Felker in
2213 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
2214 (twos_complement_arithmetic): Also check long_int and time_t.
2215 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
2216 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
2217 (__mktime_internal): Avoid integer overflow with unary subtraction
2218 in two instances where -1 - X is an adequate replacement for -X,
2219 since the calculations are approximate.
2220
2221 2011-01-29 Eric Blake <eblake@redhat.com>
2222
2223 mktime: avoid infinite loop
2224 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
2225 type; behavior is still undefined but portable to all known targets.
2226 Reported by Rich Felker.
2227
2228 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2229
2230 mktime: avoid problems on NetBSD 5 / i386
2231 * lib/mktime.c (long_int): New type. This works around a problem
2232 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
2233 but time_t is 64 bits, and where I expect the existing code is
2234 wrong in some cases.
2235 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
2236 (ydhms_diff): Bring back the compile-time check for wide-enough
2237 year and yday.
2238
2239 mktime: fix misspelling in comment
2240 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
2241 This merges all recent glibc changes of importance.
2242
2243 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2244
2245 move-if-change: cope with concurrent mv of identical file.
2246 * move-if-change (CMPPROG): Accept environment
2247 variable as an override for `cmp'.
2248 (usage): Document CMPPROG.
2249 Adjust comparison to drop stdout. Cope with failure of mv if
2250 the target file exists and is identical to the source, for
2251 parallel builds.
2252 Report from H.J. Lu against binutils in PR binutils/12283.
2253
2254 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2255
2256 * lib/makefile.w32-in:
2257 * lib/getopt_.h: New files.
2258
2259 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2260
2261 improve fix for MS-DOS file name clash
2262 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
2263 for portability to POSIX make. Reported by Bruno Haible.
2264 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
2265 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
2266 files from accumulating as garbage. Also reported by Bruno Haible.
2267
2268 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
2269
2270 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
2271 * Makefile.in (DOS-gnulib-comp.m4): New macro.
2272 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
2273 problems with MS-DOS 8+3 file name restrictions.
2274 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
2275 it, it would also cause problems when extracting Emacs distribution
2276 tarballs on MS-DOS hosts.
2277 (ACLOCAL_INPUTS): Adjust to file renaming.
2278 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
2279 * config.guess, config.sub: Sync from gnulib.
2280 * m4/gnulib-cache.m4: Remove from repository.
2281 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
2282
2283 2011-01-25 Glenn Morris <rgm@gnu.org>
2284
2285 * README: Add a note about ranges in copyright years.
2286
2287 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
2288
2289 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
2290
2291 * configure.in: Add HP-UX on IA64 (Bug#6811).
2292
2293 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
2294
2295 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
2296 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
2297 as it is no longer needed.
2298 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
2299 * configure.in: Invoke the new gnulib macro
2300 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
2301 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
2302 * m4/getopt.m4: Sync from gnulib; this removes the need for
2303 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
2304 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
2305 New macro, synced from gnulib.
2306 * m4/warn-on-use.m4: Remove.
2307
2308 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
2309
2310 aclocal.m4: put this file back into repository
2311 This way, we don't have to assume that the maintainer has
2312 the automake package installed. See
2313 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
2314 * .bzrignore: Remove aclocal.m4, undoing the previous change.
2315 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
2316 undoing the previous change.
2317 * aclocal.m4: New file (actually, resurrected).
2318
2319 2011-01-22 Miles Bader <miles@gnu.org>
2320
2321 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
2322 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
2323 Emacs directly uses fontconfig, and breaks building when using a
2324 strict linker).
2325
2326 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
2327
2328 src/config.in: shrink slightly
2329 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
2330 This makes src/config.in a bit smaller, by removing identifiers
2331 like GNULIB_TEST_MKTIME that Emacs does not need.
2332 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
2333 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2334 Sync from gnulib. This removes a few more unnecessary symbols from
2335 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
2336 * configure, src/config.in: Regenerate.
2337
2338 aclocal.m4: tweaks to regenerate more conveniently
2339 This attempts to act better when the source is in a weird state. See
2340 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
2341 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
2342 * .bzrignore: Add aclocal.m4.
2343
2344 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
2345
2346 aclocal.m4: omit auto-generated file from repository
2347 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
2348 the most recent change here.
2349 * aclocal.m4: Remove from bzr repository. This file is
2350 auto-generated and isn't needed to run 'configure'. See
2351 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
2352
2353 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
2354
2355 Minor Makefile.in tweaks to build from gnulib better.
2356 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
2357 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
2358 (top_maintainer_clean): Don't remove aclocal.m4.
2359
2360 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
2361
2362 Minor cleanups for 'bzr status'
2363 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
2364 the output of config.guess.
2365 * Makefile.in (top_distclean): Remove stamp-h1 too.
2366
2367 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
2368 defined if the compiler supports GCC-style __attribute__
2369 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
2370 this syntax.
2371
2372 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
2373
2374 Makefile.in: tidy up the building of lib
2375 * Makefile.in (am--refresh): Mark as .PHONY.
2376 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
2377 as they're not rebuilt unless you do a "make sync-from-gnulib"
2378 and the former is needed for "configure".
2379 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
2380 has already removed lib/Makefile.
2381
2382 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
2383 This avoids building ftoastr and ldtoastr, which aren't needed. See
2384 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
2385
2386 * .bzrignore: Add .h files that are host-dependent.
2387 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
2388 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
2389 host-dependent and are built as part of an ordinary 'make', and
2390 should not be checked in.
2391
2392 * lib/Makefile.in: Regenerate.
2393 * lib/COPYING: New file, a copy of COPYING.
2394
2395 * configure: Regenerate.
2396 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
2397
2398 Regenerate.
2399 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2400 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
2401 New files, copied from gnulib by gnulib-tool.
2402 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
2403 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2404 Regenerate.
2405
2406 Use gnulib's getopt-gnu module.
2407 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
2408 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
2409 representative of the dependencies.
2410 * configure.in: Do not configure getopt, as gnulib does that now.
2411 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
2412 getopt now, in lib.
2413
2414 Regenerate.
2415 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
2416 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
2417 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
2418 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
2419 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
2420 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
2421 * m4/wchar_t.m4, warn-on-use.h:
2422 New files, copied from gnulib by gnulib-tool.
2423 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2424 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2425 Regenerate.
2426
2427 Use gnulib's mktime module.
2428 * Makefile.in (GNULIB_MODULES): Add mktime.
2429 * configure.in: Remove code no longer needed, as gnulib now does it.
2430 (AC_CHECK_FUNCS): Remove mktime.
2431 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
2432 (__restrict): Remove, as this now gets in the way of the C99
2433 support for 'restrict' pulled in by the gnulib mktime module.
2434 Code should now use 'restrict' and not '__restrict".
2435 (mktime): Remove.
2436 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
2437 and warn-on-use.h into the distribution.
2438
2439 Regenerate.
2440 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
2441 * lib/ldtoastr.c, m4/c-strtod.m4:
2442 New files, copied from gnulib by gnulib-tool.
2443 * lib/dummy.c: Remove.
2444 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2445 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2446 Regenerate.
2447
2448 Use gnulib's ftoastr module.
2449 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
2450
2451 Regenerate.
2452 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
2453 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
2454 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
2455 New files, generated automatically, with 'make sync-from-gnulib'
2456 followed by 'make'.
2457 * configure, lisp/dired.el, src/config.in: Regenerate.
2458
2459 Automate syncing from gnulib.
2460 * INSTALL, README: Document new subdirectory 'lib'.
2461 * Makefile.in (SUBDIR): Add lib.
2462 (SUBDIR_MAKEFILES): Add lib/Makefile.
2463 (lib-src, src, TAGS, tags): Depend on lib.
2464 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
2465 ($(gnulib_srcdir)): New rule.
2466 (sync-from-gnulib): New rule, which is .PHONY.
2467 (lib): New rule, which is like lib-src.
2468 (Makefile): Depend on lib/Makefile.in.
2469 (AUTOCONF_INPUTS): Depend on aclocal.m4.
2470 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
2471 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
2472 (am--refresh): New rule, to pacify Automake.
2473 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
2474 Clean lib, too.
2475 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
2476 droppings.
2477 (maintainer-clean, extraclean): Use it.
2478 * configure.in: Initialize for automake and gnulib, by invoking
2479 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
2480 lib/Makefile, too. Use automake to build gnulib, as gnulib works
2481 more conveniently with automake.
2482 * lib/Makefile.am: New file.
2483 * make-dist: Also put into the distribution aclocal.m4,
2484 compile, depcomp, missing, and the files under lib/.
2485
2486 2011-01-15 Glenn Morris <rgm@gnu.org>
2487
2488 * Makefile.in (epaths-force): No more arch-tag to edit.
2489
2490 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2491
2492 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
2493
2494 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
2495
2496 * make-dist: Distribute test/ files too.
2497 Distribute every file under test/ that is under version control,
2498 using patterns like *.el to capture files that are added later.
2499 Without this change, "configure" would fail, because it would
2500 attempt to build from a Makefile.in that was not distributed.
2501
2502 2011-01-13 Christian Ohler <ohler@gnu.org>
2503
2504 * Makefile.in (INFO_FILES): Add ERT.
2505
2506 * Makefile.in (check): Run tests in test/automated.
2507
2508 * Makefile.in:
2509 * configure.in: Add test/automated/Makefile.
2510
2511 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2512
2513 * install-sh, mkinstalldirs, move-if-change: Update from master
2514 source in gnulib.
2515
2516 * config.guess, config.sub: Updated from master source.
2517
2518 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
2519
2520 * configure.in: Check for __builtin_unwind_init.
2521
2522 2011-01-05 Glenn Morris <rgm@gnu.org>
2523
2524 * configure.in (HAVE_MAKEINFO): New output variable.
2525 (MAKEINFO): Reset to "makeinfo" if not found.
2526 * Makefile.in (install-arch-indep, info):
2527 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
2528
2529 2010-12-29 Ulrich Mueller <ulm@gentoo.org>
2530
2531 * configure.in: Make gameuser configurable (Bug#7717).
2532
2533 2010-12-15 Glenn Morris <rgm@gnu.org>
2534
2535 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
2536 long absent lib-src/fns-*.el.
2537
2538 2010-12-11 Glenn Morris <rgm@gnu.org>
2539
2540 * make-dist: Exclude etc/*.pyc.
2541
2542 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
2543
2544 * configure.in: Don't double machfile in final message.
2545
2546 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
2547
2548 * configure.in: Fix last change.
2549
2550 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
2551
2552 * configure.in: Remove reference to removed machine description
2553 files and allow $machine and $machfile to be empty. Substitute
2554 M_FILE/S_FILE instead of machfile/opsysfile.
2555
2556 2010-12-03 Glenn Morris <rgm@gnu.org>
2557
2558 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
2559
2560 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2561
2562 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
2563 (EXTERNALLY_VISIBLE): New definition.
2564
2565 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2566
2567 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
2568
2569 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2570
2571 * configure.in: Do not check for unconditionally included headers.
2572
2573 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2576
2577 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
2578
2579 * configure.in: Don't write a warning for D-Bus anymore.
2580
2581 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
2582
2583 * configure.in: Fix indentation.
2584
2585 2010-10-31 Ken Brown <kbrown@cornell.edu>
2586
2587 * configure.in (checking whether localtime caches TZ): Use
2588 unsetenv instead of modifying environment directly.
2589
2590 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
2591
2592 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2593 to avoid warning.
2594
2595 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2596
2597 * configure.in: Remove the BROKEN annotation from GnuTLS.
2598
2599 2010-10-22 Glenn Morris <rgm@gnu.org>
2600
2601 * make-dist: Avoid listing .el files twice. Don't try to run
2602 autoconf if --no-update.
2603
2604 2010-10-20 Glenn Morris <rgm@gnu.org>
2605
2606 * make-dist: No longer create lisp/MANIFEST.
2607
2608 2010-10-14 Glenn Morris <rgm@gnu.org>
2609
2610 * BUGS, INSTALL.BZR, README: Updates.
2611
2612 2010-10-13 Glenn Morris <rgm@gnu.org>
2613
2614 * make-dist: Remove --compress. Check for the appropriate
2615 gzip-like executable, and if not found, don't compress.
2616 Check version number in README, don't change it.
2617 Use find for nt/inc/*.h.
2618
2619 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2620
2621 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
2622 trailing / from directory names.
2623
2624 2010-10-12 Glenn Morris <rgm@gnu.org>
2625
2626 * make-dist: Update and simplify.
2627
2628 2010-10-12 Eli Zaretskii <eliz@gnu.org>
2629
2630 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
2631
2632 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2633
2634 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
2635
2636 2010-10-09 Glenn Morris <rgm@gnu.org>
2637
2638 * make-dist: No more doc/emacs/*.texi.in.
2639
2640 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2641
2642 2010-10-09 Glenn Morris <rgm@gnu.org>
2643
2644 * configure.in: Combine some conditionals.
2645
2646 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
2647 * make-dist: Include doc/emacs/*.texi.in.
2648
2649 * INSTALL, make-dist: Remove references to b2m.
2650 * Makefile.in (MAN_PAGES): Remove b2m.1.
2651
2652 2010-10-05 Glenn Morris <rgm@gnu.org>
2653
2654 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2655
2656 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2657
2658 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2659
2660 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2661
2662 * configure.in: Include stdlib.h and string.h unconditionally.
2663
2664 2010-09-29 Romain Francoise <romain@orebokech.com>
2665
2666 * configure.in: Don't enable ImageMagick unless HAVE_X11.
2667
2668 2010-09-28 Glenn Morris <rgm@gnu.org>
2669
2670 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
2671 happy.
2672
2673 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2674
2675 * configure.in: Enable imagemagick by default.
2676
2677 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2678
2679 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
2680 GnuTLS libraries.
2681
2682 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2683
2684 * configure.in: Set up GnuTLS.
2685
2686 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
2687
2688 * configure.in: Announce whether libxml2 is linked to.
2689
2690 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2691
2692 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
2693
2694 2010-09-18 Eli Zaretskii <eliz@gnu.org>
2695
2696 * config.bat: Detect that libxml2 is installed and if so, build
2697 with it.
2698
2699 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2700
2701 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2702 be used. This fixes a conf problem on Mac OS X.
2703
2704 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2705
2706 * configure.in: Check for libxml2.
2707
2708 2010-09-09 Glenn Morris <rgm@gnu.org>
2709
2710 * make-dist: No more TODO files under lisp/.
2711
2712 2010-09-04 Eli Zaretskii <eliz@gnu.org>
2713
2714 * config.bat: Produce lisp/gnus/_dir-locals.el from
2715 lisp/gnus/.dir-locals.el.
2716
2717 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
2718
2719 * configure.in: Fix check for librsvg, imagemagick and
2720 MagickExportImagePixels.
2721
2722 2010-08-18 Joakim Verona <joakim@verona.se>
2723
2724 * Makefile.in, configure.in: Checks for ImageMagick.
2725
2726 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
2727
2728 * configure.in (AC_PREREQ): Require autoconf 2.65.
2729
2730 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2731
2732 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2733
2734 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2735
2736 * configure.in: Add AC_C_BIGENDIAN.
2737
2738 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2739
2740 * configure.in (ORDINARY_LINK): Use on hpux* too.
2741
2742 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2743
2744 * configure.in: Check for util.h.
2745 Use -Wimplicit-function-declaration if compiler supports it.
2746
2747 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2748
2749 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2750
2751 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
2752
2753 * configure.in: Restore accidentally removed use of
2754 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2755
2756 2010-07-29 Chad Brown <yandros@mit.edu>
2757
2758 * configure.in: Check for dirent.h.
2759
2760 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2761
2762 * configure.in: Remove reference to usg5-4, unused.
2763
2764 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2765
2766 * configure.in: Check for __executable_start.
2767
2768 2010-07-24 Ken Brown <kbrown@cornell.edu>
2769
2770 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2771
2772 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
2773
2774 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2775
2776 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
2777
2778 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2779
2780 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2781
2782 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2783 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2784 (C_OPTIMIZE_SWITCH): Remove.
2785 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2786
2787 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2788
2789 * configure.in: Don't check for index and rindex, check for strchr
2790 and strrchr. Define strchr and strrchr as index and rindex,
2791 resp., in src/config.h if not available.
2792
2793 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2794
2795 * configure.in: Use -Wold-style-definition if available.
2796 This helps with the transition to standard C code, it can be
2797 removed when done.
2798
2799 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2800
2801 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2802 and MSWindows.
2803
2804 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2805
2806 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
2807 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2808
2809 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2810
2811 * configure.in (getenv): Remove K&R declaration.
2812
2813 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2814
2815 * configure.in: Remove define __P.
2816
2817 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2818
2819 * configure.in (--enable-use-lisp-union-type): New flag.
2820
2821 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2822
2823 Fix CFLAGS for non-GCC compilers.
2824 * configure.in (CFLAGS): Always use -g like it was done before the
2825 2010-03-30 change.
2826 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2827 (Bug#6538)
2828
2829 2010-06-30 Glenn Morris <rgm@gnu.org>
2830
2831 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2832 Set with AC_DEFINE rather than AH_BOTTOM.
2833
2834 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2835 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2836 Set with shell, not cpp.
2837 (LIBX): Remove, just use -lX11 in the one place this was used.
2838 (cannot_dump): Replace with CANNOT_DUMP.
2839
2840 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2841
2842 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
2843 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2844 by minimum required Gtk+ 2.6). Add checks for functions introduced
2845 in Gtk+ 2.14 or newer (bug#6505).
2846
2847 2010-06-26 Eli Zaretskii <eliz@gnu.org>
2848
2849 * config.bat: Remove white space around "+" in COPY commands.
2850
2851 2010-06-23 Glenn Morris <rgm@gnu.org>
2852
2853 * info/dir: Start descriptions in column 32, per Texinfo convention.
2854
2855 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
2856
2857 * INSTALL: Update font information (Bug#6389).
2858
2859 2010-06-16 Glenn Morris <rgm@gnu.org>
2860
2861 * INSTALL: General update.
2862
2863 2010-06-12 Glenn Morris <rgm@gnu.org>
2864
2865 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2866
2867 2010-06-11 Glenn Morris <rgm@gnu.org>
2868
2869 * configure.in (--without-compress-info): New option.
2870 (GZIP_INFO): New output variable.
2871
2872 * Makefile.in (GZIP_INFO): New, set by configure.
2873 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2874 Handle man pages in the same way.
2875
2876 2010-06-10 Glenn Morris <rgm@gnu.org>
2877
2878 * Makefile.in (install-arch-indep): Gzip the info files too.
2879
2880 * make-dist: Remove references to non-existent directories and files.
2881
2882 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2883
2884 * configure.in: Include <strings.h> and <string.h> instead of
2885 "strings.h" and "string.h".
2886
2887 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2888
2889 * configure.in: Remove code dealing with BSTRING.
2890
2891 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2892
2893 * configure.in (AC_PREREQ): Require autoconf 2.65.
2894
2895 * configure.in (unxec): Do not define and substitute.
2896 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2897
2898 2010-06-03 Glenn Morris <rgm@gnu.org>
2899
2900 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2901
2902 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2903
2904 Fix alloca definition when using gcc on non-gnu systems.
2905 * configure.in: Use the code sequence indicated by "info autoconf"
2906 for alloca (bug#6170).
2907
2908 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * .bzrignore: Ignore new files from trunk, which appear if you use
2911 colocated branches (i.e. "bzr switch").
2912
2913 2010-05-28 Glenn Morris <rgm@gnu.org>
2914
2915 * configure.in: Simplify some of the $canonical tests.
2916
2917 2010-05-27 Glenn Morris <rgm@gnu.org>
2918
2919 * config.bat: Do not preprocess src/Makefile.in.
2920
2921 * configure.in: Do not preprocess src/Makefile.in.
2922 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
2923 (AC_EGREP_CPP): Test no longer needed.
2924
2925 * make-dist: No more Makefile.c files.
2926
2927 2010-05-26 Glenn Morris <rgm@gnu.org>
2928
2929 * configure.in (YMF_PASS_LDFLAGS): Remove.
2930 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
2931
2932 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
2933 Add $GNUSTEP_LOCAL_HEADERS.
2934 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
2935
2936 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
2937 (GNUSTEP_MAKEFILES): Remove.
2938 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
2939 stuff to here.
2940
2941 2010-05-25 Glenn Morris <rgm@gnu.org>
2942
2943 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
2944 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2945
2946 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2947 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
2948 here instead.
2949
2950 2010-05-24 Romain Francoise <romain@orebokech.com>
2951
2952 * make-dist: Look for version in src/emacs.c.
2953 Use lisp/subr.el rather than lisp/version.el for location check.
2954
2955 2010-05-21 Glenn Morris <rgm@gnu.org>
2956
2957 * configure.in (MKDEPDIR): Parallel build tweak.
2958
2959 * configure.in (ns_frag): New output file.
2960
2961 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
2962 (OLDXMENU_TARGET): Set to empty if USE_GTK.
2963
2964 * configure.in (cannot_dump): New output variable.
2965
2966 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2967
2968 * configure.in: On NetBSD, if terminfo is found, use it in
2969 preference to termcap. (Bug#6190)
2970
2971 2010-05-20 Glenn Morris <rgm@gnu.org>
2972
2973 * make-dist (src): Include *.mk.
2974 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
2975 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
2976 (deps_frag): New output file.
2977 (AUTO_DEPEND): Remove this definition.
2978
2979 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
2980
2981 2010-05-19 Glenn Morris <rgm@gnu.org>
2982
2983 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
2984 (ORDINARY_LINK): New AC_DEFINE.
2985 (LIB_GCC): No need to set if ORDINARY_LINK.
2986
2987 2010-05-18 Glenn Morris <rgm@gnu.org>
2988
2989 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
2990 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
2991
2992 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
2993 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
2994 (RALLOC_OBJ): New output variable.
2995
2996 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
2997 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
2998
2999 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3000
3001 * Makefile.in (src): Provide the name of the VCS file that witnesses
3002 a pull.
3003 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
3004
3005 2010-05-17 Glenn Morris <rgm@gnu.org>
3006
3007 * configure.in (OLDXMENU_DEPS): New output variable.
3008
3009 2010-05-16 Glenn Morris <rgm@gnu.org>
3010
3011 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
3012
3013 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
3014 * Makefile.in (install-arch-dep): Update for above change.
3015
3016 * Makefile.in (ns_appdir): Remove.
3017 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
3018
3019 * configure.in (TEMACS_LDFLAGS2): New output variable.
3020
3021 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
3022 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
3023 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
3024 nothing uses.
3025
3026 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
3027
3028 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
3029 does not use them.
3030 (X11R5_INHIBIT_I18N): Remove, unused.
3031
3032 2010-05-15 Glenn Morris <rgm@gnu.org>
3033
3034 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
3035
3036 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
3037
3038 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
3039
3040 * configure.in: Look for version string in its new location.
3041
3042 2010-05-15 Eli Zaretskii <eliz@gnu.org>
3043
3044 * config.bat: Remove support for DJGPP v1.x.
3045
3046 2010-05-15 Glenn Morris <rgm@gnu.org>
3047
3048 * configure.in (OLDXMENU_TARGET): New output variable.
3049
3050 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
3051
3052 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
3053 and other files that no longer exist.
3054
3055 2010-05-14 Glenn Morris <rgm@gnu.org>
3056
3057 * configure.in (cpp_undefs): Add mktime, register, X11.
3058
3059 * configure.in (GPM_MOUSE_SUPPORT): Remove.
3060 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
3061 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
3062
3063 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
3064 (GNUSTEP_MAKEFILES): Do not output.
3065
3066 2010-05-13 Glenn Morris <rgm@gnu.org>
3067
3068 * configure.in: Fix some paren typos.
3069
3070 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
3071
3072 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
3073
3074 2010-05-12 Glenn Morris <rgm@gnu.org>
3075
3076 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
3077
3078 * configure.in (LIB_GCC): New output variable.
3079
3080 2010-05-11 Glenn Morris <rgm@gnu.org>
3081
3082 * make-dist (msdos): No more mainmake.
3083
3084 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
3085 * config.bat: Do not run cpp on lib-src/Makefile.in.
3086
3087 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
3088
3089 2010-05-10 Glenn Morris <rgm@gnu.org>
3090
3091 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
3092
3093 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
3094 (BLESSMAIL_TARGET): New output variable.
3095
3096 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3097
3098 * INSTALL: Fix typos.
3099
3100 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3101
3102 * configure.in: Add check for buggy version of GCC (Bug#6031).
3103
3104 2010-05-08 Glenn Morris <rgm@gnu.org>
3105
3106 * configure.in (HAVE_LIBNCURSES): New local variable.
3107 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
3108 replacing cpp in src/s/*.h and src/Makefile.in.
3109
3110 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3111
3112 * Version 23.2 released.
3113
3114 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3115
3116 * configure.in: Add tests for `isnan' and `copysign'.
3117
3118 2010-05-07 Eli Zaretskii <eliz@gnu.org>
3119
3120 * config.bat: Allow for 2 leading `#'s in comments in
3121 src/Makefile.in.
3122
3123 2010-05-07 Glenn Morris <rgm@gnu.org>
3124
3125 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
3126 Merges logic from src/s/* and src/Makefile.in.
3127 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3128
3129 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3130
3131 Define START_FILES and LIB_STANDARD using autoconf.
3132 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
3133 here from src/s/*.h.
3134 (HAVE_CRTIN): Remove, inline logic in the netbsd
3135 START_FILES/LIB_STANDARD computation.
3136
3137 2010-05-06 Glenn Morris <rgm@gnu.org>
3138
3139 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
3140
3141 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
3142 (LD_SWITCH_X_SITE): Remove unused variables.
3143
3144 2010-05-04 Glenn Morris <rgm@gnu.org>
3145
3146 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
3147 as well.
3148 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
3149
3150 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3151
3152 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
3153 variables, replacing c_switch_machine, c_switch_system.
3154 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
3155 @c_switch_system@.
3156
3157 2010-05-03 Glenn Morris <rgm@gnu.org>
3158
3159 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
3160
3161 * make-dist: There are no more src/m/*.inp files.
3162
3163 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3164
3165 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
3166 (ac_link): Do not use ld_switch_machine.
3167
3168 2010-05-01 Glenn Morris <rgm@gnu.org>
3169
3170 * configure.in (OTHER_OBJ): Remove.
3171 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
3172
3173 2010-04-30 Glenn Morris <rgm@gnu.org>
3174
3175 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
3176 Elsewhere, maybe include it.
3177
3178 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
3179 (OLDXMENU, LIBXMENU): New output variables.
3180
3181 * configure.in (OTHER_OBJ): New output variable.
3182
3183 2010-04-28 Glenn Morris <rgm@gnu.org>
3184
3185 * configure.in (CYGWIN_OBJ): New output variable.
3186
3187 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
3188
3189 * configure.in (FONT_OBJ): New output variable.
3190
3191 * configure.in (LIBXMU): New output variable.
3192
3193 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
3194
3195 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
3196 userland and maybe change values to i386 (move test from s/amdx86-64.h).
3197
3198 2010-04-27 Glenn Morris <rgm@gnu.org>
3199
3200 * configure.in (LIBXTR6): New output variable. Move unixware special
3201 case here from src/s/unixware.h.
3202
3203 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
3204 in Makefiles.
3205 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
3206
3207 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
3208 (LIBXP): No longer substitute in Makefiles.
3209 (MOTIF_LIBW): New output variable. Move system-specific settings here
3210 from src/s files.
3211
3212 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3213
3214 Reduce CPP usage.
3215 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
3216 (unexec): Define unconditionally, all platforms define
3217 UNEXEC. AC_SUBST it.
3218 (UNEXEC_SRC): Remove, unused.
3219 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
3220
3221 2010-04-27 Glenn Morris <rgm@gnu.org>
3222
3223 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
3224 replaced by LIBXP.
3225
3226 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
3227 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
3228 On hpux10-20, default to /lib.
3229
3230 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
3231
3232 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
3233
3234 * configure.in (LIBS_MACHINE): Remove, unused.
3235
3236 * configure.in (LIB_MATH): New output variable. Set it for some systems.
3237
3238 2010-04-24 Glenn Morris <rgm@gnu.org>
3239
3240 * configure.in (CRT_DIR): New output variable.
3241 (--with-crt-dir): New option. (Bug#5655)
3242 (HAVE_LIB64_DIR): Remove.
3243
3244 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
3245
3246 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
3247
3248 2010-04-22 Miles Bader <miles@gnu.org>
3249
3250 * configure.in: Get rid of "unix" pre-defined macro when
3251 preprocessing Makefile. (Bug#5857)
3252
3253 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
3254
3255 Avoid non-portable shell command negation
3256 * configure.in: Revert last change.
3257
3258 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3259
3260 * configure.in: Change "if test ! -f" to "if ! test -f".
3261
3262 2010-04-21 Glenn Morris <rgm@gnu.org>
3263
3264 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
3265 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
3266
3267 2010-04-21 Karel Klíč <kklic@redhat.com>
3268
3269 * configure.in: New option: --with(out)-selinux, on by default.
3270 Set HAVE_LIBSELINUX if we find libselinux, and substitute
3271 LIBSELINUX_LIBS in Makefiles.
3272
3273 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
3274
3275 * configure.in: Remove all references to LIBX11_SYSTEM.
3276
3277 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3278
3279 * configure.in: Remove all references to C_DEBUG_SWITCH.
3280
3281 2010-03-27 Eli Zaretskii <eliz@gnu.org>
3282
3283 * config.bat <lib-src>: Edit out lines that begin with several #
3284 characters.
3285
3286 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3287
3288 * configure.in: Remove support for old UNIX System V systems and
3289 for Unixware on non-x86 machines.
3290
3291 * configure.in: Remove support for Solaris on PPC and for old versions.
3292
3293 * configure.in: Remove non-working lynxos port.
3294
3295 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3296
3297 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
3298
3299 2010-03-19 Glenn Morris <rgm@gnu.org>
3300
3301 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
3302 happy.
3303
3304 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
3305
3306 * configure.in: Check for tputs and friends, abort if not
3307 found (bug#5735).
3308
3309 2010-03-18 Glenn Morris <rgm@gnu.org>
3310
3311 * configure.in (--with-x-toolkit): In the help text, say which options
3312 are synonyms.
3313
3314 * configure.in (--with-mmdf, --with-mail-unlink):
3315 New options, off by default.
3316 (--with-mailhost): New option to set default POP host.
3317 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
3318 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
3319 New variables, substituted in Makefiles.
3320 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
3321 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
3322 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
3323 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
3324 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
3325
3326 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3327
3328 * Makefile.in (uninstall): Handle the case where archlibdir does not
3329 exist. (Bug#5720)
3330
3331 2010-03-12 Eli Zaretskii <eliz@gnu.org>
3332
3333 These changes remove termcap.c from the build on POSIX platforms.
3334 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
3335
3336 * configure: Regenerated.
3337
3338 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3339
3340 * Branch for 23.2.
3341
3342 2010-01-31 Juri Linkov <juri@jurta.org>
3343
3344 * .bzrignore: Add TAGS-LISP.
3345
3346 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3347
3348 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
3349 this header file).
3350
3351 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
3352
3353 * .bzrignore: Ignore all .exe, instead of individual files.
3354
3355 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
3356
3357 * configure.in: Explicitly check for and link to -lXrender.
3358
3359 2010-01-12 Glenn Morris <rgm@gnu.org>
3360
3361 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
3362 for bug reports for development versions.
3363
3364 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3365
3366 * .bzrignore: Add more ignored patterns, including for the MS-DOS
3367 build.
3368
3369 2009-12-27 Karl Fogel <kfogel@red-bean>
3370
3371 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
3372 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
3373
3374 2009-12-17 Glenn Morris <rgm@gnu.org>
3375
3376 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
3377
3378 2009-12-15 Glenn Morris <rgm@gnu.org>
3379
3380 * info/dir: Add EDT entry.
3381 * Makefile.in (INFO_FILES): Add edt.
3382
3383 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
3384
3385 * configure.in: Check for RSVG if GNUstep is used.
3386
3387 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
3388
3389 * configure.in: Don't check for RSVG or GConf unless X11 is used.
3390
3391 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3392
3393 * configure.in: Allow compiling Emacs with GTK on Cygwin.
3394
3395 2009-12-01 Glenn Morris <rgm@gnu.org>
3396
3397 * make-dist: Add etc/images/mpc directory.
3398
3399 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3400
3401 * configure.in: Don't check for GConf unless X is used.
3402
3403 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3404
3405 * configure.in: Use -Wdeclaration-after-statement if available.
3406
3407 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3408
3409 * configure.in: New option: --with(out)-gconf.
3410 Set HAVE_GCONF if we find gconf.
3411
3412 2009-11-17 Glenn Morris <rgm@gnu.org>
3413
3414 * Makefile.in (INFO_FILES): Add semantic.
3415
3416 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
3417
3418 * info/dir: Add Semantic.
3419
3420 2009-11-16 Glenn Morris <rgm@gnu.org>
3421
3422 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
3423 pattern, so as not to exclude makefile*.el. (Bug#4912)
3424
3425 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3426
3427 * configure.in: --enable-autodepend is new. Check for GNU Make
3428 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
3429 gcc and GNU make to generate dependencies.
3430
3431 2009-10-27 Glenn Morris <rgm@gnu.org>
3432
3433 * make-dist: Make links to doc/lispintro/*.pdf.
3434
3435 2009-10-23 Jim Meyering <meyering@redhat.com>
3436
3437 * configure.in: Invoke $CPP with -P when creating Makefile and
3438 src/Makefile. Without this, gcc 4.4.2 converts each
3439 backslash-newline pair in the input to a bare newline, yielding
3440 invalid Makefiles.
3441
3442 * configure: Regenerate.
3443
3444 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3445
3446 * configure.in (vax-dec-vms): Remove, not supported anymore.
3447
3448 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3449
3450 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
3451 (*-apple-darwin*): Add x86_64 architecture.
3452
3453 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3454
3455 * config.guess, config.sub: Updated from master source.
3456
3457 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
3458
3459 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
3460
3461 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
3462
3463 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
3464
3465 2009-09-29 Glenn Morris <rgm@gnu.org>
3466
3467 * make-dist (check): Update for two new levels of subdirectory in lisp/.
3468
3469 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3470
3471 * config.guess, config.sub: Updated from master source.
3472
3473 * configure.in (OTHER_FILES): Define using autoconf not cpp.
3474
3475 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3476
3477 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
3478
3479 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3480
3481 * INSTALL: Update URL for GNU FreeFont.
3482
3483 2009-09-09 Glenn Morris <rgm@gnu.org>
3484
3485 * Makefile.in (install-arch-indep): Don't recursively change perms of
3486 site-lisp and infodir. There may be non-Emacs files in here, and the
3487 files supplied by Emacs are all handled explicitly already. (Bug#3800)
3488 (mkdir): Set umask to world-readable before creating directories.
3489 mkinstalldirs already checks if dirs exist, don't duplicate this test.
3490
3491 2009-08-29 Glenn Morris <rgm@gnu.org>
3492
3493 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
3494 (info): Don't give an error in the absence of makeinfo - let the doc
3495 Makefiles do that, if the info files need rebuilding. (Bug#3982)
3496
3497 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
3498
3499 * Makefile.in (install-arch-indep): If the versioned DOC-####
3500 generated during loadup+dump isn't found, install the plain DOC
3501 file that always gets generated, in case CANNOT_DUMP is set.
3502
3503 * configure.in: Warn if package version specified here doesn't
3504 match the version in version.el.
3505 * configure: Regenerate.
3506
3507 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
3508
3509 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
3510
3511 * configure: Regenerate.
3512
3513 2009-08-19 Glenn Morris <rgm@gnu.org>
3514
3515 * INSTALL: Remove reference to cvtmail.
3516
3517 2009-08-15 CHENG Gao <chenggao@gmail.com>
3518
3519 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
3520
3521 2009-08-02 Kevin Ryde <user42@zip.com.au>
3522
3523 * INSTALL: Fix free fonts URL.
3524
3525 2009-07-22 Glenn Morris <rgm@gnu.org>
3526
3527 * configure.in (AC_PREREQ): Require autoconf 2.62.
3528
3529 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
3530
3531 * configure.in (--enable-checking, --enable-profiling):
3532 Use AS_HELP_STRING.
3533
3534 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3535
3536 * configure.in (--enable-profiling): New option.
3537 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
3538
3539 2009-06-27 Glenn Morris <rgm@gnu.org>
3540
3541 * configure.in: Restore netbsd on mips, mipsel, mipseb.
3542
3543 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3544
3545 * configure.in (--enable-checking): New option.
3546
3547 2009-06-24 Glenn Morris <rgm@gnu.org>
3548
3549 * make-dist: Warn if subdir does not exist in source.
3550 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
3551 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
3552 No longer make links.
3553
3554 2009-06-24 Yavor Doganov <yavor@gnu.org>
3555
3556 * make-dist (tempdir): Don't create directories preferences.gorm
3557 and preferences.nib, they are no longer required.
3558
3559 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3560
3561 * Branch for 23.1.
3562
3563 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
3564
3565 * configure.in: Delete mac-fix-env target, which has been
3566 removed (Bug#3531).
3567
3568 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3569
3570 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
3571
3572 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
3573
3574 * BUGS: Use new binding of view-emacs-problems.
3575
3576 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
3577
3578 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
3579 for Solaris compatibility.
3580
3581 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
3582
3583 * configure: Regenerate.
3584
3585 * configure.in: Disable use of FreeType without libXft.
3586
3587 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3588
3589 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
3590 Check if it is declared in gtk.h.
3591
3592 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
3593
3594 * Makefile.in (install-arch-indep): Remove .gitignore files.
3595
3596 2009-04-03 Kenichi Handa <handa@m17n.org>
3597
3598 * INSTALL: Make the section "Complex Text Layout support
3599 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
3600
3601 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
3602
3603 * configure.in (rs6000-ibm-aix6*): Fix typo.
3604
3605 2009-03-04 Glenn Morris <rgm@gnu.org>
3606
3607 * Makefile.in (INFO_FILES): Add auth.
3608
3609 2009-03-03 Glenn Morris <rgm@gnu.org>
3610
3611 * info/dir: Add Auth-source.
3612
3613 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3614
3615 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
3616 the second.
3617
3618 2009-02-28 Eli Zaretskii <eliz@gnu.org>
3619
3620 * config.bat: Copy .dbxinit to _dbxinit.
3621
3622 * make-dist (Making links to `info'): Remove .gitignore.
3623
3624 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3625
3626 * Makefile.in (lib-src, lisp): Use simpler rule.
3627 (src): Be more specific to avoid recompiling all the .elc files just
3628 because the bootstrap-emacs is missing.
3629
3630 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
3631
3632 * configure.in: Require librsvg >= 2.11.
3633
3634 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3635
3636 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
3637 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
3638
3639 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3640
3641 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
3642
3643 2009-02-03 Glenn Morris <rgm@gnu.org>
3644
3645 * make-dist: Add some missing files, remove some that are no longer
3646 present.
3647
3648 2009-02-02 Glenn Morris <rgm@gnu.org>
3649
3650 * make-dist: Add some missing nextstep/ files.
3651
3652 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
3653
3654 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
3655
3656 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3657
3658 * configure.in: Add support for m68k-*-netbsd.
3659
3660 2009-01-14 Juri Linkov <juri@jurta.org>
3661
3662 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
3663
3664 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
3665 and bug-reference-mode.
3666
3667 2009-01-11 Juri Linkov <juri@jurta.org>
3668
3669 * INSTALL.CVS: Move configuration explicitly to the first step.
3670
3671 2009-01-09 Glenn Morris <rgm@gnu.org>
3672
3673 * .dir-locals.el: Don't set indent-tabs-mode.
3674
3675 2008-12-30 Kenichi Handa <handa@m17n.org>
3676
3677 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
3678 the function OTF_get_variation_glyphs.
3679
3680 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
3681
3682 * Makefile.in (install-arch-dep): Remove old directories in
3683 ns_app* before moving new directories there.
3684
3685 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
3686
3687 * .dir-locals.el: Remove non-working entry for pmail.
3688 (fill-column): Fix typo.
3689 (change-log-mode): Add fill column.
3690
3691 2008-12-26 Eli Zaretskii <eliz@gnu.org>
3692
3693 * config.bat: Produce _dir-locals.el from .dir-locals.el.
3694
3695 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
3696
3697 * make-dist (tempdir): Distribute .dir-locals.el.
3698
3699 * .dir-locals.el: New file.
3700
3701 2008-12-19 Eli Zaretskii <eliz@gnu.org>
3702
3703 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
3704 for rationale.
3705
3706 2008-12-13 Glenn Morris <rgm@gnu.org>
3707
3708 * Makefile.in (install-arch-indep): Add new man-pages.
3709 (manext): Remove variable.
3710 (MAN_PAGES): New variable.
3711 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
3712 and remove.
3713 (uninstall): Remove desktop file and icons, game scores if empty.
3714
3715 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
3716
3717 * config.guess, config.sub: Updated from master source.
3718
3719 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3720
3721 * Makefile.in (install-arch-indep): Install ebrowse.1.
3722
3723 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3724
3725 * configure.in: Add Solaris on x86_64.
3726
3727 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3728
3729 * config.guess, config.sub: Updated from master source.
3730
3731 2008-12-08 Eli Zaretskii <eliz@gnu.org>
3732
3733 * info/dir: Fix last change.
3734
3735 2008-12-07 Eli Zaretskii <eliz@gnu.org>
3736
3737 * info/dir: Untabify.
3738
3739 2008-11-28 Ulrich Mueller <ulm@gentoo.org>
3740
3741 * configure.in: Fix last change.
3742
3743 2008-11-28 Richard M Stallman <rms@gnu.org>
3744
3745 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3746 New configurations.
3747
3748 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
3749
3750 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3751 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
3752
3753 2008-11-15 Eli Zaretskii <eliz@gnu.org>
3754
3755 * Makefile.in (INFO_FILES): Remove ns-emacs.
3756
3757 * info/dir (NS-Emacs): Remove entry.
3758
3759 2008-11-08 Eli Zaretskii <eliz@gnu.org>
3760
3761 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
3762
3763 2008-11-07 Glenn Morris <rgm@gnu.org>
3764
3765 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
3766
3767 2008-10-31 Eli Zaretskii <eliz@gnu.org>
3768
3769 * config.bat: Tell user to expect one "File not found" message
3770 while the `doc' directory is being configured.
3771
3772 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
3773
3774 * update-subdirs: Put obsolete directory last.
3775
3776 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3777
3778 * configure.in: Check fontconfig always.
3779
3780 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3781
3782 * configure (*-solaris2.[7-9]*): Fix typo.
3783
3784 2008-10-24 Glenn Morris <rgm@gnu.org>
3785
3786 * configure.in (--without-sync-input, --with-pkg-config-prog):
3787 Help strings start with lower case.
3788 (--with-gnustep-conf): New option.
3789 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3790
3791 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
3792
3793 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3794 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3795 is not found. (Bug#1230)
3796
3797 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3798
3799 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3800 Use sol2-6.h for Solaris 7-9.
3801
3802 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
3803
3804 * configure.in: Add support for GNU/Linux on SuperH.
3805
3806 2008-10-12 Andreas Schwab <schwab@suse.de>
3807
3808 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3809
3810 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
3811
3812 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3813 "X") to avoid confusion.
3814
3815 * configure: Regenerate.
3816
3817 2008-09-07 Romain Francoise <romain@orebokech.com>
3818
3819 * make-dist: Distribute doc/man/ChangeLog.
3820
3821 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3822
3823 * configure.in: Disable XFT and Freetype when without X.
3824
3825 * configure: Regenerate.
3826
3827 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3828
3829 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3830
3831 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3832
3833 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3834 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3835
3836 * configure: Regenerate.
3837
3838 2008-08-20 Eli Zaretskii <eliz@gnu.org>
3839
3840 * configure.in: Move "#define subprocesses" before
3841 config_opsysfile is included.
3842
3843 2008-08-19 Kenichi Handa <handa@m17n.org>
3844
3845 * INSTALL (Extra fonts): Mention local fonts, don't mention
3846 mule-unicode.
3847
3848 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
3849
3850 * make-dist: Omit info/.arch-inventory.
3851
3852 2008-08-16 Jason Rumney <jasonr@gnu.org>
3853
3854 * make-dist (tempdir/nt): Link emacsclient.rc.
3855
3856 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3857
3858 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3859 AC_SUBST it.
3860 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3861 AC_SUBST it.
3862 (OTHER_FILES): Always define for HAVE_NS.
3863 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3864 * configure: Regenerate.
3865
3866 2008-08-07 Andreas Schwab <schwab@suse.de>
3867
3868 * configure.in: Correctly handle
3869 --enable-cocoa-experimental-ctrl-g=no and
3870 --enable-ns-self-contained=yes.
3871
3872 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3873
3874 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3875 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
3876 bother undef'ing since won't have desired effect.
3877
3878 2008-08-06 Andreas Schwab <schwab@suse.de>
3879
3880 * configure.in: Fix quoting.
3881
3882 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
3883
3884 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3885
3886 2008-08-05 Ulrich Mueller <ulm@gentoo.org>
3887
3888 * configure.in: Add checks for krb5_error.text and
3889 krb5_error.e_text struct members.
3890
3891 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
3892
3893 * configure.in: Test for existence of NSInteger.
3894 Suggested by Yavor Doganov.
3895
3896 2008-08-02 Romain Francoise <romain@orebokech.com>
3897
3898 * Makefile.in (INFO_FILES): Add mairix-el.
3899
3900 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3901
3902 * make-dist:
3903 * README: Remove VMS support.
3904 * vms: Remove directory.
3905
3906 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3907
3908 * configure.in (MULTI_KBOARD): Remove.
3909
3910 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3911
3912 * configure.in (DO_BLOCK_INPUT): Remove, unused.
3913
3914 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
3915
3916 * info/dir (File): Add mairix-el.
3917
3918 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3919
3920 Remove support for Mac Carbon.
3921 * mac: Remove directory.
3922 * make-dist:
3923 * configure.in:
3924 * README:
3925 * Makefile.in:
3926 * INSTALL: Remove code for Carbon.
3927 * configure: Regenerate.
3928
3929 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3930
3931 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
3932
3933 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
3934
3935 * configure.in: Check for getrlimit.
3936
3937 * configure: Regenerate.
3938
3939 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3940
3941 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
3942 in src/Makefile.in.
3943 (static): Remove, autoconf would always comment it out anyway.
3944 (subprocesses): Define unconditionally.
3945
3946 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
3947
3948 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
3949 compilation under GNUstep.
3950
3951 2008-07-18 Kenichi Handa <handa@m17n.org>
3952
3953 * INSTALL (Complex Text Layout support libraries): Delete the
3954 paragraph about --enable-font-backend.
3955
3956 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3957
3958 * configure.in: Print out some info to user for NeXTstep builds.
3959 (ns-app): Remove enable option.
3960 (ns-self-contained): Add enable option.
3961 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
3962 GNUstep, use to set install prefixes, and substitute in Makefiles.
3963 * configure: Regenerate.
3964 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
3965 NS app bundle.
3966
3967 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3968
3969 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
3970
3971 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3972
3973 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3974 NS_IMPL_COCOA.
3975
3976 2008-07-16 Glenn Morris <rgm@gnu.org>
3977
3978 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
3979 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
3980 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
3981 never unset.
3982
3983 * make-dist: Add nextstep/ directories.
3984 (src, lib-src): Add .m files.
3985
3986 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3987
3988 * configure.in (freebsd, kfreebsd): Undo part of previous change.
3989 (USER_FULL_NAME): Remove, not used anymore.
3990 * configure: Regenerate.
3991
3992 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3993
3994 Changes and additions for NeXTstep windowing system (Cocoa and
3995 GNUstep) support.
3996
3997 * configure.in: Add support for NS window system: --with-ns (default
3998 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
3999 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
4000 disable font backend if window system is "none", not if !HAVE_X11.
4001 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
4002 (install-arch-dep): Add commands to assemble NS .app package.
4003
4004 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
4005
4006 * configure.in: Use macppc for Darwin. Remove references to
4007 desupported systems.
4008 * configure: Regenerate.
4009
4010 2008-07-05 Glenn Morris <rgm@gnu.org>
4011
4012 * make-dist (EMACS): Doc fix.
4013 (lisp): There are no *.dat or image files here any more.
4014 (src): There are no *.s files here any more.
4015 (etc/images, etc/images/*): Link to most regular files.
4016
4017 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4018
4019 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
4020
4021 2008-07-01 Glenn Morris <rgm@gnu.org>
4022
4023 * configure.in (cpp_undefs): Rename from `undefs', update uses.
4024 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
4025 and explicitly export there. (Bug#507.)
4026
4027 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4028
4029 * configure.in:
4030 * configure: Remove references to obsolete systems.
4031
4032 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 * Makefile.in (Makefile): Use it for its timestamp value as well, and
4035 make it depend on all other */.in files.
4036 (src/Makefile, src/config.stamp, lib-src/Makefile)
4037 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
4038 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
4039 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
4040 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
4041
4042 * configure.in: Don't create src/config.stamp any more.
4043
4044 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
4047
4048 2008-06-22 Glenn Morris <rgm@gnu.org>
4049
4050 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
4051
4052 2008-06-21 Romain Francoise <romain@orebokech.com>
4053
4054 * Makefile.in (INFO_FILES): Add sasl.
4055
4056 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4057
4058 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
4059 (bootstrap-build): Remove.
4060 (top_bootclean): New var.
4061 (top_distclean, bootstrap-clean): Use it.
4062 (bootstrap): Don't recheck config. Make normally.
4063
4064 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * Makefile.in (SUBDIR): Include `lisp'.
4067 (lisp): Depend on `src'.
4068 (top_distclean): Don't remove config.status.
4069 (bootstrap-clean): New target.
4070 (maintainer-clean): Use it.
4071 (bootstrap): Use bootstrap-clean. Re-run config.status.
4072 (src/bootstrap-emacs${EXEEXT}): New target.
4073 (bootstrap-build): Use it. Don't use bootstrap-prepare because
4074 src/Makefile now takes care of it.
4075 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
4076
4077 2008-06-15 Glenn Morris <rgm@gnu.org>
4078
4079 * info/dir: Add sasl.
4080
4081 2008-06-09 Alan Mackenzie <acm@muc.de>
4082
4083 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
4084
4085 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
4086
4087 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
4088
4089 2008-06-07 Glenn Morris <rgm@gnu.org>
4090
4091 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
4092 serve no purpose.
4093
4094 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4095
4096 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
4097 * configure: Regenerate.
4098
4099 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4100
4101 * update-subdirs: Don't touch subdirs.el if it is unchanged.
4102
4103 2008-05-14 Kenichi Handa <handa@m17n.org>
4104
4105 * configure: Regenerate.
4106
4107 * configure.in: Don't handle --disable-font-backend. Don't print
4108 a message about a font backend.
4109
4110 2008-05-09 Glenn Morris <rgm@gnu.org>
4111
4112 * configure.in: Make absence of makeinfo a fatal error only if the info
4113 files don't exist.
4114 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
4115
4116 2008-05-07 Eli Zaretskii <eliz@gnu.org>
4117
4118 * config.bat: Fix last change: don't use < and > in "rem" lines,
4119 they are interpreted as redirection by DOS shells.
4120
4121 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4122
4123 * configure.in: Check availability of AvailabilityMacros.h
4124 if HAVE_CARBON.
4125
4126 * configure: Regenerate.
4127
4128 2008-05-03 Glenn Morris <rgm@gnu.org>
4129
4130 * configure.in (x_libraries): Remove standard 64-bit directories -
4131 experimental workaround for minor autoconf bug.
4132
4133 * configure.in (--without-makeinfo): New option. If set,
4134 absence of suitable makeinfo is not a fatal error.
4135 * Makefile.in (MAKEINFO): New, set by configure.
4136 (install-arch-indep): Without makeinfo, ignore any missing manuals.
4137 (info-real): New target.
4138 (info): Without makeinfo, do nothing, else call `info-real'.
4139
4140 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4141
4142 * configure.in: Remove hpux10.20 from the desupported list.
4143
4144 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4145
4146 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
4147
4148 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
4151 rather than change CPPFLAGS.
4152 (HAVE_GTK): Rename to USE_GTK.
4153
4154 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
4155
4156 * configure.in: Replace the obsolete macros AC_AIX and
4157 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
4158
4159 2008-04-05 Andreas Schwab <schwab@suse.de>
4160
4161 * configure.in: No longer create admin/unidata/Makefile.
4162
4163 2008-03-28 Andreas Schwab <schwab@suse.de>
4164
4165 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
4166 (lisp/Makefile): New rule.
4167
4168 2008-03-13 Glenn Morris <rgm@gnu.org>
4169
4170 * configure.in (AC_INIT): Fix version number.
4171 (sync-input): Reword the option, since it's on by default.
4172
4173 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
4174
4175 * configure.in: Add --enable-sync-input, default yes.
4176
4177 2008-03-11 Glenn Morris <rgm@gnu.org>
4178
4179 * Makefile.in (install-etc, mkdir): Handle directory
4180 etc/images/icons/hicolor/*/mimetypes/.
4181
4182 * make-dist: Handle icons/hicolor/scalable directory.
4183
4184 2008-03-05 Glenn Morris <rgm@gnu.org>
4185
4186 * configure.in: Enable font-backend by default.
4187 (USE_FONT_BACKEND): Set to "no" in absence of X.
4188 (PKG_CONFIG): Don't set multiple times, once is enough.
4189 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
4190
4191 2008-03-03 Glenn Morris <rgm@gnu.org>
4192
4193 * Makefile.in (iconsrcdir): New variable.
4194 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
4195 directory.
4196
4197 2008-02-29 Glenn Morris <rgm@gnu.org>
4198
4199 * test/: New directory.
4200
4201 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
4202
4203 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
4204
4205 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4206
4207 * configure.in: Print an error for systems that we think are obsolete
4208 and are proposed to be removed. Remove some more unused systems.
4209 Add support for powerpc-ibm-aix6*.
4210
4211 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4212
4213 * configure.in: Remove references to obsolete variables and systems.
4214
4215 2008-02-21 Glenn Morris <rgm@gnu.org>
4216
4217 * Makefile.in (set_installuser): New.
4218 (install-arch-indep): Use set_installuser to avoid duplicate code.
4219
4220 * README.unicode: Split into admin/notes/unicode,font-backend and
4221 remove.
4222
4223 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
4224
4225 * configure.in (arm*-*-freebsd*): Add.
4226
4227 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
4228
4229 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
4230 dealing with obsolete variables.
4231
4232 2008-02-08 Glenn Morris <rgm@gnu.org>
4233
4234 * Makefile.in (check-info-dir): New target.
4235
4236 2008-02-08 Michael Olson <mwolson@gnu.org>
4237
4238 * Makefile.in (INFO_FILES): Add epa.
4239
4240 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
4241 features" section.
4242
4243 2008-02-06 Glenn Morris <rgm@gnu.org>
4244
4245 * configure.in (--with-gcc): Give an error saying this option has
4246 been removed.
4247 (--with-gtk): Remove this option.
4248
4249 2008-02-06 Tom Tromey <tromey@redhat.com>
4250
4251 * configure.in (--with-gcc): Remove.
4252 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
4253
4254 2008-02-05 Ulrich Mueller <ulm@gentoo.org>
4255
4256 * INSTALL: Recommend giflib, not libungif.
4257
4258 2008-02-05 Tom Tromey <tromey@redhat.com>
4259
4260 * configure.in (--with-dbus): Default to enabled.
4261
4262 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
4263
4264 * INSTALL (Complex Text Layout support libraries): New section.
4265
4266 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
4267
4268 * make-dist: Remove references to files in mac/ that have been
4269 deleted.
4270
4271 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4272
4273 * configure.in: For libotf and m17n-flt checks, set shell vars
4274 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
4275 pkg_check_m17n_flt, respectively, for the sake of the summary output.
4276 Reported by Ulrich Mueller.
4277
4278 2008-02-02 Eli Zaretskii <eliz@gnu.org>
4279
4280 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
4281 admin/unidata/Makefile.in to Makefile.
4282
4283 2008-02-02 Glenn Morris <rgm@gnu.org>
4284
4285 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
4286 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
4287 (HAVE_XFT): Add "Does Emacs use..." messages at end.
4288
4289 2008-02-01 Miles Bader <miles@gnu.org>
4290
4291 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
4292 [libotf], and [m17n-flt] options.
4293
4294 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4295
4296 * configure.in: Add EMACS_ARG_N([libotf]...), and
4297 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
4298 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
4299 CFLAGS, and LIBS in checking of m17n-flt.
4300
4301 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4302
4303 * configure.in: Check the availability of m17n-flt library.
4304
4305 2008-02-01 Kenichi Handa <handa@m17n.org>
4306
4307 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
4308 not available.
4309
4310 2008-02-01 Kenichi Handa <handa@m17n.org>
4311
4312 * configure.in: New args --enable-font-backend, --with-xft,
4313 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
4314 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
4315 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
4316 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
4317
4318 2008-02-01 Kenichi Handa <handa@m17n.org>
4319
4320 * make-dist: Include etc/charsets in tarball.
4321
4322 2008-02-01 Kenichi Handa <handa@m17n.org>
4323
4324 * configure.in: While running cpp on junk.c, include
4325 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
4326 exists.
4327
4328 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4329
4330 * configure.in (xtensa): Match more configurations.
4331
4332 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
4333
4334 * configure.in: Update comment.
4335
4336 2008-01-26 Glenn Morris <rgm@gnu.org>
4337
4338 * configure.in (--without-gcc): By default, neither off nor on.
4339 (--with-carbon): Tone down rhetoric in help text.
4340
4341 2008-01-25 Glenn Morris <rgm@gnu.org>
4342
4343 * configure.in: Correct usage of OPTION_DEFAULT_ON,
4344 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
4345 Default `Carbon' to off (it's unsupported).
4346
4347 2008-01-24 Glenn Morris <rgm@gnu.org>
4348
4349 * configure.in: Standardize dbus-related messages.
4350
4351 2008-01-23 Michael Olson <mwolson@gnu.org>
4352
4353 * configure.in (pkg-config-prog): Remove initial whitespace.
4354
4355 2008-01-23 Tom Tromey <tromey@redhat.com>
4356
4357 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
4358 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
4359 Update all users.
4360
4361 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
4362
4363 * config.guess, config.sub: Updated from master source.
4364
4365 2008-01-17 Andreas Schwab <schwab@suse.de>
4366
4367 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
4368
4369 2008-01-17 Glenn Morris <rgm@gnu.org>
4370
4371 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
4372
4373 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
4374
4375 * configure.in: Remove more references to unsupported systems.
4376
4377 2008-01-16 Sven Joachim <svenjoac@gmx.de>
4378
4379 * make-dist: Add --lzma.
4380
4381 2008-01-16 Glenn Morris <rgm@gnu.org>
4382
4383 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
4384 configure checks for this.
4385
4386 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
4387
4388 * configure.in: Remove more references to unsupported systems.
4389
4390 2008-01-06 Romain Francoise <romain@orebokech.com>
4391
4392 * configure.in: Delete extra semicolons.
4393
4394 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4395
4396 * configure.in: Remove references to unsupported systems.
4397
4398 2008-01-05 Romain Francoise <romain@orebokech.com>
4399
4400 * make-dist: Add --bzip2. Update copyright.
4401
4402 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4403
4404 * configure.in: Remove support for Masscomp.
4405
4406 2008-01-05 Glenn Morris <rgm@gnu.org>
4407
4408 * Makefile.in (desktopdir, icondir): New variables.
4409 (install-arch-indep): Also depend on `install-etc'.
4410 (install-etc): New target.
4411 (mkdir): Also create the `applications' and `icons' directories.
4412
4413 2008-01-04 Glenn Morris <rgm@gnu.org>
4414
4415 * make-dist: Update for new etc/images/icons/hicolor directory.
4416
4417 2007-12-09 Andreas Schwab <schwab@suse.de>
4418
4419 * configure.in: D-Bus is not enabled by default.
4420
4421 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
4422
4423 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
4424 change.
4425
4426 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
4427
4428 * configure.in: Give package name and version to AC_INIT.
4429
4430 2007-12-03 Magnus Henoch <mange@freemail.hu>
4431
4432 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
4433
4434 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
4435
4436 * configure.in: No need for DBUS_INFO anymore.
4437
4438 * Makefile.in (INFO_FILES): Use dbus unconditionally.
4439
4440 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
4441
4442 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
4443
4444 * Makefile.in (INFO_FILES): Add dbus.
4445
4446 2007-12-02 Romain Francoise <romain@orebokech.com>
4447
4448 * make-dist: Fix last change.
4449
4450 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
4451
4452 * configure.in: Add support for gnu-kfreebsd.
4453
4454 2007-11-28 Glenn Morris <rgm@gnu.org>
4455
4456 * make-dist: Add etc/nxml.
4457
4458 2007-11-24 Romain Francoise <romain@orebokech.com>
4459
4460 * Makefile.in (INFO_FILES): Add nxml-mode.
4461
4462 2007-11-23 Romain Francoise <romain@orebokech.com>
4463
4464 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
4465 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
4466
4467 2007-11-20 Andreas Schwab <schwab@suse.de>
4468
4469 * configure.in: Always include <resolv.h> when checking for res_init.
4470
4471 2007-11-17 Andreas Schwab <schwab@suse.de>
4472
4473 * update-subdirs: Atomically update subdirs.el.
4474
4475 2007-11-17 Glenn Morris <rgm@gnu.org>
4476
4477 * Makefile.in (check-declare): New target.
4478
4479 2007-11-07 Glenn Morris <rgm@gnu.org>
4480
4481 * configure.in: Deprecate Mac Carbon port.
4482
4483 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
4484
4485 * configure.in: Remove HAVE_X11R5 check.
4486
4487 2007-10-31 Glenn Morris <rgm@gnu.org>
4488
4489 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
4490 when changing ownership of installed files.
4491
4492 2007-10-30 Glenn Morris <rgm@gnu.org>
4493
4494 * make-dist: Add new directory etc/gnus.
4495
4496 2007-10-30 Michael Olson <mwolson@gnu.org>
4497
4498 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
4499
4500 2007-10-29 Glenn Morris <rgm@gnu.org>
4501
4502 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
4503
4504 2007-10-23 Glenn Morris <rgm@gnu.org>
4505
4506 * MAINTAINERS: Move to admin/.
4507
4508 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
4511 (HAVE_LIBRESOLV): Also define if we are using res_init().
4512
4513 2007-10-17 Glenn Morris <rgm@gnu.org>
4514
4515 * FTP: Remove file, since it's just a duplicate of one in etc/.
4516
4517 2007-10-05 Eli Zaretskii <eliz@gnu.org>
4518
4519 * config.bat: Fix configuring `doc' due to changes in the
4520 directory structure.
4521
4522 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
4523
4524 * configure.in: Don't use -lpthread on HP-UX.
4525
4526 2007-09-16 Glenn Morris <rgm@gnu.org>
4527
4528 * make-dist: File gfdl.1 has been removed.
4529
4530 2007-09-15 Glenn Morris <rgm@gnu.org>
4531
4532 * configure.in: Fix makeinfo version regexp.
4533
4534 2007-09-12 Glenn Morris <rgm@gnu.org>
4535
4536 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
4537 implementation of alloca is not found.
4538
4539 * Makefile.in (SOURCES, unlock, relock): Delete.
4540 (install-arch-indep): Do not exclude the etc/ Makefiles.
4541
4542 2007-09-09 Juri Linkov <juri@jurta.org>
4543
4544 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
4545
4546 * README: Add doc/ to documentation directories.
4547
4548 2007-09-08 Michael Olson <mwolson@gnu.org>
4549
4550 * MAINTAINERS: Add myself for ERC and tq.el.
4551 Update for new doc/ directory layout.
4552
4553 2007-09-06 Romain Francoise <romain@orebokech.com>
4554
4555 * make-dist: Update for new doc/ directory layout.
4556
4557 2007-09-06 Glenn Morris <rgm@gnu.org>
4558
4559 * Makefile.in (mansrcdir): New variable.
4560 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
4561 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
4562 update these targets for new doc/ directory layout.
4563 (doc/misc/Makefile): New target.
4564 (install-arch-indep): Use mansrcdir for new location of manpages.
4565 (mostlyclean, clean, distclean, maintainer-clean, unlock)
4566 (relock, info, dvi): Update targets for new doc/ directory layout.
4567
4568 * configure.in (AC_OUTPUT): Update names of generated Makefiles
4569 for new doc/ directory layout.
4570
4571 2007-09-02 Andreas Schwab <schwab@suse.de>
4572
4573 * configure.in: Use AS_HELP_STRING throughout.
4574 * configure: Regenerate.
4575
4576 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
4577
4578 * configure.in: Require Gtk/Glib 2.6.
4579
4580 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4581
4582 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4583 Use them throughout in place of AC_ARG_WITH calls.
4584 * configure: Regenerate.
4585
4586 2007-09-01 Andreas Schwab <schwab@suse.de>
4587
4588 * configure.in: Put quotes around nested macro calls.
4589
4590 2007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4591
4592 * configure.in: Fix typo.
4593 * configure: Regenerate.
4594
4595 2007-08-30 Glenn Morris <rgm@gnu.org>
4596
4597 * configure.in (AH_BOTTOM): Copy some manual changes made to
4598 src/config.in here so they are not lost when it regenerates.
4599
4600 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
4601
4602 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
4603
4604 * README.multi-tty: New file.
4605
4606 2007-08-29 Glenn Morris <rgm@gnu.org>
4607
4608 * README: Increase version to 23.0.50.
4609
4610 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
4611
4612 * configure.in: New option: --without-xaw3d.
4613
4614 2007-08-24 Glenn Morris <rgm@gnu.org>
4615
4616 * configure.in: Check for a suitably recent makeinfo.
4617
4618 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4619
4620 * configure.in (Check for required libraries): Typo.
4621
4622 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4623
4624 * configure.in: Check librsvg2 also for Mac Carbon.
4625
4626 2007-08-22 Romain Francoise <romain@orebokech.com>
4627
4628 * make-dist: Follow reorganization of files in etc/.
4629
4630 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4631
4632 * configure.in: Add support for SVG images through librsvg2.
4633
4634 2007-07-28 Eli Zaretskii <eliz@gnu.org>
4635
4636 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
4637 to avoid an error message if there is no DOC there.
4638
4639 2007-07-25 Glenn Morris <rgm@gnu.org>
4640
4641 * Relicense all FSF files to GPLv3 or later.
4642
4643 * COPYING, info/COPYING: Switch to GPLv3.
4644
4645 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
4646
4647 * configure.in: Complain if X seems to be installed but no
4648 development files were found.
4649
4650 2007-06-20 Glenn Morris <rgm@gnu.org>
4651
4652 * configure.in: Prefer libgif over libungif.
4653
4654 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
4655
4656 * configure.in: Check for all image libraries before exiting.
4657
4658 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
4659
4660 * configure.in: Exit with error if image libraries aren't found.
4661
4662 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
4663
4664 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
4665 when compiling without scrollbars.
4666
4667 2007-06-12 Glenn Morris <rgm@gnu.org>
4668
4669 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4670
4671 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
4672
4673 * configure.in: Change wording about yes/gtk and lucid/athena
4674 being synonyms.
4675
4676 2007-06-08 Glenn Morris <rgm@gnu.org>
4677
4678 * configure.in: Make gtk the default toolkit.
4679
4680 2007-06-07 Glenn Morris <rgm@gnu.org>
4681
4682 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
4683 for a Sun C compiler.
4684
4685 * Makefile.in (install-arch-indep): Install only the DOC- file
4686 specific to the build, if possible, rather than DOC-*.
4687
4688 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
4689
4690 * Version 22.1 released.
4691
4692 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
4693
4694 * mkinstalldirs: Sync to version in automake CVS.
4695
4696 2007-05-22 Andreas Schwab <schwab@suse.de>
4697
4698 * configure.in: Prefer build_alias over host when host_alias is not set.
4699 * configure: Regenerate.
4700
4701 2007-05-20 Andreas Schwab <schwab@suse.de>
4702
4703 * configure.in: Remove empty AC_SUBST.
4704 * configure: Regenerate.
4705
4706 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
4707
4708 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
4709 it like others.
4710 * configure: Regenerate.
4711
4712 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
4713
4714 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
4715 (AC_CHECK_LIB): Add -lgpm.
4716 * configure: Regenerate.
4717
4718 2007-05-03 Glenn Morris <rgm@gnu.org>
4719
4720 * configure: Tweak message about the absence of shell functions.
4721
4722 2007-04-27 Andreas Schwab <schwab@suse.de>
4723
4724 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
4725
4726 2007-04-26 Glenn Morris <rgm@gnu.org>
4727
4728 * README: Increase version to 22.1.50.
4729
4730 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
4731
4732 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4733
4734 2007-04-19 Glenn Morris <rgm@gnu.org>
4735
4736 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4737
4738 2007-04-18 Glenn Morris <rgm@gnu.org>
4739
4740 * INSTALL: Mention CPP.
4741
4742 2007-04-15 Glenn Morris <rgm@gnu.org>
4743
4744 * FTP: Replace with a pointer to the web version.
4745
4746 2007-04-13 Glenn Morris <rgm@gnu.org>
4747
4748 * INSTALL: In lib-src, timer, wakeup, yow are removed.
4749
4750 2007-04-04 Glenn Morris <rgm@gnu.org>
4751
4752 * configure.in (NON_GNU_CPP): Use associated preprocessor when
4753 compiling with Sun Studio on Solaris.
4754
4755 2007-03-23 Glenn Morris <rgm@gnu.org>
4756
4757 * configure.in: Restore support for hp800 (removed 2007-01-27)
4758 following clarification of legal status.
4759
4760 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
4761
4762 * configure.in: Add support for AIX4.3 on IBM RS6000.
4763
4764 * configure: Regenerate.
4765
4766 2007-03-20 Richard Stallman <rms@gnu.org>
4767
4768 * configure.in: Fix previous change.
4769
4770 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
4771
4772 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4773 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4774 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4775
4776 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4777
4778 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4779 user specifies "without".
4780
4781 * configure: Regenerate.
4782
4783 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
4784
4785 * configure.in: Warning for Gtk+ and Cygwin added.
4786 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4787
4788 2007-02-27 Glenn Morris <rgm@gnu.org>
4789
4790 * make-dist (oldXMenu): Remove Imakefile.
4791 (etc/images): Add README.
4792
4793 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4794
4795 * configure.in (xtensa-*-linux-gnu*): New configuration.
4796
4797 * configure: Regenerate.
4798
4799 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4800
4801 * config.guess, config.sub: Updated from master source.
4802
4803 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4804
4805 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4806
4807 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4808
4809 * configure.in: Restore support for hp800's not running HP-UX.
4810
4811 * configure: Regenerate.
4812
4813 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4814
4815 * configure.in: Remove support for hp800 and sr2k machine types.
4816
4817 * configure: Regenerate.
4818
4819 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
4820
4821 * configure.in: Add check for libXft.
4822
4823 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4824
4825 * INSTALL: Info files moved to share/info.
4826
4827 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
4828
4829 * configure.in: Detect and use fink-installed in intel-based Mac
4830 builds; change Apple Darwin section to support both PowerPC and
4831 Intel-based Macs.
4832
4833 2006-12-26 Andreas Schwab <schwab@suse.de>
4834
4835 * Makefile.in (datarootdir): Define.
4836
4837 2006-12-24 Richard Stallman <rms@gnu.org>
4838
4839 * configure.in: Require Autoconf 2.61.
4840
4841 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
4842
4843 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4844 Remove redundant entry for powerpc-apple-netbsd.
4845
4846 * configure: Regenerate.
4847
4848 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
4849
4850 * configure: Regenerate with autoconf 2.61.
4851
4852 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
4853
4854 * configure.in: Detect alsa/asoundlib.h also.
4855 * configure: Regenerate.
4856
4857 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
4858
4859 * configure.in: Check if GTK+ compiles at all.
4860
4861 2006-12-10 Andreas Schwab <schwab@suse.de>
4862
4863 * configure.in: Remove check for struct timezone, its result is
4864 never used.
4865
4866 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4867
4868 * configure.in: Add support for Solaris 10 on x86-64.
4869
4870 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
4871
4872 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4873 of PKG_CONFIG_PATH.
4874
4875 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4876
4877 * configure.in (HAVE_SYNC): New test.
4878
4879 2006-12-03 Glenn Morris <rgm@gnu.org>
4880
4881 * Makefile.in: Fix Copyright format.
4882
4883 * configure.in (AH_TOP): Add missing Copyright year.
4884
4885 * update-subdirs: Add missing Copyright years.
4886
4887 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
4888
4889 * Makefile.in: Touch only the parts of the share/emacs directory
4890 specific to this version.
4891
4892 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
4893
4894 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4895
4896 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4897
4898 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4899
4900 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4901
4902 * configure.in: Prefer X11 to Carbon only when some X-specific
4903 option is specified (Thanks to Jan Djärv and Andreas Schwab).
4904
4905 2006-11-04 Romain Francoise <romain@orebokech.com>
4906
4907 * Makefile.in (bootstrap-clean-before): Fix typo.
4908 Use new target `bootstrap-clean' in the leim subdirectory.
4909
4910 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4911
4912 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4913
4914 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
4915
4916 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
4917 directories.
4918
4919 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
4920
4921 * configure.in: Enable x86-64 OpenBSD compilation.
4922
4923 2006-10-28 Glenn Morris <rgm@gnu.org>
4924
4925 * AUTHORS: Add cal-html.el author.
4926
4927 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4928
4929 * make-dist: Make links to mac/make-package and
4930 mac/Emacs.app/Contents/Resources/Emacs.icns.
4931
4932 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
4933
4934 * README: Bump version number to 22.0.90.
4935
4936 2006-10-23 Andreas Schwab <schwab@suse.de>
4937
4938 * configure.in: Make sure x_default_search_path is always set even
4939 when x_libraries is empty, and look in .../share as well for each
4940 library directory.
4941
4942 2006-09-28 Kenichi Handa <handa@m17n.org>
4943
4944 * configure.in (locallisppath): Don't include leim dir.
4945 (lisppath): Include leim dir.
4946
4947 2006-09-15 Jay Belanger <belanger@truman.edu>
4948
4949 * COPYING: Replace "Library Public License" by "Lesser Public
4950 License" throughout.
4951
4952 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
4953
4954 * make-dist (EMACS): Exit and fail if the EMACS environment
4955 variable is set to something other than an absolute file name.
4956
4957 2006-08-16 Andreas Schwab <schwab@suse.de>
4958
4959 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
4960 of hardcoding it.
4961
4962 2006-08-16 Richard Stallman <rms@gnu.org>
4963
4964 * INSTALL.CVS: Clean up wording.
4965
4966 2006-07-14 Eli Zaretskii <eliz@gnu.org>
4967
4968 * configure.in (PKG_CHECK_MODULES): Redirect the output of
4969 $PKG_CONFIG --exists "$2" to config.log.
4970 * configure: Regenerate.
4971
4972 2006-07-09 Richard Stallman <rms@gnu.org>
4973
4974 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
4975
4976 2006-07-09 Kim F. Storm <storm@cua.dk>
4977
4978 * CONTRIBUTE: Use outline format.
4979 Add section on copyright years (from admin/notes/years).
4980
4981 2006-07-08 Eli Zaretskii <eliz@gnu.org>
4982
4983 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
4984 to /dev/null, since we don't need the error message, just the
4985 exit status.
4986
4987 2006-07-07 Eli Zaretskii <eliz@gnu.org>
4988
4989 * CONTRIBUTE: Slight formatting changes and typo fixes.
4990 Add description of NEWS markings.
4991
4992 2006-07-07 Kim F. Storm <storm@cua.dk>
4993
4994 * CONTRIBUTE: Mention INSTALL.CVS.
4995
4996 2006-07-05 Romain Francoise <romain@orebokech.com>
4997
4998 * make-dist (top-level): Add CONTRIBUTE.
4999
5000 2006-07-04 Richard Stallman <rms@gnu.org>
5001
5002 * CONTRIBUTE: Much rewrite.
5003
5004 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
5005
5006 * CONTRIBUTE: New file.
5007
5008 2006-06-24 Eli Zaretskii <eliz@gnu.org>
5009
5010 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
5011
5012 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
5013
5014 * configure.in: Add check for ALSA.
5015
5016 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5017
5018 * Makefile.in (INFO_FILES): Remove emacs-xtra.
5019
5020 * info/dir: Remove the Emacs-Xtra entry.
5021
5022 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
5023
5024 Update copyright year(s) in many files.
5025
5026 2006-04-01 Eli Zaretskii <eliz@gnu.org>
5027
5028 * configure: Regenerated.
5029
5030 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5031
5032 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
5033 --without-toolkit-scroll-bars was specified.
5034
5035 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
5036
5037 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
5038 to CFLAGS. Update Copyright years written to src/config.in.
5039
5040 2006-03-18 Claudio Fontana <claudio@gnu.org>
5041
5042 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
5043 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
5044 to be installed/uninstalled.
5045 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
5046 to Info files installed by Emacs.
5047
5048 2006-03-03 Claudio Fontana <claudio@gnu.org>
5049
5050 * Makefile.in (install, uninstall): Add DESTDIR variable to
5051 support staged installations.
5052
5053 2006-02-14 Richard M. Stallman <rms@gnu.org>
5054
5055 * configure.in (s390x-*-linux-gnu*): New configuration.
5056
5057 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
5058
5059 * configure.in: Require GTK 2.4 or newer.
5060
5061 2006-01-29 Michael Olson <mwolson@gnu.org>
5062
5063 * Makefile.in (install-arch-indep, uninstall): Add ERC.
5064 * info/dir (ERC): New entry.
5065
5066 2006-01-29 Eli Zaretskii <eliz@gnu.org>
5067
5068 * info/dir: Fix last change.
5069
5070 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5071
5072 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
5073
5074 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5075
5076 * info/dir: Untabify the whole file.
5077 (Rcirc): New entry.
5078
5079 2006-01-12 Andreas Schwab <schwab@suse.de>
5080
5081 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
5082 check.
5083
5084 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
5085
5086 * configure.in: Use -Wno-pointer-sign if available.
5087
5088 2005-12-29 Andreas Schwab <schwab@suse.de>
5089
5090 * config.guess, config.sub: Updated from master source.
5091
5092 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5093
5094 * configure.in: Use amdx86-64 for freebsd on x86_64.
5095
5096 2005-11-22 Romain Francoise <romain@orebokech.com>
5097
5098 * make-dist: Add etc/images/icons.
5099
5100 2005-11-03 Andreas Schwab <schwab@suse.de>
5101
5102 * configure.in: Use GZIP_PROG instead of GZIP.
5103
5104 * Makefile.in (GZIP_PROG): Renamed from GZIP.
5105 (install-arch-indep): Adjust.
5106
5107 2005-11-01 Andreas Schwab <schwab@suse.de>
5108
5109 * Makefile.in (bootstrap): Fix dependencies for parallel build.
5110 (bootfast): Likewise.
5111
5112 2005-11-01 Romain Francoise <romain@orebokech.com>
5113
5114 * configure.in: Check for gzip.
5115
5116 * Makefile.in (install): Compress source files.
5117
5118 2005-10-24 Steven Tamm <steventamm@mac.com>
5119
5120 * configure.in: Fix darwin386 configuration issue.
5121
5122 2005-10-22 Eli Zaretskii <eliz@gnu.org>
5123
5124 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
5125
5126 2005-10-17 Bill Wohler <wohler@newt.com>
5127
5128 * make-dist: Create and populate etc/images/low-color.
5129
5130 2005-10-15 Bill Wohler <wohler@newt.com>
5131
5132 * make-dist: Create and populate etc/images/gud.
5133
5134 2005-10-08 Richard M. Stallman <rms@gnu.org>
5135
5136 * make-dist (tempparent): Don't check for 14-char file name limit.
5137
5138 2005-10-07 Romain Francoise <romain@orebokech.com>
5139
5140 * make-dist: Add etc/images/ezimage and etc/images/mail
5141 directories. Install images in etc/images.
5142
5143 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5144
5145 * configure.in: Prefer Carbon if --enable-carbon-app or
5146 --with-carbon is explicitly specified even when X11 is detected.
5147
5148 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
5149
5150 * Makefile.in (install-arch-indep, uninstall):
5151 Handle newsticker manual.
5152 (info): Add - to commands.
5153
5154 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
5155
5156 Remove the MAXPATHLEN limitations:
5157
5158 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
5159
5160 2005-09-09 Eli Zaretskii <eliz@gnu.org>
5161
5162 * configure.in <lynxsos*>: Support for LynxOS on PPC.
5163 * configure: Regenerate.
5164
5165 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
5166
5167 * config.guess, config.sub: Updated from master source.
5168
5169 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
5170
5171 * .cvsignore: Add `lock'.
5172
5173 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5174
5175 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
5176
5177 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
5178
5179 Merge gnulib getopt implementation into Emacs.
5180
5181 * Makefile.in (AUTOCONF_INPUTS): New macro.
5182 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
5183 so that these files also depend on m4/getopt.m4.
5184 * configure.in: Configure getopt by including m4/getopt.m4,
5185 and configuring a getopt replacement if necessary.
5186 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
5187 * m4/getopt.m4: New file.
5188
5189 2005-07-06 Lute Kamstra <lute@gnu.org>
5190
5191 * configure.in: Fix capitalization.
5192
5193 2005-07-04 Lute Kamstra <lute@gnu.org>
5194
5195 Update FSF's address in GPL notices.
5196
5197 2005-06-19 Jérôme Marant <jerome@marant.org>
5198
5199 * Makefile.in (epaths-force): Protect both lisppath and
5200 buildlisppath from whitespace.
5201
5202 2005-06-08 Steven Tamm <steventamm@mac.com>
5203
5204 * configure.in: Support Darwin/MacOSX on Intel.
5205
5206 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
5207
5208 * configure.in (HAVE_CANCELMENUTRACKING): New test.
5209
5210 2005-05-19 Jérôme Marant <jmarant@marant.org>
5211
5212 * configure.in: Add --enable-locallisppath.
5213
5214 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5215
5216 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
5217 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
5218 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
5219
5220 2005-05-07 Jérôme Marant <jerome@marant.org>
5221
5222 * make-dist: Remove references to makefile.nt and makefile.def.
5223 Include widgets and images subdirectories of etc. Do not exclude
5224 ldefs-boot.el.
5225
5226 2005-04-23 Andreas Schwab <schwab@suse.de>
5227
5228 * configure.in: Remove duplicate match for powerpc configuration.
5229
5230 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
5231
5232 * configure.in: Check for <pwd.h>.
5233
5234 2005-04-14 Lute Kamstra <lute@gnu.org>
5235
5236 * make-dist: Distribute all ChangeLog files in lisp/.
5237 Don't distribute ldefs-boot.el.
5238 lisp/makefile.nt no longer exists.
5239
5240 2005-04-13 Lute Kamstra <lute@gnu.org>
5241
5242 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
5243 for "no-byte-compile: t" in the file instead.
5244
5245 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5246
5247 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
5248 shadow the main Lesstif/Motif-2.1 libs and includes.
5249
5250 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
5251
5252 * configure.in: Only add XASSERTS to cppflags.
5253
5254 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
5255
5256 * configure.in: Added --enable-asserts.
5257
5258 2005-02-09 Kim F. Storm <storm@cua.dk>
5259
5260 Change release version from 21.4 to 22.1 throughout.
5261 Change development version from 21.3.50 to 22.0.50.
5262
5263 2005-01-19 Steven Tamm <steventamm@mac.com>
5264
5265 * configure.in: Check for <sys/utsname.h>.
5266
5267 2004-12-11 Kim F. Storm <storm@cua.dk>
5268
5269 * Makefile.in (info): Undo 2004-12-05 change.
5270
5271 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5272
5273 * info/dir (File): Add URL and Org Mode manuals.
5274 * Makefile.in (install-arch-indep, uninstall): Add url and org
5275 manuals.
5276
5277 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5278
5279 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
5280 committed to src/config.in.
5281
5282 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
5283
5284 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
5285 pthreads and define HAVE_GTK_AND_PTHREAD.
5286
5287 2004-12-05 Richard M. Stallman <rms@gnu.org>
5288
5289 * Makefile.in (info): Ignore errors building info files.
5290
5291 2004-11-27 Eli Zaretskii <eliz@gnu.org>
5292
5293 * config.bat: If 8-byte alignment is not supported, define
5294 NO_DECL_ALIGN in src/config.h, instead of trivially defining
5295 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
5296 filter through Sed to remove the quotes.
5297
5298 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5299
5300 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
5301 not apply to files explicitly `cvs add'ed.
5302
5303 2004-11-12 Eli Zaretskii <eliz@gnu.org>
5304
5305 * config.bat: Don't require djecho.exe for the v1.x build.
5306 Add a test for DECL_ALIGN support, and add a trivial definition to
5307 src/config.h if 8-byte alignment is not supported.
5308
5309 2004-11-08 Kim F. Storm <storm@cua.dk>
5310
5311 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
5312 files before building.
5313 (bootfast, bootstrap-clean-before-fast): New targets, like
5314 bootstrap but don't remove .elc files.
5315
5316 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
5317
5318 * configure.in: Add check for getrusage.
5319
5320 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
5321
5322 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
5323 New tests for new and old GTK file dialogs.
5324 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
5325 to no.
5326
5327 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
5328
5329 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
5330 can be set. Remove SETARCH test.
5331
5332 2004-10-08 Steven Tamm <steventamm@mac.com>
5333
5334 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
5335
5336 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
5337
5338 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
5339 AC_MSG_WARN. Move output of warning message to end of configure run.
5340
5341 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
5342
5343 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
5344 Run test to see if heap start address is random.
5345
5346 2004-09-29 Miles Bader <miles@gnu.org>
5347
5348 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
5349 if setarch is present.
5350
5351 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
5352
5353 * configure.in (HAVE_EXECSHIELD): Only define on x86.
5354
5355 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
5356
5357 * configure.in: Check for exec-shield.
5358
5359 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
5360
5361 * Makefile.in (install-arch-indep): Add pgg and sieve.
5362
5363 * info/.cvsignore: Added pgg and sieve.
5364
5365 2004-08-06 Andreas Schwab <schwab@suse.de>
5366
5367 * Makefile.in (install-arch-indep, uninstall): Add flymake.
5368
5369 2004-07-31 Eli Zaretskii <eliz@gnu.org>
5370
5371 * config.bat: Update URLs in the comments.
5372
5373 2004-07-05 Andreas Schwab <schwab@suse.de>
5374
5375 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
5376
5377 2004-06-21 Kenichi Handa <handa@m17n.org>
5378
5379 * make-dist: Link leim-ext.el into tempdir.
5380
5381 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5382
5383 * info/dir (File): Add emacs-xtra.
5384 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
5385
5386 2004-06-12 Juri Linkov <juri@jurta.org>
5387
5388 * info/dir: Move menu help lines from `* Menu:' to file header.
5389 Describe the purpose of a red *.
5390
5391 2004-05-04 Dave Love <fx@gnu.org>
5392
5393 * configure.in: Don't use `extrasub'.
5394
5395 2004-04-29 Dave Love <fx@gnu.org>
5396
5397 * configure.in: Don't forget to quote args to `test'.
5398
5399 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
5400
5401 * autogen.sh: Update filename in "please read" message.
5402
5403 2004-04-17 Richard M. Stallman <rms@gnu.org>
5404
5405 * INSTALL: Move the info about site-lisp dirs,
5406 and say uninstalled Emacs looks there too.
5407
5408 2004-04-04 Eli Zaretskii <eliz@gnu.org>
5409
5410 * config.bat (lib-src): Recognize comment lines in Makefile.in
5411 that have a TAB after the #, to avoid errors in preprocessing with
5412 GCC 3.3.3.
5413
5414 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
5415
5416 * Makefile.in: Mention in comment that `make maintainer-clean'
5417 deletes .elc files.
5418
5419 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5420
5421 * update-subdirs: Add local variables to prevent byte-compiling.
5422
5423 2004-03-21 Dave Love <fx@gnu.org>
5424
5425 * configure.in: Fix previous change.
5426
5427 2004-03-18 Dave Love <fx@gnu.org>
5428
5429 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
5430
5431 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
5432
5433 * info/dir (File): Add SMTP and SES.
5434
5435 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5436
5437 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
5438 (bootstrap): Use the new bootstrap-prepare target in lisp.
5439
5440 2004-02-18 Kim F. Storm <storm@cua.dk>
5441
5442 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
5443
5444 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5445
5446 * make-dist: Don't link index.*perm and permute-index into tempdir.
5447
5448 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5449
5450 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
5451 to match previous changes by Eli Zaretskii.
5452
5453 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
5454
5455 * Makefile.in: Set CDPATH to an empty string.
5456
5457 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5458
5459 * configure.in <darwin>: Use fink packages if available.
5460
5461 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
5462
5463 * make-dist (lispref): Do include lispref/index.texi.
5464
5465 2004-01-06 Eric Hanchrow <offby1@blarg.net>
5466
5467 * make-dist (tempdir): Include cursors in nt/icons.
5468
5469 2003-12-30 Eli Zaretskii <eliz@gnu.org>
5470
5471 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
5472 clashes with install-sh on 8+3 filesystems.
5473
5474 2003-12-24 Miles Bader <miles@gnu.org>
5475
5476 * .cvsignore: Add .arch-inventory.
5477
5478 2003-12-24 Andreas Schwab <schwab@suse.de>
5479
5480 * configure.in: Check for <sys/socket.h>. Include it before
5481 including <net/if.h>. Move check for <net/if.h> before its use.
5482
5483 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
5484
5485 * Makefile.in (install-arch-dep): Don't let cd output go into
5486 pipe for carbon_appdir.
5487
5488 2003-12-24 Andreas Schwab <schwab@suse.de>
5489
5490 * configure.in (PKG_CHECK_MODULES): Fix quoting.
5491
5492 2003-12-01 Andreas Schwab <schwab@suse.de>
5493
5494 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
5495 hardcoding gcc.
5496
5497 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
5498
5499 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
5500 multiple displays.
5501 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
5502
5503 2003-09-23 Dave Love <fx@gnu.org>
5504
5505 * configure.in: Check members of struct ifreq.
5506
5507 2003-09-14 Kim F. Storm <storm@cua.dk>
5508
5509 * configure.in: Add checks for sys/ioctl.h and net/if.h.
5510
5511 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
5512
5513 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
5514
5515 2003-08-18 Lute Kamstra <lute@gnu.org>
5516
5517 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
5518 required anymore.
5519
5520 2003-08-07 Andrew Choi <akochoi@shaw.ca>
5521
5522 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
5523 option instead of -traditional-cpp for CPP.
5524
5525 2003-07-29 Richard M. Stallman <rms@gnu.org>
5526
5527 * configure.in (HAVE_XIM): Define if XIM is available.
5528
5529 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5530
5531 * configure.in: The function gtk_window_set_icon_from_file was
5532 introduced in GTK+ 2.2, so check for that release.
5533
5534 2003-07-23 Andreas Schwab <schwab@suse.de>
5535
5536 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
5537
5538 * Makefile.in (YACC): Remove, not used.
5539 (MAINT): Don't set.
5540 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
5541 disable dependency on ${srcdir}/configure.in when maintainer mode
5542 is disabled.
5543
5544 2003-07-22 Dave Love <fx@gnu.org>
5545
5546 * configure.in: Make XRegisterIMInstantiateCallback test depend on
5547 HAVE_X11, not with_xim.
5548 (HAVE_CRTIN): Provide template.
5549 <with_png>: Test for png.h and libpng/png.h.
5550
5551 2003-07-15 Andreas Schwab <schwab@suse.de>
5552
5553 * configure.in: Temporarily leave quoting for AC_DEFINE.
5554
5555 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
5556
5557 * configure.in: Check for posix_memalign.
5558
5559 2003-07-12 Richard M. Stallman <rms@gnu.org>
5560
5561 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
5562
5563 2003-07-09 Kim F. Storm <storm@cua.dk>
5564
5565 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
5566 functionality of --without-xim.
5567
5568 2003-06-29 Dave Love <fx@gnu.org>
5569
5570 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
5571
5572 2003-06-23 Dave Love <fx@gnu.org>
5573
5574 * configure.in: Check for sys/_mbstate_t.h.
5575 Test XRegisterIMInstantiateCallback prototype.
5576 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
5577
5578 2003-06-06 Dave Love <fx@gnu.org>
5579
5580 * configure.in: Check for locale.h.
5581
5582 2003-06-05 Dave Love <fx@gnu.org>
5583
5584 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
5585 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5586 (NLIST_STRUCT): Don't define.
5587 (AH_BOTTOM): Define my_strftime.
5588
5589 2003-06-02 Richard M. Stallman <rms@gnu.org>
5590
5591 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
5592
5593 2003-05-24 Andreas Schwab <schwab@suse.de>
5594
5595 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
5596 bzero, and bcmp.
5597
5598 2003-05-22 Dave Love <fx@gnu.org>
5599
5600 * configure.in: Remove redundant test for term.h. Test for difftime.
5601
5602 2003-05-20 Dave Love <fx@gnu.org>
5603
5604 * configure.in: Append * to s390-*-linux-gnu case.
5605 (LIBMAIL) <lockfile>: Don't define.
5606
5607 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5608
5609 * INSTALL (* GNU/Linux development packages): Mention Debian and
5610 RedHat package names.
5611
5612 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
5613
5614 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5615
5616 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5617
5618 * INSTALL (* GNU/Linux development packages): Tell people to
5619 install additional packages for compiling Emacs.
5620
5621 2003-04-30 Richard M. Stallman <rms@gnu.org>
5622
5623 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5624
5625 2003-04-28 Francesco Potortì <pot@gnu.org>
5626
5627 * configure.in: Undo last (RMS') change, as it is useless, per
5628 Dave Love.
5629
5630 2003-04-08 Richard M. Stallman <rms@gnu.org>
5631
5632 * configure.in: Put #include of jpeglib.h at start of line.
5633
5634 2003-04-06 Francesco Potortì <pot@gnu.org>
5635
5636 * configure.in: Use the same configuration for all aix5, not just
5637 aix5.1.
5638
5639 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
5640
5641 * configure.in: Check for need for bigtoc support on IBM AIX for
5642 solving a linker table overflow problem.
5643
5644 2003-03-03 Rob Browning <rlb@defaultvalue.org>
5645
5646 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
5647 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
5648 over bzero, bcmp, and bcopy.
5649
5650 2003-02-23 Simon Josefsson <jas@extundo.com>
5651
5652 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
5653
5654 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
5655
5656 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
5657
5658 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
5659
5660 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
5661
5662 2003-02-08 Andreas Schwab <schwab@suse.de>
5663
5664 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
5665 instead of the substitution.
5666
5667 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5668
5669 * Makefile.in: Use @EXEEXT@ for Cygwin.
5670 Use USERNAME if LOGNAME is not set (for Cygwin).
5671
5672 * configure.in: Add opsys=cygwin.
5673
5674 2003-01-22 Andreas Schwab <schwab@suse.de>
5675
5676 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
5677 redefining it explicitly in src/config.in.
5678
5679 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
5680
5681 * Makefile.in (bootstrap): Make bootstrap-after.
5682
5683 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
5684
5685 * configure.in: Fix --with-gtk.
5686
5687 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
5688
5689 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
5690
5691 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
5692
5693 2003-01-14 Francesco Potortì <pot@gnu.org>
5694
5695 * configure.in (m68k-motorola-sysv): Remove (obsolete).
5696
5697 2003-01-07 Steven Tamm <steventamm@mac.com>
5698
5699 * configure.in: New option, --enable-carbon-app, to specify
5700 that the application should be installed
5701 * Makefile.in (install-arch-dep): On Mac OS X, install the
5702 Emacs.app application if carbon-app is enabled.
5703
5704 2003-01-06 Dave Love <fx@gnu.org>
5705
5706 * configure.in: Check for nl_langinfo.
5707 [!HAVE_SIZE_T]: Fix typedef.
5708
5709 2003-01-06 David Kastrup <dak@gnu.org>
5710
5711 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
5712
5713 * configure.in: Add tests for install-info.
5714
5715 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
5716
5717 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
5718 use again sol2-6 instead of sol2-8.
5719
5720 2002-12-09 Dave Love <fx@gnu.org>
5721
5722 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
5723
5724 2002-12-08 Andreas Schwab <schwab@suse.de>
5725
5726 * Makefile.in (install-arch-indep): Revert last change.
5727
5728 2002-11-27 Dave Love <fx@gnu.org>
5729
5730 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
5731 Check for __sys_siglist too. Check for memset.
5732 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
5733
5734 2002-11-22 Juanma Barranquero <lektu@terra.es>
5735
5736 * config.guess, config.sub: Updated from master source.
5737
5738 2002-11-19 Karl Fogel <kfogel@red-bean.com>
5739
5740 * autogen.sh: New file.
5741
5742 2002-11-18 Dave Love <fx@gnu.org>
5743
5744 * configure.in: Tidy up various quoting issues throughout.
5745 Use AC_GNU_SOURCE.
5746 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
5747 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5748 Maybe define bcopy, bzero, bcmp.
5749 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5750 non-existent machine file).
5751 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5752 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5753 (nlist.h): Move test up.
5754
5755 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
5756
5757 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
5758
5759 2002-11-14 Francesco Potortì <pot@gnu.org>
5760
5761 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
5762
5763 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5764
5765 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5766
5767 2002-11-08 Dave Love <fx@gnu.org>
5768
5769 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5770 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5771
5772 2002-11-07 Miles Bader <miles@gnu.org>
5773
5774 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5775 Handle separate-build-dir case.
5776
5777 2002-11-06 Richard M. Stallman <rms@gnu.org>
5778
5779 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5780 bulletproof. $bar may be empty when there are no .elc files.
5781
5782 2002-10-30 Dave Love <fx@gnu.org>
5783
5784 * configure.in: Require autoconf 2.53. Test for pty.h,
5785 sys/mman.h, sys/param.h, mremap, memmove.
5786 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
5787 (AC_PROG_YACC): Delete.
5788 (size_t): Use AC_CHECK_TYPES.
5789 (AH_TOP): Up-date copyright.
5790
5791 2002-10-01 Juanma Barranquero <lektu@terra.es>
5792
5793 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5794
5795 2002-09-19 Richard M. Stallman <rms@gnu.org>
5796
5797 * configure.in: Fix the LessTif-directory-finder for real.
5798
5799 2002-09-14 Richard M. Stallman <rms@gnu.org>
5800
5801 * Makefile.in (maybe_bootstrap): Test for complete absence
5802 of compiled Lisp files.
5803
5804 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5805
5806 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5807 (bootstrap-clean-after): Delete.
5808 (bootstrap): Make the sequencing explicit.
5809
5810 2002-09-10 Richard M. Stallman <rms@gnu.org>
5811
5812 * configure.in: Fix previous LessTif change.
5813
5814 2002-09-09 Richard M. Stallman <rms@gnu.org>
5815
5816 * configure.in (powerpcle-*-solaris2.5*): New configuration.
5817 (powerpcle-*-solaris*): Use version 2.6 as default.
5818 (*-sunos5.6*, *-solaris2.6*): New alternative.
5819 (*-sunos5*): Use version 2.6 as default.
5820
5821 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5822
5823 * configure.in: Fix typo.
5824
5825 2002-09-05 Richard M. Stallman <rms@gnu.org>
5826
5827 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5828
5829 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5830 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5831
5832 2002-08-26 Kim F. Storm <storm@cua.dk>
5833
5834 * Makefile.in (install-arch-indep): Do not remove DOC file
5835 when it is the only DOC file installed; this is the case when
5836 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
5837
5838 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
5839
5840 * configure.in: Fix typo.
5841
5842 2002-07-24 Richard M. Stallman <rms@gnu.org>
5843
5844 * configure.in: Don't print anything special about gamedir.
5845
5846 * configure.in: Delete nonstandard --with-game-user option.
5847
5848 2002-07-21 Richard M. Stallman <rms@gnu.org>
5849
5850 * Makefile.in (gamedir, localstatedir): New variables.
5851 (epaths-force): Insert value of gamedir into PATH_GAME.
5852
5853 * configure.in (gamedir): Handle it like lispdir.
5854 (--with-game-dir option): Delete.
5855
5856 2002-06-21 Pavel Janík <Pavel@Janik.cz>
5857
5858 * configure.in: Add support for mipseb-*-netbsd* machines.
5859
5860 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5861
5862 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5863
5864 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5865
5866 * info/dir (File): Add an entry for Tramp.
5867
5868 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5869
5870 * INSTALL-CVS: New file.
5871
5872 2002-06-07 Andreas Schwab <schwab@suse.de>
5873
5874 * configure.in (x86_64-*-linux-gnu*): New system.
5875
5876 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
5877
5878 * config.bat: Handle the case when lispintro is truncated to lispintr.
5879
5880 2002-05-26 Paul Eggert <eggert@twinsun.com>
5881
5882 * config.guess, config.sub: Updated from master source.
5883
5884 2002-05-09 Richard M. Stallman <rms@gnu.org>
5885
5886 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5887
5888 2002-05-04 Pavel Janík <Pavel@Janik.cz>
5889
5890 * make-dist: Do not distribute lock/ directory.
5891
5892 2002-04-30 Andrew Choi <akochoi@shaw.ca>
5893
5894 * configure.in: Provide documentation string when defining
5895 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5896 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5897
5898 2002-04-29 Colin Walters <walters@verbum.org>
5899
5900 * configure.in: Delete configure check for access to the game user.
5901
5902 2002-04-29 Pavel Janík <Pavel@Janik.cz>
5903
5904 * make-dist: lwlib/Imakefile is removed.
5905
5906 2002-04-26 Andrew Choi <akochoi@shaw.ca>
5907
5908 * configure.in: Add support for powerpc-apple-darwin*.
5909 (HAVE_CARBON): Add.
5910
5911 * make-dist: Create directories in mac/Emacs.app.
5912
5913 2002-04-25 Pavel Janík <Pavel@Janik.cz>
5914
5915 * make-dist: lwlib-Xol* are removed.
5916
5917 2002-04-23 Andreas Schwab <schwab@suse.de>
5918
5919 * Makefile.in (MAINT): New variable.
5920 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
5921 instead of configure.in, to avoid running autoconf and autoheader
5922 unless explicitly requested.
5923
5924 2002-04-16 Eli Zaretskii <eliz@gnu.org>
5925
5926 * config.bat: Update for msdos/sed2v2.inp.
5927
5928 2002-04-15 Andreas Schwab <schwab@suse.de>
5929
5930 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
5931 * configure.in: Add config header templates to all AC_DEFINE and
5932 AC_DEFINE_UNQUOTED symbols.
5933 * make-dist: Run autoheader if necessary.
5934
5935 2002-04-10 Colin Walters <walters@verbum.org>
5936
5937 * configure.in: Add --game-dir, --game-user. Test to see if we
5938 can use them.
5939
5940 2002-04-08 Pavel Janík <Pavel@Janik.cz>
5941
5942 * configure.in: Add --with-sound.
5943
5944 2002-03-18 Kim F. Storm <storm@cua.dk>
5945
5946 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
5947 and getsockname functions. Test for sys/un.h include file.
5948
5949 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5950
5951 * configure.in: Support AIX 5.1.
5952
5953 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
5954
5955 * configure.in: Added test for X Session Management (HAVE_X_SM).
5956
5957 2002-03-03 Richard M. Stallman <rms@gnu.org>
5958
5959 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
5960 Run chown $${LOGNAME} on files installed by tar xvf.
5961
5962 2002-03-03 Kim F. Storm <storm@cua.dk>
5963
5964 * configure.in: Test for getpeername.
5965
5966 2002-03-01 Richard M. Stallman <rms@gnu.org>
5967
5968 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
5969 (HAVE_GIF): Don't use old libungif versions that crash.
5970
5971 2002-02-26 Richard M. Stallman <rms@gnu.org>
5972
5973 * configure.in <making srcdir absolute>: Verify that PWD is correct,
5974 not just well-formed and valid.
5975 (mips-compaq-nonstopux*): New configuration.
5976
5977 2002-02-18 Paul Eggert <eggert@twinsun.com>
5978
5979 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
5980 "sed q" is a portable equivalent to plain "head -1".
5981
5982 2002-02-13 Richard M. Stallman <rms@gnu.org>
5983
5984 * Makefile.in (maybe_bootstrap): Do `exit 1'.
5985 (all): Don't depend on maybe_bootstrap here.
5986 (${SUBDIR}): Depend on it here instead.
5987
5988 2002-02-08 Richard M. Stallman <rms@gnu.org>
5989
5990 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
5991
5992 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5993
5994 * configure.in: Recognize BSD/OS 5.0.
5995
5996 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5997
5998 * make-dist: Make version checking in emacs.texi consistent with
5999 how we set it there.
6000
6001 2001-12-29 Kim F. Storm <storm@cua.dk>
6002
6003 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
6004
6005 2001-12-28 Richard M. Stallman <rms@gnu.org>
6006
6007 * configure.in: Test for mbsinit.
6008
6009 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6010
6011 These changes make Leim part of the standard distribution:
6012
6013 * README: Add info about the `leim' directory.
6014
6015 * INSTALL: Remove text that describes Leim as a separate package.
6016
6017 * noleim-Makefile.in: File removed.
6018
6019 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
6020 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
6021 Leim files out of the Emacs tree. Don't prepare a separate tarball
6022 for Leim.
6023
6024 2001-12-11 Richard M. Stallman <rms@gnu.org>
6025
6026 * configure.in (hppa*-*-linux-gnu*): New alternative.
6027
6028 2001-12-08 Pavel Janík <Pavel@Janik.cz>
6029
6030 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
6031 creating distribution.
6032
6033 2001-12-06 Paul Eggert <eggert@twinsun.com>
6034
6035 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
6036 (AC_FUNC_VFORK): Remove.
6037 (AC_FUNC_FORK): Add.
6038 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
6039 this is required by recent Autoconf versions.
6040
6041 2001-12-02 Pavel Janík <Pavel@Janik.cz>
6042
6043 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
6044 TODO, vms-pp.trans and others).
6045
6046 2001-11-29 Pavel Janík <Pavel@Janik.cz>
6047
6048 * make-dist: Use COPYING from the top-level directory.
6049
6050 2001-11-29 Gerd Moellmann <gerd@gnu.org>
6051
6052 * configure.in: Add support for FreeBSD/Alpha.
6053
6054 2001-11-29 Pavel Janík <Pavel@Janik.cz>
6055
6056 * make-dist: Add COPYING to the top-level directory of the
6057 distribution. Simplify the logic behind copying.
6058
6059 * Makefile.in (maybe_bootstrap): Fix previous change.
6060
6061 2001-11-28 Richard M. Stallman <rms@gnu.org>
6062
6063 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
6064
6065 2001-11-26 Richard M. Stallman <rms@gnu.org>
6066
6067 * Makefile.in: bootstrap should not delete dumped executables.
6068 (bootstrap-clean-before): New target.
6069 (bootstrap): Use bootstrap-clean-before instead of clean.
6070 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
6071
6072 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
6073
6074 These changes add the Emacs Lisp Introduction manual to the
6075 distribution:
6076
6077 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
6078
6079 * make-dist: Copy the files in lispintro directory.
6080
6081 * config.bat: Configure in the lispintro directory.
6082
6083 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
6084
6085 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
6086 (lispintro/Makefile): New target.
6087 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
6088 (unlock, relock, info, dvi): Ditto.
6089
6090 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6091
6092 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
6093
6094 * make-dist (etc): Don't distribute gfdl.1.
6095
6096 2001-11-22 Colin Walters <walters@debian.org>
6097
6098 * Makefile.in (install-arch-indep): Install the calc .info files.
6099 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
6100
6101 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
6102
6103 * make-dist (lispref): Add *.txt, *.el, permute-index, and
6104 tindex.pl to the list of those being put into the distribution.
6105
6106 2001-11-16 Eli Zaretskii <eliz@gnu.org>
6107
6108 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
6109
6110 2001-11-15 Pavel Janík <Pavel@Janik.cz>
6111
6112 * Makefile.in (uninstall): Fix previous change.
6113
6114 * configure.in, Makefile.in: Add support for --program-prefix,
6115 --program-suffix and --program-transform-name options.
6116
6117 2001-11-13 Pavel Janík <Pavel@Janik.cz>
6118
6119 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
6120 (install-arch-indep): Install emacsclient manual page.
6121 (uninstall): Uninstall emacsclient manual page.
6122
6123 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
6124
6125 * make-dist: Add lispref/index.*perm files to the distribution.
6126 From Pavel Janík <Pavel@Janik.cz>.
6127
6128 2001-11-12 Pavel Janík <Pavel@Janik.cz>
6129
6130 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
6131
6132 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6133
6134 * configure.in: AC_OUTPUT lispref/Makefile.
6135
6136 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6137
6138 The following changes add the ELisp reference manual to the
6139 distribution.
6140
6141 * make-dist: Add the lispref directory to the distribution.
6142
6143 * Makefile.in (install-arch-indep): Add elisp* to the list of
6144 installed Info files.
6145 (SUBDIR_MAKEFILES): Add lispref/Makefile.
6146 (lispref/Makefile): New target.
6147 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
6148 Add commands for the lispref directory.
6149 (info, dvi): Ditto.
6150
6151 * config.bat: Configure in `lispref'.
6152
6153 2001-11-09 Richard M. Stallman <rms@gnu.org>
6154
6155 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
6156
6157 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
6158
6159 * make-dist (tempdir): Copy AUTHORS as well.
6160
6161 2001-11-06 Sam Steingold <sds@gnu.org>
6162
6163 * configure.in: Added a check for <nlist.h>.
6164
6165 2001-11-01 Pavel Janík <Pavel@Janik.cz>
6166
6167 * configure.in: Reindent --help output.
6168 From Per Starbäck (starback@ling.uu.se).
6169
6170 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6171
6172 * configure.in: New entry for HP/UX-11.
6173
6174 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
6175 From Eric S. Raymond <esr@golux.thyrsus.com>.
6176
6177 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6178
6179 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
6180 <athornton@sinenomine.net>.
6181
6182 2001-10-25 Gerd Moellmann <gerd@gnu.org>
6183
6184 * Makefile.in (maybe_bootstrap): New target.
6185 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
6186
6187 2001-10-24 Ken Raeburn <raeburn@gnu.org>
6188
6189 * configure.in: If --with-hesiod is given, look for
6190 hes_getmailhost and res_send or __res_send; check hesiod and
6191 resolv libraries respectively if system libraries don't supply them.
6192
6193 2001-10-24 Gerd Moellmann <gerd@gnu.org>
6194
6195 * configure.in: Use $MAKE for `make' if set.
6196
6197 2001-10-22 Gerd Moellmann <gerd@gnu.org>
6198
6199 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
6200 to tar options.
6201
6202 2001-10-20 Gerd Moellmann <gerd@gnu.org>
6203
6204 * (Version 21.1 released).
6205
6206 2001-10-20 Miles Bader <miles@gnu.org>
6207
6208 * configure.in (configuration): Set from `host' if `host_alias'
6209 isn't defined.
6210
6211 2001-10-19 Andreas Schwab <schwab@suse.de>
6212
6213 * configure.in: Make ready for autoconf 2.5x.
6214 (AC_PREREQ): Require autoconf 2.50.
6215 * aclocal.m4: Removed.
6216 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
6217
6218 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6219
6220 * README: Bump Emacs version to 21.1.50.
6221
6222 2001-10-05 Gerd Moellmann <gerd@gnu.org>
6223
6224 * Branch for 21.1.
6225
6226 2001-09-05 Gerd Moellmann <gerd@gnu.org>
6227
6228 * configure.in: Avoid `$@' which is handled specially in
6229 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
6230
6231 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
6232
6233 * make-dist (nt): Add subdirs.el to the list of distributed files.
6234
6235 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6236
6237 * configure.in (machine): Add an entry for
6238 hppa1.1-hitachi-hiuxwe2*.
6239
6240 2001-05-28 Gerd Moellmann <gerd@gnu.org>
6241
6242 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
6243 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
6244
6245 2001-05-14 Gerd Moellmann <gerd@gnu.org>
6246
6247 * make-dist: Copy texinfo.tex unconditionally.
6248
6249 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6250
6251 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
6252 that are installed.
6253
6254 2001-04-06 Gerd Moellmann <gerd@gnu.org>
6255
6256 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
6257 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
6258
6259 * make-dist: Handle leim/MISC-DIC. Only include
6260 `[a-zA-Z]*.{el,elc}' from leim/quail.
6261
6262 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6263
6264 * Makefile.in (install-arch-indep): Remove .cvsignore files.
6265
6266 2001-03-30 Gerd Moellmann <gerd@gnu.org>
6267
6268 * Makefile.in (.PHONY): Add for bootstrap targets.
6269 (bootstrap-clean): New target.
6270 (bootstrap): Use it instead of `clean'.
6271
6272 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
6273
6274 * Makefile.in (SUBDIR): Remove leim.
6275 (all, .RECURSIVE, extraclean): Add leim explicitly.
6276 (leim): Provide separate rule which exports PARALLEL=0 into the
6277 environment.
6278
6279 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6280
6281 * configure.in (HAVE_XPM): Don't print the result of the check for
6282 XpmReturnAllocPixels if we don't have an xpm.h.
6283
6284 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6285
6286 * COPYING: New file.
6287
6288 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6289
6290 * config.bat: Update the copyright.
6291
6292 2001-02-23 Kenichi Handa <handa@etl.go.jp>
6293
6294 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
6295 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
6296 to `yes'. Later in AC_OUTPUT, check this variable.
6297
6298 2001-02-09 Dave Love <fx@gnu.org>
6299
6300 * AUTHORS: Updated.
6301
6302 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6303
6304 * info/dir (Ebrowse): Fix the entry (was missing a dot).
6305
6306 2001-02-02 Gerd Moellmann <gerd@gnu.org>
6307
6308 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
6309
6310 * Makefile.in (uninstall): Ignore exit code of `rm'.
6311
6312 * Makefile.in (uninstall): Remove more info files. Remove
6313 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
6314
6315 2001-01-31 Gerd Moellmann <gerd@gnu.org>
6316
6317 * noleim-Makefile.in (extraclean): Add.
6318
6319 2001-01-28 Gerd Moellmann <gerd@gnu.org>
6320
6321 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
6322 it quiet.
6323
6324 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
6325
6326 * Makefile.in (tags): Fix typo.
6327
6328 2001-01-13 Kenichi Handa <handa@etl.go.jp>
6329
6330 * configure.in: Fix typo in the code setting x_search_path.
6331
6332 2001-01-10 Dave Love <fx@gnu.org>
6333
6334 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
6335 -lXext.
6336 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
6337 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
6338 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
6339 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
6340 (now in $LIBS).
6341
6342 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6343
6344 * config.bat: Run the preprocessor with -traditional.
6345
6346 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
6347
6348 * INSTALL: Move copying conditions to end of file.
6349
6350 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6351
6352 * INSTALL: Add basic installation procedure which assumes
6353 `configure' does its job. Elaborate on image support libraries.
6354 Add a pointer to Xaw3d library. Add advice about solving
6355 configure-time problems by looking in config.log and setting
6356 variables in the environment.
6357
6358 2000-12-27 Gerd Moellmann <gerd@gnu.org>
6359
6360 * Makefile.in (install-arch-indep): If tar fails, exit with
6361 exit code 1.
6362
6363 2000-12-19 Gerd Moellmann <gerd@gnu.org>
6364
6365 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
6366 source file includes XKBlib.h. On some broken Solaris systems,
6367 there is an XKBlib.h, reportedly, but header files included by
6368 XKBlib.h are missing.
6369
6370 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6371
6372 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
6373
6374 2000-12-11 Dave Love <fx@gnu.org>
6375
6376 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
6377
6378 2000-12-11 Paul Eggert <eggert@twinsun.com>
6379
6380 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
6381 Merge fixes from latest GNU tar version. These macros no longer
6382 futz with _XOPEN_SOURCE, as that was not portable in practice.
6383 (AC_FUNC_FSEEKO): New macro.
6384
6385 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
6386 ftello.
6387
6388 2000-12-05 Dave Love <fx@gnu.org>
6389
6390 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
6391
6392 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6393
6394 * info/dir: Change the category to "Emacs".
6395
6396 2000-12-01 Gerd Moellmann <gerd@gnu.org>
6397
6398 * make-dist (tempdir): Remove epaths.h from the distribution
6399 instead of paths.h.
6400
6401 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6402
6403 * config.bat: Check for existence of djecho.exe, and print an
6404 error message if it is not available.
6405
6406 * INSTALL: Describe possible problem with djecho.exe in old
6407 versions of DJGPP v2.x.
6408
6409 2000-11-23 Gerd Moellmann <gerd@gnu.org>
6410
6411 * configure.in: Initialize HAVE_LIBXP to no.
6412
6413 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6414
6415 * configure.in: Use m/macppc.h instead of the non-existent
6416 m/powerpc.h.
6417
6418 2000-11-21 Gerd Moellmann <gerd@gnu.org>
6419
6420 * Makefile.in (install-arch-indep): Also install info/eshell*
6421 and info/speedbar*.
6422
6423 * configure.in (HAVE_PNG): Check for the presence of
6424 png_get_channels to rule out older PNG libs.
6425
6426 * configure.in (AC_OUTPUT): Arrange to emit definitions of
6427 GCC and NON_GNU_CPP into config.status.
6428
6429 2000-11-20 Dave Love <fx@gnu.org>
6430
6431 * configure.in: Fix last change.
6432
6433 * GETTING.GNU.SOFTWARE: Deleted.
6434 * FTP: New file to replace it.
6435 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
6436
6437 2000-11-20 Gerd Moellmann <gerd@gnu.org>
6438
6439 * configure.in: Use -traditional with GNU cpp.
6440
6441 2000-11-17 Gerd Moellmann <gerd@gnu.org>
6442
6443 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
6444 Distribute more files from the nt/ subdir. Distribute PBM
6445 image files from subdirs of lisp/. Distribute old change logs
6446 from subdirs of lisp/. Distribute play/5x5.el.
6447
6448 2000-11-11 Dave Love <fx@gnu.org>
6449
6450 * config.sub, config.guess: Updated from master source.
6451
6452 2000-11-07 Dave Love <fx@gnu.org>
6453
6454 * configure.in: Test for mkstemp.
6455
6456 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
6457
6458 * info/dir (Top): Rearrange menu items more logically, and put
6459 them into a single category. Add menu items for RefTeX and
6460 Widget.
6461
6462 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6463
6464 * Makefile.in (install-arch-indep): Use --info-dir instead of
6465 --dir-file, and a simple argument instead of --info-file, so that
6466 the Debian version of install-info also works.
6467
6468 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
6469
6470 * info/dir (Speedbar): Add entry.
6471
6472 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6473
6474 * INSTALL: Describe the new image-support options to the configure
6475 script. List URLs where image support libraries can be found.
6476
6477 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
6478
6479 * info/dir (Top): Add an entry for Eshell.
6480
6481 2000-10-02 Dave Love <fx@gnu.org>
6482
6483 * configure.in: Check for gai_strerror.
6484
6485 2000-10-01 Andreas Schwab <schwab@suse.de>
6486
6487 * Makefile.in (install-arch-indep): Update list of installed info files.
6488
6489 2000-09-30 Gerd Moellmann <gerd@gnu.org>
6490
6491 * configure.in: Support `sparc*-*-netbsd*'.
6492
6493 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6494
6495 * info/dir (MIME): Add entry for emacs-mime.
6496
6497 2000-09-29 Dave Love <fx@gnu.org>
6498
6499 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
6500
6501 2000-09-26 Gerd Moellmann <gerd@gnu.org>
6502
6503 * make-dist: Adapt to the change of leim/Makefile which was
6504 necessary to ensure a reasonably working `make dist'.
6505
6506 * leim-Makefile.in: Moved to leim/Makefile.in..
6507
6508 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
6509
6510 2000-09-21 Kenichi Handa <handa@etl.go.jp>
6511
6512 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
6513 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
6514 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
6515 files to .elc.
6516 (${TIT}): Adjusted for the above change.
6517 (clean mostlyclean): Likewise.
6518 (.el.elc): New target.
6519
6520 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6521
6522 * make-dist: Include XPM and XBM files in lisp/ and subdirs
6523 in the distribution.
6524
6525 2000-09-18 Gerd Moellmann <gerd@gnu.org>
6526
6527 * make-dist (skk): Rename to `ja-dic' because the leim directory
6528 was renamed.
6529
6530 2000-09-14 Dave Love <fx@gnu.org>
6531
6532 * configure.in: Fix spurion in last change.
6533
6534 2000-09-14 Gerd Moellmann <gerd@gnu.org>
6535
6536 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
6537 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
6538 to `no' if defined. Change result report.
6539
6540 2000-09-08 Dave Love <fx@gnu.org>
6541
6542 * configure.in: Remove spurious `@'s.
6543
6544 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
6545 autoconf.
6546
6547 2000-09-06 Gerd Moellmann <gerd@gnu.org>
6548
6549 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
6550 file and print informational message.
6551
6552 * configure.in (AC_FUNC_MMAP): Add.
6553
6554 2000-09-01 Gerd Moellmann <gerd@gnu.org>
6555
6556 * configure.in: Add ``checking'' messages for
6557 XpmReturnAllocPixels.
6558
6559 2000-08-28 Gerd Moellmann <gerd@gnu.org>
6560
6561 * configure.in: Check <strings.h>; check `index' and `rindex'
6562 functions.
6563
6564 2000-08-26 Kenichi Handa <handa@etl.go.jp>
6565
6566 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
6567 "case "${canonical}" in".
6568
6569 2000-08-25 Dave Love <fx@gnu.org>
6570
6571 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
6572
6573 2000-08-25 Kenichi Handa <handa@etl.go.jp>
6574
6575 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
6576
6577 2000-08-24 Gerd Moellmann <gerd@gnu.org>
6578
6579 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
6580 contains a relative path. Protect against unusable values of $PWD.
6581
6582 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6583
6584 * info/dir (WoMan): Add entry.
6585
6586 * config.bat (maindir): Update src/_gdbinit even if it does
6587 already exist.
6588
6589 2000-08-07 Gerd Moellmann <gerd@gnu.org>
6590
6591 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
6592
6593 2000-08-03 Gerd Moellmann <gerd@gnu.org>
6594
6595 * configure.in: Add support for ia64*-*-linux*.
6596
6597 2000-07-27 Gerd Moellmann <gerd@gnu.org>
6598
6599 * make-dist (aclocal.m4): Include in distribution.
6600
6601 2000-07-26 Dave Love <fx@gnu.org>
6602
6603 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
6604
6605 2000-07-24 Dave Love <fx@gnu.org>
6606
6607 * configure.in: Add AC_SIZE_T.
6608
6609 2000-07-18 Dave Love <fx@gnu.org>
6610
6611 * configure.in: Reorder so that most tests are done after CPPFLAGS
6612 is set from the C_SWITCH_... definitions.
6613
6614 2000-07-10 Gerd Moellmann <gerd@gnu.org>
6615
6616 * configure.in (HAVE_XPM): Undo previous change. Check for
6617 preprocessor define XpmReturnAllocPixels.
6618
6619 2000-07-06 Gerd Moellmann <gerd@gnu.org>
6620
6621 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
6622 instead of XpmReadFileToPixmap.
6623
6624 2000-07-05 Ken Raeburn <raeburn@gnu.org>
6625
6626 * configure.in: Check for <soundcard.h>. Look for ossaudio
6627 library, and set LIBSOUND accordingly.
6628
6629 2000-07-05 Dave Love <fx@gnu.org>
6630
6631 * configure.in: Use AC_HEADER_SYS_WAIT.
6632
6633 2000-07-05 Gerd Moellmann <gerd@gnu.org>
6634
6635 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
6636 lisp/Makefile. Distribute lisp/Makefile.in instead of
6637 lisp/Makefile.
6638
6639 2000-06-30 Ken Raeburn <raeburn@gnu.org>
6640
6641 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
6642 while searching for image-handling libraries.
6643
6644 2000-06-26 Gerd Moellmann <gerd@gnu.org>
6645
6646 * configure.in (--with-xim): New option.
6647
6648 2000-06-23 Dave Love <fx@gnu.org>
6649
6650 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
6651 for struct timezone and test how we can call gettimeofday.
6652 Check for OSF 5+. Check for term.h.
6653
6654 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
6655 version.
6656
6657 2000-06-23 Gerd Moellmann <gerd@gnu.org>
6658
6659 * configure.in (HAVE_LIBXP): Change test for libXp.
6660
6661 2000-06-21 Dave Love <fx@gnu.org>
6662
6663 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
6664 simple test for getloadavg and substitute GETLOADAVG_LIBS.
6665 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
6666
6667 2000-06-19 Dave Love <fx@gnu.org>
6668
6669 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
6670 _XOPEN_SOURCE is defined.
6671
6672 2000-06-16 Gerd Moellmann <gerd@gnu.org>
6673
6674 * Makefile.in (distclean): Also make distclean in lisp/.
6675
6676 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6677
6678 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
6679
6680 2000-06-15 Gerd Moellmann <gerd@gnu.org>
6681
6682 * make-dist: Add --help and --snapshot options.
6683
6684 2000-06-14 Gerd Moellmann <gerd@gnu.org>
6685
6686 * configure.in: Generate lisp/Makefile.
6687
6688 * configure.in: Add support for `*-lynxos*'.
6689 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
6690 recommended by <Karen.Dorhamer@compaq.com> to fix problems
6691 on Tru64 UNIX v5.0.
6692
6693 2000-06-13 Ken Raeburn <raeburn@gnu.org>
6694
6695 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
6696 it's on a continuation line.
6697
6698 2000-06-02 Dave Love <fx@gnu.org>
6699
6700 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
6701 files.
6702
6703 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
6704 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
6705 test.
6706
6707 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
6708 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
6709
6710 2000-05-26 Gerd Moellmann <gerd@gnu.org>
6711
6712 * configure.in: Add check for speed_t typedef.
6713
6714 2000-05-25 Ken Raeburn <raeburn@gnu.org>
6715
6716 * Makefile.in (install-arch-dep): Install fns-*.el only if it
6717 exists; it won't in the CANNOT_DUMP case.
6718
6719 2000-05-25 Gerd Moellmann <gerd@gnu.org>
6720
6721 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
6722 On FreeBSD, the exit status is 1 if CDPATH is not set.
6723 (install-arch-indep): Install ebrowse.info.
6724
6725 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
6726
6727 * configure.in: Check for grandpt and getpt.
6728
6729 2000-05-09 Dave Love <fx@gnu.org>
6730
6731 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6732
6733 2000-05-05 Gerd Moellmann <gerd@gnu.org>
6734
6735 * make-dist: Make a link for lib-src/grep-changelog.
6736 Copy install-sh.
6737
6738 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
6739
6740 * config.bat: Identify the beginning of the cpp stuff in
6741 src/Makefile.in and lib-src/Makefile.in more accurately.
6742
6743 2000-04-27 Gerd Moellmann <gerd@gnu.org>
6744
6745 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6746
6747 2000-04-19 Gerd Moellmann <gerd@gnu.org>
6748
6749 * configure.in: Add support for `powerpc-*-netbsd*'.
6750
6751 2000-04-19 Dave Love <fx@gnu.org>
6752
6753 * configure.in: Don't use AC_FUNC_GETLOADAVG.
6754
6755 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6756
6757 2000-04-16 Dave Love <fx@gnu.org>
6758
6759 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
6760
6761 2000-04-14 Dave Love <fx@gnu.org>
6762
6763 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
6764
6765 * aclocal.m4 (AC_FUNC_MKTIME): New.
6766
6767 2000-03-28 Ken Raeburn <raeburn@gnu.org>
6768
6769 * configure.in: Line up "--help" output a little better.
6770
6771 2000-03-26 Gerd Moellmann <gerd@gnu.org>
6772
6773 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6774 New targets.
6775 (bootstrap): Rewritten in terms of the new targets above. Make
6776 info files, too.
6777
6778 2000-03-12 Gerd Moellmann <gerd@gnu.org>
6779
6780 * config.guess, config.sub: Use the versions of the files from
6781 subversions.
6782
6783 2000-03-08 Dave Love <fx@gnu.org>
6784
6785 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6786 AC_C_VOLATILE. Define POINTER_TYPE.
6787
6788 * aclocal.m4: New file.
6789
6790 2000-03-02 Gerd Moellmann <gerd@gnu.org>
6791
6792 * configure.in (machine): Add `mipsel-*-netbsd*' and
6793 `arm-*-netbsd*'.
6794
6795 2000-03-01 Gerd Moellmann <gerd@gnu.org>
6796
6797 * configure.in (machine): Add support for `*-auspex-sunos*'.
6798
6799 2000-02-29 Gerd Moellmann <gerd@gnu.org>
6800
6801 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6802
6803 2000-02-18 Dave Love <fx@gnu.org>
6804
6805 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6806
6807 2000-02-18 Andreas Schwab <schwab@suse.de>
6808
6809 * Makefile.in (install-arch-indep): Add eudc to list of installed
6810 info files.
6811
6812 2000-02-17 Ken Raeburn <raeburn@gnu.org>
6813
6814 * configure.in: Include -lz and -ljpeg (if it's available) when
6815 testing for the tiff library.
6816
6817 2000-02-17 Gerd Moellmann <gerd@gnu.org>
6818
6819 * configure.in: Remove LISP_FLOAT_TYPE.
6820
6821 2000-02-12 Dave Love <fx@gnu.org>
6822
6823 * configure.in: Use AC_FUNC_VFORK.
6824
6825 2000-02-01 Gerd Moellmann <gerd@gnu.org>
6826
6827 * make-dist: Various fixes for new development tree.
6828
6829 * leim-Makefile.in: New file.
6830
6831 2000-01-31 Gerd Moellmann <gerd@gnu.org>
6832
6833 * Makefile.in (dist): Call ./make-dist.
6834
6835 2000-01-24 Dave Love <fx@gnu.org>
6836
6837 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6838
6839 2000-01-18 Gerd Moellmann <gerd@gnu.org>
6840
6841 * configure.in (HAVE_GIF): Check for DGifOpen instead of
6842 DGifOpenFileName.
6843
6844 2000-01-11 Andreas Schwab <schwab@suse.de>
6845
6846 * Makefile.in (install-arch-indep): Update list of info files to
6847 be installed.
6848
6849 2000-01-05 Dave Love <fx@gnu.org>
6850
6851 * configure.in: Check for jerror.h as well as libjpeg.
6852
6853 2000-01-03 Andreas Schwab <schwab@suse.de>
6854
6855 * Makefile.in (install-arch-indep): Install autotype*. Run
6856 install-info on autotype and emacs-faq.info.
6857
6858 1999-12-04 Dave Love <fx@gnu.org>
6859
6860 * Makefile.in (install-arch-indep): Depend on `info'.
6861 (install-strip): Use `install' as sub-make target.
6862
6863 1999-11-23 Ken Raeburn <raeburn@gnu.org>
6864
6865 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6866 didn't need to be deleted. Check for the k5crypto library as well
6867 as the crypto library; MIT Kerberos 1.1 changed the name.
6868
6869 1999-11-18 Dave Love <fx@gnu.org>
6870
6871 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6872
6873 1999-11-11 Erik Naggum <erik@naggum.no>
6874
6875 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6876
6877 1999-11-08 Dave Love <fx@gnu.org>
6878
6879 * configure.in: Fix change for --with-pop default.
6880
6881 1999-11-04 Dave Love <fx@gnu.org>
6882
6883 * configure.in: Default to --with-pop. Change sense of with-gcc
6884 and with-toolkit-scroll-bars messages to reflect the defaults.
6885
6886 1999-11-01 Gerd Moellmann <gerd@gnu.org>
6887
6888 * INSTALL: Mention the Emacs Lisp Reference.
6889
6890 1999-10-27 Noah Friedman <friedman@splode.com>
6891
6892 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6893
6894 1999-10-23 Gerd Moellmann <gerd@gnu.org>
6895
6896 * Makefile.in (bootstrap): New target.
6897
6898 1999-10-19 Paul Eggert <eggert@twinsun.com>
6899
6900 Add support for large files. Merge glibc 2.1.2.
6901
6902 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6903 (HAVE_TM_GMTOFF): New symbol.
6904 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6905 mbrlen, strsignal.
6906 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6907
6908 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6909
6910 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6911 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6912
6913 1999-10-09 Richard M. Stallman <rms@gnu.org>
6914
6915 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
6916 Unset CDPATH to prevent cd from generating output.
6917
6918 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
6919
6920 * update-subdirs: Also ignore CVS subdirs.
6921
6922 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6923
6924 * Makefile.in (install-arch-indep): Add ada-mode.
6925
6926 1999-10-06 Dave Love <fx@gnu.org>
6927
6928 * Makefile.in: Add rules for config.status, configure.
6929
6930 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6931
6932 * configure.in (--with-sound): Removed.
6933
6934 1999-08-30 Gerd Moellmann <gerd@gnu.org>
6935
6936 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
6937 the test for Xaw3d.
6938 (HAVE_TIFF): Add -lm to library check.
6939
6940 1999-08-28 Richard Stallman <rms@gnu.org>
6941
6942 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
6943 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
6944 after the other X-related libraries.
6945
6946 1999-08-21 Dave Love <fx@gnu.org>
6947
6948 * configure.in: Don't check for jpeglib.h.
6949
6950 1999-08-20 Gerd Moellmann <gerd@gnu.org>
6951
6952 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
6953 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
6954
6955 1999-08-18 Dave Love <fx@gnu.org>
6956
6957 * configure.in: Check for termcap.h.
6958
6959 1999-08-15 Gerd Moellmann <gerd@gnu.org>
6960
6961 * configure.in: Add --with-toolkit-scroll-bars. If "no",
6962 use Emacs' scroll bars, even if configured for Motif or when
6963 Xaw3d is available.
6964
6965 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6966
6967 * configure.in: Check for getaddrinfo.
6968
6969 1999-08-04 Eli Zaretskii <eliz@gnu.org>
6970
6971 * config.bat: Make --no-debug work again by removing -gcoff.
6972
6973 1999-07-30 Dave Love <fx@gnu.org>
6974
6975 * configure.in: Check for stdlib.h.
6976
6977 1999-07-19 Dave Love <fx@gnu.org>
6978
6979 * configure.in: Grok sparc64-*-linux-gnu*.
6980
6981 1999-07-12 Richard Stallman <rms@gnu.org>
6982
6983 * Version 20.4 released.
6984
6985 1999-06-23 Karl Heuer <kwzh@gnu.org>
6986
6987 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
6988 Quote $EMACS, in case it's a program with args.
6989
6990 1999-06-15 Gerd Moellmann <gerd@gnu.org>
6991
6992 * configure.in (HAVE_GIF): Use libungif instead of libgif
6993 because the former doesn't contain patented compression code.
6994
6995 1999-05-29 Richard M. Stallman <rms@gnu.org>
6996
6997 * configure.in: Delete the Kerberos stuff.
6998
6999 1999-05-27 Greg Hudson <ghudson@mit.edu>
7000
7001 * configure.in: Prefer kerberos 5 names.
7002
7003 1999-04-26 Richard M. Stallman <rms@gnu.org>
7004
7005 * configure.in: Check for libXp.
7006
7007 1999-04-08 Richard Stallman <rms@gnu.org>
7008
7009 * make-dist: Include change logs in subdirs of `lisp'.
7010
7011 1999-04-05 Richard Stallman <rms@gnu.org>
7012
7013 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
7014 (install-arch-indep): Make ${datadir}/emacs world-readable.
7015
7016 1999-03-30 Eli Zaretskii <eliz@gnu.org>
7017
7018 * config.bat: Use epaths.* instead of paths.*.
7019
7020 1999-03-07 Eli Zaretskii <eliz@gnu.org>
7021
7022 * INSTALL: Add detailed instructions to unpack and install
7023 intlfonts on MS-DOS.
7024
7025 1999-02-26 Richard Stallman <rms@gnu.org>
7026
7027 * configure.in: Use epaths.h and epaths-force instead of paths...
7028
7029 * Makefile.in (epaths-force): Renamed from paths-force;
7030 operate on epaths.in and produce epaths.h.
7031
7032 1999-02-24 Richard Stallman <rms@gnu.org>
7033
7034 * make-dist: Fix nt/icons directory handling.
7035
7036 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
7037
7038 * configure.in (f301-fujitsu-uxpv4.1): New target.
7039
7040 1999-02-20 Richard Stallman <rms@gnu.org>
7041
7042 * make-dist (tempparent): Fix command to update info files.
7043
7044 1999-02-09 Richard Stallman <rms@gnu.org>
7045
7046 * configure.in (powerpc-apple-netbsd*): New alternative.
7047
7048 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
7049
7050 * make-dist: Include the new directory nt/icons in distributions.
7051
7052 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7053
7054 * configure.in: Change message about HAVE_XFREE386.
7055
7056 1999-01-07 Eli Zaretskii <eliz@gnu.org>
7057
7058 * config.bat: Support configuring with leim.
7059
7060 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
7061
7062 * configure.in (mips-sgi-irix6.5): New target.
7063
7064 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7065
7066 * configure.in: Remove GSS-API support, since it has been removed
7067 from movemail.
7068
7069 1998-12-04 Markus Rost <rost@delysid.gnu.org>
7070
7071 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7072
7073 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
7074
7075 * Makefile.in: Don't install customize info file.
7076 Run install-info on viper info file.
7077
7078 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
7079
7080 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7081
7082 1998-11-16 Kenichi Handa <handa@etl.go.jp>
7083
7084 * configure.in (*-*-bsdi4*): New target.
7085
7086 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
7087
7088 * configure.in: Fix previous change.
7089
7090 1998-11-11 Richard Stallman <rms@gnu.org>
7091
7092 * configure.in (aviion-intel): New machine.
7093
7094 1998-11-04 Kenichi Handa <handa@etl.go.jp>
7095
7096 * configure.in (mips-nec-sysv4*): New target.
7097
7098 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
7099
7100 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
7101 from lisp.
7102
7103 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
7104
7105 * make-dist: Don't include fns*.el in dist.
7106
7107 1998-10-30 Dave Love <fx@gnu.org>
7108
7109 * configure.in: Don't mkdir cpp.
7110
7111 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
7112
7113 * Makefile.in (install-arch-dep): Install src/fns-*.el in
7114 ${archlibdir}.
7115
7116 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7117
7118 * Version 20.3 released.
7119
7120 1998-07-30 Paul Eggert <eggert@twinsun.com>
7121
7122 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
7123 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
7124 (lwlib/Makefile, leim/Makefile):
7125 Prepend $(srcdir)/ to rule dependencies outside this dir.
7126
7127 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7128
7129 * configure.in: Use unset CDPATH instead of making it empty.
7130
7131 1998-06-20 Karl Heuer <kwzh@gnu.org>
7132
7133 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
7134
7135 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7136
7137 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
7138 and default.el. Sort the results.
7139
7140 1998-05-31 Karl Heuer <kwzh@gnu.org>
7141
7142 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
7143 writable.
7144
7145 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7146
7147 * Makefile.in (install-arch-indep):
7148 Don't alter site-lisp/subdirs.el if it exists.
7149
7150 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7151
7152 * Makefile.in (install-arch-indep): Put `-' on commands to create
7153 subdirs.el in site-lisp dirs.
7154
7155 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
7156
7157 * Makefile.in (install-arch-indep): Fix typo in previous change.
7158
7159 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7160
7161 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
7162
7163 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
7164
7165 * Makefile.in (mkdir): Create the site-lisp dirs.
7166 (install-arch-indep): Make site-lisp/subdirs files world-readable.
7167
7168 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
7169
7170 * Makefile.in (INSTALL_INFO): New variable.
7171 (install-arch-indep): Don't replace the dir file if it already exists.
7172 Use the install-info program, via INSTALL_INFO, to add entries.
7173 Make the `info' subdir and the Info files world-readable.
7174
7175 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
7176
7177 * config.bat: Make sure the environment is large enough to support
7178 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
7179
7180 1998-04-10 Karl Heuer <kwzh@gnu.org>
7181
7182 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
7183
7184 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7185
7186 * configure.in: Add --with-gssapi to specify GSS-API
7187 authentication support for movemail.
7188
7189 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
7190
7191 * Makefile.in (install-arch-indep): Fix previous change.
7192
7193 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7194
7195 * Makefile.in (info): Run man in build dir, not srcdir.
7196
7197 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
7198
7199 * Makefile.in (install-arch-indep): Fix previous change.
7200
7201 1998-03-23 Kenichi Handa <handa@etl.go.jp>
7202
7203 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
7204
7205 1998-03-22 Richard Stallman <rms@gnu.org>
7206
7207 * Makefile.in (install-arch-indep): Put special subdirs.el files
7208 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
7209
7210 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
7211
7212 * make-dist: Fix shell syntax in check for missing .el or .elc files.
7213
7214 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
7215
7216 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
7217 (m68*-hp-hpux*): Handle versions 1X like 10.
7218
7219 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
7220
7221 * make-dist: PROBLEMS is now in etc, not top level dir.
7222
7223 * Makefile.in (SOURCES): Delete PROBLEMS.
7224
7225 1998-02-25 Richard Stallman <rms@gnu.org>
7226
7227 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
7228
7229 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
7230
7231 1998-01-17 Richard Stallman <rms@gnu.org>
7232
7233 * Makefile.in (install-arch-indep): Add semicolon before `else'.
7234
7235 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
7236
7237 * make-dist (tempparent): New option --no-check.
7238
7239 * make-dist: Don't do anything with cpp directory.
7240
7241 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
7242
7243 * configure.in (sparc-fujitsu-sysv4*): New target.
7244
7245 1997-12-17 Andreas Schwab <schwab@gnu.org>
7246
7247 * configure.in: Cache more tests. Add missing quotes around
7248 message with embedded comma.
7249
7250 1997-12-04 Karl Heuer <kwzh@gnu.org>
7251
7252 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
7253
7254 1997-11-26 Joel N. Weber II <devnull@gnu.org>
7255
7256 * make-dist: Changed the comment about `umask 0' to say `Don't
7257 restrict access to any files.'; previously it said `Don't protect
7258 any files', which may have implied that we think fascism is good.
7259
7260 1997-11-24 Paul Eggert <eggert@twinsun.com>
7261
7262 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
7263 strftime needs the underlying host's strftime for locale dependent
7264 formats.
7265
7266 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
7267
7268 * configure.in (i586-dg-dguxR4.*): New name in case branch.
7269
7270 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
7271
7272 * config.bat: Configure the man subdirectory.
7273
7274 1997-11-07 Paul Eggert <eggert@twinsun.com>
7275
7276 * configure.in (AC_CHECK_LIB): Add -lintl.
7277
7278 1997-11-07 Karl Heuer <kwzh@gnu.org>
7279
7280 * make-dist (check for .elc files): Avoid bash-specific syntax.
7281 (check for overflow 14-char limit): Simplify.
7282
7283 1997-11-07 Richard Stallman <rms@gnu.org>
7284
7285 * Makefile.in (install): Move blessmail last.
7286
7287 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7288
7289 * configure.in (gettimeofday, one arg or two):
7290 Clarify messages by avoiding double negative.
7291
7292 1997-09-30 Karl Eichwalder <ke@suse.de>
7293
7294 * Makefile.in (install-arch-indep): Install the widget info file.
7295
7296 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7297
7298 * configure.in (with-pop, with-kerberos): Need to check Kerberos
7299 libraries in reverse order, so that libraries will appear in the
7300 correct dependency order on the link line (and so that the
7301 configure checks themselves will work properly when early
7302 libraries depend on later ones).
7303
7304 1997-09-21 Erik Naggum <erik@naggum.no>
7305
7306 * make-dist (making links to `src'): Keep timestamp on copied files.
7307
7308 * make-delta: New script to produce delta distributions.
7309
7310 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7311
7312 * Version 20.2 released.
7313
7314 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7315
7316 * Version 20.1 released.
7317
7318 * Makefile.in (install-leim): Depend on mkdir.
7319 (leim): Depend on src.
7320
7321 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7322
7323 * configure.in: Recognize alpha* instead of just alpha.
7324
7325 1997-09-12 Paul Eggert <eggert@twinsun.com>
7326
7327 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
7328
7329 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7330
7331 * update-subdirs: Use rm -f.
7332
7333 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7334
7335 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
7336 Ignore subdirs named Old.
7337
7338 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
7339
7340 * configure.in: Add OpenBSD clause to set $machine.
7341
7342 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7343
7344 * make-dist: Recompile everything after updating various Lisp files.
7345 Recompile in leim as well as lisp.
7346 Check in leim as well as lisp for mismatched files and too-long names.
7347
7348 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7349
7350 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
7351
7352 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7353
7354 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
7355 before trying to copy anything from it.
7356
7357 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7358
7359 * Makefile.in (man/Makefile): New target.
7360 (tags): Define env var EMACS and run Makefile from build dir.
7361
7362 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
7363
7364 * config.bat: If src/_gdbinit doesn't exist, try using
7365 src/.gdbinit to create it (for building on Windows 95).
7366
7367 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7368
7369 * Makefile.in (install-arch-indep):
7370 Discard extra data in tar | tar pipes.
7371
7372 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
7373
7374 * configure.in (x_default_search_path): Corrected
7375 '${x_library}' to '${x_library}/X11'.
7376
7377 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7378
7379 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
7380
7381 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7382
7383 * configure.in: Support auto-configuration of both Kerberos V4 and
7384 Kerberos V5 for movemail, including detection of V4 and V5 header
7385 files and libraries.
7386
7387 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
7388
7389 * configure.in: Compute x_default_search_path
7390 and substitute into makefiles.
7391
7392 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
7393
7394 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7395
7396 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
7397
7398 1997-08-07 Erik Naggum <erik@naggum.no>
7399
7400 * configure.in: Remove lockdir, it is no longer needed.
7401 * Makefile.in (mkdir): Don't create lockdir.
7402 (lockdir): Variable deleted.
7403 (paths-force): Don't operate on PATH_LOCK.
7404
7405 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7406
7407 * leim-Makefile.in (clean, distclean): New targets.
7408
7409 * make-dist: Include leim/ChangeLog in leim distribution.
7410
7411 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7412
7413 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
7414
7415 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7416
7417 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
7418
7419 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7420
7421 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
7422
7423 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7424
7425 * make-dist: Update leim/leim-list.el.
7426 Pass along value of $EMACS when updating lisp dir.
7427
7428 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7429
7430 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
7431 prerequisite to the use of Doug Lea's malloc.
7432
7433 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7434
7435 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
7436
7437 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
7438
7439 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7440
7441 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
7442
7443 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7444
7445 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
7446 to news-r6.h.
7447
7448 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7449
7450 * config.bat: Use `sed' instead of `cp', which might not be
7451 installed.
7452
7453 1997-07-09 Kenichi Handa <handa@etl.go.jp>
7454
7455 * Makefile.in (mostlyclean): Add cleaning leim directory.
7456 (clean, distclean, maintainer-clean): Likewise.
7457
7458 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7459
7460 * make-dist (bogosities): Check subdirs of `lisp' also.
7461
7462 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7463
7464 * make-dist (etc): Really avoid symlinks now.
7465 (lisp): Don't delete from subdirs the things we never copy.
7466
7467 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7468
7469 * Makefile.in (install-arch-indep): Correct the target name.
7470 The first letter `i' was dropped by the previous change of mine.
7471
7472 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7473
7474 * configure.in (leim/Makefile): Generate this.
7475 (*-sysv4.2uw*): Recognize new alternative.
7476
7477 * leim-Makefile.in: Renamed from leim-Makefile.
7478
7479 * make-dist: Set up real-leim subdirectory,
7480 with the real contents of leim; then move it to
7481 a separate top-level directory.
7482
7483 * make-dist: Don't mention site-lisp, site-init, site-start
7484 or default, when listing files hat are not compiled and should be.
7485
7486 * configure.in: Create src/config.stamp at the end.
7487
7488 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7489
7490 * Makefile.in (install-leim): Correct previous change.
7491
7492 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7493
7494 * Makefile.in (install-leim): New target.
7495 (install): Depend on install-leim.
7496
7497 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7498
7499 * Makefile.in (SUBDIR): Add leim.
7500 (SUBDIR_MAKEFILES): Add leim/Makefile.
7501 (leim/Makefile): New target.
7502
7503 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7504
7505 * leim-Makefile: New file.
7506 * make-dist: Initialize a `leim' subdirectory with that makefile.
7507
7508 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7509
7510 * configure.in (GNU_MALLOC_reason): Fix message text.
7511
7512 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7513
7514 * make-dist (lisp): Don't process subdirs that start with =.
7515 (etc): Copy symlinks, as in src.
7516
7517 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7518
7519 * configure.in (i*86-*-unixware*): New alternative.
7520
7521 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7522
7523 * Makefile.in (src/config.stamp): Target renamed from src/config.h
7524 and touch it explicitly.
7525
7526 * configure.in (mips-sony-newsos6*): New alternative.
7527 (mips-*-linux-gnu*): New alternative.
7528 (*-*-bsdi*): New alternative.
7529 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
7530
7531 1997-06-22 Dave Love <d.love@dl.ac.uk>
7532
7533 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
7534 (src/config.h): New target to re-configure if src/config.in is patched.
7535
7536 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7537
7538 * configure.in (shutdown): Check for `shutdown' function.
7539
7540 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7541
7542 * update-subdirs: Include the directory "language" in subdirs.
7543
7544 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7545
7546 * configure.in (m88k-dg-dgux4*): New alternative.
7547 (alpha-*-netbsd*): New alternative.
7548 (powerpcle-*-solaris2*): New alternative.
7549
7550 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7551
7552 * make-dist: Warn about .el files that are not compiled.
7553
7554 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7555
7556 * Makefile.in (dist): Don't run update-subdirs here,
7557 since make-dist now gets that done.
7558
7559 * make-dist: Use the new `updates' target in lisp/Makefile.
7560
7561 * make-dist: Use new non-file targets in lisp/Makefile.
7562
7563 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7564
7565 * make-dist: Handle all subdirs of `lisp' uniformly.
7566 Don't handle `term' and `language' specially.
7567 Clear out umask at the beginning.
7568
7569 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7570
7571 * make-dist: Use Make to update finder-inf.el and autoloads.
7572 Also update cus-load.el.
7573
7574 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7575
7576 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
7577 in case it is desirable to disable the GNU malloc features with glibc.
7578
7579 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7580
7581 * configure.in (DOUG_LEA_MALLOC):
7582 Define if malloc_{get,set}_state exist.
7583
7584 1997-03-05 Kenichi Handa <handa@etl.go.jp>
7585
7586 * make-dist: Make links for files under lisp/language.
7587
7588 1997-02-20 Kenichi Handa <handa@etl.go.jp>
7589
7590 * update-subdirs: Exclude the directory "language" from subdirs.
7591
7592 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
7593
7594 * configure.in: Check for rint and cbrt.
7595
7596 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7597
7598 * make-dist: Use $EMACS to say where to run Emacs.
7599 Add --no-update option.
7600
7601 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7602
7603 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
7604
7605 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7606
7607 * make-dist (copying src): Check thoroughly for symlinks
7608 and copy them in all cases. Regularize the linking of *.in
7609 and *.opt and ChangeLog files.
7610 (copying lib-src): Likewise.
7611 Don't rm getdate.c or y.tab.*--they don't exist any more.
7612
7613 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
7614
7615 * configure.in: Check for libmail, maillock.h and
7616 touchlock (for movemail).
7617
7618 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7619
7620 * configure.in (limits.h): Check for this file.
7621
7622 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7623
7624 * configure.in (rs6000-ibm-aix4.2): New alternative.
7625 (rs6000-ibm-aix4.0): New alternative.
7626 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
7627
7628 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
7629
7630 * configure.in: Recognize vax-*-netbsd*.
7631
7632 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7633
7634 * configure.in (locallisppath): Add leim directory.
7635
7636 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7637
7638 * config.bat: Make sure `mv' supports forward slashes and -f.
7639
7640 1996-10-28 Christian Limpach <chris@nice.ch>
7641
7642 * configure.in (hppa*-next-nextstep*): * added after hppa
7643 to accept hppa1.0 and hppa1.1.
7644
7645 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
7646
7647 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
7648 * configure.in (ld_switch_machine): Fix typo.
7649
7650 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7651
7652 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
7653 from config.h and use them in $ac_link.
7654
7655 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
7656
7657 * configure.in: Create a subdir named `lisp'.
7658
7659 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7660
7661 * configure.in: Check for getcwd.
7662
7663 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7664
7665 * configure.in: Check for termios.h. Check for setpgid.
7666
7667 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7668
7669 * configure.in: Check for setrlimit.
7670
7671 1996-08-31 Paul Eggert <eggert@twinsun.com>
7672
7673 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
7674
7675 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7676
7677 * configure.in: Check for utimes.
7678
7679 * configure.in: Check for com_err library, but only
7680 if --with-kerberos was used. Check for krb and des
7681 only if --with-kerberos.
7682
7683 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7684
7685 * Makefile.in (INSTALL_STRIP): New variable.
7686 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
7687 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
7688
7689 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7690
7691 * configure.in: Check for krb and des libraries.
7692
7693 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7694
7695 * configure.in (*-sunos4.1.[3-9]*noshare):
7696 Use sunos413, not sunos4-1-3.
7697 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
7698 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
7699
7700 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7701
7702 * Makefile.in (src/paths.h): Target deleted.
7703 (paths-force): Delete all dependencies on this target
7704 but don't delete the target.
7705 (install): Depend on `all'.
7706 (paths-force): Don't print a message.
7707
7708 * configure.in: Generate src/paths.h here.
7709
7710 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7711
7712 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
7713 New variables that affect linking only.
7714 (alpha-dec-osf*): Use those instead of previous change.
7715
7716 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7717
7718 * Makefile.in (install-arch-indep): Install info/messages.
7719
7720 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7721
7722 * Version 19.33 released.
7723
7724 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
7725
7726 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7727 Fix previous change.
7728
7729 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7730
7731 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7732 New alternative.
7733
7734 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7735
7736 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7737 and NON_GCC_TEST_OPTIONS.
7738
7739 1996-08-06 Paul Eggert <eggert@twinsun.com>
7740
7741 * configure.in (LOCALTIME_CACHE): Don't put a string literal
7742 "TZ=..." in environ.
7743
7744 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7745
7746 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7747
7748 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7749
7750 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7751 the more general *-sunos4.1.[3-9]* clause.
7752
7753 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7754
7755 * Version 19.32 released.
7756
7757 * configure.in (*-sco3.2v5*):
7758 Set OVERRIDE_CPPFLAG to a string of one space.
7759 Fix the code that uses OVERRIDE_CPPFLAG.
7760
7761 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
7762
7763 * configure.in: Undo previous change.
7764
7765 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7766
7767 * config.sub: Use `pc', not `unknown', when canonicalizing
7768 the vendor for ...86.
7769
7770 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
7771
7772 * configure.in: Check for termios.h header.
7773
7774 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
7775
7776 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7777
7778 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
7779
7780 * configure.in: Split bsdos2 and bsdos2-1.
7781
7782 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7783
7784 * config.sub: If last two words are not a recognized
7785 KERNEL-OS pair, use just the last word as OS, as in 19.31.
7786 Make conversion of gnu/linux to linux-gnu really work.
7787
7788 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7789
7790 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7791
7792 * configure.in (check for using Lucid widgets by default):
7793 Eliminate indentation that confuses some compilers.
7794
7795 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7796
7797 * config.sub: Convert linux and gnu/linux to linux-gnu.
7798
7799 * make-dist: Don't update getdate.c.
7800 Ignore =... files when checking for too-long Lisp file names.
7801
7802 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7803
7804 * configure.in (euidaccess): Check for that, not for eaccess.
7805
7806 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7807
7808 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7809 before `noshare'.
7810 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7811
7812 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7813
7814 * configure.in: Rename lignux to linux-gnu in configuration names.
7815 Use gnu-linux as the opsys value (s/ file name).
7816 Allow i686 just like i386, i486, i586.
7817
7818 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7819
7820 * configure.in (i*86-*-sco3.2v5): New alternative.
7821 (OVERRIDE_CPPFLAG): New variable.
7822 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7823
7824 * configure.in: Specify vpath for .texi files.
7825
7826 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7827
7828 * configure.in: Always check for HAVE_X11R5.
7829 Separately decide whether to use a toolkit by default.
7830
7831 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
7832
7833 * configure.in: If X11R5 is missing the Xaw headers,
7834 default to --with-x-toolkit=no.
7835
7836 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7837
7838 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7839
7840 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7841
7842 * Makefile.in (install-arch-indep): If cd etc makes output,
7843 don't treat that as part of the tar data.
7844 Check that ./lisp actually exists.
7845
7846 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
7847
7848 * make-dist: Check for long file names.
7849
7850 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7851
7852 * Version 19.31 released.
7853
7854 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7855
7856 * configure.in: Recognize sparc-*-lignux.
7857
7858 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7859
7860 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7861 Don't include config.w95.
7862
7863 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7864
7865 * make-dist: Replace --no-clean-up and --no-tar options
7866 with --clean-up and --tar, so that the default is useful.
7867
7868 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
7869
7870 * config.bat: Make sure the GDB init file is called src/_gdbinit;
7871 if not, tell the user to rename it and abort.
7872
7873 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7874
7875 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7876 test program.
7877
7878 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7879
7880 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7881
7882 * make-dist (MANIFEST): Fix previous change.
7883 (msdos): Put mainmake.v2 into the dist.
7884
7885 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7886
7887 * make-dist: Exit if autoconf fails.
7888
7889 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
7890
7891 * config.bat: Set djgpp-ver, and unset it at the end.
7892 Add a number of conditionals for DJGPP version 2.
7893 Rename label libsrc2 to libsrc3.
7894 Substitute for LDFLAGS in src/Makefile.
7895 Substitute for ALL_CFLAGS in lib-src/Makefile.
7896
7897 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7898
7899 * configure.in (ncurses): Check this after checking fns like strerror.
7900
7901 1996-04-08 Erik Naggum <erik@naggum.no>
7902
7903 * make-dist (MANIFEST): Don't include lines from =files.
7904
7905 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7906
7907 * make-dist: Don't put lisp/dired.todo in the dist.
7908
7909 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
7910
7911 * configure.in (HAVE_NCURSES): Look for library named ncurses.
7912
7913 * configure.in (setlocale): Check for it.
7914
7915 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
7916
7917 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7918
7919 * configure.in: Use lignux instead of linux as value of opsys.
7920
7921 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7922
7923 * Makefile.in (install-strip): Fix whitespace.
7924 Get rid of continuation.
7925
7926 * config.sub: Convert linux or gnu/linux to lignux.
7927
7928 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7929
7930 * configure.in: Accept lignux in configuration name.
7931
7932 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7933
7934 * Makefile.in (install-strip): New target.
7935
7936 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7937
7938 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
7939 -f failed to do the job on Suns.
7940
7941 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7942
7943 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
7944
7945 * configure.in (linux/version.h): Check for this header.
7946
7947 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7948
7949 * configure.in: Remove -fno-builtin hackery from -lm check.
7950
7951 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7952
7953 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
7954 just this test.
7955
7956 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
7957
7958 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7959
7960 * configure.in: Check for ncurses.
7961
7962 1996-02-28 Paul Eggert <eggert@twinsun.com>
7963
7964 * configure.in (LOCALTIME_CACHE):
7965 Also define if localtime mishandles unsetting TZ.
7966 This works around a localtime bug in mips-dec-ultrix.
7967
7968 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7969
7970 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
7971
7972 * configure.in: Improve messages about X versions.
7973
7974 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7975
7976 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
7977
7978 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7979
7980 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
7981 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
7982
7983 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
7984 (install): Put install-arch-indep before install-arch-dep.
7985
7986 1996-02-20 Dave Love <d.love@dl.ac.uk>
7987
7988 * INSTALL: Clarify info about MS-DOS path handling.
7989
7990 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7991
7992 * Makefile.in (install-arch-indep): Install info/ccmode*.
7993 In previous change, protect against /bin/pwd returning null string.
7994
7995 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7996
7997 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
7998 to lispdir.
7999
8000 1996-02-01 Paul Eggert <eggert@twinsun.com>
8001
8002 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
8003
8004 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8005
8006 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
8007
8008 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8009
8010 * Makefile.in (extraclean): Use ${top_distclean} to ensure
8011 we delete everything distclean deletes.
8012
8013 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
8014
8015 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
8016
8017 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8018
8019 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
8020 into LDFLAGS instead of into LIBS.
8021
8022 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8023
8024 * configure.in (HAVE_XMU): Fix typo in previous change.
8025
8026 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8027
8028 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
8029
8030 1996-01-10 Erik Naggum <erik@naggum.no>
8031
8032 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
8033
8034 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
8035
8036 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
8037
8038 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8039
8040 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
8041 and use -lXt to link it.
8042
8043 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8044
8045 * configure.in (locallisppath): Put version-specific dir first.
8046
8047 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8048
8049 * configure.in (hppa-*-nextstep*): New alternative.
8050 (USE_X_TOOLKIT): By default, set this to "maybe";
8051 and change that later to LUCID or "no" according to X11 version.
8052
8053 * make-dist: Recompile outdated .elc files and update all autoloads.
8054
8055 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8056
8057 * configure.in (locallisppath): Fix typo in last change: " -> '.
8058
8059 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8060
8061 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
8062
8063 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8064
8065 * Makefile.in (install-arch-indep): Give all files read permission.
8066
8067 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8068
8069 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
8070 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
8071
8072 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8073
8074 * configure.in: Determine HAVE_X11R6.
8075 (HAVE_MENUS): Renamed from HAVE_X_MENU.
8076
8077 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8078
8079 * configure.in: Just "solaris" now defaults to version 2.4.
8080 Add sunos4.1.n-noshare as alternative.
8081
8082 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8083
8084 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
8085
8086 1995-11-29 Erik Naggum <erik@naggum.no>
8087
8088 * Makefile.in (install-arch-indep): Add missing backslash.
8089
8090 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
8091
8092 * Makefile.in (install-arch-indep): Don't install
8093 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
8094
8095 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8096
8097 * Makefile.in (install-arch-indep): Fix previous change.
8098
8099 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
8100
8101 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8102
8103 * Version 19.30 released.
8104
8105 * make-dist (lisp): Exclude subdirs.el.
8106
8107 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8108
8109 * make-dist (etc): Delete *.orig and *.rej.
8110
8111 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8112
8113 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
8114
8115 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8116
8117 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
8118
8119 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
8120
8121 * make-dist (nt): Rename install, readme, and todo to
8122 INSTALL, README, and TODO.
8123
8124 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8125
8126 * make-dist (lisp): Don't distribute site-start.
8127
8128 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
8129
8130 * make-dist: Break the hard link on alloca.c.
8131
8132 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8133
8134 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
8135
8136 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8137
8138 * make-dist (src, lib-src): Don't distribute Makefile.c.
8139 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
8140
8141 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8142
8143 * Makefile.in (mkdir): Create man1dir, not mandir.
8144 (uninstall): Use man1dir, not mandir.
8145
8146 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8147
8148 * Makefile.in (man1dir): New variable.
8149 (install-arch-indep): Use man1dir.
8150
8151 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
8152
8153 * make-dist: Create lisp/MANIFEST.
8154
8155 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8156
8157 * configure.in (m68k-*-linux*): New alternative.
8158
8159 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8160
8161 * make-dist: Use new names config.in, paths.in, and
8162 {src,lib-src}/Makefile.in.
8163
8164 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8165
8166 * configure.in: Don't bother checking for drem.
8167
8168 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8169
8170 * Makefile.in (distclean): Delete line with just a tab in it.
8171 (install-arch-indep): Delete spaces that precede tabs.
8172 Delete spurious `fi' left from previous change.
8173 (install): Supply `true' as command, to avoid null command.
8174
8175 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8176
8177 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
8178
8179 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8180
8181 * configure.in (powerpc-*-solaris2): New alternative.
8182
8183 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
8184
8185 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
8186 of paths.h.tmp$$, to avoid going beyond 14 characters.
8187
8188 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8189
8190 * configure.in: Improve error msg for invalid --with-x-toolkit value.
8191
8192 1995-09-06 Paul Eggert <eggert@twinsun.com>
8193
8194 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
8195 if localtime caches TZ. Check for tzset.
8196
8197 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8198
8199 * config.bat: Simplify using new names file names src/makefile.in,
8200 config.in, paths.in. Change Echo commands not to use `.
8201
8202 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8203
8204 * Makefile.in (install-arch-indep): Always install the new dir file;
8205 rename the previous dir file to dir.bak or dir.old.
8206
8207 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8208
8209 * configure.in (RANLIB): Substitute this into makefiles.
8210 Set it specially on solaris; set it by default on other systems.
8211
8212 * configure.in: Fix previous Alpha change.
8213
8214 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8215
8216 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
8217 NON_GCC_TEST_OPTIONS.
8218
8219 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8220
8221 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
8222 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
8223
8224 * configure.in (alpha-*-linux*): New configuration.
8225
8226 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8227
8228 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
8229 (m68k-next-nextstep*): New alias for that.
8230 (i*86-*-nextstep*): Use nextstep.h.
8231 (sparc-*-nextstep*): New configuration.
8232
8233 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8234
8235 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
8236 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
8237
8238 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8239
8240 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
8241 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
8242
8243 1995-07-18 Mike Long <mike.long@analog.com>
8244
8245 * make-dist: Fix update of finder-inf.el, and byte-compile it.
8246
8247 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8248
8249 * Makefile.in (src/paths.h, paths-force):
8250 Rename src/paths.h.in to src/paths.in.
8251 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
8252
8253 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
8254 Use Makefile.c for intermediate file.
8255 Rename src/config.h.in to src/config.in.
8256
8257 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
8258
8259 * configure.in (mips-dec-ultrix*): Assume version 4.3.
8260 (mips-dec-ultrix4.[12]): New alternative for old versions.
8261
8262 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8263
8264 * make-dist: Don't break intra-tree links.
8265
8266 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8267
8268 * configure.in: Put back archlibdir initialization. Require
8269 autoconf 2.4.1 or later.
8270
8271 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8272
8273 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
8274 (mips-mips-riscos5*): New alternative.
8275
8276 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8277
8278 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
8279
8280 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8281
8282 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
8283 (mandir, infodir, archlibdir): Initializations deleted.
8284
8285 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
8286 On hpux9shr, use hpux9shxr4.h.
8287
8288 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
8289
8290 * configure.in: Added target mips-dec-mach_bsd4.3.
8291 * config.guess: Guess mips-dec-mach_bsd4.3.
8292
8293 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8294
8295 * Makefile.in (mkdir): Use symbolic chmod.
8296
8297 1995-06-22 Paul Eggert <eggert@twinsun.com>
8298
8299 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
8300 SunOS 4.1.5 through 4.1.9, should they ever exist.)
8301
8302 1995-06-22 Paul Eggert <eggert@twinsun.com>
8303
8304 * Makefile.in (SUBDIR_MAKEFILES):
8305 Add man/Makefile, so `make distclean' removes it.
8306 (top_distclean): Add config.log to the list of files to be removed.
8307
8308 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8309
8310 * Version 19.29 released.
8311
8312 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8313
8314 * configure.in: Fix the previous change to verify that the -b
8315 option really solves the problem.
8316
8317 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
8318
8319 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8320
8321 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
8322
8323 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8324
8325 * configure.in: Report more clearly when there is no special
8326 dir to search for X includes or libraries.
8327
8328 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8329
8330 * configure.in: Check for -lpthreads, not -lpthread.
8331
8332 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
8333
8334 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
8335
8336 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8337
8338 * configure.in: Check for -lpthread.
8339
8340 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8341
8342 * Makefile.in (install-arch-indep): Install info files for mh-e.
8343 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
8344
8345 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8346
8347 * configure.in (*-solaris2.5): New configuration.
8348
8349 * make-dist: Copy new files config.nt and config.w95.
8350
8351 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8352
8353 * configure.in: Use x_includes, not x_libraries, for -I.
8354 Make bitmapdir a colon-separated list.
8355
8356 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
8357
8358 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
8359
8360 * configure.in: Allow x_libraries and x_includes to be paths.
8361
8362 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8363
8364 * configure.in: Fix typo.
8365
8366 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8367
8368 * INSTALL: Clarify use of site-init.el.
8369
8370 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
8371
8372 * configure.in: Pass arg to sqrt.
8373
8374 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8375
8376 * make-dist: Fix May 6 change.
8377
8378 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8379
8380 * vpath.sed: Delete reference to ymakefile.
8381
8382 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8383
8384 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
8385
8386 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8387
8388 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
8389
8390 * update-subdirs: Specify /bin/sh to run the script.
8391
8392 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8393
8394 * make-dist: Put src/makefile.nt in dist.
8395
8396 * configure.in (i[345]86-*-bsdi2*): New configuration.
8397 (vax-dec-bsd386*): Deleted.
8398
8399 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8400
8401 * configure.in: Make sure CDPATH doesn't mess up PWD check.
8402 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
8403 Use fmod instead of logb in -lm check.
8404
8405 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8406
8407 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
8408 Use bsd4-3. Don't set NON_GNU_CPP.
8409
8410 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
8411 In nt, copy various different things, but not *.cmd.
8412 Fix the ln commands for the subdirs of nt.
8413
8414 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8415
8416 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
8417
8418 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8419
8420 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
8421 since that's what the header file expects.
8422
8423 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
8424
8425 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
8426 and 68040 based machines when choosing options for gnucc.
8427
8428 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8429
8430 * Makefile.in (top_distclean): Delete config.cache.
8431
8432 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8433
8434 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
8435
8436 * configure.in: Use m/ncr386.h.
8437
8438 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8439
8440 * Makefile.in (install-arch-indep): Undo Sep 23 change.
8441
8442 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8443
8444 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
8445 (man): Don't copy texindex.c and getopt.c; they're deleted.
8446 (etc): Omit `e'; it's a subdirectory.
8447 (etc/e): Use `../..', not `..', to reference top level.
8448
8449 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
8450
8451 * Makefile.in (install-arch-indep, dist):
8452 Look for `update-subdir' in $(srcdir).
8453
8454 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8455
8456 * make-dist: Include mkinstalldirs in distribution.
8457
8458 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8459
8460 * make-dist: Add missing close backquote.
8461
8462 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8463
8464 * make-dist: Don't distribute shortnames directory.
8465
8466 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8467
8468 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
8469
8470 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8471
8472 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
8473
8474 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8475
8476 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
8477
8478 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8479
8480 * configure.in (mips-sgi-irix6): New configuration.
8481
8482 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8483
8484 * Makefile.in (maintainer-clean): Renamed from realclean.
8485
8486 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8487
8488 * configure.in: Create a .gdbinit that sources the real one,
8489 if using a different build directory.
8490
8491 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8492
8493 * configure.in: Check for sys/select.h.
8494
8495 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8496
8497 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
8498
8499 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8500
8501 * configure.in: Handle isc 4.1 operating system.
8502
8503 1994-12-10 Richard Stallman <rms@kepa>
8504
8505 * configure.in (rs6000-ibm-aix4.1*): New alternative.
8506 (rs6000-ibm-aix4*): New alternative.
8507
8508 1994-12-06 Richard Stallman <rms@kepa>
8509
8510 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
8511
8512 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8513
8514 * configure.in: Don't try to make directories that are guaranteed
8515 to already exist.
8516
8517 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8518
8519 * configure.in: Generate man/Makefile from man/Makefile.in.
8520 Create the man subdir.
8521
8522 * Makefile.in (dvi): Run Make in our man subdir.
8523
8524 * make-dist: Create subdir etc/e.
8525 Make links to it.
8526 Put man/Makefile.in in dist, instead of man/Makefile.
8527
8528 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
8529
8530 * configure.in: Add --with-pop, --with-kerberos, and
8531 --with-hesiod for movemail.
8532
8533 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8534
8535 * configure.in (m68*-apollo*): Use s/domain.h.
8536
8537 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8538
8539 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
8540
8541 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8542
8543 * configure.in: Don't add -I, -L, -R options for cc if their
8544 arguments would be empty.
8545
8546 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8547
8548 * configure.in (i860-intel-osf1*): New alternative.
8549 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
8550 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
8551
8552 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8553
8554 * configure.in: Make h_errno check not use nested functions.
8555
8556 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8557
8558 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
8559
8560 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8561
8562 * Makefile.in (install-arch-indep): Avoid continued comment
8563 swallowing target line.
8564
8565 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
8566
8567 * configure.in: Protect a character class with `changequote'.
8568
8569 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8570
8571 * configure.in: Accept `news' as a synonym for `newsos'.
8572
8573 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8574
8575 * Makefile.in: Don't rm files if cd fails.
8576
8577 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8578
8579 * make-dist: Put nt subdir and its subdirs in the dist.
8580 (lib-src): Put makefile.nt in the dist.
8581 (lisp): Put makefile.nt in the dist.
8582
8583 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8584
8585 * configure.in: Change a stray `[' to `test'.
8586
8587 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8588
8589 * configure.in: Adapt for Autoconf v2. Use the standard argument
8590 parser, host type canonicalizer, X11 finder, and message
8591 printing macros. Use the new macro names. Use `test' instead of `['.
8592
8593 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8594
8595 * configure.in: Check for getpagesize.
8596
8597 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8598
8599 * make-dist (msdos): Put sed* in the distribution.
8600
8601 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
8602
8603 * config.bat: New option, `--with-x', for configuring Emacs
8604 for use with the X11 system DesqView/X.
8605 New option, `--no-debug', for compiling Emacs without debug
8606 information thus saving disk space.
8607 (src/config.h, src/paths.h): Use `update' (which is like
8608 `move-if-changed') to change the file.
8609 (src/config.h): When configuring for X11 perform extra changes.
8610 (src/makefile): When configuring for X11 perform extra changes.
8611 (lib-src): Remove temporary files.
8612 (): Check that `sed', `rm', `mv', and `gcc' are available.
8613
8614 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8615
8616 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
8617
8618 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
8619
8620 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8621
8622 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
8623
8624 * configure.in (canonical): Substitute var into makefiles.
8625 (bitmapdir): Likewise.
8626
8627 * Makefile.in (bitmapdir): New variable.
8628 (src/paths.h, paths-force): Edit PATH_BITMAPS.
8629
8630 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8631
8632 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
8633
8634 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
8635 * update-subdirs: New shell script.
8636
8637 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8638
8639 * Makefile.in (top_distclean): Don't rm build-install.
8640 (SOURCES): Delete build-install.in.
8641
8642 * make-dist: Don't distribute build-ins.in.
8643 * build-ins.in: File deleted.
8644
8645 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
8646
8647 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
8648
8649 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8650
8651 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
8652
8653 * configure.in (libexecdir): Renamed from libdir. New default.
8654 (sharedstatedir): Renamed from statedir. New default.
8655 (datadir): New default.
8656
8657 * make-dist: Don't distribute subdirs.el.
8658
8659 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8660
8661 * configure.in (eaccess): Check for it.
8662
8663 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8664
8665 * configure.in (mktime): Check for it.
8666
8667 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
8668
8669 * configure.in (motif): Add support for usage and option checking.
8670
8671 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8672
8673 * configure.in (utimes): Check for it.
8674
8675 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8676
8677 * Makefile.in (install-arch-indep): Don't do mkdir here.
8678
8679 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8680
8681 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8682 riscix.h renamed to acorn.h.
8683
8684 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
8685
8686 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8687 New configurations.
8688
8689 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8690
8691 * configure.in: Remove trailing slashes from srcdir.
8692
8693 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8694
8695 * configure.in (i[345]86-sequent-ptx*): Handle.
8696
8697 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8698
8699 * Makefile.in (paths-force): Depend on src/paths.h.
8700
8701 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8702
8703 * configure.in (config_options): Save all arguments, not just some.
8704
8705 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8706
8707 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
8708
8709 * configure.in: Add AC_AIX.
8710 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
8711
8712 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8713
8714 * configure.in (parsing options): Simplify sed command to delete -'s.
8715
8716 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
8717
8718 * configure.in (config_options): New shell variable.
8719 Pass its value to C code in EMACS_CONFIG_OPTIONS.
8720
8721 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8722
8723 * configure.in (alpha-dec-osf*): New target.
8724
8725 * Makefile.in: Use just one FRC target.
8726
8727 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8728
8729 * Makefile.in (removenullpaths, paths-force):
8730 Use name paths.h.tmp$$, which depends on the pid.
8731
8732 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8733
8734 * Makefile.in (removenullpaths, paths-force):
8735 Put paths.h.tmp in top-level dir, not in src.
8736
8737 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8738
8739 * Version 19.27 released.
8740
8741 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8742
8743 * Version 19.26 released.
8744
8745 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8746
8747 * configure.in: Check for lrand48, not rand48.
8748
8749 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8750
8751 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8752 (powerpc-ibm-aix*): New aliases.
8753
8754 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8755
8756 * make-dist (src/m, src/s): Put *.inp in distribution.
8757
8758 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8759
8760 * configure.in: Accept i586 and i486 along with i386.
8761
8762 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8763
8764 * configure.in: Do compute unexec, LIBX, system_malloc, etc
8765 even if CPP env var was set by the user.
8766
8767 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8768
8769 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
8770
8771 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8772
8773 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8774
8775 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8776
8777 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8778
8779 * configure.in: Check more specifically for i*86-sun-sunos.
8780
8781 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
8782
8783 * configure.in: Handle solaris 2.4.
8784
8785 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8786
8787 * configure.in (rand48): Check for it.
8788
8789 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8790
8791 * make-dist: Update the info files.
8792
8793 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8794
8795 * configure.in: Make "checking..." messages' style consistent.
8796 (HAVE_H_ERRNO): New test.
8797
8798 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8799
8800 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8801
8802 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8803
8804 * configure.in (CFLAGS): If the envvar was specified, use that.
8805 And set REAL_CFLAGS from it too.
8806
8807 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8808
8809 * make-dist: Update finder-inf.el.
8810
8811 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8812
8813 * make-dist (msdos): Include sed4.inp in dist.
8814
8815 * Makefile.in (libsrc_libs): Var deleted.
8816
8817 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8818
8819 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8820
8821 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8822
8823 * configure.in (mips-sony-newsos4*): New alias.
8824
8825 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8826
8827 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8828 (*-convex-convexos*): Accept this as alias.
8829
8830 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8831
8832 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8833 for two different uses.
8834
8835 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8836
8837 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8838
8839 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8840
8841 * make-dist: Put ./BUGS into the distrib.
8842
8843 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8844
8845 * configure.in: Handle 386 running Solaris 2.
8846
8847 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8848
8849 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
8850
8851 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8852
8853 * configure.in (mips-sony-newsos*): Use news-risc.h.
8854
8855 * configure.in: Accept bsdi as opsys, like bsd386.
8856
8857 1994-06-01 Morten Welinder (terra@diku.dk)
8858
8859 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8860
8861 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8862
8863 * Version 19.25 released.
8864
8865 * make-dist (shortversion): Don't assume another period follows.
8866
8867 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8868
8869 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8870 (uninstall): Use /bin/pwd.
8871
8872 * Makefile.in (blessmail): Depend on src.
8873 (all): Don't depend on blessmail.
8874
8875 * Makefile.in (src/paths.h): Don't force recomputation.
8876 (paths-force): New target; force recomputation of paths.h.
8877 (all): Depend on paths-force.
8878 (src, lib-src): Depend on src/paths.h.
8879
8880 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8881 NON_GCC_TEST_OPTIONS.
8882
8883 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8884
8885 * configure.in: Don't insist on subversions for irix.
8886
8887 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8888
8889 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8890
8891 * configure.in (i[34]86-next-*): New alternative.
8892
8893 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8894
8895 * Version 19.24 released.
8896
8897 * configure.in: New config hppa*-hp-hpux9shr*.
8898
8899 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
8900
8901 * config.bat: Doc fix.
8902
8903 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8904
8905 * Makefile.in (mostlyclean, clean, distclean, realclean)
8906 (extraclean): Don't act on man subdir if it doesn't exist.
8907
8908 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8909
8910 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8911 Use them to set up CC.
8912 (*-sun-sunos4.1.3): Set them.
8913
8914 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8915
8916 * Makefile.in (lib-src): Don't depend on src/paths.h.
8917
8918 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8919
8920 * build-ins.in (copydests): Get rid of spurious `-'s.
8921
8922 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
8923
8924 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8925
8926 * Version 19.23 released.
8927
8928 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
8929 for the Xlib and Xt checks; then restore old CFLAGS.
8930
8931 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8932
8933 * configure.in (HAVE_X11XTR6): Add newline before #if.
8934 Add newline after #endif.
8935
8936 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8937
8938 * configure.in (HAVE_X11XTR6): Arrange to define it.
8939
8940 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8941
8942 * Makefile.in (install): Depend on blessmail.
8943
8944 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8945
8946 * configure.in (mips-siemens-sysv*): Put quotes around value
8947 containing blanks.
8948
8949 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8950
8951 * Makefile.in (TAGS): Use the makefile in src subdir.
8952
8953 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8954
8955 * configure.in (opsys): Recognize `gnu'.
8956
8957 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8958
8959 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
8960
8961 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8962
8963 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
8964 version > 1.8.
8965
8966 1994-05-08 Morten Welinder (terra@diku.dk)
8967
8968 * config.bat: Forcibly remove "# " style comments from makefiles.
8969
8970 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8971
8972 * Makefile.in (uninstall): When processing lispdir and etcdir,
8973 do nothing unless it exists and is a directory.
8974
8975 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8976
8977 * Makefile.in (install-arch-indep): Do install info/dired-x*.
8978 Merge code in from install-doc.
8979 (install-doc): Merge code back into install-arch-indep.
8980 (install-arch-dep): Don't depend on install-doc.
8981
8982 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
8983
8984 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8985
8986 * configure.in (making src/Makefile and lib-src/Makefile):
8987 Split off the autoconf substitutions and don't pass them thru cpp.
8988 (undefs): Use $canonical as well as $configuration.
8989
8990 * make-dist: Distribute lisp/Makefile.
8991
8992 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
8993 Use lower case names for the s files.
8994
8995 1994-05-03 Morten Welinder (terra@diku.dk)
8996
8997 * config.bat: Added possibility for different file name
8998 transcriptions in lib-src.
8999
9000 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9001
9002 * Makefile.in (lib-src): Undo previous change.
9003 (blessmail): New target to run maybe-blessmail in lib-src.
9004 (all): Depend on blessmail.
9005
9006 * Makefile.in (lib-src): Depend on src.
9007
9008 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
9009
9010 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
9011 (m88k-dg-dgux5.4R2): dgux5.4R2.
9012
9013 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9014
9015 * configure.in (window_system): Restore accidentally deleted code
9016 that uses AC_FIND_X.
9017
9018 * make-dist: Distribute config.bat.
9019
9020 1994-04-29 Morten Welinder (terra@diku.dk)
9021
9022 * config.bat: Corrected the configuration of lib-src
9023 to keep up with configure. Add note about dos version 3
9024 or better needed (djgpp needs that). Add note explaining
9025 that either install in c:/emacs or edit the script.
9026 Don't change to c:/emacs, but assume we're there (to minimize
9027 the number of places to change).
9028
9029 * config.bat: Build-in the first step towards X11 support with
9030 the X11 emulator that exists. At this time it won't work,
9031 and several files are missing.
9032
9033 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9034
9035 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
9036 Don't look for -lresolv.
9037
9038 * Makefile.in (lib-src): Depend on src/paths.h.
9039
9040 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9041
9042 * configure.in: Restore deleted AC_SUBST of `configuration'.
9043 Improve error message for bad --with-x-toolkit value.
9044
9045 * configure.in: Define CONFIGURATION in src/config.h
9046 rather than substituting in src/Makefile.in.
9047
9048 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9049
9050 * Makefile.in (install-doc): New target.
9051 (install-arch-dep): Depend on install-doc.
9052 (mkdir): Create docdir.
9053
9054 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9055
9056 * configure.in: Test for libresolv.a.
9057 Substitute machfile and opsysfile.
9058
9059 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9060
9061 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
9062 (install-arch-dep): Install under the name $(EMACS).
9063
9064 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9065
9066 * configure.in (version): Use entire value of emacs-version.
9067 (mips-siemens-sysv*): New alternative.
9068
9069 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9070
9071 * Makefile.in (install-arch-indep): Don't install dired-x*.
9072
9073 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9074
9075 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
9076 Fix definition of $undefs.
9077
9078 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9079
9080 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
9081
9082 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
9083
9084 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9085
9086 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
9087
9088 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9089
9090 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
9091 and run it thru cpp, as with src/Makefile.in.
9092
9093 * configure.in: Use AC_SET_MAKE.
9094
9095 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9096
9097 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
9098
9099 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9100
9101 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
9102
9103 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
9104 (printing the choices): Make the toolkit message unconditional.
9105 (USE_X_TOOLKIT): Use `none', not `no', if none.
9106 (include libsrc_libs): Include config.h, and specify -I for srcdir.
9107 Get rid of temp file foofoo1.
9108
9109 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9110
9111 * configure.in (CFLAGS): Use shell syntax, not Makefile.
9112
9113 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9114
9115 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
9116 (printing the choices): State choice of toolkit.
9117 (libsrc_libs): Recalculate after writing config.h;
9118 then update lib-src/Makefile.
9119
9120 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9121
9122 * configure.in: Add sunos4shr as alternative for suns.
9123 Conditionals testing for null $CC were backwards.
9124
9125 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9126
9127 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
9128
9129 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9130
9131 * configure.in: Handle -isc4.0*.
9132
9133 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9134
9135 * configure.in (esix5): Set NON_GNU_CPP.
9136
9137 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
9138
9139 * Makefile.in (thisdir): Nonsensical variable removed.
9140 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
9141 back to $thisdir, rather than the directory `this_dir'.
9142
9143 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9144
9145 * Makefile.in (install-arch-indep): Add missing backslash after a
9146 `then'.
9147
9148 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9149
9150 * Makefile.in (thisdir): New variable.
9151 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
9152
9153 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9154
9155 * configure.in: Add freebsd.
9156
9157 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9158
9159 * configure.in: Check for fpathconf.
9160
9161 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9162
9163 * configure.in (with_x_toolkit): Fix typo in previous change.
9164
9165 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9166
9167 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
9168
9169 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9170
9171 * configure.in (with_x_toolkit): Don't allow motif or open-look.
9172
9173 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9174
9175 * configure.in: Fix value of docdir.
9176 * Makefile.in (install-arch-indep): Install DOC* in docdir.
9177
9178 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9179
9180 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
9181
9182 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
9183
9184 * configure.in: New variable docdir to control where the docstring
9185 file goes.
9186 Makefile.in: Use it to initialize PATH_DOC in paths.h.
9187
9188 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9189
9190 * configure.in: When --run-in-place, don't inherit archlibdir.
9191
9192 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9193
9194 * Makefile.in (install-arch-dep, install-arch-indep):
9195 New targets split up former do-install rule.
9196 (do-install): Target deleted.
9197
9198 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9199
9200 * configure.in (mips-sony-newsos*): New configuration.
9201
9202 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
9203
9204 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
9205
9206 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9207
9208 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
9209
9210 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9211
9212 * configure.in: Don't initialize CC.
9213
9214 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9215
9216 * configure.in (creating src/Makefile): Also generate -U switches
9217 for symbols in the $configuration value.
9218
9219 * configure.in: Check for sys_siglist being declared in system header.
9220
9221 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9222
9223 * configure.in (creating src/Makefile): Delete blank lines
9224 along with lines of whitespace.
9225 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
9226
9227 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9228
9229 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
9230 like C_SWITCH_SYSTEM.
9231 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
9232
9233 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9234
9235 * configure.in (drem): Check for this function.
9236
9237 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9238
9239 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
9240 If CPP was inherited from environment, don't use NON_GNU_CPP.
9241 (NON_GNU_CC): Likewise.
9242 (handling with_gcc): Use explicit if in the `no' case.
9243 (cc_specified): New variable; if set, don't use NON_GNU_CC.
9244
9245 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9246
9247 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
9248
9249 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9250
9251 * configure.in: Check whether fmod exists.
9252
9253 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9254
9255 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
9256 {src,lisp}/OChangeLog.
9257
9258 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9259
9260 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
9261 necessary for proper operation. This code works with the current
9262 released version of Autoconf.
9263
9264 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9265
9266 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
9267 (USE_X_TOOLKIT): Define it for all values except `no'.
9268
9269 * configure.in: Undo first Jan 8 change and Jan 16 change.
9270
9271 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9272
9273 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
9274 Substitute USE_X_TOOLKIT as both C macro and Make variable.
9275
9276 * Makefile.in (lwlib/Makefile): New target.
9277 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
9278 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
9279 (unlock, relock): Handle lwlib subdir.
9280
9281 * Makefile.in: Add some .PHONY targets.
9282
9283 * make-dist: Handle lwlib subdir like oldXMenu subdir.
9284
9285 * lwlib: New subdirectory.
9286
9287 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9288
9289 * configure.in: If CPP has a value that is a directory,
9290 discard the value.
9291
9292 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9293
9294 * configure.in (srcdir_undefs): Add g flag to sed substitution to
9295 remove -U[0-9]*.
9296
9297 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9298
9299 * Makefile.in (do-install): Install the dired-x info files.
9300
9301 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
9302 (See src/s/sol2.h.)
9303
9304 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9305
9306 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
9307
9308 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9309
9310 * configure.in (creating src/Makefile): Put code inside 2nd arg to
9311 AC_OUTPUT as it should be; hopefully no one will again see fit to
9312 gratuitously break this and not make a change log entry.
9313 Optimized sed processing of Makefile.in and cpp output; now
9314 preserves comments previously removed from the cpp input.
9315 Eliminated temp file for cpp output. Generate -U switches to
9316 undefine all identifiers that appear in the directory name
9317 ${srcdir}; pass these to cpp.
9318
9319 * configure.in (version): Fix sed regexp to match two-elt version
9320 number.
9321
9322 * configure.in: Check for strerror.
9323
9324 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9325
9326 * configure.in: Test for bcmp.
9327
9328 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9329
9330 * make-dist (tempdir): Put subdir msdos into the distribution.
9331
9332 1993-01-07 Morten Welinder (terra@diku.dk)
9333
9334 * config.bat: New file.
9335
9336 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9337
9338 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
9339
9340 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9341
9342 * configure.in (m68*-next-*): Don't care about which os is specified.
9343 (i[34]86-*-*): Check for *-nextstop*.
9344
9345 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9346
9347 * configure.in: Check for setsid.
9348
9349 1993-12-17 Richard Stallman (rms@srarc2)
9350
9351 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
9352
9353 1993-12-15 Richard Stallman (rms@srarc2)
9354
9355 * Makefile.in (mkdir): Make only the lockdir writable.
9356
9357 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
9358
9359 1993-12-11 Richard Stallman (rms@srarc2)
9360
9361 * Makefile.in (libdir): Use @libdir@.
9362
9363 1993-12-08 Richard Stallman (rms@srarc2)
9364
9365 * Makefile.in (install): Add empty command.
9366
9367 1993-12-04 Richard Stallman (rms@srarc2)
9368
9369 * make-dist: Put man/getopt.c in the dist.
9370
9371 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
9372
9373 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
9374
9375 1993-12-03 Richard Stallman (rms@srarc2)
9376
9377 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
9378 Set it for all solaris versions.
9379 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
9380 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
9381 Likewise for NON_GNU_CC and CC.
9382
9383 1993-12-01 Richard Stallman (rms@srarc2)
9384
9385 * configure.in (mips-mips-riscos4*): Assign variable CC.
9386 (checking ${with_gcc}): If "no", don't override CC if already set.
9387 (CC): Initialize it as empty.
9388
9389 1993-11-30 Richard Stallman (rms@srarc2)
9390
9391 * configure.in (Suns): Set CPP if *-solaris2.3*.
9392
9393 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9394
9395 * Version 19.22 released.
9396
9397 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
9398
9399 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9400
9401 * make-dist: When breaking links, use cp -p.
9402 Copy install.sh into distribution.
9403 Move the temp dir up into the parent dir;
9404 don't leave the staging dir make-dist.tmp... in existence.
9405 * install.sh: New file.
9406
9407 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9408
9409 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
9410
9411 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9412
9413 * configure.in (version): When --run-in-place, exclude
9414 ${datadir}/emacs/site-lisp from locallisppath.
9415
9416 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9417
9418 * configure.in: Delete jumk.c before writing it.
9419
9420 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9421
9422 * Version 19.21 released.
9423
9424 * Makefile.in (mkdir): Ignore error from chmod.
9425
9426 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9427
9428 * make-dist: Don't put lisp/forms.README in the distribution.
9429
9430 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9431
9432 * configure.in (creating src/Makefile): Before running cpp,
9433 discard all lines that start with `# Generated' or /**/#.
9434
9435 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9436
9437 * Version 19.20 released.
9438
9439 * make-dist: Use build-ins.in, not build-install.in.
9440 Don't bother updating TAGS since it's not included.
9441
9442 * build-ins.in: Renamed from build-install.in.
9443
9444 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9445
9446 * make-dist: Don't try to link *.texinfo--there are none now.
9447 When running make in lib-src, specify YACC var value.
9448
9449 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9450
9451 * configure.in (extrasub): Add vpath patterns for %.[yls].
9452
9453 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
9454 Instead just include the commands to make src/Makefile as the
9455 second arg to AC_OUTPUT.
9456
9457 * configure.in: Use : instead of dnl for comment inside
9458 $makefile_command.
9459
9460 * configure.in: No longer use vpath_sed. Instead, when we notice
9461 srcdir already configured, set extrasub to hack vpath in the
9462 makefiles.
9463
9464 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
9465 before moving it.
9466 * Makefile.in (VPATH): Define to @srcdir@.
9467
9468 1993-09-28 Brian J. Fox (bfox@cubit)
9469
9470 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
9471 doesn't exist. Just copy src/Makefile.in instead. Touch
9472 all of the Makefiles after editing config.status.
9473
9474 * INSTALL: Update documentation to match new configuration
9475 mechanism.
9476
9477 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
9478
9479 * configure.in: Allow any of the path or directory Makefile
9480 variables to be set with flags to configure. Create all Makefiles
9481 at configure time. Edit special commands into config.status after
9482 src/Makefile.in is built from src/Makefile.
9483
9484 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
9485 If these files are out of date, simply have config.status
9486 rebuild them; don't rebuild them explicitly.
9487
9488 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
9489
9490 * build-install.in: Change src/xemacs to src/emacs. We no longer
9491 create src/xemacs, so the file wouldn't be found.
9492
9493 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
9494
9495 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9496
9497 * configure.in: Avoid forcing the search of /usr/include before
9498 fixed include files by resetting C_SWITCH_X_SITE if it is
9499 "-I/usr/include".
9500
9501 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9502
9503 * Makefile.in (@rip_paths@locallisppath):
9504 Delete ${datadir}/emacs/site-lisp.
9505
9506 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9507
9508 * configure.in:
9509 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
9510 Remove ${extra_output} from AC_OUTPUT call.
9511
9512 1993-09-17 Brian J. Fox (bfox@inferno)
9513
9514 * make-dist: Quote backquotes found in strings to be echoed.
9515
9516 * configure.in: Use "sh -c pwd" when we want to avoid having the
9517 shell fix up the value of $PWD.
9518
9519 1993-09-13 Brian J. Fox (bfox@inferno)
9520
9521 * Makefile.in (do-install): Don't abort if ln or chmod at the end
9522 of the installation fail. Suggested by Karl Berry.
9523
9524 1993-08-30 Brian J. Fox (bfox@inferno)
9525
9526 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
9527 was used. Set MAKEFLAGS from MFLAGS.
9528
9529 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9530
9531 * configure.in: Test for res_init in libc.
9532
9533 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9534
9535 * configure.in: In the file ${tempcname}, use configure___
9536 instead of @configure@.
9537
9538 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
9539
9540 * make-dist: Dist vpath.sed.
9541
9542 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
9543 Depend on vpath.sed.
9544 Replace sed command for VPATH with @vpath_sed@.
9545
9546 * configure.in: Substitute variable `vpath_sed'.
9547 If not in $srcdir and $srcdir is configured,
9548 issue warning that GNU make is required,
9549 and set vpath_sed to use vpath.sed script.
9550
9551 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9552
9553 * configure.in: Remove check for $srcdir being configured. This
9554 pretty much works now.
9555 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
9556 Check for XFree86 (/usr/X386/include) independent of whether
9557 -lXbsd exists.
9558
9559 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
9560 realclean, unlock, relock): Use `$(MAKE)' in place of plain
9561 `make'.
9562
9563 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9564
9565 * Version 19.19 released.
9566
9567 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
9568
9569 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9570
9571 * configure.in: Check for XScreenNumberOfScreen.
9572
9573 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9574
9575 * configure.in: Add * to end of all configuration alternatives.
9576 (m68*-sony-newsos3*): New alternative.
9577
9578 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9579
9580 * make-dist: Include getdate.c in distribution.
9581
9582 * configure.in: For --help, use $PAGER if it is set.
9583 (LIB_X11_LIB): Default to -lX11.
9584 (mips-sgi-irix5.*): New alternative.
9585
9586 * Makefile.in (do-install): Install info/gnus* and info/sc*.
9587
9588 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
9589 Recognize *.B8.* as hpux version 8.
9590 (m68*-tektronix-bsd*): Fix typo in tek4300.
9591 (AC_HAVE_FUNCS): Add ftime.
9592
9593 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9594
9595 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
9596 Use tekxd88, not tekXD88.
9597
9598 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9599
9600 * configure.in: Check for -lm. Then can check for frexp and logb.
9601
9602 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9603
9604 * Version 19.18 released.
9605
9606 * make-dist (src): Don't put gnu-hp300 in dist.
9607 (src, lisp): Include OChangeLog in dist.
9608
9609 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9610
9611 * configure.in: Test for presence of logb and frexp functions.
9612
9613 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9614
9615 * configure.in (machine): Add i370-ibm-aix*.
9616
9617 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9618
9619 * configure.in (function checks): Test for mkdir and rmdir.
9620
9621 * configure.in (function checks): Don't test for random and bcopy
9622 only when we're building with X; look for them all the time.
9623
9624 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9625
9626 * configure.in: Test for availability of bcopy functions, searching
9627 the X libraries if we're using X.
9628
9629 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
9630 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
9631 versions of AIX, and needs to be passed to the loader.
9632
9633 * configure.in: Test for the availability of the
9634 XScreenResourceString function.
9635
9636 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
9637
9638 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
9639 LD_SWITCH_X_SITE and assume --with-x11.
9640 Only look for X11 files if we weren't told about a window system
9641 or if we were told to use X11 but not told where.
9642 Search the libraries from the s and/or m files when checking for
9643 functions.
9644
9645 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
9646
9647 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9648
9649 * make-dist: Include lisp/dired.todo in the distribution.
9650
9651 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9652
9653 * configure.in: Add code to set HAVE_INET_SOCKETS.
9654
9655 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9656
9657 * configure.in: If we do find x_includes and x_libraries
9658 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
9659
9660 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9661
9662 * make-dist: Include src/gnu-hp300 in the dist.
9663
9664 * configure.in (canonical): New variable holds the canonicalized
9665 configuration. Don't alter `configuration'. Use `configuration'
9666 for Makefile.in for file naming.
9667 (testing x_includes and x_libraries): Use =, not ==.
9668
9669 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9670
9671 * Version 19.17 released.
9672
9673 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
9674 directory's makefile. This allows the invocation of CPP which
9675 builds xmakefile to receive these switches. The SunSoft C
9676 preprocessor inserts spaces between tokens if it doesn't get the
9677 -Xs flag requested in src/s/sol2.h.
9678
9679 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
9680
9681 * configure.in (m68k-bull-sysv3): New config.
9682
9683 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9684
9685 * configure.in: Use the autoconf AC_FIND_X macro to try to find
9686 the X Windows libraries.
9687
9688 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9689
9690 * make-dist (tempdir): Don't create lisp/forms-mode directory in
9691 the distribution. Those files aren't kept in their own
9692 subdirectory any more.
9693
9694 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9695
9696 * Version 19.16 released.
9697
9698 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9699
9700 * configure.in: Add --verbose flag.
9701
9702 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9703
9704 * version 19.15 released.
9705
9706 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9707
9708 * Makefile.in (top_distclean): Use -f switch when cleaning out
9709 lock dir; it might be empty.
9710
9711 * configure.in: Only check for -lXbsd once.
9712
9713 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9714
9715 * Version 19.14 released.
9716
9717 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9718
9719 * make-dist: If using gzip, create distribution with '.gz' extension.
9720
9721 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
9722 (lisp/forms-mode): This doesn't exist anymore.
9723
9724 * configure.in: Look for the closedir function.
9725
9726 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9727
9728 * configure.in (CPP): Autoconf sets this to a shell variable
9729 reference, which doesn't work when it's edited into a makefile.
9730 Expand that variable reference.
9731
9732 * Makefile.in (CPP): New variable.
9733 (src/Makefile): Edit CPP into src/Makefile.
9734
9735 * Makefile.in (src/Makefile): Don't bother exiting single quotes
9736 and entering double quotes to get the values of LD_SWITCH_X_SITE
9737 and the other make variables; make substitutes them in anyway.
9738
9739 * Makefile.in (uninstall): Don't remove the lisp and etc
9740 directories if they're in the source tree.
9741
9742 Bring mumbleclean targets into conformance with GNU coding standards.
9743 * Makefile.in (mostlyclean, clean): Separate these two; just have
9744 them pass the request to the subdirectory makefiles.
9745 (distclean): Pass the request down, and then get rid of the
9746 files configure built, and get rid of the Makefiles.
9747 (realclean): Pass the request down, and then do the same things
9748 distclean does.
9749 (uninstall, info, dvi): New targets.
9750
9751 * configure.in: Move clause for PC-compatible i386 box to the end
9752 of the case statement, to avoid masking configurations below.
9753
9754 * configure.in: Add case for m88k-motorola-sysv4.
9755
9756 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
9757 the HP 68000 machines.
9758
9759 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
9760 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
9761 preprocessor won't fiddle with them.
9762
9763 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9764
9765 * Makefile.in (TAGS): cd to src to run etags.
9766
9767 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9768
9769 * configure.in (version): Check the X libraries for XrmSetDatabase
9770 and random, and see if we have -lXbsd.
9771
9772 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9773
9774 * configure.in: Pass "-Isrc" to the CPP we run to examine the
9775 s/*.h and m/*.h files. Martin Tomes
9776 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9777
9778 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9779
9780 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9781 above the general i386 alternative.
9782
9783 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9784
9785 * configure.in: Recognize configuration name for Data General
9786 AViiON machines.
9787
9788 * configure.in: Use AC_LONG_FILE_NAMES.
9789
9790 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9791
9792 * configure.in: Test for bison.
9793 * Makefile.in (YACC): New variable.
9794 (lib-src/Makefile.in): Edit YACC into the makefile.
9795
9796 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9797
9798 * Version 19.13 released.
9799
9800 * configure.in (CFLAGS): Don't set this according to the value of
9801 the GCC shell variable. Instead, consult the machine and system
9802 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9803 test __GNUC__ while we're at it.
9804
9805 * configure.in: Remove extra ;; from hpux cases.
9806
9807 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9808
9809 * configure.in: Check to see if the system has -ldnet.
9810
9811 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9812
9813 * make-dist: Add clauses to distribute lisp/forms-mode.
9814
9815 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9816
9817 * configure.in (machine): Fix the versions in hpux version number test.
9818 Do not guess based on cpu type. Do check for explicit system version.
9819
9820 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9821
9822 * configure.in: Do NOT look for `unknown' as company name.
9823
9824 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9825
9826 * configure.in: Fix typo in message.
9827
9828 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9829
9830 * Version 19.12 released.
9831
9832 * Makefile.in (do-install): Correct previous etc-copying change.
9833 Partially rewrite using `if'.
9834 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9835
9836 * Version 19.11 released.
9837
9838 * configure.in: Handle 386bsd.
9839
9840 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9841
9842 * make-dist: Update getdate.c.
9843
9844 * configure.in: Handle bsd386.
9845
9846 * Makefile.in (do-install): Use `-' in tar options.
9847
9848 * configure.in: Change ! "${...}" to x"${...}" = x.
9849
9850 * Makefile.in (do-install): Copy the DOC-* files from the build
9851 etc directory, as well as lots of things from ${srcdir}/etc.
9852
9853 * make-dist: Copy config.guess.
9854
9855 * configure.in: Handle AIX versions 1.2, 1.3.
9856
9857 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9858
9859 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9860 the configuration name mips-mips-usg* to represent USG systems.
9861
9862 * configure.in: Fix logic to detect if srcdir is already configured.
9863
9864 * Makefile.in: Pass in LD_SWITCH_X_SITE.
9865
9866 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9867 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9868 of a directory; cd might fail, and have pwd print out the current
9869 directory.
9870
9871 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9872
9873 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
9874
9875 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9876
9877 * configure.in: Complain if srcdir points at an already-configured
9878 tree.
9879
9880 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9881
9882 * Version 19.10 released.
9883
9884 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9885
9886 * Makefile.in: Use Makefile comments, not C comments.
9887
9888 * configure.in: Add case for the Tektronix XD88.
9889
9890 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9891
9892 * configure.in: Handle sysv4.2 and sysvr4.2.
9893
9894 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9895
9896 * configure.in: Traverse the argument list without destroying it;
9897 don't use shift. It turns out that "set - ${saved_arguments}"
9898 doesn't work portably.
9899
9900 * configure.in: Add missing "fi".
9901
9902 * make-dist: Rebuild configure if configure.in is newer.
9903
9904 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9905 targets to be executed even if make remembers that it has already
9906 satisfied FRC.
9907
9908 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9909
9910 * Makefile.in (do-install): Delete redundant code to copy etc twice.
9911
9912 * configure.in (romp): Handle various version numbers with aos and bsd.
9913
9914 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9915
9916 * configure.in: Fix message text.
9917
9918 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9919
9920 * make-dist: Make a `site-lisp' directory in the distribution,
9921 instead of a `local-lisp' directory, which hasn't been the
9922 appropriate name for a long time.
9923 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
9924 from the distribution first, then /usr/local/lib/emacs/site-lisp.
9925
9926 * Makefile.in (do-install): Correctly detect if ./etc and
9927 ${srcdir}/etc are the same.
9928
9929 * configure.in: Extract UNEXEC from the system configuration
9930 files, compute the name of the source file corresponding to the
9931 object file, and #define it as UNEXEC_SRC in config.h.
9932
9933 * configure.in: If srcdir is '.', then try using PWD to make it
9934 absolute.
9935
9936 * configure.in: Include ${srcdir} in the printed report, to help
9937 people notice if it's an automounter path.
9938
9939 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9940
9941 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
9942
9943 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9944
9945 * Makefile.in (do-install): Delete the dest dir, not the source dir,
9946 when they are different. Add `shift' command.
9947 (COPYDESTS, COPYDIR): Delete external-lisp dir.
9948 (externallispdir): Var deleted.
9949
9950 * configure.in: Delete spurious paren outputting short_usage.
9951
9952 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9953
9954 * Version 19.9 released.
9955
9956 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9957
9958 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
9959 subdirectory makes.
9960
9961 * make-dist: Check for .elc files with no corresponding .el file.
9962
9963 * Makefile.in (mkdir): Make all the directories in locallisppath.
9964
9965 * config.guess: New file.
9966 * configure.in: Use it, tentatively.
9967 * INSTALL: Mention its usage.
9968
9969 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
9970 the former gives you the operating system rev directly. Use
9971 s/hpux.h if we don't recognize what we got.
9972
9973 * Makefile.in (do-install): Don't remove a destination directory
9974 if it's the same as the source. If ${srcdir}/info == ${infodir},
9975 don't try to copy the info files.
9976
9977 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
9978 doesn't work if you're not using a separate source directory.
9979 (do-install): Copy the build tree's etc directory only after
9980 making sure it's not also the source tree's etc directory.
9981
9982 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9983
9984 * configure.in: Handle sunos4.1.3 specially.
9985
9986 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9987
9988 * Makefile.in (INSTALL): Add definition.
9989
9990 * configure.in: Fix some messages. Support -with-gnu-cc.
9991 At the end, use `set --', not `set -'.
9992 Delete spurious `.h' in hpux alternatives.
9993
9994 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9995
9996 * Version 19.8 released.
9997
9998 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9999
10000 * configure.in: When looking for source in the same directory as
10001 the configure script, make the path thus discovered absolute.
10002 If the user specifies the `--srcdir' switch, make that directory
10003 absolute too.
10004
10005 * Makefile.in (srcdir): Remove comment saying this doesn't work.
10006
10007 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
10008 too, as the value of the PATH_INFO macro.
10009
10010 * configure.in: Check to see if the source lives in the same
10011 directory as the configure script.
10012
10013 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10014
10015 * Makefile.in (install): Split this into `install' and
10016 `do-install', to give people more control over exactly what gets
10017 done.
10018 (do-install): New target, containing the guts of `install'. Don't
10019 remove and recreate the directories inside the copying loop - do
10020 it all before the copying loop. Pass more flags to the lib-src
10021 make.
10022 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
10023 avoid errors and warnings.
10024
10025 * configure.in: For generic IBM PC boxes, insist on "unknown" for
10026 the manufacturer - the more general case was blocking other i386
10027 configuration names below, and that's how the names are written in
10028 MACHINES anyway.
10029
10030 * make-dist: When breaking links, remove the link before moving
10031 the copy onto it, to avoid interactive behavior.
10032
10033 * Makefile.in: Doc fix.
10034
10035 * configure.in: Doc fix.
10036
10037 * INSTALL: Mention --exec-prefix option.
10038
10039 * configure.in: Add support for the `--exec-prefix' option.
10040 * Makefile.in: Accept that support.
10041
10042 * configure.in: Use the AC_PROG_INSTALL macro.
10043 * Makefile.in (INSTALL): Variable removed.
10044 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
10045
10046 * configure.in: Distinguish between hp800's and hp700's by calling
10047 "uname -m".
10048
10049 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10050
10051 * configure.in: Recognize configuration names for i860 boxes
10052 running SYSV.
10053
10054 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10055
10056 * configure.in: Distinguish between hp800's and hp700's by the
10057 version of HP/UX they run, since that's something people are more
10058 likely to know - hp700's run 8.0.
10059 Add HP 700 configuration.
10060
10061 * configure.in: Test for the presence of the `rename' function.
10062
10063 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
10064 configure.in.
10065 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
10066
10067 * make-dist: Break intra-tree links.
10068
10069 * configure.in: Explain that this is an autoconf script, and give
10070 instructions for rebuilding configure from it. Arrange to put
10071 comments in configure explaining this too.
10072
10073 * configure.in: Make the first line of the configure script be
10074 "#!/bin/sh". Leaving the first line blank didn't work.
10075
10076 * configure.in (long_usage): Removed; made short_usage describe
10077 the options briefly.
10078
10079 * configure.in: Implement the --prefix option.
10080 * Makefile.in (prefix): Add support for it here.
10081 * INSTALL: Document it here.
10082
10083 * Makefile.in (install): Don't assume that the files in the `info'
10084 subdirectory match *.info. They don't have that prefix.
10085
10086 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10087
10088 * configure.in: Add case for version 5 of Esix.
10089
10090 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10091
10092 * Version 19.7 released.
10093
10094 * make-dist: There aren't any *.com files in lib-src anymore.
10095
10096 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
10097 them; they're symlinks to other filesystems on the GNU machines.
10098
10099 * make-dist: Check that the manual reflects the same version of
10100 Emacs as stated in lisp/version.el. Edit that version number into
10101 the README file.
10102
10103 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10104
10105 * configure.in: Remove the hack of AC_DEFINE; use
10106 AC_DEFINE_UNQUOTED.
10107
10108 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10109
10110 * make-dist: Don't distribute precomp.com, compile.com, or
10111 link.com from ./src; they're in ./vms now.
10112
10113 Some time-handling patches from Paul Eggert:
10114 * configure.in: Add AC_TIMEZONE.
10115
10116 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10117
10118 * configure.in: Recognize Linux as a valid operating system for
10119 the i386.
10120
10121 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10122
10123 * make-dist: Distribute some VMS files we got from Richard Levitte.
10124
10125 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
10126 the source for the sed command, not oldXMenu/Makefile.
10127
10128 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10129
10130 * INSTALL: Don't claim the srcdir option doesn't work.
10131
10132 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10133
10134 * configure.in: Include remarks saying what order the autoconf
10135 tests should go in, and remind people to change config.h.in
10136 whenever they add autoconf tests which make #definitions.
10137
10138 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
10139
10140 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10141
10142 * Makefile.in (oldXMenu/Makefile): Make this depend on
10143 ${srcdir}/oldXMenu/Makefile.in, not itself.
10144
10145 * PROBLEMS: Some updates from David J. Mackenzie.
10146
10147 More changes from David J. Mackenzie.
10148 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
10149 removed; autoconf and config.h should specify all these
10150 differences.
10151 (buildlisppath): Make this path depend on ${srcdir}.
10152 (INSTALLFLAGS): Removed.
10153 (INSTALL): Include the -c flag.
10154 (install): Change the way we invoke install accordingly.
10155
10156 Install ${srcdir} changes from DJM.
10157 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
10158 list.
10159 (COPYDIR, COPYDESTS): Install files from both the etc directory in
10160 the source tree and the etc directory in the object tree.
10161 (${SUBDIR}): Pass the prefix variable down to submakes.
10162 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
10163 in /bin.
10164 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
10165 values for srcdir and VPATH.
10166 (install): Add `v' flag to tar command. Make sure that `dir'
10167 exists in ${srcdir}/info before copying it. Remember that the man
10168 pages come from the source tree, not the object tree.
10169 * configure.in: Remove remarks saying that the --srcdir option
10170 doesn't work.
10171 Create the etc directory in the object tree.
10172 Recognize configuration names of the form *-sun-solaris*.
10173 Recognize sunos5 and solaris as operating system names.
10174
10175 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
10176 lib-src/getdate.y and src/systime.h.
10177
10178 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10179
10180 * make-dist: Make links in info subdir.
10181
10182 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10183
10184 * configure.in: Call AC_STDC_HEADERS.
10185
10186 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10187
10188 * configure.in: Sidestep autoconf's quoting of the second argument
10189 of AC_DEFINE, so we can specify the value to put there. It would
10190 be nice if autoconf provided some way to specify computed values
10191 for macros.
10192
10193 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10194
10195 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
10196 this is always just -DHAVE_CONFIG_H.
10197
10198 The GNU coding standards specify that CFLAGS should be left for
10199 users to set.
10200 * Makefile.in (CFLAGS): Let configure determine the default value
10201 for this. Don't
10202 have it default to DEFS.
10203 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
10204 (lib-src/Makefile, src/Makefile): Edit the default value for
10205 CFLAGS into these files, not DEFS.
10206 * configure.in (CFLAGS): Choose a default value for this - "-g"
10207 normally, or "-g -O" if we're using GCC. Edit it into the
10208 top-level Makefile.
10209
10210 * configure.in: When scanning the machine and system description
10211 #include files, write their names to conftest.c properly.
10212
10213 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10214
10215 * configure.in: In configuration name case for Apallos running
10216 Domainios, set opsys, not opsysfile.
10217
10218 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
10219 src/config.h, instead of AC_OUTPUT; the latter overwrites
10220 src/config.h even when it hasn't changed, puts a makefile-style
10221 comment at the top even though it's C code, and produces a
10222 config.status script which doesn't do the job right.
10223
10224 * configure.in: Add AC_LN_S test, so we can tell whether or not we
10225 can use a symbolic link to get the X Menu library into src.
10226 * Makefile.in (LN_S): New variable.
10227 (src/Makefile): Edit the value of LN_S into this makefile.
10228
10229 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10230
10231 * configure.in: Support *-sco3.2v4* as opsystem.
10232
10233 * make-dist: Don't include calc directory.
10234 Exclude many files in the man directory; copy a few.
10235
10236 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10237
10238 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
10239 call AC_STRUCT_TM to see what's in time.h.
10240
10241 * configure.in: Employ quoting stupidity to get the value of CPP
10242 to expand properly.
10243
10244 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10245
10246 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
10247 variable to scan the machine and system description files.
10248
10249 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
10250 so that getdate.y builds correctly.
10251
10252 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10253
10254 * configure.in (tempcname): Change this to "conftest.c", so it will
10255 work properly on systems with short filenames; this is the name
10256 autoconf uses.
10257
10258 * configure.in: Also detect the availability of dup2 and
10259 gethostname.
10260
10261 * configure.in: Use the AC_ALLOCA test.
10262 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
10263 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
10264
10265 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10266
10267 * make-dist: Distribute configure, as well as configure.in.
10268 Oversight.
10269
10270 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10271
10272 * Makefile.in (install): Print out the name of the directory we're
10273 copying, so people can have some idea of whether we're making
10274 progress.
10275
10276 * Makefile.in (install.aix, install.xenix, install.sysv, install):
10277 Don't forget to re-create the COPYDESTS directories after we clear
10278 them out.
10279
10280 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10281
10282 * Makefile.in: Add autoconf cookies so that the configure
10283 script can comment out sections of path variable definitions to
10284 choose between the installable configuration and the run-in-place
10285 configuration.
10286 * configure.in: Add new option `--run-in-place', to select the
10287 run-in-place path definitions.
10288
10289 * configure.in: Add a clause to the big configuration name case
10290 for the NeXT machine.
10291
10292 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10293
10294 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10295 Make sure that each source directory exists, and is different from
10296 the destination directory; then, delete the destination before
10297 copying over the source.
10298
10299 * make-dist: Distribute configure.in, instead of configure.
10300
10301 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10302
10303 * configure.in: Don't set CC to "gcc -O" if the user specifies
10304 `--with-gcc'. Add -O to DEFS if GCC is set.
10305
10306 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10307
10308 * Makefile.in (clean mostlyclean): Missing right paren.
10309
10310 * configure.in: When checking for X windows, search for an X11
10311 subdirectory of ${x_includes}.
10312
10313 * configure.in: Check for gettimeofday function, for getdate.y.
10314
10315 Change `configure' to a mixture of custom code and autoconf stuff.
10316 autoconf can't derive all the information we need, but we'd really
10317 like to be able to take advantage of some of its tests, and its
10318 file-editing facilities.
10319 * configure.in: Renamed from configure.
10320 Quote the sections of shell script we want copied literally to
10321 the configure script.
10322 (compile): Initialize this to make the autoconf macros' code happy.
10323 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
10324 code to do their jobs.
10325 Use autoconf to produce Makefile and src/config.h.
10326 Remove the Makefile-style comment that autoconf places at the top
10327 of src/config.h.
10328 (config_h_opts): Removed - no longer necessary.
10329 * Makefile.in (configname): Renamed to configuration.
10330 (CONFIG_CFLAGS): Renamed to DEFS.
10331 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
10332 get values via autoload @cookies@.
10333 (libsrc_libs): Get this from autoconf. We used to do nothing
10334 about this.
10335 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
10336
10337 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
10338 echo the move-if-change command.
10339
10340 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
10341
10342 * make-dist: Distribute lib-src/rcs-checkin.
10343
10344 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
10345 Don't try to make links to the RCS or Old subdirectories.
10346 Use the appropriate extension for the compression type in use.
10347 Create the tar file in the shell's initial default directory, not
10348 in ${tempparent}.
10349 Erase the whole ${tempparent} tree, not just ${tempdir}.
10350
10351 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10352
10353 * Makefile.in (src/paths.h): Don't echo the huge sed command we
10354 use to build paths.h.
10355 (lib-src/Makefile, src/Makefile): Similarly.
10356
10357 * configure: Extend test for working `const' keyword to handle AIX
10358 3.2 cc.
10359
10360 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10361
10362 * make-dist: Distribute lisp/term/ChangeLog.
10363
10364 Arrange for C compilation throughout the tree to get
10365 C_SWITCH_SYSTEM from the configuration files.
10366 * configure: Extract C_SWITCH_SYSTEM from the machine and
10367 system-dependent files, and save it in the top-level Makefile.
10368 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
10369 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
10370
10371 * make-dist: Include the VMS support files in oldXMenu in the
10372 distribution.
10373
10374 * configure: Doc fix.
10375
10376 * configure: Fix corrupted config_h_opts.
10377
10378 * configure: Properly report option names in error messages.
10379
10380 * configure: Properly recognize --x-includes and --x-libraries
10381 options.
10382
10383 * configure: Fix syntax errors in code handling XFree386.
10384
10385 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10386
10387 * configure: Add special code to detect XFree386, and tell
10388 config.h about it.
10389
10390 * configure: Properly handle extracting values of LIBS_MACHINE and
10391 LIBS_SYSTEM that contain spaces.
10392
10393 * configure: Add `--x-includes' and `--x-libraries' options. I
10394 think these are dopey, but no less than three alpha testers, at
10395 large sites, have said they have their X files installed in odd
10396 places. Implement them by setting C_SWITCH_X_SITE and
10397 LD_SWITCH_X_SITE in src/config.h.
10398
10399 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10400
10401 * make-dist: Don't distribute etc/Old files.
10402
10403 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
10404 backups.
10405
10406 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10407
10408 * make-dist: Fix typo.
10409
10410 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10411
10412 * make-dist: Corrected typo, fixed it to discard = and TAGS files
10413 in some cases where it should but didn't seen to.
10414
10415 * Makefile.in: Added unlock and relock productions.
10416
10417 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10418
10419 * make-dist: Add a --compress option to force make-dist to use
10420 compress.
10421
10422 * make-dist: Use gzip, if we can find it.
10423
10424 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10425 make rs6000-ibm-aix default to -aix32.
10426
10427 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10428
10429 * Makefile.in: Added `Developer's configuration' section.
10430
10431 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10432
10433 * Makefile.in: Add commented-out variable settings for developer's
10434 configuration.
10435
10436 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10437
10438 * make-dist: Distribute `src/bitmaps' too.
10439
10440 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
10441
10442 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10443 make rs6000-ibm-aix default to -aix32.
10444
10445 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10446
10447 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
10448
10449 * Makefile.in (install.sysv): Add a second `$' in front of
10450 `${dest}', so that the shell will expand it, instead of Make.
10451
10452 * configure: When processing the name of the configure script,
10453 collapse `././' to `./', but leave a single `./' prefix alone.
10454
10455 * configure: Doc fix.
10456
10457 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10458
10459 * configure: Handle isc3.0 correctly.
10460
10461 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10462
10463 * make-dist: Don't try to copy the COPYING notice into
10464 external-lisp; we're not distributing that directory any more.
10465
10466 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10467
10468 * Makefile.in (install, install.aix, install.xenix, install.sysv):
10469 Remove CVS subdirectories from the installed directory trees, as
10470 well as RCS directories.
10471
10472 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10473
10474 * make-dist: Only copy gmalloc.c if we couldn't link it.
10475 Don't try to copy man/{README,Makefile} unless they actually exist.
10476
10477 * Makefile.in (lisppath): Don't include externallispdir in this.
10478 We're not sure whether we're even going to distribute the
10479 directory yet.
10480
10481 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10482
10483 * make-dist: Don't distribute the external-lisp directory anymore.
10484 * INSTALL: Remove all references to external-lisp.
10485
10486 * configure: Detect whether the compiler supports `const'
10487 properly, and edit src/config.h accordingly.
10488
10489 * configure: Tweak layout of final report.
10490
10491 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
10492 CFLAGS.
10493
10494 * Makefile.in (locallisppath): Make this default to
10495 ${datadir}/emacs/site-lisp, instead of
10496 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
10497 the same thing, and local-lisp causes completion conflicts with
10498 lock.
10499 (lisppath): Add ${externallispdir} to this.
10500 * INSTALL: Adjust installation directions.
10501
10502 * Makefile.in (externallispdir): New variable, to say where to
10503 install the externally-maintained lisp files.
10504 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
10505 the others.
10506 * INSTALL: Describe external-lisp and the new externallispdir
10507 variable.
10508
10509 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10510
10511 * configure (progname): New option `--with-gcc'. Make it clearer
10512 how we are trying to guess whether or not we have GCC.
10513 * INSTALL: Document the `--with-gcc' option, and improve
10514 description of `--with-x' options.
10515
10516 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10517
10518 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
10519 ${infodir} from these variables; we have written out explicit code
10520 to install the info files.
10521
10522 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10523
10524 * make-dist: Don't distributed the RCS files in the etc directory.
10525
10526 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10527
10528 * Makefile.in: Some makes can't handle comments in the middle of
10529 commands; move them to before the whole rule.
10530
10531 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10532
10533 * README: Mention what Emacs is.
10534
10535 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10536
10537 * make-dist: Include `./lisp/calc-2.02' in the distribution.
10538 Add `./cpp' and `./man' back into the distribution.
10539
10540 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10541
10542 * Makefile.in: Define MAKE, and use where appropriate.
10543
10544 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10545
10546 * make-dist: Remember that the authoritative COPYING notice is
10547 `etc/COPYING', not `../etc/COPYING'.
10548
10549 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10550
10551 * make-dist: Make sure that the COPYING notices in each directory
10552 are copies, not symlinks.
10553
10554 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10555
10556 * INSTALL: The build process produces an executable called `emacs'
10557 now. Change references.
10558 * Makefile.in: Adjust `install.mumble' targets to install
10559 `src/emacs', not `src/xemacs'.
10560
10561 * configure: Start with a blank line; this keeps some old CSH's
10562 from thinking it's a CSH script. Most systems will just use
10563 /bin/sh to run it, which is what we're expecting; the only other
10564 shells which might try to interpret it themselves are probably
10565 Bourne-compatible.
10566
10567 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10568
10569 * INSTALL: Improvements suggested by David Mackenzie.
10570
10571 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10572
10573 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10574 Don't try to copy the info files if there aren't any; the
10575 unexpanded globbing pattern disappoints `install'. Ignore the
10576 return status of that command.
10577
10578 * INSTALL: Updated for new configuration arrangement.
10579
10580 * configure: Don't make the top-level Makefile read-only - people
10581 may want to edit the values of the path variables.
10582
10583 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10584 Install the info files in ${infodir}. Install the executable
10585 under both `emacs' and `emacs-VERSION'.
10586
10587 * Makefile.in: Doc fix.
10588
10589 * Makefile.in (exec_prefix): New variable, as per latest version
10590 of coding standards.
10591 (bindir, libdir): Use it, instead of `prefix'.
10592 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
10593
10594 * Makefile.in (mandir): Make the default value for this depend on
10595 $(prefix).
10596
10597 * Makefile.in (datadir, statedir, libdir): Make these all default
10598 to ${prefix}/lib.
10599 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
10600 to compensate.
10601
10602 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10603 Install the etags and ctags man pages too.
10604
10605 * Makefile.in (distclean): Don't delete backup files; that's the
10606 job of extraclean.
10607 (extraclean): Like distclean, but deletes backup and autosave files.
10608
10609 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10610
10611 Make path specification conform to GNU coding standards.
10612 * configure (long_usage): Remove all traces of old arguments from
10613 usage messages, and document the options we do accept in more
10614 detail: -with-x... and --srcdir.
10615 (options, boolean_opts): Deleted; we don't have enough options to
10616 make this worthwhile.
10617 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
10618 along with the code which supported them; these should be set as
10619 arguments to the top-level make.
10620 (config_h_opts): Since this no longer doubles as a list of option
10621 names, make them upper case; this simplifies the code which uses
10622 them to build the sed command to edit src/config.h. Change the
10623 code which sets them.
10624 (cc, g, O): Don't allow the user to set these using options; they
10625 should be specified using `CC=' and `CFLAGS=' arguments to the
10626 top-level make. Just choose reasonable default values for them,
10627 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
10628 values.
10629 (gnu_malloc, rel_alloc): Don't allow the user to set these using
10630 options; use them whenever the configuration files say they're
10631 possible.
10632 Simplify the argument processing loop. Don't accept abbreviations
10633 for option names; these might conflict with other configuration
10634 options in the future.
10635 Add some support for the `--srcdir' option. Check for the sources
10636 in . and .. if `--srcdir' is omitted. If the directories we will
10637 compile in don't exist yet, create them under the current directory.
10638 Note that the rest of the build process doesn't really support
10639 this.
10640 Edit only the top Makefile. That should edit the others. Edit
10641 into the makefile: `version', from lisp/version.el, `configname'
10642 and `srcdir' from the configuration arguments, `CC' and
10643 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
10644 the user's path, and LOADLIBES as gleaned from the system
10645 description files.
10646 Simplify the report generated; it doesn't need to include any
10647 description of paths now.
10648 Make `config.status' exec configure instead of just calling it, so
10649 there's no harm in overwriting `config.status'.
10650 * Makefile.in (version, configname): New variables, used to choose
10651 the default values for datadir and libdir.
10652 Path variables rearranged into two clearer groups:
10653 - In the first group are the variables specified by the GNU coding
10654 standards (prefix, bindir, datadir, statedir, libdir, mandir,
10655 manext, infodir, and srcdir).
10656 - In the second are the variables actually used for Emacs's paths
10657 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
10658 archlibdir), which depend on the first category.
10659 datadir and libdir default to directories under
10660 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
10661 demand.
10662 etcdir and lispdir default to subdirectories of datadir.
10663 archlibdir defaults to libdir.
10664 The new installation tree is a bit deeper than it used to be, so
10665 use the new make-path program in lib-src to build them all.
10666 Always build a new src/paths.h.tmp and then move-if-change it to
10667 src/paths.h, to avoid unnecessary rebuilds while responding to the
10668 right changes.
10669 Remove all mention of arch-lib. Run utility commands from
10670 lib-src, and let the executables be copied into archlibdir when
10671 Emacs is installed.
10672 Add targets for src/Makefile, lib-src/Makefile, and
10673 oldXMenu/Makefile, editing the values of the path variables into
10674 them.
10675 Let lib-src do its own installation.
10676 (datadir): Default to putting data files under
10677 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
10678 (emacsdir): Variable deleted; it would only be confusing to use.
10679 (lispdir, etcdir): Default to ${datadir}/lisp.
10680 (mkdir): Use make-path for this.
10681 (lockdir): Do this in mkdir.
10682 (Makefile): New target.
10683
10684 * configure (usage_message): Rename to long_usage.
10685
10686 * make-dist: Don't bother creating an arch-lib directory; that's
10687 only for installation now.
10688
10689 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10690
10691 * configure: Use GCC-style configuration names, using config.sub.
10692 Change the usage and help messages.
10693
10694 * configure: Initialize window_system, not indow_system.
10695
10696 * configure: Report which window system, compiler, and signal
10697 handler return type we decide to use.
10698
10699 * make-dist: Explain what's going on if config.sub and gmalloc.c
10700 can't be linked. Place the code which copies them near the code
10701 which links the rest of the files around them.
10702
10703 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
10704
10705 * make-dist: Don't bother to distribute src/*.com, or
10706 src/vmsbuild; those have all been moved to `../vms'.
10707
10708 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10709
10710 * make-dist: Don't forget that the way to avoid filenames starting
10711 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
10712 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
10713 couldn't make hard links to, since we have two already, and
10714 perhaps more to come.
10715
10716 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10717
10718 * configure: When editing parameters into lib-src/Makefile, change
10719 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
10720 needs some other flags too.
10721
10722 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10723
10724 * configure: Remove spurious echo of the configuration name.
10725
10726 * make-dist: Don't distribute files in src/m and src/s whose names
10727 begin with `='.
10728
10729 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10730
10731 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10732 Also LISP_FLOAT_TYPE.
10733
10734 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10735
10736 * make-dist: Copy config.sub, since it's a symbolic link to a file
10737 on another file system.
10738
10739 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10740
10741 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10742 distribution.
10743
10744 * config.sub: New file, to help us recognize configuration names.
10745 * make-dist: Include it in the distribution.
10746
10747 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10748
10749 * configure: Convert `-' to `_' in specified option names.
10750 Accept options with --. Delete --highpri and --have-x-menu options.
10751 New options --with-x and --with-x10 replace -window-system.
10752 Don't mention options --gnu-malloc, --rel-alloc
10753 or --lisp-float-type in help message.
10754
10755 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10756
10757 * make-dist: Include the `vms' subdirectory in the distribution.
10758
10759 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10760
10761 * configure: Remove lines starting with "# DIST: " when building
10762 lib-src/Makefile and src/Makefile. This allows us to mark the
10763 "Makefile.in" files with explanatory comments which won't also get
10764 stuck in the Makefiles.
10765
10766 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10767
10768 * make-dist: Don't use the '+' operator in the sed regular
10769 expression that extracts the version number from lisp/version.el;
10770 Ultrix sed doesn't seem support the operator. Just double the
10771 operand and use *.
10772
10773 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10774
10775 * Makefile.in: Doc fix.
10776
10777 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10778
10779 * configure: Rewrite sed command to remove at most one ./ prefix;
10780 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10781 group.
10782
10783 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10784
10785 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10786
10787 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10788
10789 * make-dist: Go ahead and build a new TAGS file, unless the
10790 --newer option was specified. Don't try to delete a TAGS file
10791 from etc; it's not kept there, and shouldn't be deleted anyway.
10792
10793 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10794
10795 * make-dist: If the lisp directory contains a default.el, don't
10796 distribute it.
10797
10798 * configure: When searching signal.h for the type of a signal
10799 return handler, make a copy of it, not a symbolic link to it; that
10800 way, it will work on systems that don't have symbolic links.
10801
10802 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10803
10804 * make-dist: Taught it about vcdiff and rcs2log, added --newer
10805 option for generating incremental distributions. Stopped it from
10806 generating a TAGS file into the distribution; that sucker is
10807 *big*, and easily enough generated with the toplevel makefile.
10808
10809 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10810
10811 * configure: When writing config.status, don't prefix progname
10812 with a '.'; it might be absolute.
10813
10814 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10815
10816 * configure: Choose to use X11 if either /usr/lib/libX11.a or
10817 /usr/include/X11 exist, not only if both exist.
10818
10819 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10820
10821 * make-dist: Make the new external-lisp directory a duplicate of
10822 the external-lisp directory, not the lisp directory.
10823
10824 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10825
10826 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10827 clean' in arch-lib; it doesn't even have a Makefile.
10828
10829 * Makefile.in (clean, mostlyclean): In the test which tries to
10830 distinguish between the build directory, which should be cleaned,
10831 and the installed directory, which shouldn't, cd to `${emacsdir}',
10832 not `${DESTDIR}${LIBDIR}'.
10833
10834 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10835
10836 * make-dist: Be sure to delete the .c and .h files that YACC and
10837 BISON create from getdate.y.
10838
10839 * external-lisp: New directory; see `external-lisp/README'.
10840 * make-dist: Added support for the external-lisp subdirectory.
10841
10842 * make-dist: Changed message which complains that make-dist wasn't
10843 invoked in the right directory to indicate which files it was
10844 looking for.
10845
10846 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10847
10848 * configure: Add comments explaining why we can't translate
10849 character ranges or control characters in `tr'.
10850
10851 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10852
10853 * configure: When generating the configuration message, we used to
10854 build the message from the start so that each line began with "# "
10855 so that it would be a comment in `config.status'. However, this
10856 causes trouble if any of the variables we use in the message
10857 expand to more than one line of text - as gnu_malloc_reason
10858 sometimes does. So instead, we build the message as it should be
10859 printed to the user (i.e. without the "# " prefixes), and stick on
10860 the "# "s when we write it to `config.status'.
10861
10862 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10863 `lib-src' and `arch-lib'.
10864
10865 * configure: When generating report and `config.status' file, note
10866 that bindir only determines where `make install' and
10867 `build-install' will place the executables; this should make it
10868 clear that the ordinary build process will not try to install
10869 things.
10870
10871 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10872
10873 * make-dist: Change messages to say that we are 'making links to
10874 X', rather than 'copying X'. And put `' quotes around file names.
10875
10876 * make-dist: Include '.tmp' in the name of the staging directory.
10877
10878 * make-dist: Pass the `-f' option to rm when you're not sure that
10879 the files you're removing actually exist.
10880
10881 * make-dist: When setting up etc/COPYING, always nuke whatever is
10882 there, and then copy it in, to make sure we get a real file.
10883
10884 * make-dist: Don't try to distribute *.defns files any more. The
10885 only such file was for simula.el, which has been superseded by a
10886 version which doesn't have a separate .defns file.
10887
10888 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
10889
10890 * make-dist: Don't distribute configured versions of config.h.in,
10891 paths.h.in, Makefile.in in src.
10892
10893 * configure: Delete .tmp files before creating them; don't bother
10894 trying to make final targets writable first, since it won't
10895 matter to move-if-change.
10896
10897 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10898
10899 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10900 mkdir and chmod in the center of all the conditionals. GNU Make
10901 will strip these out, but other makes won't.
10902
10903 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10904
10905 * make-dist: Include move-if-change in list of files to distribute.
10906
10907 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10908
10909 * configure: Remove any "." elements from the program name.
10910
10911 * configure: Don't record the values of all the possible arguments
10912 in config.status; only record the options that the user specified.
10913
10914 * configure: Use move-if-change to move in the new src/config.h.
10915
10916 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
10917
10918 * move-if-change: New file, copied from gcc release.
10919 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
10920 a temp file, so we don't update paths.h if an error occurs or if
10921 it doesn't need changing.
10922
10923 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10924
10925 * Makefile.in (src/paths.h): Do not install a value for the
10926 PATH_SUPERLOCK value; that macro doesn't exist anymore.
10927 * build-install.in: Same thing.
10928
10929 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10930
10931 * make-dist: Check the flag called "make_tar", not "make_dir"; the
10932 latter, being a typo, is always false, resulting in a program
10933 whose default behavior is to painstakingly build a copy of the
10934 source tree, and then delete it. Rah.
10935
10936 * Makefile.in: Add dist target, and comment for it.
10937
10938 * configure: When scanning <signal.h> for a declaration for
10939 signal, create a symbolic link with a name ending in .c, so the
10940 compiler won't complain that it's only been given .h files.
10941
10942 * configure: Check whether there are any arguments available
10943 before shifting to get the value of a non-boolean parameter.
10944
10945 * make-dist: Doc fix.
10946
10947 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10948
10949 * configure: Instead of grepping /usr/include/signal.h for a
10950 signal declaration, run /usr/include/signal.h or
10951 /usr/include/sys/signal.h through cpp and grep for the
10952 declaration.
10953
10954 * configure: Redirect the output of grep to /dev/null instead of
10955 using grep -s - that flag means different things on other systems.
10956
10957 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
10958 since the former is recognizable even if you don't know what
10959 'dumping' is.
10960 * configure: Accommodate that change.
10961
10962 * configure: Accept options for all of the directories you can
10963 change in the Makefile.
10964
10965 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
10966
10967 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
10968 FOO before you can use them.
10969
10970 * build-install.in: Made the "Where To Install Things" section
10971 conform with the similar section from Makefile.in. Copied section
10972 which builds src/paths.h from src/paths.h.in from the Makefile.
10973
10974 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10975
10976 * configure: Write config.status to pass its command-line
10977 arguments on to configure, so that people can use it to recreate
10978 an old configuration, with minor changes.
10979
10980 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10981
10982 * configure: Don't rely on option variables being unset if their
10983 values are the empty string. In particular, when producing the
10984 English report, don't assume that highpri will be unset when no
10985 increased priority has been requested; -highpri='' should be the
10986 same as omitting -highpri altogether.
10987
10988 * configure: Fix dumb bug: when running the system and machine
10989 description files through cpp, mark those lines that we want to
10990 evaluate with the string '@configure@', and then only evaluate
10991 them. This way if the files include anything that actually
10992 generates text (type definitions or external declarations, say),
10993 we won't try to eval it.
10994
10995 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10996
10997 * make-dist: New shell script.
10998
10999 * configure: When creating foo from foo.in, make foo read-only to
11000 remind people to edit the .in file instead.
11001
11002 * INSTALL: Changed references to config.h-dist to config.h.in.
11003 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
11004 to build src/paths.h from src/paths.h.in; added a paragraph to do
11005 this.
11006 * configure, Makefile, build-install: Changed filenames like
11007 FOO-dist to FOO.in.
11008
11009 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11010
11011 * Makefile, build-install: Renamed to Makefile.in and
11012 build-install.in; the configure script will edit these to produce
11013 the usable Makefile and build-install.
11014 * configure: Changed to produce ./Makefile, ./build-install,
11015 lib-src/Makefile, and src/Makefile from their *.in counterparts,
11016 instead of editing them in place.
11017
11018 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11019
11020 * Makefile: Re-arranged so that the undumped Emacs will search
11021 ../lisp *after* the site's local elisp files.
11022 (locallisppath, dumplisppath): New variables.
11023 (lisppath): This variable's default value is now chosen based on
11024 $(locallisppath) and $(lispdir); while it used to be the
11025 customization point for adding site-local elisp directories to
11026 load-path, that job is now handled mostly by locallisppath.
11027 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
11028 Check the values being assigned to the *LOADSEARCH macros for null
11029 path elements (like '::' in 'foo::bar').
11030
11031 * configure: When checking if the machine- and system-dependent
11032 files define a particular macro or not, actually run them through
11033 CPP and test the macros with #ifs, instead of just grepping for
11034 the macros' names. In particular, check for SYSTEM_MALLOC in this
11035 way.
11036
11037 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11038
11039 * Makefile (install): Don't use -s in install. (Keep the symbols.)
11040
11041 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11042
11043 * configure: Make the config.status file an executable shell
11044 script which will recreate the same configuration. Include the
11045 verbal description of the current configuration as a comment in
11046 the script.
11047 * INSTALL: Doc fix.
11048
11049 * Makefile: Brought the Makefile up to the GNU coding
11050 standards, as described in standards.text:
11051 (TAGS): New name for the target which rebuilds the tags table.
11052 (check): New target; doesn't do anything yet.
11053 (mostlyclean): New target, synonymous with clean.
11054 (realclean): New target. Currently, this just calls the
11055 subdirectories's makefiles and then deletes config.status.
11056 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
11057 variables.
11058 Installation directory variables changed to conform.
11059 (install, install.sysv, install.xenix, install.aix): Changed the
11060 code which copies the directories into their installed location to
11061 allow the installed locations to be in several different
11062 directories; the old version assumed that they would all be in
11063 $(emacsdir).
11064 (mkdir, lockdir): Allow the installed locations to be in several
11065 different directories.
11066 * INSTALL: Doc fix.
11067
11068 * build-install: Use the same variable names as the Makefile.
11069 Allow the installed locations to be in several different
11070 directories.
11071
11072 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11073
11074 * Makefile (src/paths.h): Instead of using a single sed command to
11075 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
11076 separately, and don't forget to append "/!!!SuperLock!!!" to the
11077 value of the PATH_SUPERLOCK macro.
11078
11079 * config.emacs: Renamed to configure, for consistency with other
11080 GNU products. Internal references changed.
11081 INSTALL, Makefile: References changed.
11082
11083 * lock: New directory, which should always be empty. If this
11084 directory doesn't exist, Emacs won't complain; it just won't lock.
11085 Having this here means that people can just unpack Emacs, build
11086 it, and have locking work.
11087
11088 * share-lib: Re-renamed to etc, for the sake of tradition.
11089 * config.emacs: Changed default value for datadir to ../etc.
11090 * INSTALL, README: Adjusted.
11091
11092 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11093
11094 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
11095 by running CPP on the appropriate s/*.h and m/*.h files.
11096
11097 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11098
11099 * config.emacs: Make sure to set the "exit on error" flag once
11100 we've removed config.status; errors should abort the configuration.
11101
11102 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11103
11104 * config.emacs: Added -distribute option, so that the Makefile
11105 paths are in their proper form. I don't know why this matters.
11106
11107 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11108
11109 * local-lisp: New directory, empty in the distribution, for people
11110 to put local elisp code in.
11111 * config.emacs: Include it in the default load path.
11112 * README: Document it.
11113
11114 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11115
11116 * config.emacs: Guess the type of signal handling functions based
11117 on the contents of /usr/include/signal.h.
11118
11119 * config.emacs: Print out progress report messages.
11120
11121 * Makefile (src/paths.h): Don't generically replace
11122 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
11123 editing of the other entries, and each entry should be dealt with
11124 explicitly anyway.
11125
11126 * build-install: Converted from C-shell to Bourne shell.
11127 * config.emacs: Edit build-install properly.
11128
11129 * config.emacs: Doc fix.
11130
11131 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11132
11133 * Makefile (install): Remove `B' from tar xf command.
11134
11135 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11136
11137 * config.emacs: Removed support for the `maintain-environment'
11138 option; the only important difference between this and its absence
11139 has been removed.
11140 * INSTALL: Removed mention of `maintain-environment'.
11141
11142 * config.emacs: Fix arguments to sed when processing boolean
11143 arguments.
11144
11145 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11146
11147 * config.emacs: New file, to help automate the installation
11148 process.
11149
11150 * Makefile: Lots of changes to support the separation of etc into
11151 architecture-dependent and -independent files:
11152 (EMACSROOT): New variable, giving the directory under which all of
11153 Emacs's libraries should be installed. Changed rest of file to
11154 use it.
11155 (LIBDIR): Now denotes only architecture-dependent dir.
11156 (DATADIR): New variable, denoting architecture-independent dir.
11157 (LOCKDIR): New variable, for completeness.
11158 (SUBDIR): No more etc, new lib-src.
11159 (COPYDIR): No more etc, new arch-lib and share-lib.
11160 (src/paths.h): Set PATH_DATA and the LOCK macros too.
11161 (src): Now depends on lib-src, not etc.
11162 * build-install: Changes parallel to the above.
11163 * README: Describe the new arrangement.
11164
11165 * vms: New subdirectory for all the VMS stuff.
11166
11167 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11168
11169 * Makefile (LISPPATH): New variable.
11170 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
11171
11172 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
11173
11174 * Makefile (install, install.sysv, install.xenix):
11175 Install wakeup instead of loadst. No need for setuid or setgid.
11176
11177 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11178
11179 * Makefile (clean): Clean etc if that's not the installation dir.
11180
11181 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11182
11183 * Makefile (paths.h): Make sed alter each name in the path.
11184
11185 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11186
11187 * Makefile (install.sysv): Use cpio, not tar.
11188
11189 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11190
11191 * Makefile (lockdir): Rename `lock' target.
11192 Depend on it from install*, not from `all'.
11193
11194 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
11195
11196 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
11197 to match build-install and paths.h.
11198
11199 ;; Local Variables:
11200 ;; coding: utf-8
11201 ;; End:
11202
11203 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
11204
11205 This file is part of GNU Emacs.
11206
11207 GNU Emacs is free software: you can redistribute it and/or modify
11208 it under the terms of the GNU General Public License as published by
11209 the Free Software Foundation, either version 3 of the License, or
11210 (at your option) any later version.
11211
11212 GNU Emacs is distributed in the hope that it will be useful,
11213 but WITHOUT ANY WARRANTY; without even the implied warranty of
11214 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11215 GNU General Public License for more details.
11216
11217 You should have received a copy of the GNU General Public License
11218 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.