Merge from trunk.
[bpt/emacs.git] / ChangeLog
1 2012-04-10 Paul Eggert <eggert@cs.ucla.edu>
2
3 configure: new option --enable-gcc-warnings (Bug#11207)
4 I have been using this change for many months in my private copy
5 of Emacs, and have used it to find several bugs. It's mature
6 enough to publish now.
7 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
8 * configure.in: Support --enable-gcc-warnings, in the style of
9 other GNU packages such as coreutils.
10 (C_WARNINGS_SWITCH): Remove, replacing with...
11 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
12 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
13 when including system files with GCC.
14 * etc/NEWS: Mention --enable-gcc-warnings.
15 * lib/Makefile.am (AM_CFLAGS): New macro.
16 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
17
18 2012-04-10 Glenn Morris <rgm@gnu.org>
19
20 * configure.in: Conditionally generate admin/unidata/Makefile.
21
22 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
23
24 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
25
26 2012-04-09 Glenn Morris <rgm@gnu.org>
27
28 * Makefile.in (leim): Check cd return value. Pass fewer variables.
29 (install-leim): Check cd return value. Pass $MFLAGS.
30 (install-strip): Pass $MFLAGS.
31
32 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
33 Eg org.texi has been using 4.7 functions for some time.
34
35 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
36
37 Check pkg-config exit status when configuring (Bug#10626).
38 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
39 works; check its exit status. Problem reported by Jordi Gutiérrez
40 Hermoso in
41 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
42
43 2012-04-07 Glenn Morris <rgm@gnu.org>
44
45 * README, configure.in (AC_INIT): Bump version to 24.1.50.
46
47 2012-04-07 Eli Zaretskii <eliz@gnu.org>
48
49 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
50
51 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
52
53 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
54 * configure.in (LIBS_TERMCAP): Default this to the result of
55 the tputs library search. Do a run-time test for the linkability
56 of tputs unless cross-compiling, as that's more reliable if the
57 link flags and libraries are messed up. Don't change LIBS as
58 a result of the test, as that may mess up later tests.
59
60 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
61
62 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
63
64 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
65 specific makefiles to support getopt_.h generation with MSVC.
66
67 2012-02-04 Glenn Morris <rgm@gnu.org>
68
69 * Makefile.in (uninstall):
70 Handle compressed info files and man pages. (Bug#10718)
71
72 2012-02-02 Glenn Morris <rgm@gnu.org>
73
74 * configure.in [HAVE_NS]:
75 Error if use --without-toolkit-scroll-bars. (Bug#10673)
76
77 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
78
79 Port to older Solaris 10 versions (Bug#10677).
80 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
81 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
82 possibly this is because Sun fixed the 'stat' bug in my version.
83 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
84 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
85 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
86 These changes are based on gnulib version
87 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
88 because Emacs is in feature freeze and we do not want to merge any
89 more-recent changes from gnulib.
90
91 2012-01-31 Glenn Morris <rgm@gnu.org>
92
93 * configure.in: Throw an explicit error if Motif toolkit was
94 requested but requirements could not be found.
95
96 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
97
98 2012-01-30 Eli Zaretskii <eliz@gnu.org>
99
100 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
101 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
102 with "make -j3".
103
104 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
105
106 * .bzrignore: Ignore etc/__pycache__.
107
108 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
109
110 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
111 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
112 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
113 by Nelson H. F. Beebe in
114 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
115
116 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
117
118 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
119
120 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
121
122 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
123 instead of LDFLAGS (Bug#10230).
124
125 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
126
127 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
128
129 Propagate configure flags to sub-configures.
130 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
131 New macros.
132 (config.status, bootstrap): Use them to propagate configure flags
133 to sub-configures.
134 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
135
136 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
137
138 * .bzrignore: Add config.cache.
139
140 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
141
142 * configure.in: Check for gtk_window_set_has_resize_grip.
143
144 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
145
146 * configure.in (HAVE_XPM): Fix typo.
147
148 2011-11-22 Glenn Morris <rgm@gnu.org>
149
150 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
151 have confusing effects on the build. (Bug#6401)
152
153 * Makefile.in (install-arch-dep): Tweak previous change.
154
155 2011-11-22 Yavor Doganov <yavor@gnu.org>
156
157 Do not install arch-dependent files in the app bundle if
158 --disable-ns-self-contained is requested. (Bug#1335)
159 * configure.in (exec_prefix, libexecdir): Define relative to
160 `ns_appbindir' only if configured for a self-contained app.
161 * Makefile.in (install-arch-dep): Test for the existence of
162 libexec in the Emacs.app bundle before executing commands.
163
164 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
165
166 * configure.in: Remove reference to src/m/ibms390.h.
167
168 2011-11-13 Glenn Morris <rgm@gnu.org>
169
170 * INSTALL: Tiny updates for disk space used during installation.
171
172 2011-11-05 Eli Zaretskii <eliz@gnu.org>
173
174 * lib/makefile.w32-in (FRC): New dummy target.
175 (TAGS): Depend on FRC.
176
177 2011-11-04 Glenn Morris <rgm@gnu.org>
178
179 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
180 Do not include GnuTLS version info in final summary message.
181
182 2011-10-31 Eli Zaretskii <eliz@gnu.org>
183
184 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
185 they exist there, else from autogen/.
186
187 * make-dist (msdos): Add depfiles.bat and inttypes.h.
188
189 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
190
191 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
192
193 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
194
195 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
196 if the library is found. Otherwise, later configure-time tests,
197 such as the test for pthread_sigmask, generate the wrong results
198 on some platforms. Problem reported for FreeBSD by Nali Toja.
199
200 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
201
202 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
203 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
204 Remove; no longer needed, now that we defer to strftime for time
205 zone names.
206
207 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
208
209 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
210
211 2011-10-18 Chong Yidong <cyd@gnu.org>
212
213 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
214
215 2011-10-13 Glenn Morris <rgm@gnu.org>
216
217 * configure.in: Also look for tputs in libcurses. (Bug#9736)
218
219 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
220
221 * configure.in: Remove check for -lintl (Bug#9713).
222 The check could break 'configure' on GNU/Linux with a (broken) libintl.
223 The check was helpful but not essential in Solaris 2.6 (1997),
224 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
225 obsolete -- Sun dropped support for it in 2006 -- and without
226 access to that Silurian platform we can't maintain the code anyway.
227
228 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
229
230 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
231 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
232 * m4/gnulib-common.m4: Merge from gnulib.
233 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
234 command not found" on powerpc-apple-darwin9.8.0.
235
236 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
237 This is now done by src/alloc.c.
238
239 2011-10-02 Richard Stallman <rms@gnu.org>
240
241 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
242 and xlinux_second_failure to xgnu_linux_second_failure.
243
244 2011-09-29 Eli Zaretskii <eliz@gnu.org>
245
246 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
247 lib/signal.in-h.
248
249 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
250 Rename signal.in.h and alloca.in.h.
251
252 2011-09-28 Eli Zaretskii <eliz@gnu.org>
253
254 * INSTALL: Mention that m17n libraries and libotf are needed for
255 Arabic shaping.
256
257 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
258
259 Merge from gnulib, improving some licensing wording.
260 This clarifies and fixes some licensing issues raised by Glenn Morris
261 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
262 It also merges the latest version of texinfo.tex and has some
263 MSVC-related changes that don't affect Emacs.
264 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
265 pathmax, and raise, since these are needed only to address
266 MSVC-related issues that Emacs doesn't have.
267 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
268 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
269 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
270 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
271 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
272 * m4/unistd_h.m4: Merge from gnulib.
273
274 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
275
276 * configure.in: Initialize HAVE_LIBXML2.
277
278 2011-09-26 Glenn Morris <rgm@gnu.org>
279
280 * make-dist: Add lib/makefile.w32-in.
281
282 2011-09-24 Glenn Morris <rgm@gnu.org>
283
284 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
285
286 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
287
288 * .dir-locals.el: Change the debbugs regexp to allow having the
289 bug number as the first thing on a line.
290
291 2011-09-15 Glenn Morris <rgm@gnu.org>
292
293 * configure.in: Make configure work with recent GNUsteps.
294 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
295 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
296 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
297
298 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
299
300 Merge from gnulib, porting to Tru64.
301 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
302 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
303 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
304 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
305 doesn't affect Emacs.
306
307 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
308
309 * configure.in (isnan): Remove now-unnecessary check.
310
311 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
312
313 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
314 This is to fix the following problems:
315 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
316 configured not to use gtk or any other thread-using library,
317 signals aren't blocked correctly.
318 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
319 and IRIX's signal handling.
320 . On Cygwin 1.7.5 it works around an incompatibility with
321 the system pthread_sigmask.
322 . On MacOS X 10.5 (32-bit), files whose inode numbers
323 exceed 2**31 cannot be read or manipulated.
324 . pthread_sigmask: Actually use results of gl_THREADLIB.
325 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
326 . find 'ar' program that fits with --host argument.
327 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
328 * autogen/README: Update destination list.
329 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
330 The autogenerated files compile, config.guess,
331 config.sub, depcomp, install-sh, and missing are now in build-aux.
332 * m4/largefile.m4: New file, so that Emacs does not mess up when
333 accessing files with large inode numbers in MacOS X 10.5 and later.
334 * m4/nocrash.m4: New file, to avoid triggering background debugger
335 and/or create core dumps during 'configure'.
336 * build-aux/move-if-change: Renamed from move-if-change.
337 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
338 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
339 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
340 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
341 * Makefile.in (epaths-force, sync-from-gnulib):
342 move-if-change is now in build-aux.
343 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
344 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
345 (mkdir): install-sh is now in build-aux.
346 * config.bat: c++defs.h is now in build-aux/snippets.
347 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
348 usual parameter).
349 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
350 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
351 to build-aux/snippet.
352 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
353 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
354 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
355 Solaris, enables MacOS extensions, and enables nocrash during
356 'configure'.
357 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
358
359 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
360
361 * configure.in (snprintf): New check.
362
363 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
364
365 * configure.in (opsys): Change pattern to *-*-linux*
366 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
367 Remove unreachable pattern hppa*-*-linux-gnu*.
368 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
369 and that can't possibly work now that src/m/hp800.h no longer exists.
370
371 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
372
373 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
374
375 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
376
377 * configure.in: Add header check: sys/socket.h (Bug#8477),
378 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
379 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
380
381 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
382
383 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
384 (HAVE_GTK_AND_PTHREAD): Remove.
385
386 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
387
388 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
389 build, not just GNUstep (Bug#9177).
390
391 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
392
393 Assume freestanding C89 headers, string.h, stdlib.h.
394 Again, this simplifies the code, and all current platforms have these.
395 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
396 (AC_HEADER_STDC): Remove.
397 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
398 (strchr, strrchr): Remove fallback macros.
399
400 Assume support for memcmp, memcpy, memmove, memset.
401 This simplifies the code a bit. All current platforms have these,
402 as they are required for C89. If this turns into a problem we
403 can add the gnulib modules for these (a 1-line change to Makefile.in).
404 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
405
406 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
407
408 * GNUmakefile: New file.
409 This is for convenience, so that one can run GNU make in an
410 unconfigured source tree, and get a default build.
411
412 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
413
414 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
415
416 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
417
418 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
419 so as to suppress address randomization (Bug#8395).
420
421 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
422
423 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
424 This fixes a build problem on older Mac OS X hosts.
425
426 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
427 test, which runs afoul of Automake installations where, for example,
428 /usr/share/aclocal contains a copy of gl_THREADLIB.
429 Problem reported by Sven Joachim in
430 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
431 This is just a quick temporary fix, specific to Emacs; I'll work
432 with the other gnulib maintainers to get a more-permanent fix.
433
434 Add gnulib's strtoimax module, needed on Solaris 8.
435 * Makefile.in (GNULIB_MODULES): Add strtoimax.
436 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
437 automatically imported from gnulib.
438 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
439
440 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
441
442 Add gnulib support for pthread_sigmask (Bug#9010).
443 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
444 * configure.in (AC_TYPE_UID_T): New dummy macro.
445 Configure gnulib after adjusting LIBS,
446 so that gnulib can assume the libraries in LIBS.
447 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
448 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
449 * lib/pthread_sigmask.c:
450 New files, automatically imported from gnulib.
451 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
452 due to the above changes.
453 * .bzrignore: Add lib/signal.h.
454
455 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
456
457 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
458
459 * configure.in (maintainer-mode): Reflect default in help string.
460
461 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
462
463 * configure.in: Remove reference to iris4d.h.
464
465 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
466
467 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
468
469 2011-07-01 Glenn Morris <rgm@gnu.org>
470
471 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
472
473 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
474
475 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
476 which made ./configure infloop.
477
478 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
479
480 * configure.in (gsettings): New option and check for GSettings.
481
482 2011-06-29 Glenn Morris <rgm@gnu.org>
483
484 * configure.in: Try to test for the required crt*.o files.
485
486 2011-06-27 Bill Wohler <wohler@newt.com>
487
488 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
489
490 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
491
492 Use gnulib's dup2 module instead of rolling our own.
493 * Makefile.in (GNULIB_MODULES): Add dup2.
494 * configure.in: Do not check for dup2; gnulib does that now.
495 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
496
497 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
498
499 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
500
501 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
502
503 Use gnulib's alloca-opt module.
504 * .bzrignore: Add lib/alloca.h.
505 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
506 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
507 as gnulib now does that for us. Put alloca check in config.h.
508 Include <alloca.h> before any other include file, for AIX 3.
509 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
510 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
511
512 2011-06-21 Leo Liu <sdl.web@gmail.com>
513
514 * m4/sha256.m4:
515 * m4/sha512.m4:
516 * m4/gl-comp.m4:
517 * lib/u64.h:
518 * lib/sha256.c:
519 * lib/sha256.h:
520 * lib/sha512.c:
521 * lib/sha512.h:
522 * lib/makefile.w32-in (GNULIBOBJS):
523 * lib/gnulib.mk:
524 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
525 crypto/sha512 modules from gnulib.
526
527 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
528
529 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
530
531 2011-06-17 Glenn Morris <rgm@gnu.org>
532
533 * configure.in: Restore the behavior of checking crt-dir only
534 when the user specified it (not all platforms use it).
535
536 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
537
538 * m4/lstat.m4: Merge from gnulib (Bug#8878).
539
540 2011-06-16 Miles Bader <miles@gnu.org>
541
542 * configure.in: Try to determine CRT_DIR automatically when
543 using gcc.
544
545 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
546
547 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
548 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
549 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
550 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
551 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
552 Merge from gnulib.
553
554 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
555
556 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
557
558 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
559
560 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
561
562 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
563
564 * configure.in: Add --with-wide-int.
565 * INSTALL: Mention this.
566
567 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
568
569 Merge from gnulib.
570 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
571
572 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
573
574 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
575
576 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
577
578 Use 'inline', not 'INLINE'.
579 * configure.in (INLINE): Remove.
580
581 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
582
583 Adjust to recent gnulib change for @GUARD_PREFIX@.
584 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
585 All uses of _GL_ for guard prefixes in lib/*.h replaced with
586 _@GUARD_PREFIX@_.
587
588 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
589
590 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
591
592 2011-05-24 Glenn Morris <rgm@gnu.org>
593
594 * Makefile.in (check): Just give a message if no test/ directory.
595
596 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
597
598 * configure.in (OPT_MAKEFILES_IN): Remove.
599 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
600 (SUBDIR_MAKEFILES_IN): New output variable.
601 * Makefile.in (OPT_MAKEFILES_IN): Remove.
602 (SUBDIR_MAKEFILES_IN): Let configure set it.
603
604 2011-05-24 Leo Liu <sdl.web@gmail.com>
605
606 * m4/sha1.m4:
607 * m4/gl-comp.m4:
608 * lib/sha1.h:
609 * lib/sha1.c:
610 * lib/makefile.w32-in (GNULIBOBJS):
611 * lib/gnulib.mk:
612 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
613
614 2011-05-24 Glenn Morris <rgm@gnu.org>
615
616 * configure.in: Remove test for already configured source directory.
617 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
618
619 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
620
621 2011-05-24 Glenn Morris <rgm@gnu.org>
622
623 * make-dist: Don't distribute test/. (Bug#8107)
624 * configure.in (OPT_MAKEFILES_IN): New output variable.
625 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
626 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
627 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
628 (check): Give an explicit error if test/ is not present.
629
630 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
631 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
632 (Makefile): Use $SUBDIR_MAKEFILES_IN.
633
634 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
635
636 * lib/verify.h: Merge from gnulib.
637
638 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
639
640 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
641 Merge from gnulib.
642
643 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
644
645 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
646
647 2011-05-20 Eli Zaretskii <eliz@gnu.org>
648
649 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
650
651 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
652
653 2011-05-20 Glenn Morris <rgm@gnu.org>
654
655 * configure.in (lisp_frag): New output file.
656
657 2011-05-19 Glenn Morris <rgm@gnu.org>
658
659 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
660 (WINDOW_SUPPORT): Remove output variables that are no longer used.
661
662 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
663
664 * lib/gnulib.mk:
665 * lib/intprops.h:
666 * lib/unistd.in.h:
667 * m4/inttypes.m4:
668 * m4/stdint.m4:
669 * m4/unistd_h.m4: Sync from gnulib.
670
671 2011-05-14 Glenn Morris <rgm@gnu.org>
672
673 * configure.in: Treat failure to find an X toolkit the same way we treat
674 failure to find X and image support.
675
676 2011-05-12 Glenn Morris <rgm@gnu.org>
677
678 * Makefile.in (src, install-arch-indep, bootstrap-clean)
679 (check-declare): Shell portability fixes. (Bug#8642)
680
681 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
682
683 * configure.in: Require GnuTLS 2.6.x or higher.
684
685 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
686
687 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
688 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
689 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
690
691 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
692 This new gnulib-tool option saves 'configure' the trouble of
693 checking for strtoull when strtoumax exists.
694
695 * configure.in (BITS_PER_LONG_LONG): New macro.
696
697 2011-05-05 Glenn Morris <rgm@gnu.org>
698
699 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
700 (top_distclean): Delete config.log~.
701
702 2011-04-27 Ben Key <bkey76@gmail.com>
703
704 * configure.in: Fixed a bug that caused configure with
705 --enable-checking=stringoverrun to have no effect.
706
707 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
708
709 * configure.in: Suppress unnecessary checks for size_t.
710 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
711 (size_t): Do not check for this, and do not typedef. This code
712 is never exercised now.
713
714 * Makefile.in (GNULIB_MODULES): Add strtoumax.
715 This is needed for the new integer-reading code in lread.c.
716 It automatically pulls in the following gnulib files, which
717 are used on old-fashioned platforms that don't have strtoumax:
718 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
719 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
720 m4/strtoull.m4, m4/strtoumax.m4.
721 * .bzrignore: Add lib/inttypes.h.
722
723 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
724
725 * configure.in: Check for GnuTLS certificate verify callbacks.
726
727 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
728
729 * Makefile.in (config.status): Don't erase in case of error.
730 In case it disappeared, rebuild it with `configure'.
731
732 2011-04-20 Ken Brown <kbrown@cornell.edu>
733
734 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
735
736 2011-04-12 Glenn Morris <rgm@gnu.org>
737
738 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
739
740 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
741
742 * lib/allocator.c: New file, automatically generated by gnulib.
743
744 2011-04-07 Glenn Morris <rgm@gnu.org>
745
746 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
747
748 2011-04-06 Eli Zaretskii <eliz@gnu.org>
749
750 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
751 Revert last change.
752
753 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
754
755 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
756 ($(BLD)/careadlinkat.$(O)): New target.
757 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
758 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
759 Update dependencies.
760
761 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
762
763 Fix more problems found by GCC 4.6.0's static checks.
764
765 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
766
767 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
768 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
769 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
770 * m4/ssize_t.m4: New files, automatically generated from gnulib.
771
772 2011-04-06 Glenn Morris <rgm@gnu.org>
773
774 * autogen/update_autogen: Handle loaddefs-like files as well.
775 (usage): Add -l, -C.
776 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
777 With -l, check status of lisp/ as well.
778 With -C, clean before building.
779 (autoreconf): Only pass -f in the `clean' case.
780 (commit): New function.
781
782 2011-03-28 Glenn Morris <rgm@gnu.org>
783
784 * autogen/update_autogen: Pass -f to autoreconf.
785
786 * autogen.sh (get_version): Discard "not found" lines.
787 (check_version): Respect $AUTOCONF etc environment variables.
788
789 2011-03-27 Glenn Morris <rgm@gnu.org>
790
791 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
792 (AH_BOTTOM): Do not define SIGTYPE.
793
794 2011-03-26 Glenn Morris <rgm@gnu.org>
795
796 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
797 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
798
799 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
800
801 * autogen/update_autogen: Remove useless function keyword.
802
803 2011-03-25 Eli Zaretskii <eliz@gnu.org>
804
805 * config.bat: Generate src/config.h and lib/Makefile from
806 autogen/config.in and autogen/Makefile.in.
807
808 2011-03-25 Glenn Morris <rgm@gnu.org>
809
810 * compile, config.guess, config.sub, depcomp, install-sh, missing:
811 Remove; autoreconf can supply them.
812 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
813 config.guess, install-sh. Pass -i to autoreconf.
814 * autogen/update_autogen (genfiles): Add compile, config.guess,
815 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
816 Discard non-error output from autoreconf in -q case.
817 * autogen/compile, autogen/config.guess, autogen/config.sub:
818 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
819 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
820 install-sh, missing.
821
822 2011-03-23 Glenn Morris <rgm@gnu.org>
823
824 * autogen/update_autogen: Fix typo.
825 (msg): Remove function; use `exec' instead.
826
827 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
828 (sync-from-gnulib): Don't sync mkinstalldirs.
829 * make-dist: Don't distribute mkinstalldirs.
830
831 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
832
833 Fix more problems found by GCC 4.5.2's static checks.
834 * Makefile.in (GNULIB_MODULES): Add socklen.
835 * configure.in: Do not check for sys/socket.h, since socklen does that.
836 * m4/socklen.m4: New automatically-generated file, from gnulib.
837
838 fakemail: Remove dependency on ignore-value.
839 * Makefile.in (GNULIB_MODULES): Add stdio.
840 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
841 imported from gnulib.
842 * .bzrignore: Add lib/stdio.h.
843
844 2011-03-22 Glenn Morris <rgm@gnu.org>
845
846 * autogen/copy_autogen: Work from ./ or ../.
847 Fix time-stamps.
848 * autogen.sh: Doc fix.
849
850 2011-03-20 Glenn Morris <rgm@gnu.org>
851
852 * autogen/: New directory, to be excluded from releases.
853 * autogen/copy_autogen, autogen/update_autogen: New scripts.
854 * autogen/README: New file.
855 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
856 * autogen/Makefile.in: Add auto-updated generated files.
857 * autogen.sh: No longer a no-op, now it tests for autotools
858 and runs them as necessary.
859 * configure.in: Default maintainer-mode to on.
860 * aclocal.m4, configure, lib/Makefile.in: Remove files.
861
862 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
863
864 Update for gnulib.
865 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
866 includes <intprops.h> directly.
867 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
868 when building Emacs on Solaris 9 and running it on Solaris 10.
869
870 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
871
872 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
873
874 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
875
876 * Version 23.3 released.
877
878 2011-03-06 Glenn Morris <rgm@gnu.org>
879
880 * configure.in (FREETYPE_LIBS): Actually set it to something.
881
882 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
883
884 Work around some portability problems with symlinks.
885
886 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
887 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
888 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
889 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
890 * m4/symlink.m4:
891 New files, automatically generated from gnulib.
892 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
893 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
894
895 2011-02-26 Eli Zaretskii <eliz@gnu.org>
896
897 * .bzrignore: Ignore new lib/*.in-h files.
898
899 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
900 depfiles.bat even if lib/deps already exist.
901
902 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
903
904 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
905 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
906 recent changes to configure.in and to gnulib.
907
908 2011-02-24 Glenn Morris <rgm@gnu.org>
909
910 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
911 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
912
913 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
914
915 Assume S_ISLNK etc. work, since gnulib supports this.
916 * Makefile.in (GNULIB_MODULES): Add sys_stat.
917 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
918 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
919 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
920
921 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
922
923 * lib/min-max.h: New file, for "min" and "max".
924
925 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
926
927 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
928 $(EMACS_ROOT)/nt/inc/stdint.h.
929
930 2011-02-21 Eli Zaretskii <eliz@gnu.org>
931
932 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
933 src/makefile.w32-in and adapt. Depend on stamp_BLD.
934 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
935
936 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
937
938 Import filemode module from gnulib.
939 * .bzrignore: Add lib/sys/.
940 * Makefile.in (GNULIB_MODULES): Add filemode.
941 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
942 * lib/filemode.c: Renamed from src/filemode.c and regenerated
943 from gnulib. This adds support for some more file types, e.g.,
944 Cray DMF migrated files.
945 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
946 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
947 * m4/sys_stat_h.m4: New files, generated from gnulib.
948 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
949 Regenerate.
950
951 2011-02-20 Eli Zaretskii <eliz@gnu.org>
952
953 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
954 $(EMACS_ROOT)/nt/inc/sys/stat.h.
955
956 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
957
958 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
959 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
960 is no longer needed, due to the recent SSDATA and related changes.
961 Perhaps -Wno-pointer-sign should also be removed from
962 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
963 way to test this so I left it alone.
964 * configure: Regenerate.
965
966 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
967
968 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
969 src/makefile.w32-in.
970
971 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
972
973 Import crypto/md5 and stdint modules from gnulib.
974 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
975 Regenerate.
976 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
977 Import the new versions from gnulib; they assume a C99-style
978 <stdint.h>, supplied by the stdint module.
979 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
980 imported from gnulib.
981 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
982 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
983 special cases.
984
985 2011-02-19 Eli Zaretskii <eliz@gnu.org>
986
987 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
988 Add lib/deps/.
989
990 * config.bat: Configure in `lib'.
991 Generate *.Po files in lib/deps.
992
993 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
994
995 Import IRIX 6.5 getloadavg fixes from gnulib.
996 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
997
998 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
999
1000 Import getloadavg module from gnulib.
1001 * .bzrignore: Add lib/stdlib.h.
1002 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1003 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1004 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1005 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1006 Remove; gnulib does this now.
1007 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1008 from gnulib. This adds support for several other systems, such
1009 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
1010 buffer overrun on Linux hosts under very high load, and on hosts
1011 that maintain a channel to the load average file it makes sure
1012 the file descriptor is close-on-exec (on hosts that support this)
1013 and is not stdin, stdout, or stderr.
1014 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1015 from gnulib.
1016 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1017 * src/config.in: Regenerate.
1018
1019 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1020
1021 Merge from gnulib.
1022
1023 * install-sh: Update to scriptversion 2011-01-19.21.
1024
1025 2011-02-13 Bruno Haible <bruno@clisp.org>
1026
1027 Consistent macro naming for macros that use GCC __attribute__.
1028 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1029 ATTRIBUTE_DEPRECATED.
1030
1031 2011-02-12 Bruno Haible <bruno@clisp.org>
1032
1033 setlocale: Prefer gnulib's override over libintl's override.
1034 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1035 GNULIB_defined_setlocale is set.
1036
1037 2011-02-13 Glenn Morris <rgm@gnu.org>
1038
1039 * make-dist: Exclude generated file src/globals.h.
1040
1041 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
1042
1043 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1044 Sync from gnulib, which has been patched to fix the problem
1045 with the license notices. Problem reported by Glenn Morris in
1046 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1047
1048 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1049
1050 * .bzrignore: Ignore globals.h and related stamp.
1051
1052 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1053
1054 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1055 This merges the following fix from gnulib:
1056
1057 2011-02-08 Bruno Haible <bruno@clisp.org>
1058
1059 Split large sed scripts, for HP-UX sed.
1060
1061 2011-02-08 Tom Tromey <tromey@redhat.com>
1062
1063 * configure: Rebuild.
1064 * configure.in (NS_OBJC_OBJ): New subst.
1065
1066 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
1067
1068 gnulib: allow multiple gnulib generated replacements to coexist
1069 This defines a few preprocessor symbols that should not affect Emacs.
1070 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
1071 via "make sync-from-gnulib".
1072
1073 gnulib: undo previous change
1074 The upstream _HEADERS change was backed out of gnulib (see the
1075 same thread). Stay in sync with gnulib.
1076
1077 gnulib: adjust to upstream _HEADERS change
1078 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
1079 New empty macros, to accommodate recent changes to gnulib. See
1080 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
1081 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
1082 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
1083 * lib/time.in.h, lib/unistd.in.h:
1084 Regenerate.
1085
1086 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
1087
1088 sync from gnulib to remove HAVE_STDBOOL_H
1089 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
1090 AC_HEADER_STDBOOL. All uses changed. Do not define
1091 HAVE_STDBOOL_H, as gnulib does not need this. This change is
1092 imported from the latest Autoconf git. It was motivated by Emacs,
1093 which uses gnulib but does not need HAVE_STDBOOL_H.
1094 * configure, src/config.in: Regenerate.
1095 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
1096
1097 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1098
1099 allow C code to suppress warnings about ignored return values
1100 * Makefile.in (GNULIB_MODULES): Add ignore-value.
1101 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1102 * lib/ignore-value.h: New file.
1103
1104 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1105
1106 * configure.in: Test existence of xaw3d library, not just the
1107 header (Bug#7642).
1108
1109 2011-01-31 Eli Zaretskii <eliz@gnu.org>
1110
1111 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
1112 $(BLD)/time_r.$(O).
1113 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
1114 $(EMACS_ROOT)/src/m/intel386.h.
1115 ($(BLD)/strftime.$(O)):
1116 ($(BLD)/time_r.$(O)): Define prerequisites.
1117
1118 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
1119
1120 src/emacs.c now gets version number from configure.in
1121 * configure.in (version): Set this from $PACKAGE_VERSION,
1122 which is set from AC_INIT, rather than scouting through src/emacs.c.
1123 * configure: Regenerate.
1124 * make-dist (version): Get it from configure.in, not src/emacs.c.
1125
1126 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1127
1128 strftime: import from gnulib
1129 * Makefile.in (GNULIB_MODULES): Add strftime.
1130 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
1131 needed.
1132 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1133 Regenerate.
1134 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
1135 imported from gnulib.
1136 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
1137 This incorporates many changes from gnulib, including simpler
1138 handling of multibyte formats, porting to mingw32 and other
1139 platforms, and support for higher-resolution time stamps.
1140 Emacs does not yet use the higher-resolution interface.
1141
1142 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1143
1144 gnulib: import mktime and move-if-change fixes from gnulib
1145
1146 * configure: Regenerate from the following.
1147
1148 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1149
1150 mktime: clarify long_int width checking
1151 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
1152 the top level, to make it clearer that the assumption about
1153 long_int width is being checked. See
1154 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
1155
1156 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
1157
1158 TYPE_MAXIMUM: avoid theoretically undefined behavior
1159 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
1160 negative number, which the C Standard says has undefined behavior.
1161 In practice this is not a problem, but might as well do it by the book.
1162 Reported by Rich Felker and Eric Blake; see
1163 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
1164 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1165 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
1166
1167 mktime: #undef mktime before #defining it
1168 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
1169
1170 mktime: systematically normalize tm_isdst comparisons
1171 * lib/mktime.c (isdst_differ): New function.
1172 (__mktime_internal): Use it systematically for all isdst comparisons.
1173 This completes the fix for libc BZ #6723, and removes the need for
1174 normalizing tm_isdst. See
1175 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
1176 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
1177
1178 mktime: fix some integer overflow issues and sidestep the rest
1179
1180 This was prompted by a bug report by Benjamin Lindner for MinGW
1181 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
1182 His bug is due to signed integer overflow (0 - INT_MIN), and I
1183 I scanned through mktime.c looking for other integer overflow
1184 problems, fixing all the bugs I found.
1185
1186 Although the C Standard says the resulting code is still not safe
1187 in the presence of integer overflow, in practice it should be good
1188 enough for all real-world two's-complement implementations, except
1189 for debugging environments that deliberately trap on integer
1190 overflow (e.g., gcc -ftrapv).
1191
1192 * lib/mktime.c (WRAPV): New macro.
1193 (SHR): Also check that long_int and time_t shift right in the
1194 usual way, before using the fast-but-unportable method.
1195 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
1196 used. The code already assumed two's complement, so there's
1197 no need to test for alternatives. All uses removed.
1198 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
1199 the C standard. Problem reported by Rich Felker in
1200 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
1201 (twos_complement_arithmetic): Also check long_int and time_t.
1202 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
1203 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
1204 (__mktime_internal): Avoid integer overflow with unary subtraction
1205 in two instances where -1 - X is an adequate replacement for -X,
1206 since the calculations are approximate.
1207
1208 2011-01-29 Eric Blake <eblake@redhat.com>
1209
1210 mktime: avoid infinite loop
1211 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
1212 type; behavior is still undefined but portable to all known targets.
1213 Reported by Rich Felker.
1214
1215 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1216
1217 mktime: avoid problems on NetBSD 5 / i386
1218 * lib/mktime.c (long_int): New type. This works around a problem
1219 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
1220 but time_t is 64 bits, and where I expect the existing code is
1221 wrong in some cases.
1222 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
1223 (ydhms_diff): Bring back the compile-time check for wide-enough
1224 year and yday.
1225
1226 mktime: fix misspelling in comment
1227 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
1228 This merges all recent glibc changes of importance.
1229
1230 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1231
1232 move-if-change: cope with concurrent mv of identical file.
1233 * move-if-change (CMPPROG): Accept environment
1234 variable as an override for `cmp'.
1235 (usage): Document CMPPROG.
1236 Adjust comparison to drop stdout. Cope with failure of mv if
1237 the target file exists and is identical to the source, for
1238 parallel builds.
1239 Report from H.J. Lu against binutils in PR binutils/12283.
1240
1241 2011-01-29 Eli Zaretskii <eliz@gnu.org>
1242
1243 * lib/makefile.w32-in:
1244 * lib/getopt_.h: New files.
1245
1246 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1247
1248 improve fix for MS-DOS file name clash
1249 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
1250 for portability to POSIX make. Reported by Bruno Haible.
1251 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
1252 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
1253 files from accumulating as garbage. Also reported by Bruno Haible.
1254
1255 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
1256
1257 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
1258 * Makefile.in (DOS-gnulib-comp.m4): New macro.
1259 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
1260 problems with MS-DOS 8+3 file name restrictions.
1261 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
1262 it, it would also cause problems when extracting Emacs distribution
1263 tarballs on MS-DOS hosts.
1264 (ACLOCAL_INPUTS): Adjust to file renaming.
1265 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
1266 * config.guess, config.sub: Sync from gnulib.
1267 * m4/gnulib-cache.m4: Remove from repository.
1268 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
1269
1270 2011-01-25 Glenn Morris <rgm@gnu.org>
1271
1272 * README: Add a note about ranges in copyright years.
1273
1274 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
1275
1276 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
1277
1278 * configure.in: Add HP-UX on IA64 (Bug#6811).
1279
1280 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
1281
1282 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
1283 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
1284 as it is no longer needed.
1285 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
1286 * configure.in: Invoke the new gnulib macro
1287 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
1288 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
1289 * m4/getopt.m4: Sync from gnulib; this removes the need for
1290 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
1291 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
1292 New macro, synced from gnulib.
1293 * m4/warn-on-use.m4: Remove.
1294
1295 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
1296
1297 aclocal.m4: put this file back into repository
1298 This way, we don't have to assume that the maintainer has
1299 the automake package installed. See
1300 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
1301 * .bzrignore: Remove aclocal.m4, undoing the previous change.
1302 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
1303 undoing the previous change.
1304 * aclocal.m4: New file (actually, resurrected).
1305
1306 2011-01-22 Miles Bader <miles@gnu.org>
1307
1308 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
1309 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
1310 Emacs directly uses fontconfig, and breaks building when using a
1311 strict linker).
1312
1313 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
1314
1315 src/config.in: shrink slightly
1316 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
1317 This makes src/config.in a bit smaller, by removing identifiers
1318 like GNULIB_TEST_MKTIME that Emacs does not need.
1319 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
1320 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1321 Sync from gnulib. This removes a few more unnecessary symbols from
1322 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
1323 * configure, src/config.in: Regenerate.
1324
1325 aclocal.m4: tweaks to regenerate more conveniently
1326 This attempts to act better when the source is in a weird state. See
1327 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
1328 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
1329 * .bzrignore: Add aclocal.m4.
1330
1331 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
1332
1333 aclocal.m4: omit auto-generated file from repository
1334 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
1335 the most recent change here.
1336 * aclocal.m4: Remove from bzr repository. This file is
1337 auto-generated and isn't needed to run 'configure'. See
1338 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
1339
1340 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
1341
1342 Minor Makefile.in tweaks to build from gnulib better.
1343 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
1344 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
1345 (top_maintainer_clean): Don't remove aclocal.m4.
1346
1347 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
1348
1349 Minor cleanups for 'bzr status'
1350 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
1351 the output of config.guess.
1352 * Makefile.in (top_distclean): Remove stamp-h1 too.
1353
1354 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
1355 defined if the compiler supports GCC-style __attribute__
1356 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
1357 this syntax.
1358
1359 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
1360
1361 Makefile.in: tidy up the building of lib
1362 * Makefile.in (am--refresh): Mark as .PHONY.
1363 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
1364 as they're not rebuilt unless you do a "make sync-from-gnulib"
1365 and the former is needed for "configure".
1366 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
1367 has already removed lib/Makefile.
1368
1369 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
1370 This avoids building ftoastr and ldtoastr, which aren't needed. See
1371 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
1372
1373 * .bzrignore: Add .h files that are host-dependent.
1374 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
1375 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
1376 host-dependent and are built as part of an ordinary 'make', and
1377 should not be checked in.
1378
1379 * lib/Makefile.in: Regenerate.
1380 * lib/COPYING: New file, a copy of COPYING.
1381
1382 * configure: Regenerate.
1383 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
1384
1385 Regenerate.
1386 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1387 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
1388 New files, copied from gnulib by gnulib-tool.
1389 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
1390 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1391 Regenerate.
1392
1393 Use gnulib's getopt-gnu module.
1394 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
1395 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
1396 representative of the dependencies.
1397 * configure.in: Do not configure getopt, as gnulib does that now.
1398 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
1399 getopt now, in lib.
1400
1401 Regenerate.
1402 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
1403 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1404 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
1405 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
1406 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
1407 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
1408 * m4/wchar_t.m4, warn-on-use.h:
1409 New files, copied from gnulib by gnulib-tool.
1410 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1411 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1412 Regenerate.
1413
1414 Use gnulib's mktime module.
1415 * Makefile.in (GNULIB_MODULES): Add mktime.
1416 * configure.in: Remove code no longer needed, as gnulib now does it.
1417 (AC_CHECK_FUNCS): Remove mktime.
1418 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
1419 (__restrict): Remove, as this now gets in the way of the C99
1420 support for 'restrict' pulled in by the gnulib mktime module.
1421 Code should now use 'restrict' and not '__restrict".
1422 (mktime): Remove.
1423 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
1424 and warn-on-use.h into the distribution.
1425
1426 Regenerate.
1427 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
1428 * lib/ldtoastr.c, m4/c-strtod.m4:
1429 New files, copied from gnulib by gnulib-tool.
1430 * lib/dummy.c: Remove.
1431 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1432 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1433 Regenerate.
1434
1435 Use gnulib's ftoastr module.
1436 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
1437
1438 Regenerate.
1439 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
1440 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
1441 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
1442 New files, generated automatically, with 'make sync-from-gnulib'
1443 followed by 'make'.
1444 * configure, lisp/dired.el, src/config.in: Regenerate.
1445
1446 Automate syncing from gnulib.
1447 * INSTALL, README: Document new subdirectory 'lib'.
1448 * Makefile.in (SUBDIR): Add lib.
1449 (SUBDIR_MAKEFILES): Add lib/Makefile.
1450 (lib-src, src, TAGS, tags): Depend on lib.
1451 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
1452 ($(gnulib_srcdir)): New rule.
1453 (sync-from-gnulib): New rule, which is .PHONY.
1454 (lib): New rule, which is like lib-src.
1455 (Makefile): Depend on lib/Makefile.in.
1456 (AUTOCONF_INPUTS): Depend on aclocal.m4.
1457 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
1458 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
1459 (am--refresh): New rule, to pacify Automake.
1460 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
1461 Clean lib, too.
1462 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
1463 droppings.
1464 (maintainer-clean, extraclean): Use it.
1465 * configure.in: Initialize for automake and gnulib, by invoking
1466 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
1467 lib/Makefile, too. Use automake to build gnulib, as gnulib works
1468 more conveniently with automake.
1469 * lib/Makefile.am: New file.
1470 * make-dist: Also put into the distribution aclocal.m4,
1471 compile, depcomp, missing, and the files under lib/.
1472
1473 2011-01-15 Glenn Morris <rgm@gnu.org>
1474
1475 * Makefile.in (epaths-force): No more arch-tag to edit.
1476
1477 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
1478
1479 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
1480
1481 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
1482
1483 * make-dist: Distribute test/ files too.
1484 Distribute every file under test/ that is under version control,
1485 using patterns like *.el to capture files that are added later.
1486 Without this change, "configure" would fail, because it would
1487 attempt to build from a Makefile.in that was not distributed.
1488
1489 2011-01-13 Christian Ohler <ohler@gnu.org>
1490
1491 * Makefile.in (INFO_FILES): Add ERT.
1492
1493 * Makefile.in (check): Run tests in test/automated.
1494
1495 * Makefile.in:
1496 * configure.in: Add test/automated/Makefile.
1497
1498 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1499
1500 * install-sh, mkinstalldirs, move-if-change: Update from master
1501 source in gnulib.
1502
1503 * config.guess, config.sub: Updated from master source.
1504
1505 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
1506
1507 * configure.in: Check for __builtin_unwind_init.
1508
1509 2011-01-05 Glenn Morris <rgm@gnu.org>
1510
1511 * configure.in (HAVE_MAKEINFO): New output variable.
1512 (MAKEINFO): Reset to "makeinfo" if not found.
1513 * Makefile.in (install-arch-indep, info):
1514 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
1515
1516 2010-12-29 Ulrich Mueller <ulm@gentoo.org>
1517
1518 * configure.in: Make gameuser configurable (Bug#7717).
1519
1520 2010-12-15 Glenn Morris <rgm@gnu.org>
1521
1522 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
1523 long absent lib-src/fns-*.el.
1524
1525 2010-12-11 Glenn Morris <rgm@gnu.org>
1526
1527 * make-dist: Exclude etc/*.pyc.
1528
1529 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
1530
1531 * configure.in: Don't double machfile in final message.
1532
1533 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
1534
1535 * configure.in: Fix last change.
1536
1537 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
1538
1539 * configure.in: Remove reference to removed machine description
1540 files and allow $machine and $machfile to be empty. Substitute
1541 M_FILE/S_FILE instead of machfile/opsysfile.
1542
1543 2010-12-03 Glenn Morris <rgm@gnu.org>
1544
1545 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
1546
1547 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
1548
1549 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
1550 (EXTERNALLY_VISIBLE): New definition.
1551
1552 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1553
1554 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
1555
1556 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1557
1558 * configure.in: Do not check for unconditionally included headers.
1559
1560 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1561
1562 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
1563
1564 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
1565
1566 * configure.in: Don't write a warning for D-Bus anymore.
1567
1568 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
1569
1570 * configure.in: Fix indentation.
1571
1572 2010-10-31 Ken Brown <kbrown@cornell.edu>
1573
1574 * configure.in (checking whether localtime caches TZ): Use
1575 unsetenv instead of modifying environment directly.
1576
1577 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
1578
1579 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
1580 to avoid warning.
1581
1582 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1583
1584 * configure.in: Remove the BROKEN annotation from GnuTLS.
1585
1586 2010-10-22 Glenn Morris <rgm@gnu.org>
1587
1588 * make-dist: Avoid listing .el files twice. Don't try to run
1589 autoconf if --no-update.
1590
1591 2010-10-20 Glenn Morris <rgm@gnu.org>
1592
1593 * make-dist: No longer create lisp/MANIFEST.
1594
1595 2010-10-14 Glenn Morris <rgm@gnu.org>
1596
1597 * BUGS, INSTALL.BZR, README: Updates.
1598
1599 2010-10-13 Glenn Morris <rgm@gnu.org>
1600
1601 * make-dist: Remove --compress. Check for the appropriate
1602 gzip-like executable, and if not found, don't compress.
1603 Check version number in README, don't change it.
1604 Use find for nt/inc/*.h.
1605
1606 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1607
1608 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
1609 trailing / from directory names.
1610
1611 2010-10-12 Glenn Morris <rgm@gnu.org>
1612
1613 * make-dist: Update and simplify.
1614
1615 2010-10-12 Eli Zaretskii <eliz@gnu.org>
1616
1617 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
1618
1619 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
1620
1621 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
1622
1623 2010-10-09 Glenn Morris <rgm@gnu.org>
1624
1625 * make-dist: No more doc/emacs/*.texi.in.
1626
1627 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
1628
1629 2010-10-09 Glenn Morris <rgm@gnu.org>
1630
1631 * configure.in: Combine some conditionals.
1632
1633 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
1634 * make-dist: Include doc/emacs/*.texi.in.
1635
1636 * INSTALL, make-dist: Remove references to b2m.
1637 * Makefile.in (MAN_PAGES): Remove b2m.1.
1638
1639 2010-10-05 Glenn Morris <rgm@gnu.org>
1640
1641 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
1642
1643 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
1644
1645 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
1646
1647 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
1648
1649 * configure.in: Include stdlib.h and string.h unconditionally.
1650
1651 2010-09-29 Romain Francoise <romain@orebokech.com>
1652
1653 * configure.in: Don't enable ImageMagick unless HAVE_X11.
1654
1655 2010-09-28 Glenn Morris <rgm@gnu.org>
1656
1657 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
1658 happy.
1659
1660 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1661
1662 * configure.in: Enable imagemagick by default.
1663
1664 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1665
1666 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
1667 GnuTLS libraries.
1668
1669 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1670
1671 * configure.in: Set up GnuTLS.
1672
1673 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
1674
1675 * configure.in: Announce whether libxml2 is linked to.
1676
1677 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1678
1679 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
1680
1681 2010-09-18 Eli Zaretskii <eliz@gnu.org>
1682
1683 * config.bat: Detect that libxml2 is installed and if so, build
1684 with it.
1685
1686 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1687
1688 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
1689 be used. This fixes a conf problem on Mac OS X.
1690
1691 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1692
1693 * configure.in: Check for libxml2.
1694
1695 2010-09-09 Glenn Morris <rgm@gnu.org>
1696
1697 * make-dist: No more TODO files under lisp/.
1698
1699 2010-09-04 Eli Zaretskii <eliz@gnu.org>
1700
1701 * config.bat: Produce lisp/gnus/_dir-locals.el from
1702 lisp/gnus/.dir-locals.el.
1703
1704 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
1705
1706 * configure.in: Fix check for librsvg, imagemagick and
1707 MagickExportImagePixels.
1708
1709 2010-08-18 Joakim Verona <joakim@verona.se>
1710
1711 * Makefile.in, configure.in: Checks for ImageMagick.
1712
1713 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
1714
1715 * configure.in (AC_PREREQ): Require autoconf 2.65.
1716
1717 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1718
1719 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
1720
1721 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
1722
1723 * configure.in: Add AC_C_BIGENDIAN.
1724
1725 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1726
1727 * configure.in (ORDINARY_LINK): Use on hpux* too.
1728
1729 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1730
1731 * configure.in: Check for util.h.
1732 Use -Wimplicit-function-declaration if compiler supports it.
1733
1734 2010-08-05 Eli Zaretskii <eliz@gnu.org>
1735
1736 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
1737
1738 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
1739
1740 * configure.in: Restore accidentally removed use of
1741 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
1742
1743 2010-07-29 Chad Brown <yandros@mit.edu>
1744
1745 * configure.in: Check for dirent.h.
1746
1747 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1748
1749 * configure.in: Remove reference to usg5-4, unused.
1750
1751 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
1752
1753 * configure.in: Check for __executable_start.
1754
1755 2010-07-24 Ken Brown <kbrown@cornell.edu>
1756
1757 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
1758
1759 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
1760
1761 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
1762
1763 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
1764
1765 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
1766
1767 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1768
1769 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
1770 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
1771 (C_OPTIMIZE_SWITCH): Remove.
1772 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
1773
1774 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1775
1776 * configure.in: Don't check for index and rindex, check for strchr
1777 and strrchr. Define strchr and strrchr as index and rindex,
1778 resp., in src/config.h if not available.
1779
1780 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
1781
1782 * configure.in: Use -Wold-style-definition if available.
1783 This helps with the transition to standard C code, it can be
1784 removed when done.
1785
1786 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
1787
1788 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
1789 and MSWindows.
1790
1791 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
1792
1793 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
1794 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
1795
1796 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1797
1798 * configure.in (getenv): Remove K&R declaration.
1799
1800 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
1801
1802 * configure.in: Remove define __P.
1803
1804 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1805
1806 * configure.in (--enable-use-lisp-union-type): New flag.
1807
1808 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1809
1810 Fix CFLAGS for non-GCC compilers.
1811 * configure.in (CFLAGS): Always use -g like it was done before the
1812 2010-03-30 change.
1813 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
1814 (Bug#6538)
1815
1816 2010-06-30 Glenn Morris <rgm@gnu.org>
1817
1818 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
1819 Set with AC_DEFINE rather than AH_BOTTOM.
1820
1821 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
1822 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
1823 Set with shell, not cpp.
1824 (LIBX): Remove, just use -lX11 in the one place this was used.
1825 (cannot_dump): Replace with CANNOT_DUMP.
1826
1827 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1828
1829 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
1830 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
1831 by minimum required Gtk+ 2.6). Add checks for functions introduced
1832 in Gtk+ 2.14 or newer (bug#6505).
1833
1834 2010-06-26 Eli Zaretskii <eliz@gnu.org>
1835
1836 * config.bat: Remove white space around "+" in COPY commands.
1837
1838 2010-06-23 Glenn Morris <rgm@gnu.org>
1839
1840 * info/dir: Start descriptions in column 32, per Texinfo convention.
1841
1842 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
1843
1844 * INSTALL: Update font information (Bug#6389).
1845
1846 2010-06-16 Glenn Morris <rgm@gnu.org>
1847
1848 * INSTALL: General update.
1849
1850 2010-06-12 Glenn Morris <rgm@gnu.org>
1851
1852 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
1853
1854 2010-06-11 Glenn Morris <rgm@gnu.org>
1855
1856 * configure.in (--without-compress-info): New option.
1857 (GZIP_INFO): New output variable.
1858
1859 * Makefile.in (GZIP_INFO): New, set by configure.
1860 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
1861 Handle man pages in the same way.
1862
1863 2010-06-10 Glenn Morris <rgm@gnu.org>
1864
1865 * Makefile.in (install-arch-indep): Gzip the info files too.
1866
1867 * make-dist: Remove references to non-existent directories and files.
1868
1869 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
1870
1871 * configure.in: Include <strings.h> and <string.h> instead of
1872 "strings.h" and "string.h".
1873
1874 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
1875
1876 * configure.in: Remove code dealing with BSTRING.
1877
1878 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1879
1880 * configure.in (AC_PREREQ): Require autoconf 2.65.
1881
1882 * configure.in (unxec): Do not define and substitute.
1883 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
1884
1885 2010-06-03 Glenn Morris <rgm@gnu.org>
1886
1887 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
1888
1889 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1890
1891 Fix alloca definition when using gcc on non-gnu systems.
1892 * configure.in: Use the code sequence indicated by "info autoconf"
1893 for alloca (bug#6170).
1894
1895 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * .bzrignore: Ignore new files from trunk, which appear if you use
1898 colocated branches (i.e. "bzr switch").
1899
1900 2010-05-28 Glenn Morris <rgm@gnu.org>
1901
1902 * configure.in: Simplify some of the $canonical tests.
1903
1904 2010-05-27 Glenn Morris <rgm@gnu.org>
1905
1906 * config.bat: Do not preprocess src/Makefile.in.
1907
1908 * configure.in: Do not preprocess src/Makefile.in.
1909 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
1910 (AC_EGREP_CPP): Test no longer needed.
1911
1912 * make-dist: No more Makefile.c files.
1913
1914 2010-05-26 Glenn Morris <rgm@gnu.org>
1915
1916 * configure.in (YMF_PASS_LDFLAGS): Remove.
1917 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
1918
1919 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
1920 Add $GNUSTEP_LOCAL_HEADERS.
1921 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
1922
1923 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
1924 (GNUSTEP_MAKEFILES): Remove.
1925 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
1926 stuff to here.
1927
1928 2010-05-25 Glenn Morris <rgm@gnu.org>
1929
1930 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
1931 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
1932
1933 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
1934 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
1935 here instead.
1936
1937 2010-05-24 Romain Francoise <romain@orebokech.com>
1938
1939 * make-dist: Look for version in src/emacs.c.
1940 Use lisp/subr.el rather than lisp/version.el for location check.
1941
1942 2010-05-21 Glenn Morris <rgm@gnu.org>
1943
1944 * configure.in (MKDEPDIR): Parallel build tweak.
1945
1946 * configure.in (ns_frag): New output file.
1947
1948 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
1949 (OLDXMENU_TARGET): Set to empty if USE_GTK.
1950
1951 * configure.in (cannot_dump): New output variable.
1952
1953 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
1954
1955 * configure.in: On NetBSD, if terminfo is found, use it in
1956 preference to termcap. (Bug#6190)
1957
1958 2010-05-20 Glenn Morris <rgm@gnu.org>
1959
1960 * make-dist (src): Include *.mk.
1961 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
1962 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
1963 (deps_frag): New output file.
1964 (AUTO_DEPEND): Remove this definition.
1965
1966 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
1967
1968 2010-05-19 Glenn Morris <rgm@gnu.org>
1969
1970 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
1971 (ORDINARY_LINK): New AC_DEFINE.
1972 (LIB_GCC): No need to set if ORDINARY_LINK.
1973
1974 2010-05-18 Glenn Morris <rgm@gnu.org>
1975
1976 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
1977 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
1978
1979 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
1980 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
1981 (RALLOC_OBJ): New output variable.
1982
1983 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
1984 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
1985
1986 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 * Makefile.in (src): Provide the name of the VCS file that witnesses
1989 a pull.
1990 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
1991
1992 2010-05-17 Glenn Morris <rgm@gnu.org>
1993
1994 * configure.in (OLDXMENU_DEPS): New output variable.
1995
1996 2010-05-16 Glenn Morris <rgm@gnu.org>
1997
1998 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
1999
2000 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
2001 * Makefile.in (install-arch-dep): Update for above change.
2002
2003 * Makefile.in (ns_appdir): Remove.
2004 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2005
2006 * configure.in (TEMACS_LDFLAGS2): New output variable.
2007
2008 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2009 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2010 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2011 nothing uses.
2012
2013 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2014
2015 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2016 does not use them.
2017 (X11R5_INHIBIT_I18N): Remove, unused.
2018
2019 2010-05-15 Glenn Morris <rgm@gnu.org>
2020
2021 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2022
2023 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2024
2025 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
2026
2027 * configure.in: Look for version string in its new location.
2028
2029 2010-05-15 Eli Zaretskii <eliz@gnu.org>
2030
2031 * config.bat: Remove support for DJGPP v1.x.
2032
2033 2010-05-15 Glenn Morris <rgm@gnu.org>
2034
2035 * configure.in (OLDXMENU_TARGET): New output variable.
2036
2037 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2038
2039 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2040 and other files that no longer exist.
2041
2042 2010-05-14 Glenn Morris <rgm@gnu.org>
2043
2044 * configure.in (cpp_undefs): Add mktime, register, X11.
2045
2046 * configure.in (GPM_MOUSE_SUPPORT): Remove.
2047 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2048 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2049
2050 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2051 (GNUSTEP_MAKEFILES): Do not output.
2052
2053 2010-05-13 Glenn Morris <rgm@gnu.org>
2054
2055 * configure.in: Fix some paren typos.
2056
2057 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2058
2059 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2060
2061 2010-05-12 Glenn Morris <rgm@gnu.org>
2062
2063 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2064
2065 * configure.in (LIB_GCC): New output variable.
2066
2067 2010-05-11 Glenn Morris <rgm@gnu.org>
2068
2069 * make-dist (msdos): No more mainmake.
2070
2071 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
2072 * config.bat: Do not run cpp on lib-src/Makefile.in.
2073
2074 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2075
2076 2010-05-10 Glenn Morris <rgm@gnu.org>
2077
2078 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
2079
2080 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
2081 (BLESSMAIL_TARGET): New output variable.
2082
2083 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2084
2085 * INSTALL: Fix typos.
2086
2087 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2088
2089 * configure.in: Add check for buggy version of GCC (Bug#6031).
2090
2091 2010-05-08 Glenn Morris <rgm@gnu.org>
2092
2093 * configure.in (HAVE_LIBNCURSES): New local variable.
2094 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
2095 replacing cpp in src/s/*.h and src/Makefile.in.
2096
2097 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2098
2099 * Version 23.2 released.
2100
2101 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * configure.in: Add tests for `isnan' and `copysign'.
2104
2105 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2106
2107 * config.bat: Allow for 2 leading `#'s in comments in
2108 src/Makefile.in.
2109
2110 2010-05-07 Glenn Morris <rgm@gnu.org>
2111
2112 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2113 Merges logic from src/s/* and src/Makefile.in.
2114 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2115
2116 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2117
2118 Define START_FILES and LIB_STANDARD using autoconf.
2119 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
2120 here from src/s/*.h.
2121 (HAVE_CRTIN): Remove, inline logic in the netbsd
2122 START_FILES/LIB_STANDARD computation.
2123
2124 2010-05-06 Glenn Morris <rgm@gnu.org>
2125
2126 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
2127
2128 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
2129 (LD_SWITCH_X_SITE): Remove unused variables.
2130
2131 2010-05-04 Glenn Morris <rgm@gnu.org>
2132
2133 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
2134 as well.
2135 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
2136
2137 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2138
2139 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
2140 variables, replacing c_switch_machine, c_switch_system.
2141 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
2142 @c_switch_system@.
2143
2144 2010-05-03 Glenn Morris <rgm@gnu.org>
2145
2146 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
2147
2148 * make-dist: There are no more src/m/*.inp files.
2149
2150 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2151
2152 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
2153 (ac_link): Do not use ld_switch_machine.
2154
2155 2010-05-01 Glenn Morris <rgm@gnu.org>
2156
2157 * configure.in (OTHER_OBJ): Remove.
2158 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
2159
2160 2010-04-30 Glenn Morris <rgm@gnu.org>
2161
2162 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
2163 Elsewhere, maybe include it.
2164
2165 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
2166 (OLDXMENU, LIBXMENU): New output variables.
2167
2168 * configure.in (OTHER_OBJ): New output variable.
2169
2170 2010-04-28 Glenn Morris <rgm@gnu.org>
2171
2172 * configure.in (CYGWIN_OBJ): New output variable.
2173
2174 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
2175
2176 * configure.in (FONT_OBJ): New output variable.
2177
2178 * configure.in (LIBXMU): New output variable.
2179
2180 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
2181
2182 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
2183 userland and maybe change values to i386 (move test from s/amdx86-64.h).
2184
2185 2010-04-27 Glenn Morris <rgm@gnu.org>
2186
2187 * configure.in (LIBXTR6): New output variable. Move unixware special
2188 case here from src/s/unixware.h.
2189
2190 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
2191 in Makefiles.
2192 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
2193
2194 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
2195 (LIBXP): No longer substitute in Makefiles.
2196 (MOTIF_LIBW): New output variable. Move system-specific settings here
2197 from src/s files.
2198
2199 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2200
2201 Reduce CPP usage.
2202 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
2203 (unexec): Define unconditionally, all platforms define
2204 UNEXEC. AC_SUBST it.
2205 (UNEXEC_SRC): Remove, unused.
2206 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
2207
2208 2010-04-27 Glenn Morris <rgm@gnu.org>
2209
2210 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
2211 replaced by LIBXP.
2212
2213 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
2214 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
2215 On hpux10-20, default to /lib.
2216
2217 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
2218
2219 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2220
2221 * configure.in (LIBS_MACHINE): Remove, unused.
2222
2223 * configure.in (LIB_MATH): New output variable. Set it for some systems.
2224
2225 2010-04-24 Glenn Morris <rgm@gnu.org>
2226
2227 * configure.in (CRT_DIR): New output variable.
2228 (--with-crt-dir): New option. (Bug#5655)
2229 (HAVE_LIB64_DIR): Remove.
2230
2231 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2232
2233 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
2234
2235 2010-04-22 Miles Bader <miles@gnu.org>
2236
2237 * configure.in: Get rid of "unix" pre-defined macro when
2238 preprocessing Makefile. (Bug#5857)
2239
2240 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
2241
2242 Avoid non-portable shell command negation
2243 * configure.in: Revert last change.
2244
2245 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2246
2247 * configure.in: Change "if test ! -f" to "if ! test -f".
2248
2249 2010-04-21 Glenn Morris <rgm@gnu.org>
2250
2251 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
2252 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
2253
2254 2010-04-21 Karel Klíč <kklic@redhat.com>
2255
2256 * configure.in: New option: --with(out)-selinux, on by default.
2257 Set HAVE_LIBSELINUX if we find libselinux, and substitute
2258 LIBSELINUX_LIBS in Makefiles.
2259
2260 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2261
2262 * configure.in: Remove all references to LIBX11_SYSTEM.
2263
2264 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2265
2266 * configure.in: Remove all references to C_DEBUG_SWITCH.
2267
2268 2010-03-27 Eli Zaretskii <eliz@gnu.org>
2269
2270 * config.bat <lib-src>: Edit out lines that begin with several #
2271 characters.
2272
2273 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2274
2275 * configure.in: Remove support for old UNIX System V systems and
2276 for Unixware on non-x86 machines.
2277
2278 * configure.in: Remove support for Solaris on PPC and for old versions.
2279
2280 * configure.in: Remove non-working lynxos port.
2281
2282 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2283
2284 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
2285
2286 2010-03-19 Glenn Morris <rgm@gnu.org>
2287
2288 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
2289 happy.
2290
2291 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
2292
2293 * configure.in: Check for tputs and friends, abort if not
2294 found (bug#5735).
2295
2296 2010-03-18 Glenn Morris <rgm@gnu.org>
2297
2298 * configure.in (--with-x-toolkit): In the help text, say which options
2299 are synonyms.
2300
2301 * configure.in (--with-mmdf, --with-mail-unlink):
2302 New options, off by default.
2303 (--with-mailhost): New option to set default POP host.
2304 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
2305 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
2306 New variables, substituted in Makefiles.
2307 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
2308 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
2309 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2310 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2311 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
2312
2313 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2314
2315 * Makefile.in (uninstall): Handle the case where archlibdir does not
2316 exist. (Bug#5720)
2317
2318 2010-03-12 Eli Zaretskii <eliz@gnu.org>
2319
2320 These changes remove termcap.c from the build on Posix platforms.
2321 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
2322
2323 * configure: Regenerated.
2324
2325 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2326
2327 * Branch for 23.2.
2328
2329 2010-01-31 Juri Linkov <juri@jurta.org>
2330
2331 * .bzrignore: Add TAGS-LISP.
2332
2333 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2334
2335 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
2336 this header file).
2337
2338 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2339
2340 * .bzrignore: Ignore all .exe, instead of individual files.
2341
2342 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
2343
2344 * configure.in: Explicitly check for and link to -lXrender.
2345
2346 2010-01-12 Glenn Morris <rgm@gnu.org>
2347
2348 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
2349 for bug reports for development versions.
2350
2351 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2352
2353 * .bzrignore: Add more ignored patterns, including for the MS-DOS
2354 build.
2355
2356 2009-12-27 Karl Fogel <kfogel@red-bean>
2357
2358 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
2359 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
2360
2361 2009-12-17 Glenn Morris <rgm@gnu.org>
2362
2363 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
2364
2365 2009-12-15 Glenn Morris <rgm@gnu.org>
2366
2367 * info/dir: Add EDT entry.
2368 * Makefile.in (INFO_FILES): Add edt.
2369
2370 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
2371
2372 * configure.in: Check for RSVG if GNUstep is used.
2373
2374 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
2375
2376 * configure.in: Don't check for RSVG or GConf unless X11 is used.
2377
2378 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
2379
2380 * configure.in: Allow compiling Emacs with GTK on Cygwin.
2381
2382 2009-12-01 Glenn Morris <rgm@gnu.org>
2383
2384 * make-dist: Add etc/images/mpc directory.
2385
2386 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2387
2388 * configure.in: Don't check for GConf unless X is used.
2389
2390 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2391
2392 * configure.in: Use -Wdeclaration-after-statement if available.
2393
2394 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2395
2396 * configure.in: New option: --with(out)-gconf.
2397 Set HAVE_GCONF if we find gconf.
2398
2399 2009-11-17 Glenn Morris <rgm@gnu.org>
2400
2401 * Makefile.in (INFO_FILES): Add semantic.
2402
2403 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
2404
2405 * info/dir: Add Semantic.
2406
2407 2009-11-16 Glenn Morris <rgm@gnu.org>
2408
2409 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
2410 pattern, so as not to exclude makefile*.el. (Bug#4912)
2411
2412 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
2413
2414 * configure.in: --enable-autodepend is new. Check for GNU Make
2415 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
2416 gcc and GNU make to generate dependencies.
2417
2418 2009-10-27 Glenn Morris <rgm@gnu.org>
2419
2420 * make-dist: Make links to doc/lispintro/*.pdf.
2421
2422 2009-10-23 Jim Meyering <meyering@redhat.com>
2423
2424 * configure.in: Invoke $CPP with -P when creating Makefile and
2425 src/Makefile. Without this, gcc 4.4.2 converts each
2426 backslash-newline pair in the input to a bare newline, yielding
2427 invalid Makefiles.
2428
2429 * configure: Regenerate.
2430
2431 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2432
2433 * configure.in (vax-dec-vms): Remove, not supported anymore.
2434
2435 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2436
2437 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
2438 (*-apple-darwin*): Add x86_64 architecture.
2439
2440 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2441
2442 * config.guess, config.sub: Updated from master source.
2443
2444 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2445
2446 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
2447
2448 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
2449
2450 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
2451
2452 2009-09-29 Glenn Morris <rgm@gnu.org>
2453
2454 * make-dist (check): Update for two new levels of subdirectory in lisp/.
2455
2456 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2457
2458 * config.guess, config.sub: Updated from master source.
2459
2460 * configure.in (OTHER_FILES): Define using autoconf not cpp.
2461
2462 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2463
2464 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
2465
2466 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
2467
2468 * INSTALL: Update URL for GNU FreeFont.
2469
2470 2009-09-09 Glenn Morris <rgm@gnu.org>
2471
2472 * Makefile.in (install-arch-indep): Don't recursively change perms of
2473 site-lisp and infodir. There may be non-Emacs files in here, and the
2474 files supplied by Emacs are all handled explicitly already. (Bug#3800)
2475 (mkdir): Set umask to world-readable before creating directories.
2476 mkinstalldirs already checks if dirs exist, don't duplicate this test.
2477
2478 2009-08-29 Glenn Morris <rgm@gnu.org>
2479
2480 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
2481 (info): Don't give an error in the absence of makeinfo - let the doc
2482 Makefiles do that, if the info files need rebuilding. (Bug#3982)
2483
2484 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
2485
2486 * Makefile.in (install-arch-indep): If the versioned DOC-####
2487 generated during loadup+dump isn't found, install the plain DOC
2488 file that always gets generated, in case CANNOT_DUMP is set.
2489
2490 * configure.in: Warn if package version specified here doesn't
2491 match the version in version.el.
2492 * configure: Regenerate.
2493
2494 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
2495
2496 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
2497
2498 * configure: Regenerate.
2499
2500 2009-08-19 Glenn Morris <rgm@gnu.org>
2501
2502 * INSTALL: Remove reference to cvtmail.
2503
2504 2009-08-15 CHENG Gao <chenggao@gmail.com>
2505
2506 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
2507
2508 2009-08-02 Kevin Ryde <user42@zip.com.au>
2509
2510 * INSTALL: Fix free fonts URL.
2511
2512 2009-07-22 Glenn Morris <rgm@gnu.org>
2513
2514 * configure.in (AC_PREREQ): Require autoconf 2.62.
2515
2516 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
2517
2518 * configure.in (--enable-checking, --enable-profiling):
2519 Use AS_HELP_STRING.
2520
2521 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2522
2523 * configure.in (--enable-profiling): New option.
2524 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
2525
2526 2009-06-27 Glenn Morris <rgm@gnu.org>
2527
2528 * configure.in: Restore netbsd on mips, mipsel, mipseb.
2529
2530 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2531
2532 * configure.in (--enable-checking): New option.
2533
2534 2009-06-24 Glenn Morris <rgm@gnu.org>
2535
2536 * make-dist: Warn if subdir does not exist in source.
2537 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
2538 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
2539 No longer make links.
2540
2541 2009-06-24 Yavor Doganov <yavor@gnu.org>
2542
2543 * make-dist (tempdir): Don't create directories preferences.gorm
2544 and preferences.nib, they are no longer required.
2545
2546 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2547
2548 * Branch for 23.1.
2549
2550 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
2551
2552 * configure.in: Delete mac-fix-env target, which has been
2553 removed (Bug#3531).
2554
2555 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2556
2557 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
2558
2559 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
2560
2561 * BUGS: Use new binding of view-emacs-problems.
2562
2563 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
2564
2565 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
2566 for Solaris compatibility.
2567
2568 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
2569
2570 * configure: Regenerate.
2571
2572 * configure.in: Disable use of FreeType without libXft.
2573
2574 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
2575
2576 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
2577 Check if it is declared in gtk.h.
2578
2579 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
2580
2581 * Makefile.in (install-arch-indep): Remove .gitignore files.
2582
2583 2009-04-03 Kenichi Handa <handa@m17n.org>
2584
2585 * INSTALL: Make the section "Complex Text Layout support
2586 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
2587
2588 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
2589
2590 * configure.in (rs6000-ibm-aix6*): Fix typo.
2591
2592 2009-03-04 Glenn Morris <rgm@gnu.org>
2593
2594 * Makefile.in (INFO_FILES): Add auth.
2595
2596 2009-03-03 Glenn Morris <rgm@gnu.org>
2597
2598 * info/dir: Add Auth-source.
2599
2600 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2601
2602 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
2603 the second.
2604
2605 2009-02-28 Eli Zaretskii <eliz@gnu.org>
2606
2607 * config.bat: Copy .dbxinit to _dbxinit.
2608
2609 * make-dist (Making links to `info'): Remove .gitignore.
2610
2611 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2612
2613 * Makefile.in (lib-src, lisp): Use simpler rule.
2614 (src): Be more specific to avoid recompiling all the .elc files just
2615 because the bootstrap-emacs is missing.
2616
2617 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
2618
2619 * configure.in: Require librsvg >= 2.11.
2620
2621 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2622
2623 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
2624 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
2625
2626 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2627
2628 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
2629
2630 2009-02-03 Glenn Morris <rgm@gnu.org>
2631
2632 * make-dist: Add some missing files, remove some that are no longer
2633 present.
2634
2635 2009-02-02 Glenn Morris <rgm@gnu.org>
2636
2637 * make-dist: Add some missing nextstep/ files.
2638
2639 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
2640
2641 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
2642
2643 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2644
2645 * configure.in: Add support for m68k-*-netbsd.
2646
2647 2009-01-14 Juri Linkov <juri@jurta.org>
2648
2649 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
2650
2651 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
2652 and bug-reference-mode.
2653
2654 2009-01-11 Juri Linkov <juri@jurta.org>
2655
2656 * INSTALL.CVS: Move configuration explicitly to the first step.
2657
2658 2009-01-09 Glenn Morris <rgm@gnu.org>
2659
2660 * .dir-locals.el: Don't set indent-tabs-mode.
2661
2662 2008-12-30 Kenichi Handa <handa@m17n.org>
2663
2664 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
2665 the function OTF_get_variation_glyphs.
2666
2667 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
2668
2669 * Makefile.in (install-arch-dep): Remove old directories in
2670 ns_app* before moving new directories there.
2671
2672 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
2673
2674 * .dir-locals.el: Remove non-working entry for pmail.
2675 (fill-column): Fix typo.
2676 (change-log-mode): Add fill column.
2677
2678 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2679
2680 * config.bat: Produce _dir-locals.el from .dir-locals.el.
2681
2682 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
2683
2684 * make-dist (tempdir): Distribute .dir-locals.el.
2685
2686 * .dir-locals.el: New file.
2687
2688 2008-12-19 Eli Zaretskii <eliz@gnu.org>
2689
2690 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
2691 for rationale.
2692
2693 2008-12-13 Glenn Morris <rgm@gnu.org>
2694
2695 * Makefile.in (install-arch-indep): Add new man-pages.
2696 (manext): Remove variable.
2697 (MAN_PAGES): New variable.
2698 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
2699 and remove.
2700 (uninstall): Remove desktop file and icons, game scores if empty.
2701
2702 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2703
2704 * config.guess, config.sub: Updated from master source.
2705
2706 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2707
2708 * Makefile.in (install-arch-indep): Install ebrowse.1.
2709
2710 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
2711
2712 * configure.in: Add Solaris on x86_64.
2713
2714 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2715
2716 * config.guess, config.sub: Updated from master source.
2717
2718 2008-12-08 Eli Zaretskii <eliz@gnu.org>
2719
2720 * info/dir: Fix last change.
2721
2722 2008-12-07 Eli Zaretskii <eliz@gnu.org>
2723
2724 * info/dir: Untabify.
2725
2726 2008-11-28 Ulrich Mueller <ulm@gentoo.org>
2727
2728 * configure.in: Fix last change.
2729
2730 2008-11-28 Richard M Stallman <rms@gnu.org>
2731
2732 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
2733 New configurations.
2734
2735 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
2736
2737 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
2738 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
2739
2740 2008-11-15 Eli Zaretskii <eliz@gnu.org>
2741
2742 * Makefile.in (INFO_FILES): Remove ns-emacs.
2743
2744 * info/dir (NS-Emacs): Remove entry.
2745
2746 2008-11-08 Eli Zaretskii <eliz@gnu.org>
2747
2748 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
2749
2750 2008-11-07 Glenn Morris <rgm@gnu.org>
2751
2752 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
2753
2754 2008-10-31 Eli Zaretskii <eliz@gnu.org>
2755
2756 * config.bat: Tell user to expect one "File not found" message
2757 while the `doc' directory is being configured.
2758
2759 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * update-subdirs: Put obsolete directory last.
2762
2763 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2764
2765 * configure.in: Check fontconfig always.
2766
2767 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2768
2769 * configure (*-solaris2.[7-9]*): Fix typo.
2770
2771 2008-10-24 Glenn Morris <rgm@gnu.org>
2772
2773 * configure.in (--without-sync-input, --with-pkg-config-prog):
2774 Help strings start with lower case.
2775 (--with-gnustep-conf): New option.
2776 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
2777
2778 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
2779
2780 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
2781 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
2782 is not found. (Bug#1230)
2783
2784 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
2785
2786 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
2787 Use sol2-6.h for Solaris 7-9.
2788
2789 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
2790
2791 * configure.in: Add support for GNU/Linux on SuperH.
2792
2793 2008-10-12 Andreas Schwab <schwab@suse.de>
2794
2795 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
2796
2797 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
2798
2799 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
2800 "X") to avoid confusion.
2801
2802 * configure: Regenerate.
2803
2804 2008-09-07 Romain Francoise <romain@orebokech.com>
2805
2806 * make-dist: Distribute doc/man/ChangeLog.
2807
2808 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
2809
2810 * configure.in: Disable XFT and Freetype when without X.
2811
2812 * configure: Regenerate.
2813
2814 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
2815
2816 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
2817
2818 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
2819
2820 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
2821 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
2822
2823 * configure: Regenerate.
2824
2825 2008-08-20 Eli Zaretskii <eliz@gnu.org>
2826
2827 * configure.in: Move "#define subprocesses" before
2828 config_opsysfile is included.
2829
2830 2008-08-19 Kenichi Handa <handa@m17n.org>
2831
2832 * INSTALL (Extra fonts): Mention local fonts, don't mention
2833 mule-unicode.
2834
2835 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
2836
2837 * make-dist: Omit info/.arch-inventory.
2838
2839 2008-08-16 Jason Rumney <jasonr@gnu.org>
2840
2841 * make-dist (tempdir/nt): Link emacsclient.rc.
2842
2843 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2844
2845 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
2846 AC_SUBST it.
2847 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
2848 AC_SUBST it.
2849 (OTHER_FILES): Always define for HAVE_NS.
2850 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
2851 * configure: Regenerate.
2852
2853 2008-08-07 Andreas Schwab <schwab@suse.de>
2854
2855 * configure.in: Correctly handle
2856 --enable-cocoa-experimental-ctrl-g=no and
2857 --enable-ns-self-contained=yes.
2858
2859 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
2860
2861 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
2862 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
2863 bother undef'ing since won't have desired effect.
2864
2865 2008-08-06 Andreas Schwab <schwab@suse.de>
2866
2867 * configure.in: Fix quoting.
2868
2869 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
2870
2871 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
2872
2873 2008-08-05 Ulrich Mueller <ulm@gentoo.org>
2874
2875 * configure.in: Add checks for krb5_error.text and
2876 krb5_error.e_text struct members.
2877
2878 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
2879
2880 * configure.in: Test for existence of NSInteger.
2881 Suggested by Yavor Doganov.
2882
2883 2008-08-02 Romain Francoise <romain@orebokech.com>
2884
2885 * Makefile.in (INFO_FILES): Add mairix-el.
2886
2887 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2888
2889 * make-dist:
2890 * README: Remove VMS support.
2891 * vms: Remove directory.
2892
2893 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2894
2895 * configure.in (MULTI_KBOARD): Remove.
2896
2897 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2898
2899 * configure.in (DO_BLOCK_INPUT): Remove, unused.
2900
2901 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
2902
2903 * info/dir (File): Add mairix-el.
2904
2905 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2906
2907 Remove support for Mac Carbon.
2908 * mac: Remove directory.
2909 * make-dist:
2910 * configure.in:
2911 * README:
2912 * Makefile.in:
2913 * INSTALL: Remove code for Carbon.
2914 * configure: Regenerate.
2915
2916 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2917
2918 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
2919
2920 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
2921
2922 * configure.in: Check for getrlimit.
2923
2924 * configure: Regenerate.
2925
2926 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2927
2928 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
2929 in src/Makefile.in.
2930 (static): Remove, autoconf would always comment it out anyway.
2931 (subprocesses): Define unconditionally.
2932
2933 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
2934
2935 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
2936 compilation under GNUstep.
2937
2938 2008-07-18 Kenichi Handa <handa@m17n.org>
2939
2940 * INSTALL (Complex Text Layout support libraries): Delete the
2941 paragraph about --enable-font-backend.
2942
2943 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
2944
2945 * configure.in: Print out some info to user for NeXTstep builds.
2946 (ns-app): Remove enable option.
2947 (ns-self-contained): Add enable option.
2948 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
2949 GNUstep, use to set install prefixes, and substitute in Makefiles.
2950 * configure: Regenerate.
2951 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
2952 NS app bundle.
2953
2954 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2955
2956 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
2957
2958 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
2959
2960 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
2961 NS_IMPL_COCOA.
2962
2963 2008-07-16 Glenn Morris <rgm@gnu.org>
2964
2965 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
2966 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
2967 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
2968 never unset.
2969
2970 * make-dist: Add nextstep/ directories.
2971 (src, lib-src): Add .m files.
2972
2973 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2974
2975 * configure.in (freebsd, kfreebsd): Undo part of previous change.
2976 (USER_FULL_NAME): Remove, not used anymore.
2977 * configure: Regenerate.
2978
2979 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2980
2981 Changes and additions for NeXTstep windowing system (Cocoa and
2982 GNUstep) support.
2983
2984 * configure.in: Add support for NS window system: --with-ns (default
2985 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
2986 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
2987 disable font backend if window system is "none", not if !HAVE_X11.
2988 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
2989 (install-arch-dep): Add commands to assemble NS .app package.
2990
2991 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
2992
2993 * configure.in: Use macppc for Darwin. Remove references to
2994 desupported systems.
2995 * configure: Regenerate.
2996
2997 2008-07-05 Glenn Morris <rgm@gnu.org>
2998
2999 * make-dist (EMACS): Doc fix.
3000 (lisp): There are no *.dat or image files here any more.
3001 (src): There are no *.s files here any more.
3002 (etc/images, etc/images/*): Link to most regular files.
3003
3004 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3005
3006 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3007
3008 2008-07-01 Glenn Morris <rgm@gnu.org>
3009
3010 * configure.in (cpp_undefs): Rename from `undefs', update uses.
3011 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
3012 and explicitly export there. (Bug#507.)
3013
3014 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3015
3016 * configure.in:
3017 * configure: Remove references to obsolete systems.
3018
3019 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3020
3021 * Makefile.in (Makefile): Use it for its timestamp value as well, and
3022 make it depend on all other */.in files.
3023 (src/Makefile, src/config.stamp, lib-src/Makefile)
3024 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3025 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3026 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3027 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3028
3029 * configure.in: Don't create src/config.stamp any more.
3030
3031 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3032
3033 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3034
3035 2008-06-22 Glenn Morris <rgm@gnu.org>
3036
3037 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3038
3039 2008-06-21 Romain Francoise <romain@orebokech.com>
3040
3041 * Makefile.in (INFO_FILES): Add sasl.
3042
3043 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3044
3045 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3046 (bootstrap-build): Remove.
3047 (top_bootclean): New var.
3048 (top_distclean, bootstrap-clean): Use it.
3049 (bootstrap): Don't recheck config. Make normally.
3050
3051 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * Makefile.in (SUBDIR): Include `lisp'.
3054 (lisp): Depend on `src'.
3055 (top_distclean): Don't remove config.status.
3056 (bootstrap-clean): New target.
3057 (maintainer-clean): Use it.
3058 (bootstrap): Use bootstrap-clean. Re-run config.status.
3059 (src/bootstrap-emacs${EXEEXT}): New target.
3060 (bootstrap-build): Use it. Don't use bootstrap-prepare because
3061 src/Makefile now takes care of it.
3062 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3063
3064 2008-06-15 Glenn Morris <rgm@gnu.org>
3065
3066 * info/dir: Add sasl.
3067
3068 2008-06-09 Alan Mackenzie <acm@muc.de>
3069
3070 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
3071
3072 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
3073
3074 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
3075
3076 2008-06-07 Glenn Morris <rgm@gnu.org>
3077
3078 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
3079 serve no purpose.
3080
3081 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3082
3083 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
3084 * configure: Regenerate.
3085
3086 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3087
3088 * update-subdirs: Don't touch subdirs.el if it is unchanged.
3089
3090 2008-05-14 Kenichi Handa <handa@m17n.org>
3091
3092 * configure: Regenerate.
3093
3094 * configure.in: Don't handle --disable-font-backend. Don't print
3095 a message about a font backend.
3096
3097 2008-05-09 Glenn Morris <rgm@gnu.org>
3098
3099 * configure.in: Make absence of makeinfo a fatal error only if the info
3100 files don't exist.
3101 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
3102
3103 2008-05-07 Eli Zaretskii <eliz@gnu.org>
3104
3105 * config.bat: Fix last change: don't use < and > in "rem" lines,
3106 they are interpreted as redirection by DOS shells.
3107
3108 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3109
3110 * configure.in: Check availability of AvailabilityMacros.h
3111 if HAVE_CARBON.
3112
3113 * configure: Regenerate.
3114
3115 2008-05-03 Glenn Morris <rgm@gnu.org>
3116
3117 * configure.in (x_libraries): Remove standard 64-bit directories -
3118 experimental workaround for minor autoconf bug.
3119
3120 * configure.in (--without-makeinfo): New option. If set,
3121 absence of suitable makeinfo is not a fatal error.
3122 * Makefile.in (MAKEINFO): New, set by configure.
3123 (install-arch-indep): Without makeinfo, ignore any missing manuals.
3124 (info-real): New target.
3125 (info): Without makeinfo, do nothing, else call `info-real'.
3126
3127 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3128
3129 * configure.in: Remove hpux10.20 from the desupported list.
3130
3131 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3132
3133 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
3134
3135 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
3138 rather than change CPPFLAGS.
3139 (HAVE_GTK): Rename to USE_GTK.
3140
3141 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
3142
3143 * configure.in: Replace the obsolete macros AC_AIX and
3144 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
3145
3146 2008-04-05 Andreas Schwab <schwab@suse.de>
3147
3148 * configure.in: No longer create admin/unidata/Makefile.
3149
3150 2008-03-28 Andreas Schwab <schwab@suse.de>
3151
3152 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
3153 (lisp/Makefile): New rule.
3154
3155 2008-03-13 Glenn Morris <rgm@gnu.org>
3156
3157 * configure.in (AC_INIT): Fix version number.
3158 (sync-input): Reword the option, since it's on by default.
3159
3160 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
3161
3162 * configure.in: Add --enable-sync-input, default yes.
3163
3164 2008-03-11 Glenn Morris <rgm@gnu.org>
3165
3166 * Makefile.in (install-etc, mkdir): Handle directory
3167 etc/images/icons/hicolor/*/mimetypes/.
3168
3169 * make-dist: Handle icons/hicolor/scalable directory.
3170
3171 2008-03-05 Glenn Morris <rgm@gnu.org>
3172
3173 * configure.in: Enable font-backend by default.
3174 (USE_FONT_BACKEND): Set to "no" in absence of X.
3175 (PKG_CONFIG): Don't set multiple times, once is enough.
3176 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
3177
3178 2008-03-03 Glenn Morris <rgm@gnu.org>
3179
3180 * Makefile.in (iconsrcdir): New variable.
3181 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
3182 directory.
3183
3184 2008-02-29 Glenn Morris <rgm@gnu.org>
3185
3186 * test/: New directory.
3187
3188 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
3189
3190 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
3191
3192 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3193
3194 * configure.in: Print an error for systems that we think are obsolete
3195 and are proposed to be removed. Remove some more unused systems.
3196 Add support for powerpc-ibm-aix6*.
3197
3198 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3199
3200 * configure.in: Remove references to obsolete variables and systems.
3201
3202 2008-02-21 Glenn Morris <rgm@gnu.org>
3203
3204 * Makefile.in (set_installuser): New.
3205 (install-arch-indep): Use set_installuser to avoid duplicate code.
3206
3207 * README.unicode: Split into admin/notes/unicode,font-backend and
3208 remove.
3209
3210 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
3211
3212 * configure.in (arm*-*-freebsd*): Add.
3213
3214 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3215
3216 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
3217 dealing with obsolete variables.
3218
3219 2008-02-08 Glenn Morris <rgm@gnu.org>
3220
3221 * Makefile.in (check-info-dir): New target.
3222
3223 2008-02-08 Michael Olson <mwolson@gnu.org>
3224
3225 * Makefile.in (INFO_FILES): Add epa.
3226
3227 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
3228 features" section.
3229
3230 2008-02-06 Glenn Morris <rgm@gnu.org>
3231
3232 * configure.in (--with-gcc): Give an error saying this option has
3233 been removed.
3234 (--with-gtk): Remove this option.
3235
3236 2008-02-06 Tom Tromey <tromey@redhat.com>
3237
3238 * configure.in (--with-gcc): Remove.
3239 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
3240
3241 2008-02-05 Ulrich Mueller <ulm@gentoo.org>
3242
3243 * INSTALL: Recommend giflib, not libungif.
3244
3245 2008-02-05 Tom Tromey <tromey@redhat.com>
3246
3247 * configure.in (--with-dbus): Default to enabled.
3248
3249 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
3250
3251 * INSTALL (Complex Text Layout support libraries): New section.
3252
3253 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
3254
3255 * make-dist: Remove references to files in mac/ that have been
3256 deleted.
3257
3258 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3259
3260 * configure.in: For libotf and m17n-flt checks, set shell vars
3261 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
3262 pkg_check_m17n_flt, respectively, for the sake of the summary output.
3263 Reported by Ulrich Mueller.
3264
3265 2008-02-02 Eli Zaretskii <eliz@gnu.org>
3266
3267 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
3268 admin/unidata/Makefile.in to Makefile.
3269
3270 2008-02-02 Glenn Morris <rgm@gnu.org>
3271
3272 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
3273 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
3274 (HAVE_XFT): Add "Does Emacs use..." messages at end.
3275
3276 2008-02-01 Miles Bader <miles@gnu.org>
3277
3278 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
3279 [libotf], and [m17n-flt] options.
3280
3281 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3282
3283 * configure.in: Add EMACS_ARG_N([libotf]...), and
3284 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
3285 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
3286 CFLAGS, and LIBS in checking of m17n-flt.
3287
3288 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3289
3290 * configure.in: Check the availability of m17n-flt library.
3291
3292 2008-02-01 Kenichi Handa <handa@m17n.org>
3293
3294 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
3295 not available.
3296
3297 2008-02-01 Kenichi Handa <handa@m17n.org>
3298
3299 * configure.in: New args --enable-font-backend, --with-xft,
3300 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
3301 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
3302 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
3303 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
3304
3305 2008-02-01 Kenichi Handa <handa@m17n.org>
3306
3307 * make-dist: Include etc/charsets in tarball.
3308
3309 2008-02-01 Kenichi Handa <handa@m17n.org>
3310
3311 * configure.in: While running cpp on junk.c, include
3312 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
3313 exists.
3314
3315 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3316
3317 * configure.in (xtensa): Match more configurations.
3318
3319 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
3320
3321 * configure.in: Update comment.
3322
3323 2008-01-26 Glenn Morris <rgm@gnu.org>
3324
3325 * configure.in (--without-gcc): By default, neither off nor on.
3326 (--with-carbon): Tone down rhetoric in help text.
3327
3328 2008-01-25 Glenn Morris <rgm@gnu.org>
3329
3330 * configure.in: Correct usage of OPTION_DEFAULT_ON,
3331 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
3332 Default `Carbon' to off (it's unsupported).
3333
3334 2008-01-24 Glenn Morris <rgm@gnu.org>
3335
3336 * configure.in: Standardize dbus-related messages.
3337
3338 2008-01-23 Michael Olson <mwolson@gnu.org>
3339
3340 * configure.in (pkg-config-prog): Remove initial whitespace.
3341
3342 2008-01-23 Tom Tromey <tromey@redhat.com>
3343
3344 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
3345 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
3346 Update all users.
3347
3348 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
3349
3350 * config.guess, config.sub: Updated from master source.
3351
3352 2008-01-17 Andreas Schwab <schwab@suse.de>
3353
3354 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
3355
3356 2008-01-17 Glenn Morris <rgm@gnu.org>
3357
3358 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
3359
3360 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
3361
3362 * configure.in: Remove more references to unsupported systems.
3363
3364 2008-01-16 Sven Joachim <svenjoac@gmx.de>
3365
3366 * make-dist: Add --lzma.
3367
3368 2008-01-16 Glenn Morris <rgm@gnu.org>
3369
3370 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
3371 configure checks for this.
3372
3373 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
3374
3375 * configure.in: Remove more references to unsupported systems.
3376
3377 2008-01-06 Romain Francoise <romain@orebokech.com>
3378
3379 * configure.in: Delete extra semicolons.
3380
3381 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3382
3383 * configure.in: Remove references to unsupported systems.
3384
3385 2008-01-05 Romain Francoise <romain@orebokech.com>
3386
3387 * make-dist: Add --bzip2. Update copyright.
3388
3389 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3390
3391 * configure.in: Remove support for Masscomp.
3392
3393 2008-01-05 Glenn Morris <rgm@gnu.org>
3394
3395 * Makefile.in (desktopdir, icondir): New variables.
3396 (install-arch-indep): Also depend on `install-etc'.
3397 (install-etc): New target.
3398 (mkdir): Also create the `applications' and `icons' directories.
3399
3400 2008-01-04 Glenn Morris <rgm@gnu.org>
3401
3402 * make-dist: Update for new etc/images/icons/hicolor directory.
3403
3404 2007-12-09 Andreas Schwab <schwab@suse.de>
3405
3406 * configure.in: D-Bus is not enabled by default.
3407
3408 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
3409
3410 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
3411 change.
3412
3413 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
3414
3415 * configure.in: Give package name and version to AC_INIT.
3416
3417 2007-12-03 Magnus Henoch <mange@freemail.hu>
3418
3419 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
3420
3421 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
3422
3423 * configure.in: No need for DBUS_INFO anymore.
3424
3425 * Makefile.in (INFO_FILES): Use dbus unconditionally.
3426
3427 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
3428
3429 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
3430
3431 * Makefile.in (INFO_FILES): Add dbus.
3432
3433 2007-12-02 Romain Francoise <romain@orebokech.com>
3434
3435 * make-dist: Fix last change.
3436
3437 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
3438
3439 * configure.in: Add support for gnu-kfreebsd.
3440
3441 2007-11-28 Glenn Morris <rgm@gnu.org>
3442
3443 * make-dist: Add etc/nxml.
3444
3445 2007-11-24 Romain Francoise <romain@orebokech.com>
3446
3447 * Makefile.in (INFO_FILES): Add nxml-mode.
3448
3449 2007-11-23 Romain Francoise <romain@orebokech.com>
3450
3451 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
3452 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
3453
3454 2007-11-20 Andreas Schwab <schwab@suse.de>
3455
3456 * configure.in: Always include <resolv.h> when checking for res_init.
3457
3458 2007-11-17 Andreas Schwab <schwab@suse.de>
3459
3460 * update-subdirs: Atomically update subdirs.el.
3461
3462 2007-11-17 Glenn Morris <rgm@gnu.org>
3463
3464 * Makefile.in (check-declare): New target.
3465
3466 2007-11-07 Glenn Morris <rgm@gnu.org>
3467
3468 * configure.in: Deprecate Mac Carbon port.
3469
3470 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
3471
3472 * configure.in: Remove HAVE_X11R5 check.
3473
3474 2007-10-31 Glenn Morris <rgm@gnu.org>
3475
3476 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
3477 when changing ownership of installed files.
3478
3479 2007-10-30 Glenn Morris <rgm@gnu.org>
3480
3481 * make-dist: Add new directory etc/gnus.
3482
3483 2007-10-30 Michael Olson <mwolson@gnu.org>
3484
3485 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
3486
3487 2007-10-29 Glenn Morris <rgm@gnu.org>
3488
3489 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
3490
3491 2007-10-23 Glenn Morris <rgm@gnu.org>
3492
3493 * MAINTAINERS: Move to admin/.
3494
3495 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
3496
3497 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
3498 (HAVE_LIBRESOLV): Also define if we are using res_init().
3499
3500 2007-10-17 Glenn Morris <rgm@gnu.org>
3501
3502 * FTP: Remove file, since it's just a duplicate of one in etc/.
3503
3504 2007-10-05 Eli Zaretskii <eliz@gnu.org>
3505
3506 * config.bat: Fix configuring `doc' due to changes in the
3507 directory structure.
3508
3509 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
3510
3511 * configure.in: Don't use -lpthread on HP-UX.
3512
3513 2007-09-16 Glenn Morris <rgm@gnu.org>
3514
3515 * make-dist: File gfdl.1 has been removed.
3516
3517 2007-09-15 Glenn Morris <rgm@gnu.org>
3518
3519 * configure.in: Fix makeinfo version regexp.
3520
3521 2007-09-12 Glenn Morris <rgm@gnu.org>
3522
3523 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
3524 implementation of alloca is not found.
3525
3526 * Makefile.in (SOURCES, unlock, relock): Delete.
3527 (install-arch-indep): Do not exclude the etc/ Makefiles.
3528
3529 2007-09-09 Juri Linkov <juri@jurta.org>
3530
3531 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
3532
3533 * README: Add doc/ to documentation directories.
3534
3535 2007-09-08 Michael Olson <mwolson@gnu.org>
3536
3537 * MAINTAINERS: Add myself for ERC and tq.el.
3538 Update for new doc/ directory layout.
3539
3540 2007-09-06 Romain Francoise <romain@orebokech.com>
3541
3542 * make-dist: Update for new doc/ directory layout.
3543
3544 2007-09-06 Glenn Morris <rgm@gnu.org>
3545
3546 * Makefile.in (mansrcdir): New variable.
3547 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
3548 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
3549 update these targets for new doc/ directory layout.
3550 (doc/misc/Makefile): New target.
3551 (install-arch-indep): Use mansrcdir for new location of manpages.
3552 (mostlyclean, clean, distclean, maintainer-clean, unlock)
3553 (relock, info, dvi): Update targets for new doc/ directory layout.
3554
3555 * configure.in (AC_OUTPUT): Update names of generated Makefiles
3556 for new doc/ directory layout.
3557
3558 2007-09-02 Andreas Schwab <schwab@suse.de>
3559
3560 * configure.in: Use AS_HELP_STRING throughout.
3561 * configure: Regenerate.
3562
3563 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
3564
3565 * configure.in: Require Gtk/Glib 2.6.
3566
3567 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3568
3569 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
3570 Use them throughout in place of AC_ARG_WITH calls.
3571 * configure: Regenerate.
3572
3573 2007-09-01 Andreas Schwab <schwab@suse.de>
3574
3575 * configure.in: Put quotes around nested macro calls.
3576
3577 2007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3578
3579 * configure.in: Fix typo.
3580 * configure: Regenerate.
3581
3582 2007-08-30 Glenn Morris <rgm@gnu.org>
3583
3584 * configure.in (AH_BOTTOM): Copy some manual changes made to
3585 src/config.in here so they are not lost when it regenerates.
3586
3587 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
3588
3589 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
3590
3591 * README.multi-tty: New file.
3592
3593 2007-08-29 Glenn Morris <rgm@gnu.org>
3594
3595 * README: Increase version to 23.0.50.
3596
3597 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
3598
3599 * configure.in: New option: --without-xaw3d.
3600
3601 2007-08-24 Glenn Morris <rgm@gnu.org>
3602
3603 * configure.in: Check for a suitably recent makeinfo.
3604
3605 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
3606
3607 * configure.in (Check for required libraries): Typo.
3608
3609 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3610
3611 * configure.in: Check librsvg2 also for Mac Carbon.
3612
3613 2007-08-22 Romain Francoise <romain@orebokech.com>
3614
3615 * make-dist: Follow reorganization of files in etc/.
3616
3617 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
3618
3619 * configure.in: Add support for SVG images through librsvg2.
3620
3621 2007-07-28 Eli Zaretskii <eliz@gnu.org>
3622
3623 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
3624 to avoid an error message if there is no DOC there.
3625
3626 2007-07-25 Glenn Morris <rgm@gnu.org>
3627
3628 * Relicense all FSF files to GPLv3 or later.
3629
3630 * COPYING, info/COPYING: Switch to GPLv3.
3631
3632 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
3633
3634 * configure.in: Complain if X seems to be installed but no
3635 development files were found.
3636
3637 2007-06-20 Glenn Morris <rgm@gnu.org>
3638
3639 * configure.in: Prefer libgif over libungif.
3640
3641 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
3642
3643 * configure.in: Check for all image libraries before exiting.
3644
3645 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
3646
3647 * configure.in: Exit with error if image libraries aren't found.
3648
3649 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
3650
3651 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
3652 when compiling without scrollbars.
3653
3654 2007-06-12 Glenn Morris <rgm@gnu.org>
3655
3656 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
3657
3658 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
3659
3660 * configure.in: Change wording about yes/gtk and lucid/athena
3661 being synonyms.
3662
3663 2007-06-08 Glenn Morris <rgm@gnu.org>
3664
3665 * configure.in: Make gtk the default toolkit.
3666
3667 2007-06-07 Glenn Morris <rgm@gnu.org>
3668
3669 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
3670 for a Sun C compiler.
3671
3672 * Makefile.in (install-arch-indep): Install only the DOC- file
3673 specific to the build, if possible, rather than DOC-*.
3674
3675 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3676
3677 * Version 22.1 released.
3678
3679 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
3680
3681 * mkinstalldirs: Sync to version in automake CVS.
3682
3683 2007-05-22 Andreas Schwab <schwab@suse.de>
3684
3685 * configure.in: Prefer build_alias over host when host_alias is not set.
3686 * configure: Regenerate.
3687
3688 2007-05-20 Andreas Schwab <schwab@suse.de>
3689
3690 * configure.in: Remove empty AC_SUBST.
3691 * configure: Regenerate.
3692
3693 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
3694
3695 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
3696 it like others.
3697 * configure: Regenerate.
3698
3699 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
3700
3701 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
3702 (AC_CHECK_LIB): Add -lgpm.
3703 * configure: Regenerate.
3704
3705 2007-05-03 Glenn Morris <rgm@gnu.org>
3706
3707 * configure: Tweak message about the absence of shell functions.
3708
3709 2007-04-27 Andreas Schwab <schwab@suse.de>
3710
3711 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
3712
3713 2007-04-26 Glenn Morris <rgm@gnu.org>
3714
3715 * README: Increase version to 22.1.50.
3716
3717 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
3718
3719 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
3720
3721 2007-04-19 Glenn Morris <rgm@gnu.org>
3722
3723 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
3724
3725 2007-04-18 Glenn Morris <rgm@gnu.org>
3726
3727 * INSTALL: Mention CPP.
3728
3729 2007-04-15 Glenn Morris <rgm@gnu.org>
3730
3731 * FTP: Replace with a pointer to the web version.
3732
3733 2007-04-13 Glenn Morris <rgm@gnu.org>
3734
3735 * INSTALL: In lib-src, timer, wakeup, yow are removed.
3736
3737 2007-04-04 Glenn Morris <rgm@gnu.org>
3738
3739 * configure.in (NON_GNU_CPP): Use associated preprocessor when
3740 compiling with Sun Studio on Solaris.
3741
3742 2007-03-23 Glenn Morris <rgm@gnu.org>
3743
3744 * configure.in: Restore support for hp800 (removed 2007-01-27)
3745 following clarification of legal status.
3746
3747 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
3748
3749 * configure.in: Add support for AIX4.3 on IBM RS6000.
3750
3751 * configure: Regenerate.
3752
3753 2007-03-20 Richard Stallman <rms@gnu.org>
3754
3755 * configure.in: Fix previous change.
3756
3757 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
3758
3759 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
3760 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
3761 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
3762
3763 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3764
3765 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
3766 user specifies "without".
3767
3768 * configure: Regenerate.
3769
3770 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
3771
3772 * configure.in: Warning for Gtk+ and Cygwin added.
3773 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
3774
3775 2007-02-27 Glenn Morris <rgm@gnu.org>
3776
3777 * make-dist (oldXMenu): Remove Imakefile.
3778 (etc/images): Add README.
3779
3780 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3781
3782 * configure.in (xtensa-*-linux-gnu*): New configuration.
3783
3784 * configure: Regenerate.
3785
3786 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
3787
3788 * config.guess, config.sub: Updated from master source.
3789
3790 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3791
3792 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
3793
3794 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
3795
3796 * configure.in: Restore support for hp800's not running HP-UX.
3797
3798 * configure: Regenerate.
3799
3800 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
3801
3802 * configure.in: Remove support for hp800 and sr2k machine types.
3803
3804 * configure: Regenerate.
3805
3806 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
3807
3808 * configure.in: Add check for libXft.
3809
3810 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
3811
3812 * INSTALL: Info files moved to share/info.
3813
3814 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
3815
3816 * configure.in: Detect and use fink-installed in intel-based Mac
3817 builds; change Apple Darwin section to support both PowerPC and
3818 Intel-based Macs.
3819
3820 2006-12-26 Andreas Schwab <schwab@suse.de>
3821
3822 * Makefile.in (datarootdir): Define.
3823
3824 2006-12-24 Richard Stallman <rms@gnu.org>
3825
3826 * configure.in: Require Autoconf 2.61.
3827
3828 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
3829
3830 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
3831 Remove redundant entry for powerpc-apple-netbsd.
3832
3833 * configure: Regenerate.
3834
3835 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
3836
3837 * configure: Regenerate with autoconf 2.61.
3838
3839 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
3840
3841 * configure.in: Detect alsa/asoundlib.h also.
3842 * configure: Regenerate.
3843
3844 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
3845
3846 * configure.in: Check if GTK+ compiles at all.
3847
3848 2006-12-10 Andreas Schwab <schwab@suse.de>
3849
3850 * configure.in: Remove check for struct timezone, its result is
3851 never used.
3852
3853 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
3854
3855 * configure.in: Add support for Solaris 10 on x86-64.
3856
3857 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
3858
3859 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
3860 of PKG_CONFIG_PATH.
3861
3862 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3863
3864 * configure.in (HAVE_SYNC): New test.
3865
3866 2006-12-03 Glenn Morris <rgm@gnu.org>
3867
3868 * Makefile.in: Fix Copyright format.
3869
3870 * configure.in (AH_TOP): Add missing Copyright year.
3871
3872 * update-subdirs: Add missing Copyright years.
3873
3874 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
3875
3876 * Makefile.in: Touch only the parts of the share/emacs directory
3877 specific to this version.
3878
3879 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
3880
3881 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
3882
3883 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3884
3885 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
3886
3887 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3888
3889 * configure.in: Prefer X11 to Carbon only when some X-specific
3890 option is specified (Thanks to Jan Djärv and Andreas Schwab).
3891
3892 2006-11-04 Romain Francoise <romain@orebokech.com>
3893
3894 * Makefile.in (bootstrap-clean-before): Fix typo.
3895 Use new target `bootstrap-clean' in the leim subdirectory.
3896
3897 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3898
3899 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
3900
3901 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
3902
3903 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
3904 directories.
3905
3906 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
3907
3908 * configure.in: Enable x86-64 OpenBSD compilation.
3909
3910 2006-10-28 Glenn Morris <rgm@gnu.org>
3911
3912 * AUTHORS: Add cal-html.el author.
3913
3914 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3915
3916 * make-dist: Make links to mac/make-package and
3917 mac/Emacs.app/Contents/Resources/Emacs.icns.
3918
3919 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
3920
3921 * README: Bump version number to 22.0.90.
3922
3923 2006-10-23 Andreas Schwab <schwab@suse.de>
3924
3925 * configure.in: Make sure x_default_search_path is always set even
3926 when x_libraries is empty, and look in .../share as well for each
3927 library directory.
3928
3929 2006-09-28 Kenichi Handa <handa@m17n.org>
3930
3931 * configure.in (locallisppath): Don't include leim dir.
3932 (lisppath): Include leim dir.
3933
3934 2006-09-15 Jay Belanger <belanger@truman.edu>
3935
3936 * COPYING: Replace "Library Public License" by "Lesser Public
3937 License" throughout.
3938
3939 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
3940
3941 * make-dist (EMACS): Exit and fail if the EMACS environment
3942 variable is set to something other than an absolute file name.
3943
3944 2006-08-16 Andreas Schwab <schwab@suse.de>
3945
3946 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
3947 of hardcoding it.
3948
3949 2006-08-16 Richard Stallman <rms@gnu.org>
3950
3951 * INSTALL.CVS: Clean up wording.
3952
3953 2006-07-14 Eli Zaretskii <eliz@gnu.org>
3954
3955 * configure.in (PKG_CHECK_MODULES): Redirect the output of
3956 $PKG_CONFIG --exists "$2" to config.log.
3957 * configure: Regenerate.
3958
3959 2006-07-09 Richard Stallman <rms@gnu.org>
3960
3961 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
3962
3963 2006-07-09 Kim F. Storm <storm@cua.dk>
3964
3965 * CONTRIBUTE: Use outline format.
3966 Add section on copyright years (from admin/notes/years).
3967
3968 2006-07-08 Eli Zaretskii <eliz@gnu.org>
3969
3970 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
3971 to /dev/null, since we don't need the error message, just the
3972 exit status.
3973
3974 2006-07-07 Eli Zaretskii <eliz@gnu.org>
3975
3976 * CONTRIBUTE: Slight formatting changes and typo fixes.
3977 Add description of NEWS markings.
3978
3979 2006-07-07 Kim F. Storm <storm@cua.dk>
3980
3981 * CONTRIBUTE: Mention INSTALL.CVS.
3982
3983 2006-07-05 Romain Francoise <romain@orebokech.com>
3984
3985 * make-dist (top-level): Add CONTRIBUTE.
3986
3987 2006-07-04 Richard Stallman <rms@gnu.org>
3988
3989 * CONTRIBUTE: Much rewrite.
3990
3991 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
3992
3993 * CONTRIBUTE: New file.
3994
3995 2006-06-24 Eli Zaretskii <eliz@gnu.org>
3996
3997 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
3998
3999 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
4000
4001 * configure.in: Add check for ALSA.
4002
4003 2006-05-06 Eli Zaretskii <eliz@gnu.org>
4004
4005 * Makefile.in (INFO_FILES): Remove emacs-xtra.
4006
4007 * info/dir: Remove the Emacs-Xtra entry.
4008
4009 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
4010
4011 Update copyright year(s) in many files.
4012
4013 2006-04-01 Eli Zaretskii <eliz@gnu.org>
4014
4015 * configure: Regenerated.
4016
4017 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4018
4019 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4020 --without-toolkit-scroll-bars was specified.
4021
4022 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
4023
4024 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4025 to CFLAGS. Update Copyright years written to src/config.in.
4026
4027 2006-03-18 Claudio Fontana <claudio@gnu.org>
4028
4029 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4030 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4031 to be installed/uninstalled.
4032 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4033 to Info files installed by Emacs.
4034
4035 2006-03-03 Claudio Fontana <claudio@gnu.org>
4036
4037 * Makefile.in (install, uninstall): Add DESTDIR variable to
4038 support staged installations.
4039
4040 2006-02-14 Richard M. Stallman <rms@gnu.org>
4041
4042 * configure.in (s390x-*-linux-gnu*): New configuration.
4043
4044 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
4045
4046 * configure.in: Require GTK 2.4 or newer.
4047
4048 2006-01-29 Michael Olson <mwolson@gnu.org>
4049
4050 * Makefile.in (install-arch-indep, uninstall): Add ERC.
4051 * info/dir (ERC): New entry.
4052
4053 2006-01-29 Eli Zaretskii <eliz@gnu.org>
4054
4055 * info/dir: Fix last change.
4056
4057 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4058
4059 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4060
4061 2006-01-27 Eli Zaretskii <eliz@gnu.org>
4062
4063 * info/dir: Untabify the whole file.
4064 (Rcirc): New entry.
4065
4066 2006-01-12 Andreas Schwab <schwab@suse.de>
4067
4068 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4069 check.
4070
4071 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4072
4073 * configure.in: Use -Wno-pointer-sign if available.
4074
4075 2005-12-29 Andreas Schwab <schwab@suse.de>
4076
4077 * config.guess, config.sub: Updated from master source.
4078
4079 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4080
4081 * configure.in: Use amdx86-64 for freebsd on x86_64.
4082
4083 2005-11-22 Romain Francoise <romain@orebokech.com>
4084
4085 * make-dist: Add etc/images/icons.
4086
4087 2005-11-03 Andreas Schwab <schwab@suse.de>
4088
4089 * configure.in: Use GZIP_PROG instead of GZIP.
4090
4091 * Makefile.in (GZIP_PROG): Renamed from GZIP.
4092 (install-arch-indep): Adjust.
4093
4094 2005-11-01 Andreas Schwab <schwab@suse.de>
4095
4096 * Makefile.in (bootstrap): Fix dependencies for parallel build.
4097 (bootfast): Likewise.
4098
4099 2005-11-01 Romain Francoise <romain@orebokech.com>
4100
4101 * configure.in: Check for gzip.
4102
4103 * Makefile.in (install): Compress source files.
4104
4105 2005-10-24 Steven Tamm <steventamm@mac.com>
4106
4107 * configure.in: Fix darwin386 configuration issue.
4108
4109 2005-10-22 Eli Zaretskii <eliz@gnu.org>
4110
4111 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
4112
4113 2005-10-17 Bill Wohler <wohler@newt.com>
4114
4115 * make-dist: Create and populate etc/images/low-color.
4116
4117 2005-10-15 Bill Wohler <wohler@newt.com>
4118
4119 * make-dist: Create and populate etc/images/gud.
4120
4121 2005-10-08 Richard M. Stallman <rms@gnu.org>
4122
4123 * make-dist (tempparent): Don't check for 14-char file name limit.
4124
4125 2005-10-07 Romain Francoise <romain@orebokech.com>
4126
4127 * make-dist: Add etc/images/ezimage and etc/images/mail
4128 directories. Install images in etc/images.
4129
4130 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4131
4132 * configure.in: Prefer Carbon if --enable-carbon-app or
4133 --with-carbon is explicitly specified even when X11 is detected.
4134
4135 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
4136
4137 * Makefile.in (install-arch-indep, uninstall):
4138 Handle newsticker manual.
4139 (info): Add - to commands.
4140
4141 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
4142
4143 Remove the MAXPATHLEN limitations:
4144
4145 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
4146
4147 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4148
4149 * configure.in <lynxsos*>: Support for LynxOS on PPC.
4150 * configure: Regenerate.
4151
4152 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
4153
4154 * config.guess, config.sub: Updated from master source.
4155
4156 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
4157
4158 * .cvsignore: Add `lock'.
4159
4160 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
4161
4162 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
4163
4164 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
4165
4166 Merge gnulib getopt implementation into Emacs.
4167
4168 * Makefile.in (AUTOCONF_INPUTS): New macro.
4169 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
4170 so that these files also depend on m4/getopt.m4.
4171 * configure.in: Configure getopt by including m4/getopt.m4,
4172 and configuring a getopt replacement if necessary.
4173 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
4174 * m4/getopt.m4: New file.
4175
4176 2005-07-06 Lute Kamstra <lute@gnu.org>
4177
4178 * configure.in: Fix capitalization.
4179
4180 2005-07-04 Lute Kamstra <lute@gnu.org>
4181
4182 Update FSF's address in GPL notices.
4183
4184 2005-06-19 Jérôme Marant <jerome@marant.org>
4185
4186 * Makefile.in (epaths-force): Protect both lisppath and
4187 buildlisppath from whitespace.
4188
4189 2005-06-08 Steven Tamm <steventamm@mac.com>
4190
4191 * configure.in: Support Darwin/MacOSX on Intel
4192
4193 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
4194
4195 * configure.in (HAVE_CANCELMENUTRACKING): New test.
4196
4197 2005-05-19 Jérôme Marant <jmarant@marant.org>
4198
4199 * configure.in: Add --enable-locallisppath.
4200
4201 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4202
4203 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
4204 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
4205 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
4206
4207 2005-05-07 Jérôme Marant <jerome@marant.org>
4208
4209 * make-dist: Remove references to makefile.nt and makefile.def.
4210 Include widgets and images subdirectories of etc. Do not exclude
4211 ldefs-boot.el.
4212
4213 2005-04-23 Andreas Schwab <schwab@suse.de>
4214
4215 * configure.in: Remove duplicate match for powerpc configuration.
4216
4217 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
4218
4219 * configure.in: Check for <pwd.h>.
4220
4221 2005-04-14 Lute Kamstra <lute@gnu.org>
4222
4223 * make-dist: Distribute all ChangeLog files in lisp/.
4224 Don't distribute ldefs-boot.el.
4225 lisp/makefile.nt no longer exists.
4226
4227 2005-04-13 Lute Kamstra <lute@gnu.org>
4228
4229 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
4230 for "no-byte-compile: t" in the file instead.
4231
4232 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4233
4234 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
4235 shadow the main Lesstif/Motif-2.1 libs and includes.
4236
4237 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
4238
4239 * configure.in: Only add XASSERTS to cppflags.
4240
4241 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
4242
4243 * configure.in: Added --enable-asserts.
4244
4245 2005-02-09 Kim F. Storm <storm@cua.dk>
4246
4247 Change release version from 21.4 to 22.1 throughout.
4248 Change development version from 21.3.50 to 22.0.50.
4249
4250 2005-01-19 Steven Tamm <steventamm@mac.com>
4251
4252 * configure.in: Check for <sys/utsname.h>.
4253
4254 2004-12-11 Kim F. Storm <storm@cua.dk>
4255
4256 * Makefile.in (info): Undo 2004-12-05 change.
4257
4258 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4259
4260 * info/dir (File): Add URL and Org Mode manuals.
4261 * Makefile.in (install-arch-indep, uninstall): Add url and org
4262 manuals.
4263
4264 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4265
4266 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
4267 committed to src/config.in.
4268
4269 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
4270
4271 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
4272 pthreads and define HAVE_GTK_AND_PTHREAD.
4273
4274 2004-12-05 Richard M. Stallman <rms@gnu.org>
4275
4276 * Makefile.in (info): Ignore errors building info files.
4277
4278 2004-11-27 Eli Zaretskii <eliz@gnu.org>
4279
4280 * config.bat: If 8-byte alignment is not supported, define
4281 NO_DECL_ALIGN in src/config.h, instead of trivially defining
4282 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
4283 filter through Sed to remove the quotes.
4284
4285 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4286
4287 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
4288 not apply to files explicitly `cvs add'ed.
4289
4290 2004-11-12 Eli Zaretskii <eliz@gnu.org>
4291
4292 * config.bat: Don't require djecho.exe for the v1.x build.
4293 Add a test for DECL_ALIGN support, and add a trivial definition to
4294 src/config.h if 8-byte alignment is not supported.
4295
4296 2004-11-08 Kim F. Storm <storm@cua.dk>
4297
4298 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
4299 files before building.
4300 (bootfast, bootstrap-clean-before-fast): New targets, like
4301 bootstrap but don't remove .elc files.
4302
4303 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
4304
4305 * configure.in: Add check for getrusage.
4306
4307 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
4308
4309 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
4310 New tests for new and old GTK file dialogs.
4311 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
4312 to no.
4313
4314 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
4315
4316 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
4317 can be set. Remove SETARCH test.
4318
4319 2004-10-08 Steven Tamm <steventamm@mac.com>
4320
4321 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
4322
4323 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
4324
4325 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
4326 AC_MSG_WARN. Move output of warning message to end of configure run.
4327
4328 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
4329
4330 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
4331 Run test to see if heap start address is random.
4332
4333 2004-09-29 Miles Bader <miles@gnu.org>
4334
4335 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
4336 if setarch is present.
4337
4338 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
4339
4340 * configure.in (HAVE_EXECSHIELD): Only define on x86.
4341
4342 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
4343
4344 * configure.in: Check for exec-shield.
4345
4346 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
4347
4348 * Makefile.in (install-arch-indep): Add pgg and sieve.
4349
4350 * info/.cvsignore: Added pgg and sieve.
4351
4352 2004-08-06 Andreas Schwab <schwab@suse.de>
4353
4354 * Makefile.in (install-arch-indep, uninstall): Add flymake.
4355
4356 2004-07-31 Eli Zaretskii <eliz@gnu.org>
4357
4358 * config.bat: Update URLs in the comments.
4359
4360 2004-07-05 Andreas Schwab <schwab@suse.de>
4361
4362 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
4363
4364 2004-06-21 Kenichi Handa <handa@m17n.org>
4365
4366 * make-dist: Link leim-ext.el into tempdir.
4367
4368 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4369
4370 * info/dir (File): Add emacs-xtra.
4371 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
4372
4373 2004-06-12 Juri Linkov <juri@jurta.org>
4374
4375 * info/dir: Move menu help lines from `* Menu:' to file header.
4376 Describe the purpose of a red *.
4377
4378 2004-05-04 Dave Love <fx@gnu.org>
4379
4380 * configure.in: Don't use `extrasub'.
4381
4382 2004-04-29 Dave Love <fx@gnu.org>
4383
4384 * configure.in: Don't forget to quote args to `test'.
4385
4386 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
4387
4388 * autogen.sh: Update filename in "please read" message.
4389
4390 2004-04-17 Richard M. Stallman <rms@gnu.org>
4391
4392 * INSTALL: Move the info about site-lisp dirs,
4393 and say uninstalled Emacs looks there too.
4394
4395 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4396
4397 * config.bat (lib-src): Recognize comment lines in Makefile.in
4398 that have a TAB after the #, to avoid errors in preprocessing with
4399 GCC 3.3.3.
4400
4401 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4402
4403 * Makefile.in: Mention in comment that `make maintainer-clean'
4404 deletes .elc files.
4405
4406 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4407
4408 * update-subdirs: Add local variables to prevent byte-compiling.
4409
4410 2004-03-21 Dave Love <fx@gnu.org>
4411
4412 * configure.in: Fix previous change.
4413
4414 2004-03-18 Dave Love <fx@gnu.org>
4415
4416 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
4417
4418 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
4419
4420 * info/dir (File): Add SMTP and SES.
4421
4422 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4423
4424 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
4425 (bootstrap): Use the new bootstrap-prepare target in lisp.
4426
4427 2004-02-18 Kim F. Storm <storm@cua.dk>
4428
4429 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
4430
4431 2004-02-16 Eli Zaretskii <eliz@gnu.org>
4432
4433 * make-dist: Don't link index.*perm and permute-index into tempdir.
4434
4435 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
4436
4437 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
4438 to match previous changes by Eli Zaretskii.
4439
4440 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
4441
4442 * Makefile.in: Set CDPATH to an empty string.
4443
4444 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
4445
4446 * configure.in <darwin>: Use fink packages if available.
4447
4448 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
4449
4450 * make-dist (lispref): Do include lispref/index.texi.
4451
4452 2004-01-06 Eric Hanchrow <offby1@blarg.net>
4453
4454 * make-dist (tempdir): Include cursors in nt/icons.
4455
4456 2003-12-30 Eli Zaretskii <eliz@gnu.org>
4457
4458 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
4459 clashes with install-sh on 8+3 filesystems.
4460
4461 2003-12-24 Miles Bader <miles@gnu.org>
4462
4463 * .cvsignore: Add .arch-inventory.
4464
4465 2003-12-24 Andreas Schwab <schwab@suse.de>
4466
4467 * configure.in: Check for <sys/socket.h>. Include it before
4468 including <net/if.h>. Move check for <net/if.h> before its use.
4469
4470 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
4471
4472 * Makefile.in (install-arch-dep): Don't let cd output go into
4473 pipe for carbon_appdir.
4474
4475 2003-12-24 Andreas Schwab <schwab@suse.de>
4476
4477 * configure.in (PKG_CHECK_MODULES): Fix quoting.
4478
4479 2003-12-01 Andreas Schwab <schwab@suse.de>
4480
4481 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
4482 hardcoding gcc.
4483
4484 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
4485
4486 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
4487 multiple displays.
4488 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
4489
4490 2003-09-23 Dave Love <fx@gnu.org>
4491
4492 * configure.in: Check members of struct ifreq.
4493
4494 2003-09-14 Kim F. Storm <storm@cua.dk>
4495
4496 * configure.in: Add checks for sys/ioctl.h and net/if.h.
4497
4498 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
4499
4500 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
4501
4502 2003-08-18 Lute Kamstra <lute@gnu.org>
4503
4504 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
4505 required anymore.
4506
4507 2003-08-07 Andrew Choi <akochoi@shaw.ca>
4508
4509 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
4510 option instead of -traditional-cpp for CPP.
4511
4512 2003-07-29 Richard M. Stallman <rms@gnu.org>
4513
4514 * configure.in (HAVE_XIM): Define if XIM is available.
4515
4516 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
4517
4518 * configure.in: The function gtk_window_set_icon_from_file was
4519 introduced in GTK+ 2.2, so check for that release.
4520
4521 2003-07-23 Andreas Schwab <schwab@suse.de>
4522
4523 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
4524
4525 * Makefile.in (YACC): Remove, not used.
4526 (MAINT): Don't set.
4527 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
4528 disable dependency on ${srcdir}/configure.in when maintainer mode
4529 is disabled.
4530
4531 2003-07-22 Dave Love <fx@gnu.org>
4532
4533 * configure.in: Make XRegisterIMInstantiateCallback test depend on
4534 HAVE_X11, not with_xim.
4535 (HAVE_CRTIN): Provide template.
4536 <with_png>: Test for png.h and libpng/png.h.
4537
4538 2003-07-15 Andreas Schwab <schwab@suse.de>
4539
4540 * configure.in: Temporarily leave quoting for AC_DEFINE.
4541
4542 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
4543
4544 * configure.in: Check for posix_memalign.
4545
4546 2003-07-12 Richard M. Stallman <rms@gnu.org>
4547
4548 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
4549
4550 2003-07-09 Kim F. Storm <storm@cua.dk>
4551
4552 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
4553 functionality of --without-xim.
4554
4555 2003-06-29 Dave Love <fx@gnu.org>
4556
4557 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
4558
4559 2003-06-23 Dave Love <fx@gnu.org>
4560
4561 * configure.in: Check for sys/_mbstate_t.h.
4562 Test XRegisterIMInstantiateCallback prototype.
4563 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
4564
4565 2003-06-06 Dave Love <fx@gnu.org>
4566
4567 * configure.in: Check for locale.h.
4568
4569 2003-06-05 Dave Love <fx@gnu.org>
4570
4571 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
4572 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
4573 (NLIST_STRUCT): Don't define.
4574 (AH_BOTTOM): Define my_strftime.
4575
4576 2003-06-02 Richard M. Stallman <rms@gnu.org>
4577
4578 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
4579
4580 2003-05-24 Andreas Schwab <schwab@suse.de>
4581
4582 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
4583 bzero, and bcmp.
4584
4585 2003-05-22 Dave Love <fx@gnu.org>
4586
4587 * configure.in: Remove redundant test for term.h. Test for difftime.
4588
4589 2003-05-20 Dave Love <fx@gnu.org>
4590
4591 * configure.in: Append * to s390-*-linux-gnu case.
4592 (LIBMAIL) <lockfile>: Don't define.
4593
4594 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
4595
4596 * INSTALL (* GNU/Linux development packages): Mention Debian and
4597 RedHat package names.
4598
4599 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
4600
4601 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
4602
4603 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
4604
4605 * INSTALL (* GNU/Linux development packages): Tell people to
4606 install additional packages for compiling Emacs.
4607
4608 2003-04-30 Richard M. Stallman <rms@gnu.org>
4609
4610 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
4611
4612 2003-04-28 Francesco Potortì <pot@gnu.org>
4613
4614 * configure.in: Undo last (RMS') change, as it is useless, per
4615 Dave Love.
4616
4617 2003-04-08 Richard M. Stallman <rms@gnu.org>
4618
4619 * configure.in: Put #include of jpeglib.h at start of line.
4620
4621 2003-04-06 Francesco Potortì <pot@gnu.org>
4622
4623 * configure.in: Use the same configuration for all aix5, not just
4624 aix5.1.
4625
4626 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
4627
4628 * configure.in: Check for need for bigtoc support on IBM AIX for
4629 solving a linker table overflow problem.
4630
4631 2003-03-03 Rob Browning <rlb@defaultvalue.org>
4632
4633 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
4634 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
4635 over bzero, bcmp, and bcopy.
4636
4637 2003-02-23 Simon Josefsson <jas@extundo.com>
4638
4639 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
4640
4641 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
4642
4643 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
4644
4645 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
4646
4647 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
4648
4649 2003-02-08 Andreas Schwab <schwab@suse.de>
4650
4651 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
4652 instead of the substitution.
4653
4654 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4655
4656 * Makefile.in: Use @EXEEXT@ for Cygwin.
4657 Use USERNAME if LOGNAME is not set (for Cygwin).
4658
4659 * configure.in: Add opsys=cygwin.
4660
4661 2003-01-22 Andreas Schwab <schwab@suse.de>
4662
4663 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
4664 redefining it explicitly in src/config.in.
4665
4666 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
4667
4668 * Makefile.in (bootstrap): Make bootstrap-after.
4669
4670 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
4671
4672 * configure.in: Fix --with-gtk.
4673
4674 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
4675
4676 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
4677
4678 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
4679
4680 2003-01-14 Francesco Potortì <pot@gnu.org>
4681
4682 * configure.in (m68k-motorola-sysv): Remove (obsolete).
4683
4684 2003-01-07 Steven Tamm <steventamm@mac.com>
4685
4686 * configure.in: New option, --enable-carbon-app, to specify
4687 that the application should be installed
4688 * Makefile.in (install-arch-dep): On Mac OS X, install the
4689 Emacs.app application if carbon-app is enabled
4690
4691 2003-01-06 Dave Love <fx@gnu.org>
4692
4693 * configure.in: Check for nl_langinfo.
4694 [!HAVE_SIZE_T]: Fix typedef.
4695
4696 2003-01-06 David Kastrup <dak@gnu.org>
4697
4698 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
4699
4700 * configure.in: Add tests for install-info.
4701
4702 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
4703
4704 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
4705 use again sol2-6 instead of sol2-8.
4706
4707 2002-12-09 Dave Love <fx@gnu.org>
4708
4709 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
4710
4711 2002-12-08 Andreas Schwab <schwab@suse.de>
4712
4713 * Makefile.in (install-arch-indep): Revert last change.
4714
4715 2002-11-27 Dave Love <fx@gnu.org>
4716
4717 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
4718 Check for __sys_siglist too. Check for memset.
4719 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
4720
4721 2002-11-22 Juanma Barranquero <lektu@terra.es>
4722
4723 * config.guess, config.sub: Updated from master source.
4724
4725 2002-11-19 Karl Fogel <kfogel@red-bean.com>
4726
4727 * autogen.sh: New file.
4728
4729 2002-11-18 Dave Love <fx@gnu.org>
4730
4731 * configure.in: Tidy up various quoting issues throughout.
4732 Use AC_GNU_SOURCE.
4733 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
4734 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
4735 Maybe define bcopy, bzero, bcmp.
4736 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
4737 non-existent machine file).
4738 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
4739 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
4740 (nlist.h): Move test up.
4741
4742 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
4743
4744 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
4745
4746 2002-11-14 Francesco Potortì <pot@gnu.org>
4747
4748 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
4749
4750 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
4751
4752 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
4753
4754 2002-11-08 Dave Love <fx@gnu.org>
4755
4756 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
4757 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
4758
4759 2002-11-07 Miles Bader <miles@gnu.org>
4760
4761 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
4762 Handle separate-build-dir case.
4763
4764 2002-11-06 Richard M. Stallman <rms@gnu.org>
4765
4766 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
4767 bulletproof. $bar may be empty when there are no .elc files.
4768
4769 2002-10-30 Dave Love <fx@gnu.org>
4770
4771 * configure.in: Require autoconf 2.53. Test for pty.h,
4772 sys/mman.h, sys/param.h, mremap, memmove.
4773 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
4774 (AC_PROG_YACC): Delete.
4775 (size_t): Use AC_CHECK_TYPES.
4776 (AH_TOP): Up-date copyright.
4777
4778 2002-10-01 Juanma Barranquero <lektu@terra.es>
4779
4780 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
4781
4782 2002-09-19 Richard M. Stallman <rms@gnu.org>
4783
4784 * configure.in: Fix the LessTif-directory-finder for real.
4785
4786 2002-09-14 Richard M. Stallman <rms@gnu.org>
4787
4788 * Makefile.in (maybe_bootstrap): Test for complete absence
4789 of compiled Lisp files.
4790
4791 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
4792
4793 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
4794 (bootstrap-clean-after): Delete.
4795 (bootstrap): Make the sequencing explicit.
4796
4797 2002-09-10 Richard M. Stallman <rms@gnu.org>
4798
4799 * configure.in: Fix previous LessTif change.
4800
4801 2002-09-09 Richard M. Stallman <rms@gnu.org>
4802
4803 * configure.in (powerpcle-*-solaris2.5*): New configuration.
4804 (powerpcle-*-solaris*): Use version 2.6 as default.
4805 (*-sunos5.6*, *-solaris2.6*): New alternative.
4806 (*-sunos5*): Use version 2.6 as default.
4807
4808 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4809
4810 * configure.in: Fix typo.
4811
4812 2002-09-05 Richard M. Stallman <rms@gnu.org>
4813
4814 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
4815
4816 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
4817 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
4818
4819 2002-08-26 Kim F. Storm <storm@cua.dk>
4820
4821 * Makefile.in (install-arch-indep): Do not remove DOC file
4822 when it is the only DOC file installed; this is the case when
4823 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
4824
4825 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
4826
4827 * configure.in: Fix typo.
4828
4829 2002-07-24 Richard M. Stallman <rms@gnu.org>
4830
4831 * configure.in: Don't print anything special about gamedir.
4832
4833 * configure.in: Delete nonstandard --with-game-user option.
4834
4835 2002-07-21 Richard M. Stallman <rms@gnu.org>
4836
4837 * Makefile.in (gamedir, localstatedir): New variables.
4838 (epaths-force): Insert value of gamedir into PATH_GAME.
4839
4840 * configure.in (gamedir): Handle it like lispdir.
4841 (--with-game-dir option): Delete.
4842
4843 2002-06-21 Pavel Janík <Pavel@Janik.cz>
4844
4845 * configure.in: Add support for mipseb-*-netbsd* machines.
4846
4847 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4848
4849 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
4850
4851 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4852
4853 * info/dir (File): Add an entry for Tramp.
4854
4855 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4856
4857 * INSTALL-CVS: New file.
4858
4859 2002-06-07 Andreas Schwab <schwab@suse.de>
4860
4861 * configure.in (x86_64-*-linux-gnu*): New system.
4862
4863 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
4864
4865 * config.bat: Handle the case when lispintro is truncated to lispintr.
4866
4867 2002-05-26 Paul Eggert <eggert@twinsun.com>
4868
4869 * config.guess, config.sub: Updated from master source.
4870
4871 2002-05-09 Richard M. Stallman <rms@gnu.org>
4872
4873 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
4874
4875 2002-05-04 Pavel Janík <Pavel@Janik.cz>
4876
4877 * make-dist: Do not distribute lock/ directory.
4878
4879 2002-04-30 Andrew Choi <akochoi@shaw.ca>
4880
4881 * configure.in: Provide documentation string when defining
4882 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
4883 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
4884
4885 2002-04-29 Colin Walters <walters@verbum.org>
4886
4887 * configure.in: Delete configure check for access to the game user.
4888
4889 2002-04-29 Pavel Janík <Pavel@Janik.cz>
4890
4891 * make-dist: lwlib/Imakefile is removed.
4892
4893 2002-04-26 Andrew Choi <akochoi@shaw.ca>
4894
4895 * configure.in: Add support for powerpc-apple-darwin*.
4896 (HAVE_CARBON): Add.
4897
4898 * make-dist: Create directories in mac/Emacs.app.
4899
4900 2002-04-25 Pavel Janík <Pavel@Janik.cz>
4901
4902 * make-dist: lwlib-Xol* are removed.
4903
4904 2002-04-23 Andreas Schwab <schwab@suse.de>
4905
4906 * Makefile.in (MAINT): New variable.
4907 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
4908 instead of configure.in, to avoid running autoconf and autoheader
4909 unless explicitly requested.
4910
4911 2002-04-16 Eli Zaretskii <eliz@gnu.org>
4912
4913 * config.bat: Update for msdos/sed2v2.inp.
4914
4915 2002-04-15 Andreas Schwab <schwab@suse.de>
4916
4917 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
4918 * configure.in: Add config header templates to all AC_DEFINE and
4919 AC_DEFINE_UNQUOTED symbols.
4920 * make-dist: Run autoheader if necessary.
4921
4922 2002-04-10 Colin Walters <walters@verbum.org>
4923
4924 * configure.in: Add --game-dir, --game-user. Test to see if we
4925 can use them.
4926
4927 2002-04-08 Pavel Janík <Pavel@Janik.cz>
4928
4929 * configure.in: Add --with-sound.
4930
4931 2002-03-18 Kim F. Storm <storm@cua.dk>
4932
4933 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
4934 and getsockname functions. Test for sys/un.h include file.
4935
4936 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
4937
4938 * configure.in: Support AIX 5.1.
4939
4940 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
4941
4942 * configure.in: Added test for X Session Management (HAVE_X_SM).
4943
4944 2002-03-03 Richard M. Stallman <rms@gnu.org>
4945
4946 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
4947 Run chown $${LOGNAME} on files installed by tar xvf.
4948
4949 2002-03-03 Kim F. Storm <storm@cua.dk>
4950
4951 * configure.in: Test for getpeername.
4952
4953 2002-03-01 Richard M. Stallman <rms@gnu.org>
4954
4955 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
4956 (HAVE_GIF): Don't use old libungif versions that crash.
4957
4958 2002-02-26 Richard M. Stallman <rms@gnu.org>
4959
4960 * configure.in <making srcdir absolute>: Verify that PWD is correct,
4961 not just well-formed and valid.
4962 (mips-compaq-nonstopux*): New configuration.
4963
4964 2002-02-18 Paul Eggert <eggert@twinsun.com>
4965
4966 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
4967 "sed q" is a portable equivalent to plain "head -1".
4968
4969 2002-02-13 Richard M. Stallman <rms@gnu.org>
4970
4971 * Makefile.in (maybe_bootstrap): Do `exit 1'.
4972 (all): Don't depend on maybe_bootstrap here.
4973 (${SUBDIR}): Depend on it here instead.
4974
4975 2002-02-08 Richard M. Stallman <rms@gnu.org>
4976
4977 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
4978
4979 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4980
4981 * configure.in: Recognize BSD/OS 5.0.
4982
4983 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4984
4985 * make-dist: Make version checking in emacs.texi consistent with
4986 how we set it there.
4987
4988 2001-12-29 Kim F. Storm <storm@cua.dk>
4989
4990 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
4991
4992 2001-12-28 Richard M. Stallman <rms@gnu.org>
4993
4994 * configure.in: Test for mbsinit.
4995
4996 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4997
4998 These changes make Leim part of the standard distribution:
4999
5000 * README: Add info about the `leim' directory.
5001
5002 * INSTALL: Remove text that describes Leim as a separate package.
5003
5004 * noleim-Makefile.in: File removed.
5005
5006 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5007 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
5008 Leim files out of the Emacs tree. Don't prepare a separate tarball
5009 for Leim.
5010
5011 2001-12-11 Richard M. Stallman <rms@gnu.org>
5012
5013 * configure.in (hppa*-*-linux-gnu*): New alternative.
5014
5015 2001-12-08 Pavel Janík <Pavel@Janik.cz>
5016
5017 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5018 creating distribution.
5019
5020 2001-12-06 Paul Eggert <eggert@twinsun.com>
5021
5022 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5023 (AC_FUNC_VFORK): Remove.
5024 (AC_FUNC_FORK): Add.
5025 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5026 this is required by recent Autoconf versions.
5027
5028 2001-12-02 Pavel Janík <Pavel@Janik.cz>
5029
5030 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5031 TODO, vms-pp.trans and others).
5032
5033 2001-11-29 Pavel Janík <Pavel@Janik.cz>
5034
5035 * make-dist: Use COPYING from the top-level directory.
5036
5037 2001-11-29 Gerd Moellmann <gerd@gnu.org>
5038
5039 * configure.in: Add support for FreeBSD/Alpha.
5040
5041 2001-11-29 Pavel Janík <Pavel@Janik.cz>
5042
5043 * make-dist: Add COPYING to the top-level directory of the
5044 distribution. Simplify the logic behind copying.
5045
5046 * Makefile.in (maybe_bootstrap): Fix previous change.
5047
5048 2001-11-28 Richard M. Stallman <rms@gnu.org>
5049
5050 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5051
5052 2001-11-26 Richard M. Stallman <rms@gnu.org>
5053
5054 * Makefile.in: bootstrap should not delete dumped executables.
5055 (bootstrap-clean-before): New target.
5056 (bootstrap): Use bootstrap-clean-before instead of clean.
5057 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
5058
5059 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
5060
5061 These changes add the Emacs Lisp Introduction manual to the
5062 distribution:
5063
5064 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5065
5066 * make-dist: Copy the files in lispintro directory.
5067
5068 * config.bat: Configure in the lispintro directory.
5069
5070 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
5071
5072 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
5073 (lispintro/Makefile): New target.
5074 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
5075 (unlock, relock, info, dvi): Ditto.
5076
5077 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5078
5079 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
5080
5081 * make-dist (etc): Don't distribute gfdl.1.
5082
5083 2001-11-22 Colin Walters <walters@debian.org>
5084
5085 * Makefile.in (install-arch-indep): Install the calc .info files.
5086 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5087
5088 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5089
5090 * make-dist (lispref): Add *.txt, *.el, permute-index, and
5091 tindex.pl to the list of those being put into the distribution.
5092
5093 2001-11-16 Eli Zaretskii <eliz@gnu.org>
5094
5095 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
5096
5097 2001-11-15 Pavel Janík <Pavel@Janik.cz>
5098
5099 * Makefile.in (uninstall): Fix previous change.
5100
5101 * configure.in, Makefile.in: Add support for --program-prefix,
5102 --program-suffix and --program-transform-name options.
5103
5104 2001-11-13 Pavel Janík <Pavel@Janik.cz>
5105
5106 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
5107 (install-arch-indep): Install emacsclient manual page.
5108 (uninstall): Uninstall emacsclient manual page.
5109
5110 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
5111
5112 * make-dist: Add lispref/index.*perm files to the distribution.
5113 From Pavel Janík <Pavel@Janik.cz>.
5114
5115 2001-11-12 Pavel Janík <Pavel@Janik.cz>
5116
5117 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
5118
5119 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5120
5121 * configure.in: AC_OUTPUT lispref/Makefile.
5122
5123 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5124
5125 The following changes add the ELisp reference manual to the
5126 distribution.
5127
5128 * make-dist: Add the lispref directory to the distribution.
5129
5130 * Makefile.in (install-arch-indep): Add elisp* to the list of
5131 installed Info files.
5132 (SUBDIR_MAKEFILES): Add lispref/Makefile.
5133 (lispref/Makefile): New target.
5134 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
5135 Add commands for the lispref directory.
5136 (info, dvi): Ditto.
5137
5138 * config.bat: Configure in `lispref'.
5139
5140 2001-11-09 Richard M. Stallman <rms@gnu.org>
5141
5142 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
5143
5144 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
5145
5146 * make-dist (tempdir): Copy AUTHORS as well.
5147
5148 2001-11-06 Sam Steingold <sds@gnu.org>
5149
5150 * configure.in: Added a check for <nlist.h>.
5151
5152 2001-11-01 Pavel Janík <Pavel@Janik.cz>
5153
5154 * configure.in: Reindent --help output.
5155 From Per Starbäck (starback@ling.uu.se).
5156
5157 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5158
5159 * configure.in: New entry for HP/UX-11.
5160
5161 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
5162 From Eric S. Raymond <esr@golux.thyrsus.com>.
5163
5164 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5165
5166 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
5167 <athornton@sinenomine.net>.
5168
5169 2001-10-25 Gerd Moellmann <gerd@gnu.org>
5170
5171 * Makefile.in (maybe_bootstrap): New target.
5172 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5173
5174 2001-10-24 Ken Raeburn <raeburn@gnu.org>
5175
5176 * configure.in: If --with-hesiod is given, look for
5177 hes_getmailhost and res_send or __res_send; check hesiod and
5178 resolv libraries respectively if system libraries don't supply them.
5179
5180 2001-10-24 Gerd Moellmann <gerd@gnu.org>
5181
5182 * configure.in: Use $MAKE for `make' if set.
5183
5184 2001-10-22 Gerd Moellmann <gerd@gnu.org>
5185
5186 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
5187 to tar options.
5188
5189 2001-10-20 Gerd Moellmann <gerd@gnu.org>
5190
5191 * (Version 21.1 released).
5192
5193 2001-10-20 Miles Bader <miles@gnu.org>
5194
5195 * configure.in (configuration): Set from `host' if `host_alias'
5196 isn't defined.
5197
5198 2001-10-19 Andreas Schwab <schwab@suse.de>
5199
5200 * configure.in: Make ready for autoconf 2.5x.
5201 (AC_PREREQ): Require autoconf 2.50.
5202 * aclocal.m4: Removed.
5203 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
5204
5205 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5206
5207 * README: Bump Emacs version to 21.1.50.
5208
5209 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5210
5211 * Branch for 21.1.
5212
5213 2001-09-05 Gerd Moellmann <gerd@gnu.org>
5214
5215 * configure.in: Avoid `$@' which is handled specially in
5216 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
5217
5218 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
5219
5220 * make-dist (nt): Add subdirs.el to the list of distributed files.
5221
5222 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
5223
5224 * configure.in (machine): Add an entry for
5225 hppa1.1-hitachi-hiuxwe2*.
5226
5227 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5228
5229 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
5230 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
5231
5232 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5233
5234 * make-dist: Copy texinfo.tex unconditionally.
5235
5236 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5237
5238 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
5239 that are installed.
5240
5241 2001-04-06 Gerd Moellmann <gerd@gnu.org>
5242
5243 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
5244 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
5245
5246 * make-dist: Handle leim/MISC-DIC. Only include
5247 `[a-zA-Z]*.{el,elc}' from leim/quail.
5248
5249 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5250
5251 * Makefile.in (install-arch-indep): Remove .cvsignore files.
5252
5253 2001-03-30 Gerd Moellmann <gerd@gnu.org>
5254
5255 * Makefile.in (.PHONY): Add for bootstrap targets.
5256 (bootstrap-clean): New target.
5257 (bootstrap): Use it instead of `clean'.
5258
5259 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
5260
5261 * Makefile.in (SUBDIR): Remove leim.
5262 (all, .RECURSIVE, extraclean): Add leim explicitly.
5263 (leim): Provide separate rule which exports PARALLEL=0 into the
5264 environment.
5265
5266 2001-03-20 Gerd Moellmann <gerd@gnu.org>
5267
5268 * configure.in (HAVE_XPM): Don't print the result of the check for
5269 XpmReturnAllocPixels if we don't have an xpm.h.
5270
5271 2001-03-05 Gerd Moellmann <gerd@gnu.org>
5272
5273 * COPYING: New file.
5274
5275 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5276
5277 * config.bat: Update the copyright.
5278
5279 2001-02-23 Kenichi Handa <handa@etl.go.jp>
5280
5281 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
5282 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
5283 to `yes'. Later in AC_OUTPUT, check this variable.
5284
5285 2001-02-09 Dave Love <fx@gnu.org>
5286
5287 * AUTHORS: Updated.
5288
5289 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5290
5291 * info/dir (Ebrowse): Fix the entry (was missing a dot).
5292
5293 2001-02-02 Gerd Moellmann <gerd@gnu.org>
5294
5295 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
5296
5297 * Makefile.in (uninstall): Ignore exit code of `rm'.
5298
5299 * Makefile.in (uninstall): Remove more info files. Remove
5300 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
5301
5302 2001-01-31 Gerd Moellmann <gerd@gnu.org>
5303
5304 * noleim-Makefile.in (extraclean): Add.
5305
5306 2001-01-28 Gerd Moellmann <gerd@gnu.org>
5307
5308 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
5309 it quiet.
5310
5311 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
5312
5313 * Makefile.in (tags): Fix typo.
5314
5315 2001-01-13 Kenichi Handa <handa@etl.go.jp>
5316
5317 * configure.in: Fix typo in the code setting x_search_path.
5318
5319 2001-01-10 Dave Love <fx@gnu.org>
5320
5321 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
5322 -lXext.
5323 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
5324 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
5325 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
5326 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
5327 (now in $LIBS).
5328
5329 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5330
5331 * config.bat: Run the preprocessor with -traditional.
5332
5333 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
5334
5335 * INSTALL: Move copying conditions to end of file.
5336
5337 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5338
5339 * INSTALL: Add basic installation procedure which assumes
5340 `configure' does its job. Elaborate on image support libraries.
5341 Add a pointer to Xaw3d library. Add advice about solving
5342 configure-time problems by looking in config.log and setting
5343 variables in the environment.
5344
5345 2000-12-27 Gerd Moellmann <gerd@gnu.org>
5346
5347 * Makefile.in (install-arch-indep): If tar fails, exit with
5348 exit code 1.
5349
5350 2000-12-19 Gerd Moellmann <gerd@gnu.org>
5351
5352 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
5353 source file includes XKBlib.h. On some broken Solaris systems,
5354 there is an XKBlib.h, reportedly, but header files included by
5355 XKBlib.h are missing.
5356
5357 2000-12-14 Gerd Moellmann <gerd@gnu.org>
5358
5359 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
5360
5361 2000-12-11 Dave Love <fx@gnu.org>
5362
5363 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
5364
5365 2000-12-11 Paul Eggert <eggert@twinsun.com>
5366
5367 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
5368 Merge fixes from latest GNU tar version. These macros no longer
5369 futz with _XOPEN_SOURCE, as that was not portable in practice.
5370 (AC_FUNC_FSEEKO): New macro.
5371
5372 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
5373 ftello.
5374
5375 2000-12-05 Dave Love <fx@gnu.org>
5376
5377 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
5378
5379 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5380
5381 * info/dir: Change the category to "Emacs".
5382
5383 2000-12-01 Gerd Moellmann <gerd@gnu.org>
5384
5385 * make-dist (tempdir): Remove epaths.h from the distribution
5386 instead of paths.h.
5387
5388 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5389
5390 * config.bat: Check for existence of djecho.exe, and print an
5391 error message if it is not available.
5392
5393 * INSTALL: Describe possible problem with djecho.exe in old
5394 versions of DJGPP v2.x.
5395
5396 2000-11-23 Gerd Moellmann <gerd@gnu.org>
5397
5398 * configure.in: Initialize HAVE_LIBXP to no.
5399
5400 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5401
5402 * configure.in: Use m/macppc.h instead of the non-existent
5403 m/powerpc.h.
5404
5405 2000-11-21 Gerd Moellmann <gerd@gnu.org>
5406
5407 * Makefile.in (install-arch-indep): Also install info/eshell*
5408 and info/speedbar*.
5409
5410 * configure.in (HAVE_PNG): Check for the presence of
5411 png_get_channels to rule out older PNG libs.
5412
5413 * configure.in (AC_OUTPUT): Arrange to emit definitions of
5414 GCC and NON_GNU_CPP into config.status.
5415
5416 2000-11-20 Dave Love <fx@gnu.org>
5417
5418 * configure.in: Fix last change.
5419
5420 * GETTING.GNU.SOFTWARE: Deleted.
5421 * FTP: New file to replace it.
5422 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
5423
5424 2000-11-20 Gerd Moellmann <gerd@gnu.org>
5425
5426 * configure.in: Use -traditional with GNU cpp.
5427
5428 2000-11-17 Gerd Moellmann <gerd@gnu.org>
5429
5430 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
5431 Distribute more files from the nt/ subdir. Distribute PBM
5432 image files from subdirs of lisp/. Distribute old change logs
5433 from subdirs of lisp/. Distribute play/5x5.el.
5434
5435 2000-11-11 Dave Love <fx@gnu.org>
5436
5437 * config.sub, config.guess: Updated from master source.
5438
5439 2000-11-07 Dave Love <fx@gnu.org>
5440
5441 * configure.in: Test for mkstemp.
5442
5443 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
5444
5445 * info/dir (Top): Rearrange menu items more logically, and put
5446 them into a single category. Add menu items for RefTeX and
5447 Widget.
5448
5449 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5450
5451 * Makefile.in (install-arch-indep): Use --info-dir instead of
5452 --dir-file, and a simple argument instead of --info-file, so that
5453 the Debian version of install-info also works.
5454
5455 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
5456
5457 * info/dir (Speedbar): Add entry.
5458
5459 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5460
5461 * INSTALL: Describe the new image-support options to the configure
5462 script. List URLs where image support libraries can be found.
5463
5464 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5465
5466 * info/dir (Top): Add an entry for Eshell.
5467
5468 2000-10-02 Dave Love <fx@gnu.org>
5469
5470 * configure.in: Check for gai_strerror.
5471
5472 2000-10-01 Andreas Schwab <schwab@suse.de>
5473
5474 * Makefile.in (install-arch-indep): Update list of installed info files.
5475
5476 2000-09-30 Gerd Moellmann <gerd@gnu.org>
5477
5478 * configure.in: Support `sparc*-*-netbsd*'.
5479
5480 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5481
5482 * info/dir (MIME): Add entry for emacs-mime.
5483
5484 2000-09-29 Dave Love <fx@gnu.org>
5485
5486 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
5487
5488 2000-09-26 Gerd Moellmann <gerd@gnu.org>
5489
5490 * make-dist: Adapt to the change of leim/Makefile which was
5491 necessary to ensure a reasonably working `make dist'.
5492
5493 * leim-Makefile.in: Moved to leim/Makefile.in..
5494
5495 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
5496
5497 2000-09-21 Kenichi Handa <handa@etl.go.jp>
5498
5499 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
5500 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
5501 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
5502 files to .elc.
5503 (${TIT}): Adjusted for the above change.
5504 (clean mostlyclean): Likewise.
5505 (.el.elc): New target.
5506
5507 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5508
5509 * make-dist: Include XPM and XBM files in lisp/ and subdirs
5510 in the distribution.
5511
5512 2000-09-18 Gerd Moellmann <gerd@gnu.org>
5513
5514 * make-dist (skk): Rename to `ja-dic' because the leim directory
5515 was renamed.
5516
5517 2000-09-14 Dave Love <fx@gnu.org>
5518
5519 * configure.in: Fix spurion in last change.
5520
5521 2000-09-14 Gerd Moellmann <gerd@gnu.org>
5522
5523 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
5524 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
5525 to `no' if defined. Change result report.
5526
5527 2000-09-08 Dave Love <fx@gnu.org>
5528
5529 * configure.in: Remove spurious `@'s.
5530
5531 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
5532 autoconf.
5533
5534 2000-09-06 Gerd Moellmann <gerd@gnu.org>
5535
5536 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
5537 file and print informational message.
5538
5539 * configure.in (AC_FUNC_MMAP): Add.
5540
5541 2000-09-01 Gerd Moellmann <gerd@gnu.org>
5542
5543 * configure.in: Add ``checking'' messages for
5544 XpmReturnAllocPixels.
5545
5546 2000-08-28 Gerd Moellmann <gerd@gnu.org>
5547
5548 * configure.in: Check <strings.h>; check `index' and `rindex'
5549 functions.
5550
5551 2000-08-26 Kenichi Handa <handa@etl.go.jp>
5552
5553 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
5554 "case "${canonical}" in".
5555
5556 2000-08-25 Dave Love <fx@gnu.org>
5557
5558 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
5559
5560 2000-08-25 Kenichi Handa <handa@etl.go.jp>
5561
5562 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
5563
5564 2000-08-24 Gerd Moellmann <gerd@gnu.org>
5565
5566 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
5567 contains a relative path. Protect against unusable values of $PWD.
5568
5569 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5570
5571 * info/dir (WoMan): Add entry.
5572
5573 * config.bat (maindir): Update src/_gdbinit even if it does
5574 already exist.
5575
5576 2000-08-07 Gerd Moellmann <gerd@gnu.org>
5577
5578 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
5579
5580 2000-08-03 Gerd Moellmann <gerd@gnu.org>
5581
5582 * configure.in: Add support for ia64*-*-linux*.
5583
5584 2000-07-27 Gerd Moellmann <gerd@gnu.org>
5585
5586 * make-dist (aclocal.m4): Include in distribution.
5587
5588 2000-07-26 Dave Love <fx@gnu.org>
5589
5590 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
5591
5592 2000-07-24 Dave Love <fx@gnu.org>
5593
5594 * configure.in: Add AC_SIZE_T.
5595
5596 2000-07-18 Dave Love <fx@gnu.org>
5597
5598 * configure.in: Reorder so that most tests are done after CPPFLAGS
5599 is set from the C_SWITCH_... definitions.
5600
5601 2000-07-10 Gerd Moellmann <gerd@gnu.org>
5602
5603 * configure.in (HAVE_XPM): Undo previous change. Check for
5604 preprocessor define XpmReturnAllocPixels.
5605
5606 2000-07-06 Gerd Moellmann <gerd@gnu.org>
5607
5608 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
5609 instead of XpmReadFileToPixmap.
5610
5611 2000-07-05 Ken Raeburn <raeburn@gnu.org>
5612
5613 * configure.in: Check for <soundcard.h>. Look for ossaudio
5614 library, and set LIBSOUND accordingly.
5615
5616 2000-07-05 Dave Love <fx@gnu.org>
5617
5618 * configure.in: Use AC_HEADER_SYS_WAIT.
5619
5620 2000-07-05 Gerd Moellmann <gerd@gnu.org>
5621
5622 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
5623 lisp/Makefile. Distribute lisp/Makefile.in instead of
5624 lisp/Makefile.
5625
5626 2000-06-30 Ken Raeburn <raeburn@gnu.org>
5627
5628 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
5629 while searching for image-handling libraries.
5630
5631 2000-06-26 Gerd Moellmann <gerd@gnu.org>
5632
5633 * configure.in (--with-xim): New option.
5634
5635 2000-06-23 Dave Love <fx@gnu.org>
5636
5637 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
5638 for struct timezone and test how we can call gettimeofday.
5639 Check for OSF 5+. Check for term.h.
5640
5641 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
5642 version.
5643
5644 2000-06-23 Gerd Moellmann <gerd@gnu.org>
5645
5646 * configure.in (HAVE_LIBXP): Change test for libXp.
5647
5648 2000-06-21 Dave Love <fx@gnu.org>
5649
5650 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
5651 simple test for getloadavg and substitute GETLOADAVG_LIBS.
5652 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
5653
5654 2000-06-19 Dave Love <fx@gnu.org>
5655
5656 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
5657 _XOPEN_SOURCE is defined.
5658
5659 2000-06-16 Gerd Moellmann <gerd@gnu.org>
5660
5661 * Makefile.in (distclean): Also make distclean in lisp/.
5662
5663 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5664
5665 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
5666
5667 2000-06-15 Gerd Moellmann <gerd@gnu.org>
5668
5669 * make-dist: Add --help and --snapshot options.
5670
5671 2000-06-14 Gerd Moellmann <gerd@gnu.org>
5672
5673 * configure.in: Generate lisp/Makefile.
5674
5675 * configure.in: Add support for `*-lynxos*'.
5676 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
5677 recommended by <Karen.Dorhamer@compaq.com> to fix problems
5678 on Tru64 UNIX v5.0.
5679
5680 2000-06-13 Ken Raeburn <raeburn@gnu.org>
5681
5682 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
5683 it's on a continuation line.
5684
5685 2000-06-02 Dave Love <fx@gnu.org>
5686
5687 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
5688 files.
5689
5690 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
5691 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
5692 test.
5693
5694 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
5695 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
5696
5697 2000-05-26 Gerd Moellmann <gerd@gnu.org>
5698
5699 * configure.in: Add check for speed_t typedef.
5700
5701 2000-05-25 Ken Raeburn <raeburn@gnu.org>
5702
5703 * Makefile.in (install-arch-dep): Install fns-*.el only if it
5704 exists; it won't in the CANNOT_DUMP case.
5705
5706 2000-05-25 Gerd Moellmann <gerd@gnu.org>
5707
5708 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
5709 On FreeBSD, the exit status is 1 if CDPATH is not set.
5710 (install-arch-indep): Install ebrowse.info.
5711
5712 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
5713
5714 * configure.in: Check for grandpt and getpt.
5715
5716 2000-05-09 Dave Love <fx@gnu.org>
5717
5718 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
5719
5720 2000-05-05 Gerd Moellmann <gerd@gnu.org>
5721
5722 * make-dist: Make a link for lib-src/grep-changelog.
5723 Copy install-sh.
5724
5725 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
5726
5727 * config.bat: Identify the beginning of the cpp stuff in
5728 src/Makefile.in and lib-src/Makefile.in more accurately.
5729
5730 2000-04-27 Gerd Moellmann <gerd@gnu.org>
5731
5732 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
5733
5734 2000-04-19 Gerd Moellmann <gerd@gnu.org>
5735
5736 * configure.in: Add support for `powerpc-*-netbsd*'.
5737
5738 2000-04-19 Dave Love <fx@gnu.org>
5739
5740 * configure.in: Don't use AC_FUNC_GETLOADAVG.
5741
5742 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
5743
5744 2000-04-16 Dave Love <fx@gnu.org>
5745
5746 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
5747
5748 2000-04-14 Dave Love <fx@gnu.org>
5749
5750 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
5751
5752 * aclocal.m4 (AC_FUNC_MKTIME): New.
5753
5754 2000-03-28 Ken Raeburn <raeburn@gnu.org>
5755
5756 * configure.in: Line up "--help" output a little better.
5757
5758 2000-03-26 Gerd Moellmann <gerd@gnu.org>
5759
5760 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
5761 New targets.
5762 (bootstrap): Rewritten in terms of the new targets above. Make
5763 info files, too.
5764
5765 2000-03-12 Gerd Moellmann <gerd@gnu.org>
5766
5767 * config.guess, config.sub: Use the versions of the files from
5768 subversions.
5769
5770 2000-03-08 Dave Love <fx@gnu.org>
5771
5772 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
5773 AC_C_VOLATILE. Define POINTER_TYPE.
5774
5775 * aclocal.m4: New file.
5776
5777 2000-03-02 Gerd Moellmann <gerd@gnu.org>
5778
5779 * configure.in (machine): Add `mipsel-*-netbsd*' and
5780 `arm-*-netbsd*'.
5781
5782 2000-03-01 Gerd Moellmann <gerd@gnu.org>
5783
5784 * configure.in (machine): Add support for `*-auspex-sunos*'.
5785
5786 2000-02-29 Gerd Moellmann <gerd@gnu.org>
5787
5788 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
5789
5790 2000-02-18 Dave Love <fx@gnu.org>
5791
5792 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
5793
5794 2000-02-18 Andreas Schwab <schwab@suse.de>
5795
5796 * Makefile.in (install-arch-indep): Add eudc to list of installed
5797 info files.
5798
5799 2000-02-17 Ken Raeburn <raeburn@gnu.org>
5800
5801 * configure.in: Include -lz and -ljpeg (if it's available) when
5802 testing for the tiff library.
5803
5804 2000-02-17 Gerd Moellmann <gerd@gnu.org>
5805
5806 * configure.in: Remove LISP_FLOAT_TYPE.
5807
5808 2000-02-12 Dave Love <fx@gnu.org>
5809
5810 * configure.in: Use AC_FUNC_VFORK.
5811
5812 2000-02-01 Gerd Moellmann <gerd@gnu.org>
5813
5814 * make-dist: Various fixes for new development tree.
5815
5816 * leim-Makefile.in: New file.
5817
5818 2000-01-31 Gerd Moellmann <gerd@gnu.org>
5819
5820 * Makefile.in (dist): Call ./make-dist.
5821
5822 2000-01-24 Dave Love <fx@gnu.org>
5823
5824 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
5825
5826 2000-01-18 Gerd Moellmann <gerd@gnu.org>
5827
5828 * configure.in (HAVE_GIF): Check for DGifOpen instead of
5829 DGifOpenFileName.
5830
5831 2000-01-11 Andreas Schwab <schwab@suse.de>
5832
5833 * Makefile.in (install-arch-indep): Update list of info files to
5834 be installed.
5835
5836 2000-01-05 Dave Love <fx@gnu.org>
5837
5838 * configure.in: Check for jerror.h as well as libjpeg.
5839
5840 2000-01-03 Andreas Schwab <schwab@suse.de>
5841
5842 * Makefile.in (install-arch-indep): Install autotype*. Run
5843 install-info on autotype and emacs-faq.info.
5844
5845 1999-12-04 Dave Love <fx@gnu.org>
5846
5847 * Makefile.in (install-arch-indep): Depend on `info'.
5848 (install-strip): Use `install' as sub-make target.
5849
5850 1999-11-23 Ken Raeburn <raeburn@gnu.org>
5851
5852 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
5853 didn't need to be deleted. Check for the k5crypto library as well
5854 as the crypto library; MIT Kerberos 1.1 changed the name.
5855
5856 1999-11-18 Dave Love <fx@gnu.org>
5857
5858 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
5859
5860 1999-11-11 Erik Naggum <erik@naggum.no>
5861
5862 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
5863
5864 1999-11-08 Dave Love <fx@gnu.org>
5865
5866 * configure.in: Fix change for --with-pop default.
5867
5868 1999-11-04 Dave Love <fx@gnu.org>
5869
5870 * configure.in: Default to --with-pop. Change sense of with-gcc
5871 and with-toolkit-scroll-bars messages to reflect the defaults.
5872
5873 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5874
5875 * INSTALL: Mention the Emacs Lisp Reference.
5876
5877 1999-10-27 Noah Friedman <friedman@splode.com>
5878
5879 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
5880
5881 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5882
5883 * Makefile.in (bootstrap): New target.
5884
5885 1999-10-19 Paul Eggert <eggert@twinsun.com>
5886
5887 Add support for large files. Merge glibc 2.1.2.
5888
5889 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
5890 (HAVE_TM_GMTOFF): New symbol.
5891 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
5892 mbrlen, strsignal.
5893 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
5894
5895 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5896
5897 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
5898 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
5899
5900 1999-10-09 Richard M. Stallman <rms@gnu.org>
5901
5902 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
5903 Unset CDPATH to prevent cd from generating output.
5904
5905 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
5906
5907 * update-subdirs: Also ignore CVS subdirs.
5908
5909 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5910
5911 * Makefile.in (install-arch-indep): Add ada-mode.
5912
5913 1999-10-06 Dave Love <fx@gnu.org>
5914
5915 * Makefile.in: Add rules for config.status, configure.
5916
5917 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5918
5919 * configure.in (--with-sound): Removed.
5920
5921 1999-08-30 Gerd Moellmann <gerd@gnu.org>
5922
5923 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
5924 the test for Xaw3d.
5925 (HAVE_TIFF): Add -lm to library check.
5926
5927 1999-08-28 Richard Stallman <rms@gnu.org>
5928
5929 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
5930 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
5931 after the other X-related libraries.
5932
5933 1999-08-21 Dave Love <fx@gnu.org>
5934
5935 * configure.in: Don't check for jpeglib.h.
5936
5937 1999-08-20 Gerd Moellmann <gerd@gnu.org>
5938
5939 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
5940 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
5941
5942 1999-08-18 Dave Love <fx@gnu.org>
5943
5944 * configure.in: Check for termcap.h.
5945
5946 1999-08-15 Gerd Moellmann <gerd@gnu.org>
5947
5948 * configure.in: Add --with-toolkit-scroll-bars. If "no",
5949 use Emacs' scroll bars, even if configured for Motif or when
5950 Xaw3d is available.
5951
5952 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
5953
5954 * configure.in: Check for getaddrinfo.
5955
5956 1999-08-04 Eli Zaretskii <eliz@gnu.org>
5957
5958 * config.bat: Make --no-debug work again by removing -gcoff.
5959
5960 1999-07-30 Dave Love <fx@gnu.org>
5961
5962 * configure.in: Check for stdlib.h.
5963
5964 1999-07-19 Dave Love <fx@gnu.org>
5965
5966 * configure.in: Grok sparc64-*-linux-gnu*.
5967
5968 1999-07-12 Richard Stallman <rms@gnu.org>
5969
5970 * Version 20.4 released.
5971
5972 1999-06-23 Karl Heuer <kwzh@gnu.org>
5973
5974 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
5975 Quote $EMACS, in case it's a program with args.
5976
5977 1999-06-15 Gerd Moellmann <gerd@gnu.org>
5978
5979 * configure.in (HAVE_GIF): Use libungif instead of libgif
5980 because the former doesn't contain patented compression code.
5981
5982 1999-05-29 Richard M. Stallman <rms@gnu.org>
5983
5984 * configure.in: Delete the Kerberos stuff.
5985
5986 1999-05-27 Greg Hudson <ghudson@mit.edu>
5987
5988 * configure.in: Prefer kerberos 5 names.
5989
5990 1999-04-26 Richard M. Stallman <rms@gnu.org>
5991
5992 * configure.in: Check for libXp.
5993
5994 1999-04-08 Richard Stallman <rms@gnu.org>
5995
5996 * make-dist: Include change logs in subdirs of `lisp'.
5997
5998 1999-04-05 Richard Stallman <rms@gnu.org>
5999
6000 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
6001 (install-arch-indep): Make ${datadir}/emacs world-readable.
6002
6003 1999-03-30 Eli Zaretskii <eliz@gnu.org>
6004
6005 * config.bat: Use epaths.* instead of paths.*.
6006
6007 1999-03-07 Eli Zaretskii <eliz@gnu.org>
6008
6009 * INSTALL: Add detailed instructions to unpack and install
6010 intlfonts on MS-DOS.
6011
6012 1999-02-26 Richard Stallman <rms@gnu.org>
6013
6014 * configure.in: Use epaths.h and epaths-force instead of paths...
6015
6016 * Makefile.in (epaths-force): Renamed from paths-force;
6017 operate on epaths.in and produce epaths.h.
6018
6019 1999-02-24 Richard Stallman <rms@gnu.org>
6020
6021 * make-dist: Fix nt/icons directory handling.
6022
6023 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
6024
6025 * configure.in (f301-fujitsu-uxpv4.1): New target.
6026
6027 1999-02-20 Richard Stallman <rms@gnu.org>
6028
6029 * make-dist (tempparent): Fix command to update info files.
6030
6031 1999-02-09 Richard Stallman <rms@gnu.org>
6032
6033 * configure.in (powerpc-apple-netbsd*): New alternative.
6034
6035 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
6036
6037 * make-dist: Include the new directory nt/icons in distributions.
6038
6039 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6040
6041 * configure.in: Change message about HAVE_XFREE386.
6042
6043 1999-01-07 Eli Zaretskii <eliz@gnu.org>
6044
6045 * config.bat: Support configuring with leim.
6046
6047 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
6048
6049 * configure.in (mips-sgi-irix6.5): New target.
6050
6051 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6052
6053 * configure.in: Remove GSS-API support, since it has been removed
6054 from movemail.
6055
6056 1998-12-04 Markus Rost <rost@delysid.gnu.org>
6057
6058 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6059
6060 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
6061
6062 * Makefile.in: Don't install customize info file.
6063 Run install-info on viper info file.
6064
6065 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6066
6067 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6068
6069 1998-11-16 Kenichi Handa <handa@etl.go.jp>
6070
6071 * configure.in (*-*-bsdi4*): New target.
6072
6073 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
6074
6075 * configure.in: Fix previous change.
6076
6077 1998-11-11 Richard Stallman <rms@gnu.org>
6078
6079 * configure.in (aviion-intel): New machine.
6080
6081 1998-11-04 Kenichi Handa <handa@etl.go.jp>
6082
6083 * configure.in (mips-nec-sysv4*): New target.
6084
6085 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6086
6087 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
6088 from lisp.
6089
6090 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6091
6092 * make-dist: Don't include fns*.el in dist.
6093
6094 1998-10-30 Dave Love <fx@gnu.org>
6095
6096 * configure.in: Don't mkdir cpp.
6097
6098 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
6099
6100 * Makefile.in (install-arch-dep): Install src/fns-*.el in
6101 ${archlibdir}.
6102
6103 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6104
6105 * Version 20.3 released.
6106
6107 1998-07-30 Paul Eggert <eggert@twinsun.com>
6108
6109 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
6110 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
6111 (lwlib/Makefile, leim/Makefile):
6112 Prepend $(srcdir)/ to rule dependencies outside this dir.
6113
6114 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6115
6116 * configure.in: Use unset CDPATH instead of making it empty.
6117
6118 1998-06-20 Karl Heuer <kwzh@gnu.org>
6119
6120 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
6121
6122 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6123
6124 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
6125 and default.el. Sort the results.
6126
6127 1998-05-31 Karl Heuer <kwzh@gnu.org>
6128
6129 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
6130 writable.
6131
6132 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
6133
6134 * Makefile.in (install-arch-indep):
6135 Don't alter site-lisp/subdirs.el if it exists.
6136
6137 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
6138
6139 * Makefile.in (install-arch-indep): Put `-' on commands to create
6140 subdirs.el in site-lisp dirs.
6141
6142 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
6143
6144 * Makefile.in (install-arch-indep): Fix typo in previous change.
6145
6146 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6147
6148 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
6149
6150 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
6151
6152 * Makefile.in (mkdir): Create the site-lisp dirs.
6153 (install-arch-indep): Make site-lisp/subdirs files world-readable.
6154
6155 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
6156
6157 * Makefile.in (INSTALL_INFO): New variable.
6158 (install-arch-indep): Don't replace the dir file if it already exists.
6159 Use the install-info program, via INSTALL_INFO, to add entries.
6160 Make the `info' subdir and the Info files world-readable.
6161
6162 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
6163
6164 * config.bat: Make sure the environment is large enough to support
6165 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
6166
6167 1998-04-10 Karl Heuer <kwzh@gnu.org>
6168
6169 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
6170
6171 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6172
6173 * configure.in: Add --with-gssapi to specify GSS-API
6174 authentication support for movemail.
6175
6176 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6177
6178 * Makefile.in (install-arch-indep): Fix previous change.
6179
6180 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6181
6182 * Makefile.in (info): Run man in build dir, not srcdir.
6183
6184 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
6185
6186 * Makefile.in (install-arch-indep): Fix previous change.
6187
6188 1998-03-23 Kenichi Handa <handa@etl.go.jp>
6189
6190 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
6191
6192 1998-03-22 Richard Stallman <rms@gnu.org>
6193
6194 * Makefile.in (install-arch-indep): Put special subdirs.el files
6195 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
6196
6197 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
6198
6199 * make-dist: Fix shell syntax in check for missing .el or .elc files.
6200
6201 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
6202
6203 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
6204 (m68*-hp-hpux*): Handle versions 1X like 10.
6205
6206 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
6207
6208 * make-dist: PROBLEMS is now in etc, not top level dir.
6209
6210 * Makefile.in (SOURCES): Delete PROBLEMS.
6211
6212 1998-02-25 Richard Stallman <rms@gnu.org>
6213
6214 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
6215
6216 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
6217
6218 1998-01-17 Richard Stallman <rms@gnu.org>
6219
6220 * Makefile.in (install-arch-indep): Add semicolon before `else'.
6221
6222 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
6223
6224 * make-dist (tempparent): New option --no-check.
6225
6226 * make-dist: Don't do anything with cpp directory.
6227
6228 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
6229
6230 * configure.in (sparc-fujitsu-sysv4*): New target.
6231
6232 1997-12-17 Andreas Schwab <schwab@gnu.org>
6233
6234 * configure.in: Cache more tests. Add missing quotes around
6235 message with embedded comma.
6236
6237 1997-12-04 Karl Heuer <kwzh@gnu.org>
6238
6239 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
6240
6241 1997-11-26 Joel N. Weber II <devnull@gnu.org>
6242
6243 * make-dist: Changed the comment about `umask 0' to say `Don't
6244 restrict access to any files.'; previously it said `Don't protect
6245 any files', which may have implied that we think fascism is good.
6246
6247 1997-11-24 Paul Eggert <eggert@twinsun.com>
6248
6249 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
6250 strftime needs the underlying host's strftime for locale dependent
6251 formats.
6252
6253 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
6254
6255 * configure.in (i586-dg-dguxR4.*): New name in case branch.
6256
6257 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
6258
6259 * config.bat: Configure the man subdirectory.
6260
6261 1997-11-07 Paul Eggert <eggert@twinsun.com>
6262
6263 * configure.in (AC_CHECK_LIB): Add -lintl.
6264
6265 1997-11-07 Karl Heuer <kwzh@gnu.org>
6266
6267 * make-dist (check for .elc files): Avoid bash-specific syntax.
6268 (check for overflow 14-char limit): Simplify.
6269
6270 1997-11-07 Richard Stallman <rms@gnu.org>
6271
6272 * Makefile.in (install): Move blessmail last.
6273
6274 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6275
6276 * configure.in (gettimeofday, one arg or two):
6277 Clarify messages by avoiding double negative.
6278
6279 1997-09-30 Karl Eichwalder <ke@suse.de>
6280
6281 * Makefile.in (install-arch-indep): Install the widget info file.
6282
6283 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6284
6285 * configure.in (with-pop, with-kerberos): Need to check Kerberos
6286 libraries in reverse order, so that libraries will appear in the
6287 correct dependency order on the link line (and so that the
6288 configure checks themselves will work properly when early
6289 libraries depend on later ones).
6290
6291 1997-09-21 Erik Naggum <erik@naggum.no>
6292
6293 * make-dist (making links to `src'): Keep timestamp on copied files.
6294
6295 * make-delta: New script to produce delta distributions.
6296
6297 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6298
6299 * Version 20.2 released.
6300
6301 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6302
6303 * Version 20.1 released.
6304
6305 * Makefile.in (install-leim): Depend on mkdir.
6306 (leim): Depend on src.
6307
6308 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6309
6310 * configure.in: Recognize alpha* instead of just alpha.
6311
6312 1997-09-12 Paul Eggert <eggert@twinsun.com>
6313
6314 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
6315
6316 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6317
6318 * update-subdirs: Use rm -f.
6319
6320 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6321
6322 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
6323 Ignore subdirs named Old.
6324
6325 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
6326
6327 * configure.in: Add OpenBSD clause to set $machine.
6328
6329 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6330
6331 * make-dist: Recompile everything after updating various Lisp files.
6332 Recompile in leim as well as lisp.
6333 Check in leim as well as lisp for mismatched files and too-long names.
6334
6335 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6336
6337 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
6338
6339 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6340
6341 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
6342 before trying to copy anything from it.
6343
6344 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6345
6346 * Makefile.in (man/Makefile): New target.
6347 (tags): Define env var EMACS and run Makefile from build dir.
6348
6349 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
6350
6351 * config.bat: If src/_gdbinit doesn't exist, try using
6352 src/.gdbinit to create it (for building on Windows 95).
6353
6354 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6355
6356 * Makefile.in (install-arch-indep):
6357 Discard extra data in tar | tar pipes.
6358
6359 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
6360
6361 * configure.in (x_default_search_path): Corrected
6362 '${x_library}' to '${x_library}/X11'.
6363
6364 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6365
6366 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
6367
6368 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6369
6370 * configure.in: Support auto-configuration of both Kerberos V4 and
6371 Kerberos V5 for movemail, including detection of V4 and V5 header
6372 files and libraries.
6373
6374 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
6375
6376 * configure.in: Compute x_default_search_path
6377 and substitute into makefiles.
6378
6379 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
6380
6381 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6382
6383 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
6384
6385 1997-08-07 Erik Naggum <erik@naggum.no>
6386
6387 * configure.in: Remove lockdir, it is no longer needed.
6388 * Makefile.in (mkdir): Don't create lockdir.
6389 (lockdir): Variable deleted.
6390 (paths-force): Don't operate on PATH_LOCK.
6391
6392 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6393
6394 * leim-Makefile.in (clean, distclean): New targets.
6395
6396 * make-dist: Include leim/ChangeLog in leim distribution.
6397
6398 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6399
6400 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
6401
6402 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6403
6404 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
6405
6406 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6407
6408 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
6409
6410 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6411
6412 * make-dist: Update leim/leim-list.el.
6413 Pass along value of $EMACS when updating lisp dir.
6414
6415 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6416
6417 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
6418 prerequisite to the use of Doug Lea's malloc.
6419
6420 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6421
6422 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
6423
6424 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
6425
6426 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6427
6428 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
6429
6430 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6431
6432 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
6433 to news-r6.h.
6434
6435 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
6436
6437 * config.bat: Use `sed' instead of `cp', which might not be
6438 installed.
6439
6440 1997-07-09 Kenichi Handa <handa@etl.go.jp>
6441
6442 * Makefile.in (mostlyclean): Add cleaning leim directory.
6443 (clean, distclean, maintainer-clean): Likewise.
6444
6445 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6446
6447 * make-dist (bogosities): Check subdirs of `lisp' also.
6448
6449 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6450
6451 * make-dist (etc): Really avoid symlinks now.
6452 (lisp): Don't delete from subdirs the things we never copy.
6453
6454 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6455
6456 * Makefile.in (install-arch-indep): Correct the target name.
6457 The first letter `i' was dropped by the previous change of mine.
6458
6459 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6460
6461 * configure.in (leim/Makefile): Generate this.
6462 (*-sysv4.2uw*): Recognize new alternative.
6463
6464 * leim-Makefile.in: Renamed from leim-Makefile.
6465
6466 * make-dist: Set up real-leim subdirectory,
6467 with the real contents of leim; then move it to
6468 a separate top-level directory.
6469
6470 * make-dist: Don't mention site-lisp, site-init, site-start
6471 or default, when listing files hat are not compiled and should be.
6472
6473 * configure.in: Create src/config.stamp at the end.
6474
6475 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6476
6477 * Makefile.in (install-leim): Correct previous change.
6478
6479 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6480
6481 * Makefile.in (install-leim): New target.
6482 (install): Depend on install-leim.
6483
6484 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6485
6486 * Makefile.in (SUBDIR): Add leim.
6487 (SUBDIR_MAKEFILES): Add leim/Makefile.
6488 (leim/Makefile): New target.
6489
6490 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6491
6492 * leim-Makefile: New file.
6493 * make-dist: Initialize a `leim' subdirectory with that makefile.
6494
6495 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6496
6497 * configure.in (GNU_MALLOC_reason): Fix message text.
6498
6499 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6500
6501 * make-dist (lisp): Don't process subdirs that start with =.
6502 (etc): Copy symlinks, as in src.
6503
6504 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6505
6506 * configure.in (i*86-*-unixware*): New alternative.
6507
6508 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6509
6510 * Makefile.in (src/config.stamp): Target renamed from src/config.h
6511 and touch it explicitly.
6512
6513 * configure.in (mips-sony-newsos6*): New alternative.
6514 (mips-*-linux-gnu*): New alternative.
6515 (*-*-bsdi*): New alternative.
6516 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
6517
6518 1997-06-22 Dave Love <d.love@dl.ac.uk>
6519
6520 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
6521 (src/config.h): New target to re-configure if src/config.in is patched.
6522
6523 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6524
6525 * configure.in (shutdown): Check for `shutdown' function.
6526
6527 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6528
6529 * update-subdirs: Include the directory "language" in subdirs.
6530
6531 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6532
6533 * configure.in (m88k-dg-dgux4*): New alternative.
6534 (alpha-*-netbsd*): New alternative.
6535 (powerpcle-*-solaris2*): New alternative.
6536
6537 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6538
6539 * make-dist: Warn about .el files that are not compiled.
6540
6541 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6542
6543 * Makefile.in (dist): Don't run update-subdirs here,
6544 since make-dist now gets that done.
6545
6546 * make-dist: Use the new `updates' target in lisp/Makefile.
6547
6548 * make-dist: Use new non-file targets in lisp/Makefile.
6549
6550 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6551
6552 * make-dist: Handle all subdirs of `lisp' uniformly.
6553 Don't handle `term' and `language' specially.
6554 Clear out umask at the beginning.
6555
6556 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6557
6558 * make-dist: Use Make to update finder-inf.el and autoloads.
6559 Also update cus-load.el.
6560
6561 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6562
6563 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
6564 in case it is desirable to disable the GNU malloc features with glibc.
6565
6566 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6567
6568 * configure.in (DOUG_LEA_MALLOC):
6569 Define if malloc_{get,set}_state exist.
6570
6571 1997-03-05 Kenichi Handa <handa@etl.go.jp>
6572
6573 * make-dist: Make links for files under lisp/language.
6574
6575 1997-02-20 Kenichi Handa <handa@etl.go.jp>
6576
6577 * update-subdirs: Exclude the directory "language" from subdirs.
6578
6579 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
6580
6581 * configure.in: Check for rint and cbrt.
6582
6583 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6584
6585 * make-dist: Use $EMACS to say where to run Emacs.
6586 Add --no-update option.
6587
6588 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6589
6590 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
6591
6592 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6593
6594 * make-dist (copying src): Check thoroughly for symlinks
6595 and copy them in all cases. Regularize the linking of *.in
6596 and *.opt and ChangeLog files.
6597 (copying lib-src): Likewise.
6598 Don't rm getdate.c or y.tab.*--they don't exist any more.
6599
6600 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
6601
6602 * configure.in: Check for libmail, maillock.h and
6603 touchlock (for movemail).
6604
6605 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6606
6607 * configure.in (limits.h): Check for this file.
6608
6609 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6610
6611 * configure.in (rs6000-ibm-aix4.2): New alternative.
6612 (rs6000-ibm-aix4.0): New alternative.
6613 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
6614
6615 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
6616
6617 * configure.in: Recognize vax-*-netbsd*.
6618
6619 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6620
6621 * configure.in (locallisppath): Add leim directory.
6622
6623 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6624
6625 * config.bat: Make sure `mv' supports forward slashes and -f.
6626
6627 1996-10-28 Christian Limpach <chris@nice.ch>
6628
6629 * configure.in (hppa*-next-nextstep*): * added after hppa
6630 to accept hppa1.0 and hppa1.1.
6631
6632 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
6633
6634 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
6635 * configure.in (ld_switch_machine): Fix typo.
6636
6637 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6638
6639 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
6640 from config.h and use them in $ac_link.
6641
6642 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
6643
6644 * configure.in: Create a subdir named `lisp'.
6645
6646 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6647
6648 * configure.in: Check for getcwd.
6649
6650 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6651
6652 * configure.in: Check for termios.h. Check for setpgid.
6653
6654 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6655
6656 * configure.in: Check for setrlimit.
6657
6658 1996-08-31 Paul Eggert <eggert@twinsun.com>
6659
6660 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
6661
6662 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6663
6664 * configure.in: Check for utimes.
6665
6666 * configure.in: Check for com_err library, but only
6667 if --with-kerberos was used. Check for krb and des
6668 only if --with-kerberos.
6669
6670 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6671
6672 * Makefile.in (INSTALL_STRIP): New variable.
6673 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
6674 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
6675
6676 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6677
6678 * configure.in: Check for krb and des libraries.
6679
6680 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6681
6682 * configure.in (*-sunos4.1.[3-9]*noshare):
6683 Use sunos413, not sunos4-1-3.
6684 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
6685 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
6686
6687 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6688
6689 * Makefile.in (src/paths.h): Target deleted.
6690 (paths-force): Delete all dependencies on this target
6691 but don't delete the target.
6692 (install): Depend on `all'.
6693 (paths-force): Don't print a message.
6694
6695 * configure.in: Generate src/paths.h here.
6696
6697 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6698
6699 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
6700 New variables that affect linking only.
6701 (alpha-dec-osf*): Use those instead of previous change.
6702
6703 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6704
6705 * Makefile.in (install-arch-indep): Install info/messages.
6706
6707 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6708
6709 * Version 19.33 released.
6710
6711 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
6712
6713 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
6714 Fix previous change.
6715
6716 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6717
6718 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
6719 New alternative.
6720
6721 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6722
6723 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
6724 and NON_GCC_TEST_OPTIONS.
6725
6726 1996-08-06 Paul Eggert <eggert@twinsun.com>
6727
6728 * configure.in (LOCALTIME_CACHE): Don't put a string literal
6729 "TZ=..." in environ.
6730
6731 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6732
6733 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
6734
6735 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6736
6737 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
6738 the more general *-sunos4.1.[3-9]* clause.
6739
6740 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6741
6742 * Version 19.32 released.
6743
6744 * configure.in (*-sco3.2v5*):
6745 Set OVERRIDE_CPPFLAG to a string of one space.
6746 Fix the code that uses OVERRIDE_CPPFLAG.
6747
6748 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
6749
6750 * configure.in: Undo previous change.
6751
6752 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6753
6754 * config.sub: Use `pc', not `unknown', when canonicalizing
6755 the vendor for ...86.
6756
6757 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
6758
6759 * configure.in: Check for termios.h header.
6760
6761 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
6762
6763 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
6764
6765 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
6766
6767 * configure.in: Split bsdos2 and bsdos2-1.
6768
6769 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6770
6771 * config.sub: If last two words are not a recognized
6772 KERNEL-OS pair, use just the last word as OS, as in 19.31.
6773 Make conversion of gnu/linux to linux-gnu really work.
6774
6775 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
6776
6777 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6778
6779 * configure.in (check for using Lucid widgets by default):
6780 Eliminate indentation that confuses some compilers.
6781
6782 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6783
6784 * config.sub: Convert linux and gnu/linux to linux-gnu.
6785
6786 * make-dist: Don't update getdate.c.
6787 Ignore =... files when checking for too-long Lisp file names.
6788
6789 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6790
6791 * configure.in (euidaccess): Check for that, not for eaccess.
6792
6793 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6794
6795 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
6796 before `noshare'.
6797 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
6798
6799 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6800
6801 * configure.in: Rename lignux to linux-gnu in configuration names.
6802 Use gnu-linux as the opsys value (s/ file name).
6803 Allow i686 just like i386, i486, i586.
6804
6805 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6806
6807 * configure.in (i*86-*-sco3.2v5): New alternative.
6808 (OVERRIDE_CPPFLAG): New variable.
6809 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
6810
6811 * configure.in: Specify vpath for .texi files.
6812
6813 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6814
6815 * configure.in: Always check for HAVE_X11R5.
6816 Separately decide whether to use a toolkit by default.
6817
6818 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
6819
6820 * configure.in: If X11R5 is missing the Xaw headers,
6821 default to --with-x-toolkit=no.
6822
6823 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6824
6825 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
6826
6827 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6828
6829 * Makefile.in (install-arch-indep): If cd etc makes output,
6830 don't treat that as part of the tar data.
6831 Check that ./lisp actually exists.
6832
6833 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
6834
6835 * make-dist: Check for long file names.
6836
6837 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6838
6839 * Version 19.31 released.
6840
6841 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6842
6843 * configure.in: Recognize sparc-*-lignux.
6844
6845 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
6846
6847 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
6848 Don't include config.w95.
6849
6850 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
6851
6852 * make-dist: Replace --no-clean-up and --no-tar options
6853 with --clean-up and --tar, so that the default is useful.
6854
6855 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6856
6857 * config.bat: Make sure the GDB init file is called src/_gdbinit;
6858 if not, tell the user to rename it and abort.
6859
6860 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6861
6862 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
6863 test program.
6864
6865 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6866
6867 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
6868
6869 * make-dist (MANIFEST): Fix previous change.
6870 (msdos): Put mainmake.v2 into the dist.
6871
6872 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6873
6874 * make-dist: Exit if autoconf fails.
6875
6876 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
6877
6878 * config.bat: Set djgpp-ver, and unset it at the end.
6879 Add a number of conditionals for DJGPP version 2.
6880 Rename label libsrc2 to libsrc3.
6881 Substitute for LDFLAGS in src/Makefile.
6882 Substitute for ALL_CFLAGS in lib-src/Makefile.
6883
6884 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6885
6886 * configure.in (ncurses): Check this after checking fns like strerror.
6887
6888 1996-04-08 Erik Naggum <erik@naggum.no>
6889
6890 * make-dist (MANIFEST): Don't include lines from =files.
6891
6892 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6893
6894 * make-dist: Don't put lisp/dired.todo in the dist.
6895
6896 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
6897
6898 * configure.in (HAVE_NCURSES): Look for library named ncurses.
6899
6900 * configure.in (setlocale): Check for it.
6901
6902 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
6903
6904 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6905
6906 * configure.in: Use lignux instead of linux as value of opsys.
6907
6908 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6909
6910 * Makefile.in (install-strip): Fix whitespace.
6911 Get rid of continuation.
6912
6913 * config.sub: Convert linux or gnu/linux to lignux.
6914
6915 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6916
6917 * configure.in: Accept lignux in configuration name.
6918
6919 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6920
6921 * Makefile.in (install-strip): New target.
6922
6923 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6924
6925 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
6926 -f failed to do the job on Suns.
6927
6928 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6929
6930 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
6931
6932 * configure.in (linux/version.h): Check for this header.
6933
6934 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6935
6936 * configure.in: Remove -fno-builtin hackery from -lm check.
6937
6938 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6939
6940 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
6941 just this test.
6942
6943 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
6944
6945 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6946
6947 * configure.in: Check for ncurses.
6948
6949 1996-02-28 Paul Eggert <eggert@twinsun.com>
6950
6951 * configure.in (LOCALTIME_CACHE):
6952 Also define if localtime mishandles unsetting TZ.
6953 This works around a localtime bug in mips-dec-ultrix.
6954
6955 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6956
6957 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
6958
6959 * configure.in: Improve messages about X versions.
6960
6961 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6962
6963 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
6964
6965 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6966
6967 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
6968 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
6969
6970 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
6971 (install): Put install-arch-indep before install-arch-dep.
6972
6973 1996-02-20 Dave Love <d.love@dl.ac.uk>
6974
6975 * INSTALL: Clarify info about MS-DOS path handling.
6976
6977 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6978
6979 * Makefile.in (install-arch-indep): Install info/ccmode*.
6980 In previous change, protect against /bin/pwd returning null string.
6981
6982 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6983
6984 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
6985 to lispdir.
6986
6987 1996-02-01 Paul Eggert <eggert@twinsun.com>
6988
6989 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
6990
6991 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6992
6993 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
6994
6995 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6996
6997 * Makefile.in (extraclean): Use ${top_distclean} to ensure
6998 we delete everything distclean deletes.
6999
7000 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
7001
7002 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7003
7004 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7005
7006 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7007 into LDFLAGS instead of into LIBS.
7008
7009 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7010
7011 * configure.in (HAVE_XMU): Fix typo in previous change.
7012
7013 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7014
7015 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7016
7017 1996-01-10 Erik Naggum <erik@naggum.no>
7018
7019 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7020
7021 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
7022
7023 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7024
7025 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7026
7027 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7028 and use -lXt to link it.
7029
7030 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7031
7032 * configure.in (locallisppath): Put version-specific dir first.
7033
7034 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7035
7036 * configure.in (hppa-*-nextstep*): New alternative.
7037 (USE_X_TOOLKIT): By default, set this to "maybe";
7038 and change that later to LUCID or "no" according to X11 version.
7039
7040 * make-dist: Recompile outdated .elc files and update all autoloads.
7041
7042 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7043
7044 * configure.in (locallisppath): Fix typo in last change: " -> '.
7045
7046 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7047
7048 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7049
7050 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7051
7052 * Makefile.in (install-arch-indep): Give all files read permission.
7053
7054 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7055
7056 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7057 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7058
7059 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7060
7061 * configure.in: Determine HAVE_X11R6.
7062 (HAVE_MENUS): Renamed from HAVE_X_MENU.
7063
7064 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7065
7066 * configure.in: Just "solaris" now defaults to version 2.4.
7067 Add sunos4.1.n-noshare as alternative.
7068
7069 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7070
7071 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
7072
7073 1995-11-29 Erik Naggum <erik@naggum.no>
7074
7075 * Makefile.in (install-arch-indep): Add missing backslash.
7076
7077 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
7078
7079 * Makefile.in (install-arch-indep): Don't install
7080 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
7081
7082 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7083
7084 * Makefile.in (install-arch-indep): Fix previous change.
7085
7086 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
7087
7088 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7089
7090 * Version 19.30 released.
7091
7092 * make-dist (lisp): Exclude subdirs.el.
7093
7094 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7095
7096 * make-dist (etc): Delete *.orig and *.rej.
7097
7098 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7099
7100 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
7101
7102 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7103
7104 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
7105
7106 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
7107
7108 * make-dist (nt): Rename install, readme, and todo to
7109 INSTALL, README, and TODO.
7110
7111 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7112
7113 * make-dist (lisp): Don't distribute site-start.
7114
7115 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
7116
7117 * make-dist: Break the hard link on alloca.c.
7118
7119 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7120
7121 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
7122
7123 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7124
7125 * make-dist (src, lib-src): Don't distribute Makefile.c.
7126 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
7127
7128 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7129
7130 * Makefile.in (mkdir): Create man1dir, not mandir.
7131 (uninstall): Use man1dir, not mandir.
7132
7133 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7134
7135 * Makefile.in (man1dir): New variable.
7136 (install-arch-indep): Use man1dir.
7137
7138 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
7139
7140 * make-dist: Create lisp/MANIFEST.
7141
7142 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7143
7144 * configure.in (m68k-*-linux*): New alternative.
7145
7146 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7147
7148 * make-dist: Use new names config.in, paths.in, and
7149 {src,lib-src}/Makefile.in.
7150
7151 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7152
7153 * configure.in: Don't bother checking for drem.
7154
7155 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7156
7157 * Makefile.in (distclean): Delete line with just a tab in it.
7158 (install-arch-indep): Delete spaces that precede tabs.
7159 Delete spurious `fi' left from previous change.
7160 (install): Supply `true' as command, to avoid null command.
7161
7162 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7163
7164 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
7165
7166 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7167
7168 * configure.in (powerpc-*-solaris2): New alternative.x
7169
7170 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
7171
7172 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
7173 of paths.h.tmp$$, to avoid going beyond 14 characters.
7174
7175 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7176
7177 * configure.in: Improve error msg for invalid --with-x-toolkit value.
7178
7179 1995-09-06 Paul Eggert <eggert@twinsun.com>
7180
7181 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
7182 if localtime caches TZ. Check for tzset.
7183
7184 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7185
7186 * config.bat: Simplify using new names file names src/makefile.in,
7187 config.in, paths.in. Change Echo commands not to use `.
7188
7189 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7190
7191 * Makefile.in (install-arch-indep): Always install the new dir file;
7192 rename the previous dir file to dir.bak or dir.old.
7193
7194 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7195
7196 * configure.in (RANLIB): Substitute this into makefiles.
7197 Set it specially on solaris; set it by default on other systems.
7198
7199 * configure.in: Fix previous Alpha change.
7200
7201 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7202
7203 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
7204 NON_GCC_TEST_OPTIONS.
7205
7206 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7207
7208 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
7209 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
7210
7211 * configure.in (alpha-*-linux*): New configuration.
7212
7213 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7214
7215 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
7216 (m68k-next-nextstep*): New alias for that.
7217 (i*86-*-nextstep*): Use nextstep.h.
7218 (sparc-*-nextstep*): New configuration.
7219
7220 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7221
7222 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
7223 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
7224
7225 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7226
7227 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
7228 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
7229
7230 1995-07-18 Mike Long <mike.long@analog.com>
7231
7232 * make-dist: Fix update of finder-inf.el, and byte-compile it.
7233
7234 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7235
7236 * Makefile.in (src/paths.h, paths-force):
7237 Rename src/paths.h.in to src/paths.in.
7238 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
7239
7240 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
7241 Use Makefile.c for intermediate file.
7242 Rename src/config.h.in to src/config.in.
7243
7244 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
7245
7246 * configure.in (mips-dec-ultrix*): Assume version 4.3.
7247 (mips-dec-ultrix4.[12]): New alternative for old versions.
7248
7249 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7250
7251 * make-dist: Don't break intra-tree links.
7252
7253 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7254
7255 * configure.in: Put back archlibdir initialization. Require
7256 autoconf 2.4.1 or later.
7257
7258 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7259
7260 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
7261 (mips-mips-riscos5*): New alternative.
7262
7263 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7264
7265 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
7266
7267 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7268
7269 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
7270 (mandir, infodir, archlibdir): Initializations deleted.
7271
7272 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
7273 On hpux9shr, use hpux9shxr4.h.
7274
7275 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
7276
7277 * configure.in: Added target mips-dec-mach_bsd4.3.
7278 * config.guess: Guess mips-dec-mach_bsd4.3.
7279
7280 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7281
7282 * Makefile.in (mkdir): Use symbolic chmod.
7283
7284 1995-06-22 Paul Eggert <eggert@twinsun.com>
7285
7286 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
7287 SunOS 4.1.5 through 4.1.9, should they ever exist.)
7288
7289 1995-06-22 Paul Eggert <eggert@twinsun.com>
7290
7291 * Makefile.in (SUBDIR_MAKEFILES):
7292 Add man/Makefile, so `make distclean' removes it.
7293 (top_distclean): Add config.log to the list of files to be removed.
7294
7295 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7296
7297 * Version 19.29 released.
7298
7299 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7300
7301 * configure.in: Fix the previous change to verify that the -b
7302 option really solves the problem.
7303
7304 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
7305
7306 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7307
7308 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
7309
7310 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7311
7312 * configure.in: Report more clearly when there is no special
7313 dir to search for X includes or libraries.
7314
7315 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7316
7317 * configure.in: Check for -lpthreads, not -lpthread.
7318
7319 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
7320
7321 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
7322
7323 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7324
7325 * configure.in: Check for -lpthread.
7326
7327 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7328
7329 * Makefile.in (install-arch-indep): Install info files for mh-e.
7330 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
7331
7332 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7333
7334 * configure.in (*-solaris2.5): New configuration.
7335
7336 * make-dist: Copy new files config.nt and config.w95.
7337
7338 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7339
7340 * configure.in: Use x_includes, not x_libraries, for -I.
7341 Make bitmapdir a colon-separated list.
7342
7343 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
7344
7345 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
7346
7347 * configure.in: Allow x_libraries and x_includes to be paths.
7348
7349 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7350
7351 * configure.in: Fix typo.
7352
7353 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7354
7355 * INSTALL: Clarify use of site-init.el.
7356
7357 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
7358
7359 * configure.in: Pass arg to sqrt.
7360
7361 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7362
7363 * make-dist: Fix May 6 change.
7364
7365 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7366
7367 * vpath.sed: Delete reference to ymakefile.
7368
7369 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7370
7371 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
7372
7373 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7374
7375 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
7376
7377 * update-subdirs: Specify /bin/sh to run the script.
7378
7379 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7380
7381 * make-dist: Put src/makefile.nt in dist.
7382
7383 * configure.in (i[345]86-*-bsdi2*): New configuration.
7384 (vax-dec-bsd386*): Deleted.
7385
7386 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7387
7388 * configure.in: Make sure CDPATH doesn't mess up PWD check.
7389 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
7390 Use fmod instead of logb in -lm check.
7391
7392 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7393
7394 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
7395 Use bsd4-3. Don't set NON_GNU_CPP.
7396
7397 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
7398 In nt, copy various different things, but not *.cmd.
7399 Fix the ln commands for the subdirs of nt.
7400
7401 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7402
7403 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
7404
7405 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7406
7407 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
7408 since that's what the header file expects.
7409
7410 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
7411
7412 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
7413 and 68040 based machines when choosing options for gnucc.
7414
7415 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7416
7417 * Makefile.in (top_distclean): Delete config.cache.
7418
7419 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7420
7421 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
7422
7423 * configure.in: Use m/ncr386.h.
7424
7425 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7426
7427 * Makefile.in (install-arch-indep): Undo Sep 23 change.
7428
7429 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7430
7431 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
7432 (man): Don't copy texindex.c and getopt.c; they're deleted.
7433 (etc): Omit `e'; it's a subdirectory.
7434 (etc/e): Use `../..', not `..', to reference top level.
7435
7436 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
7437
7438 * Makefile.in (install-arch-indep, dist):
7439 Look for `update-subdir' in $(srcdir).
7440
7441 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7442
7443 * make-dist: Include mkinstalldirs in distribution.
7444
7445 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7446
7447 * make-dist: Add missing close backquote.
7448
7449 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7450
7451 * make-dist: Don't distribute shortnames directory.
7452
7453 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7454
7455 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
7456
7457 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7458
7459 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
7460
7461 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7462
7463 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
7464
7465 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7466
7467 * configure.in (mips-sgi-irix6): New configuration.
7468
7469 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7470
7471 * Makefile.in (maintainer-clean): Renamed from realclean.
7472
7473 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7474
7475 * configure.in: Create a .gdbinit that sources the real one,
7476 if using a different build directory.
7477
7478 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7479
7480 * configure.in: Check for sys/select.h.
7481
7482 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7483
7484 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
7485
7486 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7487
7488 * configure.in: Handle isc 4.1 operating system.
7489
7490 1994-12-10 Richard Stallman <rms@kepa>
7491
7492 * configure.in (rs6000-ibm-aix4.1*): New alternative.
7493 (rs6000-ibm-aix4*): New alternative.
7494
7495 1994-12-06 Richard Stallman <rms@kepa>
7496
7497 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
7498
7499 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7500
7501 * configure.in: Don't try to make directories that are guaranteed
7502 to already exist.
7503
7504 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7505
7506 * configure.in: Generate man/Makefile from man/Makefile.in.
7507 Create the man subdir.
7508
7509 * Makefile.in (dvi): Run Make in our man subdir.
7510
7511 * make-dist: Create subdir etc/e.
7512 Make links to it.
7513 Put man/Makefile.in in dist, instead of man/Makefile.
7514
7515 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
7516
7517 * configure.in: Add --with-pop, --with-kerberos, and
7518 --with-hesiod for movemail.
7519
7520 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7521
7522 * configure.in (m68*-apollo*): Use s/domain.h.
7523
7524 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7525
7526 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
7527
7528 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7529
7530 * configure.in: Don't add -I, -L, -R options for cc if their
7531 arguments would be empty.
7532
7533 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7534
7535 * configure.in (i860-intel-osf1*): New alternative.
7536 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
7537 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
7538
7539 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7540
7541 * configure.in: Make h_errno check not use nested functions.
7542
7543 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7544
7545 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
7546
7547 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7548
7549 * Makefile.in (install-arch-indep): Avoid continued comment
7550 swallowing target line.
7551
7552 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
7553
7554 * configure.in: Protect a character class with `changequote'.
7555
7556 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7557
7558 * configure.in: Accept `news' as a synonym for `newsos'.
7559
7560 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7561
7562 * Makefile.in: Don't rm files if cd fails.
7563
7564 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7565
7566 * make-dist: Put nt subdir and its subdirs in the dist.
7567 (lib-src): Put makefile.nt in the dist.
7568 (lisp): Put makefile.nt in the dist.
7569
7570 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7571
7572 * configure.in: Change a stray `[' to `test'.
7573
7574 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7575
7576 * configure.in: Adapt for Autoconf v2. Use the standard argument
7577 parser, host type canonicalizer, X11 finder, and message
7578 printing macros. Use the new macro names. Use `test' instead of `['.
7579
7580 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7581
7582 * configure.in: Check for getpagesize.
7583
7584 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7585
7586 * make-dist (msdos): Put sed* in the distribution.
7587
7588 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
7589
7590 * config.bat: New option, `--with-x', for configuring Emacs
7591 for use with the X11 system DesqView/X.
7592 New option, `--no-debug', for compiling Emacs without debug
7593 information thus saving disk space.
7594 (src/config.h, src/paths.h): Use `update' (which is like
7595 `move-if-changed') to change the file.
7596 (src/config.h): When configuring for X11 perform extra changes.
7597 (src/makefile): When configuring for X11 perform extra changes.
7598 (lib-src): Remove temporary files.
7599 (): Check that `sed', `rm', `mv', and `gcc' are available.
7600
7601 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7602
7603 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
7604
7605 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
7606
7607 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7608
7609 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
7610
7611 * configure.in (canonical): Substitute var into makefiles.
7612 (bitmapdir): Likewise.
7613
7614 * Makefile.in (bitmapdir): New variable.
7615 (src/paths.h, paths-force): Edit PATH_BITMAPS.
7616
7617 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7618
7619 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
7620
7621 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
7622 * update-subdirs: New shell script.
7623
7624 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7625
7626 * Makefile.in (top_distclean): Don't rm build-install.
7627 (SOURCES): Delete build-install.in.
7628
7629 * make-dist: Don't distribute build-ins.in.
7630 * build-ins.in: File deleted.
7631
7632 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
7633
7634 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
7635
7636 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7637
7638 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
7639
7640 * configure.in (libexecdir): Renamed from libdir. New default.
7641 (sharedstatedir): Renamed from statedir. New default.
7642 (datadir): New default.
7643
7644 * make-dist: Don't distribute subdirs.el.
7645
7646 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7647
7648 * configure.in (eaccess): Check for it.
7649
7650 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7651
7652 * configure.in (mktime): Check for it.
7653
7654 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
7655
7656 * configure.in (motif): Add support for usage and option checking.
7657
7658 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
7659
7660 * configure.in (utimes): Check for it.
7661
7662 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
7663
7664 * Makefile.in (install-arch-indep): Don't do mkdir here.
7665
7666 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7667
7668 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
7669 riscix.h renamed to acorn.h.
7670
7671 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
7672
7673 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
7674 New configurations.
7675
7676 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7677
7678 * configure.in: Remove trailing slashes from srcdir.
7679
7680 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7681
7682 * configure.in (i[345]86-sequent-ptx*): Handle
7683
7684 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7685
7686 * Makefile.in (paths-force): Depend on src/paths.h
7687
7688 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7689
7690 * configure.in (config_options): Save all arguments, not just some.
7691
7692 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7693
7694 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
7695
7696 * configure.in: Add AC_AIX.
7697 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
7698
7699 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7700
7701 * configure.in (parsing options): Simplify sed command to delete -'s.
7702
7703 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
7704
7705 * configure.in (config_options): New shell variable.
7706 Pass its value to C code in EMACS_CONFIG_OPTIONS.
7707
7708 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7709
7710 * configure.in (alpha-dec-osf*): New target.
7711
7712 * Makefile.in: Use just one FRC target.
7713
7714 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7715
7716 * Makefile.in (removenullpaths, paths-force):
7717 Use name paths.h.tmp$$, which depends on the pid.
7718
7719 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7720
7721 * Makefile.in (removenullpaths, paths-force):
7722 Put paths.h.tmp in top-level dir, not in src.
7723
7724 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7725
7726 * Version 19.27 released.
7727
7728 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7729
7730 * Version 19.26 released.
7731
7732 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7733
7734 * configure.in: Check for lrand48, not rand48.
7735
7736 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7737
7738 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
7739 (powerpc-ibm-aix*): New aliases.
7740
7741 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7742
7743 * make-dist (src/m, src/s): Put *.inp in distribution.
7744
7745 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7746
7747 * configure.in: Accept i586 and i486 along with i386.
7748
7749 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7750
7751 * configure.in: Do compute unexec, LIBX, system_malloc, etc
7752 even if CPP env var was set by the user.
7753
7754 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
7755
7756 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
7757
7758 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
7759
7760 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7761
7762 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
7763
7764 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7765
7766 * configure.in: Check more specifically for i*86-sun-sunos.
7767
7768 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
7769
7770 * configure.in: Handle solaris 2.4.
7771
7772 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7773
7774 * configure.in (rand48): Check for it.
7775
7776 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7777
7778 * make-dist: Update the info files.
7779
7780 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7781
7782 * configure.in: Make "checking..." messages' style consistent.
7783 (HAVE_H_ERRNO): New test.
7784
7785 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7786
7787 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
7788
7789 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7790
7791 * configure.in (CFLAGS): If the envvar was specified, use that.
7792 And set REAL_CFLAGS from it too.
7793
7794 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7795
7796 * make-dist: Update finder-inf.el.
7797
7798 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7799
7800 * make-dist (msdos): Include sed4.inp in dist.
7801
7802 * Makefile.in (libsrc_libs): Var deleted.
7803
7804 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7805
7806 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
7807
7808 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7809
7810 * configure.in (mips-sony-newsos4*): New alias.
7811
7812 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7813
7814 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
7815 (*-convex-convexos*): Accept this as alias.
7816
7817 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7818
7819 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
7820 for two different uses.
7821
7822 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7823
7824 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
7825
7826 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7827
7828 * make-dist: Put ./BUGS into the distrib.
7829
7830 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7831
7832 * configure.in: Handle 386 running Solaris 2.
7833
7834 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7835
7836 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
7837
7838 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7839
7840 * configure.in (mips-sony-newsos*): Use news-risc.h.
7841
7842 * configure.in: Accept bsdi as opsys, like bsd386.
7843
7844 1994-06-01 Morten Welinder (terra@diku.dk)
7845
7846 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
7847
7848 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7849
7850 * Version 19.25 released.
7851
7852 * make-dist (shortversion): Don't assume another period follows.
7853
7854 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7855
7856 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
7857 (uninstall): Use /bin/pwd.
7858
7859 * Makefile.in (blessmail): Depend on src.
7860 (all): Don't depend on blessmail.
7861
7862 * Makefile.in (src/paths.h): Don't force recomputation.
7863 (paths-force): New target; force recomputation of paths.h.
7864 (all): Depend on paths-force.
7865 (src, lib-src): Depend on src/paths.h.
7866
7867 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
7868 NON_GCC_TEST_OPTIONS.
7869
7870 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7871
7872 * configure.in: Don't insist on subversions for irix.
7873
7874 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7875
7876 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
7877
7878 * configure.in (i[34]86-next-*): New alternative.
7879
7880 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7881
7882 * Version 19.24 released.
7883
7884 * configure.in: New config hppa*-hp-hpux9shr*.
7885
7886 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
7887
7888 * config.bat: Doc fix.
7889
7890 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7891
7892 * Makefile.in (mostlyclean, clean, distclean, realclean)
7893 (extraclean): Don't act on man subdir if it doesn't exist.
7894
7895 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7896
7897 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
7898 Use them to set up CC.
7899 (*-sun-sunos4.1.3): Set them.
7900
7901 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7902
7903 * Makefile.in (lib-src): Don't depend on src/paths.h.
7904
7905 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7906
7907 * build-ins.in (copydests): Get rid of spurious `-'s.
7908
7909 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
7910
7911 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7912
7913 * Version 19.23 released.
7914
7915 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
7916 for the Xlib and Xt checks; then restore old CFLAGS.
7917
7918 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7919
7920 * configure.in (HAVE_X11XTR6): Add newline before #if.
7921 Add newline after #endif.
7922
7923 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7924
7925 * configure.in (HAVE_X11XTR6): Arrange to define it.
7926
7927 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7928
7929 * Makefile.in (install): Depend on blessmail.
7930
7931 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
7932
7933 * configure.in (mips-siemens-sysv*): Put quotes around value
7934 containing blanks.
7935
7936 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7937
7938 * Makefile.in (TAGS): Use the makefile in src subdir.
7939
7940 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7941
7942 * configure.in (opsys): Recognize `gnu'.
7943
7944 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7945
7946 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
7947
7948 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
7949
7950 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
7951 version > 1.8.
7952
7953 1994-05-08 Morten Welinder (terra@diku.dk)
7954
7955 * config.bat: Forcibly remove "# " style comments from makefiles.
7956
7957 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7958
7959 * Makefile.in (uninstall): When processing lispdir and etcdir,
7960 do nothing unless it exists and is a directory.
7961
7962 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7963
7964 * Makefile.in (install-arch-indep): Do install info/dired-x*.
7965 Merge code in from install-doc.
7966 (install-doc): Merge code back into install-arch-indep.
7967 (install-arch-dep): Don't depend on install-doc.
7968
7969 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
7970
7971 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7972
7973 * configure.in (making src/Makefile and lib-src/Makefile):
7974 Split off the autoconf substitutions and don't pass them thru cpp.
7975 (undefs): Use $canonical as well as $configuration.
7976
7977 * make-dist: Distribute lisp/Makefile.
7978
7979 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
7980 Use lower case names for the s files.
7981
7982 1994-05-03 Morten Welinder (terra@diku.dk)
7983
7984 * config.bat: Added possibility for different file name
7985 transcriptions in lib-src.
7986
7987 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7988
7989 * Makefile.in (lib-src): Undo previous change.
7990 (blessmail): New target to run maybe-blessmail in lib-src.
7991 (all): Depend on blessmail.
7992
7993 * Makefile.in (lib-src): Depend on src.
7994
7995 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
7996
7997 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
7998 (m88k-dg-dgux5.4R2): dgux5.4R2.
7999
8000 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8001
8002 * configure.in (window_system): Restore accidentally deleted code
8003 that uses AC_FIND_X.
8004
8005 * make-dist: Distribute config.bat.
8006
8007 1994-04-29 Morten Welinder (terra@diku.dk)
8008
8009 * config.bat: Corrected the configuration of lib-src
8010 to keep up with configure. Add note about dos version 3
8011 or better needed (djgpp needs that). Add note explaining
8012 that either install in c:/emacs or edit the script.
8013 Don't change to c:/emacs, but assume we're there (to minimize
8014 the number of places to change).
8015
8016 * config.bat: Build-in the first step towards X11 support with
8017 the X11 emulator that exists. At this time it won't work,
8018 and several files are missing.
8019
8020 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8021
8022 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8023 Don't look for -lresolv.
8024
8025 * Makefile.in (lib-src): Depend on src/paths.h.
8026
8027 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8028
8029 * configure.in: Restore deleted AC_SUBST of `configuration'.
8030 Improve error message for bad --with-x-toolkit value.
8031
8032 * configure.in: Define CONFIGURATION in src/config.h
8033 rather than substituting in src/Makefile.in.
8034
8035 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8036
8037 * Makefile.in (install-doc): New target.
8038 (install-arch-dep): Depend on install-doc.
8039 (mkdir): Create docdir.
8040
8041 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8042
8043 * configure.in: Test for libresolv.a.
8044 Substitute machfile and opsysfile.
8045
8046 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8047
8048 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8049 (install-arch-dep): Install under the name $(EMACS).
8050
8051 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8052
8053 * configure.in (version): Use entire value of emacs-version.
8054 (mips-siemens-sysv*): New alternative.
8055
8056 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8057
8058 * Makefile.in (install-arch-indep): Don't install dired-x*.
8059
8060 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8061
8062 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8063 Fix definition of $undefs.
8064
8065 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8066
8067 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8068
8069 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
8070
8071 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8072
8073 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
8074
8075 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8076
8077 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
8078 and run it thru cpp, as with src/Makefile.in.
8079
8080 * configure.in: Use AC_SET_MAKE.
8081
8082 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8083
8084 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
8085
8086 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8087
8088 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
8089
8090 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
8091 (printing the choices): Make the toolkit message unconditional.
8092 (USE_X_TOOLKIT): Use `none', not `no', if none.
8093 (include libsrc_libs): Include config.h, and specify -I for srcdir.
8094 Get rid of temp file foofoo1.
8095
8096 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8097
8098 * configure.in (CFLAGS): Use shell syntax, not Makefile.
8099
8100 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8101
8102 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
8103 (printing the choices): State choice of toolkit.
8104 (libsrc_libs): Recalculate after writing config.h;
8105 then update lib-src/Makefile.
8106
8107 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8108
8109 * configure.in: Add sunos4shr as alternative for suns.
8110 Conditionals testing for null $CC were backwards.
8111
8112 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8113
8114 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
8115
8116 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8117
8118 * configure.in: Handle -isc4.0*.
8119
8120 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8121
8122 * configure.in (esix5): Set NON_GNU_CPP.
8123
8124 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
8125
8126 * Makefile.in (thisdir): Nonsensical variable removed.
8127 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
8128 back to $thisdir, rather than the directory `this_dir'.
8129
8130 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8131
8132 * Makefile.in (install-arch-indep): Add missing backslash after a
8133 `then'.
8134
8135 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8136
8137 * Makefile.in (thisdir): New variable.
8138 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
8139
8140 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8141
8142 * configure.in: Add freebsd.
8143
8144 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8145
8146 * configure.in: Check for fpathconf.
8147
8148 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8149
8150 * configure.in (with_x_toolkit): Fix typo in previous change.
8151
8152 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8153
8154 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
8155
8156 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8157
8158 * configure.in (with_x_toolkit): Don't allow motif or open-look.
8159
8160 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8161
8162 * configure.in: Fix value of docdir.
8163 * Makefile.in (install-arch-indep): Install DOC* in docdir.
8164
8165 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8166
8167 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
8168
8169 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
8170
8171 * configure.in: New variable docdir to control where the docstring
8172 file goes.
8173 Makefile.in: Use it to initialize PATH_DOC in paths.h.
8174
8175 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8176
8177 * configure.in: When --run-in-place, don't inherit archlibdir.
8178
8179 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8180
8181 * Makefile.in (install-arch-dep, install-arch-indep):
8182 New targets split up former do-install rule.
8183 (do-install): Target deleted.
8184
8185 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8186
8187 * configure.in (mips-sony-newsos*): New configuration.
8188
8189 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
8190
8191 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
8192
8193 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8194
8195 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
8196
8197 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8198
8199 * configure.in: Don't initialize CC.
8200
8201 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8202
8203 * configure.in (creating src/Makefile): Also generate -U switches
8204 for symbols in the $configuration value.
8205
8206 * configure.in: Check for sys_siglist being declared in system header.
8207
8208 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8209
8210 * configure.in (creating src/Makefile): Delete blank lines
8211 along with lines of whitespace.
8212 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
8213
8214 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8215
8216 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
8217 like C_SWITCH_SYSTEM.
8218 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
8219
8220 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8221
8222 * configure.in (drem): Check for this function.
8223
8224 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8225
8226 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
8227 If CPP was inherited from environment, don't use NON_GNU_CPP.
8228 (NON_GNU_CC): Likewise.
8229 (handling with_gcc): Use explicit if in the `no' case.
8230 (cc_specified): New variable; if set, don't use NON_GNU_CC.
8231
8232 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8233
8234 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
8235
8236 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8237
8238 * configure.in: Check whether fmod exists.
8239
8240 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8241
8242 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
8243 {src,lisp}/OChangeLog.
8244
8245 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8246
8247 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
8248 necessary for proper operation. This code works with the current
8249 released version of Autoconf.
8250
8251 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8252
8253 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
8254 (USE_X_TOOLKIT): Define it for all values except `no'.
8255
8256 * configure.in: Undo first Jan 8 change and Jan 16 change.
8257
8258 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8259
8260 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
8261 Substitute USE_X_TOOLKIT as both C macro and Make variable.
8262
8263 * Makefile.in (lwlib/Makefile): New target.
8264 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
8265 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
8266 (unlock, relock): Handle lwlib subdir.
8267
8268 * Makefile.in: Add some .PHONY targets.
8269
8270 * make-dist: Handle lwlib subdir like oldXMenu subdir.
8271
8272 * lwlib: New subdirectory.
8273
8274 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8275
8276 * configure.in: If CPP has a value that is a directory,
8277 discard the value.
8278
8279 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8280
8281 * configure.in (srcdir_undefs): Add g flag to sed substitution to
8282 remove -U[0-9]*.
8283
8284 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8285
8286 * Makefile.in (do-install): Install the dired-x info files.
8287
8288 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
8289 (See src/s/sol2.h.)
8290
8291 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8292
8293 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
8294
8295 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8296
8297 * configure.in (creating src/Makefile): Put code inside 2nd arg to
8298 AC_OUTPUT as it should be; hopefully no one will again see fit to
8299 gratuitously break this and not make a change log entry.
8300 Optimized sed processing of Makefile.in and cpp output; now
8301 preserves comments previously removed from the cpp input.
8302 Eliminated temp file for cpp output. Generate -U switches to
8303 undefine all identifiers that appear in the directory name
8304 ${srcdir}; pass these to cpp.
8305
8306 * configure.in (version): Fix sed regexp to match two-elt version
8307 number.
8308
8309 * configure.in: Check for strerror.
8310
8311 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8312
8313 * configure.in: Test for bcmp.
8314
8315 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8316
8317 * make-dist (tempdir): Put subdir msdos into the distribution.
8318
8319 1993-01-07 Morten Welinder (terra@diku.dk)
8320
8321 * config.bat: New file.
8322
8323 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8324
8325 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
8326
8327 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8328
8329 * configure.in (m68*-next-*): Don't care about which os is specified.
8330 (i[34]86-*-*): Check for *-nextstop*.
8331
8332 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8333
8334 * configure.in: Check for setsid.
8335
8336 1993-12-17 Richard Stallman (rms@srarc2)
8337
8338 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
8339
8340 1993-12-15 Richard Stallman (rms@srarc2)
8341
8342 * Makefile.in (mkdir): Make only the lockdir writable.
8343
8344 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
8345
8346 1993-12-11 Richard Stallman (rms@srarc2)
8347
8348 * Makefile.in (libdir): Use @libdir@.
8349
8350 1993-12-08 Richard Stallman (rms@srarc2)
8351
8352 * Makefile.in (install): Add empty command.
8353
8354 1993-12-04 Richard Stallman (rms@srarc2)
8355
8356 * make-dist: Put man/getopt.c in the dist.
8357
8358 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
8359
8360 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
8361
8362 1993-12-03 Richard Stallman (rms@srarc2)
8363
8364 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
8365 Set it for all solaris versions.
8366 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
8367 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
8368 Likewise for NON_GNU_CC and CC.
8369
8370 1993-12-01 Richard Stallman (rms@srarc2)
8371
8372 * configure.in (mips-mips-riscos4*): Assign variable CC.
8373 (checking ${with_gcc}): If "no", don't override CC if already set.
8374 (CC): Initialize it as empty.
8375
8376 1993-11-30 Richard Stallman (rms@srarc2)
8377
8378 * configure.in (Suns): Set CPP if *-solaris2.3*.
8379
8380 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8381
8382 * Version 19.22 released.
8383
8384 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
8385
8386 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8387
8388 * make-dist: When breaking links, use cp -p.
8389 Copy install.sh into distribution.
8390 Move the temp dir up into the parent dir;
8391 don't leave the staging dir make-dist.tmp... in existence.
8392 * install.sh: New file.
8393
8394 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8395
8396 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
8397
8398 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8399
8400 * configure.in (version): When --run-in-place, exclude
8401 ${datadir}/emacs/site-lisp from locallisppath.
8402
8403 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8404
8405 * configure.in: Delete jumk.c before writing it.
8406
8407 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8408
8409 * Version 19.21 released.
8410
8411 * Makefile.in (mkdir): Ignore error from chmod.
8412
8413 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8414
8415 * make-dist: Don't put lisp/forms.README in the distribution.
8416
8417 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8418
8419 * configure.in (creating src/Makefile): Before running cpp,
8420 discard all lines that start with `# Generated' or /**/#.
8421
8422 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8423
8424 * Version 19.20 released.
8425
8426 * make-dist: Use build-ins.in, not build-install.in.
8427 Don't bother updating TAGS since it's not included.
8428
8429 * build-ins.in: Renamed from build-install.in.
8430
8431 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8432
8433 * make-dist: Don't try to link *.texinfo--there are none now.
8434 When running make in lib-src, specify YACC var value.
8435
8436 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8437
8438 * configure.in (extrasub): Add vpath patterns for %.[yls].
8439
8440 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
8441 Instead just include the commands to make src/Makefile as the
8442 second arg to AC_OUTPUT.
8443
8444 * configure.in: Use : instead of dnl for comment inside
8445 $makefile_command.
8446
8447 * configure.in: No longer use vpath_sed. Instead, when we notice
8448 srcdir already configured, set extrasub to hack vpath in the
8449 makefiles.
8450
8451 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
8452 before moving it.
8453 * Makefile.in (VPATH): Define to @srcdir@.
8454
8455 1993-09-28 Brian J. Fox (bfox@cubit)
8456
8457 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
8458 doesn't exist. Just copy src/Makefile.in instead. Touch
8459 all of the Makefiles after editing config.status.
8460
8461 * INSTALL: Update documentation to match new configuration
8462 mechanism.
8463
8464 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
8465
8466 * configure.in: Allow any of the path or directory Makefile
8467 variables to be set with flags to configure. Create all Makefiles
8468 at configure time. Edit special commands into config.status after
8469 src/Makefile.in is built from src/Makefile.
8470
8471 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
8472 If these files are out of date, simply have config.status
8473 rebuild them; don't rebuild them explicitly.
8474
8475 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
8476
8477 * build-install.in: Change src/xemacs to src/emacs. We no longer
8478 create src/xemacs, so the file wouldn't be found.
8479
8480 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
8481
8482 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8483
8484 * configure.in: Avoid forcing the search of /usr/include before
8485 fixed include files by resetting C_SWITCH_X_SITE if it is
8486 "-I/usr/include".
8487
8488 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8489
8490 * Makefile.in (@rip_paths@locallisppath):
8491 Delete ${datadir}/emacs/site-lisp.
8492
8493 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8494
8495 * configure.in:
8496 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
8497 Remove ${extra_output} from AC_OUTPUT call.
8498
8499 1993-09-17 Brian J. Fox (bfox@inferno)
8500
8501 * make-dist: Quote backquotes found in strings to be echoed.
8502
8503 * configure.in: Use "sh -c pwd" when we want to avoid having the
8504 shell fix up the value of $PWD.
8505
8506 1993-09-13 Brian J. Fox (bfox@inferno)
8507
8508 * Makefile.in (do-install): Don't abort if ln or chmod at the end
8509 of the installation fail. Suggested by Karl Berry.
8510
8511 1993-08-30 Brian J. Fox (bfox@inferno)
8512
8513 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
8514 was used. Set MAKEFLAGS from MFLAGS.
8515
8516 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8517
8518 * configure.in: Test for res_init in libc.
8519
8520 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8521
8522 * configure.in: In the file ${tempcname}, use configure___
8523 instead of @configure@.
8524
8525 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
8526
8527 * make-dist: Dist vpath.sed
8528
8529 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
8530 Depend on vpath.sed.
8531 Replace sed command for VPATH with @vpath_sed@.
8532
8533 * configure.in: Substitute variable `vpath_sed'.
8534 If not in $srcdir and $srcdir is configured,
8535 issue warning that GNU make is required,
8536 and set vpath_sed to use vpath.sed script.
8537
8538 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8539
8540 * configure.in: Remove check for $srcdir being configured. This
8541 pretty much works now.
8542 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
8543 Check for XFree86 (/usr/X386/include) independent of whether
8544 -lXbsd exists.
8545
8546 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
8547 realclean, unlock, relock): Use `$(MAKE)' in place of plain
8548 `make'.
8549
8550 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8551
8552 * Version 19.19 released.
8553
8554 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
8555
8556 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8557
8558 * configure.in: Check for XScreenNumberOfScreen.
8559
8560 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8561
8562 * configure.in: Add * to end of all configuration alternatives.
8563 (m68*-sony-newsos3*): New alternative.
8564
8565 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8566
8567 * make-dist: Include getdate.c in distribution.
8568
8569 * configure.in: For --help, use $PAGER if it is set.
8570 (LIB_X11_LIB): Default to -lX11.
8571 (mips-sgi-irix5.*): New alternative.
8572
8573 * Makefile.in (do-install): Install info/gnus* and info/sc*.
8574
8575 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
8576 Recognize *.B8.* as hpux version 8.
8577 (m68*-tektronix-bsd*): Fix typo in tek4300.
8578 (AC_HAVE_FUNCS): Add ftime.
8579
8580 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8581
8582 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
8583 Use tekxd88, not tekXD88.
8584
8585 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8586
8587 * configure.in: Check for -lm. Then can check for frexp and logb.
8588
8589 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8590
8591 * Version 19.18 released.
8592
8593 * make-dist (src): Don't put gnu-hp300 in dist.
8594 (src, lisp): Include OChangeLog in dist.
8595
8596 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8597
8598 * configure.in: Test for presence of logb and frexp functions.
8599
8600 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8601
8602 * configure.in (machine): Add i370-ibm-aix*.
8603
8604 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8605
8606 * configure.in (function checks): Test for mkdir and rmdir.
8607
8608 * configure.in (function checks): Don't test for random and bcopy
8609 only when we're building with X; look for them all the time.
8610
8611 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8612
8613 * configure.in: Test for availability of bcopy functions, searching
8614 the X libraries if we're using X.
8615
8616 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
8617 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
8618 versions of AIX, and needs to be passed to the loader.
8619
8620 * configure.in: Test for the availability of the
8621 XScreenResourceString function.
8622
8623 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
8624
8625 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
8626 LD_SWITCH_X_SITE and assume --with-x11.
8627 Only look for X11 files if we weren't told about a window system
8628 or if we were told to use X11 but not told where.
8629 Search the libraries from the s and/or m files when checking for
8630 functions.
8631
8632 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
8633
8634 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8635
8636 * make-dist: Include lisp/dired.todo in the distribution.
8637
8638 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8639
8640 * configure.in: Add code to set HAVE_INET_SOCKETS.
8641
8642 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8643
8644 * configure.in: If we do find x_includes and x_libraries
8645 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
8646
8647 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8648
8649 * make-dist: Include src/gnu-hp300 in the dist.
8650
8651 * configure.in (canonical): New variable holds the canonicalized
8652 configuration. Don't alter `configuration'. Use `configuration'
8653 for Makefile.in for file naming.
8654 (testing x_includes and x_libraries): Use =, not ==.
8655
8656 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8657
8658 * Version 19.17 released.
8659
8660 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
8661 directory's makefile. This allows the invocation of CPP which
8662 builds xmakefile to receive these switches. The SunSoft C
8663 preprocessor inserts spaces between tokens if it doesn't get the
8664 -Xs flag requested in src/s/sol2.h.
8665
8666 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
8667
8668 * configure.in (m68k-bull-sysv3): New config.
8669
8670 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8671
8672 * configure.in: Use the autoconf AC_FIND_X macro to try to find
8673 the X Windows libraries.
8674
8675 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8676
8677 * make-dist (tempdir): Don't create lisp/forms-mode directory in
8678 the distribution. Those files aren't kept in their own
8679 subdirectory any more.
8680
8681 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8682
8683 * Version 19.16 released.
8684
8685 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8686
8687 * configure.in: Add --verbose flag.
8688
8689 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8690
8691 * version 19.15 released.
8692
8693 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8694
8695 * Makefile.in (top_distclean): Use -f switch when cleaning out
8696 lock dir; it might be empty.
8697
8698 * configure.in: Only check for -lXbsd once.
8699
8700 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8701
8702 * Version 19.14 released.
8703
8704 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8705
8706 * make-dist: If using gzip, create distribution with '.gz' extension.
8707
8708 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
8709 (lisp/forms-mode): This doesn't exist anymore.
8710
8711 * configure.in: Look for the closedir function.
8712
8713 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8714
8715 * configure.in (CPP): Autoconf sets this to a shell variable
8716 reference, which doesn't work when it's edited into a makefile.
8717 Expand that variable reference.
8718
8719 * Makefile.in (CPP): New variable.
8720 (src/Makefile): Edit CPP into src/Makefile.
8721
8722 * Makefile.in (src/Makefile): Don't bother exiting single quotes
8723 and entering double quotes to get the values of LD_SWITCH_X_SITE
8724 and the other make variables; make substitutes them in anyway.
8725
8726 * Makefile.in (uninstall): Don't remove the lisp and etc
8727 directories if they're in the source tree.
8728
8729 Bring mumbleclean targets into conformance with GNU coding standards.
8730 * Makefile.in (mostlyclean, clean): Separate these two; just have
8731 them pass the request to the subdirectory makefiles.
8732 (distclean): Pass the request down, and then get rid of the
8733 files configure built, and get rid of the Makefiles.
8734 (realclean): Pass the request down, and then do the same things
8735 distclean does.
8736 (uninstall, info, dvi): New targets.
8737
8738 * configure.in: Move clause for PC-compatible i386 box to the end
8739 of the case statement, to avoid masking configurations below.
8740
8741 * configure.in: Add case for m88k-motorola-sysv4.
8742
8743 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
8744 the HP 68000 machines.
8745
8746 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
8747 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
8748 preprocessor won't fiddle with them.
8749
8750 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8751
8752 * Makefile.in (TAGS): cd to src to run etags.
8753
8754 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8755
8756 * configure.in (version): Check the X libraries for XrmSetDatabase
8757 and random, and see if we have -lXbsd.
8758
8759 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8760
8761 * configure.in: Pass "-Isrc" to the CPP we run to examine the
8762 s/*.h and m/*.h files. Martin Tomes
8763 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
8764
8765 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8766
8767 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
8768 above the general i386 alternative.
8769
8770 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8771
8772 * configure.in: Recognize configuration name for Data General
8773 AViiON machines.
8774
8775 * configure.in: Use AC_LONG_FILE_NAMES.
8776
8777 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8778
8779 * configure.in: Test for bison.
8780 * Makefile.in (YACC): New variable.
8781 (lib-src/Makefile.in): Edit YACC into the makefile.
8782
8783 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8784
8785 * Version 19.13 released.
8786
8787 * configure.in (CFLAGS): Don't set this according to the value of
8788 the GCC shell variable. Instead, consult the machine and system
8789 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
8790 test __GNUC__ while we're at it.
8791
8792 * configure.in: Remove extra ;; from hpux cases.
8793
8794 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8795
8796 * configure.in: Check to see if the system has -ldnet.
8797
8798 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8799
8800 * make-dist: Add clauses to distribute lisp/forms-mode.
8801
8802 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8803
8804 * configure.in (machine): Fix the versions in hpux version number test.
8805 Do not guess based on cpu type. Do check for explicit system version.
8806
8807 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8808
8809 * configure.in: Do NOT look for `unknown' as company name.
8810
8811 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8812
8813 * configure.in: Fix typo in message.
8814
8815 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8816
8817 * Version 19.12 released.
8818
8819 * Makefile.in (do-install): Correct previous etc-copying change.
8820 Partially rewrite using `if'.
8821 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
8822
8823 * Version 19.11 released.
8824
8825 * configure.in: Handle 386bsd.
8826
8827 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8828
8829 * make-dist: Update getdate.c.
8830
8831 * configure.in: Handle bsd386.
8832
8833 * Makefile.in (do-install): Use `-' in tar options.
8834
8835 * configure.in: Change ! "${...}" to x"${...}" = x.
8836
8837 * Makefile.in (do-install): Copy the DOC-* files from the build
8838 etc directory, as well as lots of things from ${srcdir}/etc.
8839
8840 * make-dist: Copy config.guess.
8841
8842 * configure.in: Handle AIX versions 1.2, 1.3.
8843
8844 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8845
8846 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
8847 the configuration name mips-mips-usg* to represent USG systems.
8848
8849 * configure.in: Fix logic to detect if srcdir is already configured.
8850
8851 * Makefile.in: Pass in LD_SWITCH_X_SITE.
8852
8853 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
8854 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
8855 of a directory; cd might fail, and have pwd print out the current
8856 directory.
8857
8858 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8859
8860 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
8861
8862 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8863
8864 * configure.in: Complain if srcdir points at an already-configured
8865 tree.
8866
8867 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8868
8869 * Version 19.10 released.
8870
8871 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8872
8873 * Makefile.in: Use Makefile comments, not C comments.
8874
8875 * configure.in: Add case for the Tektronix XD88.
8876
8877 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8878
8879 * configure.in: Handle sysv4.2 and sysvr4.2.
8880
8881 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8882
8883 * configure.in: Traverse the argument list without destroying it;
8884 don't use shift. It turns out that "set - ${saved_arguments}"
8885 doesn't work portably.
8886
8887 * configure.in: Add missing "fi".
8888
8889 * make-dist: Rebuild configure if configure.in is newer.
8890
8891 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
8892 targets to be executed even if make remembers that it has already
8893 satisfied FRC.
8894
8895 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8896
8897 * Makefile.in (do-install): Delete redundant code to copy etc twice.
8898
8899 * configure.in (romp): Handle various version numbers with aos and bsd.
8900
8901 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8902
8903 * configure.in: Fix message text.
8904
8905 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8906
8907 * make-dist: Make a `site-lisp' directory in the distribution,
8908 instead of a `local-lisp' directory, which hasn't been the
8909 appropriate name for a long time.
8910 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
8911 from the distribution first, then /usr/local/lib/emacs/site-lisp.
8912
8913 * Makefile.in (do-install): Correctly detect if ./etc and
8914 ${srcdir}/etc are the same.
8915
8916 * configure.in: Extract UNEXEC from the system configuration
8917 files, compute the name of the source file corresponding to the
8918 object file, and #define it as UNEXEC_SRC in config.h.
8919
8920 * configure.in: If srcdir is '.', then try using PWD to make it
8921 absolute.
8922
8923 * configure.in: Include ${srcdir} in the printed report, to help
8924 people notice if it's an automounter path.
8925
8926 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8927
8928 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
8929
8930 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8931
8932 * Makefile.in (do-install): Delete the dest dir, not the source dir,
8933 when they are different. Add `shift' command.
8934 (COPYDESTS, COPYDIR): Delete external-lisp dir.
8935 (externallispdir): Var deleted.
8936
8937 * configure.in: Delete spurious paren outputting short_usage.
8938
8939 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8940
8941 * Version 19.9 released.
8942
8943 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8944
8945 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
8946 subdirectory makes.
8947
8948 * make-dist: Check for .elc files with no corresponding .el file.
8949
8950 * Makefile.in (mkdir): Make all the directories in locallisppath.
8951
8952 * config.guess: New file.
8953 * configure.in: Use it, tentatively.
8954 * INSTALL: Mention its usage.
8955
8956 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
8957 the former gives you the operating system rev directly. Use
8958 s/hpux.h if we don't recognize what we got.
8959
8960 * Makefile.in (do-install): Don't remove a destination directory
8961 if it's the same as the source. If ${srcdir}/info == ${infodir},
8962 don't try to copy the info files.
8963
8964 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
8965 doesn't work if you're not using a separate source directory.
8966 (do-install): Copy the build tree's etc directory only after
8967 making sure it's not also the source tree's etc directory.
8968
8969 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8970
8971 * configure.in: Handle sunos4.1.3 specially.
8972
8973 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8974
8975 * Makefile.in (INSTALL): Add definition.
8976
8977 * configure.in: Fix some messages. Support -with-gnu-cc.
8978 At the end, use `set --', not `set -'.
8979 Delete spurious `.h' in hpux alternatives.
8980
8981 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8982
8983 * Version 19.8 released.
8984
8985 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8986
8987 * configure.in: When looking for source in the same directory as
8988 the configure script, make the path thus discovered absolute.
8989 If the user specifies the `--srcdir' switch, make that directory
8990 absolute too.
8991
8992 * Makefile.in (srcdir): Remove comment saying this doesn't work.
8993
8994 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
8995 too, as the value of the PATH_INFO macro.
8996
8997 * configure.in: Check to see if the source lives in the same
8998 directory as the configure script.
8999
9000 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9001
9002 * Makefile.in (install): Split this into `install' and
9003 `do-install', to give people more control over exactly what gets
9004 done.
9005 (do-install): New target, containing the guts of `install'. Don't
9006 remove and recreate the directories inside the copying loop - do
9007 it all before the copying loop. Pass more flags to the lib-src
9008 make.
9009 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9010 avoid errors and warnings.
9011
9012 * configure.in: For generic IBM PC boxes, insist on "unknown" for
9013 the manufacturer - the more general case was blocking other i386
9014 configuration names below, and that's how the names are written in
9015 MACHINES anyway.
9016
9017 * make-dist: When breaking links, remove the link before moving
9018 the copy onto it, to avoid interactive behavior.
9019
9020 * Makefile.in: Doc fix.
9021
9022 * configure.in: Doc fix.
9023
9024 * INSTALL: Mention --exec-prefix option.
9025
9026 * configure.in: Add support for the `--exec-prefix' option.
9027 * Makefile.in: Accept that support.
9028
9029 * configure.in: Use the AC_PROG_INSTALL macro.
9030 * Makefile.in (INSTALL): Variable removed.
9031 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9032
9033 * configure.in: Distinguish between hp800's and hp700's by calling
9034 "uname -m".
9035
9036 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9037
9038 * configure.in: Recognize configuration names for i860 boxes
9039 running SYSV.
9040
9041 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9042
9043 * configure.in: Distinguish between hp800's and hp700's by the
9044 version of HP/UX they run, since that's something people are more
9045 likely to know - hp700's run 8.0.
9046 Add HP 700 configuration.
9047
9048 * configure.in: Test for the presence of the `rename' function.
9049
9050 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9051 configure.in.
9052 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9053
9054 * make-dist: Break intra-tree links.
9055
9056 * configure.in: Explain that this is an autoconf script, and give
9057 instructions for rebuilding configure from it. Arrange to put
9058 comments in configure explaining this too.
9059
9060 * configure.in: Make the first line of the configure script be
9061 "#!/bin/sh". Leaving the first line blank didn't work.
9062
9063 * configure.in (long_usage): Removed; made short_usage describe
9064 the options briefly.
9065
9066 * configure.in: Implement the --prefix option.
9067 * Makefile.in (prefix): Add support for it here.
9068 * INSTALL: Document it here.
9069
9070 * Makefile.in (install): Don't assume that the files in the `info'
9071 subdirectory match *.info. They don't have that prefix.
9072
9073 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9074
9075 * configure.in: Add case for version 5 of Esix.
9076
9077 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9078
9079 * Version 19.7 released.
9080
9081 * make-dist: There aren't any *.com files in lib-src anymore.
9082
9083 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
9084 them; they're symlinks to other filesystems on the GNU machines.
9085
9086 * make-dist: Check that the manual reflects the same version of
9087 Emacs as stated in lisp/version.el. Edit that version number into
9088 the README file.
9089
9090 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9091
9092 * configure.in: Remove the hack of AC_DEFINE; use
9093 AC_DEFINE_UNQUOTED.
9094
9095 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9096
9097 * make-dist: Don't distribute precomp.com, compile.com, or
9098 link.com from ./src; they're in ./vms now.
9099
9100 Some time-handling patches from Paul Eggert:
9101 * configure.in: Add AC_TIMEZONE.
9102
9103 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9104
9105 * configure.in: Recognize Linux as a valid operating system for
9106 the i386.
9107
9108 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9109
9110 * make-dist: Distribute some VMS files we got from Richard Levitte.
9111
9112 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
9113 the source for the sed command, not oldXMenu/Makefile.
9114
9115 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9116
9117 * INSTALL: Don't claim the srcdir option doesn't work.
9118
9119 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9120
9121 * configure.in: Include remarks saying what order the autoconf
9122 tests should go in, and remind people to change config.h.in
9123 whenever they add autoconf tests which make #definitions.
9124
9125 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
9126
9127 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9128
9129 * Makefile.in (oldXMenu/Makefile): Make this depend on
9130 ${srcdir}/oldXMenu/Makefile.in, not itself.
9131
9132 * PROBLEMS: Some updates from David J. Mackenzie.
9133
9134 More changes from David J. Mackenzie.
9135 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
9136 removed; autoconf and config.h should specify all these
9137 differences.
9138 (buildlisppath): Make this path depend on ${srcdir}.
9139 (INSTALLFLAGS): Removed.
9140 (INSTALL): Include the -c flag.
9141 (install): Change the way we invoke install accordingly.
9142
9143 Install ${srcdir} changes from DJM.
9144 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
9145 list.
9146 (COPYDIR, COPYDESTS): Install files from both the etc directory in
9147 the source tree and the etc directory in the object tree.
9148 (${SUBDIR}): Pass the prefix variable down to submakes.
9149 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
9150 in /bin.
9151 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
9152 values for srcdir and VPATH.
9153 (install): Add `v' flag to tar command. Make sure that `dir'
9154 exists in ${srcdir}/info before copying it. Remember that the man
9155 pages come from the source tree, not the object tree.
9156 * configure.in: Remove remarks saying that the --srcdir option
9157 doesn't work.
9158 Create the etc directory in the object tree.
9159 Recognize configuration names of the form *-sun-solaris*.
9160 Recognize sunos5 and solaris as operating system names.
9161
9162 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
9163 lib-src/getdate.y and src/systime.h.
9164
9165 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9166
9167 * make-dist: Make links in info subdir.
9168
9169 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9170
9171 * configure.in: Call AC_STDC_HEADERS.
9172
9173 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9174
9175 * configure.in: Sidestep autoconf's quoting of the second argument
9176 of AC_DEFINE, so we can specify the value to put there. It would
9177 be nice if autoconf provided some way to specify computed values
9178 for macros.
9179
9180 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9181
9182 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
9183 this is always just -DHAVE_CONFIG_H.
9184
9185 The GNU coding standards specify that CFLAGS should be left for
9186 users to set.
9187 * Makefile.in (CFLAGS): Let configure determine the default value
9188 for this. Don't
9189 have it default to DEFS.
9190 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
9191 (lib-src/Makefile, src/Makefile): Edit the default value for
9192 CFLAGS into these files, not DEFS.
9193 * configure.in (CFLAGS): Choose a default value for this - "-g"
9194 normally, or "-g -O" if we're using GCC. Edit it into the
9195 top-level Makefile.
9196
9197 * configure.in: When scanning the machine and system description
9198 #include files, write their names to conftest.c properly.
9199
9200 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9201
9202 * configure.in: In configuration name case for Apallos running
9203 Domainios, set opsys, not opsysfile.
9204
9205 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
9206 src/config.h, instead of AC_OUTPUT; the latter overwrites
9207 src/config.h even when it hasn't changed, puts a makefile-style
9208 comment at the top even though it's C code, and produces a
9209 config.status script which doesn't do the job right.
9210
9211 * configure.in: Add AC_LN_S test, so we can tell whether or not we
9212 can use a symbolic link to get the X Menu library into src.
9213 * Makefile.in (LN_S): New variable.
9214 (src/Makefile): Edit the value of LN_S into this makefile.
9215
9216 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9217
9218 * configure.in: Support *-sco3.2v4* as opsystem.
9219
9220 * make-dist: Don't include calc directory.
9221 Exclude many files in the man directory; copy a few.
9222
9223 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9224
9225 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
9226 call AC_STRUCT_TM to see what's in time.h.
9227
9228 * configure.in: Employ quoting stupidity to get the value of CPP
9229 to expand properly.
9230
9231 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9232
9233 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
9234 variable to scan the machine and system description files.
9235
9236 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
9237 so that getdate.y builds correctly.
9238
9239 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9240
9241 * configure.in (tempcname): Change this to "conftest.c", so it will
9242 work properly on systems with short filenames; this is the name
9243 autoconf uses.
9244
9245 * configure.in: Also detect the availability of dup2 and
9246 gethostname.
9247
9248 * configure.in: Use the AC_ALLOCA test.
9249 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
9250 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
9251
9252 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9253
9254 * make-dist: Distribute configure, as well as configure.in.
9255 Oversight.
9256
9257 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9258
9259 * Makefile.in (install): Print out the name of the directory we're
9260 copying, so people can have some idea of whether we're making
9261 progress.
9262
9263 * Makefile.in (install.aix, install.xenix, install.sysv, install):
9264 Don't forget to re-create the COPYDESTS directories after we clear
9265 them out.
9266
9267 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9268
9269 * Makefile.in: Add autoconf cookies so that the configure
9270 script can comment out sections of path variable definitions to
9271 choose between the installable configuration and the run-in-place
9272 configuration.
9273 * configure.in: Add new option `--run-in-place', to select the
9274 run-in-place path definitions.
9275
9276 * configure.in: Add a clause to the big configuration name case
9277 for the NeXT machine.
9278
9279 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9280
9281 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9282 Make sure that each source directory exists, and is different from
9283 the destination directory; then, delete the destination before
9284 copying over the source.
9285
9286 * make-dist: Distribute configure.in, instead of configure.
9287
9288 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9289
9290 * configure.in: Don't set CC to "gcc -O" if the user specifies
9291 `--with-gcc'. Add -O to DEFS if GCC is set.
9292
9293 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9294
9295 * Makefile.in (clean mostlyclean): Missing right paren.
9296
9297 * configure.in: When checking for X windows, search for an X11
9298 subdirectory of ${x_includes}.
9299
9300 * configure.in: Check for gettimeofday function, for getdate.y.
9301
9302 Change `configure' to a mixture of custom code and autoconf stuff.
9303 autoconf can't derive all the information we need, but we'd really
9304 like to be able to take advantage of some of its tests, and its
9305 file-editing facilities.
9306 * configure.in: Renamed from configure.
9307 Quote the sections of shell script we want copied literally to
9308 the configure script.
9309 (compile): Initialize this to make the autoconf macros' code happy.
9310 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
9311 code to do their jobs.
9312 Use autoconf to produce Makefile and src/config.h.
9313 Remove the Makefile-style comment that autoconf places at the top
9314 of src/config.h.
9315 (config_h_opts): Removed - no longer necessary.
9316 * Makefile.in (configname): Renamed to configuration.
9317 (CONFIG_CFLAGS): Renamed to DEFS.
9318 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
9319 get values via autoload @cookies@.
9320 (libsrc_libs): Get this from autoconf. We used to do nothing
9321 about this.
9322 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
9323
9324 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
9325 echo the move-if-change command.
9326
9327 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
9328
9329 * make-dist: Distribute lib-src/rcs-checkin.
9330
9331 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
9332 Don't try to make links to the RCS or Old subdirectories.
9333 Use the appropriate extension for the compression type in use.
9334 Create the tar file in the shell's initial default directory, not
9335 in ${tempparent}.
9336 Erase the whole ${tempparent} tree, not just ${tempdir}.
9337
9338 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9339
9340 * Makefile.in (src/paths.h): Don't echo the huge sed command we
9341 use to build paths.h.
9342 (lib-src/Makefile, src/Makefile): Similarly.
9343
9344 * configure: Extend test for working `const' keyword to handle AIX
9345 3.2 cc.
9346
9347 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9348
9349 * make-dist: Distribute lisp/term/ChangeLog.
9350
9351 Arrange for C compilation throughout the tree to get
9352 C_SWITCH_SYSTEM from the configuration files.
9353 * configure: Extract C_SWITCH_SYSTEM from the machine and
9354 system-dependent files, and save it in the top-level Makefile.
9355 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
9356 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
9357
9358 * make-dist: Include the VMS support files in oldXMenu in the
9359 distribution.
9360
9361 * configure: Doc fix.
9362
9363 * configure: Fix corrupted config_h_opts.
9364
9365 * configure: Properly report option names in error messages.
9366
9367 * configure: Properly recognize --x-includes and --x-libraries
9368 options.
9369
9370 * configure: Fix syntax errors in code handling XFree386.
9371
9372 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9373
9374 * configure: Add special code to detect XFree386, and tell
9375 config.h about it.
9376
9377 * configure: Properly handle extracting values of LIBS_MACHINE and
9378 LIBS_SYSTEM that contain spaces.
9379
9380 * configure: Add `--x-includes' and `--x-libraries' options. I
9381 think these are dopey, but no less than three alpha testers, at
9382 large sites, have said they have their X files installed in odd
9383 places. Implement them by setting C_SWITCH_X_SITE and
9384 LD_SWITCH_X_SITE in src/config.h.
9385
9386 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9387
9388 * make-dist: Don't distribute etc/Old files.
9389
9390 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
9391 backups.
9392
9393 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9394
9395 * make-dist: Fix typo.
9396
9397 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9398
9399 * make-dist: Corrected typo, fixed it to discard = and TAGS files
9400 in some cases where it should but didn't seen to.
9401
9402 * Makefile.in: Added unlock and relock productions.
9403
9404 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9405
9406 * make-dist: Add a --compress option to force make-dist to use
9407 compress.
9408
9409 * make-dist: Use gzip, if we can find it.
9410
9411 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9412 make rs6000-ibm-aix default to -aix32.
9413
9414 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9415
9416 * Makefile.in: Added `Developer's configuration' section.
9417
9418 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9419
9420 * Makefile.in: Add commented-out variable settings for developer's
9421 configuration.
9422
9423 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9424
9425 * make-dist: Distribute `src/bitmaps' too.
9426
9427 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
9428
9429 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9430 make rs6000-ibm-aix default to -aix32.
9431
9432 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9433
9434 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
9435
9436 * Makefile.in (install.sysv): Add a second `$' in front of
9437 `${dest}', so that the shell will expand it, instead of Make.
9438
9439 * configure: When processing the name of the configure script,
9440 collapse `././' to `./', but leave a single `./' prefix alone.
9441
9442 * configure: Doc fix.
9443
9444 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9445
9446 * configure: Handle isc3.0 correctly.
9447
9448 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9449
9450 * make-dist: Don't try to copy the COPYING notice into
9451 external-lisp; we're not distributing that directory any more.
9452
9453 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9454
9455 * Makefile.in (install, install.aix, install.xenix, install.sysv):
9456 Remove CVS subdirectories from the installed directory trees, as
9457 well as RCS directories.
9458
9459 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9460
9461 * make-dist: Only copy gmalloc.c if we couldn't link it.
9462 Don't try to copy man/{README,Makefile} unless they actually exist.
9463
9464 * Makefile.in (lisppath): Don't include externallispdir in this.
9465 We're not sure whether we're even going to distribute the
9466 directory yet.
9467
9468 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9469
9470 * make-dist: Don't distribute the external-lisp directory anymore.
9471 * INSTALL: Remove all references to external-lisp.
9472
9473 * configure: Detect whether the compiler supports `const'
9474 properly, and edit src/config.h accordingly.
9475
9476 * configure: Tweak layout of final report.
9477
9478 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
9479 CFLAGS.
9480
9481 * Makefile.in (locallisppath): Make this default to
9482 ${datadir}/emacs/site-lisp, instead of
9483 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
9484 the same thing, and local-lisp causes completion conflicts with
9485 lock.
9486 (lisppath): Add ${externallispdir} to this.
9487 * INSTALL: Adjust installation directions.
9488
9489 * Makefile.in (externallispdir): New variable, to say where to
9490 install the externally-maintained lisp files.
9491 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
9492 the others.
9493 * INSTALL: Describe external-lisp and the new externallispdir
9494 variable.
9495
9496 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9497
9498 * configure (progname): New option `--with-gcc'. Make it clearer
9499 how we are trying to guess whether or not we have GCC.
9500 * INSTALL: Document the `--with-gcc' option, and improve
9501 description of `--with-x' options.
9502
9503 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9504
9505 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
9506 ${infodir} from these variables; we have written out explicit code
9507 to install the info files.
9508
9509 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9510
9511 * make-dist: Don't distributed the RCS files in the etc directory.
9512
9513 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9514
9515 * Makefile.in: Some makes can't handle comments in the middle of
9516 commands; move them to before the whole rule.
9517
9518 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9519
9520 * README: Mention what Emacs is.
9521
9522 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9523
9524 * make-dist: Include `./lisp/calc-2.02' in the distribution.
9525 Add `./cpp' and `./man' back into the distribution.
9526
9527 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9528
9529 * Makefile.in: Define MAKE, and use where appropriate.
9530
9531 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9532
9533 * make-dist: Remember that the authoritative COPYING notice is
9534 `etc/COPYING', not `../etc/COPYING'.
9535
9536 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9537
9538 * make-dist: Make sure that the COPYING notices in each directory
9539 are copies, not symlinks.
9540
9541 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9542
9543 * INSTALL: The build process produces an executable called `emacs'
9544 now. Change references.
9545 * Makefile.in: Adjust `install.mumble' targets to install
9546 `src/emacs', not `src/xemacs'.
9547
9548 * configure: Start with a blank line; this keeps some old CSH's
9549 from thinking it's a CSH script. Most systems will just use
9550 /bin/sh to run it, which is what we're expecting; the only other
9551 shells which might try to interpret it themselves are probably
9552 Bourne-compatible.
9553
9554 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9555
9556 * INSTALL: Improvements suggested by David Mackenzie.
9557
9558 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9559
9560 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9561 Don't try to copy the info files if there aren't any; the
9562 unexpanded globbing pattern disappoints `install'. Ignore the
9563 return status of that command.
9564
9565 * INSTALL: Updated for new configuration arrangement.
9566
9567 * configure: Don't make the top-level Makefile read-only - people
9568 may want to edit the values of the path variables.
9569
9570 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9571 Install the info files in ${infodir}. Install the executable
9572 under both `emacs' and `emacs-VERSION'.
9573
9574 * Makefile.in: Doc fix.
9575
9576 * Makefile.in (exec_prefix): New variable, as per latest version
9577 of coding standards.
9578 (bindir, libdir): Use it, instead of `prefix'.
9579 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
9580
9581 * Makefile.in (mandir): Make the default value for this depend on
9582 $(prefix).
9583
9584 * Makefile.in (datadir, statedir, libdir): Make these all default
9585 to ${prefix}/lib.
9586 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
9587 to compensate.
9588
9589 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9590 Install the etags and ctags man pages too.
9591
9592 * Makefile.in (distclean): Don't delete backup files; that's the
9593 job of extraclean.
9594 (extraclean): Like distclean, but deletes backup and autosave files.
9595
9596 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9597
9598 Make path specification conform to GNU coding standards.
9599 * configure (long_usage): Remove all traces of old arguments from
9600 usage messages, and document the options we do accept in more
9601 detail: -with-x... and --srcdir.
9602 (options, boolean_opts): Deleted; we don't have enough options to
9603 make this worthwhile.
9604 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
9605 along with the code which supported them; these should be set as
9606 arguments to the top-level make.
9607 (config_h_opts): Since this no longer doubles as a list of option
9608 names, make them upper case; this simplifies the code which uses
9609 them to build the sed command to edit src/config.h. Change the
9610 code which sets them.
9611 (cc, g, O): Don't allow the user to set these using options; they
9612 should be specified using `CC=' and `CFLAGS=' arguments to the
9613 top-level make. Just choose reasonable default values for them,
9614 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
9615 values.
9616 (gnu_malloc, rel_alloc): Don't allow the user to set these using
9617 options; use them whenever the configuration files say they're
9618 possible.
9619 Simplify the argument processing loop. Don't accept abbreviations
9620 for option names; these might conflict with other configuration
9621 options in the future.
9622 Add some support for the `--srcdir' option. Check for the sources
9623 in . and .. if `--srcdir' is omitted. If the directories we will
9624 compile in don't exist yet, create them under the current directory.
9625 Note that the rest of the build process doesn't really support
9626 this.
9627 Edit only the top Makefile. That should edit the others. Edit
9628 into the makefile: `version', from lisp/version.el, `configname'
9629 and `srcdir' from the configuration arguments, `CC' and
9630 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
9631 the user's path, and LOADLIBES as gleaned from the system
9632 description files.
9633 Simplify the report generated; it doesn't need to include any
9634 description of paths now.
9635 Make `config.status' exec configure instead of just calling it, so
9636 there's no harm in overwriting `config.status'.
9637 * Makefile.in (version, configname): New variables, used to choose
9638 the default values for datadir and libdir.
9639 Path variables rearranged into two clearer groups:
9640 - In the first group are the variables specified by the GNU coding
9641 standards (prefix, bindir, datadir, statedir, libdir, mandir,
9642 manext, infodir, and srcdir).
9643 - In the second are the variables actually used for Emacs's paths
9644 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
9645 archlibdir), which depend on the first category.
9646 datadir and libdir default to directories under
9647 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
9648 demand.
9649 etcdir and lispdir default to subdirectories of datadir.
9650 archlibdir defaults to libdir.
9651 The new installation tree is a bit deeper than it used to be, so
9652 use the new make-path program in lib-src to build them all.
9653 Always build a new src/paths.h.tmp and then move-if-change it to
9654 src/paths.h, to avoid unnecessary rebuilds while responding to the
9655 right changes.
9656 Remove all mention of arch-lib. Run utility commands from
9657 lib-src, and let the executables be copied into archlibdir when
9658 Emacs is installed.
9659 Add targets for src/Makefile, lib-src/Makefile, and
9660 oldXMenu/Makefile, editing the values of the path variables into
9661 them.
9662 Let lib-src do its own installation.
9663 (datadir): Default to putting data files under
9664 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
9665 (emacsdir): Variable deleted; it would only be confusing to use.
9666 (lispdir, etcdir): Default to ${datadir}/lisp.
9667 (mkdir): Use make-path for this.
9668 (lockdir): Do this in mkdir.
9669 (Makefile): New target.
9670
9671 * configure (usage_message): Rename to long_usage.
9672
9673 * make-dist: Don't bother creating an arch-lib directory; that's
9674 only for installation now.
9675
9676 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9677
9678 * configure: Use GCC-style configuration names, using config.sub.
9679 Change the usage and help messages.
9680
9681 * configure: Initialize window_system, not indow_system.
9682
9683 * configure: Report which window system, compiler, and signal
9684 handler return type we decide to use.
9685
9686 * make-dist: Explain what's going on if config.sub and gmalloc.c
9687 can't be linked. Place the code which copies them near the code
9688 which links the rest of the files around them.
9689
9690 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
9691
9692 * make-dist: Don't bother to distribute src/*.com, or
9693 src/vmsbuild; those have all been moved to `../vms'.
9694
9695 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9696
9697 * make-dist: Don't forget that the way to avoid filenames starting
9698 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
9699 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
9700 couldn't make hard links to, since we have two already, and
9701 perhaps more to come.
9702
9703 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9704
9705 * configure: When editing parameters into lib-src/Makefile, change
9706 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
9707 needs some other flags too.
9708
9709 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9710
9711 * configure: Remove spurious echo of the configuration name.
9712
9713 * make-dist: Don't distribute files in src/m and src/s whose names
9714 begin with `='.
9715
9716 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9717
9718 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
9719 Also LISP_FLOAT_TYPE.
9720
9721 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9722
9723 * make-dist: Copy config.sub, since it's a symbolic link to a file
9724 on another file system.
9725
9726 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9727
9728 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
9729 distribution.
9730
9731 * config.sub: New file, to help us recognize configuration names.
9732 * make-dist: Include it in the distribution.
9733
9734 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9735
9736 * configure: Convert `-' to `_' in specified option names.
9737 Accept options with --. Delete --highpri and --have-x-menu options.
9738 New options --with-x and --with-x10 replace -window-system.
9739 Don't mention options --gnu-malloc, --rel-alloc
9740 or --lisp-float-type in help message.
9741
9742 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9743
9744 * make-dist: Include the `vms' subdirectory in the distribution.
9745
9746 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9747
9748 * configure: Remove lines starting with "# DIST: " when building
9749 lib-src/Makefile and src/Makefile. This allows us to mark the
9750 "Makefile.in" files with explanatory comments which won't also get
9751 stuck in the Makefiles.
9752
9753 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9754
9755 * make-dist: Don't use the '+' operator in the sed regular
9756 expression that extracts the version number from lisp/version.el;
9757 Ultrix sed doesn't seem support the operator. Just double the
9758 operand and use *.
9759
9760 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9761
9762 * Makefile.in: Doc fix.
9763
9764 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9765
9766 * configure: Rewrite sed command to remove at most one ./ prefix;
9767 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
9768 group.
9769
9770 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9771
9772 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
9773
9774 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9775
9776 * make-dist: Go ahead and build a new TAGS file, unless the
9777 --newer option was specified. Don't try to delete a TAGS file
9778 from etc; it's not kept there, and shouldn't be deleted anyway.
9779
9780 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9781
9782 * make-dist: If the lisp directory contains a default.el, don't
9783 distribute it.
9784
9785 * configure: When searching signal.h for the type of a signal
9786 return handler, make a copy of it, not a symbolic link to it; that
9787 way, it will work on systems that don't have symbolic links.
9788
9789 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9790
9791 * make-dist: Taught it about vcdiff and rcs2log, added --newer
9792 option for generating incremental distributions. Stopped it from
9793 generating a TAGS file into the distribution; that sucker is
9794 *big*, and easily enough generated with the toplevel makefile.
9795
9796 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9797
9798 * configure: When writing config.status, don't prefix progname
9799 with a '.'; it might be absolute.
9800
9801 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9802
9803 * configure: Choose to use X11 if either /usr/lib/libX11.a or
9804 /usr/include/X11 exist, not only if both exist.
9805
9806 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9807
9808 * make-dist: Make the new external-lisp directory a duplicate of
9809 the external-lisp directory, not the lisp directory.
9810
9811 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9812
9813 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
9814 clean' in arch-lib; it doesn't even have a Makefile.
9815
9816 * Makefile.in (clean, mostlyclean): In the test which tries to
9817 distinguish between the build directory, which should be cleaned,
9818 and the installed directory, which shouldn't, cd to `${emacsdir}',
9819 not `${DESTDIR}${LIBDIR}'.
9820
9821 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9822
9823 * make-dist: Be sure to delete the .c and .h files that YACC and
9824 BISON create from getdate.y.
9825
9826 * external-lisp: New directory; see `external-lisp/README'.
9827 * make-dist: Added support for the external-lisp subdirectory.
9828
9829 * make-dist: Changed message which complains that make-dist wasn't
9830 invoked in the right directory to indicate which files it was
9831 looking for.
9832
9833 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9834
9835 * configure: Add comments explaining why we can't translate
9836 character ranges or control characters in `tr'.
9837
9838 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9839
9840 * configure: When generating the configuration message, we used to
9841 build the message from the start so that each line began with "# "
9842 so that it would be a comment in `config.status'. However, this
9843 causes trouble if any of the variables we use in the message
9844 expand to more than one line of text - as gnu_malloc_reason
9845 sometimes does. So instead, we build the message as it should be
9846 printed to the user (i.e. without the "# " prefixes), and stick on
9847 the "# "s when we write it to `config.status'.
9848
9849 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
9850 `lib-src' and `arch-lib'.
9851
9852 * configure: When generating report and `config.status' file, note
9853 that bindir only determines where `make install' and
9854 `build-install' will place the executables; this should make it
9855 clear that the ordinary build process will not try to install
9856 things.
9857
9858 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9859
9860 * make-dist: Change messages to say that we are 'making links to
9861 X', rather than 'copying X'. And put `' quotes around file names.
9862
9863 * make-dist: Include '.tmp' in the name of the staging directory.
9864
9865 * make-dist: Pass the `-f' option to rm when you're not sure that
9866 the files you're removing actually exist.
9867
9868 * make-dist: When setting up etc/COPYING, always nuke whatever is
9869 there, and then copy it in, to make sure we get a real file.
9870
9871 * make-dist: Don't try to distribute *.defns files any more. The
9872 only such file was for simula.el, which has been superseded by a
9873 version which doesn't have a separate .defns file.
9874
9875 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
9876
9877 * make-dist: Don't distribute configured versions of config.h.in,
9878 paths.h.in, Makefile.in in src.
9879
9880 * configure: Delete .tmp files before creating them; don't bother
9881 trying to make final targets writable first, since it won't
9882 matter to move-if-change.
9883
9884 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9885
9886 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
9887 mkdir and chmod in the center of all the conditionals. GNU Make
9888 will strip these out, but other makes won't.
9889
9890 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9891
9892 * make-dist: Include move-if-change in list of files to distribute.
9893
9894 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9895
9896 * configure: Remove any "." elements from the program name.
9897
9898 * configure: Don't record the values of all the possible arguments
9899 in config.status; only record the options that the user specified.
9900
9901 * configure: Use move-if-change to move in the new src/config.h.
9902
9903 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
9904
9905 * move-if-change: New file, copied from gcc release.
9906 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
9907 a temp file, so we don't update paths.h if an error occurs or if
9908 it doesn't need changing.
9909
9910 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9911
9912 * Makefile.in (src/paths.h): Do not install a value for the
9913 PATH_SUPERLOCK value; that macro doesn't exist anymore.
9914 * build-install.in: Same thing.
9915
9916 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9917
9918 * make-dist: Check the flag called "make_tar", not "make_dir"; the
9919 latter, being a typo, is always false, resulting in a program
9920 whose default behavior is to painstakingly build a copy of the
9921 source tree, and then delete it. Rah.
9922
9923 * Makefile.in: Add dist target, and comment for it.
9924
9925 * configure: When scanning <signal.h> for a declaration for
9926 signal, create a symbolic link with a name ending in .c, so the
9927 compiler won't complain that it's only been given .h files.
9928
9929 * configure: Check whether there are any arguments available
9930 before shifting to get the value of a non-boolean parameter.
9931
9932 * make-dist: Doc fix.
9933
9934 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9935
9936 * configure: Instead of grepping /usr/include/signal.h for a
9937 signal declaration, run /usr/include/signal.h or
9938 /usr/include/sys/signal.h through cpp and grep for the
9939 declaration.
9940
9941 * configure: Redirect the output of grep to /dev/null instead of
9942 using grep -s - that flag means different things on other systems.
9943
9944 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
9945 since the former is recognizable even if you don't know what
9946 'dumping' is.
9947 * configure: Accommodate that change.
9948
9949 * configure: Accept options for all of the directories you can
9950 change in the Makefile.
9951
9952 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
9953
9954 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
9955 FOO before you can use them.
9956
9957 * build-install.in: Made the "Where To Install Things" section
9958 conform with the similar section from Makefile.in. Copied section
9959 which builds src/paths.h from src/paths.h.in from the Makefile.
9960
9961 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9962
9963 * configure: Write config.status to pass its command-line
9964 arguments on to configure, so that people can use it to recreate
9965 an old configuration, with minor changes.
9966
9967 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9968
9969 * configure: Don't rely on option variables being unset if their
9970 values are the empty string. In particular, when producing the
9971 English report, don't assume that highpri will be unset when no
9972 increased priority has been requested; -highpri='' should be the
9973 same as omitting -highpri altogether.
9974
9975 * configure: Fix dumb bug: when running the system and machine
9976 description files through cpp, mark those lines that we want to
9977 evaluate with the string '@configure@', and then only evaluate
9978 them. This way if the files include anything that actually
9979 generates text (type definitions or external declarations, say),
9980 we won't try to eval it.
9981
9982 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9983
9984 * make-dist: New shell script.
9985
9986 * configure: When creating foo from foo.in, make foo read-only to
9987 remind people to edit the .in file instead.
9988
9989 * INSTALL: Changed references to config.h-dist to config.h.in.
9990 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
9991 to build src/paths.h from src/paths.h.in; added a paragraph to do
9992 this.
9993 * configure, Makefile, build-install: Changed filenames like
9994 FOO-dist to FOO.in.
9995
9996 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9997
9998 * Makefile, build-install: Renamed to Makefile.in and
9999 build-install.in; the configure script will edit these to produce
10000 the usable Makefile and build-install.
10001 * configure: Changed to produce ./Makefile, ./build-install,
10002 lib-src/Makefile, and src/Makefile from their *.in counterparts,
10003 instead of editing them in place.
10004
10005 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10006
10007 * Makefile: Re-arranged so that the undumped Emacs will search
10008 ../lisp *after* the site's local elisp files.
10009 (locallisppath, dumplisppath): New variables.
10010 (lisppath): This variable's default value is now chosen based on
10011 $(locallisppath) and $(lispdir); while it used to be the
10012 customization point for adding site-local elisp directories to
10013 load-path, that job is now handled mostly by locallisppath.
10014 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10015 Check the values being assigned to the *LOADSEARCH macros for null
10016 path elements (like '::' in 'foo::bar').
10017
10018 * configure: When checking if the machine- and system-dependent
10019 files define a particular macro or not, actually run them through
10020 CPP and test the macros with #ifs, instead of just grepping for
10021 the macros' names. In particular, check for SYSTEM_MALLOC in this
10022 way.
10023
10024 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10025
10026 * Makefile (install): Don't use -s in install. (Keep the symbols.)
10027
10028 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10029
10030 * configure: Make the config.status file an executable shell
10031 script which will recreate the same configuration. Include the
10032 verbal description of the current configuration as a comment in
10033 the script.
10034 * INSTALL: Doc fix.
10035
10036 * Makefile: Brought the Makefile up to the GNU coding
10037 standards, as described in standards.text:
10038 (TAGS): New name for the target which rebuilds the tags table.
10039 (check): New target; doesn't do anything yet.
10040 (mostlyclean): New target, synonymous with clean.
10041 (realclean): New target. Currently, this just calls the
10042 subdirectories's makefiles and then deletes config.status.
10043 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10044 variables.
10045 Installation directory variables changed to conform.
10046 (install, install.sysv, install.xenix, install.aix): Changed the
10047 code which copies the directories into their installed location to
10048 allow the installed locations to be in several different
10049 directories; the old version assumed that they would all be in
10050 $(emacsdir).
10051 (mkdir, lockdir): Allow the installed locations to be in several
10052 different directories.
10053 * INSTALL: Doc fix.
10054
10055 * build-install: Use the same variable names as the Makefile.
10056 Allow the installed locations to be in several different
10057 directories.
10058
10059 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10060
10061 * Makefile (src/paths.h): Instead of using a single sed command to
10062 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10063 separately, and don't forget to append "/!!!SuperLock!!!" to the
10064 value of the PATH_SUPERLOCK macro.
10065
10066 * config.emacs: Renamed to configure, for consistency with other
10067 GNU products. Internal references changed.
10068 INSTALL, Makefile: References changed.
10069
10070 * lock: New directory, which should always be empty. If this
10071 directory doesn't exist, Emacs won't complain; it just won't lock.
10072 Having this here means that people can just unpack Emacs, build
10073 it, and have locking work.
10074
10075 * share-lib: Re-renamed to etc, for the sake of tradition.
10076 * config.emacs: Changed default value for datadir to ../etc.
10077 * INSTALL, README: Adjusted.
10078
10079 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10080
10081 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
10082 by running CPP on the appropriate s/*.h and m/*.h files.
10083
10084 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10085
10086 * config.emacs: Make sure to set the "exit on error" flag once
10087 we've removed config.status; errors should abort the configuration.
10088
10089 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10090
10091 * config.emacs: Added -distribute option, so that the Makefile
10092 paths are in their proper form. I don't know why this matters.
10093
10094 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10095
10096 * local-lisp: New directory, empty in the distribution, for people
10097 to put local elisp code in.
10098 * config.emacs: Include it in the default load path.
10099 * README: Document it.
10100
10101 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10102
10103 * config.emacs: Guess the type of signal handling functions based
10104 on the contents of /usr/include/signal.h.
10105
10106 * config.emacs: Print out progress report messages.
10107
10108 * Makefile (src/paths.h): Don't generically replace
10109 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
10110 editing of the other entries, and each entry should be dealt with
10111 explicitly anyway.
10112
10113 * build-install: Converted from C-shell to Bourne shell.
10114 * config.emacs: Edit build-install properly.
10115
10116 * config.emacs: Doc fix.
10117
10118 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10119
10120 * Makefile (install): Remove `B' from tar xf command.
10121
10122 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10123
10124 * config.emacs: Removed support for the `maintain-environment'
10125 option; the only important difference between this and its absence
10126 has been removed.
10127 * INSTALL: Removed mention of `maintain-environment'.
10128
10129 * config.emacs: Fix arguments to sed when processing boolean
10130 arguments.
10131
10132 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10133
10134 * config.emacs: New file, to help automate the installation
10135 process.
10136
10137 * Makefile: Lots of changes to support the separation of etc into
10138 architecture-dependent and -independent files:
10139 (EMACSROOT): New variable, giving the directory under which all of
10140 Emacs's libraries should be installed. Changed rest of file to
10141 use it.
10142 (LIBDIR): Now denotes only architecture-dependent dir.
10143 (DATADIR): New variable, denoting architecture-independent dir.
10144 (LOCKDIR): New variable, for completeness.
10145 (SUBDIR): No more etc, new lib-src.
10146 (COPYDIR): No more etc, new arch-lib and share-lib.
10147 (src/paths.h): Set PATH_DATA and the LOCK macros too.
10148 (src): Now depends on lib-src, not etc.
10149 * build-install: Changes parallel to the above.
10150 * README: Describe the new arrangement.
10151
10152 * vms: New subdirectory for all the VMS stuff.
10153
10154 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10155
10156 * Makefile (LISPPATH): New variable.
10157 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
10158
10159 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
10160
10161 * Makefile (install, install.sysv, install.xenix):
10162 Install wakeup instead of loadst. No need for setuid or setgid.
10163
10164 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10165
10166 * Makefile (clean): Clean etc if that's not the installation dir.
10167
10168 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10169
10170 * Makefile (paths.h): Make sed alter each name in the path.
10171
10172 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10173
10174 * Makefile (install.sysv): Use cpio, not tar.
10175
10176 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10177
10178 * Makefile (lockdir): Rename `lock' target.
10179 Depend on it from install*, not from `all'.
10180
10181 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
10182
10183 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
10184 to match build-install and paths.h.
10185
10186 ;; Local Variables:
10187 ;; coding: utf-8
10188 ;; End:
10189
10190 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
10191
10192 This file is part of GNU Emacs.
10193
10194 GNU Emacs is free software: you can redistribute it and/or modify
10195 it under the terms of the GNU General Public License as published by
10196 the Free Software Foundation, either version 3 of the License, or
10197 (at your option) any later version.
10198
10199 GNU Emacs is distributed in the hope that it will be useful,
10200 but WITHOUT ANY WARRANTY; without even the implied warranty of
10201 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10202 GNU General Public License for more details.
10203
10204 You should have received a copy of the GNU General Public License
10205 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.