Use auto-hscroll-mode rather than the alias automatic-hscrolling
[bpt/emacs.git] / ChangeLog
CommitLineData
9b9b2ef2
GM
12012-04-16 Glenn Morris <rgm@gnu.org>
2
b1aa797c
GM
3 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
4
9b9b2ef2
GM
5 * configure.in: Remove X libs workaround for old autoconf.
6
badf86af
KB
72012-04-12 Ken Brown <kbrown@cornell.edu>
8
9 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
10
2f097256
GM
112012-04-11 Glenn Morris <rgm@gnu.org>
12
13 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
14
a9f72fc1
GM
152012-04-10 Glenn Morris <rgm@gnu.org>
16
17 * configure.in: Conditionally generate admin/unidata/Makefile.
18
6b4f4a2d
TZ
192012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
20
a9f72fc1 21 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 22
23df914b
GM
232012-04-09 Glenn Morris <rgm@gnu.org>
24
fd9d85c2
GM
25 * Makefile.in (leim): Check cd return value. Pass fewer variables.
26 (install-leim): Check cd return value. Pass $MFLAGS.
27 (install-strip): Pass $MFLAGS.
28
23df914b
GM
29 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
30 Eg org.texi has been using 4.7 functions for some time.
31
bf6bba2b
PE
322012-04-07 Paul Eggert <eggert@cs.ucla.edu>
33
34 Check pkg-config exit status when configuring (Bug#10626).
35 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
36 works; check its exit status. Problem reported by Jordi Gutiérrez
37 Hermoso in
38 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
39
f3774f20
GM
402012-04-07 Glenn Morris <rgm@gnu.org>
41
42 * README, configure.in (AC_INIT): Bump version to 24.1.50.
43
d67a9a85
EZ
442012-04-07 Eli Zaretskii <eliz@gnu.org>
45
46 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
47
f20f95c6
PE
482012-03-04 Paul Eggert <eggert@cs.ucla.edu>
49
50 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
51 * configure.in (LIBS_TERMCAP): Default this to the result of
52 the tputs library search. Do a run-time test for the linkability
53 of tputs unless cross-compiling, as that's more reliable if the
54 link flags and libraries are messed up. Don't change LIBS as
55 a result of the test, as that may mess up later tests.
56
75197633
CS
572012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
58
533183f3 59 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 60
75197633
CS
61 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
62 specific makefiles to support getopt_.h generation with MSVC.
63
7eb21b49
GM
642012-02-04 Glenn Morris <rgm@gnu.org>
65
66 * Makefile.in (uninstall):
67 Handle compressed info files and man pages. (Bug#10718)
68
44f92739
GM
692012-02-02 Glenn Morris <rgm@gnu.org>
70
71 * configure.in [HAVE_NS]:
72 Error if use --without-toolkit-scroll-bars. (Bug#10673)
73
6df37268
PE
742012-02-01 Paul Eggert <eggert@cs.ucla.edu>
75
76 Port to older Solaris 10 versions (Bug#10677).
77 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
78 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
79 possibly this is because Sun fixed the 'stat' bug in my version.
80 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
81 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
82 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
83 These changes are based on gnulib version
84 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
85 because Emacs is in feature freeze and we do not want to merge any
86 more-recent changes from gnulib.
87
8d8939e8
GM
882012-01-31 Glenn Morris <rgm@gnu.org>
89
e4070def
GM
90 * configure.in: Throw an explicit error if Motif toolkit was
91 requested but requirements could not be found.
92
8d8939e8
GM
93 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
94
5a26ec89
EZ
952012-01-30 Eli Zaretskii <eliz@gnu.org>
96
97 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
98 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
99 with "make -j3".
100
1b0880d5
JB
1012012-01-16 Juanma Barranquero <lekktu@gmail.com>
102
103 * .bzrignore: Ignore etc/__pycache__.
104
adee8a65
PE
1052011-12-17 Paul Eggert <eggert@cs.ucla.edu>
106
107 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
108 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
109 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
110 by Nelson H. F. Beebe in
111 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
112
e152e577
JB
1132011-12-10 Juanma Barranquero <lekktu@gmail.com>
114
115 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
116
46d14be7
JD
1172011-12-10 Jan Djärv <jan.h.d@swipnet.se>
118
119 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
120 instead of LDFLAGS (Bug#10230).
121
6c269a38
PE
1222011-12-03 Paul Eggert <eggert@cs.ucla.edu>
123
4eec8d6f
PE
124 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
125
6c269a38 126 Propagate configure flags to sub-configures.
1350a3cc 127 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
128 New macros.
129 (config.status, bootstrap): Use them to propagate configure flags
130 to sub-configures.
131 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
132
63e94eb8
PE
1332011-12-03 Paul Eggert <eggert@cs.ucla.edu>
134
135 * .bzrignore: Add config.cache.
136
54e9e3bf
JD
1372011-11-27 Jan Djärv <jan.h.d@swipnet.se>
138
139 * configure.in: Check for gtk_window_set_has_resize_grip.
140
20db1522
JB
1412011-11-24 Juanma Barranquero <lekktu@gmail.com>
142
143 * configure.in (HAVE_XPM): Fix typo.
144
60bf278f
GM
1452011-11-22 Glenn Morris <rgm@gnu.org>
146
5f77c86c
GM
147 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
148 have confusing effects on the build. (Bug#6401)
149
60bf278f
GM
150 * Makefile.in (install-arch-dep): Tweak previous change.
151
816be9f6
YD
1522011-11-22 Yavor Doganov <yavor@gnu.org>
153
154 Do not install arch-dependent files in the app bundle if
155 --disable-ns-self-contained is requested. (Bug#1335)
156 * configure.in (exec_prefix, libexecdir): Define relative to
157 `ns_appbindir' only if configured for a self-contained app.
158 * Makefile.in (install-arch-dep): Test for the existence of
159 libexec in the Emacs.app bundle before executing commands.
160
d5ff9cd0
AS
1612011-11-20 Andreas Schwab <schwab@linux-m68k.org>
162
163 * configure.in: Remove reference to src/m/ibms390.h.
164
1c889bf6
GM
1652011-11-13 Glenn Morris <rgm@gnu.org>
166
167 * INSTALL: Tiny updates for disk space used during installation.
168
a6fc3b5c
EZ
1692011-11-05 Eli Zaretskii <eliz@gnu.org>
170
171 * lib/makefile.w32-in (FRC): New dummy target.
172 (TAGS): Depend on FRC.
173
9f77899d
GM
1742011-11-04 Glenn Morris <rgm@gnu.org>
175
176 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
177 Do not include GnuTLS version info in final summary message.
178
0bd3cb7b
EZ
1792011-10-31 Eli Zaretskii <eliz@gnu.org>
180
07f3add9
EZ
181 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
182 they exist there, else from autogen/.
183
184 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 185
d2eaf3e4
NT
1862011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
187
188 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
189
e782cfab
PE
1902011-10-24 Paul Eggert <eggert@cs.ucla.edu>
191
192 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
193 if the library is found. Otherwise, later configure-time tests,
194 such as the test for pthread_sigmask, generate the wrong results
195 on some platforms. Problem reported for FreeBSD by Nali Toja.
196
7da0b018
PE
1972011-10-20 Paul Eggert <eggert@cs.ucla.edu>
198
199 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
200 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
201 Remove; no longer needed, now that we defer to strftime for time
202 zone names.
203
0ffe1065
JD
2042011-10-18 Jan Djärv <jan.h.d@swipnet.se>
205
206 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
207
23769e49
CY
2082011-10-18 Chong Yidong <cyd@gnu.org>
209
210 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
211
fd8dea03
GM
2122011-10-13 Glenn Morris <rgm@gnu.org>
213
214 * configure.in: Also look for tputs in libcurses. (Bug#9736)
215
f4cc5b54
PE
2162011-10-12 Paul Eggert <eggert@cs.ucla.edu>
217
218 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 219 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
220 The check was helpful but not essential in Solaris 2.6 (1997),
221 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
222 obsolete -- Sun dropped support for it in 2006 -- and without
223 access to that Silurian platform we can't maintain the code anyway.
224
7c5ee88e
PE
2252011-10-07 Paul Eggert <eggert@cs.ucla.edu>
226
d47439a3
PE
227 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
228 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
229 * m4/gnulib-common.m4: Merge from gnulib.
230 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
231 command not found" on powerpc-apple-darwin9.8.0.
232
7c5ee88e
PE
233 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
234 This is now done by src/alloc.c.
235
423dbf9b
RS
2362011-10-02 Richard Stallman <rms@gnu.org>
237
238 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
239 and xlinux_second_failure to xgnu_linux_second_failure.
240
31bed486
EZ
2412011-09-29 Eli Zaretskii <eliz@gnu.org>
242
5f91c1e5
EZ
243 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
244 lib/signal.in-h.
31bed486 245
e785f2ec 246 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
247 Rename signal.in.h and alloca.in.h.
248
e1504b9b
EZ
2492011-09-28 Eli Zaretskii <eliz@gnu.org>
250
251 * INSTALL: Mention that m17n libraries and libotf are needed for
252 Arabic shaping.
253
316f8af0
PE
2542011-09-26 Paul Eggert <eggert@cs.ucla.edu>
255
256 Merge from gnulib, improving some licensing wording.
257 This clarifies and fixes some licensing issues raised by Glenn Morris
258 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
259 It also merges the latest version of texinfo.tex and has some
260 MSVC-related changes that don't affect Emacs.
261 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
262 pathmax, and raise, since these are needed only to address
263 MSVC-related issues that Emacs doesn't have.
264 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
265 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
266 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
267 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
268 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
269 * m4/unistd_h.m4: Merge from gnulib.
270
04d51ad4
AS
2712011-09-26 Andreas Schwab <schwab@linux-m68k.org>
272
273 * configure.in: Initialize HAVE_LIBXML2.
274
6e99ef20
GM
2752011-09-26 Glenn Morris <rgm@gnu.org>
276
277 * make-dist: Add lib/makefile.w32-in.
278
0538fab0
GM
2792011-09-24 Glenn Morris <rgm@gnu.org>
280
281 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
282
c5b01d8c
LMI
2832011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
284
285 * .dir-locals.el: Change the debbugs regexp to allow having the
286 bug number as the first thing on a line.
287
0cc87afb
GM
2882011-09-15 Glenn Morris <rgm@gnu.org>
289
290 * configure.in: Make configure work with recent GNUsteps.
291 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
292 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 293 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 294
3f44249e
PE
2952011-09-11 Paul Eggert <eggert@cs.ucla.edu>
296
297 Merge from gnulib, porting to Tru64.
298 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
299 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
300 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
301 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
302 doesn't affect Emacs.
303
c8199d0f
PE
3042011-09-06 Paul Eggert <eggert@cs.ucla.edu>
305
306 * configure.in (isnan): Remove now-unnecessary check.
307
e39b275c 3082011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 309
abec06ff 310 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
311 This is to fix the following problems:
312 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
313 configured not to use gtk or any other thread-using library,
314 signals aren't blocked correctly.
315 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
316 and IRIX's signal handling.
317 . On Cygwin 1.7.5 it works around an incompatibility with
318 the system pthread_sigmask.
319 . On MacOS X 10.5 (32-bit), files whose inode numbers
320 exceed 2**31 cannot be read or manipulated.
321 . pthread_sigmask: Actually use results of gl_THREADLIB.
322 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
323 . find 'ar' program that fits with --host argument.
324 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
325 * autogen/README: Update destination list.
326 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
327 The autogenerated files compile, config.guess,
328 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
329 * m4/largefile.m4: New file, so that Emacs does not mess up when
330 accessing files with large inode numbers in MacOS X 10.5 and later.
331 * m4/nocrash.m4: New file, to avoid triggering background debugger
332 and/or create core dumps during 'configure'.
333 * build-aux/move-if-change: Renamed from move-if-change.
334 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
335 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
336 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
337 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
338 * Makefile.in (epaths-force, sync-from-gnulib):
339 move-if-change is now in build-aux.
340 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
341 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
342 (mkdir): install-sh is now in build-aux.
343 * config.bat: c++defs.h is now in build-aux/snippets.
344 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
345 usual parameter).
346 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
347 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
348 to build-aux/snippet.
349 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
350 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
351 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
352 Solaris, enables MacOS extensions, and enables nocrash during
353 'configure'.
354 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
355
86633eab 3562011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
357
358 * configure.in (snprintf): New check.
359
015faae4
PE
3602011-08-30 Paul Eggert <eggert@cs.ucla.edu>
361
695a3dc5 362 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 363 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
364 Remove unreachable pattern hppa*-*-linux-gnu*.
365 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
366 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 367
52ec1feb
JD
3682011-08-26 Jan Djärv <jan.h.d@swipnet.se>
369
370 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
371
377538cb
JD
3722011-08-13 Jan Djärv <jan.h.d@swipnet.se>
373
374 * configure.in: Add header check: sys/socket.h (Bug#8477),
375 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
376 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
377
ae9e757a
JD
3782011-08-04 Jan Djärv <jan.h.d@swipnet.se>
379
380 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
381 (HAVE_GTK_AND_PTHREAD): Remove.
382
be8ec0b3
AA
3832011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
384
385 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
386 build, not just GNUstep (Bug#9177).
387
2573a837 3882011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
389
390 Assume freestanding C89 headers, string.h, stdlib.h.
391 Again, this simplifies the code, and all current platforms have these.
392 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
393 (AC_HEADER_STDC): Remove.
394 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
395 (strchr, strrchr): Remove fallback macros.
396
9cfdb3ec
PE
397 Assume support for memcmp, memcpy, memmove, memset.
398 This simplifies the code a bit. All current platforms have these,
399 as they are required for C89. If this turns into a problem we
400 can add the gnulib modules for these (a 1-line change to Makefile.in).
401 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
402
427c285b
PE
4032011-07-27 Paul Eggert <eggert@cs.ucla.edu>
404
405 * GNUmakefile: New file.
406 This is for convenience, so that one can run GNU make in an
407 unconfigured source tree, and get a default build.
408
2ad77c9d
JD
4092011-07-13 Jan Djärv <jan.h.d@swipnet.se>
410
411 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
412
c8618a06
YM
4132011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
414
415 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
416 so as to suppress address randomization (Bug#8395).
417
f6ce9b9a
PE
4182011-07-09 Paul Eggert <eggert@cs.ucla.edu>
419
3fcf7a1c
PE
420 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
421 This fixes a build problem on older Mac OS X hosts.
422
d9706d9f
PE
423 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
424 test, which runs afoul of Automake installations where, for example,
425 /usr/share/aclocal contains a copy of gl_THREADLIB.
426 Problem reported by Sven Joachim in
427 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
428 This is just a quick temporary fix, specific to Emacs; I'll work
429 with the other gnulib maintainers to get a more-permanent fix.
430
af66a2d7 431 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
432 * Makefile.in (GNULIB_MODULES): Add strtoimax.
433 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
434 automatically imported from gnulib.
435 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
436
1692ae2d 4372011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 438
8a6ebd58 439 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 440 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
441 * configure.in (AC_TYPE_UID_T): New dummy macro.
442 Configure gnulib after adjusting LIBS,
443 so that gnulib can assume the libraries in LIBS.
6db30f83 444 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 445 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 446 * lib/pthread_sigmask.c:
6db30f83
PE
447 New files, automatically imported from gnulib.
448 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
449 due to the above changes.
450 * .bzrignore: Add lib/signal.h.
451
4a621aae
PE
452 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
453
5e94cadb
AS
4542011-07-07 Andreas Schwab <schwab@linux-m68k.org>
455
456 * configure.in (maintainer-mode): Reflect default in help string.
457
76b397fb
DN
4582011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
459
460 * configure.in: Remove reference to iris4d.h.
461
869795d6
JD
4622011-07-05 Jan Djärv <jan.h.d@swipnet.se>
463
464 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
465
3279eb87
GM
4662011-07-01 Glenn Morris <rgm@gnu.org>
467
468 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
469
2e6e11eb
LMI
4702011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
471
472 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
473 which made ./configure infloop.
474
9851bfc5
JD
4752011-06-30 Jan Djärv <jan.h.d@swipnet.se>
476
477 * configure.in (gsettings): New option and check for GSettings.
478
adbc4ef4
GM
4792011-06-29 Glenn Morris <rgm@gnu.org>
480
481 * configure.in: Try to test for the required crt*.o files.
482
1f773f32
BW
4832011-06-27 Bill Wohler <wohler@newt.com>
484
485 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
486
7a7ef429
PE
4872011-06-25 Paul Eggert <eggert@cs.ucla.edu>
488
489 Use gnulib's dup2 module instead of rolling our own.
490 * Makefile.in (GNULIB_MODULES): Add dup2.
491 * configure.in: Do not check for dup2; gnulib does that now.
492 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
493
6dd7e400
PE
4942011-06-23 Paul Eggert <eggert@cs.ucla.edu>
495
496 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
497
94a807ac 4982011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
499
500 Use gnulib's alloca-opt module.
501 * .bzrignore: Add lib/alloca.h.
502 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
503 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
504 as gnulib now does that for us. Put alloca check in config.h.
505 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
506 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
507 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
508
3ce9d0d4
LL
5092011-06-21 Leo Liu <sdl.web@gmail.com>
510
511 * m4/sha256.m4:
512 * m4/sha512.m4:
513 * m4/gl-comp.m4:
514 * lib/u64.h:
515 * lib/sha256.c:
516 * lib/sha256.h:
517 * lib/sha512.c:
518 * lib/sha512.h:
519 * lib/makefile.w32-in (GNULIBOBJS):
520 * lib/gnulib.mk:
521 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
522 crypto/sha512 modules from gnulib.
523
add3f049
PE
5242011-06-19 Paul Eggert <eggert@cs.ucla.edu>
525
526 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
527
3a4725e1
GM
5282011-06-17 Glenn Morris <rgm@gnu.org>
529
530 * configure.in: Restore the behavior of checking crt-dir only
531 when the user specified it (not all platforms use it).
532
bf4846e7
PE
5332011-06-16 Paul Eggert <eggert@cs.ucla.edu>
534
535 * m4/lstat.m4: Merge from gnulib (Bug#8878).
536
4d61f28d 5372011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
538
539 * configure.in: Try to determine CRT_DIR automatically when
540 using gcc.
541
8c9b2106
PE
5422011-06-15 Paul Eggert <eggert@cs.ucla.edu>
543
8aeb5be9
PE
544 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
545 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
546 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
547 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
548 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
549 Merge from gnulib.
8c9b2106 550
c195f2de
JD
5512011-06-14 Jan Djärv <jan.h.d@swipnet.se>
552
553 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
554
7e2aa385
PE
5552011-06-08 Paul Eggert <eggert@cs.ucla.edu>
556
557 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
558
81eafe29
PE
5592011-06-07 Paul Eggert <eggert@cs.ucla.edu>
560
561 * configure.in: Add --with-wide-int.
562 * INSTALL: Mention this.
563
9afafefb
PE
5642011-06-06 Paul Eggert <eggert@cs.ucla.edu>
565
566 Merge from gnulib.
567 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
568
f797625a
PE
5692011-06-02 Paul Eggert <eggert@cs.ucla.edu>
570
571 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
572
90856fe0 5732011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
574
575 Use 'inline', not 'INLINE'.
eefc9486 576 * configure.in (INLINE): Remove.
55d4c1b2 577
6a3e57bb
PE
5782011-05-29 Paul Eggert <eggert@cs.ucla.edu>
579
580 Adjust to recent gnulib change for @GUARD_PREFIX@.
581 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
582 All uses of _GL_ for guard prefixes in lib/*.h replaced with
583 _@GUARD_PREFIX@_.
584
842b28a0
PE
5852011-05-27 Paul Eggert <eggert@cs.ucla.edu>
586
e61923c8 587 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 588
70716b1d
GM
5892011-05-24 Glenn Morris <rgm@gnu.org>
590
a22d9d2c
GM
591 * Makefile.in (check): Just give a message if no test/ directory.
592
bdd556a2
GM
593 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
594
70716b1d
GM
595 * configure.in (OPT_MAKEFILES_IN): Remove.
596 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
597 (SUBDIR_MAKEFILES_IN): New output variable.
598 * Makefile.in (OPT_MAKEFILES_IN): Remove.
599 (SUBDIR_MAKEFILES_IN): Let configure set it.
600
13c3daa4
LL
6012011-05-24 Leo Liu <sdl.web@gmail.com>
602
603 * m4/sha1.m4:
604 * m4/gl-comp.m4:
605 * lib/sha1.h:
606 * lib/sha1.c:
607 * lib/makefile.w32-in (GNULIBOBJS):
608 * lib/gnulib.mk:
609 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
610
e09e38a8
GM
6112011-05-24 Glenn Morris <rgm@gnu.org>
612
4ba4c54a
GM
613 * configure.in: Remove test for already configured source directory.
614 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
615
5a95c002
GM
616 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
617
fa5d79db
GM
6182011-05-24 Glenn Morris <rgm@gnu.org>
619
6c7e099d
GM
620 * make-dist: Don't distribute test/. (Bug#8107)
621 * configure.in (OPT_MAKEFILES_IN): New output variable.
622 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
623 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
624 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
625 (check): Give an explicit error if test/ is not present.
626
fa5d79db
GM
627 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
628 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
629 (Makefile): Use $SUBDIR_MAKEFILES_IN.
630
2df215b5
PE
6312011-05-23 Paul Eggert <eggert@cs.ucla.edu>
632
633 * lib/verify.h: Merge from gnulib.
634
f518ae90
PE
6352011-05-22 Paul Eggert <eggert@cs.ucla.edu>
636
637 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
638 Merge from gnulib.
639
16b71f3a
AS
6402011-05-21 Andreas Schwab <schwab@linux-m68k.org>
641
642 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
643
7285dc67
EZ
6442011-05-20 Eli Zaretskii <eliz@gnu.org>
645
6a45b46f
EZ
646 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
647
7285dc67
EZ
648 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
649
b9704ad9
GM
6502011-05-20 Glenn Morris <rgm@gnu.org>
651
652 * configure.in (lisp_frag): New output file.
653
4a720484
GM
6542011-05-19 Glenn Morris <rgm@gnu.org>
655
656 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
657 (WINDOW_SUPPORT): Remove output variables that are no longer used.
658
a3c92bc1
EZ
6592011-05-17 Paul Eggert <eggert@cs.ucla.edu>
660
8f906c40
EZ
661 * lib/gnulib.mk:
662 * lib/intprops.h:
663 * lib/unistd.in.h:
664 * m4/inttypes.m4:
665 * m4/stdint.m4:
666 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 667
d681f183
GM
6682011-05-14 Glenn Morris <rgm@gnu.org>
669
670 * configure.in: Treat failure to find an X toolkit the same way we treat
671 failure to find X and image support.
672
4f8c52a9
GM
6732011-05-12 Glenn Morris <rgm@gnu.org>
674
675 * Makefile.in (src, install-arch-indep, bootstrap-clean)
676 (check-declare): Shell portability fixes. (Bug#8642)
677
5a7f0a30
TZ
6782011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
679
680 * configure.in: Require GnuTLS 2.6.x or higher.
681
b08a63cc 6822011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 683
c378da0b
PE
684 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
685 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
686 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
687
19548d08
PE
688 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
689 This new gnulib-tool option saves 'configure' the trouble of
690 checking for strtoull when strtoumax exists.
691
d1a2ac5c
PE
692 * configure.in (BITS_PER_LONG_LONG): New macro.
693
773233f8
GM
6942011-05-05 Glenn Morris <rgm@gnu.org>
695
696 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
697 (top_distclean): Delete config.log~.
698
40697cd9
BK
6992011-04-27 Ben Key <bkey76@gmail.com>
700
701 * configure.in: Fixed a bug that caused configure with
702 --enable-checking=stringoverrun to have no effect.
703
671875da 7042011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
705
706 * configure.in: Suppress unnecessary checks for size_t.
707 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
708 (size_t): Do not check for this, and do not typedef. This code
709 is never exercised now.
710
a8a2bb29
PE
711 * Makefile.in (GNULIB_MODULES): Add strtoumax.
712 This is needed for the new integer-reading code in lread.c.
713 It automatically pulls in the following gnulib files, which
714 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
715 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
716 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
717 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 718 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 719
33630d51
TZ
7202011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
721
722 * configure.in: Check for GnuTLS certificate verify callbacks.
723
bfab7d85
SM
7242011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * Makefile.in (config.status): Don't erase in case of error.
727 In case it disappeared, rebuild it with `configure'.
728
fe0e7ad7
KB
7292011-04-20 Ken Brown <kbrown@cornell.edu>
730
731 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
732
f5b06c35
GM
7332011-04-12 Glenn Morris <rgm@gnu.org>
734
735 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
736
762f8d96 7372011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
738
739 * lib/allocator.c: New file, automatically generated by gnulib.
740
5fac7083
GM
7412011-04-07 Glenn Morris <rgm@gnu.org>
742
743 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
744
973f782d
EZ
7452011-04-06 Eli Zaretskii <eliz@gnu.org>
746
747 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
748 Revert last change.
749
f1f81baa
JB
7502011-04-06 Juanma Barranquero <lekktu@gmail.com>
751
752 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
753 ($(BLD)/careadlinkat.$(O)): New target.
754 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
755 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
756 Update dependencies.
757
b70d23ff 7582011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 759
41cf7d1a
PE
760 Fix more problems found by GCC 4.6.0's static checks.
761
aa181334
PE
762 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
763
1f7196bf 764 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
765 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
766 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
767 * m4/ssize_t.m4: New files, automatically generated from gnulib.
768
c0274801
GM
7692011-04-06 Glenn Morris <rgm@gnu.org>
770
771 * autogen/update_autogen: Handle loaddefs-like files as well.
772 (usage): Add -l, -C.
773 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
774 With -l, check status of lisp/ as well.
775 With -C, clean before building.
776 (autoreconf): Only pass -f in the `clean' case.
777 (commit): New function.
778
42e85a8f
GM
7792011-03-28 Glenn Morris <rgm@gnu.org>
780
39f31873
GM
781 * autogen/update_autogen: Pass -f to autoreconf.
782
42e85a8f
GM
783 * autogen.sh (get_version): Discard "not found" lines.
784 (check_version): Respect $AUTOCONF etc environment variables.
785
9af30bdf
GM
7862011-03-27 Glenn Morris <rgm@gnu.org>
787
788 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
789 (AH_BOTTOM): Do not define SIGTYPE.
790
181855e6
GM
7912011-03-26 Glenn Morris <rgm@gnu.org>
792
793 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
794 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
795
9ee0d174
AS
7962011-03-25 Andreas Schwab <schwab@linux-m68k.org>
797
798 * autogen/update_autogen: Remove useless function keyword.
799
07da4b3c
EZ
8002011-03-25 Eli Zaretskii <eliz@gnu.org>
801
802 * config.bat: Generate src/config.h and lib/Makefile from
803 autogen/config.in and autogen/Makefile.in.
804
f6ca84c0
GM
8052011-03-25 Glenn Morris <rgm@gnu.org>
806
807 * compile, config.guess, config.sub, depcomp, install-sh, missing:
808 Remove; autoreconf can supply them.
809 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
810 config.guess, install-sh. Pass -i to autoreconf.
811 * autogen/update_autogen (genfiles): Add compile, config.guess,
812 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
813 Discard non-error output from autoreconf in -q case.
814 * autogen/compile, autogen/config.guess, autogen/config.sub:
815 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
816 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
817 install-sh, missing.
818
8cc1d519
GM
8192011-03-23 Glenn Morris <rgm@gnu.org>
820
9bb73912 821 * autogen/update_autogen: Fix typo.
904a432c 822 (msg): Remove function; use `exec' instead.
9bb73912 823
8cc1d519
GM
824 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
825 (sync-from-gnulib): Don't sync mkinstalldirs.
826 * make-dist: Don't distribute mkinstalldirs.
827
c9c49752 8282011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 829
c9c49752 830 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
831 * Makefile.in (GNULIB_MODULES): Add socklen.
832 * configure.in: Do not check for sys/socket.h, since socklen does that.
833 * m4/socklen.m4: New automatically-generated file, from gnulib.
834
d5cad867
PE
835 fakemail: Remove dependency on ignore-value.
836 * Makefile.in (GNULIB_MODULES): Add stdio.
837 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
838 imported from gnulib.
cbd350f1 839 * .bzrignore: Add lib/stdio.h.
c9c49752 840
34cb1cc6
GM
8412011-03-22 Glenn Morris <rgm@gnu.org>
842
843 * autogen/copy_autogen: Work from ./ or ../.
844 Fix time-stamps.
845 * autogen.sh: Doc fix.
846
66b87493
GM
8472011-03-20 Glenn Morris <rgm@gnu.org>
848
849 * autogen/: New directory, to be excluded from releases.
850 * autogen/copy_autogen, autogen/update_autogen: New scripts.
851 * autogen/README: New file.
852 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
853 * autogen/Makefile.in: Add auto-updated generated files.
854 * autogen.sh: No longer a no-op, now it tests for autotools
855 and runs them as necessary.
cd1181db 856 * configure.in: Default maintainer-mode to on.
66b87493
GM
857 * aclocal.m4, configure, lib/Makefile.in: Remove files.
858
1ef6de05
PE
8592011-03-13 Paul Eggert <eggert@cs.ucla.edu>
860
861 Update for gnulib.
862 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
863 includes <intprops.h> directly.
864 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
865 when building Emacs on Solaris 9 and running it on Solaris 10.
866
0afb4571
J
8672011-03-08 Jan Djärv <jan.h.d@swipnet.se>
868
869 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
870
33383987
JB
8712011-03-07 Chong Yidong <cyd@stupidchicken.com>
872
873 * Version 23.3 released.
874
870d9cf6
GM
8752011-03-06 Glenn Morris <rgm@gnu.org>
876
877 * configure.in (FREETYPE_LIBS): Actually set it to something.
878
6c0dea8a
PE
8792011-03-02 Paul Eggert <eggert@cs.ucla.edu>
880
881 Work around some portability problems with symlinks.
882
883 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
884 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
885 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
886 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
887 * m4/symlink.m4:
888 New files, automatically generated from gnulib.
889 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
890 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
891
945d8b44
EZ
8922011-02-26 Eli Zaretskii <eliz@gnu.org>
893
03382788
EZ
894 * .bzrignore: Ignore new lib/*.in-h files.
895
945d8b44
EZ
896 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
897 depfiles.bat even if lib/deps already exist.
898
9411886d
PE
8992011-02-25 Paul Eggert <eggert@cs.ucla.edu>
900
901 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
902 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
903 recent changes to configure.in and to gnulib.
9411886d 904
1e8dbdc6
GM
9052011-02-24 Glenn Morris <rgm@gnu.org>
906
907 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
908 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
909
f68c809d
PE
9102011-02-22 Paul Eggert <eggert@cs.ucla.edu>
911
912 Assume S_ISLNK etc. work, since gnulib supports this.
913 * Makefile.in (GNULIB_MODULES): Add sys_stat.
914 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
915 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
916 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
917
ba01e9d7
PE
9182011-02-21 Paul Eggert <eggert@cs.ucla.edu>
919
920 * lib/min-max.h: New file, for "min" and "max".
921
9f8370e6
CS
9222011-02-21 Christoph Scholtes <cschol2112@gmail.com>
923
0a19a6f8 924 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
9f8370e6
CS
925 $(EMACS_ROOT)/nt/inc/stdint.h.
926
25c51af3
EZ
9272011-02-21 Eli Zaretskii <eliz@gnu.org>
928
929 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
930 src/makefile.w32-in and adapt. Depend on stamp_BLD.
931 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
932
5fa4ac76
PE
9332011-02-20 Paul Eggert <eggert@cs.ucla.edu>
934
935 Import filemode module from gnulib.
936 * .bzrignore: Add lib/sys/.
937 * Makefile.in (GNULIB_MODULES): Add filemode.
938 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
939 * lib/filemode.c: Renamed from src/filemode.c and regenerated
940 from gnulib. This adds support for some more file types, e.g.,
941 Cray DMF migrated files.
942 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
943 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
944 * m4/sys_stat_h.m4: New files, generated from gnulib.
945 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
946 Regenerate.
947
e1e6b4fb
EZ
9482011-02-20 Eli Zaretskii <eliz@gnu.org>
949
950 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
951 $(EMACS_ROOT)/nt/inc/sys/stat.h.
952
6cac9cb1
PE
9532011-02-20 Paul Eggert <eggert@cs.ucla.edu>
954
955 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
956 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
957 is no longer needed, due to the recent SSDATA and related changes.
958 Perhaps -Wno-pointer-sign should also be removed from
959 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
960 way to test this so I left it alone.
961 * configure: Regenerate.
962
0a19a6f8 9632011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
964
965 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
966 src/makefile.w32-in.
967
61353ac8 9682011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 969
61353ac8 970 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 971 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
972 Regenerate.
973 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
974 Import the new versions from gnulib; they assume a C99-style
975 <stdint.h>, supplied by the stdint module.
976 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
977 imported from gnulib.
942f733f
PE
978 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
979 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
980 special cases.
61353ac8 981
9d9d12cd
EZ
9822011-02-19 Eli Zaretskii <eliz@gnu.org>
983
152be435 984 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 985 Add lib/deps/.
152be435 986
9d9d12cd 987 * config.bat: Configure in `lib'.
219463da 988 Generate *.Po files in lib/deps.
9d9d12cd 989
7d315eb6
PE
9902011-02-18 Paul Eggert <eggert@cs.ucla.edu>
991
992 Import IRIX 6.5 getloadavg fixes from gnulib.
993 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
994
1f5d53eb
PE
9952011-02-16 Paul Eggert <eggert@cs.ucla.edu>
996
997 Import getloadavg module from gnulib.
998 * .bzrignore: Add lib/stdlib.h.
999 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1000 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1001 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1002 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1003 Remove; gnulib does this now.
1004 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1005 from gnulib. This adds support for several other systems, such
1006 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
1007 buffer overrun on Linux hosts under very high load, and on hosts
1008 that maintain a channel to the load average file it makes sure
1009 the file descriptor is close-on-exec (on hosts that support this)
1010 and is not stdin, stdout, or stderr.
1011 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1012 from gnulib.
1013 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1014 * src/config.in: Regenerate.
1015
bb55f713
PE
10162011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1017
1018 Merge from gnulib.
1019
7127b760
PE
1020 * install-sh: Update to scriptversion 2011-01-19.21.
1021
bb55f713
PE
1022 2011-02-13 Bruno Haible <bruno@clisp.org>
1023
1024 Consistent macro naming for macros that use GCC __attribute__.
1025 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1026 ATTRIBUTE_DEPRECATED.
1027
1028 2011-02-12 Bruno Haible <bruno@clisp.org>
1029
1030 setlocale: Prefer gnulib's override over libintl's override.
1031 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1032 GNULIB_defined_setlocale is set.
1033
57e96f8e
GM
10342011-02-13 Glenn Morris <rgm@gnu.org>
1035
1036 * make-dist: Exclude generated file src/globals.h.
1037
988c07df
PE
10382011-02-10 Paul Eggert <eggert@cs.ucla.edu>
1039
1040 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1041 Sync from gnulib, which has been patched to fix the problem
1042 with the license notices. Problem reported by Glenn Morris in
1043 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1044
ccded26c
SM
10452011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1046
1047 * .bzrignore: Ignore globals.h and related stamp.
1048
6ffb2c0c
PE
10492011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1050
1051 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1052 This merges the following fix from gnulib:
1053
1054 2011-02-08 Bruno Haible <bruno@clisp.org>
1055
1056 Split large sed scripts, for HP-UX sed.
1057
00b3c7ac
TT
10582011-02-08 Tom Tromey <tromey@redhat.com>
1059
1060 * configure: Rebuild.
1061 * configure.in (NS_OBJC_OBJ): New subst.
1062
91ccade4
PE
10632011-02-06 Paul Eggert <eggert@cs.ucla.edu>
1064
6ffb2c0c
PE
1065 gnulib: allow multiple gnulib generated replacements to coexist
1066 This defines a few preprocessor symbols that should not affect Emacs.
1067 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
1068 via "make sync-from-gnulib".
1069
e765a388
PE
1070 gnulib: undo previous change
1071 The upstream _HEADERS change was backed out of gnulib (see the
1072 same thread). Stay in sync with gnulib.
1073
91ccade4 1074 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
1075 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
1076 New empty macros, to accommodate recent changes to gnulib. See
1077 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
1078 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
1079 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
1080 * lib/time.in.h, lib/unistd.in.h:
1081 Regenerate.
91ccade4 1082
d67985d3
PE
10832011-02-05 Paul Eggert <eggert@cs.ucla.edu>
1084
1085 sync from gnulib to remove HAVE_STDBOOL_H
1086 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
1087 AC_HEADER_STDBOOL. All uses changed. Do not define
1088 HAVE_STDBOOL_H, as gnulib does not need this. This change is
1089 imported from the latest Autoconf git. It was motivated by Emacs,
1090 which uses gnulib but does not need HAVE_STDBOOL_H.
1091 * configure, src/config.in: Regenerate.
1092 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
1093
67342916
PE
10942011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1095
1096 allow C code to suppress warnings about ignored return values
1097 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
1098 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1099 * lib/ignore-value.h: New file.
67342916 1100
14beddf4 11012011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
1102
1103 * configure.in: Test existence of xaw3d library, not just the
1104 header (Bug#7642).
1105
6ffb2c0c
PE
11062011-01-31 Eli Zaretskii <eliz@gnu.org>
1107
1108 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
1109 $(BLD)/time_r.$(O).
1110 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
1111 $(EMACS_ROOT)/src/m/intel386.h.
1112 ($(BLD)/strftime.$(O)):
1113 ($(BLD)/time_r.$(O)): Define prerequisites.
1114
16fab143
PE
11152011-01-31 Paul Eggert <eggert@cs.ucla.edu>
1116
1117 src/emacs.c now gets version number from configure.in
1118 * configure.in (version): Set this from $PACKAGE_VERSION,
1119 which is set from AC_INIT, rather than scouting through src/emacs.c.
1120 * configure: Regenerate.
1121 * make-dist (version): Get it from configure.in, not src/emacs.c.
1122
16c3e636
PE
11232011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1124
1125 strftime: import from gnulib
1126 * Makefile.in (GNULIB_MODULES): Add strftime.
1127 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
1128 needed.
6ffb2c0c 1129 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 1130 Regenerate.
6ffb2c0c
PE
1131 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
1132 imported from gnulib.
16c3e636
PE
1133 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
1134 This incorporates many changes from gnulib, including simpler
1135 handling of multibyte formats, porting to mingw32 and other
1136 platforms, and support for higher-resolution time stamps.
1137 Emacs does not yet use the higher-resolution interface.
1138
3de84ad9
PE
11392011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1140
1141 gnulib: import mktime and move-if-change fixes from gnulib
1142
1143 * configure: Regenerate from the following.
1144
6ffb2c0c
PE
1145 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1146
1147 mktime: clarify long_int width checking
1148 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
1149 the top level, to make it clearer that the assumption about
1150 long_int width is being checked. See
1151 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
1152
3de84ad9
PE
1153 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
1154
1155 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 1156 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
1157 negative number, which the C Standard says has undefined behavior.
1158 In practice this is not a problem, but might as well do it by the book.
1159 Reported by Rich Felker and Eric Blake; see
1160 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
1161 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1162 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
1163
1164 mktime: #undef mktime before #defining it
1165 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
1166
1167 mktime: systematically normalize tm_isdst comparisons
1168 * lib/mktime.c (isdst_differ): New function.
1169 (__mktime_internal): Use it systematically for all isdst comparisons.
1170 This completes the fix for libc BZ #6723, and removes the need for
1171 normalizing tm_isdst. See
1172 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
1173 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
1174
1175 mktime: fix some integer overflow issues and sidestep the rest
1176
1177 This was prompted by a bug report by Benjamin Lindner for MinGW
1178 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
1179 His bug is due to signed integer overflow (0 - INT_MIN), and I
1180 I scanned through mktime.c looking for other integer overflow
1181 problems, fixing all the bugs I found.
1182
1183 Although the C Standard says the resulting code is still not safe
1184 in the presence of integer overflow, in practice it should be good
1185 enough for all real-world two's-complement implementations, except
1186 for debugging environments that deliberately trap on integer
1187 overflow (e.g., gcc -ftrapv).
1188
1189 * lib/mktime.c (WRAPV): New macro.
1190 (SHR): Also check that long_int and time_t shift right in the
1191 usual way, before using the fast-but-unportable method.
1192 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
1193 used. The code already assumed two's complement, so there's
1194 no need to test for alternatives. All uses removed.
1195 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
1196 the C standard. Problem reported by Rich Felker in
1197 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
1198 (twos_complement_arithmetic): Also check long_int and time_t.
1199 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
1200 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
1201 (__mktime_internal): Avoid integer overflow with unary subtraction
1202 in two instances where -1 - X is an adequate replacement for -X,
1203 since the calculations are approximate.
3de84ad9
PE
1204
1205 2011-01-29 Eric Blake <eblake@redhat.com>
1206
1207 mktime: avoid infinite loop
1208 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
1209 type; behavior is still undefined but portable to all known targets.
1210 Reported by Rich Felker.
1211
6ffb2c0c
PE
1212 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1213
1214 mktime: avoid problems on NetBSD 5 / i386
1215 * lib/mktime.c (long_int): New type. This works around a problem
1216 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
1217 but time_t is 64 bits, and where I expect the existing code is
1218 wrong in some cases.
1219 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
1220 (ydhms_diff): Bring back the compile-time check for wide-enough
1221 year and yday.
1222
1223 mktime: fix misspelling in comment
1224 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
1225 This merges all recent glibc changes of importance.
1226
3de84ad9
PE
1227 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1228
1229 move-if-change: cope with concurrent mv of identical file.
1230 * move-if-change (CMPPROG): Accept environment
1231 variable as an override for `cmp'.
1232 (usage): Document CMPPROG.
1233 Adjust comparison to drop stdout. Cope with failure of mv if
1234 the target file exists and is identical to the source, for
1235 parallel builds.
1236 Report from H.J. Lu against binutils in PR binutils/12283.
1237
6ffb2c0c
PE
12382011-01-29 Eli Zaretskii <eliz@gnu.org>
1239
1240 * lib/makefile.w32-in:
1241 * lib/getopt_.h: New files.
1242
c7e95b91
PE
12432011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1244
1245 improve fix for MS-DOS file name clash
1246 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
1247 for portability to POSIX make. Reported by Bruno Haible.
1248 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
1249 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
1250 files from accumulating as garbage. Also reported by Bruno Haible.
1251
125c3718
PE
12522011-01-27 Paul Eggert <eggert@cs.ucla.edu>
1253
1254 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
1255 * Makefile.in (DOS-gnulib-comp.m4): New macro.
1256 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
1257 problems with MS-DOS 8+3 file name restrictions.
1258 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
1259 it, it would also cause problems when extracting Emacs distribution
1260 tarballs on MS-DOS hosts.
1261 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 1262 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
1263 * config.guess, config.sub: Sync from gnulib.
1264 * m4/gnulib-cache.m4: Remove from repository.
1265 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
1266
4004ef46
GM
12672011-01-25 Glenn Morris <rgm@gnu.org>
1268
0b5c5d82
GM
1269 * README: Add a note about ranges in copyright years.
1270
4004ef46
GM
1271 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
1272
06d8ace5 12732011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
1274
1275 * configure.in: Add HP-UX on IA64 (Bug#6811).
1276
d6974efa
PE
12772011-01-24 Paul Eggert <eggert@cs.ucla.edu>
1278
1279 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
1280 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
1281 as it is no longer needed.
6ffb2c0c 1282 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
1283 * configure.in: Invoke the new gnulib macro
1284 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
1285 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
1286 * m4/getopt.m4: Sync from gnulib; this removes the need for
1287 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
1288 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
1289 New macro, synced from gnulib.
1290 * m4/warn-on-use.m4: Remove.
1291
e02ea74b
PE
12922011-01-22 Paul Eggert <eggert@cs.ucla.edu>
1293
1294 aclocal.m4: put this file back into repository
1295 This way, we don't have to assume that the maintainer has
1296 the automake package installed. See
1297 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
1298 * .bzrignore: Remove aclocal.m4, undoing the previous change.
1299 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
1300 undoing the previous change.
1301 * aclocal.m4: New file (actually, resurrected).
1302
48dcd482
MB
13032011-01-22 Miles Bader <miles@gnu.org>
1304
1305 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
1306 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
1307 Emacs directly uses fontconfig, and breaks building when using a
1308 strict linker).
1309
925e561d
PE
13102011-01-21 Paul Eggert <eggert@cs.ucla.edu>
1311
b06b1098
PE
1312 src/config.in: shrink slightly
1313 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
1314 This makes src/config.in a bit smaller, by removing identifiers
1315 like GNULIB_TEST_MKTIME that Emacs does not need.
1316 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
1317 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1318 Sync from gnulib. This removes a few more unnecessary symbols from
1319 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
1320 * configure, src/config.in: Regenerate.
1321
925e561d
PE
1322 aclocal.m4: tweaks to regenerate more conveniently
1323 This attempts to act better when the source is in a weird state. See
1324 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
1325 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
1326 * .bzrignore: Add aclocal.m4.
1327
942be821
PE
13282011-01-20 Paul Eggert <eggert@cs.ucla.edu>
1329
1330 aclocal.m4: omit auto-generated file from repository
1331 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
1332 the most recent change here.
1333 * aclocal.m4: Remove from bzr repository. This file is
1334 auto-generated and isn't needed to run 'configure'. See
1335 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
1336
0813c96e
PE
13372011-01-19 Paul Eggert <eggert@cs.ucla.edu>
1338
1339 Minor Makefile.in tweaks to build from gnulib better.
1340 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
1341 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
1342 (top_maintainer_clean): Don't remove aclocal.m4.
1343
7cae64b4
PE
13442011-01-18 Paul Eggert <eggert@cs.ucla.edu>
1345
53911e8f
PE
1346 Minor cleanups for 'bzr status'
1347 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
1348 the output of config.guess.
1349 * Makefile.in (top_distclean): Remove stamp-h1 too.
1350
7cae64b4
PE
1351 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
1352 defined if the compiler supports GCC-style __attribute__
1353 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
1354 this syntax.
1355
a3e44e79 13562011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 1357
3cbecb8f
PE
1358 Makefile.in: tidy up the building of lib
1359 * Makefile.in (am--refresh): Mark as .PHONY.
1360 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
1361 as they're not rebuilt unless you do a "make sync-from-gnulib"
1362 and the former is needed for "configure".
1363 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
1364 has already removed lib/Makefile.
1365
ecbfcc83
PE
1366 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
1367 This avoids building ftoastr and ldtoastr, which aren't needed. See
1368 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 1369
803059b9
PE
1370 * .bzrignore: Add .h files that are host-dependent.
1371 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
1372 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
1373 host-dependent and are built as part of an ordinary 'make', and
1374 should not be checked in.
1375
6ffb2c0c
PE
1376 * lib/Makefile.in: Regenerate.
1377 * lib/COPYING: New file, a copy of COPYING.
1378
2a78afcc 1379 * configure: Regenerate.
37564543
PE
1380 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
1381
e275c824 1382 Regenerate.
6ffb2c0c
PE
1383 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1384 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
1385 New files, copied from gnulib by gnulib-tool.
1386 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
1387 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1388 Regenerate.
ecbfcc83 1389
84bbb1ad
PE
1390 Use gnulib's getopt-gnu module.
1391 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
1392 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
1393 representative of the dependencies.
1394 * configure.in: Do not configure getopt, as gnulib does that now.
1395 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
1396 getopt now, in lib.
ecbfcc83 1397
1fd182f0 1398 Regenerate.
6ffb2c0c
PE
1399 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
1400 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
1401 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
1402 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
1403 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
1404 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
1405 * m4/wchar_t.m4, warn-on-use.h:
1406 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 1407 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1408 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1409 Regenerate.
1410
1e11dbe3
PE
1411 Use gnulib's mktime module.
1412 * Makefile.in (GNULIB_MODULES): Add mktime.
1413 * configure.in: Remove code no longer needed, as gnulib now does it.
1414 (AC_CHECK_FUNCS): Remove mktime.
1415 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
1416 (__restrict): Remove, as this now gets in the way of the C99
1417 support for 'restrict' pulled in by the gnulib mktime module.
1418 Code should now use 'restrict' and not '__restrict".
1419 (mktime): Remove.
1420 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
1421 and warn-on-use.h into the distribution.
1fd182f0
PE
1422
1423 Regenerate.
6ffb2c0c
PE
1424 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
1425 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 1426 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
1427 * lib/dummy.c: Remove.
1428 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1429 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1430 Regenerate.
ecbfcc83 1431
1e11dbe3 1432 Use gnulib's ftoastr module.
fa2c4f56
PE
1433 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
1434
743c80a7 1435 Regenerate.
6ffb2c0c
PE
1436 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
1437 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
1438 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
1439 New files, generated automatically, with 'make sync-from-gnulib'
1440 followed by 'make'.
1441 * configure, lisp/dired.el, src/config.in: Regenerate.
1442
9a514d4a
PE
1443 Automate syncing from gnulib.
1444 * INSTALL, README: Document new subdirectory 'lib'.
1445 * Makefile.in (SUBDIR): Add lib.
1446 (SUBDIR_MAKEFILES): Add lib/Makefile.
1447 (lib-src, src, TAGS, tags): Depend on lib.
1448 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
1449 ($(gnulib_srcdir)): New rule.
1450 (sync-from-gnulib): New rule, which is .PHONY.
1451 (lib): New rule, which is like lib-src.
1452 (Makefile): Depend on lib/Makefile.in.
1453 (AUTOCONF_INPUTS): Depend on aclocal.m4.
1454 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
1455 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
1456 (am--refresh): New rule, to pacify Automake.
1457 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
1458 Clean lib, too.
1459 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
1460 droppings.
1461 (maintainer-clean, extraclean): Use it.
1462 * configure.in: Initialize for automake and gnulib, by invoking
1463 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
1464 lib/Makefile, too. Use automake to build gnulib, as gnulib works
1465 more conveniently with automake.
6ffb2c0c 1466 * lib/Makefile.am: New file.
9a514d4a
PE
1467 * make-dist: Also put into the distribution aclocal.m4,
1468 compile, depcomp, missing, and the files under lib/.
1469
dc3e3e7b
GM
14702011-01-15 Glenn Morris <rgm@gnu.org>
1471
1472 * Makefile.in (epaths-force): No more arch-tag to edit.
1473
dab73760
CY
14742011-01-15 Chong Yidong <cyd@stupidchicken.com>
1475
1476 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
1477
9f4b8b47
PE
14782011-01-14 Paul Eggert <eggert@cs.ucla.edu>
1479
1480 * make-dist: Distribute test/ files too.
1481 Distribute every file under test/ that is under version control,
1482 using patterns like *.el to capture files that are added later.
1483 Without this change, "configure" would fail, because it would
1484 attempt to build from a Makefile.in that was not distributed.
1485
d221e780
CO
14862011-01-13 Christian Ohler <ohler@gnu.org>
1487
1488 * Makefile.in (INFO_FILES): Add ERT.
1489
1490 * Makefile.in (check): Run tests in test/automated.
1491
1492 * Makefile.in:
1493 * configure.in: Add test/automated/Makefile.
1494
bc5585d1
PE
14952011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1496
2b3f5bc8
PE
1497 * install-sh, mkinstalldirs, move-if-change: Update from master
1498 source in gnulib.
1499
bc5585d1
PE
1500 * config.guess, config.sub: Updated from master source.
1501
2018939f
AS
15022011-01-05 Andreas Schwab <schwab@linux-m68k.org>
1503
1504 * configure.in: Check for __builtin_unwind_init.
1505
e5365138
GM
15062011-01-05 Glenn Morris <rgm@gnu.org>
1507
1508 * configure.in (HAVE_MAKEINFO): New output variable.
1509 (MAKEINFO): Reset to "makeinfo" if not found.
1510 * Makefile.in (install-arch-indep, info):
1511 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
1512
4fc5868a
UM
15132010-12-29 Ulrich Mueller <ulm@gentoo.org>
1514
1515 * configure.in: Make gameuser configurable (Bug#7717).
1516
68251e16
GM
15172010-12-15 Glenn Morris <rgm@gnu.org>
1518
1519 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
1520 long absent lib-src/fns-*.el.
1521
838db889
GM
15222010-12-11 Glenn Morris <rgm@gnu.org>
1523
1524 * make-dist: Exclude etc/*.pyc.
1525
fe646d2c
AS
15262010-12-10 Andreas Schwab <schwab@linux-m68k.org>
1527
1528 * configure.in: Don't double machfile in final message.
1529
d96c83fa
CY
15302010-12-04 Chong Yidong <cyd@stupidchicken.com>
1531
1532 * configure.in: Fix last change.
1533
d6a003a8
AS
15342010-12-04 Andreas Schwab <schwab@linux-m68k.org>
1535
1536 * configure.in: Remove reference to removed machine description
1537 files and allow $machine and $machfile to be empty. Substitute
1538 M_FILE/S_FILE instead of machfile/opsysfile.
1539
067d23c9
KY
15402010-12-03 Glenn Morris <rgm@gnu.org>
1541
1542 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
1543
15442010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
1545
1546 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
1547 (EXTERNALLY_VISIBLE): New definition.
1548
15492010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1550
1551 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
1552
15532010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1554
1555 * configure.in: Do not check for unconditionally included headers.
1556
15572010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1558
1559 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
1560
15612010-11-09 Michael Albinus <michael.albinus@gmx.de>
1562
1563 * configure.in: Don't write a warning for D-Bus anymore.
1564
15652010-11-06 Andreas Schwab <schwab@linux-m68k.org>
1566
1567 * configure.in: Fix indentation.
1568
15692010-10-31 Ken Brown <kbrown@cornell.edu>
1570
1571 * configure.in (checking whether localtime caches TZ): Use
1572 unsetenv instead of modifying environment directly.
1573
15742010-10-25 Andreas Schwab <schwab@linux-m68k.org>
1575
1576 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
1577 to avoid warning.
1578
15792010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1580
e9fce1ac 1581 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
1582
15832010-10-22 Glenn Morris <rgm@gnu.org>
1584
1585 * make-dist: Avoid listing .el files twice. Don't try to run
1586 autoconf if --no-update.
1587
15882010-10-20 Glenn Morris <rgm@gnu.org>
1589
1590 * make-dist: No longer create lisp/MANIFEST.
1591
15922010-10-14 Glenn Morris <rgm@gnu.org>
1593
1594 * BUGS, INSTALL.BZR, README: Updates.
1595
15962010-10-13 Glenn Morris <rgm@gnu.org>
1597
1598 * make-dist: Remove --compress. Check for the appropriate
1599 gzip-like executable, and if not found, don't compress.
1600 Check version number in README, don't change it.
1601 Use find for nt/inc/*.h.
1602
16032010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1604
1605 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
1606 trailing / from directory names.
1607
16082010-10-12 Glenn Morris <rgm@gnu.org>
1609
1610 * make-dist: Update and simplify.
1611
16122010-10-12 Eli Zaretskii <eliz@gnu.org>
1613
1614 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
1615
16162010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
1617
1618 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
1619
16202010-10-09 Glenn Morris <rgm@gnu.org>
1621
1622 * make-dist: No more doc/emacs/*.texi.in.
1623
1624 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
1625
16262010-10-09 Glenn Morris <rgm@gnu.org>
1627
1628 * configure.in: Combine some conditionals.
1629
1630 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
1631 * make-dist: Include doc/emacs/*.texi.in.
1632
1633 * INSTALL, make-dist: Remove references to b2m.
1634 * Makefile.in (MAN_PAGES): Remove b2m.1.
1635
16362010-10-05 Glenn Morris <rgm@gnu.org>
1637
1638 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
1639
16402010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
1641
1642 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
1643
16442010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
1645
1646 * configure.in: Include stdlib.h and string.h unconditionally.
1647
16482010-09-29 Romain Francoise <romain@orebokech.com>
1649
1650 * configure.in: Don't enable ImageMagick unless HAVE_X11.
1651
16522010-09-28 Glenn Morris <rgm@gnu.org>
1653
1654 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
1655 happy.
1656
16572010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1658
1659 * configure.in: Enable imagemagick by default.
1660
16612010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1662
1663 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 1664 GnuTLS libraries.
067d23c9
KY
1665
16662010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1667
1668 * configure.in: Set up GnuTLS.
1669
16702010-09-22 Chong Yidong <cyd@stupidchicken.com>
1671
1672 * configure.in: Announce whether libxml2 is linked to.
1673
16742010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1675
1676 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
1677
16782010-09-18 Eli Zaretskii <eliz@gnu.org>
1679
1680 * config.bat: Detect that libxml2 is installed and if so, build
1681 with it.
1682
16832010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1684
1685 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
1686 be used. This fixes a conf problem on Mac OS X.
1687
16882010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1689
1690 * configure.in: Check for libxml2.
1691
16922010-09-09 Glenn Morris <rgm@gnu.org>
1693
1694 * make-dist: No more TODO files under lisp/.
1695
16962010-09-04 Eli Zaretskii <eliz@gnu.org>
1697
1698 * config.bat: Produce lisp/gnus/_dir-locals.el from
1699 lisp/gnus/.dir-locals.el.
1700
17012010-08-23 Andreas Schwab <schwab@linux-m68k.org>
1702
1703 * configure.in: Fix check for librsvg, imagemagick and
1704 MagickExportImagePixels.
1705
17062010-08-18 Joakim Verona <joakim@verona.se>
1707
1708 * Makefile.in, configure.in: Checks for ImageMagick.
1709
17102010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
1711
1712 * configure.in (AC_PREREQ): Require autoconf 2.65.
1713
17142010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1715
1716 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
1717
17182010-08-09 Andreas Schwab <schwab@linux-m68k.org>
1719
1720 * configure.in: Add AC_C_BIGENDIAN.
1721
17222010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1723
1724 * configure.in (ORDINARY_LINK): Use on hpux* too.
1725
17262010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1727
1728 * configure.in: Check for util.h.
1729 Use -Wimplicit-function-declaration if compiler supports it.
1730
17312010-08-05 Eli Zaretskii <eliz@gnu.org>
1732
1733 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
1734
17352010-08-04 Andreas Schwab <schwab@linux-m68k.org>
1736
1737 * configure.in: Restore accidentally removed use of
1738 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
1739
17402010-07-29 Chad Brown <yandros@mit.edu>
1741
1742 * configure.in: Check for dirent.h.
1743
17442010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1745
1746 * configure.in: Remove reference to usg5-4, unused.
1747
17482010-07-25 Andreas Schwab <schwab@linux-m68k.org>
1749
1750 * configure.in: Check for __executable_start.
1751
17522010-07-24 Ken Brown <kbrown@cornell.edu>
1753
1754 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
1755
17562010-07-24 Juanma Barranquero <lekktu@gmail.com>
1757
1758 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
1759
17602010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
1761
1762 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
1763
17642010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1765
1766 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
1767 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
1768 (C_OPTIMIZE_SWITCH): Remove.
1769 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
1770
17712010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1772
1773 * configure.in: Don't check for index and rindex, check for strchr
1774 and strrchr. Define strchr and strrchr as index and rindex,
1775 resp., in src/config.h if not available.
1776
17772010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
1778
1779 * configure.in: Use -Wold-style-definition if available.
1780 This helps with the transition to standard C code, it can be
1781 removed when done.
1782
1783 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
1784
1785 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
1786 and MSWindows.
1787
17882010-07-07 Andreas Schwab <schwab@linux-m68k.org>
1789
1790 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
1791 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
1792
17932010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1794
1795 * configure.in (getenv): Remove K&R declaration.
1796
17972010-07-02 Jan Djärv <jan.h.d@swipnet.se>
1798
1799 * configure.in: Remove define __P.
1800
18012010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1802
1803 * configure.in (--enable-use-lisp-union-type): New flag.
1804
18052010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1806
1807 Fix CFLAGS for non-GCC compilers.
1808 * configure.in (CFLAGS): Always use -g like it was done before the
1809 2010-03-30 change.
1810 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
1811 (Bug#6538)
1812
18132010-06-30 Glenn Morris <rgm@gnu.org>
1814
1815 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
1816 Set with AC_DEFINE rather than AH_BOTTOM.
1817
1818 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
1819 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
1820 Set with shell, not cpp.
1821 (LIBX): Remove, just use -lX11 in the one place this was used.
1822 (cannot_dump): Replace with CANNOT_DUMP.
1823
18242010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1825
0a19a6f8 1826 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
1827 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
1828 by minimum required Gtk+ 2.6). Add checks for functions introduced
1829 in Gtk+ 2.14 or newer (bug#6505).
1830
18312010-06-26 Eli Zaretskii <eliz@gnu.org>
1832
1833 * config.bat: Remove white space around "+" in COPY commands.
1834
18352010-06-23 Glenn Morris <rgm@gnu.org>
1836
1837 * info/dir: Start descriptions in column 32, per Texinfo convention.
1838
18392010-06-16 Chong Yidong <cyd@stupidchicken.com>
1840
1841 * INSTALL: Update font information (Bug#6389).
1842
18432010-06-16 Glenn Morris <rgm@gnu.org>
1844
1845 * INSTALL: General update.
1846
18472010-06-12 Glenn Morris <rgm@gnu.org>
1848
1849 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
1850
18512010-06-11 Glenn Morris <rgm@gnu.org>
1852
1853 * configure.in (--without-compress-info): New option.
1854 (GZIP_INFO): New output variable.
1855
1856 * Makefile.in (GZIP_INFO): New, set by configure.
1857 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
1858 Handle man pages in the same way.
1859
18602010-06-10 Glenn Morris <rgm@gnu.org>
1861
1862 * Makefile.in (install-arch-indep): Gzip the info files too.
1863
1864 * make-dist: Remove references to non-existent directories and files.
1865
18662010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
1867
1868 * configure.in: Include <strings.h> and <string.h> instead of
1869 "strings.h" and "string.h".
1870
18712010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
1872
1873 * configure.in: Remove code dealing with BSTRING.
1874
18752010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1876
1877 * configure.in (AC_PREREQ): Require autoconf 2.65.
1878
1879 * configure.in (unxec): Do not define and substitute.
1880 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
1881
18822010-06-03 Glenn Morris <rgm@gnu.org>
1883
1884 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
1885
18862010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1887
1888 Fix alloca definition when using gcc on non-gnu systems.
1889 * configure.in: Use the code sequence indicated by "info autoconf"
1890 for alloca (bug#6170).
1891
18922010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 * .bzrignore: Ignore new files from trunk, which appear if you use
1895 colocated branches (i.e. "bzr switch").
1896
18972010-05-28 Glenn Morris <rgm@gnu.org>
1898
1899 * configure.in: Simplify some of the $canonical tests.
1900
19012010-05-27 Glenn Morris <rgm@gnu.org>
1902
1903 * config.bat: Do not preprocess src/Makefile.in.
1904
1905 * configure.in: Do not preprocess src/Makefile.in.
1906 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
1907 (AC_EGREP_CPP): Test no longer needed.
1908
1909 * make-dist: No more Makefile.c files.
1910
19112010-05-26 Glenn Morris <rgm@gnu.org>
1912
1913 * configure.in (YMF_PASS_LDFLAGS): Remove.
1914 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
1915
1916 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
1917 Add $GNUSTEP_LOCAL_HEADERS.
1918 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
1919
1920 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
1921 (GNUSTEP_MAKEFILES): Remove.
1922 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
1923 stuff to here.
1924
19252010-05-25 Glenn Morris <rgm@gnu.org>
1926
1927 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
1928 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
1929
1930 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
1931 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
1932 here instead.
1933
19342010-05-24 Romain Francoise <romain@orebokech.com>
1935
1936 * make-dist: Look for version in src/emacs.c.
1937 Use lisp/subr.el rather than lisp/version.el for location check.
1938
19392010-05-21 Glenn Morris <rgm@gnu.org>
1940
1941 * configure.in (MKDEPDIR): Parallel build tweak.
1942
1943 * configure.in (ns_frag): New output file.
1944
1945 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
1946 (OLDXMENU_TARGET): Set to empty if USE_GTK.
1947
1948 * configure.in (cannot_dump): New output variable.
1949
19502010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
1951
1952 * configure.in: On NetBSD, if terminfo is found, use it in
1953 preference to termcap. (Bug#6190)
1954
19552010-05-20 Glenn Morris <rgm@gnu.org>
1956
1957 * make-dist (src): Include *.mk.
1958 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
1959 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
1960 (deps_frag): New output file.
1961 (AUTO_DEPEND): Remove this definition.
1962
1963 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
1964
19652010-05-19 Glenn Morris <rgm@gnu.org>
1966
1967 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
1968 (ORDINARY_LINK): New AC_DEFINE.
1969 (LIB_GCC): No need to set if ORDINARY_LINK.
1970
19712010-05-18 Glenn Morris <rgm@gnu.org>
1972
1973 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
1974 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
1975
1976 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
1977 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
1978 (RALLOC_OBJ): New output variable.
1979
1980 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
1981 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
1982
19832010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1984
1985 * Makefile.in (src): Provide the name of the VCS file that witnesses
1986 a pull.
1987 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
1988
19892010-05-17 Glenn Morris <rgm@gnu.org>
1990
1991 * configure.in (OLDXMENU_DEPS): New output variable.
1992
19932010-05-16 Glenn Morris <rgm@gnu.org>
1994
1995 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
1996
1997 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
1998 * Makefile.in (install-arch-dep): Update for above change.
1999
2000 * Makefile.in (ns_appdir): Remove.
2001 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2002
2003 * configure.in (TEMACS_LDFLAGS2): New output variable.
2004
2005 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2006 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2007 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2008 nothing uses.
2009
20102010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2011
2012 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2013 does not use them.
2014 (X11R5_INHIBIT_I18N): Remove, unused.
2015
20162010-05-15 Glenn Morris <rgm@gnu.org>
2017
2018 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2019
2020 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2021
20222010-05-15 Ken Raeburn <raeburn@raeburn.org>
2023
2024 * configure.in: Look for version string in its new location.
2025
20262010-05-15 Eli Zaretskii <eliz@gnu.org>
2027
2028 * config.bat: Remove support for DJGPP v1.x.
2029
20302010-05-15 Glenn Morris <rgm@gnu.org>
2031
2032 * configure.in (OLDXMENU_TARGET): New output variable.
2033
2034 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2035
2036 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2037 and other files that no longer exist.
2038
20392010-05-14 Glenn Morris <rgm@gnu.org>
2040
2041 * configure.in (cpp_undefs): Add mktime, register, X11.
2042
2043 * configure.in (GPM_MOUSE_SUPPORT): Remove.
2044 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2045 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2046
2047 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2048 (GNUSTEP_MAKEFILES): Do not output.
2049
20502010-05-13 Glenn Morris <rgm@gnu.org>
2051
2052 * configure.in: Fix some paren typos.
2053
2054 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2055
2056 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2057
20582010-05-12 Glenn Morris <rgm@gnu.org>
2059
2060 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2061
2062 * configure.in (LIB_GCC): New output variable.
2063
20642010-05-11 Glenn Morris <rgm@gnu.org>
2065
2066 * make-dist (msdos): No more mainmake.
2067
2068 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
2069 * config.bat: Do not run cpp on lib-src/Makefile.in.
2070
2071 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2072
20732010-05-10 Glenn Morris <rgm@gnu.org>
2074
2075 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
2076
2077 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
2078 (BLESSMAIL_TARGET): New output variable.
2079
20802010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2081
2082 * INSTALL: Fix typos.
2083
20842010-05-08 Chong Yidong <cyd@stupidchicken.com>
2085
2086 * configure.in: Add check for buggy version of GCC (Bug#6031).
2087
20882010-05-08 Glenn Morris <rgm@gnu.org>
2089
2090 * configure.in (HAVE_LIBNCURSES): New local variable.
2091 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
2092 replacing cpp in src/s/*.h and src/Makefile.in.
2093
20942010-05-07 Chong Yidong <cyd@stupidchicken.com>
2095
2096 * Version 23.2 released.
2097
20982010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * configure.in: Add tests for `isnan' and `copysign'.
2101
21022010-05-07 Eli Zaretskii <eliz@gnu.org>
2103
2104 * config.bat: Allow for 2 leading `#'s in comments in
2105 src/Makefile.in.
2106
21072010-05-07 Glenn Morris <rgm@gnu.org>
2108
2109 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2110 Merges logic from src/s/* and src/Makefile.in.
2111 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2112
21132010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2114
2115 Define START_FILES and LIB_STANDARD using autoconf.
2116 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
2117 here from src/s/*.h.
2118 (HAVE_CRTIN): Remove, inline logic in the netbsd
2119 START_FILES/LIB_STANDARD computation.
2120
21212010-05-06 Glenn Morris <rgm@gnu.org>
2122
2123 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
2124
2125 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
2126 (LD_SWITCH_X_SITE): Remove unused variables.
2127
21282010-05-04 Glenn Morris <rgm@gnu.org>
2129
2130 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
2131 as well.
2132 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
2133
2134 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2135
2136 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
2137 variables, replacing c_switch_machine, c_switch_system.
2138 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
2139 @c_switch_system@.
2140
21412010-05-03 Glenn Morris <rgm@gnu.org>
2142
2143 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
2144
2145 * make-dist: There are no more src/m/*.inp files.
2146
21472010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2148
2149 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
2150 (ac_link): Do not use ld_switch_machine.
2151
21522010-05-01 Glenn Morris <rgm@gnu.org>
2153
2154 * configure.in (OTHER_OBJ): Remove.
2155 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
2156
21572010-04-30 Glenn Morris <rgm@gnu.org>
2158
2159 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
2160 Elsewhere, maybe include it.
2161
2162 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
2163 (OLDXMENU, LIBXMENU): New output variables.
2164
2165 * configure.in (OTHER_OBJ): New output variable.
2166
21672010-04-28 Glenn Morris <rgm@gnu.org>
2168
2169 * configure.in (CYGWIN_OBJ): New output variable.
2170
2171 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
2172
2173 * configure.in (FONT_OBJ): New output variable.
2174
2175 * configure.in (LIBXMU): New output variable.
2176
2177 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
2178
2179 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
2180 userland and maybe change values to i386 (move test from s/amdx86-64.h).
2181
21822010-04-27 Glenn Morris <rgm@gnu.org>
2183
2184 * configure.in (LIBXTR6): New output variable. Move unixware special
2185 case here from src/s/unixware.h.
2186
2187 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
2188 in Makefiles.
2189 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
2190
2191 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
2192 (LIBXP): No longer substitute in Makefiles.
2193 (MOTIF_LIBW): New output variable. Move system-specific settings here
2194 from src/s files.
2195
21962010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2197
2198 Reduce CPP usage.
2199 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
2200 (unexec): Define unconditionally, all platforms define
2201 UNEXEC. AC_SUBST it.
2202 (UNEXEC_SRC): Remove, unused.
2203 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
2204
22052010-04-27 Glenn Morris <rgm@gnu.org>
2206
2207 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
2208 replaced by LIBXP.
2209
2210 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
2211 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
2212 On hpux10-20, default to /lib.
2213
2214 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
2215
22162010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2217
2218 * configure.in (LIBS_MACHINE): Remove, unused.
2219
2220 * configure.in (LIB_MATH): New output variable. Set it for some systems.
2221
22222010-04-24 Glenn Morris <rgm@gnu.org>
2223
2224 * configure.in (CRT_DIR): New output variable.
2225 (--with-crt-dir): New option. (Bug#5655)
2226 (HAVE_LIB64_DIR): Remove.
2227
22282010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2229
2230 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
2231
22322010-04-22 Miles Bader <miles@gnu.org>
2233
2234 * configure.in: Get rid of "unix" pre-defined macro when
2235 preprocessing Makefile. (Bug#5857)
2236
22372010-04-21 Andreas Schwab <schwab@linux-m68k.org>
2238
2239 Avoid non-portable shell command negation
2240 * configure.in: Revert last change.
2241
22422010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2243
2244 * configure.in: Change "if test ! -f" to "if ! test -f".
2245
22462010-04-21 Glenn Morris <rgm@gnu.org>
2247
2248 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
2249 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
2250
22512010-04-21 Karel Klíč <kklic@redhat.com>
2252
2253 * configure.in: New option: --with(out)-selinux, on by default.
2254 Set HAVE_LIBSELINUX if we find libselinux, and substitute
2255 LIBSELINUX_LIBS in Makefiles.
2256
22572010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2258
2259 * configure.in: Remove all references to LIBX11_SYSTEM.
2260
22612010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2262
2263 * configure.in: Remove all references to C_DEBUG_SWITCH.
2264
22652010-03-27 Eli Zaretskii <eliz@gnu.org>
2266
2267 * config.bat <lib-src>: Edit out lines that begin with several #
2268 characters.
2269
22702010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2271
2272 * configure.in: Remove support for old UNIX System V systems and
2273 for Unixware on non-x86 machines.
2274
2275 * configure.in: Remove support for Solaris on PPC and for old versions.
2276
2277 * configure.in: Remove non-working lynxos port.
2278
22792010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2280
2281 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
2282
22832010-03-19 Glenn Morris <rgm@gnu.org>
2284
2285 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
2286 happy.
2287
22882010-03-18 Jan Djärv <jan.h.d@swipnet.se>
2289
2290 * configure.in: Check for tputs and friends, abort if not
2291 found (bug#5735).
2292
22932010-03-18 Glenn Morris <rgm@gnu.org>
2294
2295 * configure.in (--with-x-toolkit): In the help text, say which options
2296 are synonyms.
2297
2298 * configure.in (--with-mmdf, --with-mail-unlink):
2299 New options, off by default.
2300 (--with-mailhost): New option to set default POP host.
2301 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
2302 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
2303 New variables, substituted in Makefiles.
2304 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
2305 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
2306 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2307 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2308 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
2309
23102010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2311
2312 * Makefile.in (uninstall): Handle the case where archlibdir does not
2313 exist. (Bug#5720)
2314
23152010-03-12 Eli Zaretskii <eliz@gnu.org>
2316
75f1671a 2317 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
2318 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
2319
2320 * configure: Regenerated.
2321
23222010-03-10 Chong Yidong <cyd@stupidchicken.com>
2323
2324 * Branch for 23.2.
2325
23262010-01-31 Juri Linkov <juri@jurta.org>
2327
2328 * .bzrignore: Add TAGS-LISP.
2329
23302010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2331
2332 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
2333 this header file).
2334
23352010-01-12 Juanma Barranquero <lekktu@gmail.com>
2336
2337 * .bzrignore: Ignore all .exe, instead of individual files.
2338
23392010-01-12 Chong Yidong <cyd@stupidchicken.com>
2340
2341 * configure.in: Explicitly check for and link to -lXrender.
2342
23432010-01-12 Glenn Morris <rgm@gnu.org>
2344
2345 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
2346 for bug reports for development versions.
2347
23482010-01-02 Eli Zaretskii <eliz@gnu.org>
2349
2350 * .bzrignore: Add more ignored patterns, including for the MS-DOS
2351 build.
2352
23532009-12-27 Karl Fogel <kfogel@red-bean>
2354
2355 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
2356 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
2357
23582009-12-17 Glenn Morris <rgm@gnu.org>
2359
2360 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
2361
23622009-12-15 Glenn Morris <rgm@gnu.org>
2363
2364 * info/dir: Add EDT entry.
2365 * Makefile.in (INFO_FILES): Add edt.
2366
23672009-12-10 Jan Djärv <jan.h.d@swipnet.se>
2368
1154d12e 2369 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
2370
23712009-12-09 Jan Djärv <jan.h.d@swipnet.se>
2372
2373 * configure.in: Don't check for RSVG or GConf unless X11 is used.
2374
23752009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
2376
2377 * configure.in: Allow compiling Emacs with GTK on Cygwin.
2378
23792009-12-01 Glenn Morris <rgm@gnu.org>
2380
2381 * make-dist: Add etc/images/mpc directory.
2382
23832009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2384
2385 * configure.in: Don't check for GConf unless X is used.
2386
23872009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2388
2389 * configure.in: Use -Wdeclaration-after-statement if available.
2390
23912009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2392
2393 * configure.in: New option: --with(out)-gconf.
2394 Set HAVE_GCONF if we find gconf.
2395
23962009-11-17 Glenn Morris <rgm@gnu.org>
2397
2398 * Makefile.in (INFO_FILES): Add semantic.
2399
24002009-11-16 Chong Yidong <cyd@stupidchicken.com>
2401
2402 * info/dir: Add Semantic.
2403
24042009-11-16 Glenn Morris <rgm@gnu.org>
2405
2406 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
2407 pattern, so as not to exclude makefile*.el. (Bug#4912)
2408
24092009-11-14 Jan Djärv <jan.h.d@swipnet.se>
2410
2411 * configure.in: --enable-autodepend is new. Check for GNU Make
2412 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
2413 gcc and GNU make to generate dependencies.
2414
24152009-10-27 Glenn Morris <rgm@gnu.org>
2416
2417 * make-dist: Make links to doc/lispintro/*.pdf.
2418
24192009-10-23 Jim Meyering <meyering@redhat.com>
2420
2421 * configure.in: Invoke $CPP with -P when creating Makefile and
2422 src/Makefile. Without this, gcc 4.4.2 converts each
2423 backslash-newline pair in the input to a bare newline, yielding
2424 invalid Makefiles.
2425
2426 * configure: Regenerate.
2427
24282009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2429
2430 * configure.in (vax-dec-vms): Remove, not supported anymore.
2431
24322009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2433
2434 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
2435 (*-apple-darwin*): Add x86_64 architecture.
2436
24372009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2438
2439 * config.guess, config.sub: Updated from master source.
2440
24412009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2442
2443 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
2444
24452009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
2446
2447 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
2448
24492009-09-29 Glenn Morris <rgm@gnu.org>
2450
2451 * make-dist (check): Update for two new levels of subdirectory in lisp/.
2452
24532009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2454
2455 * config.guess, config.sub: Updated from master source.
2456
2457 * configure.in (OTHER_FILES): Define using autoconf not cpp.
2458
24592009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2460
2461 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
2462
24632009-09-13 Chong Yidong <cyd@stupidchicken.com>
2464
2465 * INSTALL: Update URL for GNU FreeFont.
2466
24672009-09-09 Glenn Morris <rgm@gnu.org>
2468
2469 * Makefile.in (install-arch-indep): Don't recursively change perms of
2470 site-lisp and infodir. There may be non-Emacs files in here, and the
2471 files supplied by Emacs are all handled explicitly already. (Bug#3800)
2472 (mkdir): Set umask to world-readable before creating directories.
2473 mkinstalldirs already checks if dirs exist, don't duplicate this test.
2474
24752009-08-29 Glenn Morris <rgm@gnu.org>
2476
2477 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
2478 (info): Don't give an error in the absence of makeinfo - let the doc
2479 Makefiles do that, if the info files need rebuilding. (Bug#3982)
2480
24812009-08-23 Ken Raeburn <raeburn@raeburn.org>
2482
2483 * Makefile.in (install-arch-indep): If the versioned DOC-####
2484 generated during loadup+dump isn't found, install the plain DOC
2485 file that always gets generated, in case CANNOT_DUMP is set.
2486
2487 * configure.in: Warn if package version specified here doesn't
2488 match the version in version.el.
2489 * configure: Regenerate.
2490
24912009-08-22 Michael Albinus <michael.albinus@gmx.de>
2492
2493 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
2494
2495 * configure: Regenerate.
2496
24972009-08-19 Glenn Morris <rgm@gnu.org>
2498
2499 * INSTALL: Remove reference to cvtmail.
2500
25012009-08-15 CHENG Gao <chenggao@gmail.com>
2502
2503 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
2504
25052009-08-02 Kevin Ryde <user42@zip.com.au>
2506
2507 * INSTALL: Fix free fonts URL.
2508
25092009-07-22 Glenn Morris <rgm@gnu.org>
2510
2511 * configure.in (AC_PREREQ): Require autoconf 2.62.
2512
25132009-07-04 Andreas Schwab <schwab@linux-m68k.org>
2514
2515 * configure.in (--enable-checking, --enable-profiling):
2516 Use AS_HELP_STRING.
2517
25182009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2519
2520 * configure.in (--enable-profiling): New option.
2521 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
2522
25232009-06-27 Glenn Morris <rgm@gnu.org>
2524
2525 * configure.in: Restore netbsd on mips, mipsel, mipseb.
2526
25272009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2528
2529 * configure.in (--enable-checking): New option.
2530
25312009-06-24 Glenn Morris <rgm@gnu.org>
2532
2533 * make-dist: Warn if subdir does not exist in source.
2534 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
2535 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
2536 No longer make links.
2537
25382009-06-24 Yavor Doganov <yavor@gnu.org>
2539
2540 * make-dist (tempdir): Don't create directories preferences.gorm
2541 and preferences.nib, they are no longer required.
2542
25432009-06-21 Chong Yidong <cyd@stupidchicken.com>
2544
2545 * Branch for 23.1.
2546
25472009-06-12 Chong Yidong <cyd@stupidchicken.com>
2548
2549 * configure.in: Delete mac-fix-env target, which has been
2550 removed (Bug#3531).
2551
25522009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2553
1154d12e 2554 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
2555
25562009-05-05 Per Starbäck <per@starback.se> (tiny change)
2557
2558 * BUGS: Use new binding of view-emacs-problems.
2559
c7015153 25602009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
2561
2562 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
2563 for Solaris compatibility.
2564
25652009-04-25 Chong Yidong <cyd@stupidchicken.com>
2566
2567 * configure: Regenerate.
2568
2569 * configure.in: Disable use of FreeType without libXft.
2570
25712009-04-19 Jan Djärv <jan.h.d@swipnet.se>
2572
2573 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
2574 Check if it is declared in gtk.h.
2575
25762009-04-12 Andreas Schwab <schwab@linux-m68k.org>
2577
2578 * Makefile.in (install-arch-indep): Remove .gitignore files.
2579
25802009-04-03 Kenichi Handa <handa@m17n.org>
2581
2582 * INSTALL: Make the section "Complex Text Layout support
2583 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
2584
25852009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
2586
2587 * configure.in (rs6000-ibm-aix6*): Fix typo.
2588
25892009-03-04 Glenn Morris <rgm@gnu.org>
2590
2591 * Makefile.in (INFO_FILES): Add auth.
2592
25932009-03-03 Glenn Morris <rgm@gnu.org>
2594
2595 * info/dir: Add Auth-source.
2596
25972009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2598
2599 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
2600 the second.
2601
26022009-02-28 Eli Zaretskii <eliz@gnu.org>
2603
2604 * config.bat: Copy .dbxinit to _dbxinit.
2605
2606 * make-dist (Making links to `info'): Remove .gitignore.
2607
26082009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 * Makefile.in (lib-src, lisp): Use simpler rule.
2611 (src): Be more specific to avoid recompiling all the .elc files just
2612 because the bootstrap-emacs is missing.
2613
26142009-02-26 Chong Yidong <cyd@stupidchicken.com>
2615
2616 * configure.in: Require librsvg >= 2.11.
2617
26182009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2619
2620 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
2621 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
2622
26232009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2624
2625 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
2626
26272009-02-03 Glenn Morris <rgm@gnu.org>
2628
2629 * make-dist: Add some missing files, remove some that are no longer
2630 present.
2631
26322009-02-02 Glenn Morris <rgm@gnu.org>
2633
2634 * make-dist: Add some missing nextstep/ files.
2635
26362009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
2637
2638 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
2639
26402009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2641
2642 * configure.in: Add support for m68k-*-netbsd.
2643
26442009-01-14 Juri Linkov <juri@jurta.org>
2645
2646 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
2647
2648 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
2649 and bug-reference-mode.
2650
26512009-01-11 Juri Linkov <juri@jurta.org>
2652
2653 * INSTALL.CVS: Move configuration explicitly to the first step.
2654
26552009-01-09 Glenn Morris <rgm@gnu.org>
2656
2657 * .dir-locals.el: Don't set indent-tabs-mode.
2658
26592008-12-30 Kenichi Handa <handa@m17n.org>
2660
2661 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
2662 the function OTF_get_variation_glyphs.
2663
26642008-12-30 Jan Djärv <jan.h.d@swipnet.se>
2665
2666 * Makefile.in (install-arch-dep): Remove old directories in
2667 ns_app* before moving new directories there.
2668
26692008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
2670
2671 * .dir-locals.el: Remove non-working entry for pmail.
2672 (fill-column): Fix typo.
2673 (change-log-mode): Add fill column.
2674
26752008-12-26 Eli Zaretskii <eliz@gnu.org>
2676
2677 * config.bat: Produce _dir-locals.el from .dir-locals.el.
2678
26792008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
2680
2681 * make-dist (tempdir): Distribute .dir-locals.el.
2682
2683 * .dir-locals.el: New file.
2684
26852008-12-19 Eli Zaretskii <eliz@gnu.org>
2686
2687 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
2688 for rationale.
2689
26902008-12-13 Glenn Morris <rgm@gnu.org>
2691
2692 * Makefile.in (install-arch-indep): Add new man-pages.
2693 (manext): Remove variable.
2694 (MAN_PAGES): New variable.
2695 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
2696 and remove.
2697 (uninstall): Remove desktop file and icons, game scores if empty.
2698
26992008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2700
2701 * config.guess, config.sub: Updated from master source.
2702
27032008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2704
2705 * Makefile.in (install-arch-indep): Install ebrowse.1.
2706
27072008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
2708
2709 * configure.in: Add Solaris on x86_64.
2710
27112008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2712
2713 * config.guess, config.sub: Updated from master source.
2714
27152008-12-08 Eli Zaretskii <eliz@gnu.org>
2716
2717 * info/dir: Fix last change.
2718
27192008-12-07 Eli Zaretskii <eliz@gnu.org>
2720
2721 * info/dir: Untabify.
2722
27232008-11-28 Ulrich Mueller <ulm@gentoo.org>
2724
2725 * configure.in: Fix last change.
2726
27272008-11-28 Richard M Stallman <rms@gnu.org>
2728
2729 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
2730 New configurations.
2731
27322008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
2733
2734 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
2735 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
2736
27372008-11-15 Eli Zaretskii <eliz@gnu.org>
2738
2739 * Makefile.in (INFO_FILES): Remove ns-emacs.
2740
2741 * info/dir (NS-Emacs): Remove entry.
2742
27432008-11-08 Eli Zaretskii <eliz@gnu.org>
2744
2745 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
2746
27472008-11-07 Glenn Morris <rgm@gnu.org>
2748
2749 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
2750
27512008-10-31 Eli Zaretskii <eliz@gnu.org>
2752
2753 * config.bat: Tell user to expect one "File not found" message
2754 while the `doc' directory is being configured.
2755
27562008-10-30 Chong Yidong <cyd@stupidchicken.com>
2757
2758 * update-subdirs: Put obsolete directory last.
2759
27602008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2761
2762 * configure.in: Check fontconfig always.
2763
27642008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2765
2766 * configure (*-solaris2.[7-9]*): Fix typo.
2767
27682008-10-24 Glenn Morris <rgm@gnu.org>
2769
2770 * configure.in (--without-sync-input, --with-pkg-config-prog):
2771 Help strings start with lower case.
2772 (--with-gnustep-conf): New option.
2773 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
2774
27752008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
2776
2777 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
2778 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
2779 is not found. (Bug#1230)
2780
27812008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
2782
2783 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
2784 Use sol2-6.h for Solaris 7-9.
2785
27862008-10-18 Ulrich Mueller <ulm@gentoo.org>
2787
2788 * configure.in: Add support for GNU/Linux on SuperH.
2789
27902008-10-12 Andreas Schwab <schwab@suse.de>
2791
2792 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
2793
1a71cb28 27942008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
2795
2796 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
2797 "X") to avoid confusion.
2798
2799 * configure: Regenerate.
2800
28012008-09-07 Romain Francoise <romain@orebokech.com>
2802
2803 * make-dist: Distribute doc/man/ChangeLog.
2804
28052008-08-28 Chong Yidong <cyd@stupidchicken.com>
2806
2807 * configure.in: Disable XFT and Freetype when without X.
2808
2809 * configure: Regenerate.
2810
28112008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
2812
2813 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
2814
28152008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
2816
2817 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
2818 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
2819
2820 * configure: Regenerate.
2821
28222008-08-20 Eli Zaretskii <eliz@gnu.org>
2823
2824 * configure.in: Move "#define subprocesses" before
2825 config_opsysfile is included.
2826
28272008-08-19 Kenichi Handa <handa@m17n.org>
2828
2829 * INSTALL (Extra fonts): Mention local fonts, don't mention
2830 mule-unicode.
2831
28322008-08-16 Chong Yidong <cyd@stupidchicken.com>
2833
2834 * make-dist: Omit info/.arch-inventory.
2835
28362008-08-16 Jason Rumney <jasonr@gnu.org>
2837
2838 * make-dist (tempdir/nt): Link emacsclient.rc.
2839
28402008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2841
2842 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
2843 AC_SUBST it.
2844 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
2845 AC_SUBST it.
2846 (OTHER_FILES): Always define for HAVE_NS.
2847 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
2848 * configure: Regenerate.
2849
28502008-08-07 Andreas Schwab <schwab@suse.de>
2851
2852 * configure.in: Correctly handle
2853 --enable-cocoa-experimental-ctrl-g=no and
2854 --enable-ns-self-contained=yes.
2855
28562008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
2857
2858 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
2859 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
2860 bother undef'ing since won't have desired effect.
2861
28622008-08-06 Andreas Schwab <schwab@suse.de>
2863
2864 * configure.in: Fix quoting.
2865
28662008-08-06 Chong Yidong <cyd@stupidchicken.com>
2867
2868 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
2869
28702008-08-05 Ulrich Mueller <ulm@gentoo.org>
2871
2872 * configure.in: Add checks for krb5_error.text and
2873 krb5_error.e_text struct members.
2874
28752008-08-04 Chong Yidong <cyd@stupidchicken.com>
2876
2877 * configure.in: Test for existence of NSInteger.
2878 Suggested by Yavor Doganov.
2879
28802008-08-02 Romain Francoise <romain@orebokech.com>
2881
2882 * Makefile.in (INFO_FILES): Add mairix-el.
2883
28842008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2885
2886 * make-dist:
2887 * README: Remove VMS support.
2888 * vms: Remove directory.
2889
28902008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2891
2892 * configure.in (MULTI_KBOARD): Remove.
2893
28942008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2895
2896 * configure.in (DO_BLOCK_INPUT): Remove, unused.
2897
28982008-07-29 Chong Yidong <cyd@stupidchicken.com>
2899
2900 * info/dir (File): Add mairix-el.
2901
29022008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2903
2904 Remove support for Mac Carbon.
2905 * mac: Remove directory.
2906 * make-dist:
2907 * configure.in:
2908 * README:
2909 * Makefile.in:
2910 * INSTALL: Remove code for Carbon.
2911 * configure: Regenerate.
2912
29132008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2914
2915 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
2916
29172008-07-25 Chong Yidong <cyd@stupidchicken.com>
2918
2919 * configure.in: Check for getrlimit.
2920
2921 * configure: Regenerate.
2922
29232008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2924
2925 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
2926 in src/Makefile.in.
2927 (static): Remove, autoconf would always comment it out anyway.
2928 (subprocesses): Define unconditionally.
2929
29302008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
2931
2932 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
2933 compilation under GNUstep.
2934
29352008-07-18 Kenichi Handa <handa@m17n.org>
2936
2937 * INSTALL (Complex Text Layout support libraries): Delete the
2938 paragraph about --enable-font-backend.
2939
29402008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
2941
2942 * configure.in: Print out some info to user for NeXTstep builds.
2943 (ns-app): Remove enable option.
2944 (ns-self-contained): Add enable option.
2945 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
2946 GNUstep, use to set install prefixes, and substitute in Makefiles.
2947 * configure: Regenerate.
2948 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
2949 NS app bundle.
2950
29512008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
2954
29552008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
2956
2957 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
2958 NS_IMPL_COCOA.
2959
29602008-07-16 Glenn Morris <rgm@gnu.org>
2961
2962 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
2963 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
2964 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
2965 never unset.
2966
2967 * make-dist: Add nextstep/ directories.
2968 (src, lib-src): Add .m files.
2969
29702008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2971
2972 * configure.in (freebsd, kfreebsd): Undo part of previous change.
2973 (USER_FULL_NAME): Remove, not used anymore.
2974 * configure: Regenerate.
2975
29762008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2977
2978 Changes and additions for NeXTstep windowing system (Cocoa and
2979 GNUstep) support.
2980
2981 * configure.in: Add support for NS window system: --with-ns (default
2982 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
2983 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
2984 disable font backend if window system is "none", not if !HAVE_X11.
2985 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
2986 (install-arch-dep): Add commands to assemble NS .app package.
2987
29882008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
2989
2990 * configure.in: Use macppc for Darwin. Remove references to
2991 desupported systems.
2992 * configure: Regenerate.
2993
29942008-07-05 Glenn Morris <rgm@gnu.org>
2995
2996 * make-dist (EMACS): Doc fix.
2997 (lisp): There are no *.dat or image files here any more.
2998 (src): There are no *.s files here any more.
2999 (etc/images, etc/images/*): Link to most regular files.
3000
30012008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3002
3003 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3004
30052008-07-01 Glenn Morris <rgm@gnu.org>
3006
3007 * configure.in (cpp_undefs): Rename from `undefs', update uses.
3008 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
3009 and explicitly export there. (Bug#507.)
3010
30112008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3012
3013 * configure.in:
3014 * configure: Remove references to obsolete systems.
3015
30162008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3017
3018 * Makefile.in (Makefile): Use it for its timestamp value as well, and
3019 make it depend on all other */.in files.
3020 (src/Makefile, src/config.stamp, lib-src/Makefile)
3021 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3022 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3023 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3024 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3025
3026 * configure.in: Don't create src/config.stamp any more.
3027
30282008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3031
30322008-06-22 Glenn Morris <rgm@gnu.org>
3033
3034 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3035
30362008-06-21 Romain Francoise <romain@orebokech.com>
3037
3038 * Makefile.in (INFO_FILES): Add sasl.
3039
30402008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3041
3042 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3043 (bootstrap-build): Remove.
3044 (top_bootclean): New var.
3045 (top_distclean, bootstrap-clean): Use it.
3046 (bootstrap): Don't recheck config. Make normally.
3047
30482008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3049
3050 * Makefile.in (SUBDIR): Include `lisp'.
3051 (lisp): Depend on `src'.
3052 (top_distclean): Don't remove config.status.
3053 (bootstrap-clean): New target.
3054 (maintainer-clean): Use it.
3055 (bootstrap): Use bootstrap-clean. Re-run config.status.
3056 (src/bootstrap-emacs${EXEEXT}): New target.
3057 (bootstrap-build): Use it. Don't use bootstrap-prepare because
3058 src/Makefile now takes care of it.
3059 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3060
30612008-06-15 Glenn Morris <rgm@gnu.org>
3062
3063 * info/dir: Add sasl.
3064
30652008-06-09 Alan Mackenzie <acm@muc.de>
3066
3067 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
3068
30692008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
3070
3071 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
3072
30732008-06-07 Glenn Morris <rgm@gnu.org>
3074
3075 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
3076 serve no purpose.
3077
30782008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3079
3080 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
3081 * configure: Regenerate.
3082
30832008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3084
3085 * update-subdirs: Don't touch subdirs.el if it is unchanged.
3086
30872008-05-14 Kenichi Handa <handa@m17n.org>
3088
3089 * configure: Regenerate.
3090
3091 * configure.in: Don't handle --disable-font-backend. Don't print
3092 a message about a font backend.
3093
30942008-05-09 Glenn Morris <rgm@gnu.org>
3095
3096 * configure.in: Make absence of makeinfo a fatal error only if the info
3097 files don't exist.
3098 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
3099
31002008-05-07 Eli Zaretskii <eliz@gnu.org>
3101
3102 * config.bat: Fix last change: don't use < and > in "rem" lines,
3103 they are interpreted as redirection by DOS shells.
3104
31052008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3106
3107 * configure.in: Check availability of AvailabilityMacros.h
3108 if HAVE_CARBON.
3109
3110 * configure: Regenerate.
3111
31122008-05-03 Glenn Morris <rgm@gnu.org>
3113
3114 * configure.in (x_libraries): Remove standard 64-bit directories -
3115 experimental workaround for minor autoconf bug.
3116
3117 * configure.in (--without-makeinfo): New option. If set,
3118 absence of suitable makeinfo is not a fatal error.
3119 * Makefile.in (MAKEINFO): New, set by configure.
3120 (install-arch-indep): Without makeinfo, ignore any missing manuals.
3121 (info-real): New target.
3122 (info): Without makeinfo, do nothing, else call `info-real'.
3123
31242008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3125
3126 * configure.in: Remove hpux10.20 from the desupported list.
3127
31282008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3130 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
3131
31322008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3133
3134 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
3135 rather than change CPPFLAGS.
3136 (HAVE_GTK): Rename to USE_GTK.
3137
31382008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
3139
3140 * configure.in: Replace the obsolete macros AC_AIX and
3141 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
3142
31432008-04-05 Andreas Schwab <schwab@suse.de>
3144
3145 * configure.in: No longer create admin/unidata/Makefile.
3146
31472008-03-28 Andreas Schwab <schwab@suse.de>
3148
3149 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
3150 (lisp/Makefile): New rule.
3151
31522008-03-13 Glenn Morris <rgm@gnu.org>
3153
3154 * configure.in (AC_INIT): Fix version number.
3155 (sync-input): Reword the option, since it's on by default.
3156
31572008-03-11 Jan Djärv <jan.h.d@swipnet.se>
3158
3159 * configure.in: Add --enable-sync-input, default yes.
3160
31612008-03-11 Glenn Morris <rgm@gnu.org>
3162
3163 * Makefile.in (install-etc, mkdir): Handle directory
3164 etc/images/icons/hicolor/*/mimetypes/.
3165
3166 * make-dist: Handle icons/hicolor/scalable directory.
3167
31682008-03-05 Glenn Morris <rgm@gnu.org>
3169
3170 * configure.in: Enable font-backend by default.
3171 (USE_FONT_BACKEND): Set to "no" in absence of X.
3172 (PKG_CONFIG): Don't set multiple times, once is enough.
3173 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
3174
31752008-03-03 Glenn Morris <rgm@gnu.org>
3176
3177 * Makefile.in (iconsrcdir): New variable.
3178 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
3179 directory.
3180
31812008-02-29 Glenn Morris <rgm@gnu.org>
3182
3183 * test/: New directory.
3184
31852008-02-27 Jan Djärv <jan.h.d@swipnet.se>
3186
3187 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
3188
31892008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3190
3191 * configure.in: Print an error for systems that we think are obsolete
3192 and are proposed to be removed. Remove some more unused systems.
3193 Add support for powerpc-ibm-aix6*.
3194
31952008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3196
3197 * configure.in: Remove references to obsolete variables and systems.
3198
31992008-02-21 Glenn Morris <rgm@gnu.org>
3200
3201 * Makefile.in (set_installuser): New.
3202 (install-arch-indep): Use set_installuser to avoid duplicate code.
3203
3204 * README.unicode: Split into admin/notes/unicode,font-backend and
3205 remove.
3206
32072008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
3208
3209 * configure.in (arm*-*-freebsd*): Add.
3210
32112008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3212
3213 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
3214 dealing with obsolete variables.
3215
32162008-02-08 Glenn Morris <rgm@gnu.org>
3217
3218 * Makefile.in (check-info-dir): New target.
3219
32202008-02-08 Michael Olson <mwolson@gnu.org>
3221
3222 * Makefile.in (INFO_FILES): Add epa.
3223
3224 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
3225 features" section.
3226
32272008-02-06 Glenn Morris <rgm@gnu.org>
3228
3229 * configure.in (--with-gcc): Give an error saying this option has
3230 been removed.
3231 (--with-gtk): Remove this option.
3232
32332008-02-06 Tom Tromey <tromey@redhat.com>
3234
3235 * configure.in (--with-gcc): Remove.
3236 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
3237
32382008-02-05 Ulrich Mueller <ulm@gentoo.org>
3239
3240 * INSTALL: Recommend giflib, not libungif.
3241
32422008-02-05 Tom Tromey <tromey@redhat.com>
3243
3244 * configure.in (--with-dbus): Default to enabled.
3245
32462008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
3247
3248 * INSTALL (Complex Text Layout support libraries): New section.
3249
32502008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
3251
3252 * make-dist: Remove references to files in mac/ that have been
3253 deleted.
3254
32552008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3256
3257 * configure.in: For libotf and m17n-flt checks, set shell vars
3258 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
3259 pkg_check_m17n_flt, respectively, for the sake of the summary output.
3260 Reported by Ulrich Mueller.
3261
32622008-02-02 Eli Zaretskii <eliz@gnu.org>
3263
3264 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
3265 admin/unidata/Makefile.in to Makefile.
3266
32672008-02-02 Glenn Morris <rgm@gnu.org>
3268
3269 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
3270 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
3271 (HAVE_XFT): Add "Does Emacs use..." messages at end.
3272
32732008-02-01 Miles Bader <miles@gnu.org>
3274
3275 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
3276 [libotf], and [m17n-flt] options.
3277
32782008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3279
3280 * configure.in: Add EMACS_ARG_N([libotf]...), and
3281 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
3282 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
3283 CFLAGS, and LIBS in checking of m17n-flt.
3284
32852008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3286
3287 * configure.in: Check the availability of m17n-flt library.
3288
32892008-02-01 Kenichi Handa <handa@m17n.org>
3290
3291 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
3292 not available.
3293
32942008-02-01 Kenichi Handa <handa@m17n.org>
3295
3296 * configure.in: New args --enable-font-backend, --with-xft,
3297 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
3298 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
3299 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
3300 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
3301
33022008-02-01 Kenichi Handa <handa@m17n.org>
3303
3304 * make-dist: Include etc/charsets in tarball.
3305
33062008-02-01 Kenichi Handa <handa@m17n.org>
3307
3308 * configure.in: While running cpp on junk.c, include
3309 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
3310 exists.
3311
33122008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3313
3314 * configure.in (xtensa): Match more configurations.
3315
33162008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
3317
3318 * configure.in: Update comment.
3319
33202008-01-26 Glenn Morris <rgm@gnu.org>
3321
3322 * configure.in (--without-gcc): By default, neither off nor on.
3323 (--with-carbon): Tone down rhetoric in help text.
3324
33252008-01-25 Glenn Morris <rgm@gnu.org>
3326
3327 * configure.in: Correct usage of OPTION_DEFAULT_ON,
3328 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
3329 Default `Carbon' to off (it's unsupported).
3330
33312008-01-24 Glenn Morris <rgm@gnu.org>
3332
3333 * configure.in: Standardize dbus-related messages.
3334
33352008-01-23 Michael Olson <mwolson@gnu.org>
3336
3337 * configure.in (pkg-config-prog): Remove initial whitespace.
3338
33392008-01-23 Tom Tromey <tromey@redhat.com>
3340
3341 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
3342 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
3343 Update all users.
3344
33452008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
3346
3347 * config.guess, config.sub: Updated from master source.
3348
33492008-01-17 Andreas Schwab <schwab@suse.de>
3350
3351 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
3352
33532008-01-17 Glenn Morris <rgm@gnu.org>
3354
3355 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
3356
33572008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
3358
3359 * configure.in: Remove more references to unsupported systems.
3360
33612008-01-16 Sven Joachim <svenjoac@gmx.de>
3362
3363 * make-dist: Add --lzma.
3364
33652008-01-16 Glenn Morris <rgm@gnu.org>
3366
3367 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
3368 configure checks for this.
3369
33702008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
3371
3372 * configure.in: Remove more references to unsupported systems.
3373
33742008-01-06 Romain Francoise <romain@orebokech.com>
3375
3376 * configure.in: Delete extra semicolons.
3377
33782008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3379
3380 * configure.in: Remove references to unsupported systems.
3381
33822008-01-05 Romain Francoise <romain@orebokech.com>
3383
3384 * make-dist: Add --bzip2. Update copyright.
3385
33862008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3387
3388 * configure.in: Remove support for Masscomp.
3389
33902008-01-05 Glenn Morris <rgm@gnu.org>
3391
3392 * Makefile.in (desktopdir, icondir): New variables.
3393 (install-arch-indep): Also depend on `install-etc'.
3394 (install-etc): New target.
3395 (mkdir): Also create the `applications' and `icons' directories.
3396
33972008-01-04 Glenn Morris <rgm@gnu.org>
3398
3399 * make-dist: Update for new etc/images/icons/hicolor directory.
3400
34012007-12-09 Andreas Schwab <schwab@suse.de>
3402
3403 * configure.in: D-Bus is not enabled by default.
3404
34052007-12-06 Jan Djärv <jan.h.d@swipnet.se>
3406
3407 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
3408 change.
3409
34102007-12-04 Jan Djärv <jan.h.d@swipnet.se>
3411
3412 * configure.in: Give package name and version to AC_INIT.
3413
34142007-12-03 Magnus Henoch <mange@freemail.hu>
3415
3416 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
3417
34182007-12-03 Michael Albinus <michael.albinus@gmx.de>
3419
3420 * configure.in: No need for DBUS_INFO anymore.
3421
3422 * Makefile.in (INFO_FILES): Use dbus unconditionally.
3423
34242007-12-02 Michael Albinus <michael.albinus@gmx.de>
3425
3426 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
3427
3428 * Makefile.in (INFO_FILES): Add dbus.
3429
34302007-12-02 Romain Francoise <romain@orebokech.com>
3431
3432 * make-dist: Fix last change.
3433
34342007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
3435
3436 * configure.in: Add support for gnu-kfreebsd.
3437
34382007-11-28 Glenn Morris <rgm@gnu.org>
3439
3440 * make-dist: Add etc/nxml.
3441
34422007-11-24 Romain Francoise <romain@orebokech.com>
3443
3444 * Makefile.in (INFO_FILES): Add nxml-mode.
3445
34462007-11-23 Romain Francoise <romain@orebokech.com>
3447
3448 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
3449 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
3450
34512007-11-20 Andreas Schwab <schwab@suse.de>
3452
3453 * configure.in: Always include <resolv.h> when checking for res_init.
3454
34552007-11-17 Andreas Schwab <schwab@suse.de>
3456
3457 * update-subdirs: Atomically update subdirs.el.
3458
34592007-11-17 Glenn Morris <rgm@gnu.org>
3460
3461 * Makefile.in (check-declare): New target.
3462
34632007-11-07 Glenn Morris <rgm@gnu.org>
3464
3465 * configure.in: Deprecate Mac Carbon port.
3466
34672007-11-01 Jan Djärv <jan.h.d@swipnet.se>
3468
3469 * configure.in: Remove HAVE_X11R5 check.
3470
34712007-10-31 Glenn Morris <rgm@gnu.org>
3472
3473 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
3474 when changing ownership of installed files.
3475
34762007-10-30 Glenn Morris <rgm@gnu.org>
3477
3478 * make-dist: Add new directory etc/gnus.
3479
34802007-10-30 Michael Olson <mwolson@gnu.org>
3481
3482 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
3483
34842007-10-29 Glenn Morris <rgm@gnu.org>
3485
3486 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
3487
34882007-10-23 Glenn Morris <rgm@gnu.org>
3489
3490 * MAINTAINERS: Move to admin/.
3491
34922007-10-17 Chong Yidong <cyd@stupidchicken.com>
3493
3494 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
3495 (HAVE_LIBRESOLV): Also define if we are using res_init().
3496
34972007-10-17 Glenn Morris <rgm@gnu.org>
3498
3499 * FTP: Remove file, since it's just a duplicate of one in etc/.
3500
35012007-10-05 Eli Zaretskii <eliz@gnu.org>
3502
3503 * config.bat: Fix configuring `doc' due to changes in the
3504 directory structure.
3505
35062007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
3507
3508 * configure.in: Don't use -lpthread on HP-UX.
3509
35102007-09-16 Glenn Morris <rgm@gnu.org>
3511
3512 * make-dist: File gfdl.1 has been removed.
3513
35142007-09-15 Glenn Morris <rgm@gnu.org>
3515
3516 * configure.in: Fix makeinfo version regexp.
3517
35182007-09-12 Glenn Morris <rgm@gnu.org>
3519
3520 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
3521 implementation of alloca is not found.
3522
3523 * Makefile.in (SOURCES, unlock, relock): Delete.
3524 (install-arch-indep): Do not exclude the etc/ Makefiles.
3525
35262007-09-09 Juri Linkov <juri@jurta.org>
3527
3528 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
3529
3530 * README: Add doc/ to documentation directories.
3531
35322007-09-08 Michael Olson <mwolson@gnu.org>
3533
3534 * MAINTAINERS: Add myself for ERC and tq.el.
3535 Update for new doc/ directory layout.
3536
35372007-09-06 Romain Francoise <romain@orebokech.com>
3538
3539 * make-dist: Update for new doc/ directory layout.
3540
35412007-09-06 Glenn Morris <rgm@gnu.org>
3542
3543 * Makefile.in (mansrcdir): New variable.
3544 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
3545 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
3546 update these targets for new doc/ directory layout.
3547 (doc/misc/Makefile): New target.
3548 (install-arch-indep): Use mansrcdir for new location of manpages.
3549 (mostlyclean, clean, distclean, maintainer-clean, unlock)
3550 (relock, info, dvi): Update targets for new doc/ directory layout.
3551
3552 * configure.in (AC_OUTPUT): Update names of generated Makefiles
3553 for new doc/ directory layout.
3554
35552007-09-02 Andreas Schwab <schwab@suse.de>
3556
3557 * configure.in: Use AS_HELP_STRING throughout.
3558 * configure: Regenerate.
3559
35602007-09-02 Jan Djärv <jan.h.d@swipnet.se>
3561
3562 * configure.in: Require Gtk/Glib 2.6.
3563
35642007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3565
3566 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
3567 Use them throughout in place of AC_ARG_WITH calls.
3568 * configure: Regenerate.
3569
35702007-09-01 Andreas Schwab <schwab@suse.de>
3571
3572 * configure.in: Put quotes around nested macro calls.
3573
35742007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3575
3576 * configure.in: Fix typo.
3577 * configure: Regenerate.
3578
35792007-08-30 Glenn Morris <rgm@gnu.org>
3580
3581 * configure.in (AH_BOTTOM): Copy some manual changes made to
3582 src/config.in here so they are not lost when it regenerates.
3583
3584 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
3585
35862007-08-29 Károly Lőrentey <karoly@lorentey.hu>
3587
3588 * README.multi-tty: New file.
3589
35902007-08-29 Glenn Morris <rgm@gnu.org>
3591
3592 * README: Increase version to 23.0.50.
3593
35942007-08-29 Jan Djärv <jan.h.d@swipnet.se>
3595
3596 * configure.in: New option: --without-xaw3d.
3597
35982007-08-24 Glenn Morris <rgm@gnu.org>
3599
3600 * configure.in: Check for a suitably recent makeinfo.
3601
36022007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
3603
3604 * configure.in (Check for required libraries): Typo.
3605
36062007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3607
3608 * configure.in: Check librsvg2 also for Mac Carbon.
3609
36102007-08-22 Romain Francoise <romain@orebokech.com>
3611
3612 * make-dist: Follow reorganization of files in etc/.
3613
36142007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
3615
3616 * configure.in: Add support for SVG images through librsvg2.
3617
36182007-07-28 Eli Zaretskii <eliz@gnu.org>
3619
3620 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
3621 to avoid an error message if there is no DOC there.
3622
36232007-07-25 Glenn Morris <rgm@gnu.org>
3624
3625 * Relicense all FSF files to GPLv3 or later.
3626
3627 * COPYING, info/COPYING: Switch to GPLv3.
3628
36292007-06-20 Jan Djärv <jan.h.d@swipnet.se>
3630
3631 * configure.in: Complain if X seems to be installed but no
3632 development files were found.
3633
36342007-06-20 Glenn Morris <rgm@gnu.org>
3635
3636 * configure.in: Prefer libgif over libungif.
3637
36382007-06-14 Jan Djärv <jan.h.d@swipnet.se>
3639
3640 * configure.in: Check for all image libraries before exiting.
3641
36422007-06-13 Jan Djärv <jan.h.d@swipnet.se>
3643
3644 * configure.in: Exit with error if image libraries aren't found.
3645
36462007-06-13 Chong Yidong <cyd@stupidchicken.com>
3647
3648 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
3649 when compiling without scrollbars.
3650
36512007-06-12 Glenn Morris <rgm@gnu.org>
3652
3653 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
3654
36552007-06-11 Jan Djärv <jan.h.d@swipnet.se>
3656
3657 * configure.in: Change wording about yes/gtk and lucid/athena
3658 being synonyms.
3659
36602007-06-08 Glenn Morris <rgm@gnu.org>
3661
3662 * configure.in: Make gtk the default toolkit.
3663
36642007-06-07 Glenn Morris <rgm@gnu.org>
3665
3666 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
3667 for a Sun C compiler.
3668
3669 * Makefile.in (install-arch-indep): Install only the DOC- file
3670 specific to the build, if possible, rather than DOC-*.
3671
36722007-06-02 Chong Yidong <cyd@stupidchicken.com>
3673
3674 * Version 22.1 released.
3675
36762007-05-25 Chong Yidong <cyd@stupidchicken.com>
3677
3678 * mkinstalldirs: Sync to version in automake CVS.
3679
36802007-05-22 Andreas Schwab <schwab@suse.de>
3681
3682 * configure.in: Prefer build_alias over host when host_alias is not set.
3683 * configure: Regenerate.
3684
36852007-05-20 Andreas Schwab <schwab@suse.de>
3686
3687 * configure.in: Remove empty AC_SUBST.
3688 * configure: Regenerate.
3689
36902007-05-20 Nick Roberts <nickrob@snap.net.nz>
3691
3692 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
3693 it like others.
3694 * configure: Regenerate.
3695
36962007-05-20 Nick Roberts <nickrob@snap.net.nz>
3697
3698 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
3699 (AC_CHECK_LIB): Add -lgpm.
3700 * configure: Regenerate.
3701
37022007-05-03 Glenn Morris <rgm@gnu.org>
3703
3704 * configure: Tweak message about the absence of shell functions.
3705
37062007-04-27 Andreas Schwab <schwab@suse.de>
3707
3708 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
3709
37102007-04-26 Glenn Morris <rgm@gnu.org>
3711
3712 * README: Increase version to 22.1.50.
3713
37142007-04-24 Juanma Barranquero <lekktu@gmail.com>
3715
3716 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
3717
37182007-04-19 Glenn Morris <rgm@gnu.org>
3719
3720 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
3721
37222007-04-18 Glenn Morris <rgm@gnu.org>
3723
3724 * INSTALL: Mention CPP.
3725
37262007-04-15 Glenn Morris <rgm@gnu.org>
3727
3728 * FTP: Replace with a pointer to the web version.
3729
37302007-04-13 Glenn Morris <rgm@gnu.org>
3731
3732 * INSTALL: In lib-src, timer, wakeup, yow are removed.
3733
37342007-04-04 Glenn Morris <rgm@gnu.org>
3735
3736 * configure.in (NON_GNU_CPP): Use associated preprocessor when
3737 compiling with Sun Studio on Solaris.
3738
37392007-03-23 Glenn Morris <rgm@gnu.org>
3740
3741 * configure.in: Restore support for hp800 (removed 2007-01-27)
3742 following clarification of legal status.
3743
37442007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
3745
3746 * configure.in: Add support for AIX4.3 on IBM RS6000.
3747
3748 * configure: Regenerate.
3749
37502007-03-20 Richard Stallman <rms@gnu.org>
3751
3752 * configure.in: Fix previous change.
3753
37542007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
3755
3756 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
3757 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
3758 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
3759
37602007-03-19 Chong Yidong <cyd@stupidchicken.com>
3761
3762 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
3763 user specifies "without".
3764
3765 * configure: Regenerate.
3766
37672007-03-18 Jan Djärv <jan.h.d@swipnet.se>
3768
3769 * configure.in: Warning for Gtk+ and Cygwin added.
3770 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
3771
37722007-02-27 Glenn Morris <rgm@gnu.org>
3773
3774 * make-dist (oldXMenu): Remove Imakefile.
3775 (etc/images): Add README.
3776
37772007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3778
3779 * configure.in (xtensa-*-linux-gnu*): New configuration.
3780
3781 * configure: Regenerate.
3782
37832007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
3784
3785 * config.guess, config.sub: Updated from master source.
3786
37872007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3788
3789 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
3790
37912007-01-29 Chong Yidong <cyd@stupidchicken.com>
3792
3793 * configure.in: Restore support for hp800's not running HP-UX.
3794
3795 * configure: Regenerate.
3796
37972007-01-27 Chong Yidong <cyd@stupidchicken.com>
3798
3799 * configure.in: Remove support for hp800 and sr2k machine types.
3800
3801 * configure: Regenerate.
3802
38032007-01-26 Jan Djärv <jan.h.d@swipnet.se>
3804
3805 * configure.in: Add check for libXft.
3806
38072007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
3808
3809 * INSTALL: Info files moved to share/info.
3810
38112007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
3812
3813 * configure.in: Detect and use fink-installed in intel-based Mac
3814 builds; change Apple Darwin section to support both PowerPC and
3815 Intel-based Macs.
3816
38172006-12-26 Andreas Schwab <schwab@suse.de>
3818
3819 * Makefile.in (datarootdir): Define.
3820
38212006-12-24 Richard Stallman <rms@gnu.org>
3822
3823 * configure.in: Require Autoconf 2.61.
3824
38252006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
3826
3827 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
3828 Remove redundant entry for powerpc-apple-netbsd.
3829
3830 * configure: Regenerate.
3831
38322006-12-22 Chong Yidong <cyd@stupidchicken.com>
3833
3834 * configure: Regenerate with autoconf 2.61.
3835
38362006-12-20 Jan Djärv <jan.h.d@swipnet.se>
3837
3838 * configure.in: Detect alsa/asoundlib.h also.
3839 * configure: Regenerate.
3840
38412006-12-19 Jan Djärv <jan.h.d@swipnet.se>
3842
3843 * configure.in: Check if GTK+ compiles at all.
3844
38452006-12-10 Andreas Schwab <schwab@suse.de>
3846
3847 * configure.in: Remove check for struct timezone, its result is
3848 never used.
3849
38502006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
3851
3852 * configure.in: Add support for Solaris 10 on x86-64.
3853
38542006-12-08 Jan Djärv <jan.h.d@swipnet.se>
3855
3856 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
3857 of PKG_CONFIG_PATH.
3858
38592006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3860
3861 * configure.in (HAVE_SYNC): New test.
3862
38632006-12-03 Glenn Morris <rgm@gnu.org>
3864
3865 * Makefile.in: Fix Copyright format.
3866
3867 * configure.in (AH_TOP): Add missing Copyright year.
3868
3869 * update-subdirs: Add missing Copyright years.
3870
38712006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
3872
3873 * Makefile.in: Touch only the parts of the share/emacs directory
3874 specific to this version.
3875
38762006-11-26 Chong Yidong <cyd@stupidchicken.com>
3877
3878 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
3879
38802006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3881
3882 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
3883
38842006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3885
3886 * configure.in: Prefer X11 to Carbon only when some X-specific
3887 option is specified (Thanks to Jan Djärv and Andreas Schwab).
3888
38892006-11-04 Romain Francoise <romain@orebokech.com>
3890
3891 * Makefile.in (bootstrap-clean-before): Fix typo.
3892 Use new target `bootstrap-clean' in the leim subdirectory.
3893
38942006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3895
3896 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
3897
38982006-10-30 Chong Yidong <cyd@stupidchicken.com>
3899
3900 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
3901 directories.
3902
39032006-10-29 Jeramey Crawford <jeramey@jeramey.com>
3904
3905 * configure.in: Enable x86-64 OpenBSD compilation.
3906
39072006-10-28 Glenn Morris <rgm@gnu.org>
3908
3909 * AUTHORS: Add cal-html.el author.
3910
39112006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3912
3913 * make-dist: Make links to mac/make-package and
3914 mac/Emacs.app/Contents/Resources/Emacs.icns.
3915
39162006-10-27 Chong Yidong <cyd@stupidchicken.com>
3917
3918 * README: Bump version number to 22.0.90.
3919
39202006-10-23 Andreas Schwab <schwab@suse.de>
3921
3922 * configure.in: Make sure x_default_search_path is always set even
3923 when x_libraries is empty, and look in .../share as well for each
3924 library directory.
3925
39262006-09-28 Kenichi Handa <handa@m17n.org>
3927
3928 * configure.in (locallisppath): Don't include leim dir.
3929 (lisppath): Include leim dir.
3930
39312006-09-15 Jay Belanger <belanger@truman.edu>
3932
3933 * COPYING: Replace "Library Public License" by "Lesser Public
3934 License" throughout.
3935
39362006-09-11 Paul Eggert <eggert@cs.ucla.edu>
3937
3938 * make-dist (EMACS): Exit and fail if the EMACS environment
3939 variable is set to something other than an absolute file name.
3940
39412006-08-16 Andreas Schwab <schwab@suse.de>
3942
3943 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
3944 of hardcoding it.
3945
39462006-08-16 Richard Stallman <rms@gnu.org>
3947
3948 * INSTALL.CVS: Clean up wording.
3949
39502006-07-14 Eli Zaretskii <eliz@gnu.org>
3951
3952 * configure.in (PKG_CHECK_MODULES): Redirect the output of
3953 $PKG_CONFIG --exists "$2" to config.log.
3954 * configure: Regenerate.
3955
1a71cb28 39562006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
3957
3958 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
3959
39602006-07-09 Kim F. Storm <storm@cua.dk>
3961
3962 * CONTRIBUTE: Use outline format.
3963 Add section on copyright years (from admin/notes/years).
3964
39652006-07-08 Eli Zaretskii <eliz@gnu.org>
3966
3967 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
3968 to /dev/null, since we don't need the error message, just the
3969 exit status.
3970
39712006-07-07 Eli Zaretskii <eliz@gnu.org>
3972
3973 * CONTRIBUTE: Slight formatting changes and typo fixes.
3974 Add description of NEWS markings.
3975
39762006-07-07 Kim F. Storm <storm@cua.dk>
3977
3978 * CONTRIBUTE: Mention INSTALL.CVS.
3979
39802006-07-05 Romain Francoise <romain@orebokech.com>
3981
3982 * make-dist (top-level): Add CONTRIBUTE.
3983
39842006-07-04 Richard Stallman <rms@gnu.org>
3985
3986 * CONTRIBUTE: Much rewrite.
3987
39882006-07-04 Nick Roberts <nickrob@snap.net.nz>
3989
3990 * CONTRIBUTE: New file.
3991
39922006-06-24 Eli Zaretskii <eliz@gnu.org>
3993
3994 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
3995
39962006-05-18 Jan Djärv <jan.h.d@swipnet.se>
3997
3998 * configure.in: Add check for ALSA.
3999
40002006-05-06 Eli Zaretskii <eliz@gnu.org>
4001
4002 * Makefile.in (INFO_FILES): Remove emacs-xtra.
4003
4004 * info/dir: Remove the Emacs-Xtra entry.
4005
40062006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
4007
4008 Update copyright year(s) in many files.
4009
40102006-04-01 Eli Zaretskii <eliz@gnu.org>
4011
4012 * configure: Regenerated.
4013
40142006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4015
4016 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4017 --without-toolkit-scroll-bars was specified.
4018
40192006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
4020
4021 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4022 to CFLAGS. Update Copyright years written to src/config.in.
4023
40242006-03-18 Claudio Fontana <claudio@gnu.org>
4025
4026 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4027 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4028 to be installed/uninstalled.
4029 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4030 to Info files installed by Emacs.
4031
40322006-03-03 Claudio Fontana <claudio@gnu.org>
4033
4034 * Makefile.in (install, uninstall): Add DESTDIR variable to
4035 support staged installations.
4036
40372006-02-14 Richard M. Stallman <rms@gnu.org>
4038
4039 * configure.in (s390x-*-linux-gnu*): New configuration.
4040
40412006-01-31 Jan Djärv <jan.h.d@swipnet.se>
4042
4043 * configure.in: Require GTK 2.4 or newer.
4044
40452006-01-29 Michael Olson <mwolson@gnu.org>
4046
4047 * Makefile.in (install-arch-indep, uninstall): Add ERC.
4048 * info/dir (ERC): New entry.
4049
40502006-01-29 Eli Zaretskii <eliz@gnu.org>
4051
4052 * info/dir: Fix last change.
4053
40542006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4055
4056 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4057
40582006-01-27 Eli Zaretskii <eliz@gnu.org>
4059
4060 * info/dir: Untabify the whole file.
4061 (Rcirc): New entry.
4062
40632006-01-12 Andreas Schwab <schwab@suse.de>
4064
4065 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4066 check.
4067
40682006-01-02 Chong Yidong <cyd@stupidchicken.com>
4069
4070 * configure.in: Use -Wno-pointer-sign if available.
4071
40722005-12-29 Andreas Schwab <schwab@suse.de>
4073
4074 * config.guess, config.sub: Updated from master source.
4075
40762005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4077
4078 * configure.in: Use amdx86-64 for freebsd on x86_64.
4079
40802005-11-22 Romain Francoise <romain@orebokech.com>
4081
4082 * make-dist: Add etc/images/icons.
4083
40842005-11-03 Andreas Schwab <schwab@suse.de>
4085
4086 * configure.in: Use GZIP_PROG instead of GZIP.
4087
4088 * Makefile.in (GZIP_PROG): Renamed from GZIP.
4089 (install-arch-indep): Adjust.
4090
40912005-11-01 Andreas Schwab <schwab@suse.de>
4092
4093 * Makefile.in (bootstrap): Fix dependencies for parallel build.
4094 (bootfast): Likewise.
4095
40962005-11-01 Romain Francoise <romain@orebokech.com>
4097
4098 * configure.in: Check for gzip.
4099
4100 * Makefile.in (install): Compress source files.
4101
41022005-10-24 Steven Tamm <steventamm@mac.com>
4103
4104 * configure.in: Fix darwin386 configuration issue.
4105
41062005-10-22 Eli Zaretskii <eliz@gnu.org>
4107
4108 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
4109
41102005-10-17 Bill Wohler <wohler@newt.com>
4111
4112 * make-dist: Create and populate etc/images/low-color.
4113
41142005-10-15 Bill Wohler <wohler@newt.com>
4115
4116 * make-dist: Create and populate etc/images/gud.
4117
41182005-10-08 Richard M. Stallman <rms@gnu.org>
4119
4120 * make-dist (tempparent): Don't check for 14-char file name limit.
4121
41222005-10-07 Romain Francoise <romain@orebokech.com>
4123
4124 * make-dist: Add etc/images/ezimage and etc/images/mail
4125 directories. Install images in etc/images.
4126
41272005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4128
4129 * configure.in: Prefer Carbon if --enable-carbon-app or
4130 --with-carbon is explicitly specified even when X11 is detected.
4131
41322005-09-15 Ulf Jasper <ulf.jasper@web.de>
4133
4134 * Makefile.in (install-arch-indep, uninstall):
4135 Handle newsticker manual.
4136 (info): Add - to commands.
4137
41382005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
4139
4140 Remove the MAXPATHLEN limitations:
4141
4142 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
4143
41442005-09-09 Eli Zaretskii <eliz@gnu.org>
4145
4146 * configure.in <lynxsos*>: Support for LynxOS on PPC.
4147 * configure: Regenerate.
4148
41492005-09-05 Paul Eggert <eggert@cs.ucla.edu>
4150
4151 * config.guess, config.sub: Updated from master source.
4152
41532005-08-03 Juanma Barranquero <lekktu@gmail.com>
4154
4155 * .cvsignore: Add `lock'.
4156
41572005-07-28 Juanma Barranquero <lekktu@gmail.com>
4158
4159 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
4160
41612005-07-26 Paul Eggert <eggert@cs.ucla.edu>
4162
4163 Merge gnulib getopt implementation into Emacs.
4164
4165 * Makefile.in (AUTOCONF_INPUTS): New macro.
4166 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
4167 so that these files also depend on m4/getopt.m4.
4168 * configure.in: Configure getopt by including m4/getopt.m4,
4169 and configuring a getopt replacement if necessary.
4170 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
4171 * m4/getopt.m4: New file.
4172
41732005-07-06 Lute Kamstra <lute@gnu.org>
4174
4175 * configure.in: Fix capitalization.
4176
41772005-07-04 Lute Kamstra <lute@gnu.org>
4178
4179 Update FSF's address in GPL notices.
4180
41812005-06-19 Jérôme Marant <jerome@marant.org>
4182
4183 * Makefile.in (epaths-force): Protect both lisppath and
4184 buildlisppath from whitespace.
4185
41862005-06-08 Steven Tamm <steventamm@mac.com>
4187
4188 * configure.in: Support Darwin/MacOSX on Intel
4189
41902005-06-06 Jan Djärv <jan.h.d@swipnet.se>
4191
4192 * configure.in (HAVE_CANCELMENUTRACKING): New test.
4193
1a71cb28 41942005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
4195
4196 * configure.in: Add --enable-locallisppath.
4197
41982005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4199
4200 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
4201 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
4202 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
4203
42042005-05-07 Jérôme Marant <jerome@marant.org>
4205
4206 * make-dist: Remove references to makefile.nt and makefile.def.
4207 Include widgets and images subdirectories of etc. Do not exclude
4208 ldefs-boot.el.
4209
42102005-04-23 Andreas Schwab <schwab@suse.de>
4211
4212 * configure.in: Remove duplicate match for powerpc configuration.
4213
42142005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
4215
4216 * configure.in: Check for <pwd.h>.
4217
42182005-04-14 Lute Kamstra <lute@gnu.org>
4219
4220 * make-dist: Distribute all ChangeLog files in lisp/.
4221 Don't distribute ldefs-boot.el.
4222 lisp/makefile.nt no longer exists.
4223
42242005-04-13 Lute Kamstra <lute@gnu.org>
4225
4226 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
4227 for "no-byte-compile: t" in the file instead.
4228
42292005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4230
4231 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
4232 shadow the main Lesstif/Motif-2.1 libs and includes.
4233
42342005-03-10 Jan Djärv <jan.h.d@swipnet.se>
4235
4236 * configure.in: Only add XASSERTS to cppflags.
4237
42382005-03-04 Jan Djärv <jan.h.d@swipnet.se>
4239
4240 * configure.in: Added --enable-asserts.
4241
42422005-02-09 Kim F. Storm <storm@cua.dk>
4243
4244 Change release version from 21.4 to 22.1 throughout.
4245 Change development version from 21.3.50 to 22.0.50.
4246
42472005-01-19 Steven Tamm <steventamm@mac.com>
4248
4249 * configure.in: Check for <sys/utsname.h>.
4250
42512004-12-11 Kim F. Storm <storm@cua.dk>
4252
4253 * Makefile.in (info): Undo 2004-12-05 change.
4254
42552004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4256
4257 * info/dir (File): Add URL and Org Mode manuals.
4258 * Makefile.in (install-arch-indep, uninstall): Add url and org
4259 manuals.
4260
42612004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
4264 committed to src/config.in.
4265
42662004-12-07 Jan Djärv <jan.h.d@swipnet.se>
4267
4268 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
4269 pthreads and define HAVE_GTK_AND_PTHREAD.
4270
42712004-12-05 Richard M. Stallman <rms@gnu.org>
4272
4273 * Makefile.in (info): Ignore errors building info files.
4274
42752004-11-27 Eli Zaretskii <eliz@gnu.org>
4276
4277 * config.bat: If 8-byte alignment is not supported, define
4278 NO_DECL_ALIGN in src/config.h, instead of trivially defining
4279 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
4280 filter through Sed to remove the quotes.
4281
42822004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4283
4284 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
4285 not apply to files explicitly `cvs add'ed.
4286
42872004-11-12 Eli Zaretskii <eliz@gnu.org>
4288
4289 * config.bat: Don't require djecho.exe for the v1.x build.
4290 Add a test for DECL_ALIGN support, and add a trivial definition to
4291 src/config.h if 8-byte alignment is not supported.
4292
42932004-11-08 Kim F. Storm <storm@cua.dk>
4294
4295 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
4296 files before building.
4297 (bootfast, bootstrap-clean-before-fast): New targets, like
4298 bootstrap but don't remove .elc files.
4299
43002004-11-06 Lars Brinkhoff <lars@nocrew.org>
4301
4302 * configure.in: Add check for getrusage.
4303
43042004-11-02 Jan Djärv <jan.h.d@swipnet.se>
4305
4306 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
4307 New tests for new and old GTK file dialogs.
4308 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
4309 to no.
4310
43112004-10-20 Jan Djärv <jan.h.d@swipnet.se>
4312
4313 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
4314 can be set. Remove SETARCH test.
4315
43162004-10-08 Steven Tamm <steventamm@mac.com>
4317
4318 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
4319
43202004-10-06 Jan Djärv <jan.h.d@swipnet.se>
4321
4322 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
4323 AC_MSG_WARN. Move output of warning message to end of configure run.
4324
43252004-10-05 Jan Djärv <jan.h.d@swipnet.se>
4326
4327 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
4328 Run test to see if heap start address is random.
4329
43302004-09-29 Miles Bader <miles@gnu.org>
4331
4332 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
4333 if setarch is present.
4334
43352004-09-25 Jan Djärv <jan.h.d@swipnet.se>
4336
4337 * configure.in (HAVE_EXECSHIELD): Only define on x86.
4338
43392004-09-24 Jan Djärv <jan.h.d@swipnet.se>
4340
4341 * configure.in: Check for exec-shield.
4342
1a71cb28
GM
43432004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
4344
4345 * Makefile.in (install-arch-indep): Add pgg and sieve.
4346
4347 * info/.cvsignore: Added pgg and sieve.
4348
067d23c9
KY
43492004-08-06 Andreas Schwab <schwab@suse.de>
4350
4351 * Makefile.in (install-arch-indep, uninstall): Add flymake.
4352
43532004-07-31 Eli Zaretskii <eliz@gnu.org>
4354
4355 * config.bat: Update URLs in the comments.
4356
067d23c9
KY
43572004-07-05 Andreas Schwab <schwab@suse.de>
4358
4359 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
4360
43612004-06-21 Kenichi Handa <handa@m17n.org>
4362
4363 * make-dist: Link leim-ext.el into tempdir.
4364
43652004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4366
4367 * info/dir (File): Add emacs-xtra.
4368 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
4369
43702004-06-12 Juri Linkov <juri@jurta.org>
4371
4372 * info/dir: Move menu help lines from `* Menu:' to file header.
4373 Describe the purpose of a red *.
4374
43752004-05-04 Dave Love <fx@gnu.org>
4376
4377 * configure.in: Don't use `extrasub'.
4378
43792004-04-29 Dave Love <fx@gnu.org>
4380
4381 * configure.in: Don't forget to quote args to `test'.
4382
43832004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
4384
4385 * autogen.sh: Update filename in "please read" message.
4386
43872004-04-17 Richard M. Stallman <rms@gnu.org>
4388
4389 * INSTALL: Move the info about site-lisp dirs,
4390 and say uninstalled Emacs looks there too.
4391
43922004-04-04 Eli Zaretskii <eliz@gnu.org>
4393
4394 * config.bat (lib-src): Recognize comment lines in Makefile.in
4395 that have a TAB after the #, to avoid errors in preprocessing with
4396 GCC 3.3.3.
4397
43982004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4399
4400 * Makefile.in: Mention in comment that `make maintainer-clean'
4401 deletes .elc files.
4402
44032004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4404
4405 * update-subdirs: Add local variables to prevent byte-compiling.
4406
44072004-03-21 Dave Love <fx@gnu.org>
4408
4409 * configure.in: Fix previous change.
4410
44112004-03-18 Dave Love <fx@gnu.org>
4412
4413 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
4414
44152004-03-15 Luc Teirlinck <teirllm@auburn.edu>
4416
4417 * info/dir (File): Add SMTP and SES.
4418
44192004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4420
4421 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
4422 (bootstrap): Use the new bootstrap-prepare target in lisp.
4423
44242004-02-18 Kim F. Storm <storm@cua.dk>
4425
4426 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
4427
44282004-02-16 Eli Zaretskii <eliz@gnu.org>
4429
4430 * make-dist: Don't link index.*perm and permute-index into tempdir.
4431
44322004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
4433
4434 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
4435 to match previous changes by Eli Zaretskii.
4436
44372004-02-09 Luc Teirlinck <teirllm@auburn.edu>
4438
4439 * Makefile.in: Set CDPATH to an empty string.
4440
44412004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
4442
4443 * configure.in <darwin>: Use fink packages if available.
4444
44452004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
4446
4447 * make-dist (lispref): Do include lispref/index.texi.
4448
44492004-01-06 Eric Hanchrow <offby1@blarg.net>
4450
4451 * make-dist (tempdir): Include cursors in nt/icons.
4452
44532003-12-30 Eli Zaretskii <eliz@gnu.org>
4454
4455 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
4456 clashes with install-sh on 8+3 filesystems.
4457
1a71cb28 44582003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
4459
4460 * .cvsignore: Add .arch-inventory.
4461
44622003-12-24 Andreas Schwab <schwab@suse.de>
4463
4464 * configure.in: Check for <sys/socket.h>. Include it before
4465 including <net/if.h>. Move check for <net/if.h> before its use.
4466
44672003-12-24 Jan Djärv <jan.h.d@swipnet.se>
4468
4469 * Makefile.in (install-arch-dep): Don't let cd output go into
4470 pipe for carbon_appdir.
4471
44722003-12-24 Andreas Schwab <schwab@suse.de>
4473
4474 * configure.in (PKG_CHECK_MODULES): Fix quoting.
4475
44762003-12-01 Andreas Schwab <schwab@suse.de>
4477
4478 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
4479 hardcoding gcc.
4480
44812003-11-16 Jan Djärv <jan.h.d@swipnet.se>
4482
4483 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
4484 multiple displays.
4485 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
4486
44872003-09-23 Dave Love <fx@gnu.org>
4488
4489 * configure.in: Check members of struct ifreq.
4490
44912003-09-14 Kim F. Storm <storm@cua.dk>
4492
4493 * configure.in: Add checks for sys/ioctl.h and net/if.h.
4494
44952003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
4496
4497 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
4498
44992003-08-18 Lute Kamstra <lute@gnu.org>
4500
4501 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
4502 required anymore.
4503
45042003-08-07 Andrew Choi <akochoi@shaw.ca>
4505
4506 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
4507 option instead of -traditional-cpp for CPP.
4508
45092003-07-29 Richard M. Stallman <rms@gnu.org>
4510
4511 * configure.in (HAVE_XIM): Define if XIM is available.
4512
45132003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
4514
4515 * configure.in: The function gtk_window_set_icon_from_file was
4516 introduced in GTK+ 2.2, so check for that release.
4517
45182003-07-23 Andreas Schwab <schwab@suse.de>
4519
4520 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
4521
4522 * Makefile.in (YACC): Remove, not used.
4523 (MAINT): Don't set.
4524 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
4525 disable dependency on ${srcdir}/configure.in when maintainer mode
4526 is disabled.
4527
45282003-07-22 Dave Love <fx@gnu.org>
4529
4530 * configure.in: Make XRegisterIMInstantiateCallback test depend on
4531 HAVE_X11, not with_xim.
4532 (HAVE_CRTIN): Provide template.
4533 <with_png>: Test for png.h and libpng/png.h.
4534
45352003-07-15 Andreas Schwab <schwab@suse.de>
4536
4537 * configure.in: Temporarily leave quoting for AC_DEFINE.
4538
45392003-07-13 Stefan Monnier <monnier@cs.yale.edu>
4540
4541 * configure.in: Check for posix_memalign.
4542
45432003-07-12 Richard M. Stallman <rms@gnu.org>
4544
4545 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
4546
45472003-07-09 Kim F. Storm <storm@cua.dk>
4548
4549 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
4550 functionality of --without-xim.
4551
45522003-06-29 Dave Love <fx@gnu.org>
4553
4554 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
4555
45562003-06-23 Dave Love <fx@gnu.org>
4557
4558 * configure.in: Check for sys/_mbstate_t.h.
4559 Test XRegisterIMInstantiateCallback prototype.
4560 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
4561
45622003-06-06 Dave Love <fx@gnu.org>
4563
4564 * configure.in: Check for locale.h.
4565
45662003-06-05 Dave Love <fx@gnu.org>
4567
4568 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
4569 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
4570 (NLIST_STRUCT): Don't define.
4571 (AH_BOTTOM): Define my_strftime.
4572
45732003-06-02 Richard M. Stallman <rms@gnu.org>
4574
4575 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
4576
45772003-05-24 Andreas Schwab <schwab@suse.de>
4578
4579 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
4580 bzero, and bcmp.
4581
45822003-05-22 Dave Love <fx@gnu.org>
4583
4584 * configure.in: Remove redundant test for term.h. Test for difftime.
4585
45862003-05-20 Dave Love <fx@gnu.org>
4587
4588 * configure.in: Append * to s390-*-linux-gnu case.
4589 (LIBMAIL) <lockfile>: Don't define.
4590
067d23c9
KY
45912003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
4592
4593 * INSTALL (* GNU/Linux development packages): Mention Debian and
4594 RedHat package names.
4595
45962003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
4597
4598 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
4599
46002003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
4601
4602 * INSTALL (* GNU/Linux development packages): Tell people to
4603 install additional packages for compiling Emacs.
4604
1a71cb28
GM
46052003-04-30 Richard M. Stallman <rms@gnu.org>
4606
4607 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
4608
46092003-04-28 Francesco Potortì <pot@gnu.org>
4610
4611 * configure.in: Undo last (RMS') change, as it is useless, per
4612 Dave Love.
4613
46142003-04-08 Richard M. Stallman <rms@gnu.org>
4615
4616 * configure.in: Put #include of jpeglib.h at start of line.
4617
067d23c9
KY
46182003-04-06 Francesco Potortì <pot@gnu.org>
4619
4620 * configure.in: Use the same configuration for all aix5, not just
4621 aix5.1.
4622
46232003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
4624
4625 * configure.in: Check for need for bigtoc support on IBM AIX for
4626 solving a linker table overflow problem.
4627
46282003-03-03 Rob Browning <rlb@defaultvalue.org>
4629
4630 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
4631 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
4632 over bzero, bcmp, and bcopy.
4633
46342003-02-23 Simon Josefsson <jas@extundo.com>
4635
4636 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
4637
46382003-02-21 Klaus Zeitler <kzeitler@lucent.com>
4639
4640 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
4641
46422003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
4643
4644 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
4645
46462003-02-08 Andreas Schwab <schwab@suse.de>
4647
4648 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
4649 instead of the substitution.
4650
46512003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4652
4653 * Makefile.in: Use @EXEEXT@ for Cygwin.
4654 Use USERNAME if LOGNAME is not set (for Cygwin).
4655
4656 * configure.in: Add opsys=cygwin.
4657
46582003-01-22 Andreas Schwab <schwab@suse.de>
4659
4660 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
4661 redefining it explicitly in src/config.in.
4662
46632003-01-22 Markus Rost <rost@math.ohio-state.edu>
4664
4665 * Makefile.in (bootstrap): Make bootstrap-after.
4666
46672003-01-20 Jan Djärv <jan.h.d@swipnet.se>
4668
4669 * configure.in: Fix --with-gtk.
4670
46712003-01-19 Jan Djärv <jan.h.d@swipnet.se>
4672
4673 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
4674
4675 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
4676
46772003-01-14 Francesco Potortì <pot@gnu.org>
4678
4679 * configure.in (m68k-motorola-sysv): Remove (obsolete).
4680
46812003-01-07 Steven Tamm <steventamm@mac.com>
4682
4683 * configure.in: New option, --enable-carbon-app, to specify
4684 that the application should be installed
4685 * Makefile.in (install-arch-dep): On Mac OS X, install the
4686 Emacs.app application if carbon-app is enabled
4687
46882003-01-06 Dave Love <fx@gnu.org>
4689
4690 * configure.in: Check for nl_langinfo.
4691 [!HAVE_SIZE_T]: Fix typedef.
4692
46932003-01-06 David Kastrup <dak@gnu.org>
4694
4695 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
4696
4697 * configure.in: Add tests for install-info.
4698
46992002-12-09 Markus Rost <rost@math.ohio-state.edu>
4700
4701 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
4702 use again sol2-6 instead of sol2-8.
4703
47042002-12-09 Dave Love <fx@gnu.org>
4705
4706 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
4707
47082002-12-08 Andreas Schwab <schwab@suse.de>
4709
4710 * Makefile.in (install-arch-indep): Revert last change.
4711
47122002-11-27 Dave Love <fx@gnu.org>
4713
4714 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
4715 Check for __sys_siglist too. Check for memset.
4716 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
4717
47182002-11-22 Juanma Barranquero <lektu@terra.es>
4719
4720 * config.guess, config.sub: Updated from master source.
4721
47222002-11-19 Karl Fogel <kfogel@red-bean.com>
4723
4724 * autogen.sh: New file.
4725
1a71cb28 47262002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
4727
4728 * configure.in: Tidy up various quoting issues throughout.
4729 Use AC_GNU_SOURCE.
4730 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
4731 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
4732 Maybe define bcopy, bzero, bcmp.
4733 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
4734 non-existent machine file).
4735 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
4736 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
4737 (nlist.h): Move test up.
4738
47392002-11-18 Markus Rost <rost@math.ohio-state.edu>
4740
4741 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
4742
47432002-11-14 Francesco Potortì <pot@gnu.org>
4744
4745 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
4746
47472002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
4748
4749 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
4750
47512002-11-08 Dave Love <fx@gnu.org>
4752
4753 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
4754 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
4755
47562002-11-07 Miles Bader <miles@gnu.org>
4757
4758 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
4759 Handle separate-build-dir case.
4760
47612002-11-06 Richard M. Stallman <rms@gnu.org>
4762
4763 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
4764 bulletproof. $bar may be empty when there are no .elc files.
4765
47662002-10-30 Dave Love <fx@gnu.org>
4767
4768 * configure.in: Require autoconf 2.53. Test for pty.h,
4769 sys/mman.h, sys/param.h, mremap, memmove.
4770 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
4771 (AC_PROG_YACC): Delete.
4772 (size_t): Use AC_CHECK_TYPES.
4773 (AH_TOP): Up-date copyright.
4774
47752002-10-01 Juanma Barranquero <lektu@terra.es>
4776
4777 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
4778
47792002-09-19 Richard M. Stallman <rms@gnu.org>
4780
4781 * configure.in: Fix the LessTif-directory-finder for real.
4782
47832002-09-14 Richard M. Stallman <rms@gnu.org>
4784
4785 * Makefile.in (maybe_bootstrap): Test for complete absence
4786 of compiled Lisp files.
4787
47882002-09-11 Stefan Monnier <monnier@cs.yale.edu>
4789
4790 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
4791 (bootstrap-clean-after): Delete.
4792 (bootstrap): Make the sequencing explicit.
4793
47942002-09-10 Richard M. Stallman <rms@gnu.org>
4795
4796 * configure.in: Fix previous LessTif change.
4797
47982002-09-09 Richard M. Stallman <rms@gnu.org>
4799
4800 * configure.in (powerpcle-*-solaris2.5*): New configuration.
4801 (powerpcle-*-solaris*): Use version 2.6 as default.
4802 (*-sunos5.6*, *-solaris2.6*): New alternative.
4803 (*-sunos5*): Use version 2.6 as default.
4804
48052002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4806
4807 * configure.in: Fix typo.
4808
48092002-09-05 Richard M. Stallman <rms@gnu.org>
4810
4811 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
4812
4813 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
4814 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
4815
48162002-08-26 Kim F. Storm <storm@cua.dk>
4817
4818 * Makefile.in (install-arch-indep): Do not remove DOC file
4819 when it is the only DOC file installed; this is the case when
4820 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
4821
48222002-07-24 Markus Rost <rost@math.ohio-state.edu>
4823
4824 * configure.in: Fix typo.
4825
48262002-07-24 Richard M. Stallman <rms@gnu.org>
4827
4828 * configure.in: Don't print anything special about gamedir.
4829
4830 * configure.in: Delete nonstandard --with-game-user option.
4831
48322002-07-21 Richard M. Stallman <rms@gnu.org>
4833
4834 * Makefile.in (gamedir, localstatedir): New variables.
4835 (epaths-force): Insert value of gamedir into PATH_GAME.
4836
4837 * configure.in (gamedir): Handle it like lispdir.
4838 (--with-game-dir option): Delete.
4839
48402002-06-21 Pavel Janík <Pavel@Janik.cz>
4841
4842 * configure.in: Add support for mipseb-*-netbsd* machines.
4843
48442002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4845
4846 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
4847
48482002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4849
4850 * info/dir (File): Add an entry for Tramp.
4851
48522002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4853
4854 * INSTALL-CVS: New file.
4855
48562002-06-07 Andreas Schwab <schwab@suse.de>
4857
4858 * configure.in (x86_64-*-linux-gnu*): New system.
4859
48602002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
4861
4862 * config.bat: Handle the case when lispintro is truncated to lispintr.
4863
48642002-05-26 Paul Eggert <eggert@twinsun.com>
4865
4866 * config.guess, config.sub: Updated from master source.
4867
48682002-05-09 Richard M. Stallman <rms@gnu.org>
4869
4870 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
4871
48722002-05-04 Pavel Janík <Pavel@Janik.cz>
4873
4874 * make-dist: Do not distribute lock/ directory.
4875
48762002-04-30 Andrew Choi <akochoi@shaw.ca>
4877
4878 * configure.in: Provide documentation string when defining
4879 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
4880 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
4881
1a71cb28 48822002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
4883
4884 * configure.in: Delete configure check for access to the game user.
4885
48862002-04-29 Pavel Janík <Pavel@Janik.cz>
4887
4888 * make-dist: lwlib/Imakefile is removed.
4889
48902002-04-26 Andrew Choi <akochoi@shaw.ca>
4891
4892 * configure.in: Add support for powerpc-apple-darwin*.
4893 (HAVE_CARBON): Add.
4894
4895 * make-dist: Create directories in mac/Emacs.app.
4896
48972002-04-25 Pavel Janík <Pavel@Janik.cz>
4898
4899 * make-dist: lwlib-Xol* are removed.
4900
49012002-04-23 Andreas Schwab <schwab@suse.de>
4902
4903 * Makefile.in (MAINT): New variable.
4904 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
4905 instead of configure.in, to avoid running autoconf and autoheader
4906 unless explicitly requested.
4907
49082002-04-16 Eli Zaretskii <eliz@gnu.org>
4909
4910 * config.bat: Update for msdos/sed2v2.inp.
4911
49122002-04-15 Andreas Schwab <schwab@suse.de>
4913
4914 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
4915 * configure.in: Add config header templates to all AC_DEFINE and
4916 AC_DEFINE_UNQUOTED symbols.
4917 * make-dist: Run autoheader if necessary.
4918
49192002-04-10 Colin Walters <walters@verbum.org>
4920
4921 * configure.in: Add --game-dir, --game-user. Test to see if we
4922 can use them.
4923
49242002-04-08 Pavel Janík <Pavel@Janik.cz>
4925
4926 * configure.in: Add --with-sound.
4927
49282002-03-18 Kim F. Storm <storm@cua.dk>
4929
4930 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
4931 and getsockname functions. Test for sys/un.h include file.
4932
49332002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
4934
4935 * configure.in: Support AIX 5.1.
4936
49372002-03-10 Jan Djärv <jan.h.d@swipnet.se>
4938
4939 * configure.in: Added test for X Session Management (HAVE_X_SM).
4940
49412002-03-03 Richard M. Stallman <rms@gnu.org>
4942
4943 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
4944 Run chown $${LOGNAME} on files installed by tar xvf.
4945
49462002-03-03 Kim F. Storm <storm@cua.dk>
4947
4948 * configure.in: Test for getpeername.
4949
49502002-03-01 Richard M. Stallman <rms@gnu.org>
4951
4952 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
4953 (HAVE_GIF): Don't use old libungif versions that crash.
4954
49552002-02-26 Richard M. Stallman <rms@gnu.org>
4956
4957 * configure.in <making srcdir absolute>: Verify that PWD is correct,
4958 not just well-formed and valid.
4959 (mips-compaq-nonstopux*): New configuration.
4960
49612002-02-18 Paul Eggert <eggert@twinsun.com>
4962
4963 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
4964 "sed q" is a portable equivalent to plain "head -1".
4965
49662002-02-13 Richard M. Stallman <rms@gnu.org>
4967
4968 * Makefile.in (maybe_bootstrap): Do `exit 1'.
4969 (all): Don't depend on maybe_bootstrap here.
4970 (${SUBDIR}): Depend on it here instead.
4971
49722002-02-08 Richard M. Stallman <rms@gnu.org>
4973
4974 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
4975
49762002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4977
4978 * configure.in: Recognize BSD/OS 5.0.
4979
49802002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4981
4982 * make-dist: Make version checking in emacs.texi consistent with
4983 how we set it there.
4984
49852001-12-29 Kim F. Storm <storm@cua.dk>
4986
4987 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
4988
49892001-12-28 Richard M. Stallman <rms@gnu.org>
4990
4991 * configure.in: Test for mbsinit.
4992
49932001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4994
4995 These changes make Leim part of the standard distribution:
4996
4997 * README: Add info about the `leim' directory.
4998
4999 * INSTALL: Remove text that describes Leim as a separate package.
5000
5001 * noleim-Makefile.in: File removed.
5002
5003 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5004 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
5005 Leim files out of the Emacs tree. Don't prepare a separate tarball
5006 for Leim.
5007
50082001-12-11 Richard M. Stallman <rms@gnu.org>
5009
5010 * configure.in (hppa*-*-linux-gnu*): New alternative.
5011
50122001-12-08 Pavel Janík <Pavel@Janik.cz>
5013
5014 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5015 creating distribution.
5016
50172001-12-06 Paul Eggert <eggert@twinsun.com>
5018
5019 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5020 (AC_FUNC_VFORK): Remove.
5021 (AC_FUNC_FORK): Add.
5022 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5023 this is required by recent Autoconf versions.
5024
50252001-12-02 Pavel Janík <Pavel@Janik.cz>
5026
5027 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5028 TODO, vms-pp.trans and others).
5029
50302001-11-29 Pavel Janík <Pavel@Janik.cz>
5031
5032 * make-dist: Use COPYING from the top-level directory.
5033
50342001-11-29 Gerd Moellmann <gerd@gnu.org>
5035
5036 * configure.in: Add support for FreeBSD/Alpha.
5037
50382001-11-29 Pavel Janík <Pavel@Janik.cz>
5039
5040 * make-dist: Add COPYING to the top-level directory of the
5041 distribution. Simplify the logic behind copying.
5042
5043 * Makefile.in (maybe_bootstrap): Fix previous change.
5044
50452001-11-28 Richard M. Stallman <rms@gnu.org>
5046
5047 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5048
50492001-11-26 Richard M. Stallman <rms@gnu.org>
5050
5051 * Makefile.in: bootstrap should not delete dumped executables.
5052 (bootstrap-clean-before): New target.
5053 (bootstrap): Use bootstrap-clean-before instead of clean.
5054 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
5055
50562001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
5057
5058 These changes add the Emacs Lisp Introduction manual to the
5059 distribution:
5060
5061 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5062
5063 * make-dist: Copy the files in lispintro directory.
5064
5065 * config.bat: Configure in the lispintro directory.
5066
5067 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
5068
5069 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
5070 (lispintro/Makefile): New target.
5071 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
5072 (unlock, relock, info, dvi): Ditto.
5073
50742001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5075
5076 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
5077
5078 * make-dist (etc): Don't distribute gfdl.1.
5079
50802001-11-22 Colin Walters <walters@debian.org>
5081
5082 * Makefile.in (install-arch-indep): Install the calc .info files.
5083 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5084
50852001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5086
5087 * make-dist (lispref): Add *.txt, *.el, permute-index, and
5088 tindex.pl to the list of those being put into the distribution.
5089
50902001-11-16 Eli Zaretskii <eliz@gnu.org>
5091
5092 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
5093
50942001-11-15 Pavel Janík <Pavel@Janik.cz>
5095
5096 * Makefile.in (uninstall): Fix previous change.
5097
5098 * configure.in, Makefile.in: Add support for --program-prefix,
5099 --program-suffix and --program-transform-name options.
5100
51012001-11-13 Pavel Janík <Pavel@Janik.cz>
5102
5103 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
5104 (install-arch-indep): Install emacsclient manual page.
5105 (uninstall): Uninstall emacsclient manual page.
5106
51072001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
5108
5109 * make-dist: Add lispref/index.*perm files to the distribution.
5110 From Pavel Janík <Pavel@Janik.cz>.
5111
51122001-11-12 Pavel Janík <Pavel@Janik.cz>
5113
5114 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
5115
51162001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5117
5118 * configure.in: AC_OUTPUT lispref/Makefile.
5119
51202001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5121
5122 The following changes add the ELisp reference manual to the
5123 distribution.
5124
5125 * make-dist: Add the lispref directory to the distribution.
5126
5127 * Makefile.in (install-arch-indep): Add elisp* to the list of
5128 installed Info files.
5129 (SUBDIR_MAKEFILES): Add lispref/Makefile.
5130 (lispref/Makefile): New target.
5131 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
5132 Add commands for the lispref directory.
5133 (info, dvi): Ditto.
5134
5135 * config.bat: Configure in `lispref'.
5136
51372001-11-09 Richard M. Stallman <rms@gnu.org>
5138
5139 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
5140
51412001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
5142
5143 * make-dist (tempdir): Copy AUTHORS as well.
5144
51452001-11-06 Sam Steingold <sds@gnu.org>
5146
5147 * configure.in: Added a check for <nlist.h>.
5148
51492001-11-01 Pavel Janík <Pavel@Janik.cz>
5150
5151 * configure.in: Reindent --help output.
5152 From Per Starbäck (starback@ling.uu.se).
5153
51542001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5155
5156 * configure.in: New entry for HP/UX-11.
5157
5158 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
5159 From Eric S. Raymond <esr@golux.thyrsus.com>.
5160
51612001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5162
5163 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
5164 <athornton@sinenomine.net>.
5165
51662001-10-25 Gerd Moellmann <gerd@gnu.org>
5167
5168 * Makefile.in (maybe_bootstrap): New target.
5169 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5170
51712001-10-24 Ken Raeburn <raeburn@gnu.org>
5172
5173 * configure.in: If --with-hesiod is given, look for
5174 hes_getmailhost and res_send or __res_send; check hesiod and
5175 resolv libraries respectively if system libraries don't supply them.
5176
51772001-10-24 Gerd Moellmann <gerd@gnu.org>
5178
5179 * configure.in: Use $MAKE for `make' if set.
5180
51812001-10-22 Gerd Moellmann <gerd@gnu.org>
5182
5183 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
5184 to tar options.
5185
51862001-10-20 Gerd Moellmann <gerd@gnu.org>
5187
5188 * (Version 21.1 released).
5189
51902001-10-20 Miles Bader <miles@gnu.org>
5191
5192 * configure.in (configuration): Set from `host' if `host_alias'
5193 isn't defined.
5194
51952001-10-19 Andreas Schwab <schwab@suse.de>
5196
5197 * configure.in: Make ready for autoconf 2.5x.
5198 (AC_PREREQ): Require autoconf 2.50.
5199 * aclocal.m4: Removed.
5200 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
5201
52022001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5203
5204 * README: Bump Emacs version to 21.1.50.
5205
52062001-10-05 Gerd Moellmann <gerd@gnu.org>
5207
5208 * Branch for 21.1.
5209
52102001-09-05 Gerd Moellmann <gerd@gnu.org>
5211
5212 * configure.in: Avoid `$@' which is handled specially in
5213 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
5214
52152001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
5216
5217 * make-dist (nt): Add subdirs.el to the list of distributed files.
5218
52192001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
5220
5221 * configure.in (machine): Add an entry for
5222 hppa1.1-hitachi-hiuxwe2*.
5223
52242001-05-28 Gerd Moellmann <gerd@gnu.org>
5225
5226 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
5227 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
5228
52292001-05-14 Gerd Moellmann <gerd@gnu.org>
5230
5231 * make-dist: Copy texinfo.tex unconditionally.
5232
52332001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5234
5235 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
5236 that are installed.
5237
52382001-04-06 Gerd Moellmann <gerd@gnu.org>
5239
5240 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
5241 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
5242
5243 * make-dist: Handle leim/MISC-DIC. Only include
5244 `[a-zA-Z]*.{el,elc}' from leim/quail.
5245
52462001-04-05 Gerd Moellmann <gerd@gnu.org>
5247
5248 * Makefile.in (install-arch-indep): Remove .cvsignore files.
5249
52502001-03-30 Gerd Moellmann <gerd@gnu.org>
5251
5252 * Makefile.in (.PHONY): Add for bootstrap targets.
5253 (bootstrap-clean): New target.
5254 (bootstrap): Use it instead of `clean'.
5255
52562001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
5257
5258 * Makefile.in (SUBDIR): Remove leim.
5259 (all, .RECURSIVE, extraclean): Add leim explicitly.
5260 (leim): Provide separate rule which exports PARALLEL=0 into the
5261 environment.
5262
52632001-03-20 Gerd Moellmann <gerd@gnu.org>
5264
5265 * configure.in (HAVE_XPM): Don't print the result of the check for
5266 XpmReturnAllocPixels if we don't have an xpm.h.
5267
52682001-03-05 Gerd Moellmann <gerd@gnu.org>
5269
5270 * COPYING: New file.
5271
52722001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5273
5274 * config.bat: Update the copyright.
5275
52762001-02-23 Kenichi Handa <handa@etl.go.jp>
5277
5278 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
5279 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
5280 to `yes'. Later in AC_OUTPUT, check this variable.
5281
52822001-02-09 Dave Love <fx@gnu.org>
5283
5284 * AUTHORS: Updated.
5285
52862001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5287
5288 * info/dir (Ebrowse): Fix the entry (was missing a dot).
5289
52902001-02-02 Gerd Moellmann <gerd@gnu.org>
5291
5292 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
5293
5294 * Makefile.in (uninstall): Ignore exit code of `rm'.
5295
5296 * Makefile.in (uninstall): Remove more info files. Remove
5297 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
5298
52992001-01-31 Gerd Moellmann <gerd@gnu.org>
5300
5301 * noleim-Makefile.in (extraclean): Add.
5302
53032001-01-28 Gerd Moellmann <gerd@gnu.org>
5304
5305 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
5306 it quiet.
5307
53082001-01-24 Colin Walters <walters@cis.ohio-state.edu>
5309
5310 * Makefile.in (tags): Fix typo.
5311
53122001-01-13 Kenichi Handa <handa@etl.go.jp>
5313
5314 * configure.in: Fix typo in the code setting x_search_path.
5315
53162001-01-10 Dave Love <fx@gnu.org>
5317
5318 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
5319 -lXext.
5320 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
5321 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
5322 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
5323 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
5324 (now in $LIBS).
5325
53262001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5327
5328 * config.bat: Run the preprocessor with -traditional.
5329
53302001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
5331
5332 * INSTALL: Move copying conditions to end of file.
5333
53342000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5335
5336 * INSTALL: Add basic installation procedure which assumes
5337 `configure' does its job. Elaborate on image support libraries.
5338 Add a pointer to Xaw3d library. Add advice about solving
5339 configure-time problems by looking in config.log and setting
5340 variables in the environment.
5341
53422000-12-27 Gerd Moellmann <gerd@gnu.org>
5343
5344 * Makefile.in (install-arch-indep): If tar fails, exit with
5345 exit code 1.
5346
53472000-12-19 Gerd Moellmann <gerd@gnu.org>
5348
5349 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
5350 source file includes XKBlib.h. On some broken Solaris systems,
5351 there is an XKBlib.h, reportedly, but header files included by
5352 XKBlib.h are missing.
5353
53542000-12-14 Gerd Moellmann <gerd@gnu.org>
5355
5356 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
5357
53582000-12-11 Dave Love <fx@gnu.org>
5359
5360 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
5361
53622000-12-11 Paul Eggert <eggert@twinsun.com>
5363
5364 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
5365 Merge fixes from latest GNU tar version. These macros no longer
5366 futz with _XOPEN_SOURCE, as that was not portable in practice.
5367 (AC_FUNC_FSEEKO): New macro.
5368
5369 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
5370 ftello.
5371
53722000-12-05 Dave Love <fx@gnu.org>
5373
5374 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
5375
53762000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5377
5378 * info/dir: Change the category to "Emacs".
5379
53802000-12-01 Gerd Moellmann <gerd@gnu.org>
5381
5382 * make-dist (tempdir): Remove epaths.h from the distribution
5383 instead of paths.h.
5384
53852000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5386
5387 * config.bat: Check for existence of djecho.exe, and print an
5388 error message if it is not available.
5389
5390 * INSTALL: Describe possible problem with djecho.exe in old
5391 versions of DJGPP v2.x.
5392
53932000-11-23 Gerd Moellmann <gerd@gnu.org>
5394
5395 * configure.in: Initialize HAVE_LIBXP to no.
5396
53972000-11-22 Gerd Moellmann <gerd@gnu.org>
5398
5399 * configure.in: Use m/macppc.h instead of the non-existent
5400 m/powerpc.h.
5401
54022000-11-21 Gerd Moellmann <gerd@gnu.org>
5403
5404 * Makefile.in (install-arch-indep): Also install info/eshell*
5405 and info/speedbar*.
5406
5407 * configure.in (HAVE_PNG): Check for the presence of
5408 png_get_channels to rule out older PNG libs.
5409
5410 * configure.in (AC_OUTPUT): Arrange to emit definitions of
5411 GCC and NON_GNU_CPP into config.status.
5412
54132000-11-20 Dave Love <fx@gnu.org>
5414
5415 * configure.in: Fix last change.
5416
5417 * GETTING.GNU.SOFTWARE: Deleted.
5418 * FTP: New file to replace it.
5419 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
5420
54212000-11-20 Gerd Moellmann <gerd@gnu.org>
5422
5423 * configure.in: Use -traditional with GNU cpp.
5424
54252000-11-17 Gerd Moellmann <gerd@gnu.org>
5426
5427 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
5428 Distribute more files from the nt/ subdir. Distribute PBM
5429 image files from subdirs of lisp/. Distribute old change logs
5430 from subdirs of lisp/. Distribute play/5x5.el.
5431
54322000-11-11 Dave Love <fx@gnu.org>
5433
5434 * config.sub, config.guess: Updated from master source.
5435
54362000-11-07 Dave Love <fx@gnu.org>
5437
5438 * configure.in: Test for mkstemp.
5439
54402000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
5441
5442 * info/dir (Top): Rearrange menu items more logically, and put
5443 them into a single category. Add menu items for RefTeX and
5444 Widget.
5445
54462000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5447
5448 * Makefile.in (install-arch-indep): Use --info-dir instead of
5449 --dir-file, and a simple argument instead of --info-file, so that
5450 the Debian version of install-info also works.
5451
54522000-10-19 Eric M. Ludlam <zappo@ultranet.com>
5453
5454 * info/dir (Speedbar): Add entry.
5455
54562000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5457
5458 * INSTALL: Describe the new image-support options to the configure
5459 script. List URLs where image support libraries can be found.
5460
54612000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5462
5463 * info/dir (Top): Add an entry for Eshell.
5464
54652000-10-02 Dave Love <fx@gnu.org>
5466
5467 * configure.in: Check for gai_strerror.
5468
54692000-10-01 Andreas Schwab <schwab@suse.de>
5470
5471 * Makefile.in (install-arch-indep): Update list of installed info files.
5472
54732000-09-30 Gerd Moellmann <gerd@gnu.org>
5474
5475 * configure.in: Support `sparc*-*-netbsd*'.
5476
54772000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5478
5479 * info/dir (MIME): Add entry for emacs-mime.
5480
54812000-09-29 Dave Love <fx@gnu.org>
5482
5483 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
5484
54852000-09-26 Gerd Moellmann <gerd@gnu.org>
5486
5487 * make-dist: Adapt to the change of leim/Makefile which was
5488 necessary to ensure a reasonably working `make dist'.
5489
5490 * leim-Makefile.in: Moved to leim/Makefile.in..
5491
5492 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
5493
54942000-09-21 Kenichi Handa <handa@etl.go.jp>
5495
5496 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
5497 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
5498 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
5499 files to .elc.
5500 (${TIT}): Adjusted for the above change.
5501 (clean mostlyclean): Likewise.
5502 (.el.elc): New target.
5503
55042000-09-19 Gerd Moellmann <gerd@gnu.org>
5505
5506 * make-dist: Include XPM and XBM files in lisp/ and subdirs
5507 in the distribution.
5508
55092000-09-18 Gerd Moellmann <gerd@gnu.org>
5510
5511 * make-dist (skk): Rename to `ja-dic' because the leim directory
5512 was renamed.
5513
55142000-09-14 Dave Love <fx@gnu.org>
5515
5516 * configure.in: Fix spurion in last change.
5517
55182000-09-14 Gerd Moellmann <gerd@gnu.org>
5519
5520 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
5521 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
5522 to `no' if defined. Change result report.
5523
55242000-09-08 Dave Love <fx@gnu.org>
5525
5526 * configure.in: Remove spurious `@'s.
5527
5528 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
5529 autoconf.
5530
55312000-09-06 Gerd Moellmann <gerd@gnu.org>
5532
5533 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
5534 file and print informational message.
5535
5536 * configure.in (AC_FUNC_MMAP): Add.
5537
55382000-09-01 Gerd Moellmann <gerd@gnu.org>
5539
5540 * configure.in: Add ``checking'' messages for
5541 XpmReturnAllocPixels.
5542
55432000-08-28 Gerd Moellmann <gerd@gnu.org>
5544
5545 * configure.in: Check <strings.h>; check `index' and `rindex'
5546 functions.
5547
55482000-08-26 Kenichi Handa <handa@etl.go.jp>
5549
5550 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
5551 "case "${canonical}" in".
5552
55532000-08-25 Dave Love <fx@gnu.org>
5554
5555 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
5556
55572000-08-25 Kenichi Handa <handa@etl.go.jp>
5558
5559 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
5560
55612000-08-24 Gerd Moellmann <gerd@gnu.org>
5562
5563 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
5564 contains a relative path. Protect against unusable values of $PWD.
5565
55662000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5567
5568 * info/dir (WoMan): Add entry.
5569
5570 * config.bat (maindir): Update src/_gdbinit even if it does
5571 already exist.
5572
55732000-08-07 Gerd Moellmann <gerd@gnu.org>
5574
5575 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
5576
55772000-08-03 Gerd Moellmann <gerd@gnu.org>
5578
5579 * configure.in: Add support for ia64*-*-linux*.
5580
55812000-07-27 Gerd Moellmann <gerd@gnu.org>
5582
5583 * make-dist (aclocal.m4): Include in distribution.
5584
55852000-07-26 Dave Love <fx@gnu.org>
5586
5587 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
5588
55892000-07-24 Dave Love <fx@gnu.org>
5590
5591 * configure.in: Add AC_SIZE_T.
5592
55932000-07-18 Dave Love <fx@gnu.org>
5594
5595 * configure.in: Reorder so that most tests are done after CPPFLAGS
5596 is set from the C_SWITCH_... definitions.
5597
55982000-07-10 Gerd Moellmann <gerd@gnu.org>
5599
5600 * configure.in (HAVE_XPM): Undo previous change. Check for
5601 preprocessor define XpmReturnAllocPixels.
5602
56032000-07-06 Gerd Moellmann <gerd@gnu.org>
5604
5605 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
5606 instead of XpmReadFileToPixmap.
5607
56082000-07-05 Ken Raeburn <raeburn@gnu.org>
5609
5610 * configure.in: Check for <soundcard.h>. Look for ossaudio
5611 library, and set LIBSOUND accordingly.
5612
56132000-07-05 Dave Love <fx@gnu.org>
5614
5615 * configure.in: Use AC_HEADER_SYS_WAIT.
5616
56172000-07-05 Gerd Moellmann <gerd@gnu.org>
5618
5619 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
5620 lisp/Makefile. Distribute lisp/Makefile.in instead of
5621 lisp/Makefile.
5622
56232000-06-30 Ken Raeburn <raeburn@gnu.org>
5624
5625 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
5626 while searching for image-handling libraries.
5627
56282000-06-26 Gerd Moellmann <gerd@gnu.org>
5629
5630 * configure.in (--with-xim): New option.
5631
56322000-06-23 Dave Love <fx@gnu.org>
5633
5634 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
5635 for struct timezone and test how we can call gettimeofday.
5636 Check for OSF 5+. Check for term.h.
5637
5638 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
5639 version.
5640
56412000-06-23 Gerd Moellmann <gerd@gnu.org>
5642
5643 * configure.in (HAVE_LIBXP): Change test for libXp.
5644
56452000-06-21 Dave Love <fx@gnu.org>
5646
5647 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
5648 simple test for getloadavg and substitute GETLOADAVG_LIBS.
5649 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
5650
56512000-06-19 Dave Love <fx@gnu.org>
5652
5653 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
5654 _XOPEN_SOURCE is defined.
5655
56562000-06-16 Gerd Moellmann <gerd@gnu.org>
5657
5658 * Makefile.in (distclean): Also make distclean in lisp/.
5659
56602000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5661
5662 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
5663
56642000-06-15 Gerd Moellmann <gerd@gnu.org>
5665
5666 * make-dist: Add --help and --snapshot options.
5667
56682000-06-14 Gerd Moellmann <gerd@gnu.org>
5669
5670 * configure.in: Generate lisp/Makefile.
5671
5672 * configure.in: Add support for `*-lynxos*'.
5673 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
5674 recommended by <Karen.Dorhamer@compaq.com> to fix problems
5675 on Tru64 UNIX v5.0.
5676
56772000-06-13 Ken Raeburn <raeburn@gnu.org>
5678
5679 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
5680 it's on a continuation line.
5681
56822000-06-02 Dave Love <fx@gnu.org>
5683
5684 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
5685 files.
5686
5687 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
5688 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
5689 test.
5690
5691 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
5692 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
5693
56942000-05-26 Gerd Moellmann <gerd@gnu.org>
5695
5696 * configure.in: Add check for speed_t typedef.
5697
56982000-05-25 Ken Raeburn <raeburn@gnu.org>
5699
5700 * Makefile.in (install-arch-dep): Install fns-*.el only if it
5701 exists; it won't in the CANNOT_DUMP case.
5702
57032000-05-25 Gerd Moellmann <gerd@gnu.org>
5704
5705 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
5706 On FreeBSD, the exit status is 1 if CDPATH is not set.
5707 (install-arch-indep): Install ebrowse.info.
5708
57092000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
5710
5711 * configure.in: Check for grandpt and getpt.
5712
57132000-05-09 Dave Love <fx@gnu.org>
5714
5715 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
5716
57172000-05-05 Gerd Moellmann <gerd@gnu.org>
5718
5719 * make-dist: Make a link for lib-src/grep-changelog.
5720 Copy install-sh.
5721
57222000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
5723
5724 * config.bat: Identify the beginning of the cpp stuff in
5725 src/Makefile.in and lib-src/Makefile.in more accurately.
5726
57272000-04-27 Gerd Moellmann <gerd@gnu.org>
5728
5729 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
5730
57312000-04-19 Gerd Moellmann <gerd@gnu.org>
5732
5733 * configure.in: Add support for `powerpc-*-netbsd*'.
5734
57352000-04-19 Dave Love <fx@gnu.org>
5736
5737 * configure.in: Don't use AC_FUNC_GETLOADAVG.
5738
5739 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
5740
57412000-04-16 Dave Love <fx@gnu.org>
5742
5743 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
5744
57452000-04-14 Dave Love <fx@gnu.org>
5746
5747 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
5748
5749 * aclocal.m4 (AC_FUNC_MKTIME): New.
5750
57512000-03-28 Ken Raeburn <raeburn@gnu.org>
5752
5753 * configure.in: Line up "--help" output a little better.
5754
57552000-03-26 Gerd Moellmann <gerd@gnu.org>
5756
5757 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
5758 New targets.
5759 (bootstrap): Rewritten in terms of the new targets above. Make
5760 info files, too.
5761
57622000-03-12 Gerd Moellmann <gerd@gnu.org>
5763
5764 * config.guess, config.sub: Use the versions of the files from
5765 subversions.
5766
57672000-03-08 Dave Love <fx@gnu.org>
5768
5769 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
5770 AC_C_VOLATILE. Define POINTER_TYPE.
5771
5772 * aclocal.m4: New file.
5773
57742000-03-02 Gerd Moellmann <gerd@gnu.org>
5775
5776 * configure.in (machine): Add `mipsel-*-netbsd*' and
5777 `arm-*-netbsd*'.
5778
57792000-03-01 Gerd Moellmann <gerd@gnu.org>
5780
5781 * configure.in (machine): Add support for `*-auspex-sunos*'.
5782
57832000-02-29 Gerd Moellmann <gerd@gnu.org>
5784
5785 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
5786
57872000-02-18 Dave Love <fx@gnu.org>
5788
5789 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
5790
57912000-02-18 Andreas Schwab <schwab@suse.de>
5792
5793 * Makefile.in (install-arch-indep): Add eudc to list of installed
5794 info files.
5795
57962000-02-17 Ken Raeburn <raeburn@gnu.org>
5797
5798 * configure.in: Include -lz and -ljpeg (if it's available) when
5799 testing for the tiff library.
5800
58012000-02-17 Gerd Moellmann <gerd@gnu.org>
5802
5803 * configure.in: Remove LISP_FLOAT_TYPE.
5804
58052000-02-12 Dave Love <fx@gnu.org>
5806
5807 * configure.in: Use AC_FUNC_VFORK.
5808
58092000-02-01 Gerd Moellmann <gerd@gnu.org>
5810
5811 * make-dist: Various fixes for new development tree.
5812
5813 * leim-Makefile.in: New file.
5814
58152000-01-31 Gerd Moellmann <gerd@gnu.org>
5816
5817 * Makefile.in (dist): Call ./make-dist.
5818
58192000-01-24 Dave Love <fx@gnu.org>
5820
5821 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
5822
58232000-01-18 Gerd Moellmann <gerd@gnu.org>
5824
5825 * configure.in (HAVE_GIF): Check for DGifOpen instead of
5826 DGifOpenFileName.
5827
58282000-01-11 Andreas Schwab <schwab@suse.de>
5829
5830 * Makefile.in (install-arch-indep): Update list of info files to
5831 be installed.
5832
58332000-01-05 Dave Love <fx@gnu.org>
5834
5835 * configure.in: Check for jerror.h as well as libjpeg.
5836
58372000-01-03 Andreas Schwab <schwab@suse.de>
5838
5839 * Makefile.in (install-arch-indep): Install autotype*. Run
5840 install-info on autotype and emacs-faq.info.
5841
58421999-12-04 Dave Love <fx@gnu.org>
5843
5844 * Makefile.in (install-arch-indep): Depend on `info'.
5845 (install-strip): Use `install' as sub-make target.
5846
58471999-11-23 Ken Raeburn <raeburn@gnu.org>
5848
5849 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
5850 didn't need to be deleted. Check for the k5crypto library as well
5851 as the crypto library; MIT Kerberos 1.1 changed the name.
5852
58531999-11-18 Dave Love <fx@gnu.org>
5854
5855 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
5856
58571999-11-11 Erik Naggum <erik@naggum.no>
5858
5859 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
5860
58611999-11-08 Dave Love <fx@gnu.org>
5862
5863 * configure.in: Fix change for --with-pop default.
5864
58651999-11-04 Dave Love <fx@gnu.org>
5866
5867 * configure.in: Default to --with-pop. Change sense of with-gcc
5868 and with-toolkit-scroll-bars messages to reflect the defaults.
5869
58701999-11-01 Gerd Moellmann <gerd@gnu.org>
5871
5872 * INSTALL: Mention the Emacs Lisp Reference.
5873
58741999-10-27 Noah Friedman <friedman@splode.com>
5875
5876 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
5877
58781999-10-23 Gerd Moellmann <gerd@gnu.org>
5879
5880 * Makefile.in (bootstrap): New target.
5881
58821999-10-19 Paul Eggert <eggert@twinsun.com>
5883
5884 Add support for large files. Merge glibc 2.1.2.
5885
5886 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
5887 (HAVE_TM_GMTOFF): New symbol.
5888 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
5889 mbrlen, strsignal.
5890 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
5891
58921999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5893
5894 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
5895 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
5896
58971999-10-09 Richard M. Stallman <rms@gnu.org>
5898
5899 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
5900 Unset CDPATH to prevent cd from generating output.
5901
59021999-10-08 Stefan Monnier <monnier@cs.yale.edu>
5903
5904 * update-subdirs: Also ignore CVS subdirs.
5905
59061999-10-07 Gerd Moellmann <gerd@gnu.org>
5907
5908 * Makefile.in (install-arch-indep): Add ada-mode.
5909
59101999-10-06 Dave Love <fx@gnu.org>
5911
5912 * Makefile.in: Add rules for config.status, configure.
5913
59141999-09-07 Gerd Moellmann <gerd@gnu.org>
5915
5916 * configure.in (--with-sound): Removed.
5917
59181999-08-30 Gerd Moellmann <gerd@gnu.org>
5919
5920 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
5921 the test for Xaw3d.
5922 (HAVE_TIFF): Add -lm to library check.
5923
59241999-08-28 Richard Stallman <rms@gnu.org>
5925
5926 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
5927 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
5928 after the other X-related libraries.
5929
59301999-08-21 Dave Love <fx@gnu.org>
5931
5932 * configure.in: Don't check for jpeglib.h.
5933
59341999-08-20 Gerd Moellmann <gerd@gnu.org>
5935
5936 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
5937 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
5938
59391999-08-18 Dave Love <fx@gnu.org>
5940
5941 * configure.in: Check for termcap.h.
5942
59431999-08-15 Gerd Moellmann <gerd@gnu.org>
5944
5945 * configure.in: Add --with-toolkit-scroll-bars. If "no",
5946 use Emacs' scroll bars, even if configured for Motif or when
5947 Xaw3d is available.
5948
59491999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
5950
5951 * configure.in: Check for getaddrinfo.
5952
59531999-08-04 Eli Zaretskii <eliz@gnu.org>
5954
5955 * config.bat: Make --no-debug work again by removing -gcoff.
5956
59571999-07-30 Dave Love <fx@gnu.org>
5958
5959 * configure.in: Check for stdlib.h.
5960
59611999-07-19 Dave Love <fx@gnu.org>
5962
5963 * configure.in: Grok sparc64-*-linux-gnu*.
5964
59651999-07-12 Richard Stallman <rms@gnu.org>
5966
5967 * Version 20.4 released.
5968
59691999-06-23 Karl Heuer <kwzh@gnu.org>
5970
5971 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
5972 Quote $EMACS, in case it's a program with args.
5973
59741999-06-15 Gerd Moellmann <gerd@gnu.org>
5975
5976 * configure.in (HAVE_GIF): Use libungif instead of libgif
5977 because the former doesn't contain patented compression code.
5978
59791999-05-29 Richard M. Stallman <rms@gnu.org>
5980
5981 * configure.in: Delete the Kerberos stuff.
5982
59831999-05-27 Greg Hudson <ghudson@mit.edu>
5984
5985 * configure.in: Prefer kerberos 5 names.
5986
59871999-04-26 Richard M. Stallman <rms@gnu.org>
5988
5989 * configure.in: Check for libXp.
5990
59911999-04-08 Richard Stallman <rms@gnu.org>
5992
5993 * make-dist: Include change logs in subdirs of `lisp'.
5994
59951999-04-05 Richard Stallman <rms@gnu.org>
5996
5997 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
5998 (install-arch-indep): Make ${datadir}/emacs world-readable.
5999
60001999-03-30 Eli Zaretskii <eliz@gnu.org>
6001
6002 * config.bat: Use epaths.* instead of paths.*.
6003
60041999-03-07 Eli Zaretskii <eliz@gnu.org>
6005
6006 * INSTALL: Add detailed instructions to unpack and install
6007 intlfonts on MS-DOS.
6008
60091999-02-26 Richard Stallman <rms@gnu.org>
6010
6011 * configure.in: Use epaths.h and epaths-force instead of paths...
6012
6013 * Makefile.in (epaths-force): Renamed from paths-force;
6014 operate on epaths.in and produce epaths.h.
6015
60161999-02-24 Richard Stallman <rms@gnu.org>
6017
6018 * make-dist: Fix nt/icons directory handling.
6019
60201999-02-22 Simon Josefsson <jas@pdc.kth.se>
6021
6022 * configure.in (f301-fujitsu-uxpv4.1): New target.
6023
60241999-02-20 Richard Stallman <rms@gnu.org>
6025
6026 * make-dist (tempparent): Fix command to update info files.
6027
60281999-02-09 Richard Stallman <rms@gnu.org>
6029
6030 * configure.in (powerpc-apple-netbsd*): New alternative.
6031
60321999-01-25 Geoff Voelker <voelker@cs.washington.edu>
6033
6034 * make-dist: Include the new directory nt/icons in distributions.
6035
60361999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6037
6038 * configure.in: Change message about HAVE_XFREE386.
6039
60401999-01-07 Eli Zaretskii <eliz@gnu.org>
6041
6042 * config.bat: Support configuring with leim.
6043
60441998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
6045
6046 * configure.in (mips-sgi-irix6.5): New target.
6047
60481998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6049
6050 * configure.in: Remove GSS-API support, since it has been removed
6051 from movemail.
6052
60531998-12-04 Markus Rost <rost@delysid.gnu.org>
6054
6055 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6056
60571998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
6058
6059 * Makefile.in: Don't install customize info file.
6060 Run install-info on viper info file.
6061
60621998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6063
6064 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6065
60661998-11-16 Kenichi Handa <handa@etl.go.jp>
6067
6068 * configure.in (*-*-bsdi4*): New target.
6069
60701998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
6071
6072 * configure.in: Fix previous change.
6073
60741998-11-11 Richard Stallman <rms@gnu.org>
6075
6076 * configure.in (aviion-intel): New machine.
6077
60781998-11-04 Kenichi Handa <handa@etl.go.jp>
6079
6080 * configure.in (mips-nec-sysv4*): New target.
6081
60821998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6083
6084 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
6085 from lisp.
6086
60871998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6088
6089 * make-dist: Don't include fns*.el in dist.
6090
60911998-10-30 Dave Love <fx@gnu.org>
6092
6093 * configure.in: Don't mkdir cpp.
6094
60951998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
6096
6097 * Makefile.in (install-arch-dep): Install src/fns-*.el in
6098 ${archlibdir}.
6099
61001998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6101
6102 * Version 20.3 released.
6103
61041998-07-30 Paul Eggert <eggert@twinsun.com>
6105
6106 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
6107 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
6108 (lwlib/Makefile, leim/Makefile):
6109 Prepend $(srcdir)/ to rule dependencies outside this dir.
6110
61111998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6112
6113 * configure.in: Use unset CDPATH instead of making it empty.
6114
61151998-06-20 Karl Heuer <kwzh@gnu.org>
6116
6117 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
6118
61191998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6120
6121 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
6122 and default.el. Sort the results.
6123
61241998-05-31 Karl Heuer <kwzh@gnu.org>
6125
6126 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
6127 writable.
6128
61291998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
6130
6131 * Makefile.in (install-arch-indep):
6132 Don't alter site-lisp/subdirs.el if it exists.
6133
61341998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
6135
6136 * Makefile.in (install-arch-indep): Put `-' on commands to create
6137 subdirs.el in site-lisp dirs.
6138
61391998-05-07 Richard Stallman <rms@psilocin.gnu.org>
6140
6141 * Makefile.in (install-arch-indep): Fix typo in previous change.
6142
61431998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6144
6145 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
6146
61471998-04-28 Richard Stallman <rms@psilocin.gnu.org>
6148
6149 * Makefile.in (mkdir): Create the site-lisp dirs.
6150 (install-arch-indep): Make site-lisp/subdirs files world-readable.
6151
61521998-04-26 Richard Stallman <rms@psilocin.gnu.org>
6153
6154 * Makefile.in (INSTALL_INFO): New variable.
6155 (install-arch-indep): Don't replace the dir file if it already exists.
6156 Use the install-info program, via INSTALL_INFO, to add entries.
6157 Make the `info' subdir and the Info files world-readable.
6158
61591998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
6160
6161 * config.bat: Make sure the environment is large enough to support
6162 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
6163
61641998-04-10 Karl Heuer <kwzh@gnu.org>
6165
6166 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
6167
61681998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6169
6170 * configure.in: Add --with-gssapi to specify GSS-API
6171 authentication support for movemail.
6172
61731998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6174
6175 * Makefile.in (install-arch-indep): Fix previous change.
6176
61771998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6178
6179 * Makefile.in (info): Run man in build dir, not srcdir.
6180
61811998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
6182
6183 * Makefile.in (install-arch-indep): Fix previous change.
6184
61851998-03-23 Kenichi Handa <handa@etl.go.jp>
6186
6187 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
6188
61891998-03-22 Richard Stallman <rms@gnu.org>
6190
6191 * Makefile.in (install-arch-indep): Put special subdirs.el files
6192 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
6193
61941998-03-21 Richard Stallman <rms@psilocin.gnu.org>
6195
6196 * make-dist: Fix shell syntax in check for missing .el or .elc files.
6197
61981998-03-09 Richard Stallman <rms@psilocin.gnu.org>
6199
6200 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
6201 (m68*-hp-hpux*): Handle versions 1X like 10.
6202
62031998-03-07 Richard Stallman <rms@psilocin.gnu.org>
6204
6205 * make-dist: PROBLEMS is now in etc, not top level dir.
6206
6207 * Makefile.in (SOURCES): Delete PROBLEMS.
6208
62091998-02-25 Richard Stallman <rms@gnu.org>
6210
6211 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
6212
6213 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
6214
62151998-01-17 Richard Stallman <rms@gnu.org>
6216
6217 * Makefile.in (install-arch-indep): Add semicolon before `else'.
6218
62191998-01-02 Richard Stallman <rms@psilocin.gnu.org>
6220
6221 * make-dist (tempparent): New option --no-check.
6222
6223 * make-dist: Don't do anything with cpp directory.
6224
62251997-12-20 Richard Stallman <rms@psilocin.gnu.org>
6226
6227 * configure.in (sparc-fujitsu-sysv4*): New target.
6228
62291997-12-17 Andreas Schwab <schwab@gnu.org>
6230
6231 * configure.in: Cache more tests. Add missing quotes around
6232 message with embedded comma.
6233
62341997-12-04 Karl Heuer <kwzh@gnu.org>
6235
6236 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
6237
62381997-11-26 Joel N. Weber II <devnull@gnu.org>
6239
6240 * make-dist: Changed the comment about `umask 0' to say `Don't
6241 restrict access to any files.'; previously it said `Don't protect
6242 any files', which may have implied that we think fascism is good.
6243
62441997-11-24 Paul Eggert <eggert@twinsun.com>
6245
6246 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
6247 strftime needs the underlying host's strftime for locale dependent
6248 formats.
6249
62501997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
6251
6252 * configure.in (i586-dg-dguxR4.*): New name in case branch.
6253
62541997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
6255
6256 * config.bat: Configure the man subdirectory.
6257
62581997-11-07 Paul Eggert <eggert@twinsun.com>
6259
6260 * configure.in (AC_CHECK_LIB): Add -lintl.
6261
62621997-11-07 Karl Heuer <kwzh@gnu.org>
6263
6264 * make-dist (check for .elc files): Avoid bash-specific syntax.
6265 (check for overflow 14-char limit): Simplify.
6266
62671997-11-07 Richard Stallman <rms@gnu.org>
6268
6269 * Makefile.in (install): Move blessmail last.
6270
62711997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6272
6273 * configure.in (gettimeofday, one arg or two):
6274 Clarify messages by avoiding double negative.
6275
62761997-09-30 Karl Eichwalder <ke@suse.de>
6277
6278 * Makefile.in (install-arch-indep): Install the widget info file.
6279
62801997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6281
6282 * configure.in (with-pop, with-kerberos): Need to check Kerberos
6283 libraries in reverse order, so that libraries will appear in the
6284 correct dependency order on the link line (and so that the
6285 configure checks themselves will work properly when early
6286 libraries depend on later ones).
6287
62881997-09-21 Erik Naggum <erik@naggum.no>
6289
6290 * make-dist (making links to `src'): Keep timestamp on copied files.
6291
6292 * make-delta: New script to produce delta distributions.
6293
62941997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6295
6296 * Version 20.2 released.
6297
62981997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6299
6300 * Version 20.1 released.
6301
6302 * Makefile.in (install-leim): Depend on mkdir.
6303 (leim): Depend on src.
6304
63051997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6306
6307 * configure.in: Recognize alpha* instead of just alpha.
6308
63091997-09-12 Paul Eggert <eggert@twinsun.com>
6310
6311 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
6312
63131997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6314
6315 * update-subdirs: Use rm -f.
6316
63171997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6318
6319 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
6320 Ignore subdirs named Old.
6321
63221997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
6323
6324 * configure.in: Add OpenBSD clause to set $machine.
6325
63261997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6327
6328 * make-dist: Recompile everything after updating various Lisp files.
6329 Recompile in leim as well as lisp.
6330 Check in leim as well as lisp for mismatched files and too-long names.
6331
63321997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6333
6334 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
6335
63361997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6337
6338 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
6339 before trying to copy anything from it.
6340
63411997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6342
6343 * Makefile.in (man/Makefile): New target.
6344 (tags): Define env var EMACS and run Makefile from build dir.
6345
63461997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
6347
6348 * config.bat: If src/_gdbinit doesn't exist, try using
6349 src/.gdbinit to create it (for building on Windows 95).
6350
63511997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6352
6353 * Makefile.in (install-arch-indep):
6354 Discard extra data in tar | tar pipes.
6355
63561997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
6357
6358 * configure.in (x_default_search_path): Corrected
6359 '${x_library}' to '${x_library}/X11'.
6360
63611997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6362
6363 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
6364
63651997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6366
6367 * configure.in: Support auto-configuration of both Kerberos V4 and
6368 Kerberos V5 for movemail, including detection of V4 and V5 header
6369 files and libraries.
6370
63711997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
6372
6373 * configure.in: Compute x_default_search_path
6374 and substitute into makefiles.
6375
6376 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
6377
63781997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6379
6380 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
6381
63821997-08-07 Erik Naggum <erik@naggum.no>
6383
6384 * configure.in: Remove lockdir, it is no longer needed.
6385 * Makefile.in (mkdir): Don't create lockdir.
6386 (lockdir): Variable deleted.
6387 (paths-force): Don't operate on PATH_LOCK.
6388
63891997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6390
6391 * leim-Makefile.in (clean, distclean): New targets.
6392
6393 * make-dist: Include leim/ChangeLog in leim distribution.
6394
63951997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6396
6397 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
6398
63991997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6400
6401 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
6402
64031997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6404
6405 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
6406
64071997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6408
6409 * make-dist: Update leim/leim-list.el.
6410 Pass along value of $EMACS when updating lisp dir.
6411
64121997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6413
6414 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
6415 prerequisite to the use of Doug Lea's malloc.
6416
64171997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6418
6419 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
6420
6421 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
6422
64231997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6424
6425 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
6426
64271997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6428
6429 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
6430 to news-r6.h.
6431
64321997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
6433
6434 * config.bat: Use `sed' instead of `cp', which might not be
6435 installed.
6436
64371997-07-09 Kenichi Handa <handa@etl.go.jp>
6438
6439 * Makefile.in (mostlyclean): Add cleaning leim directory.
6440 (clean, distclean, maintainer-clean): Likewise.
6441
64421997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6443
6444 * make-dist (bogosities): Check subdirs of `lisp' also.
6445
64461997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6447
6448 * make-dist (etc): Really avoid symlinks now.
6449 (lisp): Don't delete from subdirs the things we never copy.
6450
64511997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6452
6453 * Makefile.in (install-arch-indep): Correct the target name.
6454 The first letter `i' was dropped by the previous change of mine.
6455
64561997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6457
6458 * configure.in (leim/Makefile): Generate this.
6459 (*-sysv4.2uw*): Recognize new alternative.
6460
6461 * leim-Makefile.in: Renamed from leim-Makefile.
6462
6463 * make-dist: Set up real-leim subdirectory,
6464 with the real contents of leim; then move it to
6465 a separate top-level directory.
6466
6467 * make-dist: Don't mention site-lisp, site-init, site-start
6468 or default, when listing files hat are not compiled and should be.
6469
6470 * configure.in: Create src/config.stamp at the end.
6471
64721997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6473
6474 * Makefile.in (install-leim): Correct previous change.
6475
64761997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6477
6478 * Makefile.in (install-leim): New target.
6479 (install): Depend on install-leim.
6480
64811997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6482
6483 * Makefile.in (SUBDIR): Add leim.
6484 (SUBDIR_MAKEFILES): Add leim/Makefile.
6485 (leim/Makefile): New target.
6486
64871997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6488
6489 * leim-Makefile: New file.
6490 * make-dist: Initialize a `leim' subdirectory with that makefile.
6491
64921997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6493
6494 * configure.in (GNU_MALLOC_reason): Fix message text.
6495
64961997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6497
6498 * make-dist (lisp): Don't process subdirs that start with =.
6499 (etc): Copy symlinks, as in src.
6500
65011997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6502
6503 * configure.in (i*86-*-unixware*): New alternative.
6504
65051997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6506
6507 * Makefile.in (src/config.stamp): Target renamed from src/config.h
6508 and touch it explicitly.
6509
6510 * configure.in (mips-sony-newsos6*): New alternative.
6511 (mips-*-linux-gnu*): New alternative.
6512 (*-*-bsdi*): New alternative.
6513 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
6514
65151997-06-22 Dave Love <d.love@dl.ac.uk>
6516
6517 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
6518 (src/config.h): New target to re-configure if src/config.in is patched.
6519
65201997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6521
6522 * configure.in (shutdown): Check for `shutdown' function.
6523
65241997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6525
6526 * update-subdirs: Include the directory "language" in subdirs.
6527
65281997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6529
6530 * configure.in (m88k-dg-dgux4*): New alternative.
6531 (alpha-*-netbsd*): New alternative.
6532 (powerpcle-*-solaris2*): New alternative.
6533
65341997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6535
6536 * make-dist: Warn about .el files that are not compiled.
6537
65381997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6539
6540 * Makefile.in (dist): Don't run update-subdirs here,
6541 since make-dist now gets that done.
6542
6543 * make-dist: Use the new `updates' target in lisp/Makefile.
6544
6545 * make-dist: Use new non-file targets in lisp/Makefile.
6546
65471997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6548
6549 * make-dist: Handle all subdirs of `lisp' uniformly.
6550 Don't handle `term' and `language' specially.
6551 Clear out umask at the beginning.
6552
65531997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6554
6555 * make-dist: Use Make to update finder-inf.el and autoloads.
6556 Also update cus-load.el.
6557
65581997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6559
6560 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
6561 in case it is desirable to disable the GNU malloc features with glibc.
6562
65631997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6564
6565 * configure.in (DOUG_LEA_MALLOC):
6566 Define if malloc_{get,set}_state exist.
6567
65681997-03-05 Kenichi Handa <handa@etl.go.jp>
6569
6570 * make-dist: Make links for files under lisp/language.
6571
65721997-02-20 Kenichi Handa <handa@etl.go.jp>
6573
6574 * update-subdirs: Exclude the directory "language" from subdirs.
6575
65761997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
6577
6578 * configure.in: Check for rint and cbrt.
6579
65801997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6581
6582 * make-dist: Use $EMACS to say where to run Emacs.
6583 Add --no-update option.
6584
65851996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6586
6587 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
6588
65891996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6590
6591 * make-dist (copying src): Check thoroughly for symlinks
6592 and copy them in all cases. Regularize the linking of *.in
6593 and *.opt and ChangeLog files.
6594 (copying lib-src): Likewise.
6595 Don't rm getdate.c or y.tab.*--they don't exist any more.
6596
65971996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
6598
6599 * configure.in: Check for libmail, maillock.h and
6600 touchlock (for movemail).
6601
66021996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6603
6604 * configure.in (limits.h): Check for this file.
6605
66061996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6607
6608 * configure.in (rs6000-ibm-aix4.2): New alternative.
6609 (rs6000-ibm-aix4.0): New alternative.
6610 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
6611
66121996-11-22 Ben Harris <bjh21@cam.ac.uk>
6613
6614 * configure.in: Recognize vax-*-netbsd*.
6615
66161996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6617
6618 * configure.in (locallisppath): Add leim directory.
6619
66201996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6621
6622 * config.bat: Make sure `mv' supports forward slashes and -f.
6623
66241996-10-28 Christian Limpach <chris@nice.ch>
6625
6626 * configure.in (hppa*-next-nextstep*): * added after hppa
6627 to accept hppa1.0 and hppa1.1.
6628
66291996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
6630
6631 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
6632 * configure.in (ld_switch_machine): Fix typo.
6633
66341996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6635
6636 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
6637 from config.h and use them in $ac_link.
6638
66391996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
6640
6641 * configure.in: Create a subdir named `lisp'.
6642
66431996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6644
6645 * configure.in: Check for getcwd.
6646
66471996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6648
6649 * configure.in: Check for termios.h. Check for setpgid.
6650
66511996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6652
6653 * configure.in: Check for setrlimit.
6654
66551996-08-31 Paul Eggert <eggert@twinsun.com>
6656
6657 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
6658
66591996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6660
6661 * configure.in: Check for utimes.
6662
6663 * configure.in: Check for com_err library, but only
6664 if --with-kerberos was used. Check for krb and des
6665 only if --with-kerberos.
6666
66671996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6668
6669 * Makefile.in (INSTALL_STRIP): New variable.
6670 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
6671 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
6672
66731996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6674
6675 * configure.in: Check for krb and des libraries.
6676
66771996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6678
6679 * configure.in (*-sunos4.1.[3-9]*noshare):
6680 Use sunos413, not sunos4-1-3.
6681 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
6682 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
6683
66841996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6685
6686 * Makefile.in (src/paths.h): Target deleted.
6687 (paths-force): Delete all dependencies on this target
6688 but don't delete the target.
6689 (install): Depend on `all'.
6690 (paths-force): Don't print a message.
6691
6692 * configure.in: Generate src/paths.h here.
6693
66941996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6695
6696 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
6697 New variables that affect linking only.
6698 (alpha-dec-osf*): Use those instead of previous change.
6699
67001996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6701
6702 * Makefile.in (install-arch-indep): Install info/messages.
6703
67041996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6705
6706 * Version 19.33 released.
6707
67081996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
6709
6710 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
6711 Fix previous change.
6712
67131996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6714
6715 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
6716 New alternative.
6717
67181996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6719
6720 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
6721 and NON_GCC_TEST_OPTIONS.
6722
67231996-08-06 Paul Eggert <eggert@twinsun.com>
6724
6725 * configure.in (LOCALTIME_CACHE): Don't put a string literal
6726 "TZ=..." in environ.
6727
67281996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6729
6730 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
6731
67321996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6733
6734 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
6735 the more general *-sunos4.1.[3-9]* clause.
6736
67371996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6738
6739 * Version 19.32 released.
6740
6741 * configure.in (*-sco3.2v5*):
6742 Set OVERRIDE_CPPFLAG to a string of one space.
6743 Fix the code that uses OVERRIDE_CPPFLAG.
6744
67451996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
6746
6747 * configure.in: Undo previous change.
6748
67491996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6750
6751 * config.sub: Use `pc', not `unknown', when canonicalizing
6752 the vendor for ...86.
6753
67541996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
6755
6756 * configure.in: Check for termios.h header.
6757
67581996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
6759
6760 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
6761
67621996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
6763
6764 * configure.in: Split bsdos2 and bsdos2-1.
6765
67661996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6767
6768 * config.sub: If last two words are not a recognized
6769 KERNEL-OS pair, use just the last word as OS, as in 19.31.
6770 Make conversion of gnu/linux to linux-gnu really work.
6771
6772 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
6773
67741996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6775
6776 * configure.in (check for using Lucid widgets by default):
6777 Eliminate indentation that confuses some compilers.
6778
67791996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6780
6781 * config.sub: Convert linux and gnu/linux to linux-gnu.
6782
6783 * make-dist: Don't update getdate.c.
6784 Ignore =... files when checking for too-long Lisp file names.
6785
67861996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6787
6788 * configure.in (euidaccess): Check for that, not for eaccess.
6789
67901996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6791
6792 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
6793 before `noshare'.
6794 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
6795
67961996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6797
6798 * configure.in: Rename lignux to linux-gnu in configuration names.
6799 Use gnu-linux as the opsys value (s/ file name).
6800 Allow i686 just like i386, i486, i586.
6801
68021996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6803
6804 * configure.in (i*86-*-sco3.2v5): New alternative.
6805 (OVERRIDE_CPPFLAG): New variable.
6806 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
6807
6808 * configure.in: Specify vpath for .texi files.
6809
68101996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6811
6812 * configure.in: Always check for HAVE_X11R5.
6813 Separately decide whether to use a toolkit by default.
6814
68151996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
6816
6817 * configure.in: If X11R5 is missing the Xaw headers,
6818 default to --with-x-toolkit=no.
6819
68201996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6821
6822 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
6823
68241996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6825
6826 * Makefile.in (install-arch-indep): If cd etc makes output,
6827 don't treat that as part of the tar data.
6828 Check that ./lisp actually exists.
6829
68301996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
6831
6832 * make-dist: Check for long file names.
6833
68341996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6835
6836 * Version 19.31 released.
6837
68381996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6839
6840 * configure.in: Recognize sparc-*-lignux.
6841
68421996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
6843
6844 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
6845 Don't include config.w95.
6846
68471996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
6848
6849 * make-dist: Replace --no-clean-up and --no-tar options
6850 with --clean-up and --tar, so that the default is useful.
6851
68521996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6853
6854 * config.bat: Make sure the GDB init file is called src/_gdbinit;
6855 if not, tell the user to rename it and abort.
6856
68571996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6858
6859 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
6860 test program.
6861
68621996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6863
6864 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
6865
6866 * make-dist (MANIFEST): Fix previous change.
6867 (msdos): Put mainmake.v2 into the dist.
6868
68691996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6870
6871 * make-dist: Exit if autoconf fails.
6872
68731996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
6874
6875 * config.bat: Set djgpp-ver, and unset it at the end.
6876 Add a number of conditionals for DJGPP version 2.
6877 Rename label libsrc2 to libsrc3.
6878 Substitute for LDFLAGS in src/Makefile.
6879 Substitute for ALL_CFLAGS in lib-src/Makefile.
6880
68811996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6882
6883 * configure.in (ncurses): Check this after checking fns like strerror.
6884
68851996-04-08 Erik Naggum <erik@naggum.no>
6886
6887 * make-dist (MANIFEST): Don't include lines from =files.
6888
68891996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6890
6891 * make-dist: Don't put lisp/dired.todo in the dist.
6892
68931996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
6894
6895 * configure.in (HAVE_NCURSES): Look for library named ncurses.
6896
6897 * configure.in (setlocale): Check for it.
6898
6899 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
6900
69011996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6902
6903 * configure.in: Use lignux instead of linux as value of opsys.
6904
69051996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6906
6907 * Makefile.in (install-strip): Fix whitespace.
6908 Get rid of continuation.
6909
6910 * config.sub: Convert linux or gnu/linux to lignux.
6911
69121996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6913
6914 * configure.in: Accept lignux in configuration name.
6915
69161996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6917
6918 * Makefile.in (install-strip): New target.
6919
69201996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6921
6922 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
6923 -f failed to do the job on Suns.
6924
69251996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6926
6927 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
6928
6929 * configure.in (linux/version.h): Check for this header.
6930
69311996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6932
6933 * configure.in: Remove -fno-builtin hackery from -lm check.
6934
69351996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6936
6937 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
6938 just this test.
6939
6940 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
6941
69421996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6943
6944 * configure.in: Check for ncurses.
6945
69461996-02-28 Paul Eggert <eggert@twinsun.com>
6947
6948 * configure.in (LOCALTIME_CACHE):
6949 Also define if localtime mishandles unsetting TZ.
6950 This works around a localtime bug in mips-dec-ultrix.
6951
69521996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6953
6954 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
6955
6956 * configure.in: Improve messages about X versions.
6957
69581996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6959
6960 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
6961
69621996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6963
6964 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
6965 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
6966
6967 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
6968 (install): Put install-arch-indep before install-arch-dep.
6969
69701996-02-20 Dave Love <d.love@dl.ac.uk>
6971
6972 * INSTALL: Clarify info about MS-DOS path handling.
6973
69741996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6975
6976 * Makefile.in (install-arch-indep): Install info/ccmode*.
6977 In previous change, protect against /bin/pwd returning null string.
6978
69791996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6980
6981 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
6982 to lispdir.
6983
69841996-02-01 Paul Eggert <eggert@twinsun.com>
6985
6986 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
6987
69881996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6989
6990 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
6991
69921996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6993
6994 * Makefile.in (extraclean): Use ${top_distclean} to ensure
6995 we delete everything distclean deletes.
6996
69971996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
6998
6999 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7000
70011996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7002
7003 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7004 into LDFLAGS instead of into LIBS.
7005
70061996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7007
7008 * configure.in (HAVE_XMU): Fix typo in previous change.
7009
70101996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7011
7012 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7013
70141996-01-10 Erik Naggum <erik@naggum.no>
7015
7016 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7017
70181996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
7019
7020 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7021
70221996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7023
7024 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7025 and use -lXt to link it.
7026
70271996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7028
7029 * configure.in (locallisppath): Put version-specific dir first.
7030
70311996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7032
7033 * configure.in (hppa-*-nextstep*): New alternative.
7034 (USE_X_TOOLKIT): By default, set this to "maybe";
7035 and change that later to LUCID or "no" according to X11 version.
7036
7037 * make-dist: Recompile outdated .elc files and update all autoloads.
7038
70391996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7040
7041 * configure.in (locallisppath): Fix typo in last change: " -> '.
7042
70431996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7044
7045 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7046
70471995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7048
7049 * Makefile.in (install-arch-indep): Give all files read permission.
7050
70511995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7052
7053 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7054 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7055
70561995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7057
7058 * configure.in: Determine HAVE_X11R6.
7059 (HAVE_MENUS): Renamed from HAVE_X_MENU.
7060
70611995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7062
7063 * configure.in: Just "solaris" now defaults to version 2.4.
7064 Add sunos4.1.n-noshare as alternative.
7065
70661995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7067
7068 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
7069
70701995-11-29 Erik Naggum <erik@naggum.no>
7071
7072 * Makefile.in (install-arch-indep): Add missing backslash.
7073
70741995-11-29 Karl Eichwalder <ke@ke.Central.DE>
7075
7076 * Makefile.in (install-arch-indep): Don't install
7077 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
7078
70791995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7080
7081 * Makefile.in (install-arch-indep): Fix previous change.
7082
7083 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
7084
70851995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7086
7087 * Version 19.30 released.
7088
7089 * make-dist (lisp): Exclude subdirs.el.
7090
70911995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7092
7093 * make-dist (etc): Delete *.orig and *.rej.
7094
70951995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7096
7097 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
7098
70991995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7100
7101 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
7102
71031995-11-14 Geoff Voelker <voelker@cs.washington.edu>
7104
7105 * make-dist (nt): Rename install, readme, and todo to
7106 INSTALL, README, and TODO.
7107
71081995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7109
7110 * make-dist (lisp): Don't distribute site-start.
7111
71121995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
7113
7114 * make-dist: Break the hard link on alloca.c.
7115
71161995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7117
7118 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
7119
71201995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7121
7122 * make-dist (src, lib-src): Don't distribute Makefile.c.
7123 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
7124
71251995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7126
7127 * Makefile.in (mkdir): Create man1dir, not mandir.
7128 (uninstall): Use man1dir, not mandir.
7129
71301995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7131
7132 * Makefile.in (man1dir): New variable.
7133 (install-arch-indep): Use man1dir.
7134
7135 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
7136
7137 * make-dist: Create lisp/MANIFEST.
7138
71391995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7140
7141 * configure.in (m68k-*-linux*): New alternative.
7142
71431995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7144
7145 * make-dist: Use new names config.in, paths.in, and
7146 {src,lib-src}/Makefile.in.
7147
71481995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7149
7150 * configure.in: Don't bother checking for drem.
7151
71521995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7153
7154 * Makefile.in (distclean): Delete line with just a tab in it.
7155 (install-arch-indep): Delete spaces that precede tabs.
7156 Delete spurious `fi' left from previous change.
7157 (install): Supply `true' as command, to avoid null command.
7158
71591995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7160
7161 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
7162
71631995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7164
7165 * configure.in (powerpc-*-solaris2): New alternative.x
7166
71671995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
7168
7169 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
7170 of paths.h.tmp$$, to avoid going beyond 14 characters.
7171
71721995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7173
7174 * configure.in: Improve error msg for invalid --with-x-toolkit value.
7175
71761995-09-06 Paul Eggert <eggert@twinsun.com>
7177
7178 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
7179 if localtime caches TZ. Check for tzset.
7180
71811995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7182
7183 * config.bat: Simplify using new names file names src/makefile.in,
7184 config.in, paths.in. Change Echo commands not to use `.
7185
71861995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7187
7188 * Makefile.in (install-arch-indep): Always install the new dir file;
7189 rename the previous dir file to dir.bak or dir.old.
7190
71911995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7192
7193 * configure.in (RANLIB): Substitute this into makefiles.
7194 Set it specially on solaris; set it by default on other systems.
7195
7196 * configure.in: Fix previous Alpha change.
7197
71981995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7199
7200 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
7201 NON_GCC_TEST_OPTIONS.
7202
72031995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7204
7205 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
7206 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
7207
7208 * configure.in (alpha-*-linux*): New configuration.
7209
72101995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7211
7212 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
7213 (m68k-next-nextstep*): New alias for that.
7214 (i*86-*-nextstep*): Use nextstep.h.
7215 (sparc-*-nextstep*): New configuration.
7216
72171995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7218
7219 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
7220 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
7221
72221995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7223
7224 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
7225 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
7226
72271995-07-18 Mike Long <mike.long@analog.com>
7228
7229 * make-dist: Fix update of finder-inf.el, and byte-compile it.
7230
72311995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7232
7233 * Makefile.in (src/paths.h, paths-force):
7234 Rename src/paths.h.in to src/paths.in.
7235 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
7236
7237 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
7238 Use Makefile.c for intermediate file.
7239 Rename src/config.h.in to src/config.in.
7240
72411995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
7242
7243 * configure.in (mips-dec-ultrix*): Assume version 4.3.
7244 (mips-dec-ultrix4.[12]): New alternative for old versions.
7245
72461995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7247
7248 * make-dist: Don't break intra-tree links.
7249
72501995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7251
7252 * configure.in: Put back archlibdir initialization. Require
7253 autoconf 2.4.1 or later.
7254
72551995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7256
7257 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
7258 (mips-mips-riscos5*): New alternative.
7259
72601995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7261
7262 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
7263
72641995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7265
7266 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
7267 (mandir, infodir, archlibdir): Initializations deleted.
7268
7269 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
7270 On hpux9shr, use hpux9shxr4.h.
7271
72721995-06-24 Morten Welinder <terra+@cs.cmu.edu>
7273
7274 * configure.in: Added target mips-dec-mach_bsd4.3.
7275 * config.guess: Guess mips-dec-mach_bsd4.3.
7276
72771995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7278
7279 * Makefile.in (mkdir): Use symbolic chmod.
7280
72811995-06-22 Paul Eggert <eggert@twinsun.com>
7282
7283 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
7284 SunOS 4.1.5 through 4.1.9, should they ever exist.)
7285
72861995-06-22 Paul Eggert <eggert@twinsun.com>
7287
7288 * Makefile.in (SUBDIR_MAKEFILES):
7289 Add man/Makefile, so `make distclean' removes it.
7290 (top_distclean): Add config.log to the list of files to be removed.
7291
72921995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7293
7294 * Version 19.29 released.
7295
72961995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7297
7298 * configure.in: Fix the previous change to verify that the -b
7299 option really solves the problem.
7300
7301 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
7302
73031995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7304
7305 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
7306
73071995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7308
7309 * configure.in: Report more clearly when there is no special
7310 dir to search for X includes or libraries.
7311
73121995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7313
7314 * configure.in: Check for -lpthreads, not -lpthread.
7315
73161995-06-09 Geoff Voelker <voelker@cs.washington.edu>
7317
7318 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
7319
73201995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7321
7322 * configure.in: Check for -lpthread.
7323
73241995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7325
7326 * Makefile.in (install-arch-indep): Install info files for mh-e.
7327 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
7328
73291995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7330
7331 * configure.in (*-solaris2.5): New configuration.
7332
7333 * make-dist: Copy new files config.nt and config.w95.
7334
73351995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7336
7337 * configure.in: Use x_includes, not x_libraries, for -I.
7338 Make bitmapdir a colon-separated list.
7339
73401995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
7341
7342 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
7343
7344 * configure.in: Allow x_libraries and x_includes to be paths.
7345
73461995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7347
7348 * configure.in: Fix typo.
7349
73501995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7351
7352 * INSTALL: Clarify use of site-init.el.
7353
73541995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
7355
7356 * configure.in: Pass arg to sqrt.
7357
73581995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7359
7360 * make-dist: Fix May 6 change.
7361
73621995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7363
7364 * vpath.sed: Delete reference to ymakefile.
7365
73661995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7367
7368 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
7369
73701995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7371
7372 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
7373
7374 * update-subdirs: Specify /bin/sh to run the script.
7375
73761995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7377
7378 * make-dist: Put src/makefile.nt in dist.
7379
7380 * configure.in (i[345]86-*-bsdi2*): New configuration.
7381 (vax-dec-bsd386*): Deleted.
7382
73831995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7384
7385 * configure.in: Make sure CDPATH doesn't mess up PWD check.
7386 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
7387 Use fmod instead of logb in -lm check.
7388
73891995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7390
7391 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
7392 Use bsd4-3. Don't set NON_GNU_CPP.
7393
7394 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
7395 In nt, copy various different things, but not *.cmd.
7396 Fix the ln commands for the subdirs of nt.
7397
73981995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7399
7400 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
7401
74021995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7403
7404 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
7405 since that's what the header file expects.
7406
74071995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
7408
7409 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
7410 and 68040 based machines when choosing options for gnucc.
7411
74121995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7413
7414 * Makefile.in (top_distclean): Delete config.cache.
7415
74161995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7417
7418 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
7419
7420 * configure.in: Use m/ncr386.h.
7421
74221995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7423
7424 * Makefile.in (install-arch-indep): Undo Sep 23 change.
7425
74261995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7427
7428 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
7429 (man): Don't copy texindex.c and getopt.c; they're deleted.
7430 (etc): Omit `e'; it's a subdirectory.
7431 (etc/e): Use `../..', not `..', to reference top level.
7432
74331995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
7434
7435 * Makefile.in (install-arch-indep, dist):
7436 Look for `update-subdir' in $(srcdir).
7437
74381995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7439
7440 * make-dist: Include mkinstalldirs in distribution.
7441
74421995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7443
7444 * make-dist: Add missing close backquote.
7445
74461995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7447
7448 * make-dist: Don't distribute shortnames directory.
7449
74501995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7451
7452 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
7453
74541995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7455
7456 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
7457
74581995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7459
7460 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
7461
74621995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7463
7464 * configure.in (mips-sgi-irix6): New configuration.
7465
74661995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7467
7468 * Makefile.in (maintainer-clean): Renamed from realclean.
7469
74701995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7471
7472 * configure.in: Create a .gdbinit that sources the real one,
7473 if using a different build directory.
7474
74751995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7476
7477 * configure.in: Check for sys/select.h.
7478
74791995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7480
7481 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
7482
74831994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7484
7485 * configure.in: Handle isc 4.1 operating system.
7486
74871994-12-10 Richard Stallman <rms@kepa>
7488
7489 * configure.in (rs6000-ibm-aix4.1*): New alternative.
7490 (rs6000-ibm-aix4*): New alternative.
7491
74921994-12-06 Richard Stallman <rms@kepa>
7493
7494 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
7495
74961994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7497
7498 * configure.in: Don't try to make directories that are guaranteed
7499 to already exist.
7500
75011994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7502
7503 * configure.in: Generate man/Makefile from man/Makefile.in.
7504 Create the man subdir.
7505
7506 * Makefile.in (dvi): Run Make in our man subdir.
7507
7508 * make-dist: Create subdir etc/e.
7509 Make links to it.
7510 Put man/Makefile.in in dist, instead of man/Makefile.
7511
75121994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
7513
7514 * configure.in: Add --with-pop, --with-kerberos, and
7515 --with-hesiod for movemail.
7516
75171994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7518
7519 * configure.in (m68*-apollo*): Use s/domain.h.
7520
75211994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7522
7523 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
7524
75251994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7526
7527 * configure.in: Don't add -I, -L, -R options for cc if their
7528 arguments would be empty.
7529
75301994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7531
7532 * configure.in (i860-intel-osf1*): New alternative.
7533 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
7534 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
7535
75361994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7537
7538 * configure.in: Make h_errno check not use nested functions.
7539
75401994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7541
7542 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
7543
75441994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7545
7546 * Makefile.in (install-arch-indep): Avoid continued comment
7547 swallowing target line.
7548
75491994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
7550
7551 * configure.in: Protect a character class with `changequote'.
7552
75531994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7554
7555 * configure.in: Accept `news' as a synonym for `newsos'.
7556
75571994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7558
7559 * Makefile.in: Don't rm files if cd fails.
7560
75611994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7562
7563 * make-dist: Put nt subdir and its subdirs in the dist.
7564 (lib-src): Put makefile.nt in the dist.
7565 (lisp): Put makefile.nt in the dist.
7566
75671994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7568
7569 * configure.in: Change a stray `[' to `test'.
7570
75711994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7572
7573 * configure.in: Adapt for Autoconf v2. Use the standard argument
7574 parser, host type canonicalizer, X11 finder, and message
7575 printing macros. Use the new macro names. Use `test' instead of `['.
7576
75771994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7578
7579 * configure.in: Check for getpagesize.
7580
75811994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7582
7583 * make-dist (msdos): Put sed* in the distribution.
7584
75851994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
7586
7587 * config.bat: New option, `--with-x', for configuring Emacs
7588 for use with the X11 system DesqView/X.
7589 New option, `--no-debug', for compiling Emacs without debug
7590 information thus saving disk space.
7591 (src/config.h, src/paths.h): Use `update' (which is like
7592 `move-if-changed') to change the file.
7593 (src/config.h): When configuring for X11 perform extra changes.
7594 (src/makefile): When configuring for X11 perform extra changes.
7595 (lib-src): Remove temporary files.
7596 (): Check that `sed', `rm', `mv', and `gcc' are available.
7597
75981994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7599
7600 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
7601
7602 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
7603
76041994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7605
7606 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
7607
7608 * configure.in (canonical): Substitute var into makefiles.
7609 (bitmapdir): Likewise.
7610
7611 * Makefile.in (bitmapdir): New variable.
7612 (src/paths.h, paths-force): Edit PATH_BITMAPS.
7613
76141994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7615
7616 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
7617
7618 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
7619 * update-subdirs: New shell script.
7620
76211994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7622
7623 * Makefile.in (top_distclean): Don't rm build-install.
7624 (SOURCES): Delete build-install.in.
7625
7626 * make-dist: Don't distribute build-ins.in.
7627 * build-ins.in: File deleted.
7628
76291994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
7630
7631 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
7632
76331994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7634
7635 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
7636
7637 * configure.in (libexecdir): Renamed from libdir. New default.
7638 (sharedstatedir): Renamed from statedir. New default.
7639 (datadir): New default.
7640
7641 * make-dist: Don't distribute subdirs.el.
7642
76431994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7644
7645 * configure.in (eaccess): Check for it.
7646
76471994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7648
7649 * configure.in (mktime): Check for it.
7650
76511994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
7652
7653 * configure.in (motif): Add support for usage and option checking.
7654
76551994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
7656
7657 * configure.in (utimes): Check for it.
7658
76591994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
7660
7661 * Makefile.in (install-arch-indep): Don't do mkdir here.
7662
76631994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7664
7665 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
7666 riscix.h renamed to acorn.h.
7667
76681994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
7669
7670 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
7671 New configurations.
7672
76731994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7674
7675 * configure.in: Remove trailing slashes from srcdir.
7676
76771994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7678
7679 * configure.in (i[345]86-sequent-ptx*): Handle
7680
76811994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7682
7683 * Makefile.in (paths-force): Depend on src/paths.h
7684
76851994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7686
7687 * configure.in (config_options): Save all arguments, not just some.
7688
76891994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7690
7691 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
7692
7693 * configure.in: Add AC_AIX.
7694 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
7695
76961994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7697
7698 * configure.in (parsing options): Simplify sed command to delete -'s.
7699
77001994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
7701
7702 * configure.in (config_options): New shell variable.
7703 Pass its value to C code in EMACS_CONFIG_OPTIONS.
7704
77051994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7706
7707 * configure.in (alpha-dec-osf*): New target.
7708
7709 * Makefile.in: Use just one FRC target.
7710
77111994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7712
7713 * Makefile.in (removenullpaths, paths-force):
7714 Use name paths.h.tmp$$, which depends on the pid.
7715
77161994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7717
7718 * Makefile.in (removenullpaths, paths-force):
7719 Put paths.h.tmp in top-level dir, not in src.
7720
77211994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7722
7723 * Version 19.27 released.
7724
77251994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7726
7727 * Version 19.26 released.
7728
77291994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7730
7731 * configure.in: Check for lrand48, not rand48.
7732
77331994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7734
7735 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
7736 (powerpc-ibm-aix*): New aliases.
7737
77381994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7739
7740 * make-dist (src/m, src/s): Put *.inp in distribution.
7741
77421994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7743
7744 * configure.in: Accept i586 and i486 along with i386.
7745
77461994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7747
7748 * configure.in: Do compute unexec, LIBX, system_malloc, etc
7749 even if CPP env var was set by the user.
7750
7751 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
7752
77531994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
7754
7755 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
7756
77571994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7758
7759 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
7760
77611994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7762
7763 * configure.in: Check more specifically for i*86-sun-sunos.
7764
77651994-08-03 Caveh Jalali (caveh@eng.sun.com)
7766
7767 * configure.in: Handle solaris 2.4.
7768
77691994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7770
7771 * configure.in (rand48): Check for it.
7772
77731994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7774
7775 * make-dist: Update the info files.
7776
77771994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7778
7779 * configure.in: Make "checking..." messages' style consistent.
7780 (HAVE_H_ERRNO): New test.
7781
77821994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7783
7784 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
7785
77861994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7787
7788 * configure.in (CFLAGS): If the envvar was specified, use that.
7789 And set REAL_CFLAGS from it too.
7790
77911994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7792
7793 * make-dist: Update finder-inf.el.
7794
77951994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7796
7797 * make-dist (msdos): Include sed4.inp in dist.
7798
7799 * Makefile.in (libsrc_libs): Var deleted.
7800
78011994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7802
7803 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
7804
78051994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7806
7807 * configure.in (mips-sony-newsos4*): New alias.
7808
78091994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7810
7811 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
7812 (*-convex-convexos*): Accept this as alias.
7813
78141994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7815
7816 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
7817 for two different uses.
7818
78191994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7820
7821 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
7822
78231994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7824
7825 * make-dist: Put ./BUGS into the distrib.
7826
78271994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7828
7829 * configure.in: Handle 386 running Solaris 2.
7830
78311994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7832
7833 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
7834
78351994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7836
7837 * configure.in (mips-sony-newsos*): Use news-risc.h.
7838
7839 * configure.in: Accept bsdi as opsys, like bsd386.
7840
78411994-06-01 Morten Welinder (terra@diku.dk)
7842
7843 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
7844
78451994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7846
7847 * Version 19.25 released.
7848
7849 * make-dist (shortversion): Don't assume another period follows.
7850
78511994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7852
7853 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
7854 (uninstall): Use /bin/pwd.
7855
7856 * Makefile.in (blessmail): Depend on src.
7857 (all): Don't depend on blessmail.
7858
7859 * Makefile.in (src/paths.h): Don't force recomputation.
7860 (paths-force): New target; force recomputation of paths.h.
7861 (all): Depend on paths-force.
7862 (src, lib-src): Depend on src/paths.h.
7863
7864 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
7865 NON_GCC_TEST_OPTIONS.
7866
78671994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7868
7869 * configure.in: Don't insist on subversions for irix.
7870
78711994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7872
7873 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
7874
7875 * configure.in (i[34]86-next-*): New alternative.
7876
78771994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7878
7879 * Version 19.24 released.
7880
7881 * configure.in: New config hppa*-hp-hpux9shr*.
7882
78831994-05-22 Morten Welinder (terra@tyr.diku.dk)
7884
7885 * config.bat: Doc fix.
7886
78871994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7888
7889 * Makefile.in (mostlyclean, clean, distclean, realclean)
7890 (extraclean): Don't act on man subdir if it doesn't exist.
7891
78921994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7893
7894 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
7895 Use them to set up CC.
7896 (*-sun-sunos4.1.3): Set them.
7897
78981994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7899
7900 * Makefile.in (lib-src): Don't depend on src/paths.h.
7901
79021994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7903
7904 * build-ins.in (copydests): Get rid of spurious `-'s.
7905
7906 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
7907
79081994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7909
7910 * Version 19.23 released.
7911
7912 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
7913 for the Xlib and Xt checks; then restore old CFLAGS.
7914
79151994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7916
7917 * configure.in (HAVE_X11XTR6): Add newline before #if.
7918 Add newline after #endif.
7919
79201994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7921
7922 * configure.in (HAVE_X11XTR6): Arrange to define it.
7923
79241994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7925
7926 * Makefile.in (install): Depend on blessmail.
7927
79281994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
7929
7930 * configure.in (mips-siemens-sysv*): Put quotes around value
7931 containing blanks.
7932
79331994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7934
7935 * Makefile.in (TAGS): Use the makefile in src subdir.
7936
79371994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7938
7939 * configure.in (opsys): Recognize `gnu'.
7940
79411994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7942
7943 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
7944
79451994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
7946
7947 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
7948 version > 1.8.
7949
79501994-05-08 Morten Welinder (terra@diku.dk)
7951
7952 * config.bat: Forcibly remove "# " style comments from makefiles.
7953
79541994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7955
7956 * Makefile.in (uninstall): When processing lispdir and etcdir,
7957 do nothing unless it exists and is a directory.
7958
79591994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7960
7961 * Makefile.in (install-arch-indep): Do install info/dired-x*.
7962 Merge code in from install-doc.
7963 (install-doc): Merge code back into install-arch-indep.
7964 (install-arch-dep): Don't depend on install-doc.
7965
7966 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
7967
79681994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7969
7970 * configure.in (making src/Makefile and lib-src/Makefile):
7971 Split off the autoconf substitutions and don't pass them thru cpp.
7972 (undefs): Use $canonical as well as $configuration.
7973
7974 * make-dist: Distribute lisp/Makefile.
7975
7976 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
7977 Use lower case names for the s files.
7978
79791994-05-03 Morten Welinder (terra@diku.dk)
7980
7981 * config.bat: Added possibility for different file name
7982 transcriptions in lib-src.
7983
79841994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7985
7986 * Makefile.in (lib-src): Undo previous change.
7987 (blessmail): New target to run maybe-blessmail in lib-src.
7988 (all): Depend on blessmail.
7989
7990 * Makefile.in (lib-src): Depend on src.
7991
79921994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
7993
7994 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
7995 (m88k-dg-dgux5.4R2): dgux5.4R2.
7996
79971994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7998
7999 * configure.in (window_system): Restore accidentally deleted code
8000 that uses AC_FIND_X.
8001
8002 * make-dist: Distribute config.bat.
8003
80041994-04-29 Morten Welinder (terra@diku.dk)
8005
8006 * config.bat: Corrected the configuration of lib-src
8007 to keep up with configure. Add note about dos version 3
8008 or better needed (djgpp needs that). Add note explaining
8009 that either install in c:/emacs or edit the script.
8010 Don't change to c:/emacs, but assume we're there (to minimize
8011 the number of places to change).
8012
8013 * config.bat: Build-in the first step towards X11 support with
8014 the X11 emulator that exists. At this time it won't work,
8015 and several files are missing.
8016
80171994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8018
8019 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8020 Don't look for -lresolv.
8021
8022 * Makefile.in (lib-src): Depend on src/paths.h.
8023
80241994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8025
8026 * configure.in: Restore deleted AC_SUBST of `configuration'.
8027 Improve error message for bad --with-x-toolkit value.
8028
8029 * configure.in: Define CONFIGURATION in src/config.h
8030 rather than substituting in src/Makefile.in.
8031
80321994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8033
8034 * Makefile.in (install-doc): New target.
8035 (install-arch-dep): Depend on install-doc.
8036 (mkdir): Create docdir.
8037
80381994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8039
8040 * configure.in: Test for libresolv.a.
8041 Substitute machfile and opsysfile.
8042
80431994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8044
8045 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8046 (install-arch-dep): Install under the name $(EMACS).
8047
80481994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8049
8050 * configure.in (version): Use entire value of emacs-version.
8051 (mips-siemens-sysv*): New alternative.
8052
80531994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8054
8055 * Makefile.in (install-arch-indep): Don't install dired-x*.
8056
80571994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8058
8059 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8060 Fix definition of $undefs.
8061
80621994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8063
8064 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8065
8066 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
8067
80681994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8069
8070 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
8071
80721994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8073
8074 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
8075 and run it thru cpp, as with src/Makefile.in.
8076
8077 * configure.in: Use AC_SET_MAKE.
8078
80791994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8080
8081 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
8082
80831994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8084
8085 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
8086
8087 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
8088 (printing the choices): Make the toolkit message unconditional.
8089 (USE_X_TOOLKIT): Use `none', not `no', if none.
8090 (include libsrc_libs): Include config.h, and specify -I for srcdir.
8091 Get rid of temp file foofoo1.
8092
80931994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8094
8095 * configure.in (CFLAGS): Use shell syntax, not Makefile.
8096
80971994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8098
8099 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
8100 (printing the choices): State choice of toolkit.
8101 (libsrc_libs): Recalculate after writing config.h;
8102 then update lib-src/Makefile.
8103
81041994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8105
8106 * configure.in: Add sunos4shr as alternative for suns.
8107 Conditionals testing for null $CC were backwards.
8108
81091994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8110
8111 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
8112
81131994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8114
8115 * configure.in: Handle -isc4.0*.
8116
81171994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8118
8119 * configure.in (esix5): Set NON_GNU_CPP.
8120
81211994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
8122
8123 * Makefile.in (thisdir): Nonsensical variable removed.
8124 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
8125 back to $thisdir, rather than the directory `this_dir'.
8126
81271994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8128
8129 * Makefile.in (install-arch-indep): Add missing backslash after a
8130 `then'.
8131
81321994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8133
8134 * Makefile.in (thisdir): New variable.
8135 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
8136
81371994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8138
8139 * configure.in: Add freebsd.
8140
81411994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8142
8143 * configure.in: Check for fpathconf.
8144
81451994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8146
8147 * configure.in (with_x_toolkit): Fix typo in previous change.
8148
81491994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8150
8151 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
8152
81531994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8154
8155 * configure.in (with_x_toolkit): Don't allow motif or open-look.
8156
81571994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8158
8159 * configure.in: Fix value of docdir.
8160 * Makefile.in (install-arch-indep): Install DOC* in docdir.
8161
81621994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8163
8164 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
8165
81661994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
8167
8168 * configure.in: New variable docdir to control where the docstring
8169 file goes.
8170 Makefile.in: Use it to initialize PATH_DOC in paths.h.
8171
81721994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8173
8174 * configure.in: When --run-in-place, don't inherit archlibdir.
8175
81761994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8177
8178 * Makefile.in (install-arch-dep, install-arch-indep):
8179 New targets split up former do-install rule.
8180 (do-install): Target deleted.
8181
81821994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8183
8184 * configure.in (mips-sony-newsos*): New configuration.
8185
81861994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
8187
8188 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
8189
81901994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8191
8192 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
8193
81941994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8195
8196 * configure.in: Don't initialize CC.
8197
81981994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8199
8200 * configure.in (creating src/Makefile): Also generate -U switches
8201 for symbols in the $configuration value.
8202
8203 * configure.in: Check for sys_siglist being declared in system header.
8204
82051994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8206
8207 * configure.in (creating src/Makefile): Delete blank lines
8208 along with lines of whitespace.
8209 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
8210
82111994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8212
8213 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
8214 like C_SWITCH_SYSTEM.
8215 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
8216
82171994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8218
8219 * configure.in (drem): Check for this function.
8220
82211994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8222
8223 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
8224 If CPP was inherited from environment, don't use NON_GNU_CPP.
8225 (NON_GNU_CC): Likewise.
8226 (handling with_gcc): Use explicit if in the `no' case.
8227 (cc_specified): New variable; if set, don't use NON_GNU_CC.
8228
82291994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8230
8231 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
8232
82331994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8234
8235 * configure.in: Check whether fmod exists.
8236
82371994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8238
8239 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
8240 {src,lisp}/OChangeLog.
8241
82421994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8243
8244 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
8245 necessary for proper operation. This code works with the current
8246 released version of Autoconf.
8247
82481994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8249
8250 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
8251 (USE_X_TOOLKIT): Define it for all values except `no'.
8252
8253 * configure.in: Undo first Jan 8 change and Jan 16 change.
8254
82551994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8256
8257 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
8258 Substitute USE_X_TOOLKIT as both C macro and Make variable.
8259
8260 * Makefile.in (lwlib/Makefile): New target.
8261 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
8262 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
8263 (unlock, relock): Handle lwlib subdir.
8264
8265 * Makefile.in: Add some .PHONY targets.
8266
8267 * make-dist: Handle lwlib subdir like oldXMenu subdir.
8268
8269 * lwlib: New subdirectory.
8270
82711994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8272
8273 * configure.in: If CPP has a value that is a directory,
8274 discard the value.
8275
82761994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8277
8278 * configure.in (srcdir_undefs): Add g flag to sed substitution to
8279 remove -U[0-9]*.
8280
82811994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8282
8283 * Makefile.in (do-install): Install the dired-x info files.
8284
8285 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
8286 (See src/s/sol2.h.)
8287
82881994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8289
8290 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
8291
82921994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8293
8294 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 8295 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
8296 gratuitously break this and not make a change log entry.
8297 Optimized sed processing of Makefile.in and cpp output; now
8298 preserves comments previously removed from the cpp input.
8299 Eliminated temp file for cpp output. Generate -U switches to
8300 undefine all identifiers that appear in the directory name
8301 ${srcdir}; pass these to cpp.
8302
8303 * configure.in (version): Fix sed regexp to match two-elt version
8304 number.
8305
8306 * configure.in: Check for strerror.
8307
83081994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8309
8310 * configure.in: Test for bcmp.
8311
83121994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8313
8314 * make-dist (tempdir): Put subdir msdos into the distribution.
8315
83161993-01-07 Morten Welinder (terra@diku.dk)
8317
8318 * config.bat: New file.
8319
83201994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8321
8322 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
8323
83241994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8325
8326 * configure.in (m68*-next-*): Don't care about which os is specified.
8327 (i[34]86-*-*): Check for *-nextstop*.
8328
83291993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8330
8331 * configure.in: Check for setsid.
8332
83331993-12-17 Richard Stallman (rms@srarc2)
8334
8335 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
8336
83371993-12-15 Richard Stallman (rms@srarc2)
8338
8339 * Makefile.in (mkdir): Make only the lockdir writable.
8340
8341 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
8342
83431993-12-11 Richard Stallman (rms@srarc2)
8344
8345 * Makefile.in (libdir): Use @libdir@.
8346
83471993-12-08 Richard Stallman (rms@srarc2)
8348
8349 * Makefile.in (install): Add empty command.
8350
83511993-12-04 Richard Stallman (rms@srarc2)
8352
8353 * make-dist: Put man/getopt.c in the dist.
8354
8355 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
8356
8357 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
8358
83591993-12-03 Richard Stallman (rms@srarc2)
8360
8361 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
8362 Set it for all solaris versions.
8363 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
8364 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
8365 Likewise for NON_GNU_CC and CC.
8366
83671993-12-01 Richard Stallman (rms@srarc2)
8368
8369 * configure.in (mips-mips-riscos4*): Assign variable CC.
8370 (checking ${with_gcc}): If "no", don't override CC if already set.
8371 (CC): Initialize it as empty.
8372
83731993-11-30 Richard Stallman (rms@srarc2)
8374
8375 * configure.in (Suns): Set CPP if *-solaris2.3*.
8376
83771993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8378
8379 * Version 19.22 released.
8380
8381 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
8382
83831993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8384
8385 * make-dist: When breaking links, use cp -p.
8386 Copy install.sh into distribution.
8387 Move the temp dir up into the parent dir;
8388 don't leave the staging dir make-dist.tmp... in existence.
8389 * install.sh: New file.
8390
83911993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8392
8393 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
8394
83951993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8396
8397 * configure.in (version): When --run-in-place, exclude
8398 ${datadir}/emacs/site-lisp from locallisppath.
8399
84001993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8401
8402 * configure.in: Delete jumk.c before writing it.
8403
84041993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8405
8406 * Version 19.21 released.
8407
8408 * Makefile.in (mkdir): Ignore error from chmod.
8409
84101993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8411
8412 * make-dist: Don't put lisp/forms.README in the distribution.
8413
84141993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8415
8416 * configure.in (creating src/Makefile): Before running cpp,
8417 discard all lines that start with `# Generated' or /**/#.
8418
84191993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8420
8421 * Version 19.20 released.
8422
8423 * make-dist: Use build-ins.in, not build-install.in.
8424 Don't bother updating TAGS since it's not included.
8425
8426 * build-ins.in: Renamed from build-install.in.
8427
84281993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8429
8430 * make-dist: Don't try to link *.texinfo--there are none now.
8431 When running make in lib-src, specify YACC var value.
8432
84331993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8434
8435 * configure.in (extrasub): Add vpath patterns for %.[yls].
8436
8437 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
8438 Instead just include the commands to make src/Makefile as the
8439 second arg to AC_OUTPUT.
8440
8441 * configure.in: Use : instead of dnl for comment inside
8442 $makefile_command.
8443
8444 * configure.in: No longer use vpath_sed. Instead, when we notice
8445 srcdir already configured, set extrasub to hack vpath in the
8446 makefiles.
8447
8448 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
8449 before moving it.
8450 * Makefile.in (VPATH): Define to @srcdir@.
8451
84521993-09-28 Brian J. Fox (bfox@cubit)
8453
8454 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
8455 doesn't exist. Just copy src/Makefile.in instead. Touch
8456 all of the Makefiles after editing config.status.
8457
8458 * INSTALL: Update documentation to match new configuration
8459 mechanism.
8460
84611993-09-27 Brian J. Fox (bfox@ai.mit.edu)
8462
8463 * configure.in: Allow any of the path or directory Makefile
8464 variables to be set with flags to configure. Create all Makefiles
8465 at configure time. Edit special commands into config.status after
8466 src/Makefile.in is built from src/Makefile.
8467
8468 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
8469 If these files are out of date, simply have config.status
8470 rebuild them; don't rebuild them explicitly.
8471
84721993-09-25 Brian J. Fox (bfox@ai.mit.edu)
8473
8474 * build-install.in: Change src/xemacs to src/emacs. We no longer
8475 create src/xemacs, so the file wouldn't be found.
8476
8477 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
8478
84791993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8480
8481 * configure.in: Avoid forcing the search of /usr/include before
8482 fixed include files by resetting C_SWITCH_X_SITE if it is
8483 "-I/usr/include".
8484
84851993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8486
8487 * Makefile.in (@rip_paths@locallisppath):
8488 Delete ${datadir}/emacs/site-lisp.
8489
84901993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8491
8492 * configure.in:
8493 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
8494 Remove ${extra_output} from AC_OUTPUT call.
8495
84961993-09-17 Brian J. Fox (bfox@inferno)
8497
8498 * make-dist: Quote backquotes found in strings to be echoed.
8499
8500 * configure.in: Use "sh -c pwd" when we want to avoid having the
8501 shell fix up the value of $PWD.
8502
85031993-09-13 Brian J. Fox (bfox@inferno)
8504
8505 * Makefile.in (do-install): Don't abort if ln or chmod at the end
8506 of the installation fail. Suggested by Karl Berry.
8507
85081993-08-30 Brian J. Fox (bfox@inferno)
8509
8510 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
8511 was used. Set MAKEFLAGS from MFLAGS.
8512
85131993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8514
8515 * configure.in: Test for res_init in libc.
8516
85171993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8518
8519 * configure.in: In the file ${tempcname}, use configure___
8520 instead of @configure@.
8521
85221993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
8523
8524 * make-dist: Dist vpath.sed
8525
8526 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
8527 Depend on vpath.sed.
6e81c819 8528 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
8529
8530 * configure.in: Substitute variable `vpath_sed'.
8531 If not in $srcdir and $srcdir is configured,
8532 issue warning that GNU make is required,
8533 and set vpath_sed to use vpath.sed script.
8534
85351993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8536
8537 * configure.in: Remove check for $srcdir being configured. This
8538 pretty much works now.
8539 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
8540 Check for XFree86 (/usr/X386/include) independent of whether
8541 -lXbsd exists.
8542
8543 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
8544 realclean, unlock, relock): Use `$(MAKE)' in place of plain
8545 `make'.
8546
85471993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8548
8549 * Version 19.19 released.
8550
8551 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
8552
85531993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8554
8555 * configure.in: Check for XScreenNumberOfScreen.
8556
85571993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8558
8559 * configure.in: Add * to end of all configuration alternatives.
8560 (m68*-sony-newsos3*): New alternative.
8561
85621993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8563
8564 * make-dist: Include getdate.c in distribution.
8565
8566 * configure.in: For --help, use $PAGER if it is set.
8567 (LIB_X11_LIB): Default to -lX11.
8568 (mips-sgi-irix5.*): New alternative.
8569
8570 * Makefile.in (do-install): Install info/gnus* and info/sc*.
8571
8572 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
8573 Recognize *.B8.* as hpux version 8.
8574 (m68*-tektronix-bsd*): Fix typo in tek4300.
8575 (AC_HAVE_FUNCS): Add ftime.
8576
85771993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8578
8579 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
8580 Use tekxd88, not tekXD88.
8581
85821993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8583
8584 * configure.in: Check for -lm. Then can check for frexp and logb.
8585
85861993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8587
8588 * Version 19.18 released.
8589
8590 * make-dist (src): Don't put gnu-hp300 in dist.
8591 (src, lisp): Include OChangeLog in dist.
8592
85931993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8594
8595 * configure.in: Test for presence of logb and frexp functions.
8596
85971993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8598
8599 * configure.in (machine): Add i370-ibm-aix*.
8600
86011993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8602
8603 * configure.in (function checks): Test for mkdir and rmdir.
8604
8605 * configure.in (function checks): Don't test for random and bcopy
8606 only when we're building with X; look for them all the time.
8607
86081993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8609
8610 * configure.in: Test for availability of bcopy functions, searching
8611 the X libraries if we're using X.
8612
8613 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
8614 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
8615 versions of AIX, and needs to be passed to the loader.
8616
8617 * configure.in: Test for the availability of the
8618 XScreenResourceString function.
8619
86201993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
8621
8622 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
8623 LD_SWITCH_X_SITE and assume --with-x11.
8624 Only look for X11 files if we weren't told about a window system
8625 or if we were told to use X11 but not told where.
8626 Search the libraries from the s and/or m files when checking for
8627 functions.
8628
8629 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
8630
86311993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8632
8633 * make-dist: Include lisp/dired.todo in the distribution.
8634
86351993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8636
8637 * configure.in: Add code to set HAVE_INET_SOCKETS.
8638
86391993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8640
8641 * configure.in: If we do find x_includes and x_libraries
8642 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
8643
86441993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8645
8646 * make-dist: Include src/gnu-hp300 in the dist.
8647
8648 * configure.in (canonical): New variable holds the canonicalized
8649 configuration. Don't alter `configuration'. Use `configuration'
8650 for Makefile.in for file naming.
8651 (testing x_includes and x_libraries): Use =, not ==.
8652
86531993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8654
8655 * Version 19.17 released.
8656
8657 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
8658 directory's makefile. This allows the invocation of CPP which
8659 builds xmakefile to receive these switches. The SunSoft C
8660 preprocessor inserts spaces between tokens if it doesn't get the
8661 -Xs flag requested in src/s/sol2.h.
8662
86631993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
8664
8665 * configure.in (m68k-bull-sysv3): New config.
8666
86671993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8668
8669 * configure.in: Use the autoconf AC_FIND_X macro to try to find
8670 the X Windows libraries.
8671
86721993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8673
8674 * make-dist (tempdir): Don't create lisp/forms-mode directory in
8675 the distribution. Those files aren't kept in their own
8676 subdirectory any more.
8677
86781993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8679
8680 * Version 19.16 released.
8681
86821993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8683
8684 * configure.in: Add --verbose flag.
8685
86861993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8687
8688 * version 19.15 released.
8689
86901993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8691
8692 * Makefile.in (top_distclean): Use -f switch when cleaning out
8693 lock dir; it might be empty.
8694
8695 * configure.in: Only check for -lXbsd once.
8696
86971993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8698
8699 * Version 19.14 released.
8700
87011993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8702
8703 * make-dist: If using gzip, create distribution with '.gz' extension.
8704
8705 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
8706 (lisp/forms-mode): This doesn't exist anymore.
8707
8708 * configure.in: Look for the closedir function.
8709
87101993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8711
8712 * configure.in (CPP): Autoconf sets this to a shell variable
8713 reference, which doesn't work when it's edited into a makefile.
8714 Expand that variable reference.
8715
8716 * Makefile.in (CPP): New variable.
8717 (src/Makefile): Edit CPP into src/Makefile.
8718
8719 * Makefile.in (src/Makefile): Don't bother exiting single quotes
8720 and entering double quotes to get the values of LD_SWITCH_X_SITE
8721 and the other make variables; make substitutes them in anyway.
8722
8723 * Makefile.in (uninstall): Don't remove the lisp and etc
8724 directories if they're in the source tree.
8725
8726 Bring mumbleclean targets into conformance with GNU coding standards.
8727 * Makefile.in (mostlyclean, clean): Separate these two; just have
8728 them pass the request to the subdirectory makefiles.
8729 (distclean): Pass the request down, and then get rid of the
8730 files configure built, and get rid of the Makefiles.
8731 (realclean): Pass the request down, and then do the same things
8732 distclean does.
8733 (uninstall, info, dvi): New targets.
8734
8735 * configure.in: Move clause for PC-compatible i386 box to the end
8736 of the case statement, to avoid masking configurations below.
8737
8738 * configure.in: Add case for m88k-motorola-sysv4.
8739
8740 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
8741 the HP 68000 machines.
8742
8743 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
8744 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
8745 preprocessor won't fiddle with them.
8746
87471993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8748
8749 * Makefile.in (TAGS): cd to src to run etags.
8750
87511993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8752
8753 * configure.in (version): Check the X libraries for XrmSetDatabase
8754 and random, and see if we have -lXbsd.
8755
87561993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8757
8758 * configure.in: Pass "-Isrc" to the CPP we run to examine the
8759 s/*.h and m/*.h files. Martin Tomes
8760 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
8761
87621993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8763
8764 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
8765 above the general i386 alternative.
8766
87671993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8768
8769 * configure.in: Recognize configuration name for Data General
8770 AViiON machines.
8771
8772 * configure.in: Use AC_LONG_FILE_NAMES.
8773
87741993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8775
8776 * configure.in: Test for bison.
8777 * Makefile.in (YACC): New variable.
8778 (lib-src/Makefile.in): Edit YACC into the makefile.
8779
87801993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8781
8782 * Version 19.13 released.
8783
8784 * configure.in (CFLAGS): Don't set this according to the value of
8785 the GCC shell variable. Instead, consult the machine and system
8786 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
8787 test __GNUC__ while we're at it.
8788
8789 * configure.in: Remove extra ;; from hpux cases.
8790
87911993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8792
8793 * configure.in: Check to see if the system has -ldnet.
8794
87951993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8796
8797 * make-dist: Add clauses to distribute lisp/forms-mode.
8798
87991993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8800
8801 * configure.in (machine): Fix the versions in hpux version number test.
8802 Do not guess based on cpu type. Do check for explicit system version.
8803
88041993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8805
8806 * configure.in: Do NOT look for `unknown' as company name.
8807
88081993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8809
8810 * configure.in: Fix typo in message.
8811
88121993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8813
8814 * Version 19.12 released.
8815
8816 * Makefile.in (do-install): Correct previous etc-copying change.
8817 Partially rewrite using `if'.
8818 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
8819
8820 * Version 19.11 released.
8821
8822 * configure.in: Handle 386bsd.
8823
88241993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8825
8826 * make-dist: Update getdate.c.
8827
8828 * configure.in: Handle bsd386.
8829
8830 * Makefile.in (do-install): Use `-' in tar options.
8831
8832 * configure.in: Change ! "${...}" to x"${...}" = x.
8833
8834 * Makefile.in (do-install): Copy the DOC-* files from the build
8835 etc directory, as well as lots of things from ${srcdir}/etc.
8836
8837 * make-dist: Copy config.guess.
8838
8839 * configure.in: Handle AIX versions 1.2, 1.3.
8840
88411993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8842
8843 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
8844 the configuration name mips-mips-usg* to represent USG systems.
8845
8846 * configure.in: Fix logic to detect if srcdir is already configured.
8847
8848 * Makefile.in: Pass in LD_SWITCH_X_SITE.
8849
8850 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
8851 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
8852 of a directory; cd might fail, and have pwd print out the current
8853 directory.
8854
88551993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8856
8857 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
8858
88591993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8860
8861 * configure.in: Complain if srcdir points at an already-configured
8862 tree.
8863
88641993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8865
8866 * Version 19.10 released.
8867
88681993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8869
8870 * Makefile.in: Use Makefile comments, not C comments.
8871
8872 * configure.in: Add case for the Tektronix XD88.
8873
88741993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8875
8876 * configure.in: Handle sysv4.2 and sysvr4.2.
8877
88781993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8879
8880 * configure.in: Traverse the argument list without destroying it;
8881 don't use shift. It turns out that "set - ${saved_arguments}"
8882 doesn't work portably.
8883
8884 * configure.in: Add missing "fi".
8885
8886 * make-dist: Rebuild configure if configure.in is newer.
8887
8888 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
8889 targets to be executed even if make remembers that it has already
8890 satisfied FRC.
8891
88921993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8893
8894 * Makefile.in (do-install): Delete redundant code to copy etc twice.
8895
8896 * configure.in (romp): Handle various version numbers with aos and bsd.
8897
88981993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8899
8900 * configure.in: Fix message text.
8901
89021993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8903
8904 * make-dist: Make a `site-lisp' directory in the distribution,
8905 instead of a `local-lisp' directory, which hasn't been the
8906 appropriate name for a long time.
8907 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
8908 from the distribution first, then /usr/local/lib/emacs/site-lisp.
8909
8910 * Makefile.in (do-install): Correctly detect if ./etc and
8911 ${srcdir}/etc are the same.
8912
8913 * configure.in: Extract UNEXEC from the system configuration
8914 files, compute the name of the source file corresponding to the
8915 object file, and #define it as UNEXEC_SRC in config.h.
8916
8917 * configure.in: If srcdir is '.', then try using PWD to make it
8918 absolute.
8919
8920 * configure.in: Include ${srcdir} in the printed report, to help
8921 people notice if it's an automounter path.
8922
89231993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8924
8925 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
8926
89271993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8928
8929 * Makefile.in (do-install): Delete the dest dir, not the source dir,
8930 when they are different. Add `shift' command.
8931 (COPYDESTS, COPYDIR): Delete external-lisp dir.
8932 (externallispdir): Var deleted.
8933
8934 * configure.in: Delete spurious paren outputting short_usage.
8935
89361993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8937
8938 * Version 19.9 released.
8939
89401993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8941
8942 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
8943 subdirectory makes.
8944
8945 * make-dist: Check for .elc files with no corresponding .el file.
8946
8947 * Makefile.in (mkdir): Make all the directories in locallisppath.
8948
8949 * config.guess: New file.
8950 * configure.in: Use it, tentatively.
8951 * INSTALL: Mention its usage.
8952
8953 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
8954 the former gives you the operating system rev directly. Use
8955 s/hpux.h if we don't recognize what we got.
8956
8957 * Makefile.in (do-install): Don't remove a destination directory
8958 if it's the same as the source. If ${srcdir}/info == ${infodir},
8959 don't try to copy the info files.
8960
8961 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
8962 doesn't work if you're not using a separate source directory.
8963 (do-install): Copy the build tree's etc directory only after
8964 making sure it's not also the source tree's etc directory.
8965
89661993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8967
8968 * configure.in: Handle sunos4.1.3 specially.
8969
89701993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8971
8972 * Makefile.in (INSTALL): Add definition.
8973
8974 * configure.in: Fix some messages. Support -with-gnu-cc.
8975 At the end, use `set --', not `set -'.
8976 Delete spurious `.h' in hpux alternatives.
8977
89781993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8979
8980 * Version 19.8 released.
8981
89821993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8983
8984 * configure.in: When looking for source in the same directory as
8985 the configure script, make the path thus discovered absolute.
8986 If the user specifies the `--srcdir' switch, make that directory
8987 absolute too.
8988
8989 * Makefile.in (srcdir): Remove comment saying this doesn't work.
8990
8991 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
8992 too, as the value of the PATH_INFO macro.
8993
8994 * configure.in: Check to see if the source lives in the same
8995 directory as the configure script.
8996
89971993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8998
8999 * Makefile.in (install): Split this into `install' and
9000 `do-install', to give people more control over exactly what gets
9001 done.
9002 (do-install): New target, containing the guts of `install'. Don't
9003 remove and recreate the directories inside the copying loop - do
9004 it all before the copying loop. Pass more flags to the lib-src
9005 make.
9006 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9007 avoid errors and warnings.
9008
9009 * configure.in: For generic IBM PC boxes, insist on "unknown" for
9010 the manufacturer - the more general case was blocking other i386
9011 configuration names below, and that's how the names are written in
9012 MACHINES anyway.
9013
9014 * make-dist: When breaking links, remove the link before moving
9015 the copy onto it, to avoid interactive behavior.
9016
9017 * Makefile.in: Doc fix.
9018
9019 * configure.in: Doc fix.
9020
9021 * INSTALL: Mention --exec-prefix option.
9022
9023 * configure.in: Add support for the `--exec-prefix' option.
9024 * Makefile.in: Accept that support.
9025
9026 * configure.in: Use the AC_PROG_INSTALL macro.
9027 * Makefile.in (INSTALL): Variable removed.
9028 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9029
9030 * configure.in: Distinguish between hp800's and hp700's by calling
9031 "uname -m".
9032
90331993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9034
9035 * configure.in: Recognize configuration names for i860 boxes
9036 running SYSV.
9037
90381993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9039
9040 * configure.in: Distinguish between hp800's and hp700's by the
9041 version of HP/UX they run, since that's something people are more
9042 likely to know - hp700's run 8.0.
9043 Add HP 700 configuration.
9044
9045 * configure.in: Test for the presence of the `rename' function.
9046
9047 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9048 configure.in.
9049 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9050
9051 * make-dist: Break intra-tree links.
9052
9053 * configure.in: Explain that this is an autoconf script, and give
9054 instructions for rebuilding configure from it. Arrange to put
9055 comments in configure explaining this too.
9056
9057 * configure.in: Make the first line of the configure script be
9058 "#!/bin/sh". Leaving the first line blank didn't work.
9059
9060 * configure.in (long_usage): Removed; made short_usage describe
9061 the options briefly.
9062
9063 * configure.in: Implement the --prefix option.
9064 * Makefile.in (prefix): Add support for it here.
9065 * INSTALL: Document it here.
9066
9067 * Makefile.in (install): Don't assume that the files in the `info'
9068 subdirectory match *.info. They don't have that prefix.
9069
90701993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9071
9072 * configure.in: Add case for version 5 of Esix.
9073
90741993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9075
9076 * Version 19.7 released.
9077
9078 * make-dist: There aren't any *.com files in lib-src anymore.
9079
9080 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
9081 them; they're symlinks to other filesystems on the GNU machines.
9082
9083 * make-dist: Check that the manual reflects the same version of
9084 Emacs as stated in lisp/version.el. Edit that version number into
9085 the README file.
9086
90871993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9088
9089 * configure.in: Remove the hack of AC_DEFINE; use
9090 AC_DEFINE_UNQUOTED.
9091
90921993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9093
9094 * make-dist: Don't distribute precomp.com, compile.com, or
9095 link.com from ./src; they're in ./vms now.
9096
9097 Some time-handling patches from Paul Eggert:
9098 * configure.in: Add AC_TIMEZONE.
9099
91001993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9101
9102 * configure.in: Recognize Linux as a valid operating system for
9103 the i386.
9104
91051993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9106
9107 * make-dist: Distribute some VMS files we got from Richard Levitte.
9108
9109 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
9110 the source for the sed command, not oldXMenu/Makefile.
9111
91121993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9113
9114 * INSTALL: Don't claim the srcdir option doesn't work.
9115
91161993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9117
9118 * configure.in: Include remarks saying what order the autoconf
9119 tests should go in, and remind people to change config.h.in
9120 whenever they add autoconf tests which make #definitions.
9121
9122 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
9123
91241993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9125
9126 * Makefile.in (oldXMenu/Makefile): Make this depend on
9127 ${srcdir}/oldXMenu/Makefile.in, not itself.
9128
9129 * PROBLEMS: Some updates from David J. Mackenzie.
9130
9131 More changes from David J. Mackenzie.
9132 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
9133 removed; autoconf and config.h should specify all these
9134 differences.
9135 (buildlisppath): Make this path depend on ${srcdir}.
9136 (INSTALLFLAGS): Removed.
9137 (INSTALL): Include the -c flag.
9138 (install): Change the way we invoke install accordingly.
9139
9140 Install ${srcdir} changes from DJM.
9141 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
9142 list.
9143 (COPYDIR, COPYDESTS): Install files from both the etc directory in
9144 the source tree and the etc directory in the object tree.
9145 (${SUBDIR}): Pass the prefix variable down to submakes.
9146 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
9147 in /bin.
9148 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
9149 values for srcdir and VPATH.
9150 (install): Add `v' flag to tar command. Make sure that `dir'
9151 exists in ${srcdir}/info before copying it. Remember that the man
9152 pages come from the source tree, not the object tree.
9153 * configure.in: Remove remarks saying that the --srcdir option
9154 doesn't work.
9155 Create the etc directory in the object tree.
9156 Recognize configuration names of the form *-sun-solaris*.
9157 Recognize sunos5 and solaris as operating system names.
9158
9159 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
9160 lib-src/getdate.y and src/systime.h.
9161
91621993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9163
9164 * make-dist: Make links in info subdir.
9165
91661993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9167
9168 * configure.in: Call AC_STDC_HEADERS.
9169
91701993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9171
9172 * configure.in: Sidestep autoconf's quoting of the second argument
9173 of AC_DEFINE, so we can specify the value to put there. It would
9174 be nice if autoconf provided some way to specify computed values
9175 for macros.
9176
91771993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9178
9179 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
9180 this is always just -DHAVE_CONFIG_H.
9181
9182 The GNU coding standards specify that CFLAGS should be left for
9183 users to set.
9184 * Makefile.in (CFLAGS): Let configure determine the default value
9185 for this. Don't
9186 have it default to DEFS.
9187 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
9188 (lib-src/Makefile, src/Makefile): Edit the default value for
9189 CFLAGS into these files, not DEFS.
9190 * configure.in (CFLAGS): Choose a default value for this - "-g"
9191 normally, or "-g -O" if we're using GCC. Edit it into the
9192 top-level Makefile.
9193
9194 * configure.in: When scanning the machine and system description
9195 #include files, write their names to conftest.c properly.
9196
91971993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9198
9199 * configure.in: In configuration name case for Apallos running
9200 Domainios, set opsys, not opsysfile.
9201
9202 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
9203 src/config.h, instead of AC_OUTPUT; the latter overwrites
9204 src/config.h even when it hasn't changed, puts a makefile-style
9205 comment at the top even though it's C code, and produces a
9206 config.status script which doesn't do the job right.
9207
9208 * configure.in: Add AC_LN_S test, so we can tell whether or not we
9209 can use a symbolic link to get the X Menu library into src.
9210 * Makefile.in (LN_S): New variable.
9211 (src/Makefile): Edit the value of LN_S into this makefile.
9212
92131993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9214
9215 * configure.in: Support *-sco3.2v4* as opsystem.
9216
9217 * make-dist: Don't include calc directory.
9218 Exclude many files in the man directory; copy a few.
9219
92201993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9221
9222 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
9223 call AC_STRUCT_TM to see what's in time.h.
9224
9225 * configure.in: Employ quoting stupidity to get the value of CPP
9226 to expand properly.
9227
92281993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9229
9230 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
9231 variable to scan the machine and system description files.
9232
9233 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
9234 so that getdate.y builds correctly.
9235
92361993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9237
9238 * configure.in (tempcname): Change this to "conftest.c", so it will
9239 work properly on systems with short filenames; this is the name
9240 autoconf uses.
9241
9242 * configure.in: Also detect the availability of dup2 and
9243 gethostname.
9244
9245 * configure.in: Use the AC_ALLOCA test.
9246 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
9247 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
9248
92491993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9250
9251 * make-dist: Distribute configure, as well as configure.in.
9252 Oversight.
9253
92541993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9255
9256 * Makefile.in (install): Print out the name of the directory we're
9257 copying, so people can have some idea of whether we're making
9258 progress.
9259
9260 * Makefile.in (install.aix, install.xenix, install.sysv, install):
9261 Don't forget to re-create the COPYDESTS directories after we clear
9262 them out.
9263
92641993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9265
9266 * Makefile.in: Add autoconf cookies so that the configure
9267 script can comment out sections of path variable definitions to
9268 choose between the installable configuration and the run-in-place
9269 configuration.
9270 * configure.in: Add new option `--run-in-place', to select the
9271 run-in-place path definitions.
9272
9273 * configure.in: Add a clause to the big configuration name case
9274 for the NeXT machine.
9275
92761993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9277
9278 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9279 Make sure that each source directory exists, and is different from
9280 the destination directory; then, delete the destination before
9281 copying over the source.
9282
9283 * make-dist: Distribute configure.in, instead of configure.
9284
92851993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9286
9287 * configure.in: Don't set CC to "gcc -O" if the user specifies
9288 `--with-gcc'. Add -O to DEFS if GCC is set.
9289
92901993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9291
9292 * Makefile.in (clean mostlyclean): Missing right paren.
9293
9294 * configure.in: When checking for X windows, search for an X11
9295 subdirectory of ${x_includes}.
9296
9297 * configure.in: Check for gettimeofday function, for getdate.y.
9298
9299 Change `configure' to a mixture of custom code and autoconf stuff.
9300 autoconf can't derive all the information we need, but we'd really
9301 like to be able to take advantage of some of its tests, and its
9302 file-editing facilities.
9303 * configure.in: Renamed from configure.
9304 Quote the sections of shell script we want copied literally to
9305 the configure script.
9306 (compile): Initialize this to make the autoconf macros' code happy.
9307 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
9308 code to do their jobs.
9309 Use autoconf to produce Makefile and src/config.h.
9310 Remove the Makefile-style comment that autoconf places at the top
9311 of src/config.h.
9312 (config_h_opts): Removed - no longer necessary.
9313 * Makefile.in (configname): Renamed to configuration.
9314 (CONFIG_CFLAGS): Renamed to DEFS.
9315 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
9316 get values via autoload @cookies@.
9317 (libsrc_libs): Get this from autoconf. We used to do nothing
9318 about this.
9319 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
9320
9321 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
9322 echo the move-if-change command.
9323
93241993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
9325
9326 * make-dist: Distribute lib-src/rcs-checkin.
9327
9328 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
9329 Don't try to make links to the RCS or Old subdirectories.
9330 Use the appropriate extension for the compression type in use.
9331 Create the tar file in the shell's initial default directory, not
9332 in ${tempparent}.
9333 Erase the whole ${tempparent} tree, not just ${tempdir}.
9334
93351993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9336
9337 * Makefile.in (src/paths.h): Don't echo the huge sed command we
9338 use to build paths.h.
9339 (lib-src/Makefile, src/Makefile): Similarly.
9340
9341 * configure: Extend test for working `const' keyword to handle AIX
9342 3.2 cc.
9343
93441993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9345
9346 * make-dist: Distribute lisp/term/ChangeLog.
9347
9348 Arrange for C compilation throughout the tree to get
9349 C_SWITCH_SYSTEM from the configuration files.
9350 * configure: Extract C_SWITCH_SYSTEM from the machine and
9351 system-dependent files, and save it in the top-level Makefile.
9352 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
9353 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
9354
9355 * make-dist: Include the VMS support files in oldXMenu in the
9356 distribution.
9357
9358 * configure: Doc fix.
9359
9360 * configure: Fix corrupted config_h_opts.
9361
9362 * configure: Properly report option names in error messages.
9363
9364 * configure: Properly recognize --x-includes and --x-libraries
9365 options.
9366
9367 * configure: Fix syntax errors in code handling XFree386.
9368
93691993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9370
9371 * configure: Add special code to detect XFree386, and tell
9372 config.h about it.
9373
9374 * configure: Properly handle extracting values of LIBS_MACHINE and
9375 LIBS_SYSTEM that contain spaces.
9376
9377 * configure: Add `--x-includes' and `--x-libraries' options. I
9378 think these are dopey, but no less than three alpha testers, at
9379 large sites, have said they have their X files installed in odd
9380 places. Implement them by setting C_SWITCH_X_SITE and
9381 LD_SWITCH_X_SITE in src/config.h.
9382
93831993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9384
9385 * make-dist: Don't distribute etc/Old files.
9386
9387 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
9388 backups.
9389
93901993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9391
9392 * make-dist: Fix typo.
9393
93941993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9395
9396 * make-dist: Corrected typo, fixed it to discard = and TAGS files
9397 in some cases where it should but didn't seen to.
9398
9399 * Makefile.in: Added unlock and relock productions.
9400
94011993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9402
9403 * make-dist: Add a --compress option to force make-dist to use
9404 compress.
9405
9406 * make-dist: Use gzip, if we can find it.
9407
9408 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9409 make rs6000-ibm-aix default to -aix32.
9410
94111993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9412
9413 * Makefile.in: Added `Developer's configuration' section.
9414
94151993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9416
9417 * Makefile.in: Add commented-out variable settings for developer's
9418 configuration.
9419
94201993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9421
9422 * make-dist: Distribute `src/bitmaps' too.
9423
94241993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
9425
9426 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9427 make rs6000-ibm-aix default to -aix32.
9428
94291993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9430
9431 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
9432
9433 * Makefile.in (install.sysv): Add a second `$' in front of
9434 `${dest}', so that the shell will expand it, instead of Make.
9435
9436 * configure: When processing the name of the configure script,
9437 collapse `././' to `./', but leave a single `./' prefix alone.
9438
9439 * configure: Doc fix.
9440
94411993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9442
9443 * configure: Handle isc3.0 correctly.
9444
94451993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9446
9447 * make-dist: Don't try to copy the COPYING notice into
9448 external-lisp; we're not distributing that directory any more.
9449
94501993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9451
9452 * Makefile.in (install, install.aix, install.xenix, install.sysv):
9453 Remove CVS subdirectories from the installed directory trees, as
9454 well as RCS directories.
9455
94561993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9457
9458 * make-dist: Only copy gmalloc.c if we couldn't link it.
9459 Don't try to copy man/{README,Makefile} unless they actually exist.
9460
9461 * Makefile.in (lisppath): Don't include externallispdir in this.
9462 We're not sure whether we're even going to distribute the
9463 directory yet.
9464
94651993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9466
9467 * make-dist: Don't distribute the external-lisp directory anymore.
9468 * INSTALL: Remove all references to external-lisp.
9469
9470 * configure: Detect whether the compiler supports `const'
9471 properly, and edit src/config.h accordingly.
9472
9473 * configure: Tweak layout of final report.
9474
9475 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
9476 CFLAGS.
9477
9478 * Makefile.in (locallisppath): Make this default to
9479 ${datadir}/emacs/site-lisp, instead of
9480 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
9481 the same thing, and local-lisp causes completion conflicts with
9482 lock.
9483 (lisppath): Add ${externallispdir} to this.
9484 * INSTALL: Adjust installation directions.
9485
9486 * Makefile.in (externallispdir): New variable, to say where to
9487 install the externally-maintained lisp files.
9488 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
9489 the others.
9490 * INSTALL: Describe external-lisp and the new externallispdir
9491 variable.
9492
94931993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9494
9495 * configure (progname): New option `--with-gcc'. Make it clearer
9496 how we are trying to guess whether or not we have GCC.
9497 * INSTALL: Document the `--with-gcc' option, and improve
9498 description of `--with-x' options.
9499
95001993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9501
9502 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
9503 ${infodir} from these variables; we have written out explicit code
9504 to install the info files.
9505
95061993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9507
9508 * make-dist: Don't distributed the RCS files in the etc directory.
9509
95101993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9511
9512 * Makefile.in: Some makes can't handle comments in the middle of
9513 commands; move them to before the whole rule.
9514
95151993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9516
9517 * README: Mention what Emacs is.
9518
95191993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9520
9521 * make-dist: Include `./lisp/calc-2.02' in the distribution.
9522 Add `./cpp' and `./man' back into the distribution.
9523
95241993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9525
9526 * Makefile.in: Define MAKE, and use where appropriate.
9527
95281993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9529
9530 * make-dist: Remember that the authoritative COPYING notice is
9531 `etc/COPYING', not `../etc/COPYING'.
9532
95331992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9534
9535 * make-dist: Make sure that the COPYING notices in each directory
9536 are copies, not symlinks.
9537
95381992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9539
9540 * INSTALL: The build process produces an executable called `emacs'
9541 now. Change references.
9542 * Makefile.in: Adjust `install.mumble' targets to install
9543 `src/emacs', not `src/xemacs'.
9544
9545 * configure: Start with a blank line; this keeps some old CSH's
9546 from thinking it's a CSH script. Most systems will just use
9547 /bin/sh to run it, which is what we're expecting; the only other
9548 shells which might try to interpret it themselves are probably
9549 Bourne-compatible.
9550
95511992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9552
9553 * INSTALL: Improvements suggested by David Mackenzie.
9554
95551992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9556
9557 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9558 Don't try to copy the info files if there aren't any; the
9559 unexpanded globbing pattern disappoints `install'. Ignore the
9560 return status of that command.
9561
9562 * INSTALL: Updated for new configuration arrangement.
9563
9564 * configure: Don't make the top-level Makefile read-only - people
9565 may want to edit the values of the path variables.
9566
9567 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9568 Install the info files in ${infodir}. Install the executable
9569 under both `emacs' and `emacs-VERSION'.
9570
9571 * Makefile.in: Doc fix.
9572
9573 * Makefile.in (exec_prefix): New variable, as per latest version
9574 of coding standards.
9575 (bindir, libdir): Use it, instead of `prefix'.
9576 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
9577
9578 * Makefile.in (mandir): Make the default value for this depend on
9579 $(prefix).
9580
9581 * Makefile.in (datadir, statedir, libdir): Make these all default
9582 to ${prefix}/lib.
9583 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
9584 to compensate.
9585
9586 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9587 Install the etags and ctags man pages too.
9588
9589 * Makefile.in (distclean): Don't delete backup files; that's the
9590 job of extraclean.
9591 (extraclean): Like distclean, but deletes backup and autosave files.
9592
95931992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9594
9595 Make path specification conform to GNU coding standards.
9596 * configure (long_usage): Remove all traces of old arguments from
9597 usage messages, and document the options we do accept in more
9598 detail: -with-x... and --srcdir.
9599 (options, boolean_opts): Deleted; we don't have enough options to
9600 make this worthwhile.
9601 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
9602 along with the code which supported them; these should be set as
9603 arguments to the top-level make.
9604 (config_h_opts): Since this no longer doubles as a list of option
9605 names, make them upper case; this simplifies the code which uses
9606 them to build the sed command to edit src/config.h. Change the
9607 code which sets them.
9608 (cc, g, O): Don't allow the user to set these using options; they
9609 should be specified using `CC=' and `CFLAGS=' arguments to the
9610 top-level make. Just choose reasonable default values for them,
9611 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
9612 values.
9613 (gnu_malloc, rel_alloc): Don't allow the user to set these using
9614 options; use them whenever the configuration files say they're
9615 possible.
9616 Simplify the argument processing loop. Don't accept abbreviations
9617 for option names; these might conflict with other configuration
9618 options in the future.
9619 Add some support for the `--srcdir' option. Check for the sources
9620 in . and .. if `--srcdir' is omitted. If the directories we will
9621 compile in don't exist yet, create them under the current directory.
9622 Note that the rest of the build process doesn't really support
9623 this.
9624 Edit only the top Makefile. That should edit the others. Edit
9625 into the makefile: `version', from lisp/version.el, `configname'
9626 and `srcdir' from the configuration arguments, `CC' and
9627 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
9628 the user's path, and LOADLIBES as gleaned from the system
9629 description files.
9630 Simplify the report generated; it doesn't need to include any
9631 description of paths now.
9632 Make `config.status' exec configure instead of just calling it, so
9633 there's no harm in overwriting `config.status'.
9634 * Makefile.in (version, configname): New variables, used to choose
9635 the default values for datadir and libdir.
9636 Path variables rearranged into two clearer groups:
9637 - In the first group are the variables specified by the GNU coding
9638 standards (prefix, bindir, datadir, statedir, libdir, mandir,
9639 manext, infodir, and srcdir).
9640 - In the second are the variables actually used for Emacs's paths
9641 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
9642 archlibdir), which depend on the first category.
9643 datadir and libdir default to directories under
9644 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
9645 demand.
9646 etcdir and lispdir default to subdirectories of datadir.
9647 archlibdir defaults to libdir.
9648 The new installation tree is a bit deeper than it used to be, so
9649 use the new make-path program in lib-src to build them all.
9650 Always build a new src/paths.h.tmp and then move-if-change it to
9651 src/paths.h, to avoid unnecessary rebuilds while responding to the
9652 right changes.
9653 Remove all mention of arch-lib. Run utility commands from
9654 lib-src, and let the executables be copied into archlibdir when
9655 Emacs is installed.
9656 Add targets for src/Makefile, lib-src/Makefile, and
9657 oldXMenu/Makefile, editing the values of the path variables into
9658 them.
9659 Let lib-src do its own installation.
9660 (datadir): Default to putting data files under
9661 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
9662 (emacsdir): Variable deleted; it would only be confusing to use.
9663 (lispdir, etcdir): Default to ${datadir}/lisp.
9664 (mkdir): Use make-path for this.
9665 (lockdir): Do this in mkdir.
9666 (Makefile): New target.
9667
9668 * configure (usage_message): Rename to long_usage.
9669
9670 * make-dist: Don't bother creating an arch-lib directory; that's
9671 only for installation now.
9672
96731992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9674
9675 * configure: Use GCC-style configuration names, using config.sub.
9676 Change the usage and help messages.
9677
9678 * configure: Initialize window_system, not indow_system.
9679
9680 * configure: Report which window system, compiler, and signal
9681 handler return type we decide to use.
9682
9683 * make-dist: Explain what's going on if config.sub and gmalloc.c
9684 can't be linked. Place the code which copies them near the code
9685 which links the rest of the files around them.
9686
96871992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
9688
9689 * make-dist: Don't bother to distribute src/*.com, or
9690 src/vmsbuild; those have all been moved to `../vms'.
9691
96921992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9693
9694 * make-dist: Don't forget that the way to avoid filenames starting
9695 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
9696 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
9697 couldn't make hard links to, since we have two already, and
9698 perhaps more to come.
9699
97001992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9701
9702 * configure: When editing parameters into lib-src/Makefile, change
9703 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
9704 needs some other flags too.
9705
97061992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9707
9708 * configure: Remove spurious echo of the configuration name.
9709
9710 * make-dist: Don't distribute files in src/m and src/s whose names
9711 begin with `='.
9712
97131992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9714
9715 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
9716 Also LISP_FLOAT_TYPE.
9717
97181992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9719
9720 * make-dist: Copy config.sub, since it's a symbolic link to a file
9721 on another file system.
9722
97231992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9724
9725 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
9726 distribution.
9727
9728 * config.sub: New file, to help us recognize configuration names.
9729 * make-dist: Include it in the distribution.
9730
97311992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9732
9733 * configure: Convert `-' to `_' in specified option names.
9734 Accept options with --. Delete --highpri and --have-x-menu options.
9735 New options --with-x and --with-x10 replace -window-system.
9736 Don't mention options --gnu-malloc, --rel-alloc
9737 or --lisp-float-type in help message.
9738
97391992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9740
9741 * make-dist: Include the `vms' subdirectory in the distribution.
9742
97431992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9744
9745 * configure: Remove lines starting with "# DIST: " when building
9746 lib-src/Makefile and src/Makefile. This allows us to mark the
9747 "Makefile.in" files with explanatory comments which won't also get
9748 stuck in the Makefiles.
9749
97501992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9751
9752 * make-dist: Don't use the '+' operator in the sed regular
9753 expression that extracts the version number from lisp/version.el;
9754 Ultrix sed doesn't seem support the operator. Just double the
9755 operand and use *.
9756
97571992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9758
9759 * Makefile.in: Doc fix.
9760
97611992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9762
9763 * configure: Rewrite sed command to remove at most one ./ prefix;
9764 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
9765 group.
9766
97671992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9768
9769 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
9770
97711992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9772
9773 * make-dist: Go ahead and build a new TAGS file, unless the
9774 --newer option was specified. Don't try to delete a TAGS file
9775 from etc; it's not kept there, and shouldn't be deleted anyway.
9776
97771992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9778
9779 * make-dist: If the lisp directory contains a default.el, don't
9780 distribute it.
9781
9782 * configure: When searching signal.h for the type of a signal
9783 return handler, make a copy of it, not a symbolic link to it; that
9784 way, it will work on systems that don't have symbolic links.
9785
97861992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9787
9788 * make-dist: Taught it about vcdiff and rcs2log, added --newer
9789 option for generating incremental distributions. Stopped it from
9790 generating a TAGS file into the distribution; that sucker is
9791 *big*, and easily enough generated with the toplevel makefile.
9792
97931992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9794
9795 * configure: When writing config.status, don't prefix progname
9796 with a '.'; it might be absolute.
9797
97981992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9799
9800 * configure: Choose to use X11 if either /usr/lib/libX11.a or
9801 /usr/include/X11 exist, not only if both exist.
9802
98031992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9804
9805 * make-dist: Make the new external-lisp directory a duplicate of
9806 the external-lisp directory, not the lisp directory.
9807
98081992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9809
9810 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
9811 clean' in arch-lib; it doesn't even have a Makefile.
9812
9813 * Makefile.in (clean, mostlyclean): In the test which tries to
9814 distinguish between the build directory, which should be cleaned,
9815 and the installed directory, which shouldn't, cd to `${emacsdir}',
9816 not `${DESTDIR}${LIBDIR}'.
9817
98181992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9819
9820 * make-dist: Be sure to delete the .c and .h files that YACC and
9821 BISON create from getdate.y.
9822
9823 * external-lisp: New directory; see `external-lisp/README'.
9824 * make-dist: Added support for the external-lisp subdirectory.
9825
9826 * make-dist: Changed message which complains that make-dist wasn't
9827 invoked in the right directory to indicate which files it was
9828 looking for.
9829
98301992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9831
9832 * configure: Add comments explaining why we can't translate
9833 character ranges or control characters in `tr'.
9834
98351992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9836
9837 * configure: When generating the configuration message, we used to
9838 build the message from the start so that each line began with "# "
9839 so that it would be a comment in `config.status'. However, this
9840 causes trouble if any of the variables we use in the message
9841 expand to more than one line of text - as gnu_malloc_reason
9842 sometimes does. So instead, we build the message as it should be
9843 printed to the user (i.e. without the "# " prefixes), and stick on
9844 the "# "s when we write it to `config.status'.
9845
9846 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
9847 `lib-src' and `arch-lib'.
9848
9849 * configure: When generating report and `config.status' file, note
9850 that bindir only determines where `make install' and
9851 `build-install' will place the executables; this should make it
9852 clear that the ordinary build process will not try to install
9853 things.
9854
98551992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9856
9857 * make-dist: Change messages to say that we are 'making links to
9858 X', rather than 'copying X'. And put `' quotes around file names.
9859
9860 * make-dist: Include '.tmp' in the name of the staging directory.
9861
9862 * make-dist: Pass the `-f' option to rm when you're not sure that
9863 the files you're removing actually exist.
9864
9865 * make-dist: When setting up etc/COPYING, always nuke whatever is
9866 there, and then copy it in, to make sure we get a real file.
9867
9868 * make-dist: Don't try to distribute *.defns files any more. The
0105dc3e 9869 only such file was for simula.el, which has been superseded by a
067d23c9
KY
9870 version which doesn't have a separate .defns file.
9871
98721992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
9873
9874 * make-dist: Don't distribute configured versions of config.h.in,
9875 paths.h.in, Makefile.in in src.
9876
9877 * configure: Delete .tmp files before creating them; don't bother
cd1181db 9878 trying to make final targets writable first, since it won't
067d23c9
KY
9879 matter to move-if-change.
9880
98811992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9882
9883 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
9884 mkdir and chmod in the center of all the conditionals. GNU Make
9885 will strip these out, but other makes won't.
9886
98871992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9888
9889 * make-dist: Include move-if-change in list of files to distribute.
9890
98911992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9892
9893 * configure: Remove any "." elements from the program name.
9894
9895 * configure: Don't record the values of all the possible arguments
9896 in config.status; only record the options that the user specified.
9897
9898 * configure: Use move-if-change to move in the new src/config.h.
9899
99001992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
9901
9902 * move-if-change: New file, copied from gcc release.
9903 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
9904 a temp file, so we don't update paths.h if an error occurs or if
9905 it doesn't need changing.
9906
99071992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9908
9909 * Makefile.in (src/paths.h): Do not install a value for the
9910 PATH_SUPERLOCK value; that macro doesn't exist anymore.
9911 * build-install.in: Same thing.
9912
99131992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9914
9915 * make-dist: Check the flag called "make_tar", not "make_dir"; the
9916 latter, being a typo, is always false, resulting in a program
9917 whose default behavior is to painstakingly build a copy of the
9918 source tree, and then delete it. Rah.
9919
9920 * Makefile.in: Add dist target, and comment for it.
9921
9922 * configure: When scanning <signal.h> for a declaration for
9923 signal, create a symbolic link with a name ending in .c, so the
9924 compiler won't complain that it's only been given .h files.
9925
9926 * configure: Check whether there are any arguments available
9927 before shifting to get the value of a non-boolean parameter.
9928
9929 * make-dist: Doc fix.
9930
99311992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9932
9933 * configure: Instead of grepping /usr/include/signal.h for a
9934 signal declaration, run /usr/include/signal.h or
9935 /usr/include/sys/signal.h through cpp and grep for the
9936 declaration.
9937
9938 * configure: Redirect the output of grep to /dev/null instead of
9939 using grep -s - that flag means different things on other systems.
9940
9941 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
9942 since the former is recognizable even if you don't know what
9943 'dumping' is.
9944 * configure: Accommodate that change.
9945
9946 * configure: Accept options for all of the directories you can
9947 change in the Makefile.
9948
9949 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
9950
9951 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
9952 FOO before you can use them.
9953
9954 * build-install.in: Made the "Where To Install Things" section
9955 conform with the similar section from Makefile.in. Copied section
9956 which builds src/paths.h from src/paths.h.in from the Makefile.
9957
99581992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9959
9960 * configure: Write config.status to pass its command-line
9961 arguments on to configure, so that people can use it to recreate
9962 an old configuration, with minor changes.
9963
99641992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9965
9966 * configure: Don't rely on option variables being unset if their
9967 values are the empty string. In particular, when producing the
9968 English report, don't assume that highpri will be unset when no
9969 increased priority has been requested; -highpri='' should be the
9970 same as omitting -highpri altogether.
9971
9972 * configure: Fix dumb bug: when running the system and machine
9973 description files through cpp, mark those lines that we want to
9974 evaluate with the string '@configure@', and then only evaluate
9975 them. This way if the files include anything that actually
9976 generates text (type definitions or external declarations, say),
9977 we won't try to eval it.
9978
99791992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9980
9981 * make-dist: New shell script.
9982
9983 * configure: When creating foo from foo.in, make foo read-only to
9984 remind people to edit the .in file instead.
9985
9986 * INSTALL: Changed references to config.h-dist to config.h.in.
9987 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
9988 to build src/paths.h from src/paths.h.in; added a paragraph to do
9989 this.
9990 * configure, Makefile, build-install: Changed filenames like
9991 FOO-dist to FOO.in.
9992
99931992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9994
9995 * Makefile, build-install: Renamed to Makefile.in and
9996 build-install.in; the configure script will edit these to produce
9997 the usable Makefile and build-install.
9998 * configure: Changed to produce ./Makefile, ./build-install,
9999 lib-src/Makefile, and src/Makefile from their *.in counterparts,
10000 instead of editing them in place.
10001
100021992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10003
10004 * Makefile: Re-arranged so that the undumped Emacs will search
10005 ../lisp *after* the site's local elisp files.
10006 (locallisppath, dumplisppath): New variables.
10007 (lisppath): This variable's default value is now chosen based on
10008 $(locallisppath) and $(lispdir); while it used to be the
10009 customization point for adding site-local elisp directories to
10010 load-path, that job is now handled mostly by locallisppath.
10011 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10012 Check the values being assigned to the *LOADSEARCH macros for null
10013 path elements (like '::' in 'foo::bar').
10014
10015 * configure: When checking if the machine- and system-dependent
10016 files define a particular macro or not, actually run them through
10017 CPP and test the macros with #ifs, instead of just grepping for
10018 the macros' names. In particular, check for SYSTEM_MALLOC in this
10019 way.
10020
100211992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10022
10023 * Makefile (install): Don't use -s in install. (Keep the symbols.)
10024
100251992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10026
10027 * configure: Make the config.status file an executable shell
10028 script which will recreate the same configuration. Include the
10029 verbal description of the current configuration as a comment in
10030 the script.
10031 * INSTALL: Doc fix.
10032
10033 * Makefile: Brought the Makefile up to the GNU coding
10034 standards, as described in standards.text:
10035 (TAGS): New name for the target which rebuilds the tags table.
10036 (check): New target; doesn't do anything yet.
10037 (mostlyclean): New target, synonymous with clean.
10038 (realclean): New target. Currently, this just calls the
10039 subdirectories's makefiles and then deletes config.status.
10040 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10041 variables.
10042 Installation directory variables changed to conform.
10043 (install, install.sysv, install.xenix, install.aix): Changed the
10044 code which copies the directories into their installed location to
10045 allow the installed locations to be in several different
10046 directories; the old version assumed that they would all be in
10047 $(emacsdir).
10048 (mkdir, lockdir): Allow the installed locations to be in several
10049 different directories.
10050 * INSTALL: Doc fix.
10051
10052 * build-install: Use the same variable names as the Makefile.
10053 Allow the installed locations to be in several different
10054 directories.
10055
100561992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10057
10058 * Makefile (src/paths.h): Instead of using a single sed command to
10059 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10060 separately, and don't forget to append "/!!!SuperLock!!!" to the
10061 value of the PATH_SUPERLOCK macro.
10062
10063 * config.emacs: Renamed to configure, for consistency with other
10064 GNU products. Internal references changed.
10065 INSTALL, Makefile: References changed.
10066
10067 * lock: New directory, which should always be empty. If this
10068 directory doesn't exist, Emacs won't complain; it just won't lock.
10069 Having this here means that people can just unpack Emacs, build
10070 it, and have locking work.
10071
10072 * share-lib: Re-renamed to etc, for the sake of tradition.
10073 * config.emacs: Changed default value for datadir to ../etc.
10074 * INSTALL, README: Adjusted.
10075
100761992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10077
10078 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
10079 by running CPP on the appropriate s/*.h and m/*.h files.
10080
100811992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10082
10083 * config.emacs: Make sure to set the "exit on error" flag once
10084 we've removed config.status; errors should abort the configuration.
10085
100861992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10087
10088 * config.emacs: Added -distribute option, so that the Makefile
10089 paths are in their proper form. I don't know why this matters.
10090
100911992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10092
10093 * local-lisp: New directory, empty in the distribution, for people
10094 to put local elisp code in.
10095 * config.emacs: Include it in the default load path.
10096 * README: Document it.
10097
100981992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10099
10100 * config.emacs: Guess the type of signal handling functions based
10101 on the contents of /usr/include/signal.h.
10102
10103 * config.emacs: Print out progress report messages.
10104
10105 * Makefile (src/paths.h): Don't generically replace
10106 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
10107 editing of the other entries, and each entry should be dealt with
10108 explicitly anyway.
10109
10110 * build-install: Converted from C-shell to Bourne shell.
10111 * config.emacs: Edit build-install properly.
10112
10113 * config.emacs: Doc fix.
10114
101151992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10116
10117 * Makefile (install): Remove `B' from tar xf command.
10118
101191992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10120
10121 * config.emacs: Removed support for the `maintain-environment'
10122 option; the only important difference between this and its absence
10123 has been removed.
10124 * INSTALL: Removed mention of `maintain-environment'.
10125
10126 * config.emacs: Fix arguments to sed when processing boolean
10127 arguments.
10128
101291991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10130
10131 * config.emacs: New file, to help automate the installation
10132 process.
10133
10134 * Makefile: Lots of changes to support the separation of etc into
10135 architecture-dependent and -independent files:
10136 (EMACSROOT): New variable, giving the directory under which all of
10137 Emacs's libraries should be installed. Changed rest of file to
10138 use it.
10139 (LIBDIR): Now denotes only architecture-dependent dir.
10140 (DATADIR): New variable, denoting architecture-independent dir.
10141 (LOCKDIR): New variable, for completeness.
10142 (SUBDIR): No more etc, new lib-src.
10143 (COPYDIR): No more etc, new arch-lib and share-lib.
10144 (src/paths.h): Set PATH_DATA and the LOCK macros too.
10145 (src): Now depends on lib-src, not etc.
10146 * build-install: Changes parallel to the above.
10147 * README: Describe the new arrangement.
10148
10149 * vms: New subdirectory for all the VMS stuff.
10150
101511991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10152
10153 * Makefile (LISPPATH): New variable.
10154 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
10155
101561990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
10157
10158 * Makefile (install, install.sysv, install.xenix):
10159 Install wakeup instead of loadst. No need for setuid or setgid.
10160
101611990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10162
10163 * Makefile (clean): Clean etc if that's not the installation dir.
10164
101651990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10166
10167 * Makefile (paths.h): Make sed alter each name in the path.
10168
101691988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10170
10171 * Makefile (install.sysv): Use cpio, not tar.
10172
101731988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10174
10175 * Makefile (lockdir): Rename `lock' target.
10176 Depend on it from install*, not from `all'.
10177
101781988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
10179
10180 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
10181 to match build-install and paths.h.
10182
10183;; Local Variables:
10184;; coding: utf-8
067d23c9
KY
10185;; End:
10186
1a71cb28 10187 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
067d23c9
KY
10188
10189 This file is part of GNU Emacs.
10190
10191 GNU Emacs is free software: you can redistribute it and/or modify
10192 it under the terms of the GNU General Public License as published by
10193 the Free Software Foundation, either version 3 of the License, or
10194 (at your option) any later version.
10195
10196 GNU Emacs is distributed in the hope that it will be useful,
10197 but WITHOUT ANY WARRANTY; without even the implied warranty of
10198 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10199 GNU General Public License for more details.
10200
10201 You should have received a copy of the GNU General Public License
10202 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.